I0gnrHqD
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 20px;
color: #1e2a3a;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0b2b4a;
}
.brand-tag {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.9rem;
font-weight: 500;
color: #2c3e50;
margin-bottom: 20px;
}
.price-block {
font-size: 2rem;
font-weight: 700;
color: #1a7f37;
margin: 15px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.image-gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e0e6ed;
background: #fafbfc;
transition: transform 0.2s ease;
}
.image-gallery img:hover {
transform: scale(1.02);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.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 20px;
text-align: left;
border-bottom: 1px solid #e6eaef;
}
.specs-table th {
background: #eef2f7;
font-weight: 600;
color: #1e3a5f;
width: 30%;
}
.specs-table td {
background: #ffffff;
}
.description-section {
background: #f9fafc;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0;
line-height: 1.7;
}
.why-buy {
background: #eaf5ee;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0