.featured-collections{position:relative;padding-top:var(--fc-padding-top-mobile, 40px);padding-bottom:var(--fc-padding-bottom-mobile, 40px)}.featured-collections featured-collections-slider{display:block}.featured-collections--bg-custom{background:var(--fc-custom-bg, transparent)}.featured-collections--bg-gradient{background:var(--fc-gradient-bg, transparent)}@media screen and (min-width:750px){.featured-collections{padding-top:var(--fc-padding-top-desktop, 60px);padding-bottom:var(--fc-padding-bottom-desktop, 60px)}}.featured-collections__header{margin-bottom:var(--fc-header-spacing-mobile, 20px);text-align:var(--fc-header-align, center)}@media screen and (min-width:750px){.featured-collections__header{margin-bottom:var(--fc-header-spacing-desktop, 40px)}}.featured-collections__heading{display:flex;flex-wrap:wrap;align-items:center;gap:0 .3em;justify-content:var(--fc-header-justify, center);margin:0 0 var(--fc-heading-mb, 12px) 0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--fc-heading-size-mobile, 32px);font-weight:var(--fc-heading-weight, 700);line-height:var(--fc-heading-line, 1.2);letter-spacing:var(--fc-heading-spacing, 0);text-transform:var(--fc-heading-transform, none);color:var(--fc-heading-color, rgb(var(--color-foreground)))}@media screen and (min-width:750px){.featured-collections__heading{font-size:var(--fc-heading-size-desktop, 48px)}}.featured-collections__heading-arrow{display:inline-flex;align-items:center}.featured-collections__heading-arrow svg{width:.9em;height:.9em}.featured-collections__highlight{display:inline-block;color:var(--fc-highlight-color, rgb(var(--color-foreground)))}.featured-collections__highlight--gradient{background:var(--fc-highlight-gradient, none);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;padding-bottom:.15em;margin-bottom:-.15em}.featured-collections__highlight--underline{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}.featured-collections__highlight--block{display:block;width:100%;margin-top:var(--fc-highlight-mt, 0);margin-bottom:var(--fc-highlight-mb, 12px)}.featured-collections__subheading{max-width:var(--fc-sub-max-width, 700px);margin:0 auto var(--fc-sub-spacing-mobile, 20px) auto;font-family:var(--font-body-family);font-size:var(--fc-sub-size-mobile, 16px);font-weight:var(--fc-sub-weight, 400);line-height:1.6;color:var(--fc-sub-color, rgba(var(--color-foreground), .75))}@media screen and (min-width:750px){.featured-collections__subheading{font-size:var(--fc-sub-size-desktop, 18px);margin-bottom:var(--fc-sub-spacing-desktop, 40px)}}.featured-collections__grid{display:grid;grid-template-columns:repeat(var(--fc-grid-cols-mobile, 1),minmax(0,1fr));gap:var(--fc-card-gap-mobile, 12px);list-style:none;margin:0;padding:0}@media screen and (min-width:640px){.featured-collections__grid{grid-template-columns:repeat(var(--fc-grid-cols-tablet, 2),minmax(0,1fr))}}@media screen and (min-width:990px){.featured-collections__grid{grid-template-columns:repeat(var(--fc-grid-cols-desktop, 4),minmax(0,1fr));gap:var(--fc-card-gap-desktop, 20px)}}featured-collections-slider{display:block;position:relative}.featured-collections__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.featured-collections__viewport:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.featured-collections__viewport::-webkit-scrollbar{display:none}.featured-collections__nav{display:none}@media screen and (min-width:990px){.featured-collections__nav{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:4.4rem;height:4.4rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;box-shadow:0 .2rem .8rem #00000014;transition:opacity var(--duration-short) ease,border-color var(--duration-short) ease}.featured-collections__nav svg{width:1rem;height:1.6rem}.featured-collections__nav--prev{left:-2.2rem}.featured-collections__nav--next{right:-2.2rem}.featured-collections__nav:hover{border-color:rgb(var(--color-foreground))}.featured-collections__nav:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.2rem}.featured-collections__nav[disabled]{opacity:.35;cursor:default;pointer-events:none}.featured-collections__viewport--fits~.featured-collections__nav,featured-collections-slider.featured-collections--no-scroll .featured-collections__nav{display:none}}.featured-collections__track{display:flex;gap:var(--fc-card-gap-mobile, 12px);width:max-content;min-width:100%;list-style:none;margin:0;padding:.4rem .4rem 0}@media screen and (min-width:750px){.featured-collections__track{gap:var(--fc-card-gap-desktop, 20px)}.featured-collections__track.featured-collections__track--centered{justify-content:center;width:100%}}.featured-collections__track>.featured-collections__card{flex:0 0 82%;max-width:var(--fc-card-max-width, 320px);min-width:240px;scroll-snap-align:start}@media screen and (min-width:750px){.featured-collections__track>.featured-collections__card{flex:0 0 var(--fc-card-max-width, 320px)}}@media screen and (min-width:750px){.featured-collections__viewport--fits{overflow-x:visible;scrollbar-width:none;padding-bottom:0}.featured-collections__viewport--fits::-webkit-scrollbar{display:none}}.featured-collections__card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--fc-card-bg, rgb(var(--color-background)));border:var(--fc-card-border-w, 1px) solid var(--fc-card-border-color, rgba(var(--color-foreground), .12));border-radius:var(--fc-card-radius, 16px);transition:transform .3s ease,box-shadow .3s ease}.featured-collections__card:hover{transform:translateY(calc(-1 * var(--fc-card-lift, 4px)));box-shadow:var(--fc-card-shadow-hover, none)}.featured-collections__media{position:relative;display:block;width:100%;aspect-ratio:var(--fc-image-ratio, 1 / 1);overflow:hidden;background:rgba(var(--color-foreground),.04)}.featured-collections__media img,.featured-collections__media svg{width:100%;height:100%;object-fit:cover;display:block}.featured-collections__media .placeholder-svg{background:rgba(var(--color-foreground),.04);fill:rgba(var(--color-foreground),.35)}.featured-collections__badge{position:absolute;top:10px;inset-inline-start:10px;z-index:1;padding:var(--fc-badge-pv, 4px) var(--fc-badge-ph, 10px);border-radius:var(--fc-badge-radius, 100px);background:var(--fc-badge-bg, rgb(var(--color-foreground)));color:var(--fc-badge-text, rgb(var(--color-background)));font-size:var(--fc-badge-size, 12px);font-weight:600;letter-spacing:.05em;text-transform:uppercase;line-height:1.2}.featured-collections__content{display:flex;flex-direction:column;flex:1 1 auto;padding:var(--fc-card-padding, 20px);text-align:var(--fc-text-align, center)}.featured-collections .featured-collections__rating{--star-rating-size: var(--fc-star-size, 16px);--star-rating-gap: var(--fc-star-gap, 2px);--star-rating-color: var(--fc-star-color, #fbbf24);--star-rating-empty-color: var(--fc-star-empty-color, rgba(var(--color-foreground), .2));--star-rating-empty-fill: var(--fc-star-empty-color, rgba(var(--color-foreground), .2));--star-rating-empty-opacity: 1;--star-rating-text-gap: 6px;display:flex;align-items:center;margin-bottom:var(--fc-star-mb, 8px);justify-content:var(--fc-star-justify, center)}.featured-collections__title{margin:0 0 var(--fc-title-mb, 8px) 0;font-family:var(--font-heading-family);font-size:var(--fc-title-size-mobile, 16px);font-weight:var(--fc-title-weight, 600);line-height:var(--fc-title-line, 1.3);letter-spacing:var(--fc-title-spacing, 0);text-transform:var(--fc-title-transform, none);color:var(--fc-title-color, rgb(var(--color-foreground)))}@media screen and (min-width:750px){.featured-collections__title{font-size:var(--fc-title-size-desktop, 18px)}}.featured-collections__title a{color:inherit;text-decoration:none}.featured-collections__title a:hover{text-decoration:underline}.featured-collections__title a:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.featured-collections__price{margin:0 0 var(--fc-price-mb, 12px) 0;font-size:var(--fc-price-size-mobile, 14px);font-weight:var(--fc-price-weight, 500);line-height:var(--fc-price-line, 1.4);letter-spacing:var(--fc-price-spacing, 0);text-transform:var(--fc-price-transform, none);color:var(--fc-price-color, rgb(var(--color-foreground)))}@media screen and (min-width:750px){.featured-collections__price{font-size:var(--fc-price-size-desktop, 16px)}}.featured-collections__price-compare{margin-inline-start:8px;font-weight:400;text-decoration:line-through;color:var(--fc-price-compare-color, rgba(var(--color-foreground), .6))}.featured-collections__buttons{display:flex;flex-wrap:wrap;gap:var(--fc-buttons-gap, 12px);margin-top:auto;padding-top:var(--fc-buttons-mt, 12px);justify-content:var(--fc-buttons-justify, center)}.featured-collections__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:0;margin:0;padding:var(--fc-btn-pv, 8px) var(--fc-btn-ph, 16px);border:var(--fc-btn-border-w, 0) solid var(--fc-btn-border-color, transparent);border-radius:var(--fc-btn-radius, 30px);font-family:inherit;font-size:var(--fc-btn-size-mobile, 12px);font-weight:var(--fc-btn-weight, 500);line-height:var(--fc-btn-line, 1.4);letter-spacing:var(--fc-btn-spacing, 0);text-transform:var(--fc-btn-transform, none);text-decoration:none;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease}@media screen and (min-width:750px){.featured-collections__btn{font-size:var(--fc-btn-size-desktop, 14px)}}.featured-collections__btn svg{width:1em;height:1em;flex:none}.featured-collections__btn:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.featured-collections__btn--view{background:var(--fc-view-bg, rgb(var(--color-button)));color:var(--fc-view-text, rgb(var(--color-button-text)));border-color:var(--fc-view-border-color, transparent)}.featured-collections__btn--view:hover{background:var(--fc-view-bg-hover, rgba(var(--color-button), .85));color:var(--fc-view-text-hover, rgb(var(--color-button-text)));transform:translateY(-2px)}.featured-collections__btn--cart{background:var(--fc-cart-bg, transparent);color:var(--fc-cart-text, rgb(var(--color-foreground)));border-color:var(--fc-cart-border-color, rgba(var(--color-foreground), .4));border-width:var(--fc-btn-border-w, 1px)}.featured-collections__btn--cart:hover:not([disabled]){background:var(--fc-cart-bg-hover, rgba(var(--color-foreground), .06));color:var(--fc-cart-text-hover, rgb(var(--color-foreground)));transform:translateY(-2px)}.featured-collections__btn[disabled]{opacity:.5;cursor:not-allowed}.featured-collections__form{margin:0;display:inline-flex}.featured-collections__form form{margin:0;width:100%}.featured-collections__form .featured-collections__btn{width:100%}.featured-collections__form .loading__spinner{width:1.2rem;height:1.2rem}.featured-collections__view-all{margin-top:var(--fc-global-mt, 30px);text-align:var(--fc-global-align, center)}.featured-collections__view-all-btn{display:inline-flex;align-items:center;gap:10px;padding:var(--fc-global-pv, 12px) var(--fc-global-ph, 28px);border:var(--fc-global-border-w, 0) solid var(--fc-global-border-color, transparent);border-radius:var(--fc-global-radius, 40px);background:var(--fc-global-bg, rgb(var(--color-button)));color:var(--fc-global-text, rgb(var(--color-button-text)));font-size:var(--fc-global-size-mobile, 14px);font-weight:var(--fc-global-weight, 600);line-height:var(--fc-global-line, 1.4);letter-spacing:var(--fc-global-spacing, 0);text-transform:var(--fc-global-transform, none);text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease}@media screen and (min-width:750px){.featured-collections__view-all-btn{font-size:var(--fc-global-size-desktop, 16px)}}.featured-collections__view-all-btn svg{width:1em;height:1em;flex:none}.featured-collections__view-all-btn:hover{background:var(--fc-global-bg-hover, rgba(var(--color-button), .85));color:var(--fc-global-text-hover, rgb(var(--color-button-text)));transform:translateY(-2px)}.featured-collections__view-all-btn:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}@media screen and (max-width:749px){.featured-collections__buttons{flex-direction:column}.featured-collections__btn,.featured-collections__form{width:100%}}@media(prefers-reduced-motion:reduce){.featured-collections__viewport{scroll-behavior:auto;scroll-snap-type:none}.featured-collections__card,.featured-collections__btn,.featured-collections__view-all-btn{transition:none}.featured-collections__card:hover,.featured-collections__btn:hover,.featured-collections__view-all-btn:hover{transform:none}}@media(prefers-reduced-motion:reduce){.featured-collections__viewport{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/featured-collections.css.map */
