
:root{
--primary-premium:#ff4d4f;
--radius-premium:24px;
--shadow-premium:0 16px 40px rgba(0,0,0,.12);
}
.hero-section,.hero-banner,.hero{
border-radius:32px!important;
overflow:hidden;
}
.product-card{
border-radius:20px!important;
transition:.3s ease!important;
}
.product-card:hover{
transform:translateY(-6px);
box-shadow:var(--shadow-premium)!important;
}
.bottom-nav{
backdrop-filter:blur(20px)!important;
background:rgba(255,255,255,.85)!important;
}
