4d4AqQth
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f6f2;
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.06);
padding: 30px 30px 40px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 380px;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
background: #f0ede8;
object-fit: cover;
aspect-ratio: 1/1;
box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 16px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
border-radius: 14px;
cursor: default;
border: 2px solid transparent;
transition: 0.2s;
background: #f0ede8;
object-fit: cover;
}
.gallery-thumbs img:hover {
border-color: #9bb7a4;
}
.product-details {
flex: 2 1 480px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin: 0 0 6px;
letter-spacing: -0.3px;
color: #1e2b26;
}
.brand-sub {
font-size: 1rem;
color: #5f6b64;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.brand-sub strong {
color: #2c3e35;
}
.price {
font-size: 2.1rem;
font-weight: 700;
color: #1f3b2f;
margin: 14px 0 10px;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5f6b64;
margin-left: 8px;
}
.design-select {
background: #f3f1ec;
padding: 14px 18px;
border-radius: 40px;
display: inline-block;
margin: 12px 0 18px;
font-weight: 500;
color: #1e2b26;
}
.design-select span {
background