QkTPfeqK
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.3;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
background: #fef0ed;
display: inline-block;
padding: 8px 20px;
border-radius: 40px;
margin: 10px 0 20px;
}
.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;
width: 100%;
}
.gallery-item {
flex: 1 1 200px;
min-width: 150px;
}
.gallery-item img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 18px;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
background: #f2f4f6;
}
.description-text {
font-size: 1.05rem;
line-height: 1.7;
margin: 20px 0 25px;
background: #f9fafb;
padding: 20px 25px;
border-radius: 18px;
border-left: 5px solid #2c3e50;
}
.why-buy {
background: #f0f7ff;
padding: 20px 25px;
border-radius: 18px;
margin: 25px 0;
}
.why-buy h3 {
font-size: 1.4rem;
margin