l2MDbnti“`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: white;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px;
}
.product-title {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.3;
}
.price-badge {
font-size: 1.6rem;
font-weight: 700;
color: #2a7a2a;
background: #e6f4e6;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px;
}
.gallery {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin: 20px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
max-height: 300px;
object-fit: cover;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
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: 180px;
color: #2c3e50;
}
.description-box {
background: #f1f4f8;
padding: 20px 24px;
border-radius: 12px;
margin: 20px 0;
line-height: 1.7;
}
.why-buy {
background: #ffffff;
border-left: 4px solid #1e7e34;
padding: 10px 20px 10px 24px;
margin: 25px 0;
border-radius: 0 12px 12px 0;
background: #f4faf5;
}
.why-buy ul {
margin: 10px 0 0;
padding-left: 20px;
}
.why-buy li {
margin-bottom: 8px;
}
.faq-section {
margin-top