cZqD9ruk
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, 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.08);
padding: 30px 35px;
}
h1 {
font-size: 28px;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0b2b4a;
}
.brand {
color: #2c6b9e;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.3px;
}
.price-badge {
background: #e9f0f7;
padding: 12px 20px;
border-radius: 40px;
display: inline-block;
font-size: 26px;
font-weight: 700;
color: #1a4b6d;
margin: 15px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
border: 1px solid #eaeef2;
}
.gallery-main {
flex: 2;
min-width: 280px;
}
.gallery-thumbs {
flex: 1;
min-width: 120px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gallery-thumbs img {
cursor: pointer;
transition: 0.2s;
border: 2px solid transparent;
}
.gallery-thumbs img:hover {
border-color: #2c6b9e;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafcfd;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 18px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1f3a57;
width: 40%;
}
.description-box {
background: #f4f8fc;
padding: 20px 25px;
border-radius