hg3j02r6
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafc;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 30px 35px;
box-sizing: border-box;
}
h1, h2, h3 {
color: #1e2a3a;
margin-top: 0;
}
.flex-gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 25px 0 30px;
}
.gallery-main {
flex: 2;
min-width: 280px;
}
.gallery-main img {
width: 100%;
height: auto;
border-radius: 18px;
box-shadow: 0 6px 18px rgba(0,0,0,0.07);
display: block;
}
.gallery-thumbs {
flex: 1;
min-width: 120px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gallery-thumbs img {
width: 100%;
height: auto;
border-radius: 14px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
cursor: default;
transition: 0.2s;
}
.price-area {
display: flex;
align-items: baseline;
gap: 12px;
margin: 20px 0 10px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0b2b4a;
}
.currency {
font-size: 1.2rem;
font-weight: 500;
color: #3a4b5e;
}
.badge {
background: #e7edf4;
padding: 6px 14px;
border-radius: 40px;
font-size: 0.85rem;
font-weight: 600;
color: #1e3a5f;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 20px;
background: #f6f9fe;
border-radius: 18px;
overflow: hidden;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e2e9f2;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font