twGAoCsi
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f6f9;
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 35px;
transition: all 0.2s;
}
h1 {
font-size: 2.1rem;
font-weight: 600;
color: #1a1a2e;
margin: 0 0 8px 0;
letter-spacing: -0.3px;
}
.brand-badge {
display: inline-block;
background: #1a1a2e;
color: white;
font-weight: 600;
font-size: 0.8rem;
padding: 4px 14px;
border-radius: 40px;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.price-stock {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 20px;
margin: 15px 0 20px 0;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0b3b5c;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5e6f7e;
margin-left: 6px;
}
.availability {
background: #e6f3e6;
color: #1f6b3a;
font-weight: 600;
padding: 6px 18px;
border-radius: 40px;
font-size: 0.9rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 25px 0 30px 0