4C9Wmlsx
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafc;
margin: 0;
padding: 20px;
color: #1e2a3a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 8px;
color: #0b1e2e;
}
.brand-tag {
color: #3b6f8a;
font-weight: 500;
letter-spacing: 0.3px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #1f7b4d;
margin: 12px 0 20px 0;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 20px 0 30px 0;
}
.image-gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.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: pointer;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px 0;
background: #f4f7fa;
border-radius: 16px;
overflow: hidden;
}
.specs-table td {
padding: 12px 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;
width: 35%;
color: #1e3a5f;
}
.description-box {
background: #f0f5fa;
padding: 20px 24px;
border-radius: 18px;
margin: 20px 0 25px 0;
line-height: 1.6;
}
.why-buy ul {
list-style: none;
padding-left: 0