0NWiPut9
body {
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
background: #f8f9fc;
margin: 0;
padding: 2rem 1rem;
color: #1e1e2a;
word-wrap: break-word;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 28px;
box-shadow: 0 12px 30px rgba(0,0,0,0.06);
padding: 2rem 2.2rem;
}
h1, h2, h3 {
font-weight: 500;
letter-spacing: -0.01em;
}
h1 {
font-size: 2.2rem;
margin: 0 0 0.25rem 0;
line-height: 1.2;
}
.brand-sub {
color: #4a5568;
font-size: 1rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid #e9edf2;
padding-bottom: 0.75rem;
}
.price-block {
display: flex;
align-items: baseline;
gap: 0.75rem;
margin: 1.2rem 0 1.8rem 0;
}
.price {
font-size: 2.4rem;
font-weight: 600;
color: #0b2b4a;
}
.currency {
font-size: 1.3rem;
font-weight: 400;
color: #2d4059;
}
.condition-badge {
background: #d9e9f7;
color: #1a4b6d;
padding: 0.2rem 1rem;
border-radius: 40px;
font-size: 0.8rem;
font-weight: 500;
letter-spacing: 0.3px;
text-transform: uppercase;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.8rem 0 2.2rem 0;
}
.gallery-grid img {
width: 100%;
max-width: 240px;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
border: 1px solid #eef2f6;
transition: 0.2s;
background: #fafcff;
}
.gallery-grid img:hover {
box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}
.desc-section {
background: #f5f8fe;
padding: 1.6