ctTnXqrx
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.3;
color: #111;
}
.brand-badge {
display: inline-block;
background: #eaeef2;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 500;
color: #2c3e50;
margin-bottom: 20px;
}
.grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 20px;
}
.gallery {
flex: 1 1 380px;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 12px;
background: #f0f0f0;
object-fit: contain;
border: 1px solid #e0e0e0;
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 14px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
border-radius: 8px;
cursor: default;
border: 1px solid #ddd;
object-fit: cover;
}
.info {
flex: 1 1 400px;
min-width: 280px;
}
.price-box {
background: #f8fafc;
padding: 18px 20px;
border-radius: 12px;
margin: 15px 0 20px;
border-left: 5px solid #2c7be5;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0b2b4a;
}
.price-currency {
font-size: 1.2rem;
font-weight: 500;
color: #4a6a8a;
}
.condition {
display: inline-block;
background: #f1c40f20;
color: #8a6d1b;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.9rem;
font-weight: 500;