RBzqKzrR
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
padding: 30px 35px;
}
h1 {
font-weight: 600;
font-size: 2rem;
margin-top: 0;
margin-bottom: 8px;
color: #0a2540;
}
.brand-sub {
color: #5e6f7e;
font-size: 1rem;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.brand-sub span {
background: #eef2f6;
padding: 4px 12px;
border-radius: 30px;
font-size: 0.85rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
border: 1px solid #e9edf2;
}
.gallery-main {
flex: 2;
min-width: 280px;
}
.gallery-thumbs {
flex: 1;
min-width: 120px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gallery-thumbs img {
width: 100%;
border-radius: 10px;
cursor: default;
}
.price-area {
margin: 20px 0 10px;
font-size: 2.2rem;
font-weight: 700;
color: #1a3b5c;
}
.price-area small {
font-size: 1rem;
font-weight: 400;
color: #5e6f7e;
margin-left: 8px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e4e9ef;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;