jq5K95uD
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1a1a1a;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 40px;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin: 0 0 10px 0;
color: #0a2540;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.image-gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e0e0e0;
transition: transform 0.2s;
}
.image-gallery img:hover {
transform: scale(1.02);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9ecef;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
background: #f1f3f5;
}
.description-box {
background: #f8f9fa;
padding: 20px 25px;
border-radius: 12px;
margin: 20px 0;
line-height: 1.7;
border-left: 4px solid #0a2540;
}
.why-buy {
background: #eef2f7;
padding: 20px 25px;
border-radius: 12px;
margin: 20px 0;
}
.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