YR9mRXsb
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f6f2;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 28px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
transition: all 0.2s ease;
}
h1, h2, h3 {
font-weight: 500;
letter-spacing: -0.01em;
color: #1e1e1e;
}
h1 {
font-size: 2rem;
margin-top: 0.2rem;
margin-bottom: 0.25rem;
font-weight: 600;
}
.brand-sub {
color: #5f5f5f;
font-size: 0.95rem;
letter-spacing: 0.3px;
margin-bottom: 1.2rem;
}
.price-badge {
font-size: 1.8rem;
font-weight: 600;
color: #1f3a3f;
background: #eef3f0;
display: inline-block;
padding: 0.2rem 1.2rem;
border-radius: 40px;
margin: 0.5rem 0 1.2rem 0;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0 2rem 0;
}
.gallery-grid img {
width: 100%;
max-width: 160px;
height: auto;
border-radius: 18px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.15s;
background: #f2f0eb;
object-fit: cover;
aspect-ratio: 1 / 1;
}
.gallery-grid img:hover {
transform: scale(1.02);
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 2.5rem;
margin: 2rem 0 1.5rem 0;
}
.specs-box {
flex: 1 1 280px;
background: #faf9f6;
border-radius: 24px;
padding: 1.5rem 1.8rem;
}
.specs-box table {
width: 100%;
border-collapse: collapse;
}
.specs-box td {
padding: 0.6rem 0;
border-bottom: 1px solid #e6e3dd;
font-size: 0.95rem;
}
.specs-box td:first-child {
font-weight: 500;
color: #2c3e3a;
width: 45%;
}
.specs-box td:last