NfYCJRqI
body {
font-family: ‘Source Sans Pro’, sans-serif;
background: #f8fafc;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
transition: all 0.2s;
}
.images {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 30px;
justify-content: center;
}
.images img {
max-width: 220px;
width: 100%;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s;
border: 1px solid #e9edf2;
}
.images img:hover {
transform: scale(1.02);
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
color: #0b1a2a;
letter-spacing: –