1U2K3ssm
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #f4f7fa;
font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
display: flex;
justify-content: center;
padding: 2rem 1rem;
line-height: 1.5;
color: #1a1e24;
}
.product-card {
max-width: 1200px;
width: 100%;
background: white;
border-radius: 28px;
box-shadow: 0 20px 40px -12px rgba(0,0,0,0.12), 0 8px 24px -8px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
transition: all 0.2s ease;
}
@media (max-width: 700px) {
.product-card { padding: 1.5rem 1rem; }
}
/* breadcrumb / brand */
.brand-tag {
display: inline-block;
background: #eef2f6;
padding: 0.25rem 1rem;
border-radius: 40px;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.3px;
color: #2c3e50;
margin-bottom: 0.75rem;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.2;
margin-bottom: 0.25rem;
}
.price-badge {
display: flex;
align-items: baseline;
gap: 0.75rem;
flex-wrap: wrap;
margin: 0.75rem 0 1.5rem 0