3kyqUpqf
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 2rem 1rem;
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: 2rem 2.5rem;
transition: all 0.2s ease;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
color: #1e293b;
letter-spacing: -0.02em;
}
.brand-badge {
display: inline-block;
background: #e9ecef;
padding: 0.2rem 1rem;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 500;
color: #2c3e50;
margin-bottom: 0.75rem;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0b5e42;
margin: 0.5rem 0 1rem 0;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5b6b7a;
margin-left: 0.3rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0 2rem 0;
border-radius: 20px;
overflow: hidden;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: transform 0.2s;
flex: 1 1 180px;
object-fit: cover;
min-width: 140px;
border: 1px solid #f1f3f5;
}
.gallery img:hover {
transform: scale(1.