Dxibrvq0“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #222;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 700;
margin: 0 0 10px 0;
color: #111;
}
.price-block {
font-size: 26px;
font-weight: 600;
color: #b12704;
margin: 10px 0 20px 0;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px 0;
}
.image-gallery img {
max-width: 200px;
height: auto;
border-radius: 8px;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px 0;
background: #fafafa;
border-radius: 8px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e9ecef;
}
.specs-table th {
background: #f1f3f5;
font-weight: 600;
color: #333;
width: 30%;
}
.specs-table td {
background: #ffffff;
}
.description-section {
margin: 30px 0;
line-height: 1.7;
font-size: 16px;
}
.why-buy {
background: #f0f7ff;
padding: 20px 25px;
border-radius: 10px;
margin: 30px 0;
border-left: 5px solid #0d6efd;
}
.why-buy h3 {
margin-top: 0;
color: #0d6efd;
}
.why-buy ul {
margin: 10px 0 0 0;
padding-left: 20px;
}
.why-buy li {
margin-bottom: 8px;
}
.faq-section {
margin: 35px 0 10px 0;
border-top: 2px solid #