.ce-fcards,.ce-fcards__modal{--ce-fcards-card-w: var(--ce-fcards-card-w-m);--ce-fcards-title-size: var(--ce-fcards-title-size-m);--ce-fcards-plus-size: var(--ce-fcards-plus-size-m);--ce-fcards-heading-size: var(--ce-fcards-heading-size-m)}.ce-fcards__head{margin:0 0 var(--ce-fcards-heading-gap)}.ce-fcards__head--center{text-align:center}.ce-fcards__eyebrow{margin:0 0 1.2rem;font-size:var(--ce-fcards-eyebrow-size);line-height:1.5;color:rgba(var(--color-foreground),.7)}.ce-fcards__heading{margin:0;font-family:var(--font-body-family);font-size:var(--ce-fcards-heading-size);font-weight:400;line-height:var(--ce-heading-line-height, 1.1);letter-spacing:var(--ce-heading-letter-spacing, -.02em);color:rgb(var(--color-foreground))}.ce-fcards__heading p{margin:0}.ce-fcards em,.ce-fcards__modal em,.ce-fcards__heading em{font-family:var(--ce-fcards-serif);font-style:italic;font-weight:400}.ce-fcards__word{display:inline-grid;text-align:left}.ce-fcards__word-ghost{grid-area:1 / 1;visibility:hidden}.ce-fcards__word:after{grid-area:1 / 1;content:attr(data-word);background:var(--ce-fcards-word-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media(prefers-reduced-motion:reduce){.ce-fcards__word:after{animation:none!important}}.ce-fcards__slider{display:block}.ce-fcards .ce-fcards__track.slider{display:flex;gap:var(--ce-fcards-gap);margin:0 calc(-1 * var(--ce-page-gutter-mobile, 2rem)) 0 0;padding:0 var(--ce-page-gutter-mobile, 2rem) 0 0;list-style:none;scroll-snap-type:x mandatory;scroll-padding-left:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ce-fcards .ce-fcards__track.slider::-webkit-scrollbar{display:none}.ce-fcards .ce-fcards__slide.slider__slide{flex:0 0 auto;width:var(--ce-fcards-card-w);max-width:100%;padding:0;scroll-snap-align:start}.ce-fcards__card{position:relative;aspect-ratio:var(--ce-fcards-ratio);border-radius:var(--ce-fcards-radius);overflow:hidden;isolation:isolate;color:var(--ce-fcards-text-color);background:rgba(var(--color-foreground),.06)}.ce-fcards__img,.ce-fcards__img--empty svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ce-fcards__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,var(--ce-fcards-shade)),#0000 55%);pointer-events:none}.ce-fcards__pill{position:absolute;top:var(--ce-fcards-pad);left:var(--ce-fcards-pad);display:inline-flex;align-items:center;gap:1rem;height:var(--ce-fcards-pill-h);padding:0 1.8rem 0 1.4rem;border-radius:calc(var(--ce-fcards-pill-h) / 2);font-size:var(--ce-fcards-pill-size);line-height:1;color:var(--ce-fcards-text-color);background:rgba(0,0,0,var(--ce-fcards-pill-alpha));backdrop-filter:blur(2.4rem);-webkit-backdrop-filter:blur(2.4rem);white-space:nowrap}.ce-fcards__pill-icon{display:inline-flex;font-size:2rem}.ce-fcards__pill-icon svg{display:block;width:1em;height:1em}.ce-fcards__opener{position:absolute;top:var(--ce-fcards-pad);right:var(--ce-fcards-pad);display:block}.ce-fcards__plus{display:inline-flex;align-items:center;justify-content:center;width:var(--ce-fcards-plus-size);height:var(--ce-fcards-plus-size);padding:0;border:0;border-radius:50%;background:var(--ce-fcards-plus-bg);color:var(--ce-fcards-plus-color);cursor:pointer;transition:transform .2s ease}.ce-fcards__plus:hover{transform:scale(1.06)}.ce-fcards__plus svg{width:1.4rem;height:1.4rem}.ce-fcards__plus svg path{fill:currentColor}.ce-fcards__title{position:absolute;left:var(--ce-fcards-pad);right:var(--ce-fcards-pad);bottom:var(--ce-fcards-pad);margin:0;font-family:var(--font-body-family);font-size:var(--ce-fcards-title-size);font-weight:var(--ce-fcards-title-weight);line-height:1.05;letter-spacing:0;color:var(--ce-fcards-text-color)}.ce-fcards__nav{display:flex;flex-direction:column;gap:var(--ce-fcards-nav-gap);margin-top:var(--ce-fcards-nav-gap)}.ce-fcards__rule{display:block;height:var(--ce-fcards-rule-h, .1rem);border-radius:var(--ce-fcards-rule-h, .1rem);background:rgba(var(--color-foreground),.15);overflow:hidden}.ce-fcards__rule-fill{display:block;width:100%;height:100%;border-radius:inherit;background:var(--ce-fcards-rule-fill, rgb(var(--color-foreground)));transform:scaleX(0);transform-origin:left center;transition:transform .12s linear}@media(prefers-reduced-motion:reduce){.ce-fcards__rule-fill{transition:none}}.ce-fcards .ce-fcards__buttons.slider-buttons{display:flex;justify-content:flex-end;gap:1.6rem;margin:0}.ce-fcards .ce-fcards__buttons--desktop.slider-buttons{display:none}.ce-fcards__arrow{display:inline-flex;align-items:center;justify-content:center;width:var(--ce-fcards-arrow-size);height:var(--ce-fcards-arrow-size);padding:0;border:0;border-radius:50%;background:var(--ce-fcards-arrow-bg);color:var(--ce-fcards-arrow-color);cursor:pointer;transition:opacity .2s ease}.ce-fcards__arrow--next{background:var(--ce-fcards-arrow-bg-2);color:var(--ce-fcards-arrow-color-2)}.ce-fcards__arrow[disabled]{opacity:.35;cursor:default}.ce-fcards__arrow svg{width:2rem;height:1.2rem}.ce-fcards__arrow:not(.ce-fcards__arrow--next) svg{transform:rotate(180deg)}.ce-fcards__arrow svg path{fill:currentColor}.ce-fcards__modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;background:#00000080}.ce-fcards__modal[open]{display:block}.ce-fcards__modal-content:focus,.ce-fcards__modal-content:focus-visible{outline:none;box-shadow:none}.ce-fcards__modal-content{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;overflow:hidden;color:var(--ce-fcards-text-color);background:rgb(var(--color-foreground))}.ce-fcards__modal-media{position:absolute;top:0;right:0;bottom:0;left:0}.ce-fcards__modal-img{width:100%;height:100%;object-fit:cover;display:block}.ce-fcards__shade--modal{background:linear-gradient(to top,rgb(var(--color-foreground)),#000000d9 28%,#0000 62%)}.ce-fcards__close{position:absolute;top:var(--ce-fcards-pad);right:var(--ce-fcards-pad);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:var(--ce-fcards-plus-size);height:var(--ce-fcards-plus-size);padding:0;border:0;border-radius:50%;background:var(--ce-fcards-plus-bg);color:var(--ce-fcards-plus-color);cursor:pointer}.ce-fcards__close svg{width:1.4rem;height:1.4rem}.ce-fcards__close svg path{fill:currentColor}.ce-fcards__modal-body{position:relative;padding:0 var(--ce-fcards-pad) calc(var(--ce-fcards-pad) * 1.5 + env(safe-area-inset-bottom,0px))}.ce-fcards__pill--static{position:static;margin-bottom:1.6rem}.ce-fcards__title--modal{position:static;margin:0 0 1.6rem;font-size:var(--ce-fcards-title-size)}.ce-fcards__modal-text{font-size:var(--ce-fcards-modal-text-size);line-height:1.45;color:var(--ce-fcards-text-color)}.ce-fcards__modal-text p{margin:0 0 1.2rem}.ce-fcards__quote{margin:2.8rem 0 0;padding-top:2rem;border-top:.1rem solid rgba(255,255,255,.2)}.ce-fcards__quote-who{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;margin:0 0 1.2rem;font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase;opacity:.75}.ce-fcards__quote-text{margin:0;padding:0;border:0;color:inherit;font-family:var(--ce-fcards-serif);font-style:italic;font-size:var(--ce-fcards-modal-quote-size);line-height:1.3}.ce-fcards__quote-text:before{content:"\201c"}.ce-fcards__quote-text:after{content:"\201d"}.ce-fcards__link{display:inline-block;margin-top:2.4rem;font-size:1.4rem;color:inherit;text-decoration:underline;text-underline-offset:.3em}@media screen and (min-width:750px){.ce-fcards,.ce-fcards__modal{--ce-fcards-title-size: var(--ce-fcards-title-size-d);--ce-fcards-plus-size: var(--ce-fcards-plus-size-d);--ce-fcards-heading-size: var(--ce-fcards-heading-size-d)}.ce-fcards .ce-fcards__track.slider{margin-right:calc(-1 * var(--ce-page-gutter-tablet, 3.2rem));padding-right:var(--ce-page-gutter-tablet, 3.2rem)}}@media screen and (min-width:990px){.ce-fcards{--ce-fcards-card-w: var(--ce-fcards-card-w-d)}.ce-fcards .ce-fcards__buttons--desktop.slider-buttons{display:flex}.ce-fcards .ce-fcards__track.slider{margin-right:calc(-1 * var(--ce-page-gutter-desktop, 4.8rem));padding-right:var(--ce-page-gutter-desktop, 4.8rem)}.ce-fcards__modal{display:none;padding:4rem}.ce-fcards__modal[open]{display:flex;align-items:center;justify-content:center}.ce-fcards__modal-content{display:grid;grid-template-columns:1fr 1fr;width:min(104rem,100%);height:min(64rem,100%);border-radius:var(--ce-fcards-radius);overflow:hidden}.ce-fcards__modal-content{display:grid;justify-content:stretch}.ce-fcards__modal-media{position:relative;inset:auto;height:100%}.ce-fcards__shade--modal{background:linear-gradient(to right,#0000 60%,rgb(var(--color-foreground)))}.ce-fcards__modal-body{margin-top:0;padding:calc(var(--ce-fcards-pad) * 2);overflow-y:auto;align-self:center}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/section-ce-feature-cards.css.map */
