.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2.25rem,5vw,4rem);min-height:30vh;padding:clamp(4rem,8vw,6rem) 8rem 2rem;text-align:center}.footer__brand{display:flex;justify-content:center;color:color-mix(in srgb,var(--color-foreground) 55%,var(--color-accent))}.footer__brand svg,.footer__brand img{width:min(22rem,62vw);height:auto}.footer__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.footer__button{min-width:10.75rem}.footer__meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:color-mix(in srgb,var(--color-foreground) 45%,var(--color-accent));font-size:.95rem;padding:6rem 0 0}.footer__privacy{text-decoration:none;color:inherit;transition:opacity var(--duration-button) var(--ease-luxury)}.footer__privacy:hover{opacity:.8}.footer-survey-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;border:0;padding:0;overflow:auto;display:none;place-items:center;background:#120c0ead;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#262224;z-index:1000;box-sizing:border-box}.footer-survey-modal[open]{display:grid}.footer-survey-modal::backdrop{background:transparent}.footer-survey-modal__surface{width:min(98vw,82rem);height:min(98vh,58rem);position:relative;display:block;padding:0;background:transparent;border:0;border-radius:2rem;overflow:hidden;box-shadow:0 28px 80px #2a1b1c1f,0 8px 24px #2a1b1c0f;margin-inline:auto}.footer-survey-modal__close{position:absolute;top:.75rem;right:.75rem;width:3rem;height:3rem;border:0;background:#1811138f;color:#fff;font-size:2rem;line-height:1;cursor:pointer;z-index:2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:999px}.footer-survey-modal__close:focus-visible{outline:2px solid rgb(255 255 255 / .75);outline-offset:3px}.footer-survey-modal__embed{height:100%;min-height:100%;overflow:hidden;border-radius:2rem;background:#f3e7de}.footer-survey-modal__embed>div,.footer-survey-modal__embed [data-paperform],.footer-survey-modal__embed [data-paperform-id]{width:100%;height:100%;min-height:100%}.footer-survey-modal__embed iframe{width:100%;height:100%;min-height:100%;border:0;border-radius:2rem;background:transparent}@media(max-width:749px){footer{min-height:auto;align-items:stretch;gap:2rem;padding:3rem 1rem 1.5rem}.footer__brand svg,.footer__brand img{width:min(16rem,72vw)}.footer__actions{flex-direction:column}.footer__button{width:100%}.footer__meta{flex-direction:column;justify-content:center;text-align:center;gap:.75rem}.footer-survey-modal{padding:.75rem}.footer-survey-modal__surface{width:min(100%,34rem);height:calc(100vh - 1.5rem);border-radius:1.5rem}.footer-survey-modal__embed,.footer-survey-modal__embed iframe{min-height:100%;border-radius:1.2rem}}body{padding-top:5rem}header{min-height:5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 8rem;position:fixed;top:0;left:0;z-index:100;width:100vw}.header__logo{text-decoration:none;display:flex;align-items:center;color:var(--color-foreground)}.header__logo svg,.header__logo img{width:auto;max-width:min(10rem,32vw);height:auto}.header__status{display:none}.header__cta{flex-shrink:0}@media(max-width:749px){header{min-height:4.5rem;padding:1.25rem 1rem;width:100%}body{padding-top:4.5rem}.header__cta{min-height:2.5rem;padding-inline:1rem;font-size:.875rem}}.hero-home{position:relative;overflow:hidden;display:flex;flex-direction:column;color:var(--color-foreground)}.hero-home__stage{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100svh - 5rem)}.hero-home__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 auto;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2rem) 2rem}.hero-home__title{margin:0;font-family:var(--font-ivy-presto--family);font-weight:100;font-size:clamp(3.5rem,10vw,5.5rem);line-height:.98;text-align:center}.hero-home__title-emphasis{font-style:italic}.hero-home__reveal-mask{position:relative;display:block;overflow:hidden}.hero-home__reveal-mask--title{padding-block:.5rem .85rem}.hero-home__reveal-mask--description{margin-top:.75rem;width:min(100%,56ch)}.hero-home__split-line{display:block;overflow:hidden;padding-block:.12em .16em}.hero-home__split-line-inner{display:block;will-change:transform,filter,opacity}.hero-home__description{position:relative;z-index:1;margin:0;font-size:clamp(.95rem,1.7vw,1rem);line-height:1.4;max-width:56ch;width:100%;text-align:center}.hero-home__carousel{position:relative;z-index:1;width:100%;height:100%;overflow:hidden;padding-bottom:clamp(1rem,2vw,2rem);margin-top:1rem}.hero-home__carousel-marquee{display:flex;width:max-content;height:100%;animation:hero-carousel-scroll 64s linear infinite;will-change:transform;transform:translateZ(0)}.hero-home__carousel-group{display:flex;align-items:stretch;gap:1.5rem;padding-right:1.5rem;height:100%;flex-shrink:0}.hero-home__carousel-card{width:clamp(20rem,35vw,26rem);aspect-ratio:.82;flex:0 0 auto;overflow:hidden;border-radius:1.25rem;background:color-mix(in srgb,var(--color-accent) 20%,transparent)}.hero-home__carousel-image{width:100%;height:100%;object-fit:cover}.hero-home.is-gsap-ready .hero-home__carousel-marquee{animation:none}.hero-home.hero-home--motion-pending [data-hero-reveal-item]{opacity:0}.hero-home.hero-home--motion-pending .hero-home__carousel-card{opacity:0;transform:translate3d(0,1.5rem,0) scale(.972);transform-origin:50% 50%}.hero-home__features{position:relative;z-index:1;width:100%;padding:clamp(4rem,8vw,6rem) 0 clamp(3rem,7vw,5rem)}.hero-home__features-inner{width:min(100%,58rem);margin:0 auto;padding-inline:clamp(1rem,4vw,2rem)}.hero-home__features-title{max-width:26ch;font-family:var(--font-inter--family);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.05;letter-spacing:-.04em}.hero-home__features-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.5rem,5vw,4.25rem) clamp(2rem,5vw,4rem);margin-top:clamp(2.5rem,5vw,4rem)}.hero-home__feature-card{display:flex;flex-direction:column;align-items:flex-start}.hero-home__feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--color-foreground);opacity:.95;flex:0 0 48px}.hero-home__feature-icon svg,.hero-home__feature-icon img{width:100%;height:100%;object-fit:contain}.hero-home__feature-title{margin-top:1.25rem;font-family:var(--font-inter--family);font-size:clamp(1.35rem,2.4vw,1.6rem);font-weight:500;line-height:1.12;letter-spacing:-.03em}.hero-home__feature-description{margin-top:1.25rem;color:var(--color-accent);font-size:clamp(1rem,1.4vw,1.08rem);line-height:1.65}@keyframes hero-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hero-home__carousel-marquee{animation-duration:.01ms;animation-iteration-count:1}}@media(max-width:749px){.hero-home__stage{min-height:calc(100svh - 4.5rem)}.hero-home__content{padding:2rem 1rem}.hero-home__title{max-width:12ch}.hero-home__carousel{padding-bottom:1rem}.hero-home__carousel-marquee{animation-duration:48s}.hero-home__carousel-group{gap:1rem;padding-right:1rem}.hero-home__carousel-card{width:clamp(15.5rem,72vw,18.5rem);border-radius:1rem}.hero-home__features{padding:3rem 0 2rem}.hero-home__features-title{max-width:100%}.hero-home__features-grid{grid-template-columns:1fr;gap:2.5rem;margin-top:2rem}.hero-home__feature-title{font-size:1.5rem}.hero-home__feature-description{max-width:100%}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
