lAxliTuw
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 30px 20px;
color: #1e2a3a;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0b1a2b;
}
.brand-tag {
color: #2c6b9e;
font-weight: 500;
letter-spacing: 0.3px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1f7b4d;
margin: 15px 0 10px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 25px 0 30px;
}
.image-gallery img {
max-width: 100%;
height: auto;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
border: 1px solid #e9edf2;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
display: block;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #f9fbfd;
border-radius: 14px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e2e8f0;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1e3a5f;
width: 40%;
}
.description-box {
background: #f9fbfd;
padding: 20px 25px;
border-radius: 16px;
margin: 20px 0 25px;
line-height: 1.6;
}
.why-buy {
background: #eef5f0;
padding: 20px 25px;
border-radius: 16px