JcPXYsvz
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
color: #0b2b3c;
}
.brand-badge {
display: inline-block;
background: #eef3f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.9rem;
color: #2c5f7a;
font-weight: 500;
margin-bottom: 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
cursor: pointer;
}
.gallery img:hover {
transform: scale(1.02);
}
.price-area {
font-size: 1.8rem;
font-weight: 700;
color: #1d7a3c;
margin: 15px 0 10px;
}
.price-area .currency {
font-size: 1.2rem;
vertical-align: super;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafcfe;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e6edf2;
}
.specs-table th {
background: #eef4f9;
font-weight: 600;
color: #1a3b4f;
width: 30%;
}
.specs-table td {
background: #ffffff;
}
.desc-section {
background: #f4f9fd;
padding: 20px 25px;
border-radius: 16px;
margin: 25px 0;
line-height: 1.7;
}
.why-buy {
background: #f0f7f0;
padding: 20px 25px;
border-radius: 16px;
margin: 25px 0;
}
.