gNdbd2qw
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
padding: 30px 30px 40px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.2;
color: #0a2540;
}
.brand-sub {
font-size: 1rem;
color: #5a6872;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.brand-sub span {
background: #eef2f5;
padding: 4px 12px;
border-radius: 30px;
font-size: 0.85rem;
}
.gallery-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 20px 0 30px;
}
.gallery-main {
flex: 1 1 280px;
max-width: 400px;
}
.gallery-main img {
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
background: #f0f2f5;
display: block;
}
.gallery-thumbs {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: flex-start;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 8px;
border: 1px solid #e2e8f0;
cursor: default;
background: #f7f9fc;
}
.price-area {
margin: 10px 0 20px;
font-size: 1.8rem;
font-weight: 700;
color: #1e3a5f;
}
.price-area .currency {
font-size: 1.2rem;
font-weight: 400;
color: #4a5a6a;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fafcff;
border-radius: 12px;
overflow: hidden;
border: 1px solid #e9edf2;
}
.specs-table th, .specs-table td {
padding: 12px