.page-produits .shop-hero{background:linear-gradient(90deg,rgba(83,75,70,.78),rgba(83,75,70,.18)),url('../../assets/img/products.webp') center/cover;color:var(--uv-bg-primary)}.page-produits .shop-hero h1,.page-produits .shop-hero p{color:var(--uv-bg-primary)}
.page-produits .shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.page-produits .shop-card{display:flex;flex-direction:column;justify-content:space-between}.page-produits .shop-card .price{color:var(--uv-gold);font-weight:700}
@media(max-width:900px){.page-produits .shop-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.page-produits .shop-grid{grid-template-columns:1fr}}
