nd6eNvqC
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #2d2d2d;
max-width: 960px;
margin: 0 auto;
padding: 20px;
background-color: #fafafa;
}
.product-container {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(0,0,0,0.08);
overflow: hidden;
}
.product-header {
background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
color: #fff;
padding: 30px 0px;
}
.product-header h1 {
margin: 0 0 8px 0;
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.5px;
}
.product-header .brand-tag {
display: inline-block;
background: rgba(255,255,255,0.15);
padding: 4px 14px;
border-radius: 20px;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.main-content {
padding: 40px;
}
.gallery-price-row {
display: flex;
gap: 40px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.image-gallery {
flex: 1;
min-width: 300px;
}
.image-gallery .main-image {
100%;
border-radius: 10px;
border: 1px solid #e8e8e8;
margin-bottom: 12px;
}
.image-gallery .thumbnail-row {
display: flex;
gap: 10px;
}
.image-gallery .thumbnail-row img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 8px;
border: 2px solid transparent;
cursor: pointer;
transition: border-color 0.2s;
}
.image-gallery .thumbnail-row img:hover,
.image-gallery .thumbnail-row img.active {
border-color: #e639