vl2GBYse
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f5f5f5;
}
.container {
max-width: 1100px;
margin: 0 auto;
padding: 20px;
}
.product-section {
display: flex;
flex-wrap: wrap;
background: #fff;
border-radius: 12px;
box-shadow: 0 0px rgba(0,0,0,0.08);
overflow: hidden;
}
.gallery-section {
flex: 1;
min-width: 300px;
padding: 30px;
background: #fafafa;
}
.main-image {
width: 100%;
border-radius: 8px;
margin-bottom: 15px;
}
.thumbnail-row {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.thumbnail {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 6px;
cursor: pointer;
border: 2px solid transparent;
transition: border-color 0.3s;
}
.thumbnail:hover, .thumbnail.active {
border-color: #2c3e50;
}
.details-section {
flex: 1;
min-width:px;
padding: 40px;
}
.brand-badge {
display: inline-block;
background: #e8f4f8;
color: #2980b9;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 15px;
}
h1 {
font-size: 1.6rem;
color: #2c3e50;
margin-bottom: