.featured-collections{overflow:hidden}.fc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2.4rem}.fc-header--center{flex-direction:column;align-items:center;text-align:center}.fc-header--center .fc-header__controls{margin-top:1rem}.fc-header__text{flex:1;min-width:0}.fc-header__title{margin:0 0 .4rem;line-height:1.2}.fc-header__description{margin:0;opacity:.7;font-size:1.5rem;line-height:1.5}.fc-header__controls{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}.fc-header__view-all{display:inline-flex;align-items:center;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:500;text-decoration:none;color:rgb(var(--color-foreground));background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:4rem;transition:all .2s ease;white-space:nowrap}.fc-header__view-all:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.fc-nav{display:flex;align-items:center;gap:.6rem}.fc-nav__btn{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.fc-nav__btn:hover:not(:disabled){background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.fc-nav__btn:disabled{opacity:.3;cursor:not-allowed}.fc-nav__btn svg{width:2rem;height:2rem;flex-shrink:0}.fc-carousel{position:relative;margin:0 calc(-1 * var(--page-width-margin, 1.5rem));padding:0 var(--page-width-margin, 1.5rem)}@media screen and (min-width: 750px){.fc-carousel{margin:0;padding:0}}.fc-carousel__track{display:flex;gap:1.2rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none}@media (hover: hover){.fc-carousel__track{scroll-behavior:smooth}}.fc-carousel__track::-webkit-scrollbar{display:none}.fc-carousel__slide{flex:0 0 75%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}@media screen and (min-width: 750px){.fc-carousel__track{gap:1.6rem}.fc-carousel__slide{flex:0 0 calc((100% - 1.6rem * (var(--fc-items-tablet) - 1)) / var(--fc-items-tablet))}}@media screen and (min-width: 990px){.fc-carousel__slide{flex:0 0 calc((100% - 1.6rem * (var(--fc-items-desktop) - 1)) / var(--fc-items-desktop))}}.fc-carousel__dots{display:flex;justify-content:center;gap:.8rem;margin-top:2rem;padding:.5rem 0}.fc-carousel__dot{width:.8rem;height:.8rem;padding:0;background:rgba(var(--color-foreground),.2);border:none;border-radius:50%;cursor:pointer;transition:all .25s ease}.fc-carousel__dot:hover{background:rgba(var(--color-foreground),.4)}.fc-carousel__dot.is-active{background:rgb(var(--color-foreground));transform:scale(1.2)}@media screen and (min-width: 990px){.fc-carousel__dots{display:none}}.fc-card{display:flex;flex-direction:column;align-items:var(--fc-text-align, center);gap:1.6rem;height:100%;padding:var(--fc-card-padding, 2rem);background:var(--fc-card-bg, #f6f6f6);border-radius:1.6rem;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.fc-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.fc-card__content{width:100%;text-align:var(--fc-text-align, center)}.fc-card__title{margin:0;font-size:1.6rem;font-weight:600;line-height:1.3;color:var(--fc-title-color, #121212)}@media screen and (min-width: 750px){.fc-card__title{font-size:1.8rem}}.fc-card__description{margin:.8rem 0 0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.65);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-card__media{position:relative;width:100%;max-width:22rem;aspect-ratio:1;border-radius:50%;overflow:hidden;background:rgba(var(--color-foreground),.04)}.fc-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.fc-card:hover .fc-card__image{transform:scale(1.08)}.fc-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-foreground),.06),rgba(var(--color-foreground),.02))}.fc-card__placeholder svg{width:4rem;height:4rem;opacity:.3}@media screen and (max-width: 749px){.fc-header{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.fc-header__text{flex:1 1 100%}.fc-header__controls{width:100%;justify-content:space-between}.fc-header--center .fc-header__controls{justify-content:center}.fc-header__view-all{padding:.6rem 1.2rem;font-size:1.3rem}.fc-nav__btn{width:3.6rem;height:3.6rem}.fc-nav__btn svg{width:1.8rem;height:1.8rem}.fc-card{padding:2rem;gap:1.6rem;border-radius:1.6rem;min-height:32rem}.fc-card__media{max-width:20rem;flex-shrink:0}.fc-card__title{font-size:1.7rem}.fc-carousel__dots{margin-top:1.6rem}}@media (prefers-reduced-motion: no-preference){.fc-carousel__slide{opacity:0;transform:translateY(20px);animation:fcFadeIn .5s ease forwards}.fc-carousel__slide:nth-child(1){animation-delay:.05s}.fc-carousel__slide:nth-child(2){animation-delay:.1s}.fc-carousel__slide:nth-child(3){animation-delay:.15s}.fc-carousel__slide:nth-child(4){animation-delay:.2s}.fc-carousel__slide:nth-child(5){animation-delay:.25s}.fc-carousel__slide:nth-child(6){animation-delay:.3s}@keyframes fcFadeIn{to{opacity:1;transform:translateY(0)}}}.fc-nav__btn:focus-visible,.fc-carousel__dot:focus-visible,.fc-card:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media (forced-colors: active){.fc-card,.fc-nav__btn,.fc-carousel__dot{border:1px solid}}@media print{.fc-nav,.fc-carousel__dots{display:none}.fc-carousel__track{flex-wrap:wrap;overflow:visible}.fc-carousel__slide{flex:0 0 25%}.fc-card:hover{transform:none;box-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-featured-collections.css.map */
