9WKAliuE
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background: #f5f7fa;
padding: 30px 20px;
}
a {
color: #08c;
text-decoration: none;
}
a:hover {
color: #08f;
text-decoration: underline;
}
img {
max-width: 100%;
-ms-interpolation-mode: bicubic;
display: block;
}
.container {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
padding: 30px 30px 40px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery-main {
background: #f8f9fc;
border-radius: 16px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15px;
border: 1px solid #e9edf2;
}
.gallery-main img {
max-height: 320px;
object-fit: contain;
}
.gallery-thumbs {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
border: 2px solid transparent;
background: #f8f9fc;
padding: 6px;
cursor: default;
transition: border 0.2s;
}
.gallery-thumbs img:hover {
border-color: #08c;
}
.product-info {
flex: 1 1 48%;
min-width: 280px;
}
.product-brand {
font-size: 13px;
letter-spacing: 0.5px;
color: #5e6f8d;
text-transform: uppercase;
margin-bottom: 4px;
}
h1 {
font-size: 26px;
font-weight: 600;
line-height: 1.3;
margin-bottom: 10px;
color: #0b1a2e;
}
.price-block {
margin: 18px 0 12px;
}
.price {
font-size: 32px;
font-weight: 700