B2gJjCsc
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
transition: all 0.2s;
}
h1 { font-size: 28px; font-weight: 600; color: #1e1e1e; margin: 0 0 8px; }
.brand-sub { font-size: 15px; color: #6c757d; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.brand-sub span { background: #f0f0f0; padding: 4px 12px; border-radius: 30px; font-weight: 500; color: #2c2c2c; }
.gallery-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 25px 0 30px;
}
.gallery-main {
flex: 2;
min-width: 280px;
background: #f2f2f6;
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 20px;
}
.gallery-main img {
max-width: 100%;
height: auto;
max-height: 320px;
object-fit: contain;
filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
}
.gallery-thumbs {
flex: 1;
min-width: 120px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gallery-thumbs img {
width: 100%;
border-radius: 12px;
background: #f2f2f6;
padding: 10px;
box-sizing: border-box;
cursor: default;
border: 1px solid #e9e9ef;
transition: 0.1s;
}
.price-area {
display: flex;
align-items: baseline;
gap: 20px;
flex-wrap: wrap;
margin: 20px 0 15px;
}
.price {
font-size: 36px;
font-weight: 700;
color: #0a2540;
}
.price-currency {
font-size: 20px;
font-weight: 500;
color: #4a4a4a;
}
.badge {
background: #d4edda;
color: #155