XBWn43tD
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2.1rem;
font-weight: 700;
margin: 0 0 10px 0;
letter-spacing: -0.3px;
line-height: 1.2;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
background: #fef2f0;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s;
border: 1px solid #eaeaea;
}
.gallery img:hover {
transform: scale(1.01);
}
.main-img {
flex: 2 1 400px;
}
.alt-imgs {
flex: 1 1 180px;
display: flex;
flex-direction: column;
gap: 12px;
}
.alt-imgs img {
width: 100%;
border-radius: 12px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 20px;
background: #fafafa;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e2e2e2;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
background: #f0f0f0;
}
.description-box {
background: #f9f9fb;
padding: 22px 25px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.6;
font-size: 1.05rem;
}
.why-buy {
background: #f3f7fc;
padding: