.featured-products{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:flex-start;padding:36px}.featured-products__left{max-width:500px}.featured-products__heading{font-family:var(--font-heading-family);font-size:2.5rem;margin-bottom:1rem}.featured-products__description{font-family:var(--font-body-family);font-size:1rem;line-height:1.6}.featured-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.product-card{position:relative;overflow:hidden;border-radius:1rem;aspect-ratio:1 / 1;background:var(--color-background);transition:transform .3s ease;text-decoration:none}.product-card img{width:100%;height:100%;object-fit:cover;display:block}.product-card__label{position:absolute;bottom:1rem;left:1rem;color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-body-family);text-shadow:0 0 5px rgba(0,0,0,.6);z-index:2}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}.product-card:hover:after{background:#00000040}@media screen and (max-width: 768px){.featured-products{grid-template-columns:1fr}.featured-products__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem}.product-card{flex:0 0 70%;scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
