xLRnz9si
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-container {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0b2b4a;
border-bottom: 2px solid #e6edf4;
padding-bottom: 12px;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #1a6b3c;
margin: 15px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 20px 0 30px;
}
.image-gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
border: 1px solid #dee2e6;
box-shadow: 0 2px 8px 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;
background: #fafcfd;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid #e9ecef;
}
.specs-table th {
background: #eef3f8;
font-weight: 600;
color: #1f3a57;
width: 30%;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.description {
font-size: 1.05rem;
line-height: 1.6;
margin: 25px 0;
padding: 20px 0;
border-top: 1px solid #e0e7ed;
border-bottom: 1px solid #e0e7ed;
}
.why-buy {
background: #f2f7fc;
padding: 20px 25px;
border-radius: 14px;
margin: 30px 0;
}
.why-buy h3 {
margin-top: 0;
color: #0b2b4a;