QntyvBsx
“`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: white;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 30px;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e9ecef;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
h1 {
font-size: 2rem;
margin: 0 0 8px 0;
font-weight: 700;
color: #0b2b3c;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #c0392b;
margin: 10px 0 20px 0;
}
.description {
font-size: 1.1rem;
line-height: 1.6;
background: #f1f5f9;
padding: 20px 24px;
border-radius: 12px;
margin: 20px 0;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
}
.specs-table th, .specs-table td {
padding: 12px 16px;
text-align: left;
border-bottom: 1px solid #dee2e6;
}
.specs-table th {
background: #e9ecef;
font-weight: 600;
width: 30%;
}
.why-buy {
background: #eaf7ee;
padding: 20px 24px;
border-radius: 12px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
color: #1e6f3f;
}
.why-buy ul {
margin: 10px 0 0 0;
padding-left: 20px;
}
.why-buy li {
margin-bottom: 8px;
line-height: 1.5;
}
.faq-section {
margin: 30px 0 10px 0;
}
.faq-item {
border-bottom: 1px solid #e0e0e0;
padding: 14px 0;
}
.faq-question {
font-weight: 600;
font-size: 1.05rem;
color: #2c3e50