W5YnmRqt
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f7f9fc;
margin: 0;
padding: 20px;
color: #1e2a3a;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin: 0 0 10px 0;
color: #0b1a2b;
}
.brand-tag {
display: inline-block;
background: #eef3f9;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.9rem;
color: #2c3e50;
margin-bottom: 15px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #1a6b3c;
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: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
cursor: pointer;
}
.gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
display: block;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 30px 0;
background: #fafcff;
border-radius: 14px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 14px 20px;
text-align: left;
border-bottom: 1px solid #e6ecf3;
}
.specs-table th {
background: #eef3f9;
font-weight: 600;
width: 35%;
color: #1f3a57;
}
.specs-table td {
background: #ffffff;
}
.desc-section {
background: #f5f9ff;
padding: 25px 30px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.7;
font-size: 1.05rem;
}
.why-buy {
background: #eef7ef;
padding: 20px 30