.fc-ml{--fc-ml-cols: 5;--fc-ml-cols-tablet: 3;--fc-ml-cols-mobile: 2;--fc-ml-gap: 1.6rem;--fc-ml-edge: 1.5rem;--fc-ml-ratio: 1;--fc-ml-title-lines: 2;--fc-ml-max: 100%;--fc-ml-radius: var(--card-corner-radius, 0);--fc-ml-rule: rgba(var(--color-foreground), .12);position:relative;display:block;isolation:isolate}.fc-ml__inner{display:block;max-width:var(--fc-ml-max);margin:0 auto;padding-inline:var(--fc-ml-edge)}@media screen and (min-width:750px){.fc-ml{--fc-ml-gap: 2rem;--fc-ml-edge: 5rem}}.fc-ml--contained .fc-ml__inner{--fc-ml-max: calc(var(--page-width, 140rem) + (var(--fc-ml-edge) * 2))}.fc-ml__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.2rem 3rem;margin-bottom:2.4rem;padding-bottom:1.6rem}.fc-ml--rule .fc-ml__header{border-bottom:.1rem solid var(--fc-ml-rule)}.fc-ml__headings{min-width:0;flex:1 1 28rem}.fc-ml--center .fc-ml__header{flex-direction:column;align-items:center;text-align:center}.fc-ml--center .fc-ml__headings{flex-basis:auto}.fc-ml__eyebrow{display:block;margin:0 0 .8rem;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;opacity:.7}.fc-ml__title{display:flex;align-items:center;flex-wrap:nowrap;gap:1.2rem;margin:0;line-height:1.1}.fc-ml__title>span:first-child{min-width:0}.fc-ml--center .fc-ml__title{justify-content:center}.fc-ml__title-mark{display:inline-flex;flex:0 0 auto;line-height:0}@media screen and (max-width:749px){.fc-ml__title-mark{max-width:30%}.fc-ml__title-mark svg,.fc-ml__title-mark img{max-width:100%}}.fc-ml__title-mark svg,.fc-ml__title-mark img{display:block;width:var(--fc-ml-mark-width, 4.4rem);height:auto}.fc-ml--spin .fc-ml__title-mark{animation:fc-ml-spin 9s linear infinite}@keyframes fc-ml-spin{to{transform:rotate(360deg)}}.fc-ml__description{max-width:52ch;margin:1rem 0 0;opacity:.85}.fc-ml--center .fc-ml__description{margin-inline:auto}.fc-ml__controls{display:flex;align-items:center;gap:1.6rem;flex:0 0 auto}.fc-ml__viewall{font-size:1.3rem;letter-spacing:.1em;text-transform:uppercase;text-underline-offset:.4rem;white-space:nowrap}.fc-ml__nav{display:flex;gap:.8rem}.fc-ml__nav-button{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.35);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color var(--duration-short, .1s) ease,border-color var(--duration-short, .1s) ease,opacity var(--duration-short, .1s) ease}.fc-ml__nav-button:hover:not([disabled]){background:rgba(var(--color-foreground),.06);border-color:rgb(var(--color-foreground))}.fc-ml__nav-button[disabled]{opacity:.28;cursor:default}.fc-ml__nav-button svg{width:1.7rem;height:auto;pointer-events:none}.fc-ml__nav-button svg path{fill:currentColor;stroke:currentColor}.fc-ml__nav-button--prev svg{transform:rotate(180deg)}@media screen and (max-width:749px){.fc-ml__nav{display:none}}.fc-ml__slider{display:block;position:relative}.fc-ml__rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--fc-ml-cols-mobile) - 1) * var(--fc-ml-gap)) / var(--fc-ml-cols-mobile));gap:var(--fc-ml-gap);margin:0;padding:0 0 .4rem;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.fc-ml__rail::-webkit-scrollbar{display:none}.fc-ml--full .fc-ml__rail{margin-inline:calc(var(--fc-ml-edge) * -1);padding-inline:var(--fc-ml-edge);scroll-padding-inline:var(--fc-ml-edge)}@media screen and (min-width:750px){.fc-ml__rail{grid-auto-columns:calc((100% - (var(--fc-ml-cols-tablet) - 1) * var(--fc-ml-gap)) / var(--fc-ml-cols-tablet));scroll-snap-type:x proximity}}@media screen and (min-width:990px){.fc-ml__rail{grid-auto-columns:calc((100% - (var(--fc-ml-cols) - 1) * var(--fc-ml-gap)) / var(--fc-ml-cols))}}.fc-ml--static .fc-ml__rail{grid-auto-flow:row;grid-template-columns:repeat(var(--fc-ml-cols-mobile),minmax(0,1fr));grid-auto-columns:auto;row-gap:3.2rem;overflow:visible}@media screen and (min-width:750px){.fc-ml--static .fc-ml__rail{grid-template-columns:repeat(var(--fc-ml-cols-tablet),minmax(0,1fr))}}@media screen and (min-width:990px){.fc-ml--static .fc-ml__rail{grid-template-columns:repeat(var(--fc-ml-cols),minmax(0,1fr))}}.fc-ml__slide{scroll-snap-align:start;min-width:0}.fc-ml .card-wrapper{height:100%}.fc-ml .card{display:flex;flex-direction:column;height:100%}.fc-ml .card__inner{flex:0 0 auto;border-radius:var(--fc-ml-radius);overflow:hidden}.fc-ml .card__inner.ratio:before{display:none}.fc-ml .card__inner.ratio{aspect-ratio:var(--fc-ml-ratio);padding-bottom:0}.fc-ml .card>.card__content{display:flex;flex-direction:column;flex:1 1 auto;padding-top:1.2rem}.fc-ml .card>.card__content>.card__information{display:flex;flex-direction:column;flex:1 1 auto;padding:0}.fc-ml .card__heading{display:-webkit-box;-webkit-line-clamp:var(--fc-ml-title-lines);-webkit-box-orient:vertical;overflow:hidden;min-height:calc(var(--fc-ml-title-lines) * 1.35em);margin:0 0 .6rem;line-height:1.35}.fc-ml .card-information{margin-top:auto}.fc-ml .card-information>.price{margin-top:.4rem}.fc-ml .quick-add{margin-top:1.2rem;flex:0 0 auto}.fc-ml .quick-add__submit{min-height:4.4rem}.fc-ml .card__media .media>a{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.fc-ml .card__media .media>a>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fc-ml .card__media .media>a>img+img{opacity:0}@media(hover:hover)and (pointer:fine){.fc-ml .card__media .media>a>img{transition:opacity var(--duration-default, .3s) ease,transform var(--duration-long, .6s) ease}.fc-ml .card-wrapper:hover .card__media .media>a>img:first-child:not(:only-child){opacity:0}.fc-ml .card-wrapper:hover .card__media .media>a>img+img{opacity:1;transform:scale(1.03)}.fc-ml--quickadd-hover .quick-add{opacity:0;transform:translateY(.6rem);transition:opacity var(--duration-default, .2s) ease,transform var(--duration-default, .2s) ease}.fc-ml--quickadd-hover .card-wrapper:hover .quick-add,.fc-ml--quickadd-hover .card-wrapper:focus-within .quick-add{opacity:1;transform:none}}.fc-ml .card__media .media>a>img{transition:opacity var(--duration-default, .3s) ease}.fc-ml .card-wrapper.fc-ml-swapped .card__media .media>a>img:first-child:not(:only-child){opacity:0}.fc-ml .card-wrapper.fc-ml-swapped .card__media .media>a>img+img{opacity:1}.fc-ml--badge-none .card__badge{display:none}.fc-ml .card:not(.card--horizontal)>.card__content>.card__badge{margin:1rem}.fc-ml--badge-pill .pi-card__badge-svg{width:auto}.fc-ml--badge-pill .pi-card__badge-svg svg{display:none}.fc-ml--badge-pill .pi-card__badge-svg .pi-badge--overlay{position:static;display:inline-block;padding:.5rem .9rem;border-radius:10rem;background:var(--fc-ml-badge-bg, #e20c1a);color:var(--fc-ml-badge-text, #fff);font-size:1rem;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;transform:none}.fc-ml--badge-starburst .pi-card__badge-svg svg,.fc-ml--badge-starburst .product-grid .pi-card__badge-svg svg{width:4rem;height:auto}.fc-ml--badge-starburst .pi-badge--overlay,.fc-ml--badge-starburst .product-grid .pi-badge--overlay{font-size:.9rem;font-weight:900}.fc-ml__viewall-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;height:100%;min-height:100%;aspect-ratio:var(--fc-ml-ratio);padding:2rem;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:var(--fc-ml-radius);color:rgb(var(--color-foreground));text-align:center;text-decoration:none;transition:background-color var(--duration-short, .1s) ease,border-color var(--duration-short, .1s) ease}.fc-ml__viewall-card:hover{background:rgba(var(--color-foreground),.05);border-color:rgb(var(--color-foreground))}.fc-ml__viewall-card span{font-size:1.4rem;letter-spacing:.1em;text-transform:uppercase}.fc-ml__viewall-card svg{width:2.2rem;height:auto}.fc-ml__viewall-card svg path{fill:currentColor;stroke:currentColor}.fc-ml__progress{--fc-ml-thumb: 100%;--fc-ml-pos: 0;display:block;width:min(28rem,60%);margin:2.8rem auto 0;padding:.8rem 0;cursor:pointer;touch-action:none}.fc-ml__progress[hidden]{display:none}.fc-ml--center .fc-ml__progress{margin-inline:auto}.fc-ml__progress-track{display:block;position:relative;width:100%;height:.2rem;border-radius:.2rem;background:rgba(var(--color-foreground),.15)}.fc-ml__progress-thumb{position:absolute;top:50%;left:calc((100% - var(--fc-ml-thumb)) * var(--fc-ml-pos));width:var(--fc-ml-thumb);height:.4rem;border-radius:.4rem;background:rgb(var(--color-foreground));transform:translateY(-50%)}.fc-ml__progress:hover .fc-ml__progress-thumb,.fc-ml__progress.is-dragging .fc-ml__progress-thumb{height:.6rem}.fc-ml__empty{margin:0;padding:4rem 0;text-align:center;opacity:.7}.fc-ml__nav-button:focus-visible,.fc-ml__viewall-card:focus-visible,.fc-ml__progress:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}@media(prefers-reduced-motion:reduce){.fc-ml__rail{scroll-behavior:auto}.fc-ml .card-wrapper:hover .card__inner{transform:none}.fc-ml--spin .fc-ml__title-mark{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/113/assets/featured-collection-ml.css.map */
