2beqD5ut
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f3f0;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s;
}
h1, h2, h3 {
font-weight: 600;
letter-spacing: -0.01em;
color: #1e1e1e;
}
h1 {
font-size: 2.1rem;
margin-top: 0;
margin-bottom: 0.25rem;
line-height: 1.2;
}
.subtitle {
color: #5a5a5a;
font-size: 1rem;
margin-bottom: 20px;
border-bottom: 1px solid #eaeaea;
padding-bottom: 15px;
}
.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;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
background: #fafafa;
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 2px solid #eaeaea;
transition: 0.1s;
}
.gallery-thumbs img:hover {
border-color: #b8860b;
}
.product-details {
flex: 1 1 48%;
}
.price-area {
background: #f8f6f2;
padding: 18px 20px;
border-radius: 20px;
margin: 20px 0 18px;
display: inline-block;
width: auto;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #1f3a3f;
letter-spacing: -0.5px;
}
.price-currency {
font-size: 1.2rem;
font-weight: 500;
color: #3e5a5f;
}
.price-note {
font-size: 0.9rem;
color: #6b6b6