CbZOkTuQ
* {
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-width00px;
margin: 0 auto;
padding: 20px;
}
.product-wrapper {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
overflow: hidden;
}
.product-header {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
color: #fff;
padding: 30px 40px;
text-align: center;
}
.product-header h1 {
font-size: 28px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 8px;
}
.product-header .subtitle {
font-size: 14px;
opacity: 0.85;
letter-spacing: }
.product-body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
padding: 40px;
}
@media (max-width: 768px) {
.product-body {
grid-template-columns: 1fr;
padding: 20px;
}
}
/* Image Gallery */
.image-gallery {
display: flex;
flex-direction: column;
gap: 15px;
}
.main-image {
width: 100%;
aspect-ratio: 1;
background: #f0f0f0;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border: 2px solid #e0e0e0;
}
.main-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.image {
text-align: center;
color: #999;
padding: 40px;
}
.image-placeholder .icon {
font-size: 80px;
display: block;
margin-bottom: 15px;
}
.thumbnail-row {
display: flex;
gap: 10px;
}
.thumbnail {
width: 80px;
height: 80px;
background: #f0f0f0;
border-radius: 8px;
border: