.fc-showcase{background:var(--fc-section-bg);padding-top:calc(var(--section-pt, 0) * 1px);padding-bottom:calc(var(--section-pb, 0) * 1px)}.fc-showcase__header{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:2rem;margin-bottom:calc(var(--fc-header-products-gap, 30) * 1px)}.fc-showcase__heading{margin:0;color:var(--fc-heading-color);font-size:calc(var(--fc-heading-size-mobile) * 1px);line-height:1;max-width:var(--fc-heading-max-width)}.fc-showcase__description{margin:0;color:var(--fc-desc-color);font-size:calc(var(--fc-desc-size-mobile) * 1px);line-height:1.35;max-width:var(--fc-desc-max-width);align-self:center}.fc-showcase__shop-all{color:var(--fc-link-color);font-size:calc(var(--fc-link-size-mobile) * 1px);font-weight:var(--fc-link-weight-mobile);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem;display:inline-flex;align-items:center;gap:.6rem;transition:color .25s ease;grid-column:1 / -1;justify-self:start}.fc-showcase__shop-all span{line-height:1}.fc-showcase__shop-all:hover{color:var(--fc-link-color-hover);color:#3ec4d0}.fc-showcase__grid{display:flex;gap:1.6rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.fc-showcase__grid::-webkit-scrollbar{display:none}.fc-showcase__grid.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.fc-showcase__grid.is-dragging .fc-showcase__card{user-select:none;-webkit-user-select:none}.fc-showcase__card{background:var(--fc-card-bg);border-radius:calc(var(--fc-card-radius) * 1px);display:flex;flex-direction:column;gap:1.4rem;position:relative;overflow:hidden;transition:background-color .35s ease;scroll-snap-align:start;flex:0 0 calc((100% - ((var(--fc-mobile-products-per-view) - 1) * 1.6rem)) / var(--fc-mobile-products-per-view))}.fc-showcase__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;border-radius:inherit}.fc-showcase__card-link:focus-visible{outline:2px solid #111111;outline-offset:-2px}.fc-showcase__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;z-index:4}.fc-showcase__badge{border-radius:100vmax;padding:.2rem .8rem;font-size:calc(var(--fc-badge-size, 11) * 1px);font-weight:var(--fc-badge-weight, 600);line-height:1.5}.fc-showcase__badge--discount{background:#202020;color:#fff}.fc-showcase__media{display:block;background:var(--fc-image-bg);border-radius:12px 12px 0 0;overflow:hidden;transition:background-color .35s ease;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.fc-showcase__media img{-webkit-user-drag:none}.fc-showcase__card:hover .fc-showcase__media{background:var(--fc-image-bg)}.fc-showcase__image{transition:transform .35s ease}@media(hover:hover)and (pointer:fine){.fc-showcase__card:hover .fc-showcase__image{transform:scale(calc(var(--fc-card-hover-scale) / 100))}}.fc-showcase__body{display:flex;flex-direction:column;gap:.2rem;position:relative;z-index:1}.fc-showcase[data-layout=centered] .fc-showcase__body{text-align:center;align-items:center}.fc-showcase__meta{display:flex;flex-direction:column;gap:.8rem;width:100%}.fc-showcase[data-layout=left_price_right] .fc-showcase__meta{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.2rem}.fc-showcase__title{margin:0;color:var(--fc-product-title-color);font-size:calc(var(--fc-product-title-size-mobile) * 1px);font-weight:var(--fc-product-title-weight);line-height:1.25;max-width:var(--fc-product-title-max-width);transition:color .25s ease;font-family:var(--body-font)!important}.fc-showcase__title-support{color:var(--fc-title-support-color);font-size:calc(var(--fc-title-support-size-mobile) * 1px);font-weight:600;margin-left:.4em}.fc-showcase__price-group{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.fc-showcase__price{color:var(--fc-price-color);font-size:calc(var(--fc-price-size-mobile) * 1px);font-weight:var(--fc-price-weight);white-space:nowrap;transition:color .25s ease}.fc-showcase__price--compare{text-decoration:line-through;opacity:.65;font-weight:400;font-size:calc(var(--fc-price-size-mobile) * .85px)}.fc-showcase__product-description{color:var(--fc-desc-color);font-size:1.3rem;line-height:1.45;opacity:.92}.fc-showcase[data-layout=centered] .fc-showcase__product-description{text-align:center}.fc-showcase__card:hover .fc-showcase__title{color:var(--fc-product-title-color-hover)}.fc-showcase__card:hover .fc-showcase__price{color:var(--fc-price-color-hover)}.fc-showcase[data-layout=left_price_right] .fc-showcase__product-description{text-align:left}.fc-showcase__fallback{color:var(--fc-desc-color);font-size:1.5rem;margin:0}.fc-showcase__controls{margin-top:3.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.fc-showcase__controls[hidden]{display:none!important}.fc-showcase__progress{width:min(100%,25.2rem);height:2px;background:#11111129;overflow:hidden}.fc-showcase__progress-fill{display:block;height:100%;width:0;background:#111;transition:transform .2s ease,width .2s ease}.fc-showcase__arrows{display:inline-flex;align-items:center;gap:1rem}.fc-showcase__arrow{width:4.6rem;height:4.6rem;border-radius:999px;border:1px solid rgba(17,17,17,.18);color:#111;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,opacity .2s ease}.fc-showcase__arrow:hover:not(:disabled){border-color:#1111118c}.fc-showcase__arrow:disabled{opacity:.45;cursor:default}@media(min-width:768px){.fc-showcase__grid:not(.fc-showcase__grid--desktop-carousel){display:grid;overflow:visible;scroll-snap-type:none;grid-template-columns:repeat(var(--fc-cols-tablet),minmax(0,1fr))}.fc-showcase__grid.fc-showcase__grid--desktop-carousel .fc-showcase__card{flex-basis:calc((100% - 1.6rem)/2)}.fc-showcase__title{font-size:calc(var(--fc-product-title-size-desktop) * 1px)}.fc-showcase__title-support{font-size:calc(var(--fc-title-support-size-desktop) * 1px)}.fc-showcase__price{font-size:calc(var(--fc-price-size-desktop) * 1px)}.fc-showcase__price--compare{font-size:calc(var(--fc-price-size-desktop) * .85px)}.fc-showcase__price-group{align-items:flex-end}.fc-showcase[data-layout=left_price_right] .fc-showcase__body{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title price" "desc  price";align-items:start;column-gap:1.2rem;row-gap:.2rem}.fc-showcase[data-layout=left_price_right] .fc-showcase__meta{display:contents}.fc-showcase[data-layout=left_price_right] .fc-showcase__title{grid-area:title}.fc-showcase[data-layout=left_price_right] .fc-showcase__price-group{grid-area:price}.fc-showcase[data-layout=left_price_right] .fc-showcase__product-description{grid-area:desc}}@media(min-width:1025px){.fc-showcase__header{grid-template-columns:1.5fr 1fr auto;align-items:center;margin-bottom:calc(var(--fc-header-products-gap, 30) * 1px);gap:3rem}.fc-showcase__heading{font-size:calc(var(--fc-heading-size-desktop) * 1px)}.fc-showcase__description{font-size:calc(var(--fc-desc-size-desktop) * 1px)}.fc-showcase__shop-all{font-size:calc(var(--fc-link-size-desktop) * 1px);font-weight:var(--fc-link-weight-desktop);grid-column:auto;justify-self:end}.fc-showcase__grid:not(.fc-showcase__grid--desktop-carousel){grid-template-columns:repeat(var(--fc-cols-desktop),minmax(0,1fr));gap:2rem}.fc-showcase__grid.fc-showcase__grid--desktop-carousel{gap:2rem}.fc-showcase__grid.fc-showcase__grid--desktop-carousel .fc-showcase__card{flex-basis:calc((100% - 6rem)/4)}}@media(max-width:1024px){.fc-showcase__header{grid-template-columns:minmax(0,1fr);gap:1.6rem}.fc-showcase__shop-all{justify-self:start}.fc-showcase__heading{max-width:100%}.fc-showcase__controls{margin-top:2.2rem}}@media(max-width:767px){.fc-showcase__arrows{display:none}.fc-showcase__controls{justify-content:center}.fc-showcase__meta{display:contents}.fc-showcase__title{order:1}.fc-showcase__product-description{order:2}.fc-showcase__price,.fc-showcase__price-group{order:3}.fc-showcase__card{padding:0!important}}.fc-showcase__body{padding-left:calc(var(--fc-card-padding-left, 16) * 1px);padding-right:calc(var(--fc-card-padding-left, 16) * 1px);padding-bottom:calc(var(--fc-card-padding-left, 16) * 1px)}
/*# sourceMappingURL=/cdn/shop/t/40/assets/featured-collection-showcase.css.map */
