Gl8K3TuL
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 2rem 1rem;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 28px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2rem;
justify-content: center;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 16px;
background: #f0f2f5;
padding: 0.5rem;
border: 1px solid #e9edf2;
transition: 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin: 0 0 0.25rem 0;
line-height: 1.2;
}
.brand-sub {
color: #3b4a5a;
font-size: 1rem;
font-weight: 400;
margin-bottom: 0.75rem;
}
.price-badge {
background: #0b2b3c;
color: white;
display: inline-block;
padding: 0.6rem 1.8rem;
border-radius: 40px;
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.5px;
margin: 0.5rem 0 1.5rem 0;
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.condition-tag {
background: #f1c40f;
color: #1e2a36;
font-weight: 600;
padding: 0.2rem 1rem;
border-radius: 30px;
font-size: 0.9rem;
display: inline-block;
margin-left: 1rem;
vertical-align: middle;
}
.desc-box {
background: #f8faff;
padding: 1.5rem 2rem;
border-radius: 24px;
margin: 1.8rem 0;
border-left: 5px solid #2c7a7b;
}
.desc-box p {
font-size: 1.05rem;
line-height: 1.6;
margin: 0;
}
.why-buy {
background: #eef3f9;
padding: 1.5rem 2rem;
border-radius: 24px;
margin: 1.8rem