fDHu4vtg
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 700;
margin: 0 0 8px 0;
color: #0b2b3c;
line-height: 1.2;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 15px;
}
.price-condition {
display: flex;
align-items: baseline;
gap: 20px;
flex-wrap: wrap;
margin: 15px 0 20px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #b12704;
}
.condition {
background: #f0f3f8;
padding: 6px 16px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
color: #2c3e50;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
object-fit: cover;
border: 1px solid #e9edf2;
}
.gallery-main {
flex: 2 1 400px;
}
.gallery-thumbs {
flex: 1 1 180px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gallery-thumbs img {
width: 100%;
border-radius: 12px;
cursor: default;
}
.section-title {
font-size: 22px;
font-weight: 600;
margin: 35px 0 15px 0;
border-bottom: 2px solid #eef2f7;
padding-bottom: 8px;
color: #0b2b3c;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
margin: 15