fYY3fzrr
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.2;
}
.price-badge {
font-size: 26px;
font-weight: 700;
color: #2a7f2a;
margin: 5px 0 20px 0;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 20px 0 30px 0;
}
.image-gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
object-fit: cover;
border: 1px solid #e9ecef;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px 0;
background: #f8f9fa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #dee2e6;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
background: #f1f3f5;
}
.specs-table td:last-child {
background: #ffffff;
}
.description-section {
margin: 25px 0;
line-height: 1.7;
font-size: 16px;
}
.why-buy {
background: #f0f7f0;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 20px;
color: #1e3a1e;
}
.why-buy ul {
padding-left: 22px;
margin: 10px 0 0 0;
}
.why-buy li {
margin-bottom: 10px;
line-height: 1.5;
}
.faq-section {
margin: 30px 0 10px 0