NkslZsvw
body {
font-family: ‘Source Sans Pro’, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 2rem 1rem;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin-bottom: 2rem;
}
.gallery {
flex: 1 1 380px;
min-width: 280px;
}
.gallery img {
max-height: 520px;
max-width: 100%;
width: auto;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
object-fit: contain;
background: #f4f6f9;
}
.gallery .thumb-row {
display: flex;
gap: 12px;
margin-top: 12px;
flex-wrap: wrap;
}
.gallery .thumb-row img {
max-height: 80px;
max-width: 80px;
border-radius: 10px;
cursor: default;
opacity: 0.9;
border: 1px solid #e9ecef;
}
.product-main {
flex: 2 1 400px;
}
.product-main h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 0.25rem 0;
line-height: 1.2;
}
.brand {
color: #2c6b9e;
font-weight: 600;
letter-spacing: 0.3px;
font-size: 1rem;
margin-bottom: 0.5rem;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0b2b44;
margin: 0.75rem 0 1rem 0;
}
.price .currency {
font-size: 1.2rem;
vertical-align: super;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
background: #f9fbfd;
border-radius: 14px;
overflow: hidden;
}
.specs-table td {
padding: 0.75rem 1rem;
border-bottom: 1px solid #e9edf2;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1f3a57;
width: 40%;
}