.eg-featured-products{--eg-fp-gap-desktop: 24px;--eg-fp-gap-mobile: 12px;--eg-fp-radius: 4px}.eg-featured-products__wrapper{display:grid;grid-template-columns:1fr;gap:var(--eg-fp-gap-mobile)}@media screen and (min-width:990px){.eg-featured-products__wrapper{grid-template-columns:minmax(280px,1fr) 3fr;gap:var(--eg-fp-gap-desktop);align-items:stretch}}.eg-featured-products__banner{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--eg-fp-radius);background-color:transparent}@media screen and (min-width:990px){.eg-featured-products__banner{background-color:rgba(var(--color-foreground),.05);min-height:220px}}.eg-featured-products__banner-link-cta--stretched:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.eg-featured-products__banner-link-cta{position:relative;z-index:2}.eg-featured-products__banner-media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden}@media screen and (max-width:989px){.eg-featured-products__banner{border-radius:0;overflow:visible}.eg-featured-products__banner-media{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;border-radius:0}}.eg-featured-products__banner-media img,.eg-featured-products__banner-media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.eg-featured-products__banner-media .placeholder-svg{background:rgba(var(--color-foreground),.06)}.eg-featured-products__banner-media--desktop{display:none}@media screen and (min-width:990px){.eg-featured-products__banner{aspect-ratio:auto;min-height:100%}.eg-featured-products__banner-media{aspect-ratio:auto;height:100%}.eg-featured-products__banner-media--mobile{display:none}.eg-featured-products__banner-media--desktop{display:block}}.eg-featured-products__banner-content{display:flex;flex-direction:column;gap:8px;padding:16px 4px}@media screen and (min-width:990px){.eg-featured-products__banner-content{position:absolute;inset:auto 0 0 0;padding:16px;color:#fff;background:linear-gradient(to top,#0000008c,#0000);gap:12px}.eg-featured-products__banner--light .eg-featured-products__banner-content{color:rgba(var(--color-foreground),1);background:linear-gradient(to top,#ffffffa6,#fff0)}}.eg-featured-products__banner-title{margin:0;font-size:2.4rem;font-weight:700;line-height:1.15;color:inherit}@media screen and (min-width:990px){.eg-featured-products__banner-title{color:#fff}.eg-featured-products__banner--light .eg-featured-products__banner-title{color:rgba(var(--color-foreground),1)}}a.eg-featured-products__banner-link-cta,.eg-featured-products__banner-link-cta{display:inline-flex;align-items:center;gap:6px;font-size:1.2rem;font-weight:600;color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;width:fit-content}.eg-featured-products__banner-link-cta:hover{opacity:.85}.eg-featured-products__list-wrapper{position:relative;min-width:0}@media screen and (max-width:749px){.eg-featured-products__list-wrapper{width:calc(100% + 30px);margin-left:-15px}}.eg-featured-products__splide{width:100%}.eg-featured-products__list{list-style:none;margin:0;padding:0}.eg-featured-products__splide.splide--destroy-mobile .splide__list{display:grid;grid-template-columns:repeat(var(--eg-fp-cols-mobile, 2),minmax(0,1fr));gap:12px}@media screen and (min-width:990px){.eg-featured-products__splide.splide--destroy-desktop .splide__list{display:grid;grid-template-columns:repeat(var(--eg-fp-cols-desktop, 4),minmax(0,1fr));gap:16px}}.eg-featured-products .splide__list{align-items:stretch}.eg-featured-products__item{display:flex;height:auto;align-items:stretch}.eg-featured-products__item>.eg-featured-products__card{width:100%;display:flex;flex-direction:column}.eg-featured-products__card-info{flex:1 1 auto;display:flex;flex-direction:column}.eg-featured-products__action{margin-top:auto}.eg-featured-products__card{display:flex;flex-direction:column;height:100%;background:transparent;position:relative}.eg-featured-products__card-media{position:relative;display:block;background-color:rgba(var(--color-foreground),.04);aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--eg-fp-radius)}.eg-featured-products__card-media img,.eg-featured-products__card-media svg{width:100%;height:100%;object-fit:contain;display:block}.eg-featured-products__card-info{display:flex;flex-direction:column;gap:6px;padding:12px 4px 0;flex:1 1 auto}.eg-featured-products__card-rating{display:flex;align-items:center;gap:6px;font-size:1.2rem}.eg-featured-products__card-rating .rating-stars{--star-color: rgb(var(--color-foreground));--bg-star-color: rgba(var(--color-foreground), .25);--font-size: 1.2rem}.eg-featured-products__card-rating-count{font-size:1.2rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:2px}.eg-featured-products__card-title{margin:0 0 12px;font-size:1.4rem;font-weight:700;line-height:1.25}.eg-featured-products__card-title a{color:inherit;text-decoration:none}@media screen and (min-width:750px){.eg-featured-products__card-title{font-size:1.6rem}}.eg-featured-products__card-subtitle{margin:0;font-size:1.2rem;line-height:1.35;color:rgba(var(--color-foreground),.7)}@media screen and (min-width:750px){.eg-featured-products__card-subtitle{font-size:1.3rem}}.eg-featured-products__action{margin-top:auto;width:100%}.eg-featured-products__action-form{margin:0}.eg-featured-products__btn{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 12px;background:transparent;border:1px solid rgb(var(--color-foreground));border-radius:999px;color:rgb(var(--color-foreground));font-size:1.2rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-align:left;position:relative;min-height:36px}@media screen and (min-width:990px){.eg-featured-products__btn{padding:12px 16px;font-size:1.3rem;min-height:44px}}.eg-featured-products__btn:hover:not([disabled]){background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.eg-featured-products__btn[disabled],.eg-featured-products__btn.disabled{opacity:.5;cursor:not-allowed}.eg-featured-products__btn-label{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eg-featured-products__btn-price{flex:0 0 auto;font-weight:600}.eg-featured-products__btn .loading-overlay__spinner{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:inherit;color:inherit;pointer-events:none}.eg-featured-products__btn .loading-overlay__spinner.hidden{display:none}.eg-featured-products__btn .spinner{width:20px;height:20px;color:inherit}.eg-featured-products__btn .spinner .path{stroke:currentColor}.eg-featured-products__btn.loading .eg-featured-products__btn-label,.eg-featured-products__btn.loading .eg-featured-products__btn-price,.eg-featured-products__btn[aria-disabled=true] .eg-featured-products__btn-label,.eg-featured-products__btn[aria-disabled=true] .eg-featured-products__btn-price{visibility:hidden}@supports selector(:has(*)){.eg-featured-products__btn:has(.loading-overlay__spinner:not(.hidden)) .eg-featured-products__btn-label,.eg-featured-products__btn:has(.loading-overlay__spinner:not(.hidden)) .eg-featured-products__btn-price{visibility:hidden}}.eg-featured-products__list-wrapper .splide__arrows{position:static;opacity:0;transition:opacity .25s ease;pointer-events:none}@media screen and (max-width:989px){.eg-featured-products__list-wrapper .splide__arrows,.eg-featured-products__list-wrapper .splide__arrow,.eg-featured-products__list-wrapper .splide__arrow--prev,.eg-featured-products__list-wrapper .splide__arrow--next{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}.eg-featured-products__list-wrapper:hover .splide__arrows,.eg-featured-products__list-wrapper:focus-within .splide__arrows{opacity:1;pointer-events:auto}.eg-featured-products__list-wrapper .splide__arrow{position:absolute;top:calc(50% - 2rem);transform:translateY(-50%);width:36px;height:36px;min-width:36px;padding:0;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;box-shadow:0 2px 8px #0000002e;opacity:1;z-index:3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease,opacity .2s ease}.eg-featured-products__list-wrapper .splide__arrow:hover:not(:disabled){background:rgb(var(--color-foreground));transform:translateY(-50%) scale(1.06)}.eg-featured-products__list-wrapper .splide__arrow:disabled{opacity:0;pointer-events:none}.eg-featured-products__list-wrapper .splide__arrow svg,.eg-featured-products__list-wrapper .splide__arrow path{fill:currentColor;stroke:currentColor}.eg-featured-products__list-wrapper .splide__arrow svg{width:14px;height:14px}.eg-featured-products__list-wrapper .splide__arrow--prev{left:8px;right:auto}.eg-featured-products__list-wrapper .splide__arrow--next{right:8px;left:auto}@media screen and (min-width:990px){.eg-featured-products__list-wrapper .splide__arrow{width:40px;height:40px;min-width:40px}.eg-featured-products__list-wrapper .splide__arrow--prev{left:12px}.eg-featured-products__list-wrapper .splide__arrow--next{right:12px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-eg-featured-products.css.map */
