gJuUS2tD
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f6f2;
margin: 0;
padding: 2rem 1rem;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 28px;
box-shadow: 0 12px 40px rgba(0,0,0,0.06);
padding: 2rem 2.5rem;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 2.5rem;
margin-bottom: 2.5rem;
}
.gallery {
flex: 1 1 320px;
min-width: 280px;
}
.gallery img {
width: 100%;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.04);
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 14px;
}
.gallery-thumbs img {
width: 72px;
height: 72px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 1px solid #eae6df;
}
.product-info {
flex: 2 1 380px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
line-height: 1.2;
margin: 0 0 0.25rem 0;
color: #1a1a1a;
}
.brand {
font-size: 1rem;
color: #6b5e4e;
letter-spacing: 0.3px;
margin-bottom: 0.75rem;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1f3a3f;
margin: 0.75rem 0 0.5rem 0;
}
.price sup {
font-size: 1rem;
top: -0.6em;
}
.badge {
background: #e7e3da;
padding: 0.2rem 1rem;
border-radius: 40px;
font-size: 0.8rem;
font-weight: 500;
color: #3f3a32;
display: inline-block;
margin-bottom: 1rem;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0 1rem;
font-size: 0.9rem;
}
.specs-table td {
padding: 0.5rem 0.75rem 0.5rem 0;
border-bottom: 1px solid #edeae4;
vertical-align: top;
}
.specs-table td:first-child {
font-weight: 500;
color: #3f3a32;
width