H0fJvLr5
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f3f0;
margin: 0;
padding: 30px 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
display: block;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
background: #fafafa;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
cursor: default;
border: 2px solid #eae7e2;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #b99b6b;
}
.product-details {
flex: 1 1 48%;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px;
line-height: 1.2;
letter-spacing: -0.01em;
}
.product-meta {
display: flex;
flex-wrap: wrap;
gap: 12px 20px;
margin: 10px 0 15px;
font-size: 0