ooKMydqo“`html
body {
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 900px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px;
margin: 20px auto;
}
.product-title {
font-size: 28px;
font-weight: 700;
margin: 0 0 8px 0;
color: #111;
}
.brand-sub {
color: #555;
font-size: 16px;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 12px;
}
.price-badge {
background: #1e3c72;
color: white;
padding: 8px 18px;
border-radius: 40px;
font-weight: 600;
font-size: 22px;
display: inline-block;
margin: 10px 0 20px 0;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 20px 0;
}
.image-gallery img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 12px;
border: 1px solid #e9ecef;
object-fit: cover;
aspect-ratio: 1/1;
background: #f1f3f5;
}
.image-gallery .main-img {
max-width: 280px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
background: #f8f9fa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #dee2e6;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table th {
background: #e9ecef;
font-weight: 600;
width: 35%;
}
.description-box {
background: #f8f9fa;
padding: 20px 24px;
border-radius: 12px;
margin: 20px 0;
line-height: 1.6;
}
.why-buy ul {
list-style: none;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.why-buy li {
background: #f1f3f5;
padding: 12px 16px;
border-radius: