sx7otpqp
“`html
body {
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 20px;
color: #222;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
}
h1 {
font-size: 28px;
font-weight: 500;
margin: 0 0 8px;
letter-spacing: -0.3px;
}
.brand-sub {
font-size: 15px;
color: #666;
margin-bottom: 20px;
}
.price {
font-size: 32px;
font-weight: 600;
color: #1a1a1a;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 20px 0 30px;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
}
.gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
display: block;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #eaeaea;
}
.specs-table th {
background: #f0f0f0;
font-weight: 600;
width: 40%;
color: #333;
}
.specs-table td {
background: #fff;
}
.description {
font-size: 16px;
line-height: 1.6;
margin: 20px 0 30px;
padding: 20px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.why-buy {
background: #f4f8fc;
padding: 20px 25px;
border-radius: 14px;
margin: 30px 0;
}
.why-buy h3 {
margin-top: 0;
font-weight: 600;
font-size: 20px