pYY0jntf
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0b2b4a;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #1a6b3c;
background: #e6f4ea;
display: inline-block;
padding: 8px 20px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
border: 1px solid #e2e8f0;
flex: 1 1 200px;
object-fit: cover;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}
.specs-table th {
background: #eef2f7;
font-weight: 600;
color: #1e293b;
width: 40%;
}
.specs-table td {
background: #ffffff;
}
.description-box {
background: #f8fafc;
padding: 20px 25px;
border-radius: 12px;
border-left: 5px solid #0b2b4a;
margin: 20px 0;
line-height: 1.6;
}
.why-buy {
background: #f0f7ff;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0;
}
.why-buy ul {
list-style: none;
padding-left: 0;
margin: 10px 0;
}
.why-buy li {
padding: 8px 0 8px 28px;