gOyGyLrV
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 20px;
color: #222;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #1a1a1a;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
background: #fef0ef;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.image-gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
border: 1px solid #eaeaea;
flex: 1 1 200px;
object-fit: cover;
max-height: 280px;
}
.image-gallery img:first-child {
flex-basis: 300px;
max-height: 350px;
}
.desc-box {
background: #f9fafc;
padding: 20px 25px;
border-radius: 14px;
margin: 20px 0;
border-left: 4px solid #b12704;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #f0f2f5;
font-weight: 600;
width: 40%;
color: #2c3e50;
}
.specs-table td {
background: #ffffff;
}
.why-buy {
background: #f0f7f0;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy ul {
margin: 10px 0 0 0;
padding-left: 22px;
}
.why-buy li