v7D2gLux“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1000px;
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: 1.9rem;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.2;
color: #0b0b1a;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #2a7f2a;
background: #e6f3e6;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
object-fit: cover;
border: 1px solid #eaeef2;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2d3748;
width: 35%;
background: #f1f4f9;
}
.specs-table td:last-child {
color: #1a202c;
}
.description {
background: #f8faff;
padding: 20px 25px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.6;
border-left: 5px solid #2b6cb0;
}
.why-buy {
background: #f0f7f0;
padding: 18px 25px;
border-radius: 18px;