0FHqC5uB
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #222;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin: 0 0 10px 0;
color: #111;
}
.price {
font-size: 1.8rem;
font-weight: 600;
color: #b12704;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px 0;
}
.gallery img {
max-width: 200px;
height: auto;
border-radius: 12px;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #eaeaea;
}
.specs-table th {
background: #f0f0f0;
font-weight: 600;
color: #333;
width: 35%;
}
.specs-table td {
background: #fff;
}
.description {
font-size: 1.05rem;
line-height: 1.7;
margin: 25px 0;
padding: 0 5px;
}
.why-buy {
background: #f2f7ff;
padding: 20px 25px;
border-radius: 14px;
margin: 30px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.4rem;
color: #1a3c6e;
}
.why-buy ul {
list-style: none;
padding: 0;
margin: 0;
}
.why-buy li {
padding: 8px 0 8px 28px;
background: url(‘data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/s