qQrAmWrI
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #333;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px;
}
.product-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 10px;
color: #111;
}
.price {
font-size: 26px;
font-weight: 600;
color: #2a7f62;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
max-width: 200px;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.2s;
cursor: pointer;
}
.gallery img:hover {
transform: scale(1.03);
}
.section-title {
font-size: 22px;
font-weight: 600;
margin-top: 35px;
margin-bottom: 15px;
border-bottom: 2px solid #e9ecef;
padding-bottom: 8px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
.specs-table td {
padding: 10px 15px;
border-bottom: 1px solid #e9ecef;
}
.specs-table td:first-child {
font-weight: 600;
width: 180px;
color: #555;
}
.description-text {
line-height: 1.7;
font-size: 16px;
color: #444;
}
.why-buy ul {
list-style: none;
padding: 0;
}
.why-buy li {
padding: 8px 0 8px 28px;
background: url(‘data:image/svg+xml;utf8,’) left center no-repeat;
background-size: 18px;
margin-bottom: 6px;
}
.faq-item {
margin-bottom: 18px;
}
.