X27sFGt8
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #222;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 28px;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #1a1a1a;
}
.price {
font-size: 32px;
font-weight: 700;
color: #2a7f62;
margin: 15px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.image-gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s;
border: 1px solid #e9ecef;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 35%;
color: #2c3e50;
}
.specs-table td:last-child {
color: #34495e;
}
.description {
line-height: 1.7;
font-size: 16px;
color: #2d2d2d;
margin: 20px 0 25px;
background: #f9f9fb;
padding: 20px 25px;
border-radius: 14px;
border-left: 4px solid #2a7f62;
}
.why-buy {
background: #f0f7f4;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
color: #1e4d3e;
font-size: 20px;
}
.why-buy ul {
padding