DXXHLvqf
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 400px;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
cursor: default;
border: 2px solid #e9ecef;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #ff7f3f;
}
.product-info {
flex: 1 1 400px;
min-width: 280px;
}
.brand {
font-size: 0.85rem;
letter-spacing: 1px;
color: #6c757d;
text-transform: uppercase;
margin-bottom: 4px;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.2;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #d63384;
margin: 15px 0 10px;
}
.price sup {
font-size: 1rem;
font-weight: 400;
color: #6c757d;
margin-left: 8px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0.95rem;
}
.specs-table td {
padding: 8px 12px;
border-bottom: 1px solid #f0f0f0;
}
.specs-table td:first-child {
font-weight: 600;
color: #2b2b2b;
width: 40%;
}
.description {
margin: 20px 0 10px;
line-height: 1.6;
background: #fafafa;
padding: