tOvc2eqk
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 20px;
color: #1e1e2a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-header {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.image-gallery {
flex: 1 1 300px;
display: flex;
flex-direction: column;
gap: 12px;
}
.image-gallery img {
width: 100%;
max-width: 400px;
border-radius: 16px;
border: 1px solid #e2e8f0;
background: #fafbfc;
padding: 8px;
object-fit: contain;
height: auto;
}
.gallery-thumbs {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 10px;
cursor: pointer;
border: 2px solid transparent;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #2563eb;
}
.product-info {
flex: 2 1 400px;
}
.product-title {
font-size: 1.9rem;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.2;
color: #0b1c33;
}
.brand-badge {
display: inline-block;
background: #e6edf5;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 600;
color: #1e3a6b;
margin-bottom: 12px;
}
.price-box {
background: #f0f4fe;
padding: 12px 20px;
border-radius: 40px;
display: inline-block;
margin: 15px 0;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0f2b4f;
}
.price-currency {
font-size: 1.2rem;
font-weight: 500;
color: #3b5a7a;
}
.condition {
margin-left: 15px;
background: #d1e0f0;
padding: 6px 18px;
border-radius: 30px;
font-weight: