ehVt4Lur
body {
font-family: system-ui, -apple-system, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
transition: all 0.2s;
}
@media (max-width: 600px) {
.product-card { padding: 1.5rem; }
}
h1 { font-size: 2rem; font-weight: 600; margin-top: 0; margin-bottom: 0.25rem; color: #111; }
.brand-tag { color: #555; font-size: 0.9rem; letter-spacing: 0.3px; margin-bottom: 1rem; }
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
background: #fff0ed;
display: inline-block;
padding: 0.2rem 1rem;
border-radius: 40px;
margin: 0.5rem 0 1.2rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0 2rem;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
border: 1px solid #eaeef2;
transition: transform 0.2s;
}
.gallery img:hover { transform: scale(1.01); }
.gallery-main {
flex: 2 1 300px;
}
.gallery-thumbs {
flex: 1 1 140px;
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.gallery-thumbs img {
width: 100%;
border-radius: 12px;
cursor: default;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.8rem 0;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 0.75rem 1rem;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.specs-table tr:last-child td { border-bottom: none; }
.specs-table th {
background: #f1f3f5;
font-weight: 600;
color: #