.featured-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-5);margin-bottom:40px}.featured-products__title{margin:0}.featured-products__view-all{font-size:var(--font-size-base);text-decoration:1px solid underline;text-underline-offset:var(--space-1);white-space:nowrap;color:var(--color-heading);transition:all var(--duration-base) var(--ease-default)}.featured-products__view-all:hover{color:var(--color-accent)}.featured-products__grid{display:grid;grid-template-columns:1fr;gap:var(--grid-gap)}@media screen and (min-width:480px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:750px){.featured-products__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.featured-products__grid{grid-template-columns:repeat(var(--featured-products-columns),1fr)}}@media screen and (max-width:990px){.featured-products__header{display:block}}.featured-products__placeholder{width:100%}.featured-products__placeholder--image{width:100%;aspect-ratio:3 / 4;background-color:var(--color-secondary-background);border-radius:var(--card-radius)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-featured-products.css.map */
