.fc{position:relative}.fc__text{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.fc__subheading{font-family:var(--font-body-family);font-size:var(--fc-sub-size, .8125rem);font-weight:var(--fc-sub-weight, 600);text-transform:var(--subheading-text-transform, uppercase);letter-spacing:var(--subheading-letter-spacing, .1em);color:var(--fc-sub-color, var(--color-text));margin:0;line-height:1.4}.fc .fc__heading{font-family:var(--font-heading-family);font-size:var(--fc-heading-size, 2rem);font-weight:var(--fc-heading-weight, 400);text-transform:var(--section-heading-text-transform, none);letter-spacing:var(--section-heading-letter-spacing, var(--heading-letter-spacing));color:var(--fc-heading-color, var(--color-heading));line-height:1.15;margin:0}.fc__description{font-family:var(--font-body-family);font-size:var(--fc-desc-size, .9375rem);font-weight:var(--fc-desc-weight, 400);text-transform:var(--supporting-text-transform, none);letter-spacing:var(--supporting-letter-spacing, normal);color:var(--fc-desc-color, var(--color-text));line-height:1.6;max-width:28ch;opacity:.8}.fc__view-all{margin-top:.5rem}.fc--title-top .fc__text{margin-bottom:1.5rem}.fc--title-side{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:990px){.fc--title-side{display:grid;grid-template-columns:minmax(14rem,22rem) 1fr;gap:2rem;align-items:start}.fc--title-side .fc__text{position:sticky;top:6rem;padding-right:1rem}.fc--title-side .fc__products{min-width:0}}.fc__track{display:flex;gap:var(--fc-gap, 4px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.fc__track::-webkit-scrollbar{display:none}.fc__slide{flex:0 0 auto;width:72vw;scroll-snap-align:start}@media(min-width:750px){.fc__slide{width:40vw}}@media(min-width:990px){.fc__slide{width:calc(25% - var(--fc-gap, 4px) * 3 / 4)}.fc--title-side .fc__slide{width:calc(33.333% - var(--fc-gap, 4px) * 2 / 3)}}@media(min-width:1200px){.fc--title-top .fc__slide,.fc--title-side .fc__slide{width:calc(25% - var(--fc-gap, 4px) * 3 / 4)}}.fc--stacked .fc__track{gap:0}.fc--stacked .fc__track .card__media{border-radius:0}.fc--stacked .fc__grid{gap:0}.fc--stacked .fc__grid .card__media{border-radius:0}.fc__nav{display:flex;align-items:center;gap:.5rem;margin-top:1rem;position:relative;z-index:2}.fc--title-side .fc__nav{justify-content:flex-start}@media(min-width:990px){.fc--title-side .fc__nav{margin-top:1.5rem}}.fc--title-top .fc__nav{justify-content:flex-end}.fc__arrow{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--color-border);border-radius:var(--radius, 0);background:var(--color-bg);color:var(--color-text);cursor:pointer;transition:opacity var(--duration) var(--easing),background-color var(--duration) var(--easing)}.fc__arrow:hover:not(:disabled){background-color:var(--color-heading);color:var(--color-bg);border-color:var(--color-heading)}.fc__arrow:disabled{opacity:.3;cursor:default}.fc__arrow svg{width:1.25rem;height:1.25rem;pointer-events:none}.fc__grid{display:grid;gap:var(--fc-gap, 4px);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.fc__grid--3{grid-template-columns:repeat(3,1fr)}.fc__grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.fc__grid--4{grid-template-columns:repeat(4,1fr)}}@media(min-width:990px){.fc--title-side .fc__grid--4{grid-template-columns:repeat(3,1fr)}}.fc .card__title{font-family:var(--font-body-family);font-size:.9375rem;font-weight:400;line-height:1.4}.fc .card__content{padding:.625rem 0;gap:.125rem}.fc .card__vendor{font-size:.6875rem}.fc .price{font-size:.875rem;font-weight:400}.fc .price__regular{font-weight:400}.fc__tabs{display:flex;align-items:center;gap:.25rem;margin-bottom:1.25rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.fc__tabs::-webkit-scrollbar{display:none}.fc__tab{flex:0 0 auto;padding:.5rem 1.25rem;font-family:var(--font-body-family);font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:color var(--duration) var(--easing),background-color var(--duration) var(--easing),border-color var(--duration) var(--easing)}.fc__tab:hover{color:var(--color-heading);border-color:var(--color-heading)}.fc__tab.is-active{color:var(--color-bg);background-color:var(--color-heading);border-color:var(--color-heading)}.fc__tab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.fc__tab-panel[hidden],.fc--hide-info .card__content{display:none}.fc__progress{width:100%;height:2px;background-color:var(--color-border);margin-top:1rem;border-radius:1px;overflow:hidden}.fc__progress-fill{height:100%;width:0%;background-color:var(--color-heading);border-radius:1px;transition:width .1s linear;will-change:width}.fc__grid{grid-template-rows:repeat(var(--fc-grid-rows, 1),auto);overflow:hidden}@media(max-width:749px){.fc__grid{grid-template-columns:repeat(var(--fc-mobile-cols, 2),1fr)}.fc__slide{width:calc(100% / var(--fc-mobile-cols, 2) - var(--fc-gap, 4px) * (var(--fc-mobile-cols, 2) - 1) / var(--fc-mobile-cols, 2))}}@media(prefers-reduced-motion:reduce){.fc__track{scroll-behavior:auto}.fc__arrow,.fc__tab,.fc__progress-fill{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-featured-collection.css.map */
