hZKW6Bve
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e2a3a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 30px;
}
.gallery img {
width: calc(33.333% – 12px);
min-width: 150px;
flex: 1 1 180px;
border-radius: 16px;
object-fit: cover;
border: 1px solid #e9edf2;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
h1 {
font-size: 2.1rem;
font-weight: 600;
margin: 0 0 8px 0;
color: #0b1a2b;
}
.brand-tag {
background: #eef2f7;
padding: 6px 14px;
border-radius: 40px;
font-size: 0.9rem;
color: #2c3e50;
display: inline-block;
margin-bottom: 12px;
}
.price-box {
font-size: 2rem;
font-weight: 700;
color: #1f7b4d;
margin: 15px 0 10px 0;
}
.price-box small {
font-size: 1rem;
font-weight: 400;
color: #5e