Wcs0yWsM
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s ease;
}
h1 {
font-size: 28px;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0a2540;
}
.brand-badge {
display: inline-block;
background: #eef2f6;
padding: 6px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
color: #2c3e50;
margin-bottom: 20px;
}
.grid-2col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin: 25px 0;
}
.image-gallery {
display: flex;
flex-direction: column;
gap: 12px;
}
.main-image {
background: #f0f4fa;
border-radius: 20px;
padding: 20px;
text-align: center;
border: 1px solid #e2e8f0;
}
.main-image img {
max-width: 100%;
height: auto;
max-height: 280px;
object-fit: contain;
}
.thumbnails {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.thumb {
background: #f8fafc;
border-radius: 12px;
padding: 8px;
border: 1px solid #dee5ed;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.thumb img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.price-area {
margin: 15px 0 20px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #0b6e4f;
}
.currency {
font-size: 20px;
vertical-align: super;
}
.condition {
background: #d1e7dd;
color: #0f5132;
padding: 4px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
display: inline-block;
margin-left: 12px;
}
.specs-table {
width: 100%;
border