lENj8svq
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 10px;
line-height: 1.2;
color: #0b0b1a;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
background: #fff0ed;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.gallery img {
width: 100%;
max-width: 230px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
border: 1px solid #eee;
}
.gallery img:hover {
transform: scale(1.02);
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 25px 0;
}
.specs-table {
flex: 1 1 300px;
background: #fafbfc;
border-radius: 16px;
padding: 20px 25px;
border: 1px solid #e9ecef;
}
.specs-table h3 {
margin-top: 0;
font-size: 1.3rem;
border-bottom: 2px solid #dee2e6;
padding-bottom: 10px;
}
.specs-table table {
width: 100%;
border-collapse: collapse;
}
.specs-table td {
padding: 8px 0;
border-bottom: 1px solid #edf2f7;
font-size: 0.95rem;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #2c3e50;
}
.description-box {
flex: 2 1 400px;
background: #ffffff;
border-radius: 16px;
padding: 10px 0;
}
.description-box h3 {
font-size: 1.3rem;
margin-top: