fvQw0ssn
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f9fafc;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.06);
padding: 30px 35px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.3;
color: #0b0b1a;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
color: #2c3e50;
margin-bottom: 15px;
}
.price-area {
font-size: 2rem;
font-weight: 700;
color: #1f7b4d;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
width: 100%;
max-width: 180px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
border: 1px solid #eaeef2;
transition: 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f8faff;
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: #1e293b;
width: 40%;
background: #f1f5f9;
}
.specs-table td:last-child {
background: #ffffff;
}
.description-box {
background: #f5f7fb;
padding: 20px 25px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.6;
}
.