.block-group{padding:var(--spacing-lg) 0}.block-group__container{display:flex;flex-direction:column;gap:var(--spacing-md)}.block-group--horizontal .block-group__container{flex-direction:row;flex-wrap:wrap}.block-group--grid .block-group__container{display:grid;gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}@media(max-width:550px){.block-group--horizontal .block-group__container{flex-direction:column}}.block-text{padding:var(--spacing-lg) 0}.block-text__content{margin:0 auto;max-width:70ch}.block-text__heading{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:var(--spacing-md)}.block-text__body{font-size:1rem;line-height:1.6}.block-text__body>*+*{margin-top:var(--spacing-md)}.block-text--center{text-align:center}.block-text--left{text-align:left}.block-text--right{text-align:right}.underlined-button--white{position:relative;transition:color 1s var(--easeOutExpo) 0s}.underlined-button--white:after{transform-origin:100% 50%}.underlined-button--white:after,.underlined-button--white:before{background:#fff;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.underlined-button--white:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.underlined-button--white:hover{color:#fff;transition:color .6s var(--easeOutExpo) 0s}.underlined-button--white:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.underlined-button--white:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}.underlined-button--red{position:relative;transition:color 1s var(--easeOutExpo) 0s}.underlined-button--red:after{transform-origin:100% 50%}.underlined-button--red:after,.underlined-button--red:before{background:var(--color-red);bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.underlined-button--red:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.underlined-button--red:hover{color:var(--color-red);transition:color .6s var(--easeOutExpo) 0s}.underlined-button--red:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.underlined-button--red:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}.underlined-button--foreground{position:relative;transition:color 1s var(--easeOutExpo) 0s}.underlined-button--foreground:after{transform-origin:100% 50%}.underlined-button--foreground:after,.underlined-button--foreground:before{background:var(--color-foreground);bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.underlined-button--foreground:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.underlined-button--foreground:hover{color:var(--color-foreground);transition:color .6s var(--easeOutExpo) 0s}.underlined-button--foreground:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.underlined-button--foreground:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}.main-button{padding:14px 16px}.main-button span{pointer-events:none}.main-button svg{flex:0;transform:translate3d(-10px,5px,0);transition:flex .7s var(--easeOutExpo) 0s,margin-left .7s var(--easeOutExpo) 0s,transform .7s var(--easeOutExpo) 0s}.main-button:hover:before{background-color:var(--color-red-fade);transition:background-color .7s var(--easeOutExpo) 1s}.main-button:hover svg{flex:1 1 auto;margin-left:15px;transform:translateZ(0);transition:flex .7s var(--easeOutExpo) 0s,margin-left .7s var(--easeOutExpo) 0s,transform .7s var(--easeOutExpo) 0s}.main-button:before{background:var(--color-red);border-radius:12px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:background-color .7s var(--easeOutExpo) 0s;width:100%;z-index:-1}@media only screen and (max-width:1023px){.hero-bottom-row{align-items:center;-moz-column-gap:32px;column-gap:32px;display:flex;margin-top:30px}.hero-bottom-row>*{flex:0 0 auto}.hero-bottom-row>.scroll-indicator{height:clamp(74px,12vw,108px);inset:auto;position:relative;width:clamp(74px,12vw,108px)}.hero-bottom-row>.scroll-indicator svg{display:block;height:100%;width:100%}.hero-bottom-row>.hero-bottom-row__links{flex:1 1 auto;min-width:0}}.hero-bottom-row .hero-bottom-row__link{color:var(--color-red);font-size:24px;font-weight:500;line-height:28px;text-decoration:none;transition:color .3s ease}.hero-bottom-row .hero-bottom-row__link:hover{color:var(--color-red)}*{font-family:var(--font-primary--family)}::-webkit-scrollbar{background:var(--color-pink-light);height:10px;width:10px}::-webkit-scrollbar-thumb{background:var(--color-red)}@media only screen and (max-width:1023px){::-webkit-scrollbar{height:5px;width:5px}}::-moz-selection{background:var(--color-red);color:#fff}::selection{background:var(--color-red);color:#fff}main{background:var(--color-background);border-radius:0 0 30px 30px;overflow:hidden;z-index:1}canvas,img,picture,svg,video{display:block;height:auto;max-width:100%}input,select,textarea{border-radius:var(--style-border-radius-inputs);font:inherit}select{color:currentcolor}dialog,select{background-color:var(--color-background)}dialog{color:var(--color-foreground)}address{font-style:normal;font-weight:400;line-height:inherit}p{text-wrap:pretty}a{color:var(--color-foreground);text-decoration:none}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p:empty{display:none}:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6),:is(p,h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:0;box-shadow:none;color:inherit;font:inherit;line-height:inherit;margin:0;outline:none;padding:0}input:focus,select:focus,textarea:focus{border-color:transparent;box-shadow:0 0 0 3px #3b82f600;outline:none}button{cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=search]{-webkit-appearance:none}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-text-fill-color:inherit}.no-list{list-style:none;margin:0;padding:0}.hidden{display:none}.transparent{opacity:0}.events-none{pointer-events:none}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.w-100{width:100%}.h-100{height:100%}.ml-auto{margin-left:auto}.mt-0{margin-top:0}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-xs{margin-top:var(--spacing-xs)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:var(--spacing-xs)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.no-wrap{white-space:nowrap}.loading{opacity:.6;pointer-events:none}:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.lineParent{overflow:hidden}.cursor-pointer{cursor:pointer}.d-none{display:none}.d-block{display:block}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.position-relative{position:relative}.absolute-top,.position-absolute{position:absolute}.absolute-top{left:0;top:0}.color-foreground{color:var(--color-foreground)}.color-white{color:#fff}.color-gray-fade{color:var(--color-gray-fade)}.color-red{color:var(--color-red)}.background-white{background-color:#fff}.background-red{background-color:var(--color-red)}.background-pink-light{background-color:var(--color-pink-light)}*{box-sizing:border-box}*,body{margin:0}body{display:flex;flex-direction:column;min-height:100svh;opacity:0}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}html.is-scroll-locked,html.is-scroll-locked body{overflow:hidden;touch-action:none}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-primary--family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shopify-section{--content-width:min(calc(var(--page-width) - var(--page-margin)*2),calc(100% - var(--page-margin)*2));--content-margin:minmax(var(--page-margin),1fr);--content-grid:var(--content-margin) var(--content-width) var(--content-margin);display:grid;grid-template-columns:var(--content-grid);overflow:hidden;position:relative;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1/-1}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-duration:1ms;transition-property:overflow}.shopify-pc__banner__dialog{visibility:hidden}.f-regular{font-weight:400}.f-medium{font-weight:500}.f-bold{font-weight:700}.f-h1{font-size:clamp(40px,7.292vw,140px);line-height:clamp(42px,6.979vw,134px)}.f-h2{font-size:clamp(30px,4.427vw,85px);line-height:clamp(32px,4.948vw,95px)}.f-h3{font-size:42px;line-height:48px}.f-h4{font-size:34px;line-height:40px}.f-h5{font-size:28px;line-height:32px}.f-h6{font-size:clamp(18px,1.042vw,20px);line-height:24px}.f-h7{font-size:clamp(14px,.833vw,16px);line-height:20px}.f-h8,.f-h9{font-size:14px;line-height:18px}.section-not-found{align-items:center;background:var(--color-background);display:flex;justify-content:center;min-height:calc(100vh - 54px);padding:80px var(--page-margin)}.not-found__container{align-items:center;display:flex;flex-direction:column;gap:clamp(40px,6vw,80px);max-width:1820px;width:100%}.not-found__display{--display-size:clamp(280px,50vw,640px);align-items:center;display:grid;gap:0;grid-template-columns:auto var(--display-size) auto;justify-items:center;position:relative}.not-found__digit{color:var(--color-red);font-family:var(--font-primary--family);font-size:calc(var(--display-size)*.28);font-weight:700;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.not-found__digit--left{margin-right:calc(var(--display-size)*-.09)}.not-found__digit--right{margin-left:calc(var(--display-size)*-.09)}.not-found__circle{background:var(--color-pink,#fecccc);height:var(--display-size);width:var(--display-size)}.not-found__circle,.not-found__inner{align-items:center;border-radius:50%;display:flex;justify-content:center}.not-found__inner{background:var(--color-red);height:71%;width:71%}.not-found__error{color:#fff;font-family:var(--font-primary--family);font-size:clamp(14px,1.04vw,20px);font-weight:350;letter-spacing:.04em;text-transform:uppercase}.not-found__text{align-items:center;display:flex;flex-direction:column;gap:20px}.not-found__message{color:var(--color-foreground);font-size:clamp(16px,1.04vw,20px);font-weight:400;line-height:1.2;margin:0;text-align:center}.not-found__button,.not-found__message{font-family:var(--font-primary--family)}.not-found__button{align-items:center;background:var(--color-red);border:1px solid var(--color-red);border-radius:12px;color:#fff;display:inline-flex;font-size:14px;font-weight:500;height:45px;justify-content:center;letter-spacing:.04em;line-height:1;padding:10px 20px;text-decoration:none;text-transform:uppercase;transition:background-color .4s var(--easeOutExpo),color .4s var(--easeOutExpo)}.not-found__button:hover{background:var(--color-red-fade,#ff4646)}@media only screen and (max-width:1200px){.section-not-found{min-height:calc(100vh - 54px);padding:60px var(--page-margin)}.not-found__display{--display-size:clamp(220px,60vw,440px)}}@media only screen and (max-width:1023px){.not-found__display{--display-size:clamp(200px,70vw,320px)}.not-found__digit--left{margin-right:calc(var(--display-size)*-.05)}.not-found__digit--right{margin-left:calc(var(--display-size)*-.05)}}.section-about-hero{overflow:hidden;padding-bottom:var(--section-padding-bottom,120px);padding-top:var(--section-padding-top,100px);position:relative}@media only screen and (max-width:1023px){.section-about-hero{padding-bottom:0;padding-top:80px}}.about-hero__container{display:flex;flex-direction:column;gap:60px;position:relative;width:100%}@media only screen and (max-width:1499px){.about-hero__container{gap:40px}}@media only screen and (max-width:1023px){.about-hero__container{gap:28px;padding-inline:0}}.about-hero__top{align-items:start;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) minmax(260px,420px)}@media only screen and (max-width:1499px){.about-hero__top{gap:32px;grid-template-columns:minmax(0,1fr) minmax(220px,360px)}}@media only screen and (max-width:1200px){.about-hero__top{gap:20px;grid-template-columns:1fr}}.about-hero__title{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(36px,7.2vw,140px);font-weight:500;line-height:clamp(38px,6.95vw,134px);margin:0;text-transform:uppercase}.about-hero__title br{display:block}.about-hero__title p{margin:0}@media only screen and (max-width:1023px){.about-hero__title{font-size:clamp(36px,11vw,56px);line-height:1.04}.about-hero__title br{display:none}}@media only screen and (min-width:550px){.about-hero__title br{display:block}}.about-hero__description{align-self:start;color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(15px,1.04vw,20px);line-height:1.3}.about-hero__description p{margin:0 0 .6em}.about-hero__description p:last-child{margin-bottom:0}@media only screen and (max-width:1023px){.about-hero__description{font-size:15px;line-height:19px}}.about-hero__media{display:flex;justify-content:center;margin-top:40px;position:relative}@media only screen and (max-width:1200px){.about-hero__media{margin-top:16px}}@media only screen and (max-width:1023px){.about-hero__media{margin-top:8px}}.about-hero__photo{aspect-ratio:1/1;background:var(--color-red);border-radius:50%;isolation:isolate;overflow:hidden;position:relative;width:clamp(280px,62vw,1206px)}@media only screen and (max-width:1200px){.about-hero__photo{width:min(70vw,540px)}}@media only screen and (max-width:1023px){.about-hero__photo{width:min(86vw,420px)}}.about-hero__poster{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:0}.about-hero__play{background:transparent;border:0;cursor:pointer;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3));height:auto;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .4s var(--easeOutExpo,cubic-bezier(.16,1,.3,1));width:clamp(48px,4.27vw,82px);z-index:2}.about-hero__play svg{display:block;height:auto;width:100%}.about-hero__play:hover{transform:translate(-50%,-50%) scale(1.08)}.video-modal{background:transparent;border:0;color:var(--color-foreground);height:100vh;max-height:none;max-width:none;padding:0;position:fixed;inset:0;margin:0;overflow:hidden;width:100vw;z-index:9999999}.video-modal::backdrop{background:var(--color-pink-light,#fee8e8)}.video-modal[open]{display:flex}.video-modal__inner{background:var(--color-pink-light,#fee8e8);box-sizing:border-box;display:grid;gap:20px;grid-template-rows:1fr auto;height:100%;padding:50px;position:relative;width:100%}@media only screen and (max-width:1023px){.video-modal__inner{gap:12px;padding:16px}}.video-modal__close{align-items:center;background:transparent;border:0;color:var(--color-foreground);cursor:pointer;display:flex;height:43px;justify-content:center;padding:0;position:absolute;right:50px;top:50px;width:43px;z-index:10}.video-modal__close svg{display:block;height:100%;width:100%}@media only screen and (max-width:1499px){.video-modal__close{height:32px;right:32px;top:32px;width:32px}}@media only screen and (max-width:1200px){.video-modal__close{height:26px;right:20px;top:20px;width:26px}}@media only screen and (max-width:1023px){.video-modal__close{height:22px;right:16px;top:16px;width:22px}}.video-modal__stage{align-items:center;container-type:size;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0 100px;position:relative;width:100%}@media only screen and (max-width:1023px){.video-modal__stage{padding:0}}.video-modal__video{aspect-ratio:16/9;border-radius:20px;cursor:pointer;height:auto;-o-object-fit:cover;object-fit:cover;width:min(100cqw,100cqh * 16/9)}.video-modal__controls{align-items:center;background:#fff;border-radius:14px;box-sizing:border-box;color:var(--color-foreground);display:flex;font-family:var(--font-primary--family);font-size:14px;gap:20px 40px;padding:20px 22px;position:relative;width:100%}@media only screen and (max-width:1023px){.video-modal__controls{flex-wrap:wrap;gap:12px;padding:10px 14px}}.video-modal__play{align-items:center;background:transparent;border:0;color:var(--color-foreground);cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;padding:10px;width:44px}.video-modal__play svg{display:block;height:100%;width:100%}.video-modal[data-state=playing] .video-modal__play .video-modal__play-icon,.video-modal__play .video-modal__pause-icon{display:none}.video-modal[data-state=playing] .video-modal__play .video-modal__pause-icon{display:block}.video-modal__time{color:var(--color-foreground);flex-shrink:0;font-variant-numeric:tabular-nums;min-width:5ch;opacity:.7}.video-modal__time--current{margin-left:auto;text-align:right}.video-modal__time--total{margin-right:auto;text-align:left}.video-modal__scrubber{align-items:center;background:#0000000d;border-radius:6px;display:flex;flex:1;height:58px;max-width:1255px;overflow:hidden;position:relative}.video-modal__thumbs{align-items:stretch;display:flex;inset:0;pointer-events:none;position:absolute}.video-modal__thumb{background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1 1 0;height:100%;min-width:0}.video-modal__progress{background:linear-gradient(to right,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) calc(100% - 4px),var(--color-red) calc(100% - 4px),var(--color-red) 100%);box-shadow:inset 0 0 0 1px #0000000f;inset:0;pointer-events:none;position:absolute;width:0}.video-modal__range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;height:100%;inset:0;margin:0;opacity:0;padding:0;position:absolute;width:100%}.video-modal__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;height:100%;width:4px}.video-modal__range::-moz-range-thumb{background:transparent;border:0;cursor:pointer;height:100%;width:4px}.video-modal--group{display:flex;gap:40px}@media only screen and (max-width:1023px){.video-modal--group{gap:20px}}.video-modal__icon-btn{align-items:center;background:transparent;border:0;color:var(--color-foreground);cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:6px;width:36px}.video-modal__icon-btn svg{display:block;height:100%;width:100%}.video-modal[data-muted=true] .video-modal__volume-on,.video-modal__icon-btn .video-modal__volume-off{display:none}.video-modal[data-muted=true] .video-modal__volume-off{display:block}.section-about-hero--cursor,.section-about-hero--cursor *{cursor:none}.about-hero__cursor{border-radius:50%;height:140px;left:0;pointer-events:none;position:fixed;top:0;width:140px;will-change:transform;z-index:9999}.about-hero__cursor .svg{background-image:var(--play-video-icon);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:100%;width:100%;will-change:transform}.section-article-body{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,40px)}@media only screen and (max-width:1023px){.section-article-body{padding-bottom:48px;padding-top:24px}}.article-body__container{display:flex;flex-direction:column;gap:80px}@media only screen and (max-width:1023px){.article-body__container{gap:40px}}.article-body__content{color:var(--color-foreground);font-family:var(--font-primary--family);margin:0 auto;max-width:1514px;width:100%}.article-body__content>blockquote,.article-body__content>h2,.article-body__content>h3,.article-body__content>ol,.article-body__content>p,.article-body__content>ul{margin-left:auto;margin-right:auto;max-width:899px}.article-body__content h2,.article-body__content h3{color:var(--color-foreground);font-size:28px;font-weight:700;line-height:32px;margin-bottom:0;margin-top:50px}@media only screen and (max-width:1023px){.article-body__content h2,.article-body__content h3{font-size:22px;line-height:28px;margin-top:32px}}.article-body__content h2+p,.article-body__content h3+p{margin-top:15px}.article-body__content p{color:var(--color-foreground);font-size:20px;line-height:24px;margin-block:0}.article-body__content p+p{margin-top:24px}@media only screen and (max-width:1023px){.article-body__content p{font-size:16px;line-height:22px}}.article-body__content>*+*{margin-top:24px}.article-body__content blockquote{border:0;color:var(--color-red);font-family:var(--font-primary--family);font-size:62px;font-weight:500;line-height:64px;margin-block:80px;padding:0}.article-body__content blockquote p{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.article-body__content blockquote+p{margin-top:80px}@media only screen and (max-width:1200px){.article-body__content blockquote{font-size:40px;line-height:44px;margin-block:56px}}@media only screen and (max-width:1023px){.article-body__content blockquote{font-size:28px;line-height:32px;margin-block:40px}.article-body__content blockquote+p{margin-top:40px}}.article-body__content a{color:var(--color-red);text-decoration:underline}.article-body__content a:hover{opacity:.7}.article-body__content ol,.article-body__content ul{margin:24px 0;padding-left:1.5rem}.article-body__content ol li,.article-body__content ul li{font-size:20px;line-height:24px;margin:8px 0}@media only screen and (max-width:1023px){.article-body__content div>img:only-child,.article-body__content figure a>img,.article-body__content figure>img,.article-body__content p>a:only-child>img,.article-body__content p>img:only-child,.article-body__content>a:only-child>img,.article-body__content>img{aspect-ratio:1/1;border-radius:14px;display:block;height:auto!important;-o-object-fit:cover;object-fit:cover;width:100%!important}}.article-body__media-grid{align-items:center;display:grid;gap:20px;margin:50px auto;max-width:1514px;width:100%}.article-body__media-grid--1{grid-template-columns:1fr}.article-body__media-grid--2{grid-template-columns:minmax(0,1054fr) minmax(0,440fr)}.article-body__media-grid--3{align-items:center;gap:clamp(16px,9vw,174px);grid-template-columns:minmax(0,439fr) minmax(0,286fr) minmax(0,440fr)}.article-body__media-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width:1200px){.article-body__media-grid{gap:16px}.article-body__media-grid--2,.article-body__media-grid--3,.article-body__media-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1023px){.article-body__media-grid{gap:12px;margin-block:32px}.article-body__media-grid--2,.article-body__media-grid--3,.article-body__media-grid--4{grid-template-columns:1fr}}.article-body__media-item{background:#e7e7e7;border-radius:14px;margin:0;min-width:0;overflow:hidden}.article-body__media-item img{border-radius:14px;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.article-body__media-grid--1 .article-body__media-item{aspect-ratio:1514/743}.article-body__media-grid--2 .article-body__media-item{aspect-ratio:440/644}.article-body__media-grid--2 .article-body__media-item:first-child{aspect-ratio:1054/644}.article-body__media-grid--3 .article-body__media-item{aspect-ratio:440/644}.article-body__media-grid--3 .article-body__media-item:nth-child(2){aspect-ratio:286/400}@media only screen and (max-width:1023px){.article-body__media-item{aspect-ratio:1/1!important}}.article-body__comments{border-top:1px solid rgba(50,50,50,.15);display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:899px;padding-top:80px;width:100%}.article-body__comments-title{font-family:var(--font-primary--family);font-size:28px;font-weight:700;line-height:32px;margin:0}.article-body__comments-list{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.article-body__comment{background:#fff;border-radius:14px;padding:20px}.article-body__comment-author{font-size:16px;font-weight:700;margin:0}.article-body__comment-date{font-size:13px;margin:0;opacity:.6}.article-body__comment-body{font-size:16px;line-height:1.4;margin-top:12px}.article-body__form-title{font-family:var(--font-primary--family);font-size:18px;font-weight:700;margin:16px 0 8px}.article-body__form-notice{border-radius:14px;font-size:14px;margin:0;padding:16px 20px}.article-body__form-notice--success{background:#00800014;border:1px solid rgba(0,128,0,.3);color:#0a6f0a}.article-body__form-notice--error{background:#f4433614;border:1px solid rgba(244,67,54,.3);color:#c83025}.article-body__form-row{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1023px){.article-body__form-row{grid-template-columns:1fr}}.article-body__form-field{display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:6px}.article-body__form-field input,.article-body__form-field textarea{background:#fff;border:1px solid rgba(50,50,50,.2);border-radius:14px;font-family:inherit;font-size:14px;outline:none;padding:12px 16px}.article-body__form-field input:focus,.article-body__form-field textarea:focus{border-color:var(--color-foreground)}.article-body__form-field textarea{min-height:120px;resize:vertical}.article-body__form-submit{align-self:flex-start;background:var(--color-red);border:0;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:14px 24px;text-transform:uppercase}.section-article-hero{padding-bottom:var(--section-padding-bottom,40px);padding-top:var(--section-padding-top,90px);position:relative}@media only screen and (max-width:1023px){.section-article-hero{padding-bottom:24px;padding-top:72px}}@media only screen and (max-width:549px){.section-article-hero{padding-top:0}.shopify-section.section-article-hero{padding-top:80px}}.article-hero__container{display:flex;flex-direction:column;gap:60px;position:relative}@media only screen and (max-width:1023px){.article-hero__container{gap:32px}}.article-hero__share{background:transparent;border:0;border-radius:50px;color:var(--color-red);cursor:pointer;display:grid;height:64px;padding:0;place-items:center;position:absolute;right:0;top:0;transition:background .4s var(--easeOutExpo);width:64px;z-index:2}.article-hero__share .icon,.article-hero__share svg{display:block;height:32px;width:32px}.article-hero__share.is-copied,.article-hero__share:hover{background:var(--color-pink-light,#fee8e8)}@media only screen and (max-width:1023px){.article-hero__share{align-self:flex-end;height:48px;margin-bottom:-16px;position:relative;width:48px}.article-hero__share .icon,.article-hero__share svg{height:24px;width:24px}}.article-hero__header{align-items:center;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1206px;text-align:center;width:100%}.article-hero__category{font-size:16px;line-height:20px}.article-hero__category,.article-hero__title{color:var(--color-red);font-family:var(--font-primary--family);margin:0;text-transform:uppercase}.article-hero__title{font-size:clamp(40px,7.292vw,140px);font-weight:500;line-height:.96}.article-hero__tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;margin:0;padding:0}.article-hero__tag{align-items:center;background:#ff00001a;border-radius:8px;color:var(--color-red);display:inline-flex;font-family:var(--font-primary--family);font-size:12px;height:29px;line-height:16px;padding:0 10px;text-decoration:none;transition:background .3s var(--easeOutExpo)}.article-hero__tag:hover{background:#f003}.article-hero__meta{color:var(--color-foreground);font-size:14px;margin:0;opacity:.7}.article-hero__media{align-self:center;aspect-ratio:1514/743;background:#e7e7e7;border-radius:14px;margin:0;max-width:1514px;overflow:hidden;position:relative;width:100%}.article-hero__media .image,.article-hero__media img{display:block;height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%}.article-hero__badge{background:var(--color-red);border-radius:9px;color:#fff;font-family:var(--font-primary--family);font-size:15px;font-weight:500;line-height:15px;padding:12px 15px;position:absolute;right:10px;text-transform:uppercase;top:10px}.article-products[hidden]{display:none}.article-products{padding-bottom:var(--section-padding-bottom,60px);padding-top:var(--section-padding-top,40px)}@media only screen and (max-width:1023px){.article-products{padding-bottom:40px;padding-top:20px}}.article-products .product-related{padding-left:0}.section-blog-hero{padding-bottom:var(--section-padding-bottom,40px);padding-top:var(--section-padding-top,90px)}@media only screen and (max-width:1200px){.section-blog-hero{padding-bottom:24px}}@media only screen and (max-width:1023px){.section-blog-hero{padding-bottom:16px}}.blog-hero__container{display:flex;flex-direction:column;gap:60px}@media only screen and (max-width:1023px){.blog-hero__container{gap:32px}}.blog-hero__title{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(48px,7.292vw,140px);font-weight:500;line-height:clamp(50px,6.979vw,134px);margin:0;text-transform:uppercase}.blog-hero__meta{align-items:end;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.blog-hero__tags{flex:1 1 auto;font-family:var(--font-primary--family);font-size:clamp(16px,1.04vw,20px);line-height:24px;min-width:0;padding-bottom:8px}@media only screen and (max-width:1023px){.blog-hero__tags{flex:1 1 100%;max-width:100%;width:100%}}.blog-hero__tags-viewport{min-width:0;overflow:hidden;width:100%}.blog-hero__tags-track{align-items:center;display:flex;flex-wrap:nowrap;gap:30px;min-width:100%;transition:none;width:-moz-max-content;width:max-content}@media only screen and (max-width:1023px){.blog-hero__tags-track{gap:20px}}.blog-hero__tags-track.is-marquee{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}.blog-hero__tags-track.is-marquee.is-dragging,.blog-hero__tags-track.is-marquee:active{cursor:grabbing}.blog-hero__tags-track.is-marquee.is-dragging .blog-hero__tag{pointer-events:none}.blog-hero__tag{color:#fa9e9e;flex-shrink:0;text-decoration:none;text-transform:capitalize;transition:color .4s var(--easeOutExpo);white-space:nowrap}.blog-hero__tag:hover{color:var(--color-red)}.blog-hero__tag.is-active{color:var(--color-red);text-decoration:line-through;text-decoration-thickness:1px}.blog-hero__count{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:16px;margin:0;white-space:nowrap}.section-blog-listing{padding-bottom:var(--section-padding-bottom,80px);padding-top:0}@media only screen and (max-width:1023px){.section-blog-listing{padding-bottom:48px}}.section-blog-listing.is-filtering{opacity:.55;pointer-events:none;transition:opacity .3s var(--easeOutExpo)}.shopify-section.section-blog-listing{padding-bottom:0;padding-top:0}.blog-listing__empty{color:var(--color-foreground);font-size:18px;padding:80px 0;text-align:center}.blog-listing__grid{align-items:start;-moz-column-gap:clamp(40px,6vw,120px);column-gap:clamp(40px,6vw,120px);display:grid;grid-template-columns:minmax(0,1.52fr) minmax(0,1fr);row-gap:clamp(40px,4vw,80px)}@media only screen and (max-width:1200px){.blog-listing__grid{-moz-column-gap:32px;column-gap:32px;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:40px}}@media only screen and (max-width:1023px){.blog-listing__grid{grid-template-columns:minmax(0,1fr);row-gap:32px}}.blog-listing__card{display:flex;flex-direction:column;min-width:0}.blog-listing__card:nth-child(5n+3){grid-column:1/-1;justify-self:center;max-width:1206px;width:100%}.blog-listing__card:nth-child(5n+3) .blog-listing__media{aspect-ratio:1206/659}.blog-listing__link{color:inherit;display:flex;flex-direction:column;gap:20px;text-decoration:none}.blog-listing__media{aspect-ratio:901/652;background:#e7e7e7;border-radius:14px;overflow:hidden;perspective:900px;position:relative}.blog-listing__card:nth-child(2n):not(:nth-child(5n+3)) .blog-listing__media{aspect-ratio:1/1}@media only screen and (max-width:1023px){.blog-listing__media{aspect-ratio:4/3!important}}.blog-listing__media .image,.blog-listing__media img{display:block;height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%}.blog-listing__media .image{transform-origin:center center;will-change:transform}.blog-listing__badge{background:var(--color-red);border-radius:9px;color:#fff;font-family:var(--font-primary--family);font-size:15px;font-weight:500;line-height:15px;padding:12px 15px;pointer-events:none;position:absolute;right:20px;text-align:center;text-transform:uppercase;top:20px;z-index:2}@media only screen and (max-width:1023px){.blog-listing__badge{font-size:12px;line-height:12px;padding:8px 10px;right:12px;top:12px}}.blog-listing__hover{display:none}@media(hover:hover)and (pointer:fine){.blog-listing__media.is-hovering,.blog-listing__media.is-hovering *{cursor:none}.blog-listing__hover{align-items:center;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);background:#ff0000b3;border-radius:50%;color:#fff;display:flex;font-family:var(--font-primary--family);font-size:14px;font-weight:500;height:184px;justify-content:center;left:0;letter-spacing:0;line-height:1;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;top:0;white-space:nowrap;width:184px;will-change:transform,opacity;z-index:3}}.blog-listing__body{color:var(--color-red);display:flex;flex-direction:column;max-width:527px}.blog-listing__category{font-family:var(--font-primary--family);font-size:16px;line-height:20px;margin:0 0 20px;text-transform:uppercase}.blog-listing__title{font-family:var(--font-primary--family);font-size:28px;font-weight:400;line-height:32px;margin:0 0 10px}.blog-listing__excerpt{font-family:var(--font-primary--family);font-size:20px;line-height:24px;margin:0}@media only screen and (max-width:1023px){.blog-listing__title{font-size:22px;line-height:26px}.blog-listing__excerpt{font-size:16px;line-height:22px}}.section-body-text{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,80px)}@media only screen and (max-width:1499px){.section-body-text{padding-bottom:clamp(40px,7vw,80px);padding-top:clamp(40px,7vw,80px)}}@media only screen and (max-width:1023px){.section-body-text{padding-bottom:clamp(24px,8vw,48px);padding-top:clamp(24px,8vw,48px)}}.body-text__container{max-width:1513px}.body-text__content .lineParent{overflow:hidden}.body-text__content{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(22px,2.6vw,38px);font-weight:400;line-height:clamp(28px,3vw,44px)}.body-text__content p{margin:0 0 30px}.body-text__content p:last-child{margin-bottom:0}.body-text__content em,.body-text__content strong{color:var(--color-red);font-style:normal;font-weight:inherit}.body-text__content a{border-bottom:1px solid;color:var(--color-red);text-decoration:none;transition:opacity .4s var(--easeOutExpo)}.body-text__content a:hover{opacity:.7}@media only screen and (max-width:1200px){.body-text__content{font-size:clamp(18px,3.4vw,26px);line-height:1.32}.body-text__content p{margin-bottom:20px}}@media only screen and (max-width:1023px){.body-text__content{font-size:18px;line-height:24px}.body-text__content p{margin-bottom:16px}}.cart-drawer{pointer-events:none;visibility:hidden}.cart-drawer,.cart-drawer__overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.cart-drawer__overlay{background:#00000080}.cart-drawer__container{background:#f7f6f2;border-radius:16px;display:flex;flex-direction:column;height:100%;max-width:100%;overflow-y:auto;position:absolute;right:0;top:0;width:650px;z-index:10001}@media only screen and (max-width:1023px){.cart-drawer__container{border-radius:0;width:100%}}.cart-drawer__header{align-items:center;background:#f7f6f2;border-bottom:1px solid #fcc;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 45px;pointer-events:auto}@media only screen and (max-width:549px){.cart-drawer__header{padding:20px 14px}}.cart-drawer__title{font-size:32px;font-weight:500;margin:0}.cart-drawer__title-count{font-size:12px;left:-7px;position:relative;top:-5px;vertical-align:super}.cart-drawer__close{background:none;border:none;color:var(--color-foreground);cursor:pointer;padding:10px;pointer-events:auto;position:relative;transition:opacity var(--transition-duration) var(--transition-timing);z-index:1}.cart-drawer__close:hover{opacity:.7}.cart-drawer__close svg{height:40px;width:40px}.cart-drawer__content{display:flex;flex:1;flex-direction:column;min-height:0;pointer-events:auto}.cart-drawer__items{flex:1;min-height:0;overflow-y:auto;padding:20px 45px;pointer-events:auto}@media only screen and (max-width:549px){.cart-drawer__items{padding:20px 14px}}.cart-drawer__item{border-bottom:1px solid rgba(var(--color-foreground),.1);display:flex;gap:20px;overflow:hidden;padding:15px 0 0}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{border-radius:9px;flex-shrink:0;height:140px;-o-object-fit:cover;object-fit:cover;width:140px}.cart-drawer__item-content{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:4px}.cart-drawer__item-title{margin:0}.cart-drawer__item-variant{display:flex;flex-wrap:wrap;font-size:12px;gap:4px;margin:0}.cart-drawer__variant-option{display:inline}.cart-drawer__variant-option:last-child{margin-right:12px}.cart-drawer__variant-separator{color:rgba(var(--color-foreground),.4)}.cart-drawer__item-properties{color:#323232aa;display:flex;flex-wrap:wrap;font-size:12px;gap:4px}.cart-drawer__item-property{display:inline}.cart-drawer__item-footer{align-items:center;display:flex;justify-content:space-between;margin-top:12px}.cart-drawer__item-quantity{align-items:center;border:1px solid rgba(50,50,50,.2);border-radius:10px;display:flex;gap:10px;overflow:hidden}.cart-drawer__quantity-btn{align-items:center;cursor:pointer;display:flex;height:34px;justify-content:center;pointer-events:auto;position:relative;transition:background-color .7s var(--easeOutExpo);width:34px;z-index:1}.cart-drawer__quantity-btn:hover{background-color:var(--color-pink);transition:background-color .7s var(--easeOutExpo)}.cart-drawer__quantity-btn:disabled{cursor:not-allowed;opacity:.5}.cart-drawer__quantity-value{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;background:transparent;border:none;color:inherit;font-family:inherit;font-size:14px;font-weight:400;min-width:30px;padding:0;text-align:center;width:30px}.cart-drawer__quantity-value::-webkit-inner-spin-button,.cart-drawer__quantity-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__quantity-value:disabled{opacity:.5}.cart-drawer__item-price{font-size:12px}.cart-drawer__item-remove{align-self:flex-end;cursor:pointer;font-size:12px;padding:5px;pointer-events:auto;position:relative;transition:color .7s var(--easeOutExpo);z-index:1}.cart-drawer__item-remove:hover{color:var(--color-red);transition:color .7s var(--easeOutExpo)}.cart-drawer__item-remove:disabled{cursor:not-allowed;opacity:.5}.cart-drawer__item-remove svg{height:17px;width:17px}.cart-drawer__footer{background:#fff;border-radius:16px 16px 0 0;border-top:1px solid rgba(50,50,50,.2);display:flex;flex-direction:column;flex-shrink:0;gap:20px;padding:30px 0 0;pointer-events:auto}.cart-drawer__footer[hidden]{display:none}.cart-drawer__summary{display:flex;flex-direction:column;gap:10px;padding:0 45px}@media only screen and (max-width:549px){.cart-drawer__summary{padding:0 14px}}.cart-drawer__total{align-items:center;display:flex;justify-content:space-between}.cart-drawer__checkout{border-top:1px solid rgba(50,50,50,.2);padding:20px 45px}@media only screen and (max-width:549px){.cart-drawer__checkout{padding:20px 14px}}.cart-drawer__checkout-btn{align-items:center;background:var(--color-red);border:1px solid var(--color-red);border-radius:12px;color:#fff;display:inline-flex;font-size:14px;font-weight:500;height:45px;justify-content:center;line-height:normal;padding:10px 16px;pointer-events:auto;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .6s var(--easeOutExpo);white-space:nowrap;width:auto;z-index:1}@media only screen and (max-width:549px){.cart-drawer__checkout-btn{width:100%}}.cart-drawer__checkout-btn:hover{background-color:#ff4646;transition:background-color .7s var(--easeOutExpo) 0s}.cart-drawer__empty{color:var(--color-red);font-size:clamp(18px,1.979vw,38px);padding:40px 0}.cart-drawer__empty p{font-size:18px;margin:0}.cart-drawer .keep-shopping{background-color:var(--color-red);border-radius:12px;padding:14px 16px}.cart-drawer__free-shipping{--free-shipping-progress:0}.cart-drawer__free-shipping__info{align-items:center;display:flex;gap:12px;justify-content:space-between;padding-bottom:10px}.cart-drawer__free-shipping__message{min-width:0}.cart-drawer__free-shipping__icon{flex-shrink:0;line-height:0}.cart-drawer__free-shipping__icon svg{display:block}.cart-drawer__free-shipping__icon--truck,.cart-drawer__free-shipping__icon--truck svg{height:15px;width:21px}.cart-drawer__free-shipping__icon--check{display:none;height:12px;width:17px}.cart-drawer__free-shipping__icon--check svg{height:12px;width:17px}.cart-drawer__free-shipping__progress{background-color:#fcc;height:1.5px;position:relative}.cart-drawer__free-shipping__progress-bar{background-color:var(--color-red);display:block;height:100%;left:0;position:absolute;top:0;transform:scaleX(var(--free-shipping-progress));transform-origin:0 50%;transition:transform .6s var(--easeOutExpo);width:100%}.cart-drawer__free-shipping.is-complete .cart-drawer__free-shipping__icon--truck{display:none}.cart-drawer__free-shipping.is-complete .cart-drawer__free-shipping__icon--check{display:block}.cart-page{padding:110px var(--page-margin,50px) 80px}@media only screen and (max-width:1023px){.cart-page{padding:80px var(--page-margin,15px) 60px}}.cart-page__inner{margin:0 auto;max-width:650px}.cart-page__empty,.cart-page__title{margin-bottom:24px}.cart-page__items{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0 0 32px;padding:0}.cart-page__total{margin-bottom:24px}.cart-page .cart-drawer__checkout-btn,.cart-page__link{display:inline-flex}.section-collection-multi-slider{display:block;padding-bottom:100px;padding-top:100px}.collection-multi-slider{padding:0 0 0 var(--page-margin)}.collection-multi-slider__header{margin-bottom:40px;padding-right:var(--page-margin);width:100%}.collection-multi-slider__title{align-items:center;display:flex;flex-wrap:nowrap;font-size:max(30px,4.427vw);gap:.5em;line-height:1.12;white-space:nowrap;width:100%}.collection-multi-slider__separator,.collection-multi-slider__tab{flex:0 0 auto}.collection-multi-slider__tab{text-transform:uppercase;transition:color .3s ease}.collection-multi-slider__tab--active,.collection-multi-slider__tab:hover{color:var(--color-red)}.collection-multi-slider__separator{pointer-events:none}.collection-multi-slider__wrapper{height:0;position:relative;visibility:hidden}.collection-multi-slider__wrapper--active{display:block;height:auto;visibility:visible}.collection-multi-slider__item{flex:0 0 23%}@media only screen and (max-width:1023px){.collection-multi-slider__item{flex:0 0 65%}}.collection-multi-slider__arrow{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:-20px;padding:20px 0;position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media only screen and (max-width:1023px){.collection-multi-slider__arrow{visibility:hidden}}.collection-multi-slider__arrow--prev{left:calc(var(--page-margin)/2*-1)}.collection-multi-slider__arrow--next{right:calc(var(--page-margin)/2)}.collection-multi-slider__arrow path{opacity:.2;transition:opacity .7s var(--easeOutExpo) 0s}.collection-multi-slider__arrow:hover path{opacity:1;transition:opacity .7s var(--easeOutExpo) 0s}.collection-multi-slider__track{display:flex;gap:20px}.collection-multi-slider__footer{justify-content:center;margin-top:80px}.collection-multi-slider__footer--active{display:flex}@media only screen and (max-width:1023px){.collection-multi-slider__footer{margin-top:30px}}.collection-multi-slider__view-all{align-items:center;border-radius:4px;color:var(--color-foreground);display:inline-flex;font-weight:500;gap:8px;padding:12px 24px;text-decoration:none;transition:opacity .3s ease}.collection-multi-slider__view-all:hover{opacity:.8}.collection-multi-slider__view-all svg{height:16px;width:16px}.collection--poster{padding-inline:var(--page-margin)}.section-collection-selected{padding-bottom:0;padding-top:100px}@media only screen and (max-width:1023px){.section-collection-selected{padding-top:0}.shopify-section.section-collection-selected{padding-top:130px}}.collection-selected__header{margin-bottom:var(--spacing-2xl)}@media only screen and (max-width:1023px){.collection-selected__header{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}}.collection-selected__grid{display:grid;gap:40px 20px;grid-template-columns:repeat(12,1fr);margin-bottom:var(--spacing-xl)}@media only screen and (max-width:1023px){.collection-selected__grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:549px){.collection-selected__grid{gap:43px 8px;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.collection-selected__grid .product-card:nth-child(-n+3){grid-column:span 4}.collection-selected__grid .product-card:nth-child(4){grid-column:1/span 3;grid-row:2}.collection-selected__grid .product-card:nth-child(n+5){grid-column:span 3}}.collection-selected__footer{display:flex;margin-top:80px}.section-collection-slider{display:block;padding-bottom:0;padding-top:60px}.collection-slider{padding-left:var(--page-margin)}.collection-slider__header{margin-bottom:40px}.collection-slider__wrapper{position:relative}.collection-slider--static .collection-slider__arrow{display:none}.collection-slider__item{flex:0 0 23%}@media only screen and (max-width:1023px){.collection-slider__item{flex:0 0 65%}}.collection-slider__arrow{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:-20px;padding:20px 0;position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media only screen and (max-width:1023px){.collection-slider__arrow{visibility:hidden}}.collection-slider__arrow--prev{left:calc(var(--page-margin)/2*-1)}.collection-slider__arrow--next{right:calc(var(--page-margin)/2)}.collection-slider__arrow path{opacity:.2;transition:opacity .7s var(--easeOutExpo) 0s}.collection-slider__arrow:hover path{opacity:1;transition:opacity .7s var(--easeOutExpo) 0s}.collection-slider__track{display:flex;gap:20px}.collection-slider__footer{display:flex;margin-top:80px}.collection{padding-top:110px}@media only screen and (max-width:1023px){.collection{padding-top:80px}}.collection--tag{padding-bottom:60px}@media only screen and (max-width:1023px){.collection--tag{padding-top:110px}}.collection--tag .scroll-indicator{bottom:0;left:0;right:auto}.collection__hero{display:grid;gap:30px;margin-bottom:60px;position:relative}@media only screen and (min-width:1201px){.collection__hero{height:calc(100vh - 140px)}}@media only screen and (min-width:1024px){.collection__hero{align-items:start;gap:40px;grid-template-columns:.72fr .42fr 1fr}}@media only screen and (max-width:1023px){.collection__hero{row-gap:0}}@media only screen and (min-width:1024px){.collection__hero>.breadcrumbs{display:none}}.collection__hero-content{z-index:1}@media only screen and (min-width:1024px){.collection__hero-content{grid-column:1/span 3;grid-row:1/-1;max-width:64.063vw}.collection__hero-nav{align-self:end;grid-column:2/3;grid-row:1/-1}}@media only screen and (max-width:1023px){.collection__hero-nav{order:3}}.collection__hero-image{border-radius:30px;height:100%;overflow:hidden;position:relative}@media only screen and (min-width:1024px){.collection__hero-image{grid-column:3/4;grid-row:1/-1}}@media only screen and (max-width:1200px){.collection__hero-image{aspect-ratio:4/5;height:auto}}@media only screen and (max-width:1023px){.collection__hero-image{aspect-ratio:4/5;border-radius:14px;height:auto;margin-top:30px;max-height:max(100svh - 420px,320px)}}.collection__hero-image .image{height:100%}.collection__hero-image .image img{height:100%!important;-o-object-fit:cover;object-fit:cover}.collection__title{margin:0}.section-contact-hero{padding-bottom:var(--section-padding-bottom,100px);padding-top:var(--section-padding-top,90px)}.contact-hero__container{display:flex;flex-direction:column;gap:20px;max-width:1820px;padding-inline:var(--page-margin)}.contact-hero__title{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(54px,7.3vw,140px);font-weight:500;letter-spacing:0;line-height:clamp(56px,6.98vw,134px);margin:0;text-transform:uppercase}@media only screen and (max-width:1023px){.contact-hero__title{font-size:clamp(48px,13vw,72px);line-height:1}}.contact-hero__body{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(20px,2vw,38px);font-weight:400;line-height:clamp(26px,2.3vw,44px)}.contact-hero__body p{margin:0}.contact-hero__body p+p{margin-top:.5em}@media only screen and (max-width:1023px){.contact-hero__body{font-size:18px;line-height:1.4}}.section-contact-inquiries-wrap{background-color:var(--color-background,#f7f6f2)}.section-contact-inquiries{padding-bottom:var(--section-padding-bottom,100px);padding-top:var(--section-padding-top,0)}@media only screen and (max-width:549px){.section-contact-inquiries{padding-bottom:calc(var(--section-padding-bottom, 100px)/2)}}.contact-inquiries__container{width:100%}.section-contact-inquiries--with-heading .contact-inquiries__container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px;justify-content:space-between}@media only screen and (max-width:1200px){.section-contact-inquiries--with-heading .contact-inquiries__container{flex-direction:column;gap:32px}}.contact-inquiries__heading{color:var(--color-red);flex:0 1 auto;font-family:var(--font-primary--family);font-size:clamp(28px,2.19vw,42px);font-weight:500;line-height:clamp(32px,2.5vw,48px);margin:0;max-width:430px;text-transform:uppercase}.contact-inquiries__grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:0}@media only screen and (max-width:1499px){.contact-inquiries__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1023px){.contact-inquiries__grid{grid-template-columns:minmax(0,1fr)}}.section-contact-inquiries--with-heading .contact-inquiries__grid{flex:1 1 auto;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1207px;width:100%}@media only screen and (max-width:1023px){.section-contact-inquiries--with-heading .contact-inquiries__grid{grid-template-columns:minmax(0,1fr)}}.contact-inquiries__card{border-radius:30px;display:flex;flex-direction:column;gap:60px;justify-content:space-between;min-height:272px;padding:20px;position:relative}.contact-inquiries__card--red{background:var(--color-red);--inquiry-fg:var(--color-white,#fff);--inquiry-email:var(--color-white,#fff)}.contact-inquiries__card--white{background:var(--color-white,#fff);--inquiry-fg:var(--color-foreground);--inquiry-email:var(--color-foreground)}.contact-inquiries__card--pink{background:var(--color-pink-light,#fee8e8);--inquiry-fg:var(--color-red);--inquiry-email:var(--color-red)}.contact-inquiries__card--dark{background:var(--color-foreground);--inquiry-fg:var(--color-white,#fff);--inquiry-email:var(--color-white,#fff)}@media only screen and (max-width:1200px){.contact-inquiries__card{border-radius:24px;gap:40px;min-height:220px}}.contact-inquiries__pill{align-items:center;align-self:flex-start;border:1px solid var(--inquiry-fg);border-radius:20px;color:var(--inquiry-fg);display:inline-flex;font-family:var(--font-primary--family);font-size:16px;font-weight:400;line-height:18px;padding:10px}@media only screen and (max-width:1023px){.contact-inquiries__pill{font-size:14px}}.contact-inquiries__email{color:var(--inquiry-email);font-family:var(--font-primary--family);font-size:clamp(20px,1.98vw,38px);font-weight:400;line-height:clamp(26px,2.29vw,44px);overflow-wrap:break-word;text-decoration:none;transition:opacity .4s var(--easeOutExpo);word-break:normal}.contact-inquiries__email:hover{opacity:.7}.section-contact-intro{display:flex;flex-direction:column;min-height:100vh;padding-bottom:var(--section-padding-bottom,40px);padding-top:var(--section-padding-top,90px)}.contact-intro__container{display:flex;flex:1;flex-direction:column;gap:clamp(32px,6vh,120px);justify-content:space-between;width:100%}.contact-intro__hero{display:flex;flex-direction:column;gap:20px;max-width:1820px}.contact-intro__title{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(54px,7.3vw,140px);font-weight:500;letter-spacing:0;line-height:clamp(56px,6.98vw,134px);margin:0;text-transform:uppercase}@media only screen and (max-width:1023px){.contact-intro__title{font-size:clamp(48px,13vw,72px);line-height:1}}.contact-intro__body{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(20px,2vw,38px);font-weight:400;line-height:clamp(26px,2.3vw,44px)}.contact-intro__body p{margin:0}@media only screen and (max-width:1023px){.contact-intro__body{font-size:18px;line-height:1.4}}.contact-intro__grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:0;width:100%}@media only screen and (max-width:1200px){.contact-intro__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:549px){.contact-intro__grid{grid-template-columns:minmax(0,1fr)}}.contact-intro__card{border-radius:30px;display:flex;flex-direction:column;gap:clamp(32px,4vh,60px);justify-content:space-between;min-height:clamp(220px,14.167vw,272px);padding:20px;position:relative}.contact-intro__card--red{background:var(--color-red);--inquiry-fg:var(--color-white,#fff);--inquiry-email:var(--color-white,#fff)}.contact-intro__card--white{background:var(--color-white,#fff);--inquiry-fg:var(--color-foreground);--inquiry-email:var(--color-foreground)}.contact-intro__card--pink{background:var(--color-pink-light,#fee8e8);--inquiry-fg:var(--color-red);--inquiry-email:var(--color-red)}.contact-intro__card--dark{background:var(--color-foreground);--inquiry-fg:var(--color-white,#fff);--inquiry-email:var(--color-white,#fff)}@media only screen and (max-width:1200px){.contact-intro__card{border-radius:24px;gap:40px;min-height:220px}}.contact-intro__pill{align-items:center;align-self:flex-start;border:1px solid var(--inquiry-fg);border-radius:20px;color:var(--inquiry-fg);display:inline-flex;font-family:var(--font-primary--family);font-size:16px;font-weight:400;line-height:18px;padding:10px}@media only screen and (max-width:1023px){.contact-intro__pill{font-size:14px}}.contact-intro__email{color:var(--inquiry-email);font-family:var(--font-primary--family);font-size:clamp(20px,2vw,38px);font-weight:400;line-height:clamp(26px,2.3vw,44px);overflow-wrap:break-word;text-decoration:none;transition:opacity .4s var(--easeOutExpo);word-break:normal}.contact-intro__email:hover{opacity:.7}.section-contact-stores{padding-bottom:var(--section-padding-bottom,120px);padding-top:var(--section-padding-top,200px)}@media only screen and (max-width:1200px){.section-contact-stores{padding-bottom:clamp(64px,8vw,var(--section-padding-bottom,120px));padding-top:clamp(64px,10vw,var(--section-padding-top,200px))}}.contact-stores__container{display:flex;flex-direction:column}.contact-stores__photo{aspect-ratio:1820/859;background:var(--color-pink,#fa9e9e);border-radius:30px;margin-bottom:120px;overflow:hidden;position:relative;width:100%}.contact-stores__photo .image,.contact-stores__photo img{display:block;height:100%!important;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}@media only screen and (max-width:1200px){.contact-stores__photo{aspect-ratio:4/3;border-radius:24px;margin-bottom:64px}}.contact-stores__headline{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(40px,4.43vw,85px);font-weight:500;letter-spacing:0;line-height:clamp(44px,4.95vw,95px);margin:0 0 80px;max-width:900px;text-transform:uppercase}@media only screen and (max-width:1200px){.contact-stores__headline{margin-bottom:40px}}.contact-stores__cards{display:flex;flex-direction:column;gap:20px}.contact-stores__card{align-items:center;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) auto;padding:30px 30px 30px 80px;position:relative}@media only screen and (max-width:1499px){.contact-stores__card{gap:32px;padding:40px 30px 40px 60px}}@media only screen and (max-width:1200px){.contact-stores__card{gap:40px;padding:40px 32px}}@media only screen and (max-width:549px){.contact-stores__card{grid-template-columns:1fr;padding:40px 30px 30px}}.contact-stores__card--no-photo{grid-template-columns:minmax(0,1fr)}.contact-stores__card-bg{background:var(--color-pink-light,#fee8e8);border-radius:clamp(60px,8.333vw,120px);inset:0;position:absolute;will-change:transform;z-index:0}@media only screen and (max-width:1200px){.contact-stores__card-bg{border-radius:30px}}.contact-stores__card-text{color:var(--color-red);display:flex;flex-direction:column;gap:60px;max-width:716px;position:relative;z-index:1}@media only screen and (max-width:1499px){.contact-stores__card-text{gap:40px}}@media only screen and (max-width:1023px){.contact-stores__card-text{gap:24px}}.contact-stores__store-name{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(22px,1.77vw,34px);font-weight:500;line-height:clamp(28px,2.08vw,40px);margin:0;text-transform:uppercase}@media only screen and (max-width:1023px){.contact-stores__store-name{font-size:22px;line-height:26px}}.contact-stores__details{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1023px){.contact-stores__details{gap:24px}}.contact-stores__details-body{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(20px,2.6vw,38px);font-weight:400;line-height:clamp(26px,3vw,44px)}.contact-stores__details-body p{margin:0}.contact-stores__details-body p+p{margin-top:.5em}.contact-stores__details-body br{display:block}@media only screen and (max-width:1200px){.contact-stores__details-body{font-size:clamp(20px,3.4vw,28px);line-height:1.25}}@media only screen and (max-width:1023px){.contact-stores__details-body{font-size:20px;line-height:26px}}.contact-stores__cta a{align-items:center;background:var(--color-red);border-radius:12px;color:var(--color-white,#fff);display:inline-flex;font-family:var(--font-primary--family);font-size:14px;font-weight:500;height:45px;justify-content:center;letter-spacing:0;line-height:1;padding:10px 16px;text-decoration:none;text-transform:uppercase;transition:opacity .4s var(--easeOutExpo)}.contact-stores__cta a:hover{opacity:.85}.contact-stores__card-photo{aspect-ratio:1/1;border-radius:clamp(60px,7.5vw,108px);justify-self:end;overflow:hidden;position:relative;width:clamp(220px,28vw,404px);z-index:1}@media only screen and (max-width:549px){.contact-stores__card-photo{border-radius:clamp(72px,22vw,108px);justify-self:center;max-width:none;width:100%}}.contact-stores__card-photo .image,.contact-stores__card-photo img{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;width:100%}.section-cta-banner{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,40px)}.cta-banner__container{align-items:center;border-radius:30px;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,auto);margin-inline:var(--page-margin);min-height:200px;overflow:hidden;padding:36px 50px;position:relative;width:100%;width:calc(100% - var(--page-margin)*2)}@media only screen and (max-width:1023px){.cta-banner__container{grid-template-columns:1fr;padding:28px 24px}}.section-cta-banner--pink .cta-banner__container{background:var(--color-pink-light,#fee8e8);color:var(--color-red)}.section-cta-banner--red .cta-banner__container{background:var(--color-red);color:#fff}.section-cta-banner--white .cta-banner__container{background:#fff;color:var(--color-foreground)}.cta-banner__content{display:flex;flex-direction:column;gap:14px;max-width:640px;z-index:1}.cta-banner__title{font-size:clamp(28px,2.19vw,42px);font-weight:500;line-height:clamp(32px,2.5vw,48px);margin:0;text-transform:uppercase}.cta-banner__subtitle,.cta-banner__title{color:inherit;font-family:var(--font-primary--family)}.cta-banner__subtitle{font-size:clamp(16px,1.04vw,20px);font-weight:400;line-height:1.2}.cta-banner__subtitle p{margin:0}.cta-banner__button{align-items:center;align-self:flex-start;background:currentColor;border-radius:12px;color:#fff;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;margin-top:6px;padding:10px 18px;text-decoration:none;text-transform:uppercase;transition:opacity .4s var(--easeOutExpo)}.section-cta-banner--pink .cta-banner__button{background:var(--color-red)}.section-cta-banner--red .cta-banner__button{background:#fff;color:var(--color-red)}.section-cta-banner--white .cta-banner__button{background:var(--color-red);color:#fff}.cta-banner__button:hover{opacity:.85}.cta-banner__media{align-items:center;align-self:stretch;display:flex;justify-content:flex-end;position:relative}@media only screen and (max-width:1023px){.cta-banner__media{justify-content:center}}.cta-banner__media .image,.cta-banner__media img{max-height:200px;max-width:100%;-o-object-fit:contain;object-fit:contain}.customer-account__tabs{align-items:flex-start;display:flex;flex-direction:column;gap:15px}.customer-account__tab{background:none;border:none;color:#323232;cursor:pointer;font-size:16px;position:relative;text-transform:capitalize;transition:color .3s ease}.customer-account__tab--active,.customer-account__tab:hover{color:var(--color-red)}.customer-account__tab--active:after{width:100%}.customer-account__panel{display:none}.customer-account__panel--active{display:block}.customer-account__section-header{align-items:center;border-bottom:2px solid rgba(var(--color-foreground),.1);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}@media only screen and (max-width:1023px){.customer-account__section-header{align-items:flex-start;flex-direction:column;gap:12px}}.customer-account__section-title{font-size:34px;font-weight:500;margin:0 0 24px;text-transform:uppercase}.customer-account__detail-item{color:rgba(var(--color-foreground),.7);font-size:15px;line-height:1.6;margin-bottom:12px}.customer-account__detail-item strong{color:var(--color-foreground);font-weight:600;margin-right:8px}.customer-account__links{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:20px}.customer-account__link-separator{color:rgba(var(--color-foreground),.3)}.customer-account__link{background:none;border:none;color:var(--color-red);cursor:pointer;display:inline-block;font-family:inherit;font-size:14px;padding:0;text-decoration:none;transition:opacity .3s ease}.customer-account__link:hover{opacity:.8}.customer-account__link--button{font-weight:inherit}.customer-account__password-form{background:#fafafa;border:1.5px solid rgba(var(--color-foreground),.1);border-radius:8px;padding:24px}.customer-account__form-title{color:var(--color-foreground);font-size:16px;font-weight:600;margin:0 0 24px}.customer-account__addresses{align-items:center;display:flex;flex-direction:column}.customer-account__address-form{border:1.5px solid rgba(var(--color-foreground),.1);border-radius:8px;margin-bottom:24px;padding:24px}.customer-account__addresses-grid{display:grid;gap:20px;grid-template-columns:1fr;max-width:640px;width:100%}.customer-account__address-card{background:#fff;border-radius:30px;display:grid;gap:20px;grid-template-columns:1fr 94px;padding:40px}.customer-account__address-header{grid-column:1/2}.customer-account__badge{display:inline-block;font-size:20px;font-weight:400}.customer-account__address-details{grid-column:1/2}.customer-account__address-item{display:flex;flex-direction:column}.customer-account__address-actions{display:flex;justify-content:flex-end}.customer-account__address-actions--edit{grid-column:2/3;grid-row:1/2}.customer-account__address-actions--delete{grid-column:2/3;grid-row:2/3}.customer-account__address-btn{align-items:center;align-self:flex-start;background-color:transparent;border:none;cursor:pointer;display:flex;font-size:14px;gap:10px;transition:all .2s ease}.customer-account__address-btn--edit{color:var(--color-red);padding:0}.customer-account__address-btn--delete{background-color:var(--color-pink-light);border-radius:12px;padding:12px 14px}.customer-account__address-btn--delete .icon{flex:0 0 auto}.customer-account__address-btn--delete:hover{background-color:rgba(var(--color-pink-light),.95)}.customer-account__address-form{background:#fff;border-radius:30px;max-width:640px;padding:20px;width:100%}.customer-account__delete-form{display:none}.customer-account__orders-list{align-items:center;display:flex;flex-direction:column;gap:15px}.customer-account__order{background:#fafafa;border:1.5px solid rgba(var(--color-foreground),.15);border-radius:8px;transition:all .2s ease}.customer-account__order:hover{background:#fff;border-color:rgba(var(--color-foreground),.3);box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.customer-account__order-link{color:var(--color-foreground);display:block;padding:24px;text-decoration:none}.customer-account__order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.customer-account__order-header strong{font-size:16px}.customer-account__order-date{color:rgba(var(--color-foreground),.6);font-size:14px}.customer-account__order-details{align-items:center;display:flex;font-size:14px;justify-content:space-between}.customer-account__order-status{color:rgba(var(--color-foreground),.7);text-transform:capitalize}.customer-account__order-total{font-weight:600}.customer-account__empty{color:rgba(var(--color-foreground),.6);padding:40px 20px;text-align:center}.designer{padding-bottom:100px;padding-top:110px}.designer .scroll-indicator{bottom:0;left:0;right:auto}.designer__hero{display:grid;position:relative;row-gap:0}@media only screen and (min-width:1024px){.designer__hero{align-items:start;-moz-column-gap:40px;column-gap:40px;grid-template-columns:repeat(12,1fr)}.designer__hero>.breadcrumbs{grid-column:1/-1;grid-row:1}.designer__hero-content{grid-column:1/span 8;grid-row:2}}.designer__hero-content{z-index:1}.designer__hero-content .lineParent{clip-path:inset(0 -100vw 0 -.2em);overflow:visible}.designer__hero-image{aspect-ratio:4/5;border-radius:30px;overflow:hidden;position:relative}@media only screen and (min-width:1024px){.designer__hero-image{grid-column:8/-1;grid-row:2;max-height:max(100svh - 240px,420px)}}@media only screen and (max-width:1023px){.designer__hero-image{aspect-ratio:4/5;border-radius:14px;height:auto;margin-top:30px;max-height:max(100svh - 420px,320px)}}.designer__hero-image .image{height:100%}.designer__hero-image .image img{height:100%!important;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:1024px){.designer__nav{align-self:self-end;grid-column:5/7;grid-row:2}}@media only screen and (max-width:1023px){.designer__nav{order:3}}.designer__nav-links{display:flex;flex-direction:column}.designer__biography{margin-top:100px}@media only screen and (min-width:1024px){.designer__biography{display:grid;gap:40px;grid-template-columns:.72fr .42fr 1fr;margin-top:200px}}@media only screen and (max-width:1023px){.designer__biography-title{margin-bottom:20px}}@media only screen and (min-width:1024px){.designer__biography-content{-moz-columns:2;column-count:2;grid-column:2/-1}}.designer__biography-content p{margin:0}.designer__works{padding-top:100px}.designer__works .collection--controls{margin-top:40px}@media only screen and (max-width:1023px){.designer__works .collection--controls{align-items:flex-start}}.designer__works-title{margin-bottom:0}.designer__no-products{padding:60px 0;text-align:center}.section-designer .designer__hero-image:before{background:linear-gradient(180deg,#f000 40%,red);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.designers-list{padding-bottom:clamp(120px,18.23vw,350px);padding-top:110px}.designers-list__title{margin-bottom:clamp(60px,7.81vw,150px)}.designers-list__description{margin:0}.designers-list .designer-card:before{z-index:auto}@media only screen and (max-width:1023px){.designers-list .designer-card__image{display:none}}.designers-list .designer-card__content{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.designers-list .designer-card__content{flex:1;gap:16px;min-width:0}}.designers-list .designer-card__name{font-size:clamp(22px,1.979vw,38px);font-weight:400;position:relative;z-index:1}@media only screen and (max-width:1023px){.designers-list .designer-card__name{font-size:clamp(18px,1.354vw,26px);line-height:1.2}}.designers-list .image{aspect-ratio:747/924;border-radius:30px;display:none;max-width:350px;overflow:hidden}.designers-list__grid{display:grid;gap:0 20px;grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width:1023px){.designers-list__grid{gap:8px;grid-template-columns:minmax(0,1fr)}}.designers-list__grid a{padding:40px;position:relative}.designers-list__grid a:before{background:#fff;border-radius:14px;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .7s var(--easeOutExpo);width:100%;z-index:-1}.designers-list__grid a .icon{opacity:0;transform:translate3d(-10px,10px,0);transition:opacity .4s var(--easeOutExpo) 0s,transform .4s var(--easeOutExpo)}.designers-list__grid a:hover:before{opacity:1;transition:opacity .7s var(--easeOutExpo)}.designers-list__grid a:hover .icon{opacity:1;transform:translateZ(0);transition:opacity .3s var(--easeOutExpo),transform .7s var(--easeOutExpo)}@media only screen and (max-width:1023px){.designers-list__grid a{align-items:center;background:#fff;border-radius:30px;color:var(--color-foreground);display:flex;height:88px;padding:0 24px;text-decoration:none;transition:background-color .4s var(--easeOutExpo)}.designers-list__grid a:before{display:none}.designers-list__grid a .icon{align-items:center;display:inline-flex;flex-shrink:0;height:12px;justify-content:center;opacity:1;transform:none;width:12px}.designers-list__grid a .icon svg{display:block;height:100%;width:100%}.designers-list__grid a:hover{background:var(--color-pink-light)}.designers-list__grid a:hover:before{display:none}.designers-list__grid a:hover .icon{opacity:1;transform:none}}.designers-list__empty{padding:60px 0;text-align:center}.designers-list .hover-reveal{aspect-ratio:747/924;border-radius:30px;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:clamp(220px,26vw,480px);z-index:0}@media only screen and (max-width:1023px){.designers-list .hover-reveal{display:none}}.designers-list .hover-reveal__inner{overflow:hidden}.designers-list .hover-reveal__img,.designers-list .hover-reveal__inner{height:100%;position:relative;width:100%}.designers-list .hover-reveal__img{background-position:50% 50%;background-size:cover}.section-feature-image{padding-bottom:var(--section-padding-bottom,40px);padding-top:var(--section-padding-top,40px)}@media only screen and (max-width:1499px){.section-feature-image{padding-bottom:clamp(24px,4vw,40px);padding-top:clamp(24px,4vw,40px)}}.feature-image__media{border-radius:30px;height:var(--feature-height,720px);isolation:isolate;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:1499px){.feature-image__media{border-radius:24px;height:clamp(380px,55vw,var(--feature-height,720px))}}@media only screen and (max-width:1200px){.feature-image__media{height:clamp(320px,60vw,540px)}}@media only screen and (max-width:1023px){.feature-image__media{border-radius:18px;height:550px}}.feature-image__img{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;width:100%}.feature-image__overlay{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:#fff9;border-radius:14px;display:flex;flex-direction:column;gap:30px;max-width:calc(100% - 32px);padding:20px;position:absolute;top:50%;transform:translateY(-50%);width:274px}.section-feature-image--overlay-left .feature-image__overlay{left:50px}.section-feature-image--overlay-right .feature-image__overlay{right:50px}@media only screen and (max-width:1499px){.feature-image__overlay{width:clamp(220px,24vw,274px)}.section-feature-image--overlay-left .feature-image__overlay{left:24px}.section-feature-image--overlay-right .feature-image__overlay{right:24px}}@media only screen and (max-width:1023px){.feature-image__overlay{gap:20px;left:20px;margin-top:0;padding:16px;top:20px;transform:none;transform:translateY(0);width:200px}}.feature-image__overlay-text{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:20px;line-height:24px}.feature-image__overlay-text p{margin:0}.feature-image__overlay-text strong{color:var(--color-red);font-weight:inherit}@media only screen and (max-width:1499px){.feature-image__overlay-text{font-size:18px;line-height:22px}}@media only screen and (max-width:1023px){.feature-image__overlay-text{font-size:16px;line-height:20px}}.feature-image__overlay-media{align-self:flex-end;aspect-ratio:159/216;border-radius:8px;max-width:100%;overflow:hidden;width:159px}@media only screen and (max-width:1499px){.feature-image__overlay-media{width:clamp(120px,13vw,159px)}}@media only screen and (max-width:1023px){.feature-image__overlay-media{aspect-ratio:109/148;border-radius:14px}}.feature-image__overlay-media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.shopify-section.section-featured-categories{overflow:visible}.section-featured-categories{padding-top:0}.section-featured-categories .featured-categories__title{margin:0 0 60px}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__title{margin:0 0 20px}}.section-featured-categories .featured-categories__grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);min-height:800px;position:relative}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__grid{gap:7px 15px;grid-template-columns:repeat(2,1fr);min-height:auto}}@media only screen and (max-width:549px){.section-featured-categories .featured-categories__grid{gap:12px 7px}}.section-featured-categories .featured-categories__box{aspect-ratio:594/720;border-radius:30px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative;text-decoration:none}.section-featured-categories .featured-categories__box:before{background:linear-gradient(180deg,#6660 0,#000);bottom:0;content:"";display:block;height:180px;left:0;pointer-events:none;position:absolute;width:100%;z-index:1}.section-featured-categories .featured-categories__box.centered{aspect-ratio:auto;height:520px;position:absolute;width:394px}.section-featured-categories .featured-categories__box img{transition:transform .7s var(--easeOutExpo)}.section-featured-categories .featured-categories__box:hover img{transform:scale(1.1);transition:transform .7s var(--easeOutExpo)}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__box{border-radius:16px}}.section-featured-categories .featured-categories__box--large{aspect-ratio:1207/720;grid-column:span 2}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__box--large{aspect-ratio:1/1}}.section-featured-categories .featured-categories__box--small{grid-column:span 1}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__box--small .featured-categories__box-content{padding:15px 10px}}@media only screen and (min-width:550px)and (max-width:1023px){.section-featured-categories .featured-categories__box--small .featured-categories__box-content .featured-categories__box-title{font-size:22px;line-height:100%}}@media only screen and (max-width:549px){.section-featured-categories .featured-categories__box--small .featured-categories__box-content .featured-categories__box-title{font-size:16px;line-height:100%}}.section-featured-categories .featured-categories__box-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.section-featured-categories .featured-categories__box-image .image,.section-featured-categories .featured-categories__box-image .image>img{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.section-featured-categories .featured-categories__box-content{padding:var(--spacing-lg);position:relative;z-index:2}.section-featured-categories .featured-categories__box-title{margin:0 0 18px}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__box-title{margin:0}}.section-featured-categories .featured-categories__box-button{align-items:center;border-radius:10px;display:inline-flex;padding:8px 20px}@media only screen and (max-width:1023px){.section-featured-categories .featured-categories__box-button{display:none}}.shopify-section-group-footer-group{background-color:var(--color-red);margin-top:-30px;padding:0 0 45px;position:relative;z-index:0}@media only screen and (max-width:1023px){.shopify-section-group-footer-group{padding-bottom:40px}}.footer{color:#fff;padding-top:89px}@media only screen and (max-width:1023px){.footer{padding-top:80px}}.footer__inner-container{display:flex;flex-direction:column;width:100%}.footer__top{align-items:flex-start;display:flex;gap:clamp(40px,9.3vw,163px)}@media only screen and (max-width:1249px){.footer__top{flex-direction:column;gap:40px}}.footer__logo{display:block;flex:0 0 auto;height:auto;max-width:100%;width:450px}.footer__logo svg{display:block;height:auto!important;width:100%}@media only screen and (max-width:1919px){.footer__logo{width:clamp(280px,30vw,409px)}}@media only screen and (max-width:1249px){.footer__logo{width:min(280px,50vw)}}@media only screen and (max-width:549px){.footer__logo{width:min(258px,68vw)}}.footer__lockup{display:flex;flex:1 1 auto;flex-direction:column;gap:50px;min-width:0}@media only screen and (min-width:1920px){.footer__lockup{align-items:flex-start;flex-direction:row;gap:clamp(40px,5.26vw,101px);justify-content:space-between}}@media only screen and (max-width:1249px){.footer__lockup{gap:40px;width:100%}}.footer__columns{align-items:flex-start;display:flex;flex:1 1 auto;gap:clamp(20px,5.26vw,101px);justify-content:space-between;min-width:0}@media only screen and (max-width:1249px){.footer__columns{gap:clamp(16px,4vw,40px);width:100%}}@media only screen and (max-width:549px){.footer__columns{flex-wrap:wrap;gap:40px 20px}}.footer__top h2{font-size:12px;font-weight:700;line-height:1;margin:0 0 20px;text-transform:uppercase}.footer__info{flex:1 1 0;margin:0;max-width:212px;min-width:0}@media only screen and (max-width:1249px){.footer__info{max-width:none}}@media only screen and (max-width:549px){.footer__info{flex:1 1 100%}}.footer__info a{color:#fff}.footer__info a,.footer__info a:hover{transition:color .8s var(--easeOutBack) 0s}.footer__info a:hover{color:var(--color-pink)}.footer__contact{font-size:18px;line-height:30px}.footer__contact p{margin:0}.footer__contact a{color:#fff}@media only screen and (max-width:1023px){.footer__contact{font-size:16px;line-height:28px}}.footer__nav{flex:0 0 auto;width:150px}.footer__nav:last-child{width:178px}@media only screen and (max-width:1249px){.footer__nav{flex:1 1 0;min-width:0;width:auto}.footer__nav:last-child{width:auto}}@media only screen and (max-width:549px){.footer__nav{flex:1 1 40%}.footer__nav:last-child{flex:1 1 45%}}.footer__nav a{display:inline-block;font-size:18px;line-height:26px}.footer__nav a,.footer__nav a:hover{transition:color .8s var(--easeOutBack) 0s}.footer__nav a:hover{color:var(--color-pink)}@media only screen and (max-width:1023px){.footer__nav a{font-size:16px;line-height:24px}}.footer__nav-list li+li{margin-top:4px}.footer__form{flex:0 0 auto;max-width:100%;width:368px}.footer__form h2{margin-bottom:29px}@media only screen and (max-width:1249px){.footer__form{width:min(368px,100%)}}@media only screen and (max-width:549px){.footer__form{width:100%}.footer__form h2{margin-bottom:20px}}.footer__privacy-link{text-decoration:underline;transition:color .8s var(--easeOutBack) 0s}.footer__privacy-link:hover{color:var(--color-pink);transition:color .8s var(--easeOutBack) 0s}.footer__form-subscribe{margin-top:0}.footer__form-field{align-items:center;border:1px solid #fff;border-radius:14px;display:flex;min-height:45px;padding:4px 4px 4px 12px;width:100%}.footer__form-input{background:transparent;border:0;border-radius:0;color:#fff;flex:1 1 auto;font-size:12px;line-height:16px;min-width:0;padding:0;width:100%}.footer__form-input::-moz-placeholder{color:#fff}.footer__form-input::placeholder{color:#fff}.footer__form-input:focus{outline:none}.footer__form-submit{background-color:#fff;border:0;border-radius:10px;color:var(--color-red);cursor:pointer;flex:0 0 auto;font-size:14px;line-height:normal;padding:10px 16px;text-transform:uppercase}.footer__form-submit,.footer__form-submit:hover{transition:background-color .8s var(--easeOutBack) 0s}.footer__form-submit:hover{background-color:var(--color-pink)}.footer__form-disclaimer{font-size:12px;line-height:16px;margin:12px 0 0}@media only screen and (max-width:549px){.footer__form-disclaimer{margin-top:10px}.footer__form-field{align-items:stretch;border:0;border-radius:0;flex-direction:column;gap:4px;min-height:0;padding:0}.footer__form-input{border:1px solid #fff;border-radius:14px;min-height:45px;padding:14px 12px}.footer__form-submit{height:45px;padding:10px 16px;width:100%}}.footer__band{align-items:center;display:flex;gap:clamp(24px,9.3vw,163px);margin-top:clamp(60px,min(16vw,20svh),307px)}@media only screen and (max-width:549px){.footer__band{flex-direction:column;gap:30px;margin-top:60px}}.footer__love{flex:0 1 auto;max-width:100%;width:450px}.footer__love span{display:block;font-size:46px;line-height:56px;white-space:nowrap}@media only screen and (max-width:1919px){.footer__love{width:clamp(280px,30vw,409px)}.footer__love span{font-size:40px;line-height:56px}}@media only screen and (max-width:1249px){.footer__love{min-width:0;width:auto}.footer__love span{font-size:clamp(28px,3.6vw,40px);line-height:1.15}}@media only screen and (max-width:549px){.footer__love{text-align:center;width:100%}.footer__love span{font-size:32px;line-height:normal;white-space:normal}}.footer__band-end{align-items:center;display:flex;flex:1 1 auto;justify-content:space-between;min-width:0}@media only screen and (max-width:549px){.footer__band-end{flex-direction:column;gap:30px;width:100%}}.footer__social{align-items:center;flex-wrap:wrap;gap:25px;justify-content:center}@media only screen and (max-width:1249px){.footer__social{gap:16px}}@media only screen and (min-width:550px)and (max-width:699px){.footer__social{max-width:104px}}@media only screen and (max-width:549px){.footer__social{gap:20px}}.footer__social .social-icon,.footer__social .social-icon svg{display:block;height:24px;width:24px}.footer__social .social-icon path{fill:#fff;transition:fill .8s var(--easeOutBack) 0s}.footer__social .social-icon:hover path{fill:var(--color-pink);transition:fill .8s var(--easeOutBack) 0s}.footer__scrollto{flex:0 0 auto;justify-content:flex-end}@media only screen and (max-width:549px){.footer__scrollto{justify-content:center}}.footer__scrollto .scrollto-top{position:relative}.footer__legal{align-items:flex-start;display:flex;font-size:14px;gap:clamp(40px,9.3vw,163px);line-height:20px;margin-top:32px}@media only screen and (max-width:1249px){.footer__legal{align-items:start;-moz-column-gap:clamp(16px,4vw,40px);column-gap:clamp(16px,4vw,40px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:8px}}@media only screen and (max-width:549px){.footer__legal{display:flex;flex-direction:column;gap:20px;margin-top:40px;text-align:center}}.footer__copyright{flex:0 0 auto;max-width:100%;width:450px}@media only screen and (max-width:1919px){.footer__copyright{width:clamp(280px,30vw,409px)}}@media only screen and (max-width:1249px){.footer__copyright{grid-column:1;max-width:none;width:auto}}@media only screen and (max-width:549px){.footer__copyright{grid-column:auto;width:100%}}.footer__legal-end{align-items:flex-start;display:flex;flex:1 1 auto;gap:clamp(20px,5.26vw,101px);min-width:0}@media only screen and (min-width:1920px){.footer__legal-end{gap:clamp(40px,5.26vw,101px)}.footer__legal-end:after{content:"";flex:0 0 368px;width:368px}}@media only screen and (max-width:1249px){.footer__legal-end{display:contents}}@media only screen and (max-width:549px){.footer__legal-end{display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.footer__legal-end:after{display:none}}.footer__terms{flex:0 1 auto;min-width:0}@media only screen and (max-width:1249px){.footer__terms{grid-column:2}}@media only screen and (max-width:549px){.footer__terms{grid-column:auto}}.footer__credits{flex:0 0 178px;margin-left:auto;width:178px}@media only screen and (max-width:1249px){.footer__credits{flex:none;grid-column:3;margin-left:0;width:auto}}@media only screen and (max-width:549px){.footer__credits{grid-column:auto}}.footer__copyright .underlined-button--white,.footer__terms a{transition:color .8s var(--easeOutBack) 0s}.footer__copyright .underlined-button--white:hover,.footer__terms a:hover{color:var(--color-pink);transition:color .8s var(--easeOutBack) 0s}.footer__copyright .underlined-button--white:after,.footer__credits-trigger:after{transform:scaleX(0)}@media(hover:hover)and (pointer:fine){.footer__copyright .underlined-button--white:hover:before,.footer__credits-trigger:hover:before{transition-delay:0s}}@media only screen and (max-width:1023px){body.menu-open .shopify-section-group-header-group:before{opacity:1}}.shopify-section-group-header-group{left:0;overflow:visible!important;position:fixed!important;top:0;transition:all .5s var(--easeOutExpo),transform 1s var(--easeOutExpo);z-index:101}@media only screen and (min-width:1024px){.shopify-section-group-header-group{padding:10px 0}}.shopify-section-group-header-group:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001f;content:"";display:block;height:100vh;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity 1s var(--easeOutExpo);width:100%;z-index:10}@media only screen and (max-width:1023px){.shopify-section-group-header-group{display:block}.shopify-section-group-header-group:before{background:var(--color-pink);content:"";display:block;height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;width:100%}.shopify-section-group-header-group.active:before{transform:translateZ(0);transition:transform .2s ease-in}}@media only screen and (min-width:550px)and (max-width:1023px){.shopify-section-group-header-group{padding:16px 20px}}@media only screen and (max-width:549px){.shopify-section-group-header-group{padding:10px 7px}}html.menu-item---hovered .shopify-section-group-header-group:before{opacity:1;transition:opacity 1s var(--easeOutExpo)}.header{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:var(--color-background);border-radius:10px;display:grid;grid-template-columns:1fr auto 1fr;margin:0 auto;padding:0 8px;position:relative;transition:all .7s var(--easeOutExpo);width:100%;z-index:100}@media only screen and (max-width:1023px){.template-index .header{background-color:transparent}.header{-webkit-backdrop-filter:none;backdrop-filter:none;padding:15px;transition:background-color .7s var(--easeOutExpo),backdrop-filter .7s var(--easeOutExpo)}.header.active{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:#fecdcdcc;border-radius:0;grid-template-rows:auto minmax(min-content,1fr);height:100dvh;left:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:31px 35px calc(48px + env(safe-area-inset-bottom,0px));position:fixed;right:0;top:0;width:100%;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.header.active .header__hamburger{grid-area:1/1/2/2}.header.active .header__title{grid-area:1/2/2/3}.header.active .header__icons{grid-area:1/3/2/4}.header.active .header__menu{align-self:stretch;backdrop-filter:none;-webkit-backdrop-filter:none;background-color:transparent;grid-area:2/1/3/4;height:auto;overflow:visible;padding:75px 5px 0;position:static;visibility:visible;width:auto;z-index:auto}.header.active .header__menu>*{flex-shrink:0}}@media only screen and (max-width:549px){.header{box-sizing:border-box;height:48px;padding:5px 7px}.header.active{height:100dvh;padding:15px 14px calc(40px + env(safe-area-inset-bottom,0px))}.header.active .header__menu{padding:27px 0 0}}.header__hamburger{display:grid;gap:8px;height:100%;place-content:center;width:50px}@media only screen and (min-width:1024px){.header__hamburger{display:none}}@media only screen and (max-width:549px){.header__hamburger{align-self:center;gap:6px;height:10px}}.header__hamburger .line{background-color:var(--color-red);height:2px;width:50px}.header__menu{display:flex}@media only screen and (min-width:1024px){.header__menu{gap:30px;justify-content:flex-start}}@media only screen and (max-width:1023px){.header__menu{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:#fecdcdcc;flex-direction:column;height:100dvh;overflow-y:auto;overscroll-behavior:contain;padding:80px 14px 40px;position:absolute;top:0;visibility:hidden;width:100%;z-index:-1;-webkit-overflow-scrolling:touch}}@media only screen and (min-width:550px)and (max-width:1023px){.header__menu{padding:128px 40px 48px}}@media only screen and (max-width:549px){.header__menu{left:0;position:fixed;top:0;width:100%}}.header__menu-label{transition:color .7s var(--easeOutExpo)}@media only screen and (max-width:1023px){.header__menu .with-love{display:block;font-size:24px;font-weight:400;line-height:1.2;margin-top:auto;order:10}.header__menu .social{display:flex;gap:20px;margin:16px 0 24px;order:11}.header__menu .social path{fill:var(--color-red)}}.header hr{display:none}@media only screen and (max-width:1023px){.header hr{border:0;border-bottom:1px solid var(--color-red);display:block;margin:0;width:100%}}.header__menu-item{order:1;padding:11px 0}.header__menu-item.active{order:0}@media only screen and (max-width:1023px){.header__menu-item{padding:0}}.header__menu-secondary{display:none}@media only screen and (max-width:1023px){.header__menu-secondary{align-items:flex-start;display:flex;flex-direction:column;gap:10px;margin-top:28px;order:5}}.header__menu-secondary-link{color:var(--color-red);font-size:14px;font-weight:500;letter-spacing:.02em;line-height:1.2;text-decoration:none;text-transform:uppercase}.header__menu-link{align-items:center;background:none;border:none;color:var(--color-foreground);cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:10px 15px;text-decoration:none}@media only screen and (min-width:1024px){.header__menu-link{padding:10px 0}}@media only screen and (max-width:1023px){.header__menu-link{color:var(--color-red);display:flex;font-size:32px;font-weight:500;justify-content:space-between;letter-spacing:0;line-height:1;padding:16px 0;text-transform:uppercase;width:100%}.header__menu-link.active{justify-content:flex-start}.header__menu-link.active .header__menu-label{order:1}.header__menu-link.active .header__menu-arrow__mobile{order:0;position:absolute}}@media only screen and (min-width:550px)and (max-width:1023px){.header__menu-link{font-size:42px;line-height:1;padding:20px 0}}.header__menu-arrow{transition:transform .7s var(--easeOutExpo);width:10px}@media only screen and (max-width:1023px){.header__menu-arrow{display:none}}@media only screen and (min-width:1024px){.header__menu-arrow__mobile{display:none}}.header__menu-arrow path{stroke:var(--color-foreground)}.header__menu-item--active .header__menu-arrow{transform:rotate(180deg);transition:transform .7s var(--easeOutExpo)}.header__title{display:grid;justify-self:center;margin:0;place-items:center}@media only screen and (max-width:549px){.header__title{height:38px;width:70px}}.header__title .dot,.header__title .logo{align-self:center;grid-area:1/1;justify-self:center;line-height:0}.header__title .logo{transform:scale(1);transform-origin:50% 50%;transition:transform 1s var(--easeOutExpo)}@media only screen and (max-width:549px){.header__title .logo{height:31px;width:70px}.header__title .logo svg{display:block;height:31px;width:70px}}.header__title .dot{display:grid;place-content:center;transform:scale(0);transform-origin:50% 50%;transition:transform 1s var(--easeOutExpo)}.header__title .dot svg{height:38px;width:38px}.header__title a{color:var(--color-foreground);font-weight:700;text-decoration:none}@media only screen and (min-width:1024px){.header__menu-item:first-child .header__menu-link{background-color:var(--color-red);border-radius:10px;color:#fff;padding:10px 16px}.header__menu-item:first-child .header__menu-arrow path{stroke:#fff}.header__menu-item:first-child:hover .header__menu-link{background-color:#ff4646}.header__menu-item:first-child:hover .header__menu-label{color:#fff}.header__menu-item:first-child:hover .header__menu-arrow path{stroke:#fff}}.header__icons{align-items:center;display:flex;gap:var(--spacing-lg);justify-content:flex-end}@media only screen and (max-width:1023px){.header__icons{gap:20px}}@media only screen and (max-width:549px){.header__icons{align-items:center;height:38px;padding-right:8px}}@media only screen and (min-width:1024px){.header__icons .icon{display:none}}.header__icon-link{align-items:center;background:none;border:none;color:var(--color-foreground);cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:var(--spacing-xs);margin:auto 10px;padding:0;position:relative;text-decoration:none;transition:opacity var(--transition-duration) var(--transition-timing)}@media only screen and (max-width:1023px){.header__icon-link{margin:auto 0}}@media only screen and (max-width:549px){.header__icon-link{margin:0}}@media only screen and (max-width:1023px){.header__icon-link--account{display:none}.header__icon-link--cart{flex:0 0 auto;margin:0;position:relative}.header__icon-link--cart sup{position:absolute;right:-10px;top:-5px}}@media only screen and (max-width:549px){.header__icon-link--cart sup{margin-bottom:0;right:-8px;top:-4px}}.header__icon-link:hover .header__icon-label{color:var(--color-red);transition:color .7s var(--easeOutExpo)}.header__icon-link svg{height:20px;width:20px}.header__icon-link sup{aspect-ratio:1/1;background-color:var(--color-red);border-radius:4px;color:#fff;display:grid;font-size:12px;font-weight:500;height:22px;margin-left:5px;place-content:center}@media only screen and (max-width:1023px){.header__icon-link sup{height:16px;margin-bottom:15px}}@media only screen and (max-width:549px){.header__icon-link sup{margin-bottom:0}}.header__icon-label{color:var(--color-foreground);font-size:12px;font-weight:500;text-transform:uppercase;transition:color .7s var(--easeOutExpo)}@media only screen and (max-width:1023px){.header__icon-label{display:none}}.header__menu-item--active .mega-menu,.header__menu-item:hover .mega-menu{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.header__menu-item--active .header__menu-label,.header__menu-item:hover .header__menu-label{color:var(--color-red);transition:color .7s var(--easeOutExpo)}.header__menu-item--active .header__menu-arrow,.header__menu-item:hover .header__menu-arrow{transform:scaleY(-1);transition:transform .7s var(--easeOutExpo)}.header__menu-item--active .header__menu-arrow path,.header__menu-item:hover .header__menu-arrow path{stroke:var(--color-red);transition:stroke .7s var(--easeOutExpo)}@media only screen and (min-width:1024px){.mega-menu{left:0;opacity:0;padding-top:5px;pointer-events:none;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:100%;z-index:1000}}@media only screen and (max-width:1023px){.mega-menu{height:0;margin-top:20px;overflow:hidden}.mega-menu.active{height:auto;overflow:visible}}.mega-menu__content{padding:50px clamp(0px,6.25vw,120px);width:100%}@media only screen and (max-width:1499px){.mega-menu__content{padding:50px 20px}}@media only screen and (min-width:1024px){.mega-menu__content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f7f6f2;border-radius:10px}}@media only screen and (max-width:1023px){.mega-menu__content{padding:0}}.mega-menu__columns__with-icons{display:grid;gap:clamp(60px,2.604vw,50px) clamp(10px,5.375vw,180px);grid-template-columns:minmax(auto,51.563vw) 10.417vw 1fr}@media only screen and (max-width:1499px){.mega-menu__columns__with-icons{grid-template-columns:minmax(auto,660px) 10.417vw 1fr}}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__with-icons{align-items:start;-moz-column-gap:clamp(28px,3.2vw,52px);column-gap:clamp(28px,3.2vw,52px);grid-template-columns:minmax(0,1fr) max-content max-content minmax(24px,8vw);row-gap:24px}}@media only screen and (min-width:1367px)and (max-width:1919px){.mega-menu__columns__with-icons{grid-template-columns:minmax(0,1fr) max-content minmax(246px,max-content)}}@media only screen and (max-width:1023px){.mega-menu__columns__with-icons{grid-template-columns:repeat(2,minmax(0,1fr))}}.mega-menu__columns__with-images{display:flex;flex:1;flex-wrap:wrap;gap:20px clamp(20px,7.292vw,140px);justify-content:center}@media only screen and (max-width:1023px){.mega-menu__columns__with-images{display:grid;gap:8px 20px;grid-template-columns:repeat(2,minmax(0,1fr))}}.mega-menu__columns__redy_section{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__redy_section{gap:clamp(16px,1.667vw,24px);grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:1367px){.mega-menu__columns__redy_section{display:flex;flex-wrap:nowrap;gap:clamp(16px,1.667vw,32px);justify-content:center}}.mega-menu__columns__redy_section .mega-menu__column--page{margin:0 auto;max-width:260px;width:100%}@media only screen and (min-width:1367px){.mega-menu__columns__redy_section .mega-menu__column--page{flex:1 1 0;min-width:0}}.mega-menu__columns__redy_section .mega-menu__page-link{aspect-ratio:260/354;background-color:#fff;border-radius:28px;display:block;overflow:hidden;padding:0;position:relative;transition:background-color .7s var(--easeOutExpo);width:100%}@media only screen and (max-width:1367px){.mega-menu__columns__redy_section .mega-menu__page-link{aspect-ratio:260/300}}.mega-menu__columns__redy_section .mega-menu__page-thumbnail,.mega-menu__columns__redy_section .mega-menu__page-thumbnail__with-images{background-color:transparent;border-radius:0;clip-path:inset(20px 20px 94px 20px round 15px);height:100%;inset:0;overflow:visible;position:absolute;transition:clip-path .7s var(--easeOutExpo);width:100%;z-index:1}.mega-menu__columns__redy_section .mega-menu__page-thumbnail img,.mega-menu__columns__redy_section .mega-menu__page-thumbnail__with-images img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mega-menu__columns__redy_section .mega-menu__page-info{bottom:20px;gap:0;left:50%;position:absolute;transform:translate(-50%);z-index:3}.mega-menu__columns__redy_section .mega-menu__page-title{align-items:center;border-radius:10px;color:var(--color-red);display:inline-flex;font-size:20px;font-weight:500;line-height:1;padding:20px 30px;transition:background-color .7s var(--easeOutExpo),color .7s var(--easeOutExpo);white-space:nowrap}.mega-menu__columns__redy_section .mega-menu__page-title span{transition:color .7s var(--easeOutExpo)}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__redy_section .mega-menu__column--page{max-width:220px}.mega-menu__columns__redy_section .mega-menu__page-link{border-radius:24px}.mega-menu__columns__redy_section .mega-menu__page-thumbnail,.mega-menu__columns__redy_section .mega-menu__page-thumbnail__with-images{clip-path:inset(16px 16px 80px 16px round 13px)}.mega-menu__columns__redy_section .mega-menu__page-info{bottom:16px}.mega-menu__columns__redy_section .mega-menu__page-title{border-radius:9px;font-size:18px;padding:16px 24px}}@media only screen and (max-width:1023px){.mega-menu__columns__redy_section{align-items:start;gap:20px 8px;grid-template-columns:repeat(2,minmax(0,1fr))}.mega-menu__columns__redy_section .mega-menu__column--page{margin:0;max-width:none;width:100%}.mega-menu__columns__redy_section .mega-menu__page-link{align-items:flex-start;aspect-ratio:auto;background-color:transparent;border-radius:0;display:flex;flex-direction:column;gap:14px;height:auto;overflow:visible;padding:0}.mega-menu__columns__redy_section .mega-menu__page-thumbnail,.mega-menu__columns__redy_section .mega-menu__page-thumbnail__with-images{aspect-ratio:1;background-color:#fff;border-radius:14px;clip-path:none;height:auto;inset:auto;overflow:hidden;position:relative;width:100%;z-index:auto}.mega-menu__columns__redy_section .mega-menu__page-thumbnail img,.mega-menu__columns__redy_section .mega-menu__page-thumbnail__with-images img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.mega-menu__columns__redy_section .mega-menu__page-info{bottom:auto;left:auto;position:static;transform:none;width:100%;z-index:auto}.mega-menu__columns__redy_section .mega-menu__page-title{border-radius:0;color:var(--color-foreground);display:block;font-size:16px;font-weight:500;line-height:normal;padding:0;white-space:normal}}.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-thumbnail img,.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-thumbnail__with-images img{transform:none}@media only screen and (min-width:1024px){.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-thumbnail,.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-thumbnail__with-images{clip-path:inset(0 round 28px)}.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-title{background-color:var(--color-red)}.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-title span{color:#fff}}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-thumbnail,.mega-menu__columns__redy_section .mega-menu__page-link:hover .mega-menu__page-thumbnail__with-images{clip-path:inset(0 round 24px)}}.mega-menu__columns__stores_section{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__stores_section{gap:clamp(16px,1.667vw,24px);grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (min-width:1367px){.mega-menu__columns__stores_section{display:flex;flex-wrap:nowrap;gap:clamp(16px,1.667vw,32px);justify-content:center}}.mega-menu__columns__stores_section .mega-menu__column--page{margin:0 auto;max-width:413px;width:100%}@media only screen and (min-width:1367px){.mega-menu__columns__stores_section .mega-menu__column--page{flex:1 1 0;min-width:0}}.mega-menu__columns__stores_section .mega-menu__page-link{aspect-ratio:413/391;background-color:#fff;border-radius:20px;display:block;overflow:hidden;padding:0;position:relative;transition:background-color .7s var(--easeOutExpo);width:100%}.mega-menu__columns__stores_section .mega-menu__page-thumbnail,.mega-menu__columns__stores_section .mega-menu__page-thumbnail__with-images{background-color:transparent;border-radius:0;clip-path:inset(20px 20px 94px 20px round 15px);height:100%;inset:0;overflow:visible;position:absolute;transition:clip-path .7s var(--easeOutExpo);width:100%;z-index:1}.mega-menu__columns__stores_section .mega-menu__page-thumbnail img,.mega-menu__columns__stores_section .mega-menu__page-thumbnail__with-images img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mega-menu__columns__stores_section .mega-menu__page-info{bottom:20px;gap:0;left:50%;position:absolute;transform:translate(-50%);z-index:3}.mega-menu__columns__stores_section .mega-menu__page-title{align-items:center;border-radius:10px;color:var(--color-red);display:inline-flex;font-size:20px;font-weight:500;line-height:1;padding:20px 30px;transition:background-color .7s var(--easeOutExpo),color .7s var(--easeOutExpo);white-space:nowrap}.mega-menu__columns__stores_section .mega-menu__page-title span{transition:color .7s var(--easeOutExpo)}.mega-menu__columns__stores_section .mega-menu__page-title-prefix{display:inline-block;max-width:0;opacity:0;overflow:hidden;transition:max-width .7s var(--easeOutExpo),opacity .7s var(--easeOutExpo);white-space:pre}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__stores_section .mega-menu__column--page{max-width:380px}.mega-menu__columns__stores_section .mega-menu__page-link{border-radius:18px}.mega-menu__columns__stores_section .mega-menu__page-thumbnail,.mega-menu__columns__stores_section .mega-menu__page-thumbnail__with-images{clip-path:inset(16px 16px 80px 16px round 13px)}.mega-menu__columns__stores_section .mega-menu__page-info{bottom:16px}.mega-menu__columns__stores_section .mega-menu__page-title{border-radius:9px;font-size:18px;padding:16px 24px}}@media only screen and (max-width:1023px){.mega-menu__columns__stores_section{align-items:start;gap:20px 8px}.mega-menu__columns__stores_section .mega-menu__column--page{margin:0;max-width:none;width:100%}.mega-menu__columns__stores_section .mega-menu__page-link{align-items:flex-start;aspect-ratio:auto;background-color:transparent;border-radius:0;display:flex;flex-direction:column;gap:12px;height:auto;overflow:visible;padding:0}.mega-menu__columns__stores_section .mega-menu__page-thumbnail,.mega-menu__columns__stores_section .mega-menu__page-thumbnail__with-images{aspect-ratio:1;background-color:#fff;border-radius:14px;clip-path:none;height:auto;inset:auto;overflow:hidden;position:relative;width:100%;z-index:auto}.mega-menu__columns__stores_section .mega-menu__page-thumbnail img,.mega-menu__columns__stores_section .mega-menu__page-thumbnail__with-images img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.mega-menu__columns__stores_section .mega-menu__page-info{align-items:flex-start;bottom:auto;display:flex;flex-direction:column;gap:2px;left:auto;position:static;transform:none;width:100%;z-index:auto}.mega-menu__columns__stores_section .mega-menu__page-title{border-radius:0;color:var(--color-foreground);display:block;font-size:16px;font-weight:500;line-height:1.2;padding:0;white-space:normal}.mega-menu__columns__stores_section .mega-menu__page-title-prefix{display:none}}.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-thumbnail img,.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-thumbnail__with-images img{transform:none}@media only screen and (min-width:1024px){.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-thumbnail,.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-thumbnail__with-images{clip-path:inset(0 round 20px)}.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-title{background-color:var(--color-red)}.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-title span{color:#fff}.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-title .mega-menu__page-title-prefix{max-width:200px;opacity:1}}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-thumbnail,.mega-menu__columns__stores_section .mega-menu__page-link:hover .mega-menu__page-thumbnail__with-images{clip-path:inset(0 round 18px)}}.mega-menu__column-heading{color:var(--color-foreground);font-size:14px;font-weight:700;margin-bottom:30px;text-transform:uppercase}.mega-menu__links{list-style:none;margin:30px 0 0;padding:0}@media only screen and (max-width:1023px){.mega-menu__links{margin:15px 0 0}.mega-menu__column--list__with-icons{grid-column:1/-1}.mega-menu__column--list__with-icons .mega-menu__column-heading{display:none}}.mega-menu__column--list__with-icons .mega-menu__links{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(13.542vw,1fr))}@media only screen and (min-width:1024px)and (max-width:1366px){.mega-menu__column--list__with-icons .mega-menu__links{gap:16px 24px;grid-template-columns:repeat(auto-fit,minmax(184px,1fr))}}@media only screen and (max-width:1023px){.mega-menu__column--list__with-icons .mega-menu__links{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}}.mega-menu__link-item{margin:0}.mega-menu__link{color:var(--color-foreground);display:block;font-size:18px;padding:6px 0;text-decoration:none;transition:color var(--transition-duration) var(--transition-timing)}.mega-menu .mega-menu__column:last-child .mega-menu__link-item{margin:0}.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a{display:inline-block;font-weight:700;padding-bottom:0;position:relative;transition:color 1s var(--easeOutExpo) 0s}.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:after{transform-origin:100% 50%}.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:after,.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:before{background:var(--color-foreground);bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:hover{color:var(--color-foreground);transition:color .6s var(--easeOutExpo) 0s}.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.mega-menu .mega-menu__column:last-child .mega-menu__link-item:last-child a:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}.mega-menu__column--list__with-icons .mega-menu__links .mega-menu__link{font-size:clamp(16px,1.25vw,24px)}@media only screen and (max-width:1023px){.mega-menu__column--list__with-icons .mega-menu__links .mega-menu__link{font-size:16px}}.mega-menu__link:hover{color:var(--color-red)}.mega-menu__link__with-icon{align-items:center;border-radius:18px;display:flex;gap:clamp(10px,1.563vw,30px);padding:6px;transition:background-color .7s var(--easeOutExpo)}@media only screen and (max-width:1023px){.mega-menu__link__with-icon{gap:15px}}@media only screen and (min-width:1024px){.mega-menu__link__with-icon:hover{background-color:#fff;color:var(--color-foreground);transition:background-color .7s var(--easeOutExpo)}}.mega-menu__link__with-thumbnail{align-items:flex-start;display:flex;flex-direction:column;gap:var(--spacing-sm)}.mega-menu__icon{align-items:center;background:var(--color-pink-light);border-radius:14px;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}@media only screen and (max-width:1023px){.mega-menu__icon{height:60px;width:60px}}.mega-menu__icon img{height:auto;max-height:46px;-o-object-fit:contain;object-fit:contain;width:auto}@media only screen and (max-width:1023px){.mega-menu__icon img{max-height:36px}}.mega-menu__column--page{display:block}.mega-menu__page-link{align-items:center;border-radius:4px;color:inherit;display:flex;gap:var(--spacing-md);padding:var(--spacing-sm);text-decoration:none;transition:background-color var(--transition-duration) var(--transition-timing)}@media only screen and (max-width:1023px){.mega-menu__page-link{align-items:flex-start;flex-direction:column}}@media only screen and (min-width:1024px){.mega-menu__page-link:hover{background-color:#f5f5f5}}.mega-menu__page-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-duration) var(--transition-timing);width:100%}.mega-menu__page-thumbnail__with-icons{background-color:#e0e0e0;border-radius:4px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.mega-menu__page-thumbnail__with-images{border-radius:15px;flex-shrink:0;height:130px;overflow:hidden;width:130px}@media only screen and (max-width:1023px){.mega-menu__page-thumbnail__with-images{border-radius:14px;height:170px;width:170px}}.mega-menu__page-link:hover .mega-menu__page-thumbnail img{transform:scale(1.05)}.mega-menu__page-info{display:flex;flex:1;flex-direction:column;gap:4px}.mega-menu__page-title{color:var(--color-foreground);font-size:clamp(16px,1.667vw,32px);font-weight:500}html.footer-visible .shopify-section-group-header-group{pointer-events:none;transform:translate3d(0,-100%,0)}html.footer-visible body.menu-open .shopify-section-group-header-group{pointer-events:auto;transform:none}html.scrolled .shopify-section-group-header-group{padding:10px 0;transition:all .5s var(--easeOutExpo),transform 1s var(--easeOutExpo)}@media only screen and (max-width:1023px){html.scrolled .shopify-section-group-header-group{padding:10px 7px}}@media only screen and (min-width:550px)and (max-width:1023px){html.scrolled .shopify-section-group-header-group{padding:16px 20px}}@media only screen and (max-width:549px){html.scrolled .shopify-section-group-header-group{padding:10px calc(var(--page-margin) + 5px)}}@media only screen and (min-width:1024px){html.scrolled .shopify-section-group-header-group{padding:10px 20px}}html.scrolled .header:not(.active){backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:#fffc}html.scrolled .header:not(.active) .header__title .logo{transform:scale(0) rotate(180deg);transition:transform 1s var(--easeOutExpo)}html.scrolled .header:not(.active) .header__title .dot{transform:scale(1);transition:transform .7s var(--easeOutBack)}@media only screen and (min-width:1024px){html.scrolled .header:not(.active) .header__title:hover .logo{animation:logo-to-dot 1s var(--easeOutExpo) forwards}html.scrolled .header:not(.active) .header__title:hover .dot{transform:scale(0);transition:transform 1s var(--easeOutExpo)}}@keyframes logo-to-dot{50%,to{transform:scale(1) rotate(0)}}.search-modal{pointer-events:none;visibility:hidden}.search-modal,.search-modal__overlay{left:0;position:fixed;top:0;width:100%;z-index:1000}.search-modal__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001f;height:100%}.search-modal__container{border-radius:16px;height:auto;margin-top:6px;min-height:350px;padding:20px 40px 66px;position:relative;width:100%;z-index:1001}@media only screen and (max-width:1023px){.search-modal__container{border-radius:40px;padding:8px 27px 40px}}.search-modal__close{background:none;border:none;cursor:pointer;padding:10px;position:absolute;right:20px;top:20px}.search-modal__close svg{height:40px;width:40px}@media only screen and (max-width:1023px){.search-modal__close{right:21px;top:10px}.search-modal__close svg{height:22px;width:22px}}.search-modal__content{width:100%}.search-modal__controls{align-items:center;border-bottom:1px solid hsla(48,24%,96%,.6);display:flex;margin-top:114px;padding-bottom:20px}@media only screen and (max-width:1023px){.search-modal__controls{border-bottom-color:#fff9;gap:12px;height:50px;margin-top:140px;padding-bottom:0}.search-modal__controls>svg{flex-shrink:0;height:22px;width:22px}}.search-modal__input{color:#fff;font-size:52px;font-weight:400;padding:20px;width:100%}@media only screen and (max-width:1023px){.search-modal__input{flex:1;font-size:20px;letter-spacing:0;line-height:normal;min-width:0;padding:0;width:auto}}.search-modal__input::-moz-placeholder{color:#fff6;font-weight:400}.search-modal__input::placeholder{color:#fff6;font-weight:400}.search-modal__input::-webkit-search-cancel-button{-webkit-appearance:none}.search-modal__results-wrap{margin-top:30px}.search-modal__results{display:flex;flex-wrap:wrap;gap:30px 12px;margin-top:10px}.search-modal__results .search-result__content{color:#fff;margin-top:20px}.search-modal__see-all{background-color:#fff;border-radius:12px;display:inline-block;margin-top:40px;padding:14px 16px;transition:background-color .7s var(--easeOutExpo)}.search-modal__see-all[hidden]{display:none}.search-modal__see-all span{color:var(--color-foreground)}.search-modal__see-all:hover{background-color:var(--color-pink-light)}.search-modal .search-result__item{flex:0 0 calc(25% - 12px)}@media only screen and (max-width:1023px){.search-modal .search-result__item{flex:0 0 calc(50% - 12px)}}.search-modal .search-result__item img{aspect-ratio:1/1;border-radius:14px;-o-object-fit:cover;object-fit:cover;width:100%}.search-modal .search-result__title{font-size:clamp(18px,1.042vw,20px);font-weight:400;line-height:24px}.search-modal .search-result__price{font-size:20px;font-style:normal;font-weight:400;letter-spacing:0;line-height:24px}.search-modal__result-image{border-radius:4px;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.search-modal__result-content{flex:1}.search-modal__result-title{color:var(--color-foreground);font-size:18px;font-weight:500;margin:0 0 5px}.search-modal__result-price{color:var(--color-red);font-size:16px;font-weight:500;margin:0}.search-modal__empty,.search-modal__error,.search-modal__loading{color:var(--color-foreground);padding:40px 20px;text-align:center}.search-modal__empty p,.search-modal__error p,.search-modal__loading p{font-size:18px;margin:0}.section-heading-text{padding-bottom:200px;padding-top:0}@media only screen and (min-width:1500px){.section-heading-text{padding-bottom:var(--section-padding-bottom,80px)}}@media only screen and (max-width:1499px){.section-heading-text{padding-bottom:clamp(60px,9vw,100px);padding-top:clamp(60px,9vw,100px)}}@media only screen and (max-width:1023px){.section-heading-text{padding-bottom:clamp(40px,12vw,80px);padding-top:clamp(40px,12vw,80px)}}@media only screen and (min-width:1500px){.shopify-section.section-heading-text{padding-bottom:0}}.heading-text__container{align-items:flex-start;display:grid;gap:32px}.section-heading-text--side-by-side .heading-text__container{grid-template-columns:minmax(0,2fr) minmax(260px,440px)}@media only screen and (max-width:1499px){.section-heading-text--side-by-side .heading-text__container{gap:24px;grid-template-columns:minmax(0,1.6fr) minmax(220px,360px)}}@media only screen and (max-width:1200px){.section-heading-text--side-by-side .heading-text__container{gap:20px;grid-template-columns:1fr}}.section-heading-text--stacked .heading-text__container{grid-template-columns:1fr;max-width:1200px}.heading-text__heading{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(28px,4.4vw,85px);font-weight:500;line-height:clamp(32px,4.95vw,95px);margin:0;max-width:46.875vw;text-transform:uppercase}.heading-text__heading br{display:block}@media only screen and (max-width:1023px){.heading-text__heading{font-size:clamp(28px,8vw,40px);line-height:1.1;max-width:none}}.heading-text__body{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(15px,1.04vw,20px);line-height:1.3;margin-top:.1em}.heading-text__body p{margin:0 0 .6em}.heading-text__body p:last-child{margin-bottom:0}@media only screen and (max-width:1023px){.heading-text__body{font-size:15px;line-height:19px}}.section-hero-animated{height:100dvh;overflow:visible}.section-hero-animated .hero-animated{display:flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative;z-index:1}.section-hero-animated .hero-animated__title{color:var(--color-red);margin-block-start:auto!important;margin:auto 0 60px;max-width:clamp(400px,78.854vw,1514px)}.section-hero-animated .hero-animated__item{aspect-ratio:1;border-radius:var(--style-border-radius-inputs);max-width:calc(100% - 32px);overflow:hidden;pointer-events:none;position:absolute;width:clamp(240px,17.708vw,340px)}@media(hover:none){.section-hero-animated .hero-animated__item{width:clamp(168px,12.396vw,238px)}}.section-instagram-feed{display:block}.instafeed-new-layout-wrapper{cursor:grab;display:flex!important;flex-wrap:nowrap;gap:30px!important;transition:none!important;will-change:transform}.instafeed-new-layout-wrapper.is-dragging,.instafeed-new-layout-wrapper:active{cursor:grabbing}.instafeed-new-layout-wrapper.is-dragging .instafeed-new-layout-item,.instafeed-new-layout-wrapper.is-dragging .instafeed-new-layout-item>*{pointer-events:none}.instafeed-new-layout-wrapper .instafeed-new-layout-item{align-items:center;display:flex;flex:0 0 auto;gap:30px;height:320px!important;justify-content:flex-start;pointer-events:none;position:relative;width:480px!important}.instafeed-new-layout-wrapper .instafeed-new-layout-item>*{pointer-events:auto}.instafeed-new-layout-wrapper .instafeed-new-layout-item>img{border-radius:14px!important;flex:0 1 auto;height:320px!important;left:0!important;margin:0!important;position:relative!important;top:0!important;transform:none!important;width:255px!important}.instafeed-new-layout-wrapper .instafeed-new-layout-item .instafeed-hover-layer{border-radius:14px!important;height:320px!important;left:0!important;position:absolute!important;top:0!important;width:255px!important}.instafeed-new-layout-wrapper .instafeed-new-layout-item:hover .instafeed-hover-layer{opacity:0}.instafeed-new-layout-wrapper .instafeed-new-layout-item .instafeed-hover-layer:hover{opacity:1}.instafeed-new-layout-wrapper .instafeed-new-layout-item:after{align-items:center;color:var(--color-foreground);content:"@redy.editions";display:flex;flex:1;justify-content:center;pointer-events:none;text-align:center;text-transform:uppercase;white-space:nowrap}.instafeed-new-layout-wrapper .instafeed-new-layout-item:nth-child(2n):after{content:"Follow us"}@media only screen and (max-width:1024px){.instafeed-new-layout-wrapper .instafeed-new-layout-item{gap:0;width:255px!important}.instafeed-new-layout-wrapper .instafeed-new-layout-item:after,.instafeed-new-layout-wrapper .instafeed-new-layout-item:nth-child(2n):after{content:none!important;display:none}}.section-instagram-feed{padding:60px 0}@media only screen and (max-width:1023px){.section-instagram-feed{padding:40px 0}}.instagram-feed{width:100%}.instagram-feed__header{margin-bottom:40px;padding:0 var(--page-margin)}@media only screen and (max-width:1023px){.instagram-feed__header{margin-bottom:30px}}.instagram-feed__title{color:var(--color-foreground);margin:0}.instagram-feed__content{overflow:hidden;width:100%}.instagram-feed__content #insta-feed,.instagram-feed__content .instafeed-new-layout-container,.instagram-feed__content .shopify-app-block,.instagram-feed__content .shopify-block,.instagram-feed__content [id*=instafeed_app_block],.instagram-feed__content>div{margin-inline:0!important;max-width:none!important;padding-inline:0!important;width:100%!important}.instagram-feed__content #insta-feed{text-align:left!important}.instagram-feed__footer{display:flex;justify-content:center;margin-top:40px;padding:0 var(--page-margin)}@media only screen and (max-width:1023px){.instagram-feed__footer{margin-top:30px}}.instagram-feed__button{align-items:center;border-radius:12px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;letter-spacing:.05em;padding:14px 40px;text-decoration:none;transition:all .2s ease}.instagram-feed__button:hover{box-shadow:0 4px 12px #ff00004d;transform:translateY(-2px)}@media only screen and (max-width:1023px){.instagram-feed__button{font-size:13px;padding:12px 32px}}.section-main-policy{padding-bottom:var(--section-padding-bottom,40px);padding-top:var(--section-padding-top,110px)}@media only screen and (max-width:1499px){.section-main-policy{padding-bottom:clamp(24px,4vw,40px)}}@media only screen and (max-width:1023px){.section-main-policy{padding-bottom:24px;padding-top:80px}}.main-policy__container{width:100%}.main-policy__title{color:var(--color-red);font-family:var(--font-primary--family);margin:0;text-transform:uppercase}.main-policy__sections{display:flex;flex-direction:column;gap:clamp(40px,4.167vw,80px);margin-top:clamp(48px,6.563vw,126px)}.main-policy__row{align-items:start;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:minmax(0,593fr) minmax(0,1207fr)}@media only screen and (max-width:1200px){.main-policy__row{grid-template-columns:1fr;row-gap:16px}}.main-policy__heading{color:var(--color-foreground);display:flex;flex-direction:column;font-family:var(--font-primary--family)}.main-policy__heading-eyebrow{color:var(--color-red);font-size:clamp(20px,1.667vw,32px);font-weight:400;line-height:clamp(26px,2.083vw,40px);margin:0}.main-policy__heading-title{font-size:clamp(22px,1.771vw,34px);font-weight:500;line-height:clamp(26px,2.083vw,40px);margin:0;text-transform:uppercase}.main-policy__body{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(16px,1.042vw,20px);font-weight:400;line-height:clamp(20px,1.25vw,24px)}@media only screen and (max-width:1023px){.main-policy__body{font-size:15px;line-height:20px}}.main-policy__body>:first-child{margin-top:0}.main-policy__body>:last-child{margin-bottom:0}.main-policy__body p{margin:0 0 1.2em}.main-policy__body p:empty{height:1.2em;margin:0}.main-policy__body h2,.main-policy__body h3,.main-policy__body h4,.main-policy__body h5,.main-policy__body h6{font-family:var(--font-primary--family);font-size:1em;font-weight:500;line-height:inherit;margin:2em 0 .8em;text-transform:uppercase}.main-policy__body ol,.main-policy__body ul{list-style-position:outside;margin:0 0 1.2em;padding-left:1.4em}.main-policy__body ol li,.main-policy__body ul li{margin-bottom:1em}.main-policy__body ol li:last-child,.main-policy__body ul li:last-child{margin-bottom:0}.main-policy__body ul{list-style:disc}.main-policy__body ol{list-style:decimal}.main-policy__body b,.main-policy__body strong{font-weight:500}.main-policy__body em{font-style:italic}.main-policy__body a{border-bottom:1px solid;color:var(--color-red);text-decoration:none;transition:opacity .4s var(--easeOutExpo)}.main-policy__body a:hover{opacity:.7}.main-policy__body img{display:block;height:auto;max-width:100%}.main-policy__body .table-wrap,.main-policy__body table{margin:16px 0 24px}.main-policy__body table{background:#fff;border-collapse:separate;border-radius:30px;border-spacing:0;overflow:hidden;table-layout:fixed;width:100%}.main-policy__body table td,.main-policy__body table th{box-sizing:border-box;font-family:var(--font-primary--family);font-size:20px;line-height:24px;padding:28px 40px;text-align:left;vertical-align:middle}.main-policy__body table th{background:var(--color-pink-light);border-left:1px solid var(--color-red);color:var(--color-red);font-size:24px;font-weight:500;text-transform:none}.main-policy__body table th:first-child{border-left:0}.main-policy__body table td{background:#fff;border-left:1px solid rgba(50,50,50,.2);color:var(--color-foreground);font-weight:400}.main-policy__body table td:first-child{border-left:0}@media only screen and (max-width:1200px){.main-policy__body table td,.main-policy__body table th{font-size:16px;line-height:20px;padding:20px 24px}.main-policy__body table th{font-size:18px}}@media only screen and (max-width:1023px){.main-policy__body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:20px}.main-policy__body table tbody,.main-policy__body table thead,.main-policy__body table tr{display:table;min-width:520px;width:100%}.main-policy__body table td,.main-policy__body table th{padding:16px 20px}}.section-marquee{display:block;overflow:hidden;padding-bottom:20px;padding-top:var(--section-padding-top,80px);width:100%}.section-marquee--red{color:var(--color-red)}.section-marquee--white{background:var(--color-red);color:#fff}.section-marquee--foreground{color:var(--color-foreground)}.marquee__track{display:flex;font-family:var(--font-primary--family);font-size:clamp(40px,4.43vw,85px);font-weight:400;line-height:1.2;text-transform:uppercase;white-space:nowrap;width:-moz-max-content;width:max-content}.marquee__item{align-items:center;display:inline-flex;gap:.4em;padding-inline:.4em}.marquee__separator{display:inline-block;font-size:.8em;vertical-align:middle}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee__track{animation-duration:1200s}}.section-marquee .visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.template-article .section-newsletter,.template-blog .section-newsletter{padding-bottom:80px;padding-top:40px}@media only screen and (max-width:1023px){.template-article .section-newsletter,.template-blog .section-newsletter{padding-bottom:48px;padding-top:24px}}.newsletter{margin:0 auto;max-width:1200px;padding:80px 60px;position:relative}@media only screen and (max-width:1023px){.newsletter{padding:40px 20px}}.newsletter__bg{background-color:var(--color-pink-light);border-radius:30px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.newsletter__title{color:var(--color-red);font-size:clamp(28px,2.188vw,42px);line-height:clamp(36px,2.5vw,48px)}.newsletter__title h2,.newsletter__title h3{font-size:inherit;font-weight:inherit;margin:0}.newsletter__form{margin:40px auto 20px;max-width:590px}.newsletter__form-subscribe,.newsletter__input-wrapper{position:relative}.newsletter__input{background-color:#fff;border:1px solid rgba(var(--color-foreground),.3);border-radius:21px;color:var(--color-foreground);font-size:clamp(16px,.938vw,18px);padding:19px 100px 18px 19px;transition:border-color .3s ease;width:100%}@media only screen and (max-width:1023px){.newsletter__input{border-radius:12px}}.newsletter__input:focus{border-color:var(--color-foreground);outline:none}.newsletter__input::-moz-placeholder{color:rgba(var(--color-foreground),.5)}.newsletter__input::placeholder{color:rgba(var(--color-foreground),.5)}@media only screen and (max-width:1023px){.newsletter__input{padding:14px 18px}}.newsletter__button{background-color:var(--color-red);border:none;border-radius:15px;bottom:6px;color:#fff;cursor:pointer;padding:13px 24px;position:absolute;right:6px;top:6px;transition:all .2s ease}.newsletter__button:hover{background-color:#e60000}@media only screen and (max-width:1023px){.newsletter__button{bottom:auto;margin-top:10px;padding:14px 18px;position:relative;right:auto;top:auto;width:100%}}.newsletter__terms{color:#323232;font-size:clamp(12px,.833vw,16px);line-height:clamp(16px,.938vw,18px);margin:0 auto;max-width:470px;text-align:center}.newsletter__terms p{margin:0}.newsletter__terms a{position:relative;transition:color 1s var(--easeOutExpo) 0s}.newsletter__terms a:after{transform-origin:100% 50%}.newsletter__terms a:after,.newsletter__terms a:before{background:#323232;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.newsletter__terms a:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.newsletter__terms a:hover{color:#323232;transition:color .6s var(--easeOutExpo) 0s}.newsletter__terms a:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.newsletter__terms a:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}#newsletter-mce-responses{margin-top:10px}#newsletter-mce-responses .response{border-radius:4px;font-size:13px;padding:10px;text-align:center}#newsletter-mce-responses #newsletter-mce-error-response{background-color:#f443361a;border:1px solid rgba(244,67,54,.3);color:#f44336}#newsletter-mce-responses #newsletter-mce-success-response{background-color:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#4caf50}main:has(.section-page-hero){clip-path:inset(0 round 0 0 30px 30px)}.section-page-hero{align-items:stretch;display:flex;height:100vh;min-height:100vh;overflow:hidden;position:relative;width:100%}.page-hero__overlay{background-color:#000;inset:0;opacity:0;pointer-events:none;position:absolute;z-index:2}.page-hero__media{inset:0;position:absolute;z-index:0}.page-hero__image{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;position:absolute;width:100%}.page-hero__media:after{background:linear-gradient(180deg,rgba(0,0,0,.15),transparent 35%);content:"";inset:0;pointer-events:none;position:absolute}.page-hero__content{align-items:start;display:grid;gap:40px;grid-template-columns:1fr;height:100%;padding:90px var(--page-margin) 60px;position:relative;width:100%;z-index:1}.page-hero__text{display:flex;flex-direction:column;gap:clamp(16px,1.3vw,25px);max-width:1513px}.page-hero__title{color:#fff;font-size:clamp(40px,7.292vw,140px);font-weight:500;line-height:clamp(42px,6.979vw,134px);margin:0;text-transform:uppercase}.page-hero__title p{margin:0}.page-hero__description{color:#fff;font-family:var(--font-primary--family);font-size:clamp(16px,1.46vw,28px);font-weight:400;line-height:1.2;max-width:920px}.page-hero__description p{margin:0 0 .4em}.page-hero__description p:last-child{margin-bottom:0}.page-hero__description em,.page-hero__description strong{font-style:normal;font-weight:inherit}.page-hero__description a{color:inherit;text-decoration:underline;text-underline-offset:4px}@media only screen and (max-width:1499px){.page-hero__description{font-size:clamp(16px,1.8vw,22px);max-width:720px}}@media only screen and (max-width:1200px){.page-hero__description{font-size:18px;line-height:1.25}}@media only screen and (max-width:1023px){.page-hero__description{font-size:15px;line-height:1.3}}.page-hero__description--lg{font-size:clamp(18px,1.98vw,38px);line-height:clamp(24px,2.29vw,44px);max-width:900px}@media only screen and (max-width:1499px){.page-hero__description--lg{font-size:clamp(18px,2.2vw,32px);max-width:900px}}@media only screen and (max-width:1200px){.page-hero__description--lg{font-size:18px;line-height:1.3}}@media only screen and (max-width:1023px){.page-hero__description--lg{font-size:16px;line-height:1.3}}.page-hero__cta{height:clamp(220px,26vw,495px);inset:0;margin:auto;position:absolute;transition:transform .7s var(--easeOutExpo) 0s;width:clamp(220px,26vw,495px)}@media only screen and (max-width:1023px){.page-hero__cta{flex-shrink:0;inset:auto;margin-top:auto;margin-inline:auto;margin-bottom:120px;position:relative}}.page-hero__cta .inner-wrap{background:#fff3;border:1.5px solid hsla(0,0%,100%,.85);border-radius:50%;box-sizing:border-box;color:#fff;gap:clamp(14px,1.6vw,30px);height:100%;justify-content:center;overflow:hidden;padding-block:clamp(40px,5vw,90px);padding-inline:clamp(28px,3.2vw,60px);text-align:center;text-decoration:none;transition:background-color .5s var(--easeOutExpo) 0s,color .5s var(--easeOutExpo) 0s,border-color .5s var(--easeOutExpo) 0s;width:100%}.page-hero__cta .inner-wrap,.page-hero__cta .inner-wrap .inner-anim{align-items:center;display:flex;flex-direction:column}.page-hero__cta .inner-wrap svg{margin-top:40px}@media only screen and (max-width:1023px){.page-hero__cta .inner-wrap svg{margin-top:20px}}@media(hover:hover)and (pointer:fine){.page-hero__cta:hover{transform:scale(1.04);transition:transform .7s var(--easeOutExpo) 0s}.page-hero__cta:hover .inner-wrap{background-color:var(--color-background,#f7f6f2);border-color:var(--color-background,#f7f6f2);color:var(--color-red)}.page-hero__cta:hover .page-hero__cta-arrow{transform:translateY(8px)}}.page-hero__cta-text{align-items:center;display:flex;flex-direction:column;gap:4px}.page-hero__cta-title{font-size:clamp(20px,1.98vw,38px);font-weight:500;line-height:1.05;text-transform:uppercase}.page-hero__cta-subtitle,.page-hero__cta-title{color:inherit;font-family:var(--font-primary--family);white-space:nowrap}.page-hero__cta-subtitle{font-size:clamp(13px,1.04vw,20px);font-weight:400;line-height:1.2}.page-hero__cta-arrow{color:inherit;height:auto;margin-top:4px;transition:transform .7s var(--easeOutExpo) 0s;width:clamp(18px,1.25vw,24px)}@media only screen and (max-width:1200px){.page-hero__cta{height:clamp(220px,38vw,360px);width:clamp(220px,38vw,360px)}}@media only screen and (max-width:1023px){.page-hero__content{display:flex;flex-direction:column;gap:60px;height:100%;padding:80px var(--page-margin) 40px}.page-hero__title{font-size:40px;line-height:42px}}@media only screen and (max-width:1023px)and (min-width:550px)and (max-width:1023px){.page-hero__content{padding-top:160px}.page-hero__title{font-size:clamp(56px,9vw,84px);line-height:1}}@media only screen and (max-width:1023px){.page-hero__cta{height:clamp(220px,76vw,287px);width:clamp(220px,76vw,287px)}.page-hero__cta-title{font-size:22px;line-height:24px}.page-hero__cta-subtitle{font-size:12px;line-height:14px}}.section-page-intro-wrap{background-color:var(--color-background,#f7f6f2);border-radius:30px 30px 0 0;padding-bottom:var(--section-padding-bottom,200px);padding-top:var(--section-padding-top,120px)}@media only screen and (max-width:1499px){.section-page-intro-wrap{padding-bottom:max(60px,var(--section-padding-bottom,200px) * .7);padding-top:clamp(60px,9vw,100px)}}@media only screen and (max-width:1023px){.section-page-intro-wrap{padding-bottom:max(40px,var(--section-padding-bottom,200px) * .45);padding-top:clamp(40px,12vw,80px)}}@media only screen and (max-width:549px){.section-page-intro-wrap{padding-bottom:max(32px,var(--section-padding-bottom,200px) * .35)}}.page-intro__container{display:flex;flex-direction:column;gap:80px;width:100%}@media only screen and (max-width:1499px){.page-intro__container{gap:56px}}@media only screen and (max-width:1023px){.page-intro__container{gap:40px}}.section-page-intro--with-callout .page-intro__container{align-items:start;display:grid;gap:60px;grid-template-columns:minmax(0,1fr) minmax(220px,287px)}@media only screen and (max-width:1200px){.section-page-intro--with-callout .page-intro__container{gap:32px;grid-template-columns:1fr}}.page-intro__main{display:flex;flex-direction:column;gap:50px;min-width:0}@media only screen and (max-width:1499px){.page-intro__main{gap:56px}}@media only screen and (max-width:1023px){.page-intro__main{gap:32px}}.page-intro__callout{background:var(--color-red);border-radius:14px;color:#fff;display:flex;flex-direction:column;gap:14px;min-height:280px;padding:26px 24px 20px;position:relative}@media only screen and (max-width:1200px){.page-intro__callout{min-height:0}}.page-intro__callout-title{font-family:var(--font-primary--family);font-size:24px;font-weight:700;line-height:1.1;margin:0}.page-intro__callout-body{font-family:var(--font-primary--family);font-size:16px;font-weight:400;line-height:18px}.page-intro__callout-body p{margin:0 0 .6em}.page-intro__callout-body p:last-child{margin-bottom:0}.page-intro__callout-icon{color:#fff;height:60px;margin-top:6px;position:relative;width:60px}.page-intro__callout-icon .page-intro__callout-ring{height:100%;inset:0;position:absolute;width:100%}.page-intro__callout-icon .page-intro__callout-bolt{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.page-intro__callout-icon .page-intro__callout-bolt svg{display:block;height:auto;width:18px}@media only screen and (max-width:1200px){.page-intro__callout-icon{height:48px;width:48px}.page-intro__callout-icon .page-intro__callout-bolt svg{width:14px}}.page-intro__button{align-items:center;background:var(--color-red);border:1px solid var(--color-red);border-radius:12px;color:#fff;display:inline-flex;font-family:var(--font-primary--family);font-size:14px;font-weight:500;height:45px;justify-content:center;line-height:1;padding:10px 16px;text-decoration:none;text-transform:uppercase;transition:background-color .4s var(--easeOutExpo),color .4s var(--easeOutExpo)}.page-intro__button:hover{background:var(--color-red-fade,#ff4646)}.page-intro__lead{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(22px,3.23vw,62px);font-weight:500;letter-spacing:0;line-height:clamp(28px,3.33vw,64px);max-width:1460px}@media only screen and (max-width:1200px){.page-intro__lead{font-size:clamp(22px,3.6vw,36px);line-height:1.16}}@media only screen and (max-width:1023px){.page-intro__lead{font-size:22px;line-height:26px}}.page-intro__lead p{margin:0}.page-intro__lead em,.page-intro__lead strong{color:var(--color-red);font-style:normal;font-weight:inherit}.page-intro__columns{display:grid;gap:32px;grid-template-columns:1fr 1fr;justify-content:end;margin-left:auto;max-width:clamp(560px,65%,1208px)}@media only screen and (max-width:1499px){.page-intro__columns{gap:28px;margin-left:0;max-width:100%}}@media only screen and (max-width:1200px){.page-intro__columns{gap:20px;grid-template-columns:1fr}}.page-intro__column{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(15px,1.04vw,20px);font-weight:400;line-height:1.4}@media only screen and (max-width:1023px){.page-intro__column{font-size:15px;line-height:20px}}.page-intro__column p{margin:0 0 .6em}.page-intro__column p:last-child{margin-bottom:0}.page-intro__column a{color:var(--color-red);text-decoration:none;transition:opacity .4s var(--easeOutExpo)}.page-intro__column a:hover{opacity:.7}.section-photo-grid{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,0)}@media only screen and (max-width:1499px){.section-photo-grid{padding-bottom:clamp(48px,7vw,80px)}}@media only screen and (max-width:1023px){.section-photo-grid{padding-bottom:clamp(40px,12vw,60px)}}.photo-grid__container{align-items:center;display:flex;gap:40px clamp(40px,5.729vw,110px);justify-content:space-between}@media only screen and (max-width:1023px){.photo-grid__container{flex-direction:column;padding:0 44px}}.photo-grid__container--two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.7fr) minmax(0,1fr)}.photo-grid__container--two>.photo-grid__item:last-child{grid-column:3}@media only screen and (max-width:1023px){.photo-grid__container--two{display:flex}.photo-grid__container--two>.photo-grid__item:last-child{grid-column:auto}}.photo-grid__item{background:var(--color-pink,#fa9e9e);border-radius:30px;isolation:isolate;margin:0;overflow:hidden;position:relative}.photo-grid__item .image,.photo-grid__item .image>img,.photo-grid__item>img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (max-width:1200px){.photo-grid__item{flex:none;width:100%}}@media only screen and (max-width:1023px){.photo-grid__item{border-radius:20px}}.photo-grid__item--tall{flex:1}.photo-grid__item--short{flex:.7}@media only screen and (max-width:1023px){.photo-grid__item--short{flex:1;width:calc(100% - 80px)}}.photo-grid__caption{background:#00000080;border-radius:8px;bottom:16px;color:#fff;font-size:12px;left:16px;padding:6px 10px;position:absolute}.section-platform-cards{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,40px)}.platform-cards__container{align-items:stretch;display:grid;gap:20px;grid-template-columns:31.25vw 1fr 1fr}@media only screen and (max-width:1200px){.platform-cards__container{gap:24px;grid-template-columns:1fr}}.platform-cards__heading-col{align-items:center;display:flex;padding-block:12px;padding-right:16px}@media only screen and (max-width:1200px){.platform-cards__heading-col{padding-block:0;padding-right:0}}.platform-cards__heading{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(28px,2.92vw,42px);font-weight:500;line-height:clamp(32px,3.33vw,48px);margin:0;text-transform:uppercase}@media only screen and (max-width:1023px){.platform-cards__heading{font-size:28px;line-height:32px}}.platform-cards__grid{display:contents}@media only screen and (max-width:1200px){.platform-cards__grid{display:grid;gap:16px;grid-template-columns:1fr 1fr}}@media only screen and (max-width:549px){.platform-cards__grid{grid-template-columns:1fr}}.platform-card{align-items:center;background:var(--color-pink-light,#fee8e8);border-radius:30px;display:flex;flex-direction:column;gap:14px;height:320px;isolation:isolate;justify-content:center;overflow:hidden;padding:40px 32px;position:relative;text-align:center;text-decoration:none;transition:transform .5s var(--easeOutExpo)}.platform-card:hover .platform-card__icon{transform:scale(1.06)}.platform-card:hover .platform-card__halo--inner:before,.platform-card:hover .platform-card__halo--outer:before{transform:translate(-50%,-50%) scale(1)}@media only screen and (max-width:1023px){.platform-card{border-radius:24px;height:280px;padding:28px 24px}}.platform-card--red{color:var(--color-red)}.platform-card--red .platform-card__halo--outer:before{background:var(--color-pink,#fa9e9e)}.platform-card--red .platform-card__halo--inner:before{background:var(--color-red)}.platform-card--red .platform-card__icon{background:var(--color-pink-light,#fee8e8);border-color:var(--color-red);color:var(--color-red);transition:all .6s var(--easeOutExpo)}.platform-card--red .platform-card__icon path{transition:stroke .6s var(--easeOutExpo)}.platform-card--red:hover .platform-card__icon{background:#fff;border-color:#fff;color:#fff;transition:all .6s var(--easeOutExpo)}.platform-card--red:hover .platform-card__icon path{stroke:var(--color-red);transition:stroke .6s var(--easeOutExpo)}.platform-card--red:hover .platform-card__label{color:#fff;transition:color .6s var(--easeOutExpo)}.platform-card--pink{color:var(--color-red)}.platform-card--pink .platform-card__halo--inner,.platform-card--pink .platform-card__halo--outer{display:none}.platform-card--pink .platform-card__icon{background:transparent;border-color:var(--color-red);color:var(--color-red)}.platform-card--pink:hover .platform-card__icon{background:var(--color-red);color:#fff}.platform-card__halo{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.platform-card__halo:before{aspect-ratio:1/1;border-radius:50%;content:"";display:block;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0)}.platform-card__halo--outer:before{aspect-ratio:1/1;transition:transform 1.2s var(--easeOutExpo);width:90%}.platform-card__halo--inner:before{aspect-ratio:1/1;transition:transform 1.4s var(--easeOutExpo) .2s;width:90%}.platform-card__icon{align-items:center;border:1.5px solid;border-radius:50%;display:flex;height:118px;justify-content:center;position:relative;width:118px;z-index:1}.platform-card__icon svg{display:block;height:38px;width:38px}@media only screen and (max-width:1023px){.platform-card__icon{height:92px;width:92px}.platform-card__icon svg{height:32px;width:32px}}.platform-card__label{color:inherit;font-family:var(--font-primary--family);font-size:clamp(16px,1.04vw,20px);font-weight:400;line-height:1.2;max-width:254px;position:relative;transition:color .6s var(--easeOutExpo);z-index:1}.product-extra-info{padding-bottom:200px;padding-top:0;padding-inline:var(--page-margin)}@media only screen and (max-width:1200px){.product-extra-info{padding-bottom:120px}}@media only screen and (max-width:1023px){.product-extra-info{padding-bottom:80px}}.product-extra-info__inner{color:var(--color-foreground);display:flex;flex-direction:column;gap:clamp(48px,5vw,80px)}.product-extra-info__header{display:flex;flex-direction:column;gap:20px}.product-extra-info__title{font-size:clamp(30px,6.6vw,85px);font-weight:500;line-height:clamp(32px,7.4vw,95px);margin:0;text-transform:uppercase}.product-extra-info__subtitle{font-size:clamp(26px,2.9vw,38px);font-weight:400;line-height:clamp(32px,3.4vw,44px)}.product-extra-info__subtitle p{margin:0}.product-extra-info__rows{display:flex;flex-direction:column;gap:clamp(60px,14vw,200px)}.product-extra-info__row{align-items:flex-start;display:flex;gap:clamp(40px,7.5vw,108px);justify-content:space-between}.product-extra-info__row--right{flex-direction:row-reverse}@media only screen and (max-width:1023px){.product-extra-info__row{flex-direction:column;gap:40px}}.product-extra-info__media{aspect-ratio:900/570;background:#d9d9d9;border-radius:14px;flex:0 0 50%;overflow:hidden}.product-extra-info__media .image,.product-extra-info__media img,.product-extra-info__media svg{display:block;height:100%;width:100%}.product-extra-info__media img{-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1023px){.product-extra-info__media{flex:none;max-width:none;width:100%}}.product-extra-info__text{display:flex;flex:1 1 0;flex-direction:column;gap:clamp(20px,2vw,28px);min-width:0;padding-top:40px}@media only screen and (max-width:1023px){.product-extra-info__text{flex:none;gap:20px;padding-top:0;width:100%}}.product-extra-info__feature-title{font-size:clamp(30px,2.36vw,34px);font-weight:500;line-height:clamp(32px,2.78vw,40px);margin:0;text-transform:uppercase}.product-extra-info__body{font-size:clamp(16px,1.4vw,20px);line-height:1.25}.product-extra-info__body p{margin:0 0 .5em}.product-extra-info__body p:last-child{margin-bottom:0}.product-extra-info__pills{display:flex;flex-wrap:wrap;gap:12px}@media only screen and (max-width:1023px){.product-extra-info__pills{flex-direction:column;gap:10px}}.product-extra-info__pill{align-items:center;background:#fff;border-radius:12px;color:var(--color-red);display:inline-flex;font-size:clamp(16px,1.4vw,20px);line-height:1.2;padding:12px 20px;white-space:nowrap}@media only screen and (max-width:1023px){.product-extra-info__pill{white-space:normal;width:100%}}.product-extra-info__pill--has-icon{gap:20px;padding:10px 20px 10px 10px}.product-extra-info__pill-icon{background:var(--color-pink-light);border-radius:10px;display:grid;flex:0 0 auto;height:44px;overflow:hidden;padding:10px;place-items:center;width:44px}.product-extra-info__pill-icon img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-extra-info__pill-label{min-width:0}.product-extra-info__pill-label p{margin:0}.product-extra-info__pill--note{color:var(--color-foreground);display:block;padding:20px;white-space:normal;width:100%}.product-extra-info__pill--note p{margin:0}.product-extra-info__pill--note.product-extra-info__pill--has-icon{align-items:center;display:flex;gap:20px;padding:10px 20px 10px 10px}@media only screen and (min-width:1024px)and (max-width:1499px){.product-extra-info__row{gap:40px}.product-extra-info__text{gap:18px;padding-top:24px}.product-extra-info__feature-title{font-size:26px;line-height:30px}.product-extra-info__body{font-size:16px;line-height:1.3}.product-extra-info__pills{gap:10px}.product-extra-info__pill{font-size:15px;padding:10px 16px}.product-extra-info__pill--has-icon{gap:12px;padding:8px 16px 8px 8px}.product-extra-info__pill-icon{height:38px;padding:7px;width:38px}}@media only screen and (min-width:1024px)and (max-width:1200px){.product-extra-info__row{gap:32px}.product-extra-info__text{gap:14px;padding-top:16px}.product-extra-info__feature-title{font-size:22px;line-height:26px}.product-extra-info__body{font-size:15px;line-height:1.3}.product-extra-info__pills{gap:8px}.product-extra-info__pill{font-size:14px;padding:8px 14px}.product-extra-info__pill--has-icon{gap:10px;padding:7px 14px 7px 7px}.product-extra-info__pill-icon{height:34px;padding:6px;width:34px}}.section-product-related{display:block;padding:0 0 60px}@media only screen and (max-width:1023px){.section-product-related{padding:0 0 40px}}.product-related{padding-left:var(--page-margin)}.product-related__header{margin-bottom:40px}.product-related__wrapper{position:relative}.product-related--static .product-related__arrow{display:none}.product-related__item{flex:0 0 23%}@media only screen and (max-width:1023px){.product-related__item{flex:0 0 65%}}.product-related__arrow{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:-20px;padding:20px 0;position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media only screen and (max-width:1023px){.product-related__arrow{visibility:hidden}}.product-related__arrow--prev{left:calc(var(--page-margin)/2*-1)}.product-related__arrow--next{right:calc(var(--page-margin)/2)}.product-related__arrow path{opacity:.2;transition:opacity .7s var(--easeOutExpo) 0s}.product-related__arrow:hover path{opacity:1;transition:opacity .7s var(--easeOutExpo) 0s}.product-related__track{display:flex;gap:20px}.section-related-articles{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,80px)}@media only screen and (max-width:1200px){.section-related-articles{padding-bottom:0;padding-top:0}}.related-articles__container{display:flex;flex-direction:column;gap:40px}.related-articles__heading{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(24px,1.77vw,34px);font-weight:500;line-height:clamp(28px,2.08vw,40px);margin:0;text-transform:uppercase}.related-articles__grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}@media only screen and (min-width:1024px)and (max-width:1200px){.related-articles__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related-articles__grid .related-articles__card:nth-child(n+4){display:none}}@media only screen and (max-width:1023px){.related-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:549px){.related-articles__grid{grid-template-columns:1fr}}.related-articles__card,.related-articles__link{display:flex;flex-direction:column}.related-articles__link{color:inherit;gap:14px;text-decoration:none}.related-articles__link:hover .related-articles__title{color:var(--color-red)}.related-articles__media{aspect-ratio:1/1;background:#e7e7e7;border-radius:14px;overflow:hidden;position:relative}.related-articles__media .image,.related-articles__media .image>img{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.related-articles__body{color:var(--color-foreground);display:flex;flex-direction:column;gap:6px}.related-articles__category{color:var(--color-red);font-family:var(--font-primary--family);font-size:14px;margin:0;text-transform:uppercase}.related-articles__title{font-family:var(--font-primary--family);font-size:20px;font-weight:400;line-height:24px;margin:0;transition:color .3s var(--easeOutExpo)}.related-articles__excerpt{display:none}.search{padding-top:110px}.search__empty{padding:80px 0 240px}@media only screen and (max-width:1023px){.search__empty{padding:40px 0 100px}}.section-share-your-work-form-wrap{background:var(--color-background,#f7f6f2);padding-bottom:var(--section-padding-bottom,120px);padding-top:var(--section-padding-top,80px)}@media only screen and (max-width:1023px){.section-share-your-work-form-wrap{padding-bottom:100px}}.syw-form__container{display:flex;flex-direction:column;gap:80px;width:100%}@media only screen and (max-width:1023px){.syw-form__container{gap:40px}}.syw-form__title{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(30px,4.43vw,85px);font-weight:500;line-height:clamp(32px,4.95vw,95px);margin:0;text-transform:uppercase}.syw-form__title br{display:block}@media only screen and (max-width:1023px){.syw-form__title{font-size:30px;line-height:32px}}.syw-form__form{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:1023px){.syw-form__form{gap:40px}}.syw-form__notice{border-radius:14px;font-size:14px;line-height:1.4;padding:20px 24px}.syw-form__notice--success{background:#00800014;border:1px solid rgba(0,128,0,.3);color:#0a6f0a}.syw-form__notice--error{background:#f4433614;border:1px solid rgba(244,67,54,.3);color:#c83025}.syw-form__notice--error ul{margin:8px 0 0;padding-left:20px}.syw-form__notice--error li{margin:4px 0}.syw-form__notice-heading{font-size:14px;font-weight:700;margin:0;text-transform:uppercase}.syw-form__group{align-items:start;display:grid;gap:20px;grid-template-columns:31.25vw 1fr}@media only screen and (max-width:1023px){.syw-form__group{gap:20px;grid-template-columns:1fr}}.syw-form__group-label{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(22px,1.77vw,34px);font-weight:500;line-height:1.18;margin:0;padding-top:12px;text-transform:uppercase}@media only screen and (max-width:1023px){.syw-form__group-label{font-size:22px;line-height:24px;padding-top:0}}.syw-form__card{background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:20px;padding:clamp(20px,2.08vw,40px)}@media only screen and (max-width:1023px){.syw-form__card{gap:14px;padding:30px 20px}}.syw-form__card--stack{gap:16px}@media only screen and (max-width:1023px){.syw-form__card--stack{gap:14px}}.syw-form__row{display:grid;gap:20px 7px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1023px){.syw-form__row{gap:14px;grid-template-columns:1fr}}.syw-form__field{display:flex;flex-direction:column;gap:10px;min-width:0}.syw-form__field--full{grid-column:1/-1;width:100%}.syw-form__label{align-items:center;color:var(--color-foreground);display:inline-flex;font-size:14px;font-weight:700;gap:6px;line-height:18px;padding-inline:20px 10px}.syw-form__required{color:var(--color-red);font-weight:400}.syw-form__input-wrap{align-items:center;background:#fff;border:1px solid rgba(50,50,50,.2);border-radius:14px;display:flex;padding-inline:20px;transition:border-color .3s var(--easeOutExpo)}.syw-form__input,.syw-form__textarea{background:transparent;border:0;color:var(--color-foreground);flex:1;font-family:var(--font-primary--family);font-size:14px;line-height:18px;outline:none;width:100%}.syw-form__input::-moz-placeholder,.syw-form__textarea::-moz-placeholder{color:#32323266}.syw-form__input::placeholder,.syw-form__textarea::placeholder{color:#32323266}.syw-form__input{height:50px}.syw-form__textarea{min-height:80px;padding:16px 0;resize:vertical}.syw-form__textarea--small{border:1px solid rgba(50,50,50,.2);border-radius:14px;min-height:56px;padding:14px 20px}.syw-form__textarea--small:focus{border-color:var(--color-foreground)}.syw-form__error,[aria-invalid=true]+.syw-form__error{color:var(--color-red);font-size:13px;line-height:1.3;margin:0;padding-inline:20px}.syw-form__error[hidden],[aria-invalid=true]+.syw-form__error[hidden]{display:none}.syw-form__input-wrap:focus-within{border-color:var(--color-foreground)}[aria-invalid=true]+.syw-form__error,[aria-invalid=true]~.syw-form__error{display:block}.syw-form__field:has([aria-invalid=true]) .syw-form__input-wrap,.syw-form__field:has([aria-invalid=true]) .syw-form__textarea--small{border-color:var(--color-red)}.syw-form__radio{align-items:center;border:1px solid rgba(50,50,50,.2);border-radius:14px;cursor:pointer;display:flex;gap:16px;min-height:50px;padding:14px 20px;position:relative;transition:border-color .3s var(--easeOutExpo)}.syw-form__radio input[type=radio]{opacity:0;pointer-events:none;position:absolute}.syw-form__radio:has(input:checked){border-color:var(--color-foreground)}.syw-form__radio:hover{border-color:#32323280}.syw-form__radio-text{color:var(--color-foreground);flex:1;font-size:14px;line-height:18px}.syw-form__radio-control{border:1px solid rgba(50,50,50,.2);border-radius:6px;flex-shrink:0;height:24px;position:relative;transition:border-color .3s var(--easeOutExpo);width:24px}.syw-form__radio-control:after{background:var(--color-foreground);border-radius:3px;content:"";inset:7px;position:absolute;transform:scale(0);transition:transform .3s var(--easeOutExpo)}.syw-form__radio:has(input:checked) .syw-form__radio-control{border-color:var(--color-foreground)}.syw-form__radio:has(input:checked) .syw-form__radio-control:after{transform:scale(1)}.syw-form__footer{display:grid;gap:20px;grid-template-columns:31.25vw 1fr;padding-top:14px}@media only screen and (max-width:1023px){.syw-form__footer{gap:20px;grid-template-columns:1fr;padding-top:0}}.syw-form__footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:24px;grid-column:2;justify-content:space-between;padding-left:40px}@media only screen and (max-width:1023px){.syw-form__footer-inner{align-items:stretch;flex-direction:column;gap:20px;grid-column:1;padding-left:0}}.syw-form__footer-error{grid-column:2;padding-left:40px}@media only screen and (max-width:1023px){.syw-form__footer-error{grid-column:1;padding-left:0}}.syw-form__notices{display:flex;flex-direction:column;gap:16px;grid-column:2;padding-left:40px}.syw-form__notices:empty{display:none}@media only screen and (max-width:1023px){.syw-form__notices{grid-column:1;padding-left:0}}.syw-form__consent{align-items:center;color:var(--color-foreground);cursor:pointer;display:inline-flex;flex:1;font-size:14px;gap:10px;line-height:18px;min-width:0}.syw-form__consent input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}@media only screen and (max-width:1023px){.syw-form__consent{align-items:flex-start;gap:14px;line-height:20px;width:100%}}.syw-form__consent-control{background:transparent;border:1.5px solid rgba(50,50,50,.4);border-radius:50%;flex-shrink:0;height:20px;position:relative;transition:background-color .3s var(--easeOutExpo),border-color .3s var(--easeOutExpo);width:20px}.syw-form__consent-control:after{background:#fff;border-radius:50%;content:"";inset:4px;position:absolute;transform:scale(0);transition:transform .3s var(--easeOutExpo)}.syw-form__consent:has(input:checked) .syw-form__consent-control{background-color:var(--color-red);border-color:var(--color-red)}.syw-form__consent:has(input:checked) .syw-form__consent-control:after{transform:scale(.55)}.syw-form__consent-text{flex:1;text-align:left}.syw-form__submit{align-items:center;background:var(--color-red);border:1px solid var(--color-red);border-radius:12px;color:#fff;display:inline-flex;height:45px;justify-content:center;padding:10px 24px}.syw-form__submit .position-relative{display:inline-block;overflow:hidden}.syw-form__submit{cursor:pointer;flex-shrink:0;font-family:var(--font-primary--family);font-size:14px;font-weight:500;text-transform:uppercase;transition:background-color .4s var(--easeOutExpo)}.syw-form__submit:hover:not(:disabled){background:var(--color-red-fade)}.syw-form__submit:disabled,.syw-form__submit[aria-busy=true]{cursor:not-allowed;opacity:.7}@media only screen and (max-width:1023px){.syw-form__submit{width:100%}}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.section-shop-by-category{display:block;padding:100px 0}@media only screen and (max-width:1023px){.section-shop-by-category{padding:40px 0}}.shop-by-category{padding:0 var(--page-margin)}.shop-by-category__header{margin-bottom:40px}@media only screen and (max-width:1023px){.shop-by-category__header{margin-bottom:30px}}.shop-by-category__section-title{color:var(--color-foreground);margin:0}.shop-by-category__grid{display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1200px){.shop-by-category__grid{gap:25px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:549px){.shop-by-category__grid{gap:20px;grid-template-columns:1fr}}.shop-by-category__item{display:flex;flex-direction:column;position:relative}.shop-by-category__image{border-radius:14px 14px 0 0;flex:1 0 auto;height:260px;overflow:hidden;position:relative;width:100%}.shop-by-category__image:before{background:linear-gradient(180deg,transparent 25%,#000);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.shop-by-category__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.shop-by-category__image-overlay{bottom:0;left:0;padding:14px 24px;pointer-events:none;position:absolute;right:0}.shop-by-category__collections{border-radius:0 0 14px 14px;display:flex;flex-direction:column;height:100%;padding:40px 10px}.shop-by-category__collections__link{border-bottom:1px solid rgba(50,50,50,.2);padding:18px 10px;position:relative;transition:color .7s var(--easeOutExpo) 0s}.shop-by-category__collections__link .title{font-size:20px;position:relative;z-index:1}.shop-by-category__collections__link .icon{z-index:1}.shop-by-category__collections__link .icon path{stroke:#000;transition:stroke .7s var(--easeOutExpo) 0s}.shop-by-category__collections__link:before{background:var(--color-red);border-radius:10px;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .7s var(--easeOutExpo) 0s;width:100%;z-index:0}.shop-by-category__collections__link:hover{border-color:#fff;color:#fff;transition:color .7s var(--easeOutExpo) 0s}.shop-by-category__collections__link:hover .icon path{stroke:#fff;transition:stroke .7s var(--easeOutExpo) 0s}.shop-by-category__collections__link:hover:before{opacity:1;transition:opacity .7s var(--easeOutExpo) 0s}.section-small-strip-banner{display:block}.small-strip-banner{background-color:#fee8e8;padding:34px 0}.small-strip-banner__track{align-items:center;display:flex;gap:40px;will-change:transform}.small-strip-banner__item{align-items:center;display:flex;flex-shrink:0;gap:clamp(24px,2.083vw,40px);white-space:nowrap}.small-strip-banner__item:last-of-type .small-strip-banner__separator{margin-right:clamp(24px,2.083vw,40px)}.small-strip-banner__text{color:var(--color-red);font-size:clamp(28px,2.708vw,52px);font-weight:400}.small-strip-banner__text--secondary{font-weight:700}.small-strip-banner__separator{align-items:center;display:flex;flex-shrink:0}.small-strip-banner__separator svg{display:block;height:52px;width:52px}.section-stockists-callout{padding-bottom:var(--section-padding-bottom,120px);padding-top:var(--section-padding-top,80px)}@media only screen and (min-width:1024)and (max-width:1200){.section-stockists-callout{padding-bottom:32px;padding-top:40px}}@media only screen and (max-width:1023px){.section-stockists-callout{padding-bottom:40px;padding-top:24px}}.stockists-callout__container{width:100%}.stockists-callout__body{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(26px,3.229vw,62px);font-weight:500;letter-spacing:0;line-height:clamp(32px,3.333vw,64px)}@media only screen and (max-width:1200px){.stockists-callout__body{font-size:clamp(24px,3.6vw,36px);line-height:1.25}}@media only screen and (max-width:1023px){.stockists-callout__body{font-size:22px;line-height:1.3}}.stockists-callout__body p{margin:0 0 .5em}.stockists-callout__body p:last-child{margin-bottom:0}.stockists-callout__body em,.stockists-callout__body strong{color:var(--color-red);font-style:normal;font-weight:inherit}.stockists-callout__body a{border-bottom:2px solid;color:inherit;text-decoration:none;transition:opacity .4s var(--easeOutExpo)}.stockists-callout__body a:hover{opacity:.7}.section-stockists-collage{margin-bottom:var(--section-padding-bottom,120px);margin-top:var(--section-padding-top,120px);overflow:hidden;position:relative}@media only screen and (max-width:1499px){.section-stockists-collage{margin-bottom:clamp(40px,5vw,64px);margin-top:clamp(48px,6vw,80px)}}@media only screen and (max-width:1023px){.section-stockists-collage{margin-bottom:24px;margin-top:32px}}.section-stockists-collage em{color:var(--color-foreground);color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(40px,5.2vw,100px);font-style:normal;font-weight:500;letter-spacing:0;line-height:1.2;margin:0}@media only screen and (max-width:1023px){.section-stockists-collage em{font-size:clamp(28px,8vw,40px);line-height:1.15}}.stockists-collage__container{align-items:center;display:flex;flex-direction:column;gap:clamp(40px,4.5vw,80px);position:relative;width:100%}@media only screen and (max-width:1200px){.stockists-collage__container{gap:24px}}@media only screen and (max-width:1023px){.stockists-collage__container{gap:16px}}@media only screen and (min-width:1024px){.stockists-collage__container:after,.stockists-collage__container:before{content:"";height:clamp(120px,14vw,240px);left:0;pointer-events:none;position:absolute;right:0;z-index:6}.stockists-collage__container:before{background:linear-gradient(to bottom,var(--color-background,#fff) 0,transparent 100%);top:0}.stockists-collage__container:after{background:linear-gradient(to top,var(--color-background,#fff) 0,transparent 100%);bottom:0}}@media only screen and (min-width:1201px){.stockists-collage__container{min-height:clamp(800px,76vw,1460px)}}.stockists-collage__center{display:flex;flex-direction:column;gap:clamp(20px,2vw,40px);max-width:min(900px,100%);position:relative;text-align:center;z-index:2}@media only screen and (min-width:1201px){.stockists-collage__center{margin-top:clamp(280px,28vw,540px)}}@media only screen and (max-width:1023px){.stockists-collage__center{gap:12px;padding-inline:0}}.stockists-collage__heading{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(40px,5.2vw,100px);font-weight:500;letter-spacing:0;line-height:1.1;margin:0}@media only screen and (max-width:1023px){.stockists-collage__heading{font-size:clamp(28px,8vw,40px);line-height:1.15}}.stockists-collage__heading strong{color:var(--color-red);font-weight:inherit}.stockists-collage__body{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(16px,1.04vw,20px);font-weight:400;line-height:1.3}.stockists-collage__body p{margin:0}.stockists-collage__photos{position:relative;width:100%}@media only screen and (min-width:1201px){.stockists-collage__photos{inset:0;pointer-events:none;position:absolute}}@media only screen and (max-width:1200px){.stockists-collage__photos{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);padding-inline:0}}@media only screen and (max-width:549px){.stockists-collage__photos{gap:8px;grid-template-columns:repeat(2,1fr)}}.stockists-collage__photo{background:var(--color-pink,#fa9e9e);border-radius:30px;isolation:isolate;margin:0;overflow:hidden;position:absolute}.stockists-collage__photo .image,.stockists-collage__photo .image>img,.stockists-collage__photo>img{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}@media only screen and (max-width:1200px){.stockists-collage__photo{aspect-ratio:4/5!important;border-radius:18px;height:auto!important;inset:auto!important;position:relative;width:100%!important}}@media only screen and (max-width:549px){.stockists-collage__photo{border-radius:14px}.stockists-collage__photo:last-child{aspect-ratio:3/2!important;grid-column:1/-1}}@media only screen and (min-width:1201px){.stockists-collage__photo--idle{display:none}.stockists-collage__photo--top-left{aspect-ratio:350/460;left:0;top:clamp(24px,4vw,80px);width:clamp(240px,18.2vw,350px);z-index:3}.stockists-collage__photo--top-right{aspect-ratio:430/530;right:clamp(24px,6vw,110px);top:clamp(-8px,1vw,24px);width:clamp(260px,20.8vw,400px);z-index:2}.stockists-collage__photo--mid-left{aspect-ratio:350/460;left:clamp(60px,14vw,270px);top:clamp(360px,36vw,720px);width:clamp(240px,18.2vw,350px);z-index:1}.stockists-collage__photo--bottom-left{aspect-ratio:350/460;bottom:clamp(0px,2vw,60px);left:clamp(20px,7vw,130px);width:clamp(240px,18.2vw,350px);z-index:4}.stockists-collage__photo--bottom-right{aspect-ratio:350/460;bottom:clamp(16px,3vw,72px);right:0;width:clamp(240px,18.2vw,350px);z-index:5}}@media only screen and (min-width:1024px)and (max-width:1200px){.section-stockists-collage .stockists-collage__photo{border-radius:22px}}.section-stockists-hero{display:flex;flex-direction:column;min-height:100vh;padding-bottom:var(--section-padding-bottom,40px);padding-top:var(--section-padding-top,80px);position:relative}@media only screen and (max-width:1023px){.section-stockists-hero{padding-top:80px}}.stockists-hero__container{display:flex;flex:1;flex-direction:column;max-height:calc(100vh - var(--section-padding-top, 40px) - var(--section-padding-bottom, 40px));position:relative;width:100%}.stockists-hero__title{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(48px,7.292vw,140px);font-weight:500;letter-spacing:0;line-height:clamp(50px,6.979vw,134px);margin:0;position:relative;text-transform:uppercase;z-index:2}.stockists-hero__title br{display:block}.stockists-hero__media{background:var(--color-pink,#fa9e9e);border-radius:30px;height:clamp(420px,41vw,790px);isolation:isolate;margin-left:auto;margin-top:clamp(-160px,-7vw,-60px);overflow:hidden;position:relative;width:80%;z-index:1}.stockists-hero__media:after{background:linear-gradient(180deg,#f000 24%,red 129%);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}@media only screen and (max-width:1499px){.stockists-hero__media{height:clamp(380px,45vw,640px);margin-top:clamp(-140px,-7vw,-60px);width:85%}}@media only screen and (max-width:1200px){.stockists-hero__media{border-radius:24px;height:55vh;margin-top:clamp(24px,4vw,48px);max-height:620px;min-height:360px;width:100%}}@media only screen and (max-width:1023px){.stockists-hero__media{border-radius:18px;height:50vh;min-height:300px}}.stockists-hero__image{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.stockists-hero__scroll{bottom:0;height:clamp(80px,7.5vw,108px);left:0;pointer-events:none;position:absolute;width:clamp(80px,7.5vw,108px);z-index:2}.stockists-hero__scroll .scroll-indicator{height:100%;inset:auto;position:relative;width:100%}.stockists-hero__scroll svg{display:block;height:100%;width:100%}@media only screen and (max-width:1200px){.stockists-hero__scroll{bottom:-48px;height:84px;width:84px}}@media only screen and (max-width:1023px){.stockists-hero__scroll{bottom:-36px;height:64px;width:64px}}.section-stockists-list{padding-bottom:var(--section-padding-bottom,120px);padding-top:var(--section-padding-top,80px)}@media only screen and (max-width:1200px){.section-stockists-list{padding-bottom:64px;padding-top:24px}}@media only screen and (max-width:1023px){.section-stockists-list{padding-bottom:48px;padding-top:16px}}.stockists-list__container{align-items:start;display:grid;gap:clamp(40px,9vw,156px);grid-template-columns:minmax(220px,1fr) minmax(0,2fr);width:100%}@media only screen and (max-width:1200px){.stockists-list__container{gap:20px;grid-template-columns:1fr}}@media only screen and (max-width:1023px){.stockists-list__container{gap:16px}}.stockists-list__heading{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(24px,2.36vw,34px);font-weight:500;letter-spacing:0;line-height:clamp(28px,2.78vw,40px);margin:0;text-transform:uppercase}.stockists-list__entries{--stockists-col-gap:clamp(20px,2vw,32px);--stockists-row-count:3;align-items:flex-start;-moz-column-gap:var(--stockists-col-gap);column-gap:var(--stockists-col-gap);display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:40px}.stockists-list__entries--single{flex-direction:column;flex-wrap:nowrap}@media only screen and (max-width:1200px){.stockists-list__entries{--stockists-row-count:2;-moz-column-gap:24px;column-gap:24px;row-gap:28px}}@media only screen and (max-width:549px){.stockists-list__entries{flex-direction:column;flex-wrap:nowrap;gap:20px}}.stockists-list__entry{border-radius:14px;color:inherit;display:flex;flex:0 1 auto;flex-direction:column;gap:20px;max-width:min(100%,(100% - (var(--stockists-row-count) - 1) * var(--stockists-col-gap))/var(--stockists-row-count));min-width:0;padding:20px;position:relative;text-decoration:none;transition:background-color .35s var(--easeOutExpo),transform .35s var(--easeOutExpo);width:-moz-max-content;width:max-content}@media only screen and (max-width:1200px){.stockists-list__entry{gap:12px;padding:12px 8px}}@media only screen and (max-width:549px){.stockists-list__entry{max-width:100%;padding:0;width:100%}}.stockists-list__entry:hover{background-color:#fff}.stockists-list__entries--single .stockists-list__entry{max-width:100%;width:100%}.stockists-list__entry-content{display:flex;flex-direction:column;gap:4px;min-width:0}.stockists-list__location{font-weight:700;line-height:1.2;margin:0}.stockists-list__location,.stockists-list__stores{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(18px,1.04vw,20px);overflow-wrap:break-word}.stockists-list__stores{font-weight:400;line-height:1.8}.stockists-list__stores p{margin:0}.stockists-list__stores br{display:block}.stockists-list__stores a{color:inherit;line-height:1.8;position:relative;text-decoration:none}.stockists-list__stores a:after{background-color:currentColor;bottom:-1px;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:0 50%;transition:transform .35s var(--easeOutExpo);width:100%}.stockists-list__stores a:hover:after{transform:scaleX(1)}.section-store-contact{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,80px)}@media only screen and (max-width:1200px){.section-store-contact{padding-bottom:clamp(40px,8vw,60px);padding-top:clamp(40px,8vw,60px)}}.store-contact__card{align-items:center;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) auto;padding:30px 30px 30px 80px;position:relative}@media only screen and (max-width:1499px){.store-contact__card{gap:32px;padding:40px 30px 40px 60px}}@media only screen and (max-width:1200px){.store-contact__card{gap:40px;padding:40px 32px}}@media only screen and (max-width:549px){.store-contact__card{grid-template-columns:1fr;padding:40px 30px 30px}}.store-contact__card-bg{background:var(--color-pink-light,#fee8e8);border-radius:120px;inset:0;position:absolute;will-change:transform;z-index:0}@media only screen and (max-width:1499px){.store-contact__card-bg{border-radius:60px}}@media only screen and (max-width:1200px){.store-contact__card-bg{border-radius:30px}}.store-contact__text{color:var(--color-red);display:flex;flex-direction:column;gap:60px;max-width:716px;position:relative;z-index:1}@media only screen and (max-width:1499px){.store-contact__text{gap:40px}}@media only screen and (max-width:1023px){.store-contact__text{gap:24px}}.store-contact__heading{font-family:var(--font-primary--family);font-size:clamp(22px,1.77vw,34px);font-weight:500;line-height:clamp(28px,2.08vw,40px);margin:0;text-transform:uppercase}@media only screen and (max-width:1023px){.store-contact__heading{font-size:22px;line-height:26px}}.store-contact__body{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(20px,2.6vw,38px);font-weight:400;line-height:clamp(26px,3vw,44px)}.store-contact__body p{margin:0}.store-contact__body br{display:block}@media only screen and (max-width:1200px){.store-contact__body{font-size:clamp(20px,3.4vw,28px);line-height:1.25}}@media only screen and (max-width:1023px){.store-contact__body{font-size:20px;line-height:26px}}.store-contact__cta{margin-top:8px}.store-contact__cta a{border-radius:12px}.store-contact__photo{aspect-ratio:1/1;border-radius:clamp(60px,7.5vw,108px);justify-self:end;overflow:hidden;position:relative;width:clamp(220px,28vw,404px);z-index:1}@media only screen and (max-width:549px){.store-contact__photo{border-radius:clamp(72px,22vw,108px);justify-self:center;max-width:none;width:100%}}.store-contact__photo .image,.store-contact__photo img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.section-store-hero{height:calc(100dvh + clamp(170px,13.333vw,255px) + var(--section-padding-top, 100px));overflow:visible;padding-bottom:0;padding-top:var(--section-padding-top,100px);position:relative}@media only screen and (max-width:1023px){.section-store-hero{height:auto;padding-top:80px}}.store-hero__container{align-items:stretch;gap:24px;min-height:clamp(420px,72vh,1043px);width:100%}@media only screen and (max-width:1023px){.store-hero__container{min-height:auto}}.store-hero__text{display:flex;flex-direction:column;gap:26px;width:clamp(100px,78.854vw,1514px)}@media only screen and (max-width:1023px){.store-hero__text{width:auto}}.store-hero__title{color:var(--color-red);font-family:var(--font-primary--family);font-size:clamp(48px,7.292vw,140px);font-weight:500;line-height:clamp(50px,6.979vw,134px);margin:0;text-transform:uppercase}.store-hero__title br{display:block}.store-hero__subtitle{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(20px,1.98vw,38px);line-height:clamp(28px,2.29vw,44px);width:46.875vw}@media only screen and (max-width:1023px){.store-hero__subtitle{width:auto}}.store-hero__subtitle p{margin:0}.store-hero__media{aspect-ratio:var(--store-hero-ratio,.8);background:var(--color-pink,#fa9e9e);border-radius:30px;height:auto;isolation:isolate;overflow:hidden;position:absolute;right:0;top:clamp(170px,13.333vw,255px);width:min(38.542vw,100dvh * var(--store-hero-ratio,.8))}@media only screen and (max-width:1023px){.store-hero__media{margin-top:30px;position:relative;top:0;width:100%}}.store-hero__media .image,.store-hero__media .image>img,.store-hero__media>img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.store-hero__media:after{background:linear-gradient(180deg,#ff010100 39%,#ff0101d9);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.store-hero__scroll{bottom:calc(clamp(170px,13.333vw,255px) + var(--section-padding-top, 100px) + 50px);height:clamp(80px,7.5vw,108px);left:0;pointer-events:none;position:absolute;width:clamp(80px,7.5vw,108px);z-index:2}@media only screen and (max-width:1023px){.store-hero__scroll{display:none}}.store-hero__scroll .scroll-indicator{height:100%;inset:auto;position:relative;width:100%}.store-hero__scroll svg{display:block;height:100%;width:100%}@media only screen and (max-width:1023px){.store-hero__scroll{bottom:clamp(16px,4vw,32px);height:74px;width:74px}}.section-store-map{padding-bottom:var(--section-padding-bottom,80px);padding-top:var(--section-padding-top,0)}.store-map__container{display:flex;flex-direction:column;gap:14px}.store-map__frame{background:var(--color-pink,#fa9e9e);border-radius:30px;height:var(--map-height,700px);overflow:hidden;position:relative;width:100%}@media only screen and (max-width:1200px){.store-map__frame{border-radius:24px;height:clamp(280px,60vw,var(--map-height,700px))}}.store-map__iframe{border:0;display:block;filter:grayscale(1) brightness(1.05) contrast(.88);height:100%;inset:0;position:absolute;width:100%}.store-map__placeholder{background:var(--color-pink-light,#fee8e8);border-radius:30px;color:var(--color-red);font-size:16px;height:var(--map-height,700px);justify-content:center;padding:40px;position:relative;text-align:center;width:100%}.store-map__address,.store-map__placeholder{align-items:center;display:flex;font-family:var(--font-primary--family)}.store-map__address{color:var(--color-foreground);flex-wrap:wrap;font-size:14px;gap:16px;justify-content:space-between;padding-inline:8px}.store-map__address-text{margin:0}.store-map__directions{border-bottom:1px solid;color:var(--color-red);font-size:13px;font-weight:500;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:opacity .4s var(--easeOutExpo)}.store-map__directions:hover{opacity:.7}.section-text-highlights{overflow:visible;padding-top:100px}@media only screen and (max-width:1023px){.section-text-highlights{padding-top:90px}}.section-text-highlights .text-highlights__content{font-size:clamp(26px,3.229vw,62px);font-weight:500;line-height:clamp(32px,3.333vw,64px);max-width:clamp(500px,94.792vw,1820px)}.section-text-highlights .text-highlight svg{height:auto;position:absolute;width:100%;z-index:1}.section-text-highlights .text-highlight--circle svg{transform:scale(1.2);transform-origin:40% 80%}.section-text-highlights .text-highlight--double-circle svg{transform:scale(1.1);transform-origin:50% 100%}.section-text-highlights .text-highlight--double-circle path{stroke:var(--color-red)}.section-text-highlights .text-highlight--underline svg{bottom:0}.section-text-highlights .text-highlight--underline svg path{fill:var(--color-red)}@supports (clip-path:path("")){.section-text-highlights .text-highlight--circle:before{background:none;border:none;border:3px solid var(--color-red);border-radius:48% 52% 50% 50%/45% 48% 52% 55%;transform:translate(-50%,-50%) rotate(-2deg)}.section-text-highlights .text-highlight--underline:after{background:none;border-bottom:3px solid var(--color-red);height:auto;transform:translateY(-1px) rotate(-.5deg)}}.section-wholesale-form-wrap{background:var(--color-background,#f7f6f2);padding-bottom:var(--section-padding-bottom,120px);padding-top:var(--section-padding-top,80px)}.ws-form__container{display:flex;flex-direction:column;gap:60px;width:100%}.ws-form__header{display:flex;flex-direction:column;gap:21px}.ws-form__title{font-size:clamp(40px,4.43vw,85px);font-weight:500;line-height:clamp(46px,4.95vw,95px);text-transform:uppercase}.ws-form__subtitle,.ws-form__title{color:var(--color-foreground);font-family:var(--font-primary--family);margin:0}.ws-form__subtitle{font-size:clamp(20px,1.98vw,38px);font-weight:400;line-height:clamp(28px,2.29vw,44px);max-width:1207px}.ws-form__subtitle p{margin:0}.ws-form__form{display:flex;flex-direction:column;gap:20px}.ws-form__notice{border-radius:14px;font-size:14px;line-height:1.4;padding:20px 24px}.ws-form__notice--success{background:#00800014;border:1px solid rgba(0,128,0,.3);color:#0a6f0a}.ws-form__notice--error{background:#f4433614;border:1px solid rgba(244,67,54,.3);color:#c83025}.ws-form__notice--error ul{margin:8px 0 0;padding-left:20px}.ws-form__notice--error li{margin:4px 0}.ws-form__notice-heading{font-size:14px;font-weight:700;margin:0;text-transform:uppercase}.ws-form__group{align-items:start;display:grid;gap:20px;grid-template-columns:31.25vw 1fr}@media only screen and (max-width:1023px){.ws-form__group{gap:16px;grid-template-columns:1fr}}.ws-form__group-label{color:var(--color-foreground);font-family:var(--font-primary--family);font-size:clamp(20px,1.77vw,34px);font-weight:500;line-height:1.18;margin:0;padding-top:12px;text-transform:uppercase}.ws-form__card{background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:20px;padding:clamp(20px,2.08vw,40px)}.ws-form__row{display:grid;gap:20px 7px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1023px){.ws-form__row{gap:16px;grid-template-columns:1fr}}.ws-form__field{border:0;display:flex;flex-direction:column;gap:10px;margin:0;min-width:0;padding:0}.ws-form__field--checkboxes{gap:10px}.ws-form__field--checkboxes>legend{float:none;margin:0;padding:0;width:auto}.ws-form__label{align-items:center;color:var(--color-foreground);display:inline-flex;font-size:14px;font-weight:700;gap:6px;line-height:18px;padding-inline:20px 10px}.ws-form__required{color:var(--color-red);font-weight:400}.ws-form__input-wrap{align-items:center;background:#fff;border:1px solid rgba(50,50,50,.2);border-radius:14px;display:flex;padding-inline:20px;transition:border-color .3s var(--easeOutExpo)}.ws-form__input-wrap--textarea{align-items:stretch;min-height:120px;padding:0 4px 0 0}.ws-form__input,.ws-form__select,.ws-form__textarea{background:transparent;border:0;color:var(--color-foreground);flex:1;font-family:var(--font-primary--family);font-size:14px;line-height:18px;outline:none;width:100%}.ws-form__input::-moz-placeholder,.ws-form__select::-moz-placeholder,.ws-form__textarea::-moz-placeholder{color:#32323266}.ws-form__input::placeholder,.ws-form__select::placeholder,.ws-form__textarea::placeholder{color:#32323266}.ws-form__input{height:50px}.ws-form__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1l4 4 4-4' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 4px center/10px 6px;height:50px;padding-right:24px}.ws-form__select:invalid{color:#32323266}.ws-form__textarea{min-height:96px;padding:16px 20px;resize:vertical}.ws-form__error{color:var(--color-red);font-size:13px;line-height:1.3;margin:0;padding-inline:20px}.ws-form__error[hidden]{display:none}.ws-form__input-wrap:focus-within{border-color:var(--color-foreground)}.ws-form__field:has([aria-invalid=true]) .ws-form__input-wrap{border-color:var(--color-red)}.ws-form__checkboxes{border:1px solid rgba(50,50,50,.2);border-radius:14px;display:grid;gap:8px 16px;grid-template-columns:1fr 1fr;margin-top:10px;padding:14px 20px}@media only screen and (max-width:1023px){.ws-form__checkboxes{grid-template-columns:1fr}}.ws-form__checkbox{align-items:center;color:var(--color-foreground);cursor:pointer;display:flex;font-size:14px;gap:10px;line-height:18px;padding:4px 0}.ws-form__checkbox input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.ws-form__checkbox-control{border:1px solid rgba(50,50,50,.2);border-radius:6px;flex-shrink:0;height:24px;position:relative;transition:border-color .3s var(--easeOutExpo),background-color .3s var(--easeOutExpo);width:24px}.ws-form__checkbox-control:after{background:var(--color-foreground);border-radius:3px;content:"";inset:7px;position:absolute;transform:scale(0);transition:transform .3s var(--easeOutExpo)}.ws-form__checkbox:has(input:checked) .ws-form__checkbox-control{background:var(--color-pink-light);border-color:var(--color-foreground)}.ws-form__checkbox:has(input:checked) .ws-form__checkbox-control:after{transform:scale(1)}.ws-form__checkbox-text{flex:1}.ws-form__footer{display:grid;gap:20px;grid-template-columns:31.25vw 1fr;padding-top:14px}@media only screen and (max-width:1023px){.ws-form__footer{gap:20px;grid-template-columns:1fr;padding-top:0}}.ws-form__footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:24px;grid-column:2;justify-content:space-between;padding-left:40px}@media only screen and (max-width:1023px){.ws-form__footer-inner{align-items:stretch;flex-direction:column;gap:20px;grid-column:1;padding-left:0}}.ws-form__footer-error{grid-column:2;padding-left:40px}@media only screen and (max-width:1023px){.ws-form__footer-error{grid-column:1;padding-left:0}}.ws-form__notices{display:flex;flex-direction:column;gap:16px;grid-column:2;padding-left:40px}.ws-form__notices:empty{display:none}@media only screen and (max-width:1023px){.ws-form__notices{grid-column:1;padding-left:0}}.ws-form__consent{align-items:center;color:var(--color-foreground);cursor:pointer;display:inline-flex;flex:1;font-size:14px;gap:10px;line-height:18px;min-width:0}.ws-form__consent input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}@media only screen and (max-width:1023px){.ws-form__consent{align-items:flex-start;gap:14px;line-height:20px;width:100%}}.ws-form__consent-control{background:transparent;border:1.5px solid rgba(50,50,50,.4);border-radius:50%;flex-shrink:0;height:20px;position:relative;transition:background-color .3s var(--easeOutExpo),border-color .3s var(--easeOutExpo);width:20px}.ws-form__consent-control:after{background:#fff;border-radius:50%;content:"";inset:4px;position:absolute;transform:scale(0);transition:transform .3s var(--easeOutExpo)}.ws-form__consent:has(input:checked) .ws-form__consent-control{background-color:var(--color-red);border-color:var(--color-red)}.ws-form__consent:has(input:checked) .ws-form__consent-control:after{transform:scale(.55)}.ws-form__consent-text{flex:1;text-align:left}.ws-form__submit{align-items:center;background:var(--color-red);border:1px solid var(--color-red);border-radius:12px;color:#fff;display:inline-flex;height:45px;justify-content:center;padding:10px 24px}.ws-form__submit .position-relative{display:inline-block;overflow:hidden}.ws-form__submit{cursor:pointer;flex-shrink:0;font-family:var(--font-primary--family);font-size:14px;font-weight:500;text-transform:uppercase;transition:background-color .4s var(--easeOutExpo)}.ws-form__submit:hover:not(:disabled){background:var(--color-red-fade)}.ws-form__submit:disabled,.ws-form__submit[aria-busy=true]{cursor:not-allowed;opacity:.7}@media only screen and (max-width:1023px){.ws-form__submit{width:100%}}.breadcrumbs{font-size:14px;line-height:18px}.breadcrumbs__list{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumbs__item{align-items:center;display:inline-flex}.breadcrumbs__link{color:#3232324d;text-decoration:none;transition:color .7s var(--easeOutExpo) 0s}.breadcrumbs__link:hover{color:var(--color-red);transition:color .7s var(--easeOutExpo) 0s}.breadcrumbs__separator{color:#3232324d;margin:0 6px}.breadcrumbs__current{font-weight:600}.breadcrumbs--trail{margin-bottom:20px}.breadcrumbs--trail .breadcrumbs__link,.breadcrumbs--trail .breadcrumbs__separator{color:#32323280}.breadcrumbs--trail .breadcrumbs__current{color:var(--color-foreground);font-weight:400}.collection-products{display:grid;gap:40px 20px;padding-bottom:240px}@media only screen and (max-width:1023px){.collection-products{padding-bottom:100px}}.collection-products[data-grid="1"]{grid-template-columns:repeat(1,minmax(0,1fr))}.collection-products[data-grid="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-products[data-grid="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-products[data-grid="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-products[data-grid="6"]{grid-template-columns:repeat(6,minmax(0,1fr))}.collection-products .product-wrapper[hidden],.collection-products.is-type-filtered .product-wrapper:not(.is-type-match){display:none!important}.collection--controls{display:flex;justify-content:space-between;margin:125px 0 30px;z-index:1}@media only screen and (max-width:1200px){.collection--controls{margin-top:80px}}@media only screen and (max-width:1023px){.collection--controls{align-items:center;flex-wrap:nowrap;gap:8px;margin-top:50px}}.collection--controls:has(.type-filter){align-items:center;-moz-column-gap:20px;column-gap:20px;flex-wrap:wrap;row-gap:16px}@media only screen and (max-width:1023px){.collection--controls:has(.type-filter){align-items:center}}.collection--controls:has(.type-filter) .collection--controls--grid{flex-shrink:0;margin-left:auto}@media only screen and (max-width:1023px){.collection--controls:has(.type-filter) .collection--controls--grid{flex:1 1 100%;width:100%}}.collection--controls--filters-sort{gap:6px}.collection--controls--filters-sort:has(.type-filter){flex-wrap:wrap;gap:10px}@media only screen and (max-width:1023px){.collection--controls--filters-sort:has(.type-filter){flex:1 1 100%;min-width:0}}@media only screen and (max-width:549px){.collection--controls--filters-sort:has(.type-filter){flex-wrap:nowrap;max-width:100%}}@media only screen and (max-width:1023px){.collection--controls--filters-sort:not(:has(.type-filter)){background-color:#e8e7e1;border-radius:12px;flex:0 1 auto;gap:5px;min-width:0;overflow:visible;padding:5px}.collection--controls--filters-sort:not(:has(.type-filter)) .filterby,.collection--controls--filters-sort:not(:has(.type-filter)) .sortby-display,.collection--controls--filters-sort:not(:has(.type-filter)) .sortby-select{flex:0 0 auto;width:auto}.collection--controls--filters-sort:not(:has(.type-filter)) .filterby,.collection--controls--filters-sort:not(:has(.type-filter)) .sortby-display{gap:8px;justify-content:flex-start;padding:8px 12px;white-space:nowrap}}.collection--controls--filters-sort button.filterby{position:relative}.collection--controls--filters-sort button.filterby .filterby__count{aspect-ratio:1/1;background-color:var(--color-red);border-radius:4px;color:#fff;display:grid;font-size:11px;font-weight:500;height:18px;line-height:1;min-width:18px;padding:0 4px;place-content:center;position:absolute;right:-5px;top:-5px;z-index:1}.collection--controls--filters-sort button.filterby .filterby__count[hidden]{display:none}@media only screen and (max-width:1023px){.collection--controls--filters-sort button.filterby .filterby__count{height:16px;min-width:16px;right:-4px;top:-4px}}.collection--controls--filters-sort .sortby-display,.collection--controls--filters-sort button.filterby{border-radius:10px;cursor:pointer;gap:16px;padding:12px 15px;transition:background-color .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-display .circle,.collection--controls--filters-sort button.filterby .circle{transition:transform .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-display:hover,.collection--controls--filters-sort button.filterby:hover{background-color:var(--color-pink-light);transition:background-color .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-display:hover .circle,.collection--controls--filters-sort button.filterby:hover .circle{transform:translate3d(-10px,2.5px,0);transition:transform .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-display:hover .circle.circle-top,.collection--controls--filters-sort button.filterby:hover .circle.circle-top{transform:translate3d(14px,2.5px,0);transition:transform .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-display.open svg,.collection--controls--filters-sort button.filterby.open svg{transform:scaleY(-1);transition:transform .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-display svg,.collection--controls--filters-sort button.filterby svg{flex-shrink:0;overflow:visible;transition:transform .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-select{position:relative}.collection--controls--filters-sort .sortby-options{background-color:#fff;border-radius:12px;list-style:none;margin:7px 0 0;min-width:170px;padding:10px 2px;position:absolute;width:100%}.collection--controls--filters-sort .sortby-options.open{display:block}.collection--controls--filters-sort .sortby-options li{cursor:pointer;padding:7px 13px;transition:background-color .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-options li:hover{background-color:var(--color-pink-light);transition:background-color .6s var(--easeOutExpo) 0s}.collection--controls--filters-sort .sortby-options li a{color:inherit;text-decoration:none}.collection--controls--grid-results{white-space:nowrap}@media only screen and (max-width:549px){.collection--controls--grid-results{display:none}}.collection--controls--grid{align-items:center;display:flex;gap:40px}@media only screen and (max-width:1023px){.collection--controls--grid{flex:0 0 auto;gap:6px;margin-left:0;width:auto}}.collection--controls--grid-buttons{display:flex;gap:9px}.collection--controls--grid-buttons button{align-items:center;background-color:#fff;border:1px solid #e8e7e1;border-radius:6px;color:var(--color-foreground);display:flex;gap:4px;height:35px;justify-content:center;transition:all .6s var(--easeOutExpo) 0s;width:35px}.collection--controls--grid-buttons button:after,.collection--controls--grid-buttons button:before{background:var(--color-foreground);content:"";display:block;height:14px;transition:background .6s var(--easeOutExpo) 0s;width:1px}.collection--controls--grid-buttons button:hover{background-color:var(--color-pink-light);transition:background-color .6s var(--easeOutExpo) 0s}.collection--controls--grid-buttons button.active{background-color:var(--color-foreground);color:#fff;transition:all .6s var(--easeOutExpo) 0s}.collection--controls--grid-buttons button.active:after,.collection--controls--grid-buttons button.active:before{background:#fff;transition:background .6s var(--easeOutExpo) 0s}@media only screen and (min-width:1024px){.collection--controls--grid-buttons button[data-grid="1"],.collection--controls--grid-buttons button[data-grid="2"]{display:none}}@media only screen and (max-width:1023px){.collection--controls--grid-buttons button[data-grid="3"],.collection--controls--grid-buttons button[data-grid="4"],.collection--controls--grid-buttons button[data-grid="6"]{display:none}}.selected-filters{gap:10px 40px;margin-bottom:20px;overflow:hidden}.selected-filters-container{gap:10px}.selected-filters .selected-filter{border-radius:12px;cursor:default;gap:20px;padding:10px 15px}.selected-filters .selected-filter-remove{background:none;border:none;cursor:pointer;line-height:0;padding:0}.filter-modal{height:100%;left:0;position:fixed;top:0;transition:visibility .6s var(--easeOutExpo) 0s;visibility:hidden;width:100%;z-index:2500}.filter-modal.active{transition:visibility 1s var(--easeOutExpo) 0s;visibility:visible}.filter-modal.active:before{opacity:1;transition:opacity 1s var(--easeOutExpo) 0s}.filter-modal.is-loading .filters{pointer-events:none}.filter-modal .price-slider{padding:6px 30px 24px}.filter-modal .price-slider__track{background:var(--color-gray-fade);height:2px;margin:20px 7px 14px;position:relative}.filter-modal .price-slider__fill{background:var(--color-red);height:100%;position:absolute;top:0}.filter-modal .price-slider__handle{background:var(--color-red);border:none;border-radius:50%;cursor:grab;height:14px;padding:0;position:absolute;top:50%;touch-action:none;transform:translate(-50%,-50%);width:14px}.filter-modal .price-slider__handle:active{cursor:grabbing}.filter-modal .price-slider__handle:focus-visible{outline:2px solid var(--color-red);outline-offset:2px}.filter-modal .price-slider__values{color:var(--color-foreground);display:flex;justify-content:space-between}.filter-modal:before{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#f7f6f28c;content:"";display:block;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity 1s var(--easeOutExpo) 0s;width:100%;z-index:-100}.filter-modal .filters{border-radius:14px;display:flex;flex-direction:column;height:820px;left:var(--page-margin);margin-bottom:20px;margin-top:20px;max-height:calc(100% - 100px);position:absolute;top:50%;transform:translate3d(0,-50%,0);width:422px}@media only screen and (max-width:1023px){.filter-modal .filters{height:100svh;left:0;margin:0;max-height:none;width:100%}}.filter-modal .filters--header{align-items:baseline;border-bottom:1px solid var(--color-gray-fade);padding:25px 30px}.filter-modal .filters--header-title{font-size:22px;margin-right:10px}.filter-modal .filters--content{overflow-y:scroll;padding:6px 0}.filter-modal .filters--content--item-button{padding:20px 25px 20px 30px}.filter-modal .filters--content--item-button.open svg{transform:scaleY(-1);transition:transform .6s var(--easeOutExpo) 0s}.filter-modal .filters--content--item-button svg{transition:transform .6s var(--easeOutExpo) 0s;width:17px}.filter-modal .filters--content--item hr{background-color:transparent;border-color:var(--color-gray-fade);margin-left:30px;width:calc(100% - 55px)}.filter-modal .filters--content--item-options{padding:0 25px 25px 18px}.filter-modal .filters--content--item-options.theme-button{gap:8px 10px;padding-left:30px}.filter-modal .filters--content--footer{border-top:1px solid var(--color-gray-fade);gap:16px;margin-top:auto;padding:18px 30px}.filter-modal .filters--content--footer .clear{padding:6px 0}.filter-modal .filters--content--footer .submit{background-color:var(--color-red);border-radius:10px;padding:12px 26px;text-transform:uppercase;transition:opacity .4s var(--easeOutExpo)}.filter-modal .filters--content--footer .submit:hover{opacity:.85}.filter-input{border-radius:6px;padding:7px 12px;transition:background-color .6s var(--easeOutExpo) 0s}.filter-input label{gap:12px}.filter-input .filter-swatch{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid var(--color-gray-fade);border-radius:50%;display:inline-block;height:14px;margin:0 8px 0 6px;vertical-align:middle;width:14px}.filter-input.color-filter label{justify-content:center}@media(hover:hover){.filter-input:hover{background-color:var(--color-pink-light);transition:background-color .6s var(--easeOutExpo) 0s}}.filter-input.advanced-filter input:checked~.checkmark{border:1px solid var(--color-foreground)}.filter-input.advanced-filter input:checked~.checkmark:before{opacity:1;transform:scale(1);transition:all .6s var(--easeOutExpo) 0s}.filter-input.advanced-filter .checkmark{border:1px solid var(--color-gray-fade);border-radius:6px;display:grid;height:24px;place-content:center;width:24px}.filter-input.advanced-filter .checkmark:before{background:var(--color-foreground);border-radius:3px;content:"";display:block;height:10px;opacity:0;transform:scale(0);transition:all .6s var(--easeOutExpo) 0s;width:10px}.filter-input.theme-button{padding:8px 16px}.filter-input.theme-button .checkmark{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.filter-input.theme-button .checkmark:before{height:100%;position:absolute;transform:scale(1);width:100%}.filter-input.theme-button label span{z-index:1}.filter-input.theme-button label input:checked~.checkmark+span{color:#fff}.filter-input.type-filter{border-radius:14px;padding:6px 20px 6px 6px}.filter-input.type-filter:not(:has(.filter-icon)){padding-left:20px}.filter-input.type-filter label{gap:0}.filter-input.type-filter{flex-shrink:0;z-index:0}.filter-input.type-filter label span{white-space:nowrap}.filter-input.type-filter .checkmark{background-color:#fff;border-radius:14px;height:100%;left:0;position:absolute;top:0;transition:background-color .6s var(--easeOutExpo);width:100%;z-index:-1}.filter-input.type-filter input:checked~.checkmark{background-color:var(--color-pink-light);transition:background-color .6s var(--easeOutExpo)}@media(hover:hover){.filter-input.type-filter:hover .checkmark{background-color:var(--color-pink-light);transition:background-color .6s var(--easeOutExpo)}}.filter-icon{flex-shrink:0;height:56px;margin-right:0;width:56px}.filter-icon svg{height:100%;width:100%}.type-filters{align-items:center;display:flex;flex-wrap:wrap;gap:10px}@media only screen and (max-width:549px){.type-filters{flex:1 1 auto;flex-wrap:nowrap;margin-inline:calc(var(--page-margin)*-1);min-width:0;overflow-x:auto;overscroll-behavior-x:contain;padding-left:var(--page-margin);scroll-padding-inline:var(--page-margin);width:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}.type-filters::-webkit-scrollbar{display:none}.type-filters>:last-child{margin-right:var(--page-margin)}}.clear-type-filters{cursor:pointer;flex-shrink:0;margin-left:0;white-space:nowrap}.clear-type-filters[hidden]{display:none}@media only screen and (max-width:1023px){.clear-type-filters{margin-right:auto}}.footer__credits-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;font-family:inherit;padding:0;white-space:nowrap}.credits-modal{background:var(--color-background);border-radius:14px;bottom:clamp(16px,2vw,30px);box-shadow:0 24px 60px #0000002e;color:var(--color-foreground);opacity:0;padding:40px 40px 44px;pointer-events:none;position:fixed;right:clamp(16px,2vw,30px);transform:translateY(16px);transition:opacity .5s var(--easeOutExpo),transform .5s var(--easeOutExpo),visibility .5s var(--easeOutExpo);visibility:hidden;width:min(420px,100vw - 32px);z-index:1000}.credits-modal.is-open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.credits-modal__close{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:flex;height:22px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;width:22px}.credits-modal__close svg{height:13px;width:13px}.credits-modal__close path{stroke:var(--color-foreground);transition:stroke .4s var(--easeOutExpo)}.credits-modal__close:hover path{stroke:var(--color-red)}.credits-modal__title{color:var(--color-red);margin:0}.credits-modal__subtitle{color:var(--color-red);margin:28px 0 0}.credits-modal__link{color:var(--color-foreground);display:table;margin-top:14px}.credits-modal__link:after{transform:scaleX(0)}@media(hover:hover)and (pointer:fine){.credits-modal__link:hover:before{transition-delay:0s}}.collection__intro{color:var(--color-red);font-size:20px;line-height:24px;margin-top:20px}@media only screen and (max-width:1200px){.collection__intro{font-size:16px;line-height:20px}}.filter-cards{margin:40px 0 30px;position:relative;z-index:2}.filter-cards__track{display:flex;gap:20px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;margin-inline:calc(var(--page-margin)*-1);padding-left:var(--page-margin);scroll-padding-inline:var(--page-margin);scrollbar-width:none}.filter-cards__track::-webkit-scrollbar{display:none}@media(hover:hover)and (pointer:fine){.filter-cards__track{scroll-snap-type:none}}.filter-cards__track.is-draggable{cursor:grab}.filter-cards__track.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-cards__track.is-dragging .filter-card{cursor:grabbing}@media only screen and (max-width:1200px){.filter-cards__track{gap:12px}}.filter-card{align-items:stretch;background:transparent;border:0;color:var(--color-red);cursor:pointer;display:flex;flex:0 0 207px;flex-direction:column;gap:8px;padding:0;scroll-snap-align:start;text-align:left;text-decoration:none;width:207px}.filter-card:last-child{margin-right:var(--page-margin)}@media only screen and (max-width:1200px){.filter-card{flex-basis:170px;width:170px}}.filter-card__image{aspect-ratio:207/110;background-color:var(--color-pink-light);border-radius:14px;display:block;overflow:hidden;width:100%}.filter-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--easeOutExpo);width:100%}.filter-card__label{color:var(--color-red);font-size:16px;line-height:18px;padding-left:5px}@media only screen and (max-width:1200px){.filter-card__label{font-size:14px;line-height:16px}}.filter-card:hover .filter-card__image img{transform:scale(1.04)}.filter-card.is-active .filter-card__label{font-weight:500}.filter-card:focus-visible{border-radius:6px;outline:2px solid var(--color-red);outline-offset:4px}.infinite-scroll-sentinel{display:block;height:1px;margin:0;overflow:hidden;padding:0;pointer-events:none;visibility:hidden;width:100%}.list-section{padding-bottom:clamp(120px,18.23vw,350px);padding-top:110px}.list-section__title{margin-bottom:clamp(60px,7.81vw,150px)}.list-section__grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width:1200px){.list-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1023px){.list-section__grid{gap:8px;grid-template-columns:minmax(0,1fr)}}.list-section__empty{padding:60px 0;text-align:center}.list-card{align-items:center;background:#fff;border-radius:30px;color:var(--color-foreground);display:flex;gap:16px;height:112px;justify-content:space-between;padding:0 40px;text-decoration:none;transition:background-color .4s var(--easeOutExpo)}@media only screen and (max-width:1023px){.list-card{height:88px;padding:0 24px}}.list-card__label{font-size:clamp(18px,1.354vw,26px);line-height:1.2}.list-card__icon{align-items:center;color:var(--color-foreground);display:inline-flex;flex-shrink:0;height:12px;justify-content:center;width:12px}.list-card__icon svg{display:block;height:100%;width:100%}.list-card:hover{background:var(--color-pink-light)}.pill-description{align-items:center;display:flex;flex-wrap:wrap;font-size:clamp(20px,1.875vw,36px);gap:24px;letter-spacing:.01em;line-height:1;margin-bottom:clamp(48px,6.25vw,120px);text-transform:uppercase}@media only screen and (max-width:1023px){.pill-description{gap:14px}}.pill-description__text{display:inline-block}.pill-description__dropdown{display:inline-flex;position:relative;z-index:1}.pill-description__dropdown.open{z-index:100}.pill-description__placeholder{align-items:stretch;display:flex;flex-direction:column;pointer-events:none;visibility:hidden}.pill-description__placeholder .pill-description__options{height:0;overflow:hidden;padding:0}.pill-description__box{align-items:stretch;background:var(--color-background);border:1px solid var(--color-foreground);border-radius:30px;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;top:0;width:100%}.pill-description__pill{align-items:center;display:flex;gap:20px;justify-content:space-between;line-height:1;padding:20px 30px;white-space:nowrap}@media only screen and (max-width:1023px){.pill-description__pill{gap:12px;padding:12px 18px}}.pill-description button.pill-description__pill{background:none;color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;margin:0;text-transform:inherit;width:100%}.pill-description__pill-icon{align-items:center;background:var(--color-foreground);border-radius:8px;color:var(--color-background);display:inline-flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.pill-description__pill-icon svg{display:block;height:16px;transition:transform .4s var(--easeOutExpo);width:16px}@media only screen and (max-width:1023px){.pill-description__pill-icon{border-radius:6px;height:24px;width:24px}.pill-description__pill-icon svg{height:12px;width:12px}}.pill-description__pill.js-button.open .pill-description__pill-icon svg{transform:rotate(180deg)}.pill-description__pane{overflow:hidden}.pill-description__options{list-style:none;margin:0;padding:12px 0}.pill-description__option-link{color:var(--color-foreground);display:block;padding:12px 30px;text-decoration:none;transition:opacity .3s var(--easeOutExpo);white-space:nowrap}.pill-description__option-link:hover{opacity:.6}@media only screen and (max-width:1023px){.pill-description__option-link{padding:10px 18px}}.pill-description__option--active .pill-description__option-link{opacity:.5}.price{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-top:5px}.price__container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.price__regular{color:var(--color-foreground)}.price__compare-at{color:var(--color-gray-fade)}.price__badge{background-color:var(--color-red);border-radius:var(--style-border-radius-inputs);color:#fff;padding:var(--spacing-xs) var(--spacing-sm)}.product-card{container-type:inline-size;height:100%}.product-card.out-of-stock .card__content{opacity:.2}.product-card.out-of-stock .card__image-primary img,.product-card.out-of-stock .card__image-secondary img{opacity:.4}.product-card .card__content{margin-top:15px}.product-card .card__price-row{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:2px}@media only screen and (max-width:1023px){.product-card .card__price-row{margin-top:2px}}.product-card .card__link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card .card__image{border-radius:14px;overflow:hidden;position:relative}.product-card .card__image:hover .card__add-to-cart{opacity:1}.product-card .card__image:has(.card__image-secondary):hover .card__image-primary{opacity:0}.product-card .card__image:has(.card__image-secondary):hover .card__image-secondary{opacity:1}.product-card .card__image-primary,.product-card .card__image-secondary{height:100%;position:relative;transition:opacity .8s var(--easeOutExpo);width:100%}.product-card .card__image-primary img,.product-card .card__image-secondary img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card .card__image-primary{opacity:1}.product-card .card__image-secondary{left:0;opacity:0;position:absolute;top:0}.product-card .card__image--square{aspect-ratio:1}.product-card .card__add-to-cart{align-items:center;background-color:var(--color-red);border:none;border-radius:clamp(6px,2.8cqw,10px);bottom:clamp(12px,8cqw,30px);cursor:pointer;display:flex;gap:clamp(5px,2.5cqw,10px);justify-content:center;left:50%;opacity:0;padding:clamp(6px,2.8cqw,10px) clamp(10px,4.5cqw,16px);position:absolute;transform:translate3d(-50%,0,0);transition:background-color .6s var(--easeOutExpo)}@media only screen and (max-width:1023px){.product-card .card__add-to-cart{display:none}}.product-card .card__add-to-cart .f-h8{font-size:clamp(10px,4cqw,14px);line-height:1.2}.product-card .card__add-to-cart .f-h8:last-child{padding-left:clamp(10px,4.5cqw,16px)}.product-card .card__add-to-cart svg{height:auto;width:clamp(14px,5.7cqw,20px)}.product-card .card__add-to-cart:hover{background-color:var(--color-red-fade);transition:background-color .6s var(--easeOutExpo)}.product-card .card__add-to-cart:disabled{cursor:not-allowed;opacity:.5}.product-card .badge-container{align-items:center;display:flex;gap:6px;left:0;padding:10px;position:absolute;top:0;z-index:2}.product-card .card__badge{display:inline-flex;flex:0 0 auto;position:relative}.product-card .card__badge--sale .card__badge__title{display:block;font-size:10px;left:50%;line-height:10px;padding-bottom:5px;position:absolute;text-align:center;top:50%;transform:translate3d(-50%,-50%,0) scale(1)}html.scrolled .scroll-indicator{opacity:0;transition:opacity 1s var(--easeOutExpo)}.scroll-indicator{bottom:50px;pointer-events:none;position:absolute;right:var(--page-margin);transition:opacity 1s var(--easeOutExpo);z-index:100}@media only screen and (max-width:1023px){.scroll-indicator{height:74px;width:74px}}.scroll-indicator g.text-group{display:block}.scrollto-top{bottom:0;position:absolute;right:0;transition:transform .8s var(--easeOutBack) 0s}.scrollto-top .circle{transform-origin:50% 50%;transition:transform .8s var(--easeOutExpo) 0s}.scrollto-top .arrow{transform-origin:50% 0;transition:transform .8s var(--easeOutBack) 0s}.scrollto-top:hover{transform:scale(1.2);transform-origin:50% 50%;transition:transform .8s var(--easeOutBack) 0s}.scrollto-top:hover .circle{transform:scale(.85);transform-origin:50% 50%;transition:transform .8s var(--easeOutBack) 0s}.scrollto-top:hover .arrow{transform:scaleX(-1);transform-origin:50% 0;transition:transform .8s var(--easeOutExpo) 0s}.form-field{display:flex;flex-direction:column;margin-top:20px}.form-field__label{font-size:14px;font-weight:500;margin:0 0 10px 20px}.form-field__input,.form-field__select,.form-field__textarea{border:1.5px solid rgba(50,50,50,.2);border-radius:14px;font-size:14px;padding:14px 20px;transition:all .2s ease}.form-field__input:focus,.form-field__select:focus,.form-field__textarea:focus{background-color:#fff;border-color:var(--color-foreground);box-shadow:0 0 0 3px rgba(var(--color-foreground),.05);outline:none}.form-field__input::-moz-placeholder,.form-field__textarea::-moz-placeholder{color:#32323233}.form-field__input::placeholder,.form-field__textarea::placeholder{color:#32323233}.form-field__textarea{min-height:120px;resize:vertical}.form-field__error{color:#dc2626;font-size:.875rem;margin-top:var(--spacing-xs)}.form-field--error .form-field__input,.form-field--error .form-field__select,.form-field--error .form-field__textarea{border-color:#dc2626}.form-field__helper{color:#0009;font-size:.875rem}.customer-form__errors{background-color:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:4px;color:#f44336;margin-bottom:30px;padding:20px}.customer-form__errors ul{list-style:none;margin:10px 0 0;padding:0}.customer-form__errors ul li{margin:5px 0}.customer-form__error-heading{font-size:16px;font-weight:600;margin:0}.customer-form__description{color:rgba(var(--color-foreground),.7);font-size:14px;margin:0 0 20px}.customer-form__actions{margin-top:10px;text-align:right}.customer-form__button{background-color:var(--color-red);border-radius:14px;color:#fff;cursor:pointer;font-size:14px;margin-top:20px;padding:16px 24px;width:100%}.customer-form__button,.customer-form__button:hover{transition:background-color .7s var(--easeOutExpo) 0s}.customer-form__button:hover{background-color:#ff4646}.customer-form__footer{display:flex;gap:5px;justify-content:center;margin-top:60px}.customer-form--recover{display:none}.product{display:flex;gap:20px;padding-bottom:200px;padding-top:106px}@media only screen and (max-width:1200px){.product{padding-bottom:120px}}@media only screen and (min-width:550px)and (max-width:1200px){.product{align-items:start;-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media only screen and (max-width:549px){.product{display:block;padding-bottom:80px;padding-top:80px}}.product-images{flex:0 0 50%;min-width:0;position:relative}.product-images__main{display:flex;flex-direction:column;gap:24px}.product-images__main img{border-radius:21px}.product-images__main>[hidden]{display:none!important}.product-images__stickers,.product-images__thumbs{display:none}@media only screen and (max-width:549px){.product-images{margin-bottom:24px}.product-images__main{border-radius:16px;flex-direction:row;gap:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:none}.product-images__main::-webkit-scrollbar{display:none}.product-images__main.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-images__main>*{aspect-ratio:1/1;border-radius:16px;flex:0 0 100%;overflow:hidden;scroll-snap-align:start}.product-images__main>* .image,.product-images__main>* img{height:100%;width:100%}.product-images__main>* img{border-radius:16px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-images__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scrollbar-width:none}.product-images__thumbs>[hidden]{display:none!important}.product-images__thumbs::-webkit-scrollbar{display:none}.product-images__stickers{align-items:flex-start;display:flex;flex-direction:column;gap:8px;left:12px;pointer-events:none;position:absolute;top:12px;z-index:3}}.product-thumb{background:transparent;border:0;border-radius:10px;cursor:pointer;flex:0 0 auto;height:44px;overflow:hidden;padding:0;position:relative;width:44px}.product-thumb img{border-radius:10px;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-thumb.is-active:after{background:#f7f6f2cc;border-radius:10px;content:"";inset:0;position:absolute}.product-image-wrap--framed{position:relative}.product-image-frame-overlay{border-radius:21px;height:100%;left:0;-o-object-fit:cover;object-fit:cover;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease;width:100%}.product-image-frame-overlay.is-visible{opacity:1}.product__info-wrap{align-self:flex-start;margin:0 auto;min-width:0;padding:0 clamp(15px,7.448vw,143px)}@media only screen and (min-width:550px)and (max-width:1200px){.product__info-wrap{padding:0}}@media only screen and (max-width:549px){.product__info-wrap{padding:0}}.product__breadcrumb{font-size:14px;line-height:18px}.product__breadcrumb a{color:#3232324d;transition:color .7s var(--easeOutExpo) 0s}.product__breadcrumb a:hover{color:var(--color-red);transition:color .7s var(--easeOutExpo) 0s}.product__breadcrumb-separator{color:#3232324d;margin:0 2px}.product__breadcrumb-current{margin-left:4px}.product__breadcrumb--top{display:none}.product__breadcrumb--info .product__breadcrumb-current{font-weight:400}@media only screen and (max-width:1023px){.product__breadcrumb--info{display:none}}.product .badge-container{align-items:center;display:flex;gap:6px;margin-top:20px}@media only screen and (max-width:1023px){.product .badge-container{margin-top:0}}@media only screen and (max-width:549px){.product .badge-container{display:none}}.product .card__badge{display:inline-flex;flex:0 0 auto;position:relative}.product .card__badge--sale .card__badge__title{display:block;font-size:10px;left:50%;line-height:10px;padding-bottom:5px;position:absolute;text-align:center;top:50%;transform:translate3d(-50%,-50%,0) scale(1)}.product h1{color:var(--color-red);font-size:clamp(36px,3.229vw,62px);font-weight:500;line-height:clamp(42px,3.333vw,64px)}@media only screen and (max-width:1023px){.product h1{margin-top:0}}.product .store-collection{align-items:center;display:flex;gap:0 8px;margin-top:12px}@media only screen and (max-width:1023px){.product .store-collection{margin-top:0}}.product .store-collection__icon{align-items:center;display:inline-flex;flex:0 0 auto;height:36px;justify-content:center;width:36px}.product .store-collection__icon .icon,.product .store-collection__icon svg{height:100%;width:100%}.product .store-collection--redy .product .store-collection__icon{height:38px;width:38px}.product .store-collection__content{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.product .store-collection__label{color:var(--color-red);font-size:12px;font-weight:700;line-height:16px}.product .store-collection__link{color:var(--color-foreground);display:inline-block;font-size:12px;line-height:16px;position:relative;transition:color 1s var(--easeOutExpo) 0s}.product .store-collection__link:after{transform-origin:100% 50%}.product .store-collection__link:after,.product .store-collection__link:before{background:var(--color-foreground);bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.product .store-collection__link:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.product .store-collection__link:hover{color:var(--color-red);transition:color .6s var(--easeOutExpo) 0s}.product .store-collection__link:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.product .store-collection__link:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}.product .store-collection__link:before{background:var(--color-red)}.product-info{margin-top:16px}@media only screen and (max-width:1023px){.product-info__meta{margin-top:10px}}.product-price{display:block;font-size:20px;line-height:24px;margin-top:20px}.product-form{margin-top:40px}@media only screen and (max-width:1023px){.product-form{margin-top:20px}}.product-form form{display:flex;flex-direction:column;gap:10px}.product-form__hidden-select{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.product-form__dropdowns{display:flex;flex-wrap:wrap;gap:7px}@media only screen and (min-width:550px)and (max-width:1200px){.product-form__dropdowns{flex-direction:column}}@media only screen and (max-width:549px){.product-form__dropdowns{flex-direction:column}}.product-form__dropdowns--stacked-frame [data-frame-selector]{flex-basis:100%;margin:5px 0}.product-form__dropdown{flex:1;min-width:0;position:relative}@media only screen and (min-width:550px)and (max-width:1200px){.product-form__dropdown{flex:none;width:100%}}.product-form__dropdown-label{display:block;font-size:14px;font-weight:700;line-height:18px;margin-bottom:10px}.product-form__dropdown-trigger{align-items:center;background:transparent;border:1px solid rgba(50,50,50,.2);border-radius:14px;cursor:pointer;display:flex;height:50px;justify-content:space-between;padding:0 24px;transition:border-color .3s var(--easeOutExpo);width:100%}.product-form__dropdown-trigger:hover{border-color:#32323266}.product-form__dropdown-selected{align-items:center;display:flex;gap:14px;min-width:0}.product-form__dropdown-text{font-size:14px;line-height:18px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-form__dropdown-arrow{align-items:center;display:flex;flex-shrink:0;transition:transform .3s var(--easeOutExpo)}.product-form__dropdown-arrow svg{display:block;height:7px;width:8px}.product-form__dropdown--open .product-form__dropdown-arrow{transform:rotate(180deg)}.product-form__dropdown-panel{background:var(--color-background);border:1px solid rgba(50,50,50,.2);border-radius:14px;display:none;left:0;max-height:350px;overflow:hidden;overflow-y:auto;position:absolute;top:calc(100% + 4px);width:100%;z-index:100}.product-form__dropdown-panel::-webkit-scrollbar{background:transparent}.product-form__dropdown-panel::-webkit-scrollbar-track{background:var(--color-pink-light);border-radius:999px;margin:14px 0}.product-form__dropdown-panel::-webkit-scrollbar-thumb{border-radius:999px}.product-form__dropdown--open .product-form__dropdown-panel{display:block}.product-form__dropdown-item{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;gap:14px;height:50px;padding:0 24px;transition:color .3s var(--easeOutExpo);width:100%}.product-form__dropdown-item--active,.product-form__dropdown-item:hover{color:var(--color-red)}.product-form__dropdown-item--unavailable{opacity:.3;pointer-events:none}.product-form__dropdown-item--sold-out{color:#32323273}.product-form__dropdown-item-thumb{border:1px solid rgba(50,50,50,.2);border-radius:10px;display:grid;flex-shrink:0;height:36px;overflow:hidden;place-content:center;width:36px}.product-form__dropdown-item-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-form__dropdown-item-thumb--noframe{border-style:dashed}.product-form__dropdown-item-name,.product-form__dropdown-item-price{font-size:14px;line-height:18px;text-transform:uppercase;white-space:nowrap}.product-form__dropdown-item-price{margin-left:auto}.product-form__dropdown-item-price--faded{color:#32323233}.product-form__actions{display:flex;gap:7px}.product .quantity-wrap{align-items:center;border:1px solid rgba(50,50,50,.2);border-radius:14px;display:flex;flex-shrink:0;height:50px;justify-content:space-between;overflow:hidden;width:120px}.product .quantity-wrap button{padding:16px;transition:background-color .7s var(--easeOutExpo) 0s}.product .quantity-wrap button:hover{background-color:var(--color-pink-light);transition:background-color .7s var(--easeOutExpo) 0s}.product .quantity-wrap input{font-size:14px;text-align:center;width:25px}.product .quantity-wrap--disabled{opacity:.4;pointer-events:none}.product .submit-button{align-items:center;background-color:var(--color-red);border-radius:14px;color:#fff;cursor:pointer;display:flex;flex:1;font-size:14px;font-weight:400;gap:8px;height:50px;justify-content:center;padding:0 16px;text-transform:uppercase;transition:background-color .7s var(--easeOutExpo) 0s}.product .submit-button:hover{background-color:#ff4646;transition:background-color .7s var(--easeOutExpo) 0s}.product .submit-button--sold-out,.product .submit-button--sold-out:hover{background-color:#e8e7e1;color:var(--color-foreground);cursor:not-allowed}.product .submit-button__sep{font-size:10px;line-height:1}.product__meta-related{display:flex;gap:20px;justify-content:space-between;margin-top:60px}@media only screen and (max-width:1023px){.product__meta-related{margin-top:40px}}@media only screen and (min-width:550px)and (max-width:1200px){.product__meta-related{flex-direction:column;gap:24px}}@media only screen and (max-width:549px){.product__meta-related{flex-direction:column;gap:24px}}.product__meta-related .title{font-size:14px;font-weight:700}.product__meta-related .tags{min-width:0}.product__meta-related .tags-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.product__meta-related .tags-container .tag{background:var(--color-pink-light);border-radius:8px;color:var(--color-red);display:inline-block;flex:0 0 auto;font-size:12px;padding:7px 10px;text-decoration:none;transition:background-color .7s var(--easeOutExpo),color .7s var(--easeOutExpo);white-space:nowrap}.product__meta-related .tags-container .tag:hover{background:var(--color-red);color:#fff}.product__meta-related .related-group{display:flex;flex-direction:column;flex-shrink:0;gap:20px;min-width:0}@media only screen and (min-width:550px)and (max-width:1200px){.product__meta-related .related-group{width:100%}}@media only screen and (max-width:549px){.product__meta-related .related-group{width:100%}}.product__meta-related--stacked{flex-direction:column;gap:30px}.product__meta-related--stacked .related-group{flex-direction:row;gap:20px;justify-content:space-between}@media only screen and (min-width:550px)and (max-width:1200px){.product__meta-related--stacked .related-group{flex-direction:column}}@media only screen and (max-width:549px){.product__meta-related--stacked .related-group{flex-direction:column}}.product__meta-related .related-container{margin-top:14px}.product__meta-related .related-container a{align-items:center;color:var(--color-red);display:flex;font-size:16px;gap:4px}.product__meta-related .related-container a svg{transition:transform .7s var(--easeOutExpo) 0s}.product__meta-related .related-container a:hover svg{transform:translate3d(3px,-3px,0);transition:transform .7s var(--easeOutExpo) 0s}.product__meta-info{border-bottom:1px solid rgba(50,50,50,.2);margin-top:30px}.product__meta-info button{border-top:1px solid rgba(50,50,50,.2);padding:16px 0;width:100%}.product__meta-info button .title{font-size:14px;font-weight:700}.product__meta-info button .title span{color:#32323233}.product__meta-info button .icon .opened{opacity:0}.product__meta-info button .icon .closed,.product__meta-info button .icon .opened{transition:opacity .7s var(--easeOutExpo) 0s}.product__meta-info button.open .icon .opened{opacity:1;transition:opacity .7s var(--easeOutExpo) 0s}.product__meta-info button.open .icon .closed{opacity:0;transition:opacity .7s var(--easeOutExpo) 0s}.product__meta-info .product-description{font-size:12px;max-width:600px;padding:4px 30px 20px 0}.product__meta-info .product-description__about-link{align-items:center;color:var(--color-red);display:inline-flex;font-size:12px;font-weight:700;gap:6px;margin-top:12px;position:relative;transition:color 1s var(--easeOutExpo) 0s}.product__meta-info .product-description__about-link:after{transform-origin:100% 50%}.product__meta-info .product-description__about-link:after,.product__meta-info .product-description__about-link:before{background:var(--color-red);bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transition:transform .6s var(--easeOutExpo) 0s;width:100%}.product__meta-info .product-description__about-link:before{transform:scaleX(0);transform-origin:0 50%}@media(hover:hover)and (pointer:fine){.product__meta-info .product-description__about-link:hover{color:var(--color-red);transition:color .6s var(--easeOutExpo) 0s}.product__meta-info .product-description__about-link:hover:after{transform:scaleX(0);transition:transform .6s var(--easeOutExpo) 0s}.product__meta-info .product-description__about-link:hover:before{transform:scale(1);transition:transform .6s var(--easeOutExpo) .5s}}.product__meta-info .product-description__about-link svg{flex-shrink:0}:root{--color-background:#f7f6f2;--color-foreground:#323232;--color-red:red;--color-red-fade:#ff4646;--color-pink:#fecccc;--color-pink-light:#fee8e8;--color-gray-fade:#32323233;--page-width:100%;--page-margin:50px;--font-primary--family:"Studio Feixen Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--style-border-radius-inputs:30px;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--transition-duration:.2s;--transition-timing:ease-in-out;--easeOutExpo:cubic-bezier(.19,1,.22,1);--easeInOutExpo:cubic-bezier(1,0,0,1);--easeOutBack:cubic-bezier(.175,.885,.32,1.275)}@media only screen and (max-width:1499px){:root{--page-margin:32px}}@media only screen and (max-width:1200px){:root{--page-margin:24px}}@media only screen and (max-width:1023px){:root{--page-margin:15px}}
