IIWi4asw
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
color: #1e1e1e;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 40px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 40px;
margin-bottom: 40px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
display: block;
}
.gallery img:hover {
transform: scale(1.01);
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 16px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 2px solid #e9ecef;
}
.product-info {
flex: 1 1 48%;
min-width: 280px;
}
.product-brand {
font-size: 0.9rem;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #6c757d;
margin-bottom: 6px;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin: 0 0 12px 0;
line-height: 1.2;
color: #0b0b0b;
}
.price-block {
font-size: 2rem;
font-weight: 700;
color: #c62828;
background: #fff4f4;
display: inline-block;
padding: 8px 24px;
border-radius: 60px;
margin: 16px 0 20px 0;
letter-spacing: -0.5px;
}
.price-block .currency {
font-size: 1.2rem;
font-weight: 500;
vertical-align: super;
}
.short-desc {
font-size: 1.1rem;
line-height: 1.6;
color: #2c2c2c;
margin: 20px 0 25px 0;
border-left: 4px solid #c62828;
padding-left: 20px;
}
.specs-table {
width