O6D0M9sw
body {
font-family: system-ui, -apple-system, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, sans-serif;
font-size: 15px;
line-height: 1.6;
background: #f8fafc;
margin: 0;
padding: 30px 20px;
color: #1e293b;
}
.product-card {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 28px;
box-shadow: 0 20px 40px -12px rgba(0,0,0,0.12), 0 8px 24px -6px rgba(0,0,0,0.05);
padding: 32px 32px 40px;
transition: box-shadow 0.2s;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 32px;
}
.gallery-section {
flex: 1 1 380px;
min-width: 280px;
}
.gallery-main {
background: #f1f5f9;
border-radius: 24px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 16px;
border: 1px solid #e9edf2;
}
.gallery-main img {
max-width: 100%;
height: auto;
display: block;
border-radius: 12px;
object-fit: contain;
background: white;
}
.gallery-thumbs {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 16px;
border: 2px solid transparent;
background: #f1f5f9;
padding: 4px;
cursor: default;
transition: border 0.15s;
}
.gallery-thumbs img:hover {
border-color: #2A80A6;
}
.info-section {
flex: 2 1 480px;
min-width: 300px;
}
h1 {
font-size: 28px;
font-weight: 600;
margin: 0 0 8px 0;
letter-spacing: -0.02em;
color: #0f172a;
}
.brand-badge {
display: inline-block;
background: #eef2ff;
color: #2A80A6;
font-weight: 500;
font-size: 0.85rem;
padding: 4px 14px;
border-radius: 40px;
margin-bottom: 12px;
border: 1px solid #dbe7f0;
}
.price-block {
margin: 18px 0 20px;
}
.price {
font-size: 32px;
font-weight: