oKzYmLrh
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s ease;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0f0f1a;
line-height: 1.3;
}
.price-badge {
font-size: 2rem;
font-weight: 700;
color: #1e6f5c;
background: #e0f2e9;
display: inline-block;
padding: 6px 20px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0;
}
.gallery img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
object-fit: cover;
background: #f0f2f5;
transition: transform 0.2s;
}
.gallery 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 #e6e9f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2d3a4a;
width: 35%;
background: #f2f4f8;
}
.specs-table td:last-child {
background: #ffffff;
}
.description-box {
background: #f9faff;
padding: 20px 24px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.7;
border-left: 5px solid #4a7c70;
}
.why-buy {
background: #f1f6fc;
border-radius