.header{position:sticky;top:0;left:0;right:0;z-index:1000;background-color:#fff;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.07);box-shadow:0 4px 12px #00000012}.header__outer-wrapper{margin:0 auto;width:100%}.header__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:20px 24px}@media (min-width: 768px){.header__inner-wrapper{padding:20px 80px}}.header__desktop{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1024px){.header__desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1024px){.header__mobile{display:none}}.header__logo img{max-height:36px;width:auto;height:auto}.header__site-name{font-size:clamp(24px,3vw,24px);font-weight:500;color:#252525}.header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:44px}.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;list-style:none;margin:0;padding:0}.header__nav-item{margin:0}.header__nav-link{color:#252525;font-weight:400;-webkit-transition:color .3s ease;transition:color .3s ease}.header__nav-link:hover{color:#939393}.header__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.header__icon-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;padding:0;background:none;border:none;cursor:pointer;color:#252525;-webkit-transition:color .3s ease;transition:color .3s ease;position:relative}.header__icon-button:hover,.header__icon-button:focus-visible{color:#939393}.header__icon-button img{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.header__icon-button svg{width:16px;height:16px}.header__icon-button--cart{position:relative}.header__cart-count{position:absolute;top:-8px;right:-8px;background-color:#252525;color:#fff;font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.header__hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;color:#252525;position:relative}.header__hamburger-icon{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.header__hamburger-box{width:32px;height:20px;display:block;position:relative}.header__hamburger-inner{display:block;top:50%;margin-top:-1px}.header__hamburger-inner,.header__hamburger-inner:before,.header__hamburger-inner:after{width:32px;height:2px;background-color:#252525;border-radius:2px;position:absolute;-webkit-transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.header__hamburger-inner:before,.header__hamburger-inner:after{content:"";display:block}.header__hamburger-inner:before{top:-8px}.header__hamburger-inner:after{bottom:-8px}.header__hamburger[aria-expanded=true] .header__hamburger-inner{background-color:#0000;-webkit-transition:background-color .1s .25s;transition:background-color .1s .25s}.header__hamburger[aria-expanded=true] .header__hamburger-inner:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .3s,-webkit-transform .3s .3s cubic-bezier(.68,-.55,.265,1.55);transition:top .3s,-webkit-transform .3s .3s cubic-bezier(.68,-.55,.265,1.55);transition:top .3s,transform .3s .3s cubic-bezier(.68,-.55,.265,1.55);transition:top .3s,transform .3s .3s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .3s .3s cubic-bezier(.68,-.55,.265,1.55)}.header__hamburger[aria-expanded=true] .header__hamburger-inner:after{bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:bottom .3s,-webkit-transform .3s .3s cubic-bezier(.68,-.55,.265,1.55);transition:bottom .3s,-webkit-transform .3s .3s cubic-bezier(.68,-.55,.265,1.55);transition:bottom .3s,transform .3s .3s cubic-bezier(.68,-.55,.265,1.55);transition:bottom .3s,transform .3s .3s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .3s .3s cubic-bezier(.68,-.55,.265,1.55)}.header__mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9999;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:-webkit-transform .7s cubic-bezier(.77,0,.175,1) .2s;transition:-webkit-transform .7s cubic-bezier(.77,0,.175,1) .2s;transition:transform .7s cubic-bezier(.77,0,.175,1) .2s;transition:transform .7s cubic-bezier(.77,0,.175,1) .2s,-webkit-transform .7s cubic-bezier(.77,0,.175,1) .2s;overflow-y:auto}.header__mobile-overlay.is-active{-webkit-transform:translateX(0);transform:translate(0);-webkit-transition:-webkit-transform .7s cubic-bezier(.77,0,.175,1) .3s;transition:-webkit-transform .7s cubic-bezier(.77,0,.175,1) .3s;transition:transform .7s cubic-bezier(.77,0,.175,1) .3s;transition:transform .7s cubic-bezier(.77,0,.175,1) .3s,-webkit-transform .7s cubic-bezier(.77,0,.175,1) .3s}.header__mobile-content{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__mobile-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(37,37,37,.1);-ms-flex-negative:0;flex-shrink:0}.header__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;color:#252525;position:relative}.header__close img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .5s cubic-bezier(.68,-.55,.265,1.55);transition:-webkit-transform .5s cubic-bezier(.68,-.55,.265,1.55);transition:transform .5s cubic-bezier(.68,-.55,.265,1.55);transition:transform .5s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .5s cubic-bezier(.68,-.55,.265,1.55)}.header__close-box{width:32px;height:32px;display:block;position:relative}.header__close-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__close-inner,.header__close-inner:before{width:32px;height:2px;background-color:#252525;border-radius:2px;position:absolute;top:50%;left:0;-webkit-transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.header__close-inner:before{content:"";display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.header__close:hover img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.header__close:hover .header__close-inner{-webkit-transform:rotate(45deg) scale(1.1);transform:rotate(45deg) scale(1.1)}.header__close:hover .header__close-inner:before{-webkit-transform:rotate(90deg) scale(1.1);transform:rotate(90deg) scale(1.1)}.header__close:active img{-webkit-transform:rotate(180deg) scale(.85);transform:rotate(180deg) scale(.85)}.header__close:active .header__close-inner{-webkit-transform:rotate(45deg) scale(.85);transform:rotate(45deg) scale(.85);background-color:#939393}.header__close:active .header__close-inner:before{-webkit-transform:rotate(90deg) scale(0);transform:rotate(90deg) scale(0);opacity:0}.header__mobile-menu-wrapper{padding:32px 24px;-ms-flex-negative:0;flex-shrink:0}.header__mobile-nav{margin-bottom:64px}.header__mobile-nav-list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.header__mobile-nav-item{margin:0}.header__mobile-nav-link{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);font-weight:400;color:#252525;-webkit-transition:color .3s ease;transition:color .3s ease}.header__mobile-nav-link:hover{color:#939393}.header__mobile-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.header__mobile-graphic{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-negative:0;flex-shrink:0}.header__mobile-graphic img{width:100%;max-width:70%;height:auto;aspect-ratio:1/1}.header__search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#252525cc;z-index:10000;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto}.header__search-overlay.is-active{opacity:1;visibility:visible}.header__search-content{max-width:800px;margin:80px auto;padding:40px 24px;background-color:#fff;border-radius:8px;position:relative}@media (min-width: 768px){.header__search-content{padding:60px 80px}}.header__search-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.header__search-title{font-size:clamp(32px,3vw,32px);font-weight:400;color:#252525}.header__search-title i{font-family:Playfair Display,serif}.header__search-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;color:#252525;-webkit-transition:color .3s ease;transition:color .3s ease}.header__search-close:hover,.header__search-close:focus-visible{color:#939393}.header__search-form{margin-bottom:32px}.header__search-input{width:100%;padding:16px 20px;font-size:15px;font-family:Poppins,sans-serif;border:1px solid rgba(37,37,37,.2);border-radius:4px;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.header__search-input:focus{outline:none;border-color:#252525}.header__search-input::-webkit-input-placeholder{color:#939393}.header__search-input::-moz-placeholder{color:#939393}.header__search-input:-ms-input-placeholder{color:#939393}.header__search-input::-ms-input-placeholder{color:#939393}.header__search-input::placeholder{color:#939393}.header__search-loading{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px}.header__search-spinner{width:32px;height:32px;border:3px solid rgba(37,37,37,.1);border-top-color:#252525;border-radius:50%;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}.header__search-empty,.header__search-error{padding:40px 20px;text-align:center;color:#939393;font-size:15px}.header__search-sections{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.header__search-section-title{font-size:14px;font-weight:500;color:#939393;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.header__search-products{display:grid;gap:16px}.header__search-product{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding:12px;border-radius:4px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header__search-product:hover,.header__search-product:focus-visible{background-color:#fbfbfb}.header__search-product-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:4px;-ms-flex-negative:0;flex-shrink:0}.header__search-product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.header__search-product-title{font-size:15px;font-weight:400;color:#252525}.header__search-product-price{font-size:14px;color:#939393}.header__search-collections{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.header__search-collection{padding:8px 16px;background-color:#fbfbfb;border-radius:20px;font-size:14px;color:#252525;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header__search-collection:hover,.header__search-collection:focus-visible{background-color:#eee}.header__search-all{display:block;margin-top:32px;padding:12px 24px;text-align:center;background-color:#252525;color:#fff;border-radius:4px;font-size:15px;font-weight:500;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header__search-all:hover,.header__search-all:focus-visible{background-color:#3f3f3f}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body:has(.header__mobile-overlay.is-active),body:has(.header__search-overlay.is-active){overflow:hidden}.hero-slider{width:100%}.hero-slider__slider{position:relative;width:100%;height:700px!important;overflow:hidden}@media (min-width: 1024px){.hero-slider__slider{height:560px!important}}.hero-slider__slide{position:relative;width:100%;height:700px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1024px){.hero-slider__slide{height:560px!important}}.hero-slider__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-slider__background--desktop{display:none}@media (min-width: 1024px){.hero-slider__background--desktop{display:block}}.hero-slider__background--mobile{display:block}@media (min-width: 1024px){.hero-slider__background--mobile{display:none}}.hero-slider__content-container{position:relative;z-index:2;width:100%;max-width:1600px;margin:0 auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width: 1024px){.hero-slider__content-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.hero-slider__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:700px;padding:32px 24px}@media (min-width: 768px){.hero-slider__content{padding:64px}}.hero-slider__title{font-family:Poppins,sans-serif;font-size:clamp(32px,5vw,48px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.hero-slider__title em{font-family:Playfair Display,serif;font-style:italic}.hero-slider__title--desktop{display:none}@media (min-width: 1024px){.hero-slider__title--desktop{display:block}}.hero-slider__title--mobile{display:block}@media (min-width: 1024px){.hero-slider__title--mobile{display:none}}.hero-slider__description{margin-top:32px;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e}.hero-slider__description--desktop{display:none}@media (min-width: 1024px){.hero-slider__description--desktop{display:block}}.hero-slider__description--mobile{display:block}@media (min-width: 1024px){.hero-slider__description--mobile{display:none}}.hero-slider .button{margin-top:32px;-ms-flex-item-align:start;align-self:flex-start}.hero-slider__nav-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;max-width:1600px;margin:0 auto;pointer-events:none;z-index:10}.hero-slider__nav-container{position:absolute;bottom:40px;right:80px;display:none;gap:16px;pointer-events:auto}@media (min-width: 1024px){.hero-slider__nav-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.hero-slider__nav{width:52px;height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#0000;border:1px solid #939393;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#252525}.hero-slider__nav:hover,.hero-slider__nav:active{background-color:#252525;border-color:#252525;color:#fff}.hero-slider__nav:focus-visible{outline:2px solid #252525;outline-offset:2px}.hero-slider__nav.swiper-button-disabled{opacity:.35;cursor:not-allowed}.hero-slider__nav.swiper-button-disabled:hover{background-color:#fff;border-color:#939393;color:#252525}.hero-slider__nav svg{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.hero-slider .swiper-wrapper{height:700px!important}@media (min-width: 1024px){.hero-slider .swiper-wrapper{height:560px!important}}.features-grid{background-color:#fbfbfb}.features-grid__outer-wrapper{margin:0 auto;width:100%}.features-grid__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:50px 20px}@media (min-width: 768px){.features-grid__inner-wrapper{padding:70px 160px}}.features-grid__container{display:none}@media (min-width: 768px){.features-grid__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px}}.features-grid__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:100%}@media (min-width: 768px){.features-grid__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left;gap:24px;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (min-width: 768px){.features-grid__item:nth-child(3){display:none}}@media (min-width: 1024px){.features-grid__item:nth-child(3){display:-webkit-box;display:-ms-flexbox;display:flex}}.features-grid__icon{-ms-flex-negative:0;flex-shrink:0;width:36px;height:36px}.features-grid__icon img,.features-grid__icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.features-grid__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.features-grid__content h4{margin:0;font-family:Poppins,sans-serif;font-size:clamp(24px,3vw,24px);line-height:1.2;letter-spacing:-.02em;color:#252525;font-weight:400}.features-grid__content h4 em,.features-grid__content h4 i{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.features-grid__content h4 p{margin:0;padding:0;display:inline;font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;font-weight:inherit}.features-grid__swiper{display:block!important;overflow:hidden!important;height:auto!important;width:100%!important}@media (min-width: 768px){.features-grid__swiper{display:none!important}}.features-grid__swiper .swiper-wrapper{height:auto!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.features-grid__swiper .swiper-slide{height:auto!important;width:100%!important;-ms-flex-negative:0!important;flex-shrink:0!important}.why-work-with-us{background-color:#fbfbfb}.why-work-with-us__outer-wrapper{width:100%;margin:0 auto}.why-work-with-us__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:32px 24px}@media (min-width: 768px){.why-work-with-us__inner-wrapper{padding:100px 80px}}.why-work-with-us__header{margin-bottom:64px}@media (min-width: 1024px){.why-work-with-us__header{margin-bottom:80px}}.why-work-with-us__tag{margin-bottom:16px}.why-work-with-us__title em{font-family:Playfair Display,serif;font-style:italic}.why-work-with-us__boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media (min-width: 1024px){.why-work-with-us__boxes{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.why-work-with-us__box{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}@media (min-width: 1024px){.why-work-with-us__box{gap:24px;max-width:400px}}.why-work-with-us__box-line{width:36px;height:1px;background-color:#939393;-ms-flex-negative:0;flex-shrink:0;margin-top:16px}.why-work-with-us__box-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.why-work-with-us__box-title{margin-bottom:16px;word-wrap:break-word;overflow-wrap:break-word}.why-work-with-us__box-title em{font-family:Playfair Display,serif;font-style:italic}.why-work-with-us__box-description{word-wrap:break-word;overflow-wrap:break-word}.why-work-with-us__box-description p:not(:last-child){margin-bottom:16px}.innovative-solutions__outer-wrapper{width:100%;margin:0 auto}.innovative-solutions__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:64px 24px}@media (min-width: 768px){.innovative-solutions__inner-wrapper{padding:50px 80px 150px}}.innovative-solutions__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.innovative-solutions__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}}.innovative-solutions__video-container{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:24px}@media (min-width: 1024px){.innovative-solutions__video-container{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto;aspect-ratio:auto}}@media (min-width: 1600px){.innovative-solutions__video-container{aspect-ratio:1/1}}.innovative-solutions__video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.innovative-solutions__text-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.innovative-solutions__text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto}}.innovative-solutions__tag-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:64px}.innovative-solutions__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.innovative-solutions__title em{font-family:Playfair Display,serif;font-style:normal;font-style:italic}.innovative-solutions__title p{margin:0}.innovative-solutions__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e;margin-bottom:36px}.innovative-solutions__description p{margin:0}.innovative-solutions__description p:not(:last-child){margin-bottom:16px}.innovative-solutions__button{-ms-flex-item-align:start;align-self:flex-start}.social-media__outer-wrapper{margin:0 auto;width:100%}.social-media__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:64px 24px}@media (min-width: 768px){.social-media__inner-wrapper{padding:100px 0}}.social-media__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:64px}@media (min-width: 768px){.social-media__header{padding:0 80px}}.social-media__title{font-family:Poppins,sans-serif}.social-media__title em,.social-media__title i{font-style:italic;font-family:Playfair Display,serif}.social-media__grid{display:none}@media (min-width: 1024px){.social-media__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}}.social-media__mobile{display:block;overflow:hidden}@media (min-width: 1024px){.social-media__mobile{display:none}}.social-media__swiper{overflow:visible}.social-media__swiper .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.social-media__swiper .swiper-slide{width:300px;height:300px;-ms-flex-negative:0;flex-shrink:0}.social-media__item{position:relative;display:block;width:100%;height:100%;overflow:hidden;cursor:pointer;text-decoration:none}.social-media__grid .social-media__item{aspect-ratio:1/1}.social-media__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.social-media__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .3s ease,opacity .3s ease;transition:background-color .3s ease,opacity .3s ease;opacity:0}@media (min-width: 1024px){.social-media__item:hover .social-media__overlay{background-color:#00000080;opacity:1}}.social-media__icon{width:64px;height:64px;-o-object-fit:contain;object-fit:contain}.faq{width:100%}.faq__outer-wrapper{margin:0 auto;width:100%}.faq__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:32px 24px}@media (min-width: 768px){.faq__inner-wrapper{padding:100px 80px}}.faq__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.faq__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px}}.faq__intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.faq__intro{-webkit-box-flex:1;-ms-flex:1;flex:1}}.faq__tag{display:block}.faq__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-top:16px}.faq__title em{font-family:Playfair Display,serif;font-style:italic}.faq__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e;margin-top:32px}.faq__description p{margin:0}@media (min-width: 1024px){.faq__questions{-webkit-box-flex:1;-ms-flex:1;flex:1}}.faq__accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media (min-width: 1024px){.faq__accordion{gap:64px}}.faq__item{width:100%}.faq__question-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;background:none;border:none;cursor:pointer;text-align:left;gap:32px}@media (min-width: 1024px){.faq__question-button{gap:64px}}.faq__question-button:focus-visible{outline:2px solid #252525;outline-offset:4px}.faq__question-title{font-family:Poppins,sans-serif;font-size:clamp(20px,3vw,20px);font-weight:400;line-height:1.2;color:#252525;-webkit-box-flex:1;-ms-flex:1;flex:1}.faq__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;position:relative;color:#252525}.faq__icon-minus,.faq__icon-plus{position:absolute;top:0;left:0;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.faq__icon-minus{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.faq__icon-plus,.faq__item.is-open .faq__icon-minus{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0)}.faq__item.is-open .faq__icon-plus{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.faq__answer{margin-top:32px}@media (min-width: 1024px){.faq__answer{margin-top:40px}}.faq__answer[hidden]{display:none}.faq__answer-content{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e}.faq__answer-content p{margin:0}.faq__answer-content p+p{margin-top:16px}.product-banner{width:100%}.product-banner__outer-wrapper{width:100%;margin:0 auto}.product-banner__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:32px 24px}@media (min-width: 768px){.product-banner__inner-wrapper{padding:150px 80px}}.product-banner__banner{position:relative;width:100%;height:900px;border-radius:24px;overflow:hidden;background-image:var(--bg-mobile);background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width: 768px){.product-banner__banner{padding:64px}}@media (min-width: 1024px){.product-banner__banner{height:auto;min-height:400px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:var(--bg-desktop)}}.product-banner__content{position:relative;z-index:1;max-width:100%}@media (min-width: 1024px){.product-banner__content{max-width:480px}}.product-banner__tag{margin-bottom:16px}.product-banner__title{margin-bottom:32px}.product-banner__title h2,.product-banner__title p{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.product-banner__title em{font-family:Playfair Display,serif;font-style:italic}.product-banner__button{display:inline-block}.become-distributor__outer-wrapper{margin:0 auto;width:100%}.become-distributor__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:64px 24px}@media (min-width: 768px){.become-distributor__inner-wrapper{padding:150px 80px}}@media (min-width: 1024px){.become-distributor__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:100px}}@media (min-width: 1024px){.become-distributor__text-block{-webkit-box-flex:0;-ms-flex:0 1 600px;flex:0 1 600px;max-width:600px}}.become-distributor__tag{margin-bottom:16px}.become-distributor__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:24px}@media (min-width: 1024px){.become-distributor__title{margin-bottom:64px}}.become-distributor__title h2,.become-distributor__title p{font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0}.become-distributor__title em,.become-distributor__title i{font-family:Playfair Display,serif;font-style:italic}.become-distributor__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e;margin-bottom:24px}@media (min-width: 1024px){.become-distributor__description{margin-bottom:36px}}.become-distributor__description p{margin-bottom:1em}.become-distributor__description p:last-child{margin-bottom:0}.become-distributor__image-wrapper{display:none}@media (min-width: 1024px){.become-distributor__image-wrapper{display:block;-webkit-box-flex:0;-ms-flex:0 1 650px;flex:0 1 650px;max-width:650px}}.become-distributor__image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.mission-slider{position:relative;width:100%;overflow:hidden}.mission-slider__outer-wrapper{width:100%;margin:0 auto}.mission-slider__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:64px 24px;position:relative}@media (min-width: 768px){.mission-slider__inner-wrapper{padding:250px 80px}}.mission-slider__slider{position:relative;overflow:visible}.mission-slider__slide{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.mission-slider__background{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;max-width:600px;aspect-ratio:1/1;z-index:1;pointer-events:none}@media (min-width: 768px){.mission-slider__background{max-width:800px;width:60%}}.mission-slider__background img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mission-slider__content{position:relative;z-index:2;width:100%;text-align:left;margin:0 auto}@media (min-width: 1024px){.mission-slider__content{text-align:center;max-width:600px}}@media (min-width: 1366px){.mission-slider__content{max-width:800px}}.mission-slider__tag{margin-bottom:16px}.mission-slider__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:64px}.mission-slider__title em{font-family:Playfair Display,serif;font-style:italic}.mission-slider__title p{margin:0}.mission-slider__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e}.mission-slider__description p{margin:0}.mission-slider__description p:not(:last-child){margin-bottom:16px}.mission-slider__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-top:64px;position:relative;z-index:10}@media (min-width: 1024px){.mission-slider__navigation{position:absolute;top:50%;left:80px;right:80px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:0;gap:0}}.mission-slider__nav{width:52px;height:52px;border-radius:100px;border:1px solid #939393;background-color:#0000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;-ms-flex-negative:0;flex-shrink:0;color:#252525}.mission-slider__nav:hover,.mission-slider__nav:active{background-color:#252525;border-color:#252525;color:#fff}.mission-slider__nav:focus-visible{outline:2px solid #252525;outline-offset:2px}.mission-slider__nav svg{width:24px;height:24px;-webkit-transition:color .3s ease;transition:color .3s ease}.collections-slider__outer-wrapper{width:100%;margin:0 auto}.collections-slider__inner-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:64px 24px}@media (min-width: 768px){.collections-slider__inner-wrapper{padding:50px 80px}}.collections-slider__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:64px}@media (min-width: 1024px){.collections-slider__header{margin-bottom:80px}}.collections-slider__heading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.collections-slider__title em{font-family:Playfair Display,serif;font-style:italic}.collections-slider__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.collections-slider__navigation--desktop{display:none}@media (min-width: 1024px){.collections-slider__navigation--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.collections-slider__navigation--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:64px}@media (min-width: 1024px){.collections-slider__navigation--mobile{display:none}}.collections-slider__nav-button{width:52px;height:52px;border-radius:100px;border:1px solid #939393;background-color:#0000;color:#252525;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.collections-slider__nav-button:hover{background-color:#252525;border-color:#252525;color:#fff}.collections-slider__nav-button:active{background-color:#252525;border-color:#252525;color:#fff;-webkit-transform:none;transform:none}.collections-slider__nav-button:focus-visible{outline:2px solid #252525;outline-offset:2px}.collections-slider__nav-button:disabled{opacity:.3;cursor:not-allowed}.collections-slider__nav-button:disabled:hover{background-color:#0000;border-color:#939393;color:#252525}.collections-slider__nav-button svg{width:24px;height:24px;-webkit-transition:color .3s ease;transition:color .3s ease;pointer-events:none}.collections-slider__swiper-container{overflow:hidden!important;height:auto!important;min-height:auto!important}.collections-slider__swiper-wrapper{height:auto!important}.collections-slider__slide{height:auto!important;display:-webkit-box;display:-ms-flexbox;display:flex}.collections-slider__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;position:relative}.collections-slider__image-link{display:block;width:100%;overflow:hidden;border-radius:24px;-ms-flex-negative:0;flex-shrink:0}.collections-slider__stretched-link:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.collections-slider__image{width:100%;height:210px;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;border-radius:24px}.collections-slider__image--placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fbfbfb}.collections-slider__image--placeholder svg{width:100%;height:100%;opacity:.3}.collections-slider__image-link:hover .collections-slider__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.collections-slider__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:24px;padding-bottom:8px;-webkit-box-flex:1;-ms-flex:1;flex:1}.collections-slider__text-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.collections-slider__collection-title{font-family:Poppins,sans-serif;font-size:clamp(20px,3vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:12px}.collections-slider__description{font-size:15px;line-height:1.5;color:#3e3e3e;margin-bottom:24px}.collections-slider__button{-ms-flex-item-align:start;align-self:flex-start;margin-top:auto;position:relative;z-index:2}.product-slider__outer-wrapper{width:100%;margin:0 auto}.product-slider__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:32px 24px}@media (min-width: 768px){.product-slider__inner-wrapper{padding:var(--padding-top-desktop, 100px) 80px var(--padding-bottom-desktop, 0px)}}.product-slider__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:64px}@media (min-width: 1024px){.product-slider__header{margin-bottom:80px}}.product-slider__header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.product-slider__title h2,.product-slider__title p{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.product-slider__title h2 em,.product-slider__title p em{font-family:Playfair Display,serif;font-style:italic}.product-slider__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.product-slider__navigation--desktop{display:none}@media (min-width: 1024px){.product-slider__navigation--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-slider__navigation--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:64px}@media (min-width: 1024px){.product-slider__navigation--mobile{display:none}}.product-slider__nav-button{width:52px;height:52px;border-radius:100px;border:1px solid #939393;background-color:#0000;color:#252525;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-slider__nav-button:hover{background-color:#252525;border-color:#252525;color:#fff}.product-slider__nav-button:active{background-color:#252525;border-color:#252525;color:#fff;-webkit-transform:none;transform:none}.product-slider__nav-button:focus-visible{outline:2px solid #252525;outline-offset:2px}.product-slider__nav-button:disabled{opacity:.3;cursor:not-allowed}.product-slider__nav-button:disabled:hover{background-color:#0000;border-color:#939393;color:#252525}.product-slider__nav-button svg{width:24px;height:24px;-webkit-transition:color .3s ease;transition:color .3s ease;pointer-events:none}.product-slider__swiper-container{overflow:hidden!important;height:auto!important;min-height:auto!important}.product-slider__swiper-wrapper{height:auto!important}.product-slider__slide{height:auto!important;display:-webkit-box;display:-ms-flexbox;display:flex}.product-slider__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.product-slider__card-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;text-decoration:none;color:inherit;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.product-slider__image-wrapper{position:relative;width:100%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.product-slider__image{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:16px}@media (min-width: 1024px){.product-slider__image{height:240px}}.product-slider__image--placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fbfbfb}.product-slider__image--placeholder svg{width:50%;height:50%;opacity:.3}.product-slider__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:32px;-webkit-box-flex:1;-ms-flex:1;flex:1}.product-slider__text-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-slider__name{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:1.5;color:#3e3e3e;margin-bottom:4px}.product-slider__category{font-family:Poppins,sans-serif;font-size:14px;font-weight:300;line-height:1.5;color:#939393;margin:0}.product-slider__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:auto}.product-slider__price{font-family:Poppins,sans-serif;font-size:clamp(20px,3vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.product-slider__button{-ms-flex-item-align:start;align-self:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-slider__empty{font-family:Poppins,sans-serif;font-size:15px;color:#939393;text-align:center;padding:40px 0}.products-grid__outer-wrapper{width:100%;margin:0 auto}.products-grid__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:var(--padding-top-mobile) var(--padding-inline-mobile) var(--padding-bottom-mobile)}@media (min-width: 768px){.products-grid__inner-wrapper{padding:var(--padding-top-desktop) var(--padding-inline-desktop) var(--padding-bottom-desktop)}}.products-grid__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;margin-bottom:32px}@media (min-width: 1024px){.products-grid__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:80px;gap:24px}}.products-grid__header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.products-grid__header-right{width:100%}@media (min-width: 1024px){.products-grid__header-right{width:auto;-ms-flex-negative:0;flex-shrink:0}}.products-grid__breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex}.products-grid__breadcrumbs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0}.products-grid__breadcrumb-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products-grid__breadcrumb-item:not(:last-child):after{content:"/";margin-left:8px;color:#939393}.products-grid__breadcrumb-link,.products-grid__breadcrumb-text{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);font-weight:400;line-height:1.5;color:#939393}.products-grid__breadcrumb-link{-webkit-transition:color .3s ease;transition:color .3s ease}.products-grid__breadcrumb-link:hover{color:#252525}.products-grid__title h2,.products-grid__title p{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.products-grid__title h2 em,.products-grid__title p em{font-family:Playfair Display,serif;font-style:italic}.products-grid__search{position:relative;width:100%;max-width:280px}.products-grid__search-icon{position:absolute;left:24px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;color:#939393;pointer-events:none}.products-grid__search-input{width:100%;padding:10px 56px 10px 50px;border:1px solid #ebebeb;border-radius:100px;font-family:Poppins,sans-serif;font-size:14px;font-weight:300;color:#3e3e3e;background-color:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.products-grid__search-input::-webkit-search-cancel-button,.products-grid__search-input::-webkit-search-decoration,.products-grid__search-input::-webkit-search-results-button,.products-grid__search-input::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.products-grid__search-input::-ms-clear,.products-grid__search-input::-ms-reveal{display:none}.products-grid__search-input::-webkit-input-placeholder{color:#939393;font-size:14px}.products-grid__search-input::-moz-placeholder{color:#939393;font-size:14px}.products-grid__search-input:-ms-input-placeholder{color:#939393;font-size:14px}.products-grid__search-input::-ms-input-placeholder{color:#939393;font-size:14px}.products-grid__search-input::placeholder{color:#939393;font-size:14px}.products-grid__search-input:focus{border-color:#252525}.products-grid__search-clear{position:absolute;right:24px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:none;color:#939393;cursor:pointer;padding:0;-webkit-transition:color .3s ease;transition:color .3s ease}.products-grid__search-clear:hover{color:#252525}.products-grid__search-clear svg{width:14px;height:14px}.products-grid__filter-toggle{display:block!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:64px}@media (min-width: 1024px){.products-grid__filter-toggle{display:none!important}}.products-grid__layout{display:-webkit-box;display:-ms-flexbox;display:flex;gap:80px;position:relative}.products-grid__sidebar{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:1000;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;border-radius:16px 16px 0 0;max-height:80vh;overflow-y:auto}@media (min-width: 1024px){.products-grid__sidebar{position:static;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-negative:0;flex-shrink:0;height:auto;-webkit-transform:none;transform:none;background-color:#0000;overflow-y:visible;border-radius:0;max-height:none}}.products-grid__sidebar--active{-webkit-transform:translateY(0);transform:translateY(0)}.products-grid__sidebar-inner{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.products-grid__sidebar-inner{padding:0}}.products-grid__sidebar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}@media (min-width: 1024px){.products-grid__sidebar-header{display:none}}.products-grid__sidebar-title{font-family:Poppins,sans-serif;font-size:clamp(20px,3vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.products-grid__filter-close{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:none;color:#252525;cursor:pointer;padding:0}.products-grid__filter-close:focus-visible{outline:2px solid #252525;outline-offset:2px}.products-grid__filter-close svg{width:24px;height:24px}.products-grid__filters-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}@media (min-width: 1024px){.products-grid__filters-content{margin-bottom:0}}.products-grid__filter:not(:last-child){padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #ebebeb}.products-grid__filter-title{color:#252525;margin-bottom:20px;font-size:clamp(16px,3vw,16px)}.products-grid__filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.products-grid__filter-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.products-grid__filter-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1px solid #939393;border-radius:2px;margin:0;cursor:pointer;position:relative;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .2s ease;transition:all .2s ease}.products-grid__filter-checkbox:checked{background-color:#252525;border-color:#252525}.products-grid__filter-checkbox:checked:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0}.products-grid__filter-checkbox:focus-visible{outline:2px solid #252525;outline-offset:2px}.products-grid__filter-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.products-grid__filter-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:300;color:#252525}.products-grid__filter-count{font-family:Poppins,sans-serif;font-size:14px;font-weight:300;color:#939393}.products-grid__apply-filters{display:block!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:auto}@media (min-width: 1024px){.products-grid__apply-filters{display:none!important}}.products-grid__products{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.products-grid__grid{display:grid;grid-template-columns:1fr;gap:64px 24px}@media (min-width: 480px){.products-grid__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width: 768px){.products-grid__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.products-grid__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1366px){.products-grid__grid{grid-template-columns:repeat(4,1fr)}}.products-grid__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.products-grid__card-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;text-decoration:none;color:inherit;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.products-grid__image-wrapper{position:relative;width:100%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.products-grid__image{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:16px}@media (min-width: 1024px){.products-grid__image{height:240px}}.products-grid__image--placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fbfbfb}.products-grid__image--placeholder svg{width:50%;height:50%;opacity:.3}.products-grid__card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:32px;-webkit-box-flex:1;-ms-flex:1;flex:1}.products-grid__text-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.products-grid__name{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:1.5;color:#3e3e3e;margin-bottom:4px}.products-grid__category{font-family:Poppins,sans-serif;font-size:14px;font-weight:300;line-height:1.5;color:#939393;margin:0}.products-grid__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:auto}.products-grid__price{font-family:Poppins,sans-serif;font-size:clamp(20px,3vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.products-grid__button{-ms-flex-item-align:start;align-self:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.products-grid__empty,.products-grid__no-results{font-family:Poppins,sans-serif;font-size:15px;color:#939393;text-align:center;padding:40px 0}.products-grid__overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#25252580;z-index:999;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}@media (min-width: 1024px){.products-grid__overlay{display:none}}.products-grid__overlay--active{opacity:1;visibility:visible}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.before-after__outer-wrapper{margin:0 auto;width:100%}.before-after__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:32px 24px}@media (min-width: 768px){.before-after__inner-wrapper{padding:50px 80px}}.before-after__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.before-after__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:24px}}.before-after__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.before-after__heading{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.before-after__heading em{font-family:Playfair Display,serif;font-style:italic}.before-after__heading p{margin:0}.before-after__nav{display:none}@media (min-width: 1024px){.before-after__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-ms-flex-negative:0;flex-shrink:0}}.before-after__nav-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:64px}@media (min-width: 1024px){.before-after__nav-mobile{display:none}}.before-after__nav-button{width:52px;height:52px;border-radius:100px;border:1px solid #939393;background-color:#0000;color:#252525;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.before-after__nav-button:hover,.before-after__nav-button:active{background-color:#252525;border-color:#252525;color:#fff}.before-after__nav-button:focus-visible{outline:2px solid #252525;outline-offset:2px}.before-after__nav-button svg{width:24px;height:24px;-webkit-transition:color .3s ease;transition:color .3s ease}.before-after__slider-wrapper{margin-top:64px}@media (min-width: 1024px){.before-after__slider-wrapper{margin-top:80px}}.before-after__slider{overflow:visible}.before-after__slide{height:auto}.before-after__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.before-after__image-wrapper{width:100%;border-radius:8px;overflow:hidden}.before-after__image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.before-after__content{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.before-after__card-tagline{margin-bottom:16px}.before-after__card-title{font-family:Poppins,sans-serif;font-size:clamp(20px,3vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:24px}.before-after__card-description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;font-weight:300;color:#3e3e3e;margin:0}.product-description__outer-wrapper{margin:0 auto;width:100%;position:relative}.product-description__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:64px 24px}@media (min-width: 768px){.product-description__inner-wrapper{padding:100px 80px}}.product-description__content-wrapper{max-width:860px;width:100%}.product-description__side-object{display:none}@media (min-width: 1024px){.product-description__side-object{display:block;position:absolute;top:0;right:0;width:auto;max-width:500px;z-index:1;pointer-events:none}.product-description__side-object img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}}.product-description__section:not(:first-child){margin-top:64px}.product-description__title{font-family:Poppins,sans-serif;font-size:clamp(32px,3vw,32px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.product-description__title em,.product-description__title i,.product-description__title--decorative{font-family:Playfair Display,serif;font-style:italic}.product-description__content{margin-top:32px;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e}.product-description__content p{margin-bottom:16px}.product-description__content p:last-child{margin-bottom:0}.product-description__content strong{font-weight:700}.product-description__content ul,.product-description__content ol{margin-bottom:16px;padding-left:20px}.product-description__content ul li,.product-description__content ol li{margin-bottom:8px}.product-description__content ul li:last-child,.product-description__content ol li:last-child{margin-bottom:0}.product-description__content ul{list-style:disc}.product-description__content ol{list-style:decimal}.product-description__banner{margin-top:64px;padding:32px;background-color:#fbfbfb;border-radius:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media (min-width: 1024px){.product-description__banner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding:32px}}.product-description__banner-content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width: 1024px){.product-description__banner-content{max-width:100%}}.product-description__banner-tag{display:block;margin-bottom:16px}.product-description__banner-title{font-family:Poppins,sans-serif;font-size:clamp(32px,3vw,32px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.product-description__banner-title em,.product-description__banner-title i{font-family:Playfair Display,serif;font-style:italic}.product-description__banner-description{margin-top:32px;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e}.product-description__banner-image{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:250px;margin:0 auto}@media (min-width: 1024px){.product-description__banner-image{margin:0}}.product-description__banner-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.product-description__fixed-banner{margin-top:64px;position:relative;height:600px;overflow:hidden;border-radius:24px}@media (min-width: 768px){.product-description__fixed-banner{height:340px}}.product-description__fixed-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.product-description__fixed-banner-content{position:relative;z-index:2;padding:24px}@media (min-width: 768px){.product-description__fixed-banner-content{padding:64px 44px;max-width:400px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.product-description__fixed-banner-tag{display:block;margin-bottom:16px}.product-description__fixed-banner-title{font-family:Poppins,sans-serif;font-size:clamp(32px,3vw,32px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.product-description__fixed-banner-title em,.product-description__fixed-banner-title i{font-family:Playfair Display,serif;font-style:italic}.product-description__fixed-banner-description{margin-top:16px;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e}.product-description__composition-table-wrapper{margin-top:32px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (min-width: 375px){.product-description__composition-table-wrapper{overflow-x:visible}}.product-description__composition-table{width:100%;min-width:480px;border-collapse:separate;border-spacing:0;border:1px solid #e0e0e0;border-radius:16px;overflow:hidden}@media (min-width: 375px){.product-description__composition-table{min-width:0}}.product-description__composition-table th,.product-description__composition-table td{padding:20px 24px;font-family:Poppins,sans-serif;font-size:14px;color:#252525;text-align:left;border-bottom:1px solid #e0e0e0}.product-description__composition-table th{font-weight:500}.product-description__composition-table td{font-weight:400}.product-description__composition-table-ingredient{width:70%;border-right:1px solid #e0e0e0}.product-description__composition-table-amount{width:30%}.product-description__composition-table tbody tr:last-child td{border-bottom:none}.product-description__composition-table-note{margin-top:16px;font-size:14px;color:#3e3e3e}.appstle-save-badge{color:#252525!important}.appstle_select_label{margin:16px 0!important}.appstle_single_option_text{display:none!important}.appstle_subscription_wrapper_option{border-color:#e0e0e0!important;border-radius:12px!important}.appstle_subscription_wrapper_option .appstle-custom-benefits{overflow:hidden;max-height:0;padding:0;margin-top:0;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:max-height .16s ease-out,padding .16s ease-out,margin-top .16s ease-out,opacity .14s ease-out;transition:max-height .16s ease-out,padding .16s ease-out,margin-top .16s ease-out,opacity .14s ease-out;will-change:max-height,padding,margin-top,opacity;border-radius:10px;font-size:14px;line-height:1.55}.appstle_subscription_wrapper_option .appstle-custom-benefits .row{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:12px 0}.appstle_subscription_wrapper_option .appstle-custom-benefits .check{width:24px;height:24px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;color:#252525}.appstle_subscription_wrapper_option.appstle-active-option{border:1px solid #252525!important}.appstle_subscription_wrapper_option .appstle_one_time_details_wrapper label,.appstle_subscription_wrapper_option .appstle_subscription_radio_wrapper label{font-weight:400;font-size:15px;color:#252525}.appstle_subscription_wrapper_option.appstle_include_dropdown.appstle-active-option .appstle-custom-benefits{max-height:420px;margin-top:12px;opacity:1;visibility:visible;pointer-events:auto}.appstle_subscription_amount.transcy-money{font-weight:600}@media (prefers-reduced-motion: reduce){.appstle_subscription_wrapper_option .appstle-custom-benefits{-webkit-transition:none;transition:none}}.appstle_subscription_wrapper_option{border:1px solid #e0e0e0!important}.appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_compare_amount{color:#939393!important}.appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_amount,.appstle_subscription_amount{color:#252525!important;font-weight:500}.appstle_sub_widget.WIDGET_TYPE_7 .appstle_select{border-radius:36px!important;border:1px solid #e0e0e0!important}.WIDGET_TYPE_7 .appstle_custom_select:before{right:16px}@media (min-width: 480px){.WIDGET_TYPE_7 .appstle_custom_select:before{right:24px}}.appstle_sub_widget.WIDGET_TYPE_7 .appstle_circle{border:1px solid #e0e0e0!important}.appstle_sub_widget.WIDGET_TYPE_7 .appstle_dot{background-color:#252525!important}.WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle_include_dropdown{margin-top:24px!important}.appstle_subscription_wrapper .appstle_subscription_wrapper_option{border:1px solid #e0e0e0!important}.appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle-active-option{border:2px solid #252525!important}.appstle_subscription_wrapper_option input[type=radio]:focus+label span.appstle_circle:before{border:none!important}.appstle-tootltip-parent{display:none!important}.product__outer-wrapper{margin:0 auto;width:100%}.product__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:32px 24px}@media (min-width: 768px){.product__inner-wrapper{padding:50px 80px 0}}@media (min-width: 1024px){.product__inner-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:100px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.product__mobile-header{display:block;width:100%;margin-bottom:30px}@media (min-width: 1024px){.product__mobile-header{display:none}}.product__desktop-header{display:none}@media (min-width: 1024px){.product__desktop-header{display:block}}.product__gallery{width:100%;margin-bottom:30px}@media (min-width: 1024px){.product__gallery{margin-bottom:0}}.product__main-image{width:100%;aspect-ratio:1/1;overflow:hidden;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:16px}.product__main-image:hover{opacity:.9}.product__main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product__thumbnails{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;margin-top:24px}.product__thumbnail{width:75px;height:75px;-ms-flex-negative:0;flex-shrink:0;padding:0;border:2px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;overflow:hidden;border-radius:8px}.product__thumbnail:hover{border-color:#e0e0e0}.product__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product__info{width:100%}.product__breadcrumbs{font-size:clamp(16px,3vw,16px);color:#939393;margin-bottom:24px}.product__breadcrumb-link{color:#939393;-webkit-transition:color .3s ease;transition:color .3s ease}.product__breadcrumb-link:hover{color:#252525}.product__breadcrumb-text,.product__breadcrumb-current{color:#939393}.product__breadcrumb-separator{margin:0 8px}.product__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:48px!important}.product__title-decorative{font-family:Playfair Display,serif;font-style:italic}.product__title-regular{font-family:Poppins,sans-serif;font-style:normal}.product__category{font-size:18px;font-weight:400;color:#939393;margin-bottom:24px}.product__description{font-size:15px;line-height:1.5;color:#3e3e3e;margin-bottom:30px}@media (min-width: 1024px){.product__description{margin-bottom:48px}}.product__description p{margin-bottom:16px}.product__description p:last-child{margin-bottom:0}.product__features{margin-bottom:30px}@media (min-width: 1024px){.product__features{margin-bottom:48px}}.product__features-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#252525;margin-bottom:24px}.product__features-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media (min-width: 1024px){.product__features-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.product__feature-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 24px;background-color:#fbfbfb;border-radius:100px;width:100%}@media (min-width: 1024px){.product__feature-tag{width:auto}}.product__feature-icon{width:auto;height:20px;-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.product__feature-title{font-size:14px;font-weight:400;color:#3e3e3e;white-space:nowrap}.product__subscription{margin-bottom:30px}@media (min-width: 1024px){.product__subscription{margin-bottom:48px}}.product__purchase{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.product__purchase{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.product__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:12px 24px;border:1px solid #e0e0e0;border-radius:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width: 1024px){.product__quantity{width:auto}}.product__quantity-btn{background:none;border:none;font-size:20px;font-weight:400;color:#252525;cursor:pointer;padding:0;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:color .3s ease;transition:color .3s ease}.product__quantity-btn:hover{color:#939393}.product__quantity-btn:focus-visible{outline:2px solid #252525;outline-offset:2px}.product__quantity-input{width:20px;text-align:center;font-size:15px;color:#252525;border:none;background:none;-moz-appearance:textfield}.product__quantity-input::-webkit-outer-spin-button,.product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__quantity-input:focus-visible{outline:none}.product-gallery-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-gallery-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#252525f2;cursor:pointer}.product-gallery-modal__content{position:relative;z-index:10000;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:60px 10px 50px}@media (min-width: 768px){.product-gallery-modal__content{padding:70px 15px 60px}}@media (min-width: 1024px){.product-gallery-modal__content{padding:70px 80px 60px}}.product-gallery-modal__close{position:fixed;top:10px;right:10px;background:#25252580;border:none;color:#fff;font-size:32px;line-height:1;cursor:pointer;padding:8px;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:10002;border-radius:50%}.product-gallery-modal__close:hover{background:#252525b3}.product-gallery-modal__close:focus-visible{outline:2px solid #fff;outline-offset:4px}@media (min-width: 768px){.product-gallery-modal__close{top:15px;right:15px;font-size:36px;width:44px;height:44px}}@media (min-width: 1024px){.product-gallery-modal__close{top:15px;right:15px;font-size:40px;width:48px;height:48px}}.product-gallery-modal__nav{position:fixed;bottom:8px;background:#25252580;border:none;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:8px;border-radius:50%;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:10002}.product-gallery-modal__nav:hover{background:#252525b3}.product-gallery-modal__nav:focus-visible{outline:2px solid #fff;outline-offset:4px}.product-gallery-modal__nav--prev{left:10px}@media (min-width: 768px){.product-gallery-modal__nav--prev{left:15px}}.product-gallery-modal__nav--next{right:10px}@media (min-width: 768px){.product-gallery-modal__nav--next{right:15px}}@media (min-width: 768px){.product-gallery-modal__nav{bottom:12px;font-size:32px;width:48px;height:48px}}@media (min-width: 1024px){.product-gallery-modal__nav{top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:36px;width:56px;height:56px}.product-gallery-modal__nav--prev{left:15px}.product-gallery-modal__nav--next{right:15px}}.product-gallery-modal__image-wrapper{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-gallery-modal__image{display:none;width:100%;min-width:85%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.product-gallery-modal__image{min-width:80%}}@media (min-width: 1024px){.product-gallery-modal__image{min-width:70%}}.product-gallery-modal__image[data-active=true]{display:block}.product-gallery-modal__counter{position:fixed;bottom:16px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);color:#fff;font-size:14px;background:#25252580;padding:6px 12px;border-radius:20px;z-index:10002}@media (min-width: 768px){.product-gallery-modal__counter{bottom:20px;font-size:15px;padding:8px 16px}}@media (min-width: 1024px){.product-gallery-modal__counter{bottom:18px}}.sticky-product-bar{position:fixed;bottom:0;left:0;right:0;width:100%;background-color:#fff;-webkit-box-shadow:0px -4px 12px 0px rgba(0,0,0,.07);box-shadow:0 -4px 12px #00000012;z-index:100;border-top:1px solid #e0e0e0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.sticky-product-bar--visible{-webkit-transform:translateY(0);transform:translateY(0)}.sticky-product-bar__outer-wrapper{margin:0 auto;width:100%}.sticky-product-bar__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:24px}@media (min-width: 768px){.sticky-product-bar__inner-wrapper{padding:24px 80px}}.sticky-product-bar__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}@media (min-width: 768px){.sticky-product-bar__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}}.sticky-product-bar__product-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.sticky-product-bar__product-title{font-size:clamp(24px,3vw,24px);margin:0 0 8px;white-space:normal;overflow:visible;text-overflow:clip}@media (min-width: 768px){.sticky-product-bar__product-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.sticky-product-bar__product-title-decorative{font-family:Playfair Display,serif;font-style:italic}.sticky-product-bar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;-ms-flex-negative:0;flex-shrink:0}@media (min-width: 768px){.sticky-product-bar__actions{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (min-width: 1024px){.sticky-product-bar__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}}.sticky-product-bar__price{font-size:clamp(20px,3vw,20px);font-weight:400;color:#252525;white-space:nowrap}.sticky-product-bar__buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}@media (min-width: 375px){.sticky-product-bar__buttons-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width: 1024px){.sticky-product-bar__buttons-wrapper{gap:24px}}.sticky-product-bar__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:12px 24px;border:1px solid #e0e0e0;border-radius:100px;background-color:#fff}.sticky-product-bar__quantity-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;padding:0;color:#252525;-webkit-transition:color .3s ease;transition:color .3s ease}.sticky-product-bar__quantity-button:hover{color:#939393}.sticky-product-bar__quantity-button:focus-visible{outline:2px solid #252525;outline-offset:2px;border-radius:2px}.sticky-product-bar__quantity-button svg{width:16px;height:16px;display:block}.sticky-product-bar__quantity-input{width:20px;text-align:center;font-size:15px;font-weight:400;color:#252525;-moz-appearance:textfield}.sticky-product-bar__quantity-input::-webkit-outer-spin-button,.sticky-product-bar__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-product-bar__add-button{position:relative;white-space:nowrap}.sticky-product-bar__add-button.is-loading .button-text{opacity:0;visibility:hidden}.sticky-product-bar__add-button.is-loading .button-loading{opacity:1;visibility:visible}.sticky-product-bar__add-button.is-loading .button-success,.sticky-product-bar__add-button.success .button-text,.sticky-product-bar__add-button.success .button-loading{opacity:0;visibility:hidden}.sticky-product-bar__add-button.success .button-success{opacity:1;visibility:visible}.sticky-product-bar__add-button .button-text{-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease}.sticky-product-bar__add-button .button-loading,.sticky-product-bar__add-button .button-success{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease}.sticky-product-bar__add-button .checkmark{width:24px;height:24px;color:#252525}.sticky-product-bar__add-button .spinner{width:20px;height:20px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.sticky-product-bar__add-button .spinner .path{stroke:#252525;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.contact-form__outer-wrapper{width:100%;margin:0 auto}.contact-form__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:32px 24px 64px}@media (min-width: 768px){.contact-form__inner-wrapper{padding:50px 80px 0}}.contact-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.contact-form__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px}}.contact-form__info{width:100%}@media (min-width: 1024px){.contact-form__info{width:50%}}.contact-form__breadcrumbs{margin-bottom:16px}.contact-form__breadcrumbs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.contact-form__breadcrumb-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form__breadcrumb-item:not(:last-child):after{content:"/";margin-left:8px;font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);color:#939393}.contact-form__breadcrumb-link,.contact-form__breadcrumb-text{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);letter-spacing:-.02em;line-height:1.5;color:#939393;-webkit-transition:color .3s ease;transition:color .3s ease}.contact-form__breadcrumb-link:hover{color:#252525}.contact-form__header{margin-bottom:32px}.contact-form__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.contact-form__title em{font-family:Playfair Display,serif;font-style:italic}.contact-form__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e;margin-bottom:40px}@media (min-width: 1024px){.contact-form__description{margin-bottom:64px}}.contact-form__description p{margin:0}.contact-form__info-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.contact-form__info-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fbfbfb;padding:20px;gap:16px}@media (min-width: 1024px){.contact-form__info-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px}}.contact-form__info-box-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.contact-form__info-box-line{width:24px;height:1px;background-color:#939393;-ms-flex-negative:0;flex-shrink:0}.contact-form__info-box-label{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(16px,3vw,16px);line-height:1.5;letter-spacing:-.02em;color:#252525}.contact-form__info-box-value{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);line-height:1.5;letter-spacing:-.02em;color:#252525;text-align:left}@media (min-width: 1024px){.contact-form__info-box-value{text-align:right}}.contact-form__form-wrapper{width:100%}@media (min-width: 1024px){.contact-form__form-wrapper{width:50%}}.contact-form__form-title{font-family:Playfair Display,serif;font-size:clamp(32px,3vw,32px);font-style:italic;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:32px}@media (min-width: 1024px){.contact-form__form-title{display:none}}.contact-form__form-title em{font-family:Playfair Display,serif;font-style:italic}@media (min-width: 1024px){.contact-form__form-container{background-color:#fbfbfb;padding:44px;border-radius:12px}}.contact-form__field{margin-bottom:32px}.contact-form__field-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}@media (min-width: 1366px){.contact-form__field-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0}}.contact-form__field-row .contact-form__field{margin-bottom:0}.contact-form__field-row .contact-form__field:not(:last-child){margin-bottom:32px}@media (min-width: 1366px){.contact-form__field-row .contact-form__field{margin-bottom:0}.contact-form__field-row .contact-form__field:not(:last-child){margin-right:24px}}.contact-form__field--half{width:100%}@media (min-width: 1366px){.contact-form__field--half{width:50%}}.contact-form__label{display:block;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;color:#252525;margin-bottom:12px}.contact-form__input{width:100%;padding:8px 18px;border:1px solid #e0e0e0;border-radius:100px;background-color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;color:#252525;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.contact-form__input::-webkit-input-placeholder{color:#939393}.contact-form__input::-moz-placeholder{color:#939393}.contact-form__input:-ms-input-placeholder{color:#939393}.contact-form__input::-ms-input-placeholder{color:#939393}.contact-form__input::placeholder{color:#939393}.contact-form__input:focus{border-color:#252525;outline:none}.contact-form__textarea{width:100%;padding:18px;border:1px solid #e0e0e0;border-radius:12px;background-color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;color:#252525;resize:vertical;min-height:120px;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.contact-form__textarea::-webkit-input-placeholder{color:#939393}.contact-form__textarea::-moz-placeholder{color:#939393}.contact-form__textarea:-ms-input-placeholder{color:#939393}.contact-form__textarea::-ms-input-placeholder{color:#939393}.contact-form__textarea::placeholder{color:#939393}.contact-form__textarea:focus{border-color:#252525;outline:none}.contact-form__consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;margin-bottom:32px}.contact-form__checkbox{width:16px;height:16px;min-width:16px;min-height:16px;border:1px solid #e0e0e0;border-radius:2px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;margin-top:2px}.contact-form__checkbox:checked{background-color:#252525;border-color:#252525;position:relative}.contact-form__checkbox:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.contact-form__checkbox:focus-visible{outline:2px solid #252525;outline-offset:2px}.contact-form__consent-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:300;line-height:1.5;color:#252525;cursor:pointer}.contact-form__submit{width:auto}.contact-form__message{margin-top:24px;padding:16px;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5}.contact-form__message--success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.contact-form__message--error{background-color:#ffebee;color:#c62828;border:1px solid #f44336}.contact-form__message--error p{margin:0 0 8px}.contact-form__message--error p:last-child{margin-bottom:0}.location-map__outer-wrapper{width:100%;margin:0 auto}.location-map__inner-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:0}@media (min-width: 768px){.location-map__inner-wrapper{padding:100px 80px 0}}.location-map__map-container{position:relative;width:100%;height:800px;overflow:hidden;padding-top:64px;border-radius:24px}@media (min-width: 1024px){.location-map__map-container{height:650px;padding:0 100px}}.location-map__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.location-map__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.location-map__background--desktop{display:none}@media (min-width: 1024px){.location-map__background--desktop{display:block}}.location-map__background--mobile{display:block}@media (min-width: 1024px){.location-map__background--mobile{display:none}}.location-map__content-box{position:relative;z-index:1;background-color:#fff;padding:32px;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 48px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:16px}@media (min-width: 1024px){.location-map__content-box{padding:64px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto 0 0;position:absolute;top:50%;left:100px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.location-map__title{margin-top:12px;font-family:Poppins,sans-serif;font-size:clamp(32px,3vw,32px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.location-map__title em{font-family:Playfair Display,serif;font-style:italic}.location-map__title p{margin:0;font-size:inherit;line-height:inherit;color:inherit}.location-map__title p em{font-family:Playfair Display,serif;font-style:italic}.location-map__description{margin-top:32px;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;line-height:1.5;color:#3e3e3e}.location-map__description p{margin:0;font-size:inherit;line-height:inherit;color:inherit}.location-map__button{margin-top:32px}.company-history__outer-wrapper{margin:0 auto;width:100%}.company-history__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:64px 24px}@media (min-width: 768px){.company-history__inner-wrapper{padding:0 80px 100px}}.company-history__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px;margin-bottom:64px}@media (min-width: 1024px){.company-history__header{margin-bottom:120px}}.company-history__tag-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:650px}.company-history__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}.company-history__title em{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.company-history__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;font-weight:300;color:#3e3e3e;max-width:650px}.company-history__description p{margin:0}.company-history__timeline{position:relative;width:100%}.company-history__timeline-line{display:none}@media (min-width: 1024px){.company-history__timeline-line{display:block;position:absolute;left:50%;top:0;height:100%;width:1px;background-color:#e0e0e0;-webkit-transform:translateX(-50%);transform:translate(-50%);z-index:1;pointer-events:none}}.company-history__timeline-indicator{display:none}@media (min-width: 1024px){.company-history__timeline-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:50%;top:0;width:52px;height:52px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;background-color:#fff;border-radius:50%;-webkit-transition:top .1s ease-out;transition:top .1s ease-out}}.company-history__timeline-icon{width:52px;height:52px;-o-object-fit:contain;object-fit:contain}.company-history__timeline-icon-placeholder{width:52px;height:52px;background-color:#252525;border-radius:50%}.company-history__blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;width:100%}@media (min-width: 1024px){.company-history__blocks{gap:clamp(80px,8vw,100px)}}.company-history__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;width:100%;max-width:100%}@media (min-width: 1024px){.company-history__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(72px,7vw,90px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1024px){.company-history__block--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.company-history__block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media (min-width: 1024px){.company-history__block-content{max-width:clamp(350px,35vw,520px);-ms-flex-negative:0;flex-shrink:0}}.company-history__year{font-family:Playfair Display,serif;font-size:48px;font-style:italic;font-weight:400;line-height:1;color:#252525;margin:0 0 12px}@media (min-width: 1024px){.company-history__year{font-size:64px}}.company-history__block-title{font-family:Poppins,sans-serif;font-size:clamp(32px,3vw,32px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0 0 32px}.company-history__block-title em{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.company-history__block-title p{margin:0}.company-history__block-description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;font-weight:300;color:#3e3e3e}.company-history__block-description p{margin:0}.company-history__block-image{width:100%;max-width:100%;aspect-ratio:1/1;border-radius:24px;overflow:hidden;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width: 1024px){.company-history__block-image{width:clamp(350px,35vw,500px);height:clamp(350px,35vw,500px);aspect-ratio:auto;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.company-history__block-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.learn-more__outer-wrapper{margin:0 auto;width:100%}.learn-more__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:32px 24px}@media (min-width: 768px){.learn-more__inner-wrapper{padding:50px 80px 100px}}@media (min-width: 1024px){.learn-more__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:100px}}@media (min-width: 1024px){.learn-more__text-block{-webkit-box-flex:0;-ms-flex:0 1 600px;flex:0 1 600px;max-width:600px}}.learn-more__breadcrumbs{margin-bottom:16px}.learn-more__breadcrumbs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learn-more__breadcrumb-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#939393}.learn-more__breadcrumb-item:not(:last-child):after{content:"/";margin-left:8px;color:#939393}.learn-more__breadcrumb-link{color:#939393;-webkit-transition:color .3s ease;transition:color .3s ease}.learn-more__breadcrumb-link:hover{color:#252525}.learn-more__breadcrumb-text{color:#939393}.learn-more__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin-bottom:24px}@media (min-width: 1024px){.learn-more__title{margin-bottom:64px}}.learn-more__title h2,.learn-more__title p{font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0}.learn-more__title em,.learn-more__title i{font-family:Playfair Display,serif;font-style:italic}.learn-more__description{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#3e3e3e;margin-bottom:24px}@media (min-width: 1024px){.learn-more__description{margin-bottom:36px}}.learn-more__description p{margin-bottom:1em}.learn-more__description p:last-child{margin-bottom:0}.learn-more__image-wrapper{display:none}@media (min-width: 1024px){.learn-more__image-wrapper{display:block;-webkit-box-flex:0;-ms-flex:0 1 650px;flex:0 1 650px;max-width:650px}}.learn-more__image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.cart-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-section__outer-wrapper{width:100%;margin:0 auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-section__inner-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:32px 24px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 768px){.cart-section__inner-wrapper{padding:50px 80px 100px}}.cart-section__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:64px}.cart-section__title{font-size:clamp(32px,4.5vw,40px);color:#252525;font-family:Poppins,sans-serif}.cart-section__title em{font-family:Playfair Display,serif;font-style:italic}.cart-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (min-width: 1024px){.cart-section__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px}}.cart-section__products{width:100%}.cart-section__products-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-section__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:32px;position:relative;gap:16px}.cart-section__product:last-child{margin-bottom:0}.cart-section__product-image{width:80px;height:80px;aspect-ratio:1/1;-ms-flex-negative:0;flex-shrink:0;border-radius:12px;overflow:hidden}@media (min-width: 768px){.cart-section__product-image{width:150px;height:150px}}.cart-section__product-image img,.cart-section__product-image svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.cart-section__placeholder{width:100%;height:100%;background-color:#2525250d;border-radius:12px}.cart-section__product-details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart-section__product-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cart-section__product-info{padding-right:20px}.cart-section__product-title{font-size:15px;font-weight:400;color:#252525}.cart-section__product-variant{font-size:14px;color:#939393;margin-top:12px}.cart-section__product-remove{font-size:24px;color:#3e3e3e;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.cart-section__product-remove:hover{color:#252525}.cart-section__product-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;margin-top:24px}@media (min-width: 375px){.cart-section__product-bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px}}@media (min-width: 768px){.cart-section__product-bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px}}.cart-section__product-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e0e0e0;border-radius:100px;padding:12px 24px;gap:16px}.cart-section__quantity-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:clamp(20px,3vw,20px);color:#252525;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease;line-height:1}.cart-section__quantity-button:hover{color:#252525}.cart-section__quantity-number{font-size:15px;color:#252525}.cart-section__product-price{font-size:18px;font-weight:500;color:#252525}.cart-section__shipping-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fbfbfb;padding:24px;border-radius:16px;margin-top:64px}.cart-section__icon-box{-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;margin-right:24px;color:#252525}.cart-section__icon-box img,.cart-section__icon-box svg{width:100%;height:100%}.cart-section__shipping-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cart-section__shipping-title{font-size:clamp(20px,3vw,20px);font-weight:400;color:#252525;margin-bottom:12px}.cart-section__shipping-message{font-size:15px;color:#3e3e3e}.cart-section__summary{width:100%;background-color:#fbfbfb;padding:32px;margin-top:64px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:24px}@media (min-width: 1024px){.cart-section__summary{width:40%;max-width:380px;margin-top:0}}.cart-section__summary-title{font-size:clamp(20px,3vw,20px);color:#252525;margin-bottom:32px;font-family:Poppins,sans-serif}.cart-section__summary-title em{font-family:Playfair Display,serif;font-style:italic}.cart-section__summary-amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}.cart-section__total-price{font-size:clamp(32px,3vw,32px);font-weight:500;color:#252525;margin-bottom:8px}.cart-section__shipping-cost{font-size:14px;color:#3e3e3e}.cart-section__checkout-button{display:block;width:auto;text-align:center}.cart-section__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;margin:0 auto}@media (min-width: 768px){.cart-section__empty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.cart-section__empty-icon{width:40px;height:40px;margin-bottom:24px;color:#252525}.cart-section__empty-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-section__empty-icon svg{width:100%;height:100%}.cart-section__empty-title{font-size:clamp(32px,3vw,32px);color:#252525;margin-bottom:16px}.cart-section__empty-text{font-size:15px;color:#3e3e3e;margin-bottom:32px;max-width:400px}*,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;font-weight:300;color:#3e3e3e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;border:none;background:none;outline:none}a{text-decoration:none;color:inherit;-webkit-transition:color .3s ease;transition:color .3s ease}a:hover{color:#000}ul,ol{list-style:none;padding-left:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}h1{font-size:clamp(32px,5vw,48px)}h2{font-size:clamp(32px,4.5vw,40px)}h3{font-size:clamp(32px,3vw,32px)}h4{font-size:clamp(24px,3vw,24px)}p{font-family:Poppins,sans-serif}button{cursor:pointer}.button{display:inline-block;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.5;padding:12px 36px;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center;position:relative}.button--primary{background-color:#252525;color:#fff}.button--primary:hover{background-color:#0000;border:1px solid #252525;color:#252525}.button--outline{padding:12px 36px;border:1px solid #939393;color:#252525}.button--outline:hover{color:#fff;background-color:#252525}.tagline{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);letter-spacing:-.02em;line-height:1.5;color:#939393}.container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto}*:focus-visible{outline:none}.swiper,.swiper-wrapper,.swiper-container,.swiper-initialized,.swiper-horizontal,[class*=swiper-]{height:auto!important;min-height:0!important;max-height:none!important}button[class*=swiper-]{height:48px!important}.hero-slider__slider,.featured-products__slider,.swiper-backface-hidden{height:auto!important}.woocommerce-Price-amount.amount{text-decoration:none}cart-drawer.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none}cart-drawer.drawer.active{visibility:visible;pointer-events:auto}cart-drawer.drawer.active__overlay,cart-drawer.drawer.active .cart-drawer__overlay{opacity:1}cart-drawer.drawer.active__inner,cart-drawer.drawer.active .drawer__inner{-webkit-transform:translateY(0);transform:translateY(0)}@media (min-width: 1024px){cart-drawer.drawer.active__inner,cart-drawer.drawer.active .drawer__inner{-webkit-transform:translateX(0);transform:translate(0)}}cart-drawer.drawer__overlay,cart-drawer.drawer .cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}cart-drawer.drawer__inner,cart-drawer.drawer .drawer__inner{position:absolute;bottom:0;left:0;right:0;width:100%;max-height:90vh;background:#fff;border-radius:16px 16px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);outline:none;border:1px solid #e0e0e0;border-bottom:none}@media (min-width: 1024px){cart-drawer.drawer__inner,cart-drawer.drawer .drawer__inner{position:fixed;right:0;left:auto;top:0;bottom:0;max-height:100vh;width:min(100%,var(--drawer-width, 420px));border-radius:0;border:none;border-left:1px solid #e0e0e0;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}}cart-drawer.drawer__header,cart-drawer.drawer .drawer__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px 24px;border-bottom:1px solid #e0e0e0;-ms-flex-negative:0;flex-shrink:0}@media (min-width: 1024px){cart-drawer.drawer__header,cart-drawer.drawer .drawer__header{padding:16px 20px}}cart-drawer.drawer__header-heading,cart-drawer.drawer__header .drawer__heading,cart-drawer.drawer .drawer__header-heading,cart-drawer.drawer .drawer__header .drawer__heading{margin:0;font-family:Poppins,sans-serif;font-size:clamp(24px,3vw,24px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525}cart-drawer.drawer__header-heading em,cart-drawer.drawer__header .drawer__heading em,cart-drawer.drawer .drawer__header-heading em,cart-drawer.drawer .drawer__header .drawer__heading em{font-family:Playfair Display,serif;font-style:italic;font-weight:400}cart-drawer.drawer__header-close,cart-drawer.drawer__header .drawer__close,cart-drawer.drawer .drawer__header-close,cart-drawer.drawer .drawer__header .drawer__close{background:none;border:0;cursor:pointer;font-size:18px;color:#252525;-webkit-transition:color .2s ease;transition:color .2s ease;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}cart-drawer.drawer__header-close:hover,cart-drawer.drawer__header .drawer__close:hover,cart-drawer.drawer .drawer__header-close:hover,cart-drawer.drawer .drawer__header .drawer__close:hover{color:#000}cart-drawer.drawer__header-close svg,cart-drawer.drawer__header .drawer__close svg,cart-drawer.drawer .drawer__header-close svg,cart-drawer.drawer .drawer__header .drawer__close svg{display:block}cart-drawer.drawer__contents,cart-drawer.drawer .drawer__contents{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;overflow-x:hidden}cart-drawer.drawer__upsell,cart-drawer.drawer .drawer__upsell{border-top:1px solid #e0e0e0;background:#fbfbfb;padding:16px;-ms-flex-negative:0;flex-shrink:0}cart-drawer.drawer__upsell-inner,cart-drawer.drawer__upsell .drawer__upsell-inner,cart-drawer.drawer .drawer__upsell-inner,cart-drawer.drawer .drawer__upsell .drawer__upsell-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}cart-drawer.drawer__upsell-badge,cart-drawer.drawer__upsell .drawer__upsell-badge,cart-drawer.drawer .drawer__upsell-badge,cart-drawer.drawer .drawer__upsell .drawer__upsell-badge{font-size:14px;color:#3e3e3e;width:100%}cart-drawer.drawer__upsell-product-wrapper,cart-drawer.drawer .drawer__upsell-product-wrapper{display:grid;grid-template-columns:96px 1fr;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}cart-drawer.drawer__upsell-media,cart-drawer.drawer__upsell .drawer__upsell-media,cart-drawer.drawer .drawer__upsell-media,cart-drawer.drawer .drawer__upsell .drawer__upsell-media{width:96px;height:96px;-ms-flex-negative:0;flex-shrink:0}cart-drawer.drawer__upsell-media a,cart-drawer.drawer__upsell .drawer__upsell-media a,cart-drawer.drawer .drawer__upsell-media a,cart-drawer.drawer .drawer__upsell .drawer__upsell-media a{display:block;width:100%;height:100%}cart-drawer.drawer__upsell-media img,cart-drawer.drawer__upsell .drawer__upsell-media img,cart-drawer.drawer .drawer__upsell-media img,cart-drawer.drawer .drawer__upsell .drawer__upsell-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px;display:block}cart-drawer.drawer__upsell-content,cart-drawer.drawer__upsell .drawer__upsell-content,cart-drawer.drawer .drawer__upsell-content,cart-drawer.drawer .drawer__upsell .drawer__upsell-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}cart-drawer.drawer__upsell-title,cart-drawer.drawer__upsell .drawer__upsell-title,cart-drawer.drawer .drawer__upsell-title,cart-drawer.drawer .drawer__upsell .drawer__upsell-title{display:inline-block;margin:0;color:#252525;text-decoration:none;font-weight:400;font-size:14px;-webkit-transition:color .2s ease;transition:color .2s ease}cart-drawer.drawer__upsell-title:hover,cart-drawer.drawer__upsell .drawer__upsell-title:hover,cart-drawer.drawer .drawer__upsell-title:hover,cart-drawer.drawer .drawer__upsell .drawer__upsell-title:hover{color:#000}cart-drawer.drawer__upsell-price,cart-drawer.drawer__upsell .drawer__upsell-price,cart-drawer.drawer .drawer__upsell-price,cart-drawer.drawer .drawer__upsell .drawer__upsell-price{margin:0}cart-drawer.drawer__upsell-price .product-option,cart-drawer.drawer__upsell .drawer__upsell-price .product-option,cart-drawer.drawer .drawer__upsell-price .product-option,cart-drawer.drawer .drawer__upsell .drawer__upsell-price .product-option{font-size:14px;color:#3e3e3e}cart-drawer.drawer__upsell-price s,cart-drawer.drawer__upsell .drawer__upsell-price s,cart-drawer.drawer .drawer__upsell-price s,cart-drawer.drawer .drawer__upsell .drawer__upsell-price s{opacity:.6;margin-right:6px}cart-drawer.drawer__upsell .button.button--primary,cart-drawer.drawer .drawer__upsell .button.button--primary{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}cart-drawer.drawer__footer,cart-drawer.drawer .drawer__footer{padding:32px 24px;border-top:1px solid #e0e0e0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media (min-width: 1024px){cart-drawer.drawer__footer,cart-drawer.drawer .drawer__footer{padding:32px 16px}}cart-drawer.drawer__footer .totals,cart-drawer.drawer .drawer__footer .totals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}cart-drawer.drawer__footer .totals .totals__total,cart-drawer.drawer .drawer__footer .totals .totals__total{margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;color:#3e3e3e}cart-drawer.drawer__footer .totals .totals__total-value,cart-drawer.drawer .drawer__footer .totals .totals__total-value{margin:0;font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);font-weight:400;color:#252525}cart-drawer.drawer__footer .cart__ctas,cart-drawer.drawer .drawer__footer .cart__ctas{display:grid;grid-template-columns:1fr;gap:16px}cart-drawer.drawer__footer .cart__ctas .button,cart-drawer.drawer .drawer__footer .cart__ctas .button{width:100%}cart-drawer.drawer__footer .cart__ctas .button[disabled],cart-drawer.drawer__footer .cart__ctas .button[aria-disabled=true],cart-drawer.drawer .drawer__footer .cart__ctas .button[disabled],cart-drawer.drawer .drawer__footer .cart__ctas .button[aria-disabled=true]{opacity:.55;pointer-events:none}cart-drawer.drawer__footer .cart__ctas .cart-drawer__checkout-btn,cart-drawer.drawer .drawer__footer .cart__ctas .cart-drawer__checkout-btn{width:100%}cart-drawer.drawer__cart-items,cart-drawer.drawer .cart-items{width:100%;border-collapse:collapse}cart-drawer.drawer .cart-item{border-bottom:1px solid #e0e0e0}cart-drawer.drawer .cart-item__media{width:96px;padding:12px;vertical-align:top}cart-drawer.drawer .cart-item__media .cart-item__image{border-radius:4px;width:96px;height:auto;display:block}cart-drawer.drawer .cart-item__details{padding:12px 8px}cart-drawer.drawer .cart-item__details .cart-item__name{display:inline-block;margin:0 0 4px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#252525;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}cart-drawer.drawer .cart-item__details .cart-item__name:hover{color:#000}cart-drawer.drawer .cart-item__details .cart-item__purchase-type{font-family:Poppins,sans-serif;font-size:12px;color:#939393;margin-bottom:4px}cart-drawer.drawer .cart-item__details .cart-item__price,cart-drawer.drawer .cart-item__details .cart-item__discounted-prices{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);font-weight:400;color:#252525;margin-top:4px}cart-drawer.drawer .cart-item__details .cart-item__old-price{font-size:clamp(16px,3vw,16px);color:#939393;text-decoration:line-through;margin-right:6px}cart-drawer.drawer .cart-item__details .cart-item__final-price{font-size:clamp(16px,3vw,16px);color:#252525}cart-drawer.drawer .cart-item__details .product-option{font-size:14px;color:#3e3e3e}cart-drawer.drawer .cart-item__details .cart-item__options{margin-top:4px}cart-drawer.drawer .cart-item__details .cart-item__options dt{color:#939393}cart-drawer.drawer .cart-item__details .cart-item__options dd{margin:0}cart-drawer.drawer .cart-item__totals{padding:12px;text-align:right;white-space:nowrap}cart-drawer.drawer .cart-item__totals .price--end{font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,16px);font-weight:400;color:#252525}cart-drawer.drawer .cart-item__quantity{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}cart-drawer.drawer .cart-item__quantity .button--tertiary{padding:6px;border-radius:8px;line-height:0;color:#252525;-webkit-transition:background .2s ease;transition:background .2s ease}cart-drawer.drawer .cart-item__quantity .button--tertiary:hover{background:#0000000d}cart-drawer.drawer .cart-item__quantity .button--tertiary .icon.icon-remove,cart-drawer.drawer .cart-item__quantity .button--tertiary svg.icon.icon-remove{min-width:1rem;min-height:1rem;display:block}cart-drawer.drawer .quantity{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e0e0e0;border-radius:9999px;background:#fff}cart-drawer.drawer .quantity__button{width:32px;height:32px;border:0;background:#0000;cursor:pointer;font-size:16px;color:#252525;-webkit-transition:background .2s ease;transition:background .2s ease}cart-drawer.drawer .quantity__button:hover{background:#0000000d}cart-drawer.drawer .quantity__button:active{background:#0000001a}cart-drawer.drawer .quantity__input{width:36px;text-align:center;border:0;background:#0000;padding:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;font-size:15px;color:#252525}cart-drawer.drawer .quantity__input::-webkit-outer-spin-button,cart-drawer.drawer .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}cart-drawer.drawer .cart-empty{padding:20px;text-align:center;color:#3e3e3e}body.overflow-hidden{overflow:hidden;position:fixed;width:100%;height:100%}.error-404{width:100%}.error-404__outer-wrapper{width:100%;margin:0 auto}.error-404__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:32px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 768px){.error-404__inner-wrapper{padding:50px 80px 100px}}@media (min-width: 1024px){.error-404__inner-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}}.error-404__content{width:100%}@media (min-width: 1024px){.error-404__content{width:50%}}.error-404__header{margin-bottom:32px}.error-404__header .tagline{display:block;margin-bottom:16px}.error-404__title{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#252525;margin:0}.error-404__title em{font-family:Playfair Display,serif;font-style:italic}.error-404__title p{margin:0}.error-404__description{font-size:15px;color:#3e3e3e;line-height:1.5;margin-bottom:32px}.error-404__description p{margin:0 0 16px}.error-404__description p:last-child{margin-bottom:0}.error-404__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.error-404__illustration{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width: 1024px){.error-404__illustration{width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.error-404__image-container{position:relative;width:280px;height:280px}@media (min-width: 768px){.error-404__image-container{width:320px;height:320px}}@media (min-width: 1024px){.error-404__image-container{width:360px;height:360px}}.error-404__svg{width:100%;height:100%;-webkit-animation:error404-pulse 4s infinite ease-in-out;animation:error404-pulse 4s infinite ease-in-out}@-webkit-keyframes error404-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes error404-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}.search-page{width:100%}.search-page__outer-wrapper{margin:0 auto;width:100%}.search-page__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:32px 24px}@media (min-width: 768px){.search-page__inner-wrapper{padding:50px 80px 100px}}.search-page__header{margin-bottom:40px}@media (min-width: 768px){.search-page__header{margin-bottom:48px}}.search-page__tagline{margin-bottom:16px}.search-page__title-wrapper h1,.search-page__title-wrapper h2,.search-page__title-wrapper h3,.search-page__title-wrapper h4,.search-page__title-wrapper h5,.search-page__title-wrapper h6{font-family:Poppins,sans-serif;font-size:clamp(32px,4.5vw,40px);line-height:1.2;color:#252525;font-weight:400;letter-spacing:-.02em;margin:0}.search-page__title-wrapper h1 em,.search-page__title-wrapper h2 em,.search-page__title-wrapper h3 em,.search-page__title-wrapper h4 em,.search-page__title-wrapper h5 em,.search-page__title-wrapper h6 em{font-family:Playfair Display,serif;font-style:italic}.search-page__form-wrapper{margin-bottom:48px}@media (min-width: 768px){.search-page__form-wrapper{margin-bottom:64px}}.search-page__form{max-width:100%}@media (min-width: 768px){.search-page__form{max-width:600px}}.search-page__input-wrapper{position:relative;width:100%}.search-page__submit{position:absolute;left:24px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:none;color:#939393;cursor:pointer;padding:0;pointer-events:none}.search-page__submit svg{width:14px;height:14px}.search-page__input{width:100%;padding:10px 56px 10px 50px;font-family:Poppins,sans-serif;font-size:14px;font-weight:300;color:#3e3e3e;background-color:#fff;border:1px solid #ebebeb;border-radius:100px;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.search-page__input::-webkit-search-cancel-button,.search-page__input::-webkit-search-decoration,.search-page__input::-webkit-search-results-button,.search-page__input::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.search-page__input::-ms-clear,.search-page__input::-ms-reveal{display:none}.search-page__input::-webkit-input-placeholder{color:#939393;font-size:14px}.search-page__input::-moz-placeholder{color:#939393;font-size:14px}.search-page__input:-ms-input-placeholder{color:#939393;font-size:14px}.search-page__input::-ms-input-placeholder{color:#939393;font-size:14px}.search-page__input::placeholder{color:#939393;font-size:14px}.search-page__input:focus{border-color:#252525;outline:none}.search-page__search-clear{position:absolute;right:24px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:none;color:#939393;cursor:pointer;padding:0;-webkit-transition:color .3s ease;transition:color .3s ease}.search-page__search-clear:hover{color:#252525}.search-page__search-clear:focus-visible{outline:2px solid rgba(37,37,37,.5);outline-offset:2px}.search-page__search-clear svg{width:14px;height:14px}.search-page__results-wrapper{width:100%}.search-page__results-header{margin-bottom:32px}@media (min-width: 768px){.search-page__results-header{margin-bottom:40px}}.search-page__results-count{font-family:Poppins,sans-serif;font-size:15px;color:#3e3e3e;font-weight:300}.search-page__results-count strong{font-weight:500;color:#252525}.search-page__no-results{text-align:center;padding:64px 24px}@media (min-width: 768px){.search-page__no-results{padding:80px 24px}}.search-page__no-results-icon{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-page__no-results-icon svg{width:64px;height:64px}.search-page__no-results-text{font-family:Poppins,sans-serif;font-size:18px;color:#3e3e3e;margin-bottom:12px;font-weight:300}.search-page__no-results-text strong{font-weight:500;color:#252525}.search-page__no-results-suggestion{font-family:Poppins,sans-serif;font-size:15px;color:#939393;font-weight:300}.search-page__results{display:grid;grid-template-columns:1fr;gap:40px 24px}@media (min-width: 768px){.search-page__results{grid-template-columns:repeat(2,1fr);gap:40px 32px}}@media (min-width: 1024px){.search-page__results{grid-template-columns:repeat(4,1fr);gap:48px 32px}}.search-page__pagination{grid-column:1/-1;margin-top:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 768px){.search-page__pagination{margin-top:64px}}.search-page__pagination .prev,.search-page__pagination .page,.search-page__pagination .next{padding:8px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#3e3e3e;border:1px solid #e0e0e0;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease;text-decoration:none;min-width:40px;text-align:center}.search-page__pagination .prev:hover,.search-page__pagination .page:hover,.search-page__pagination .next:hover{border-color:#252525;color:#252525;background-color:#0000}.search-page__pagination .prev:focus-visible,.search-page__pagination .page:focus-visible,.search-page__pagination .next:focus-visible{outline:2px solid rgba(37,37,37,.5);outline-offset:2px}.search-page__pagination .prev.current,.search-page__pagination .page.current,.search-page__pagination .next.current{background-color:#252525;color:#fff;border-color:#252525}.search-page__pagination .prev.disabled,.search-page__pagination .page.disabled,.search-page__pagination .next.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.search-page__pagination .deco{color:#939393;padding:0 4px}.search-result{width:100%;background-color:#0000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-result__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;text-decoration:none;color:inherit;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.search-result__link:hover .search-result__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.search-result__link:focus-visible{outline:2px solid rgba(37,37,37,.5);outline-offset:4px}.search-result__image-wrapper{width:100%;height:280px;overflow:hidden;background-color:#fbfbfb;position:relative;margin-bottom:20px;-ms-flex-negative:0;flex-shrink:0}@media (min-width: 768px){.search-result__image-wrapper{height:350px;margin-bottom:24px}}.search-result__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.search-result__image-placeholder{width:100%;height:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fbfbfb;margin-bottom:20px;-ms-flex-negative:0;flex-shrink:0}@media (min-width: 768px){.search-result__image-placeholder{height:350px;margin-bottom:24px}}.search-result__image-placeholder svg{width:80px;height:80px}.search-result__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.search-result__type{display:inline-block;font-family:Poppins,sans-serif;font-size:12px;color:#939393;font-weight:500;border:1px solid #e0e0e0;background-color:#0000;padding:4px 12px;border-radius:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:4px;letter-spacing:-.02em}.search-result__title{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#252525;font-weight:400;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result__category{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#939393;font-weight:300;margin-bottom:8px}.search-result__excerpt{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#3e3e3e;font-weight:300;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-result__price{font-family:Poppins,sans-serif;font-size:15px;color:#252525;font-weight:500;margin-top:auto;margin-bottom:12px}@media (min-width: 768px){.search-result__price{margin-bottom:16px}}.search-result__button{margin-top:auto}.search-result__button .button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block;text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.shopify-challenge__container{margin:32px auto!important}.shopify-challenge__message{font-size:15px;color:#3e3e3e;margin-bottom:32px!important}.shopify-challenge__button.btn{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:1.5;padding:12px 36px;border-radius:100px;border:1px solid rgba(0,0,0,0);background-color:#252525;color:#fff;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.shopify-challenge__button.btn:hover{background-color:#0000;border:1px solid #252525;color:#252525}.generic-page__outer-wrapper{width:100%;margin:0 auto}.generic-page__inner-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:32px 24px}@media (min-width: 768px){.generic-page__inner-wrapper{padding:50px 80px 100px}}.generic-page__breadcrumbs{margin-bottom:16px}.generic-page__breadcrumbs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.generic-page__breadcrumbs-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.generic-page__breadcrumbs-separator{margin:0 8px}.generic-page__breadcrumbs-link{-webkit-transition:color .3s ease;transition:color .3s ease}.generic-page__breadcrumbs-link:hover{color:#252525}.generic-page__header{margin-bottom:32px}.generic-page__main{width:100%}.generic-page__title{font-size:clamp(32px,4.5vw,40px);font-weight:400;color:#252525}.generic-page__title--decorative{font-family:Playfair Display,serif;font-style:italic}.generic-page__body{max-width:900px;word-wrap:break-word;overflow-wrap:break-word}.generic-page__body h1,.generic-page__body h2,.generic-page__body h3,.generic-page__body h4,.generic-page__body h5,.generic-page__body h6{font-weight:400;color:#252525;margin-bottom:32px;margin-top:64px;word-wrap:break-word;overflow-wrap:break-word}.generic-page__body h1:first-child,.generic-page__body h2:first-child,.generic-page__body h3:first-child,.generic-page__body h4:first-child,.generic-page__body h5:first-child,.generic-page__body h6:first-child{margin-top:0}.generic-page__body p{margin-bottom:64px;font-weight:300;font-size:15px;color:#3e3e3e;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.generic-page__body p strong,.generic-page__body p b{font-weight:400}.generic-page__body p:last-child{margin-bottom:0}.generic-page__body img{width:100%;height:auto;margin:64px 0;border-radius:12px}.generic-page__body>*:last-child img,.generic-page__body>p:last-child img,.generic-page__body>figure:last-child img,.generic-page__body>div:last-child img,.generic-page__body>img:last-child{margin-bottom:0}.generic-page__body ul,.generic-page__body ol{margin-bottom:32px;padding-left:20px}.generic-page__body ul li,.generic-page__body ol li{font-weight:300;margin-bottom:16px;font-size:15px;color:#3e3e3e;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.generic-page__body ul li:last-child,.generic-page__body ol li:last-child{margin-bottom:0}.generic-page__body ul{list-style:disc}.generic-page__body ol{list-style:decimal}.generic-page__body blockquote{padding-left:24px;border-left:4px solid #252525;margin:32px 0;font-style:italic;word-wrap:break-word;overflow-wrap:break-word}.generic-page__body blockquote p{margin-bottom:24px}.generic-page__body blockquote p:last-child{margin-bottom:0}.generic-page__body a{color:#252525;text-decoration:underline;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.generic-page__body a:hover{text-decoration:none}.geo-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.geo-popup--visible{opacity:1;visibility:visible}.geo-popup--visible .geo-popup__container{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}.geo-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#25252599;cursor:pointer}.geo-popup__container{position:relative;width:100%;max-width:640px;background-color:#fff;border-radius:24px;-webkit-box-shadow:0 24px 48px rgba(37,37,37,.15);box-shadow:0 24px 48px #25252526;-webkit-transform:translateY(20px) scale(.98);transform:translateY(20px) scale(.98);opacity:0;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.geo-popup__content{padding:64px 32px;text-align:center}@media (min-width: 1024px){.geo-popup__content{padding:64px}}.geo-popup__tagline{display:block;margin-bottom:16px}.geo-popup__title{margin-bottom:32px}.geo-popup__title p{margin:0}.geo-popup__title em{font-family:Playfair Display,serif;font-style:italic}.geo-popup__description{margin-bottom:64px;max-width:440px;margin-left:auto;margin-right:auto}.geo-popup__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:32px}@media (min-width: 1024px){.geo-popup__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}}.geo-popup__button{width:100%}@media (min-width: 1024px){.geo-popup__button{width:auto}}.geo-popup__remember{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.geo-popup__checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.geo-popup__checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.geo-popup__checkbox:focus-visible+.geo-popup__checkbox-custom{outline:2px solid #252525;outline-offset:2px}.geo-popup__checkbox:checked+.geo-popup__checkbox-custom{background-color:#252525;border-color:#252525}.geo-popup__checkbox:checked+.geo-popup__checkbox-custom:after{opacity:1;-webkit-transform:translate(-50%,-60%) rotate(45deg) scale(1);transform:translate(-50%,-60%) rotate(45deg) scale(1)}.geo-popup__checkbox-custom{position:relative;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;border:1px solid #939393;border-radius:4px;background-color:#fff;-webkit-transition:background-color .2s ease,border-color .2s ease;transition:background-color .2s ease,border-color .2s ease}.geo-popup__checkbox-custom:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:translate(-50%,-60%) rotate(45deg) scale(0);transform:translate(-50%,-60%) rotate(45deg) scale(0);opacity:0;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.geo-popup__checkbox-text{font-size:14px;color:#939393}.geo-popup__close{position:absolute;top:24px;right:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;padding:0;background:#0000;border:none;color:#939393;cursor:pointer;-webkit-transition:color .2s ease;transition:color .2s ease}.geo-popup__close:hover{color:#252525}.geo-popup__close:focus-visible{outline:2px solid #252525;outline-offset:2px}.geo-popup__close svg{width:20px;height:20px}@media (prefers-reduced-motion: reduce){.geo-popup,.geo-popup__container,.geo-popup__checkbox-custom,.geo-popup__checkbox-custom:after,.geo-popup__close{-webkit-transition:none;transition:none}}.footer{background-color:#252525;color:#fff}.footer__outer-wrapper{margin:0 auto;width:100%}.footer__inner-wrapper{max-width:1600px;margin:0 auto;width:100%;padding:64px 24px}@media (min-width: 768px){.footer__inner-wrapper{padding:64px 80px}}.footer__top-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.footer__top-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:100px}}.footer__left-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width: 1024px){.footer__left-box{max-width:425px}}.footer__logo{width:auto;height:auto;max-width:100%;max-height:59px;margin-bottom:24px}.footer__description{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#fff;max-width:700px}@media (min-width: 1024px){.footer__description{max-width:none}}.footer__social-media{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:24px}.footer__social-icon{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer__social-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer__social-icon:hover{opacity:.7}.footer__social-icon:focus-visible{outline:2px solid #fff;outline-offset:2px}.footer__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media (min-width: 1024px){.footer__columns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;-webkit-box-flex:1;-ms-flex:1;flex:1}}.footer__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__column-title{color:#fff;margin-bottom:16px}.footer__column-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.footer__column-content p{margin:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#fff}.footer__column-content a{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#fff;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.footer__column-content a:hover{color:#939393}.footer__column-content a:focus-visible{outline:2px solid #fff;outline-offset:2px;color:#fff}.footer__divider{width:100%;height:1px;background-color:#3e3e3e;margin:64px 0 32px}@media (min-width: 1024px){.footer__divider{margin:32px 0}}.footer__bottom-text{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;color:#fff;margin:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
