csVt0Ju8
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafc;
margin: 0;
padding: 20px;
color: #1e2a3a;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.05);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.product-gallery {
flex: 1 1 380px;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
background: #f1f5f9;
object-fit: cover;
}
.product-info {
flex: 2 1 400px;
}
.product-brand {
font-size: 0.85rem;
letter-spacing: 1px;
color: #4b6a8b;
text-transform: uppercase;
margin-bottom: 4px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
line-height: 1.2;
margin: 0 0 8px 0;
color: #0b1a2a;
}
.price-area {
display: flex;
align-items: center;
gap: 12px;
margin: 15px 0 10px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1f6e43;
}
.currency {
font-size: 1.2rem;
font-weight: 500;
color: #2c3e50;
}
.badge {
background: #e6f0eb;
color: #1f6e43;
padding: 4px 12px;
border-radius: 30px;
font-size: 0.8rem;
font-weight: 600;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 15px;
font-size: 0.95rem;
}
.specs-table td {
padding: 8px 10px;
border-bottom: 1px solid #e9edf2;
vertical-align: top;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 38%;
}
.description-text {
line-height: 1.6;
margin: 20px 0 15px;
color: #1e2a3a;
}
.why-buy {
background