skY8LYsq
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, sans-serif;
background: #f5f7fb;
display: flex;
justify-content: center;
padding: 2rem 1rem;
line-height: 1.5;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 28px;
box-shadow: 0 20px 40px rgba(0,0,0,0.08), 0 8px 20px rgba(0,0,0,0.06);
padding: 2rem 2.2rem;
transition: 0.2s;
}
@media (max-width: 700px) {
.product-card { padding: 1.5rem; }
}
.product-title {
font-size: 2rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 0.5rem;
color: #0b1a2e;
}
.brand-badge {
display: inline-block;
background: #eef2f9;
padding: 0.2rem 1rem;
border-radius: 40px;
font-size: 0.85rem;
font-weight: 500;
color: #1f3a6b;
margin-bottom: 1rem;
}
.price-block {
font-size: 2.2rem;
font-weight: 700;
color: #0f2b4b;
margin: 0.5rem 0