JZfNUjuk
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1a1a1a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.2;
color: #111;
}
.brand-sub {
font-size: 1rem;
color: #555;
margin-bottom: 20px;
}
.grid-2col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin: 20px 0;
}
.image-gallery {
display: flex;
flex-direction: column;
gap: 12px;
}
.main-image {
background: #f0f0f0;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
min-height: 300px;
border: 1px solid #e5e5e5;
}
.main-image img {
max-width: 100%;
max-height: 320px;
object-fit: contain;
}
.thumbnails {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.thumb {
width: 80px;
height: 80px;
background: #f4f4f4;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #ddd;
cursor: default;
}
.thumb img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.price-area {
margin: 10px 0 20px 0;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #b12704;
}
.currency {
font-size: 1.2rem;
font-weight: 400;
color: #333;
}
.condition-badge {
background: #e6f3e6;
color: #1e7e34;
padding: 4px 12px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 600;
display: inline-block;
margin-left: 12px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0