:root{--font-primary: "Waldenburg", sans-serif;--weight-medium: 500;--weight-bold: 700;--weight-heavy: 900;--step--1: clamp(.85rem, .8rem + .2vw, .95rem);--step-0: clamp(1rem, .95rem + .3vw, 1.1rem);--step-1: clamp(1.25rem, 1.1rem + .8vw, 1.6rem);--step-2: clamp(1.6rem, 1.4rem + 1.2vw, 2.4rem);--step-3: clamp(2rem, 1.6rem + 2vw, 3.5rem);--space-xs: 8px;--space-sm: 16px;--space-md: 32px;--space-lg: 64px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-primary);font-weight:var(--weight-medium);font-size:var(--step-0);line-height:1.4}h1{font-family:var(--font-primary);font-weight:var(--weight-heavy);font-size:var(--step-3);line-height:1.05;letter-spacing:-.02em;margin:0}h2{font-family:var(--font-primary);font-weight:var(--weight-bold);font-size:var(--step-2);margin:0}a{text-decoration:none;color:inherit}.page-width{width:min(1400px,92%);margin:0 auto}html{height:100%;overflow:hidden}body{height:100%;overflow-y:auto;-webkit-overflow-scrolling:auto;overscroll-behavior-y:none}.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:10px 0;background:transparent;color:#fff;transition:color .3s ease,background .3s ease}.site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.site-logo,.mobile-menu__logo{font-family:Waldenburg,sans-serif;font-weight:900;font-size:14px;line-height:1;letter-spacing:0}.site-header__center{position:absolute;left:50%;transform:translate(-50%);display:flex}.site-header__right{display:flex;align-items:center;gap:15px}.site-search,.mobile-menu__search{font-family:Waldenburg,sans-serif;font-weight:700;font-size:12px;line-height:1}.site-burger{display:none;width:24px;height:24px;padding:0;border:0;background:transparent;color:currentColor;cursor:pointer;-webkit-appearance:none;appearance:none;position:relative;flex:0 0 24px}.site-burger span{position:absolute;left:50%;width:18px;height:1.5px;background:currentColor;border-radius:999px;transform:translate(-50%);transition:transform .28s ease,opacity .2s ease,top .28s ease}.site-burger span:nth-child(1){top:6px}.site-burger span:nth-child(2){top:11px}.site-burger span:nth-child(3){top:16px}.site-header.has-mobile-menu .site-burger span:nth-child(1){top:11px;transform:translate(-50%) rotate(45deg)}.site-header.has-mobile-menu .site-burger span:nth-child(2){opacity:0}.site-header.has-mobile-menu .site-burger span:nth-child(3){top:11px;transform:translate(-50%) rotate(-45deg)}.site-header.has-mobile-menu{background:#000!important;color:#fff!important}.site-header.has-mobile-menu .site-logo,.site-header.has-mobile-menu .site-search{color:#fff!important}.site-header.has-mobile-menu .site-burger span{background:#fff!important}.mobile-menu[hidden]{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;pointer-events:none}.mobile-menu__panel{width:100%;height:100%;background:#000;color:#fff;padding:10px 15px 15px;display:flex;flex-direction:column;justify-content:center;transform:translateY(-100%);transition:transform .38s ease;pointer-events:auto}.mobile-menu.is-visible .mobile-menu__panel{transform:translateY(0)}.mobile-menu__nav{display:flex;flex-direction:column;gap:20px}.mobile-menu__btn{width:100%;height:51px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:4px;border:1.5px solid #fff;font-family:Waldenburg,sans-serif;font-size:12px;line-height:1;background:#fff;color:#000}.mobile-menu__btn--outline{background:transparent;color:#fff}.mobile-menu__btn-main{font-weight:700}.mobile-menu__btn-sub{font-weight:500;opacity:.4}html.has-mobile-menu,body.has-mobile-menu{overflow:hidden}.nav-btn{font-family:Waldenburg,sans-serif;font-weight:500;font-size:12px;padding:4px 24px;border-radius:4px;background:#000;color:#fff;border:1px solid #000000;display:inline-flex;align-items:center;justify-content:center}.nav-btn.is-active{background:transparent;color:#000;border-color:#000}.site-header.is-dark .nav-btn.is-active{color:#000;border-color:#000}.site-header:not(.is-dark) .nav-btn.is-active{color:#fff;border-color:#fff}.site-header.is-dark{color:#000}@media(max-width:749px){.site-header__center{display:none}.site-burger{display:inline-flex}.site-header.is-dark{background:#fff;color:#000}.site-header.is-dark .site-logo,.site-header.is-dark .site-search{color:#000}.site-header.is-dark .site-burger span{background:#000}}.home-intro{padding:130px 20px 80px}.home-intro__inner{width:80%;max-width:none;margin:0;text-align:left}.home-intro__title{font-family:Waldenburg,sans-serif;font-weight:500;font-size:40px;line-height:1;margin:0;text-align:left}.intro-tag{position:relative;top:-6px;display:inline-block;vertical-align:baseline;font-size:23px;font-weight:500;padding:3.5px 6.5px;border-radius:6.5px;line-height:1}.intro-tag--outline{background:transparent;box-shadow:inset 0 0 0 2.8px #000}.intro-tag-group{display:inline-flex;gap:0;margin-left:0}.intro-tag--solid{background:#000;color:#fff}.intro-tag--solid+.intro-tag--solid{border-left:0px solid #fff}.home-intro__tags-outline--mobile{display:none}.home-intro__tags-outline--desktop{display:inline}@media(max-width:749px){.home-intro__tags-outline--desktop{display:none}.home-intro__tags-outline--mobile{display:inline}}@media(max-width:749px){.home-intro{padding:80px 15px 60px}.home-intro__inner{width:100%}.home-intro__title{font-size:30px;line-height:1.05}.intro-tag{top:-4px;font-size:17px;padding:3px 5px;border-radius:5px;line-height:1}.intro-tag--outline{box-shadow:inset 0 0 0 2px #000}.intro-tag-group{gap:0;margin-left:0}}.home-products{padding:0 20px}.home-products__label{font-size:12px;font-weight:500;margin-bottom:20px}.home-product-card{position:relative;background:linear-gradient(to bottom,#00000026,#0000000d);border-radius:4px;padding:20px;margin-bottom:20px;height:430px;overflow:hidden}.home-product-card__tag{position:absolute;top:20px;left:20px;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:500;padding:8px 15px;border-radius:4px;line-height:1;z-index:5}.home-product-card__tag--nuevo{background:#fff;color:#000}.home-product-card__tag--oferta{background:#000;color:#fff}.home-product-card__selectors{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:5px;z-index:20}.hp-select{position:relative;overflow:visible;width:260px;height:25px;background:#000;border-radius:4px;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:500;color:#fff;cursor:pointer}.hp-select__label{position:absolute;left:15px;top:50%;transform:translateY(-50%);opacity:.4}.hp-select__value{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.hp-select__chevron{position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:transform .2s ease}.hp-select.is-open .hp-select__chevron{transform:translateY(-50%) rotate(180deg)}.hp-select__dropdown{position:absolute;top:calc(100% + 5px);left:0;width:100%;background:#fff;border-radius:4px;padding:0;list-style:none;margin:0;display:none;z-index:50}.hp-select.is-open .hp-select__dropdown{display:block}.hp-select__dropdown li{padding:5px 15px;cursor:pointer;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:500;color:#000;transition:background .15s ease,color .15s ease}.hp-select__dropdown li:hover{background:#0006;color:#fff}.hp-select__dropdown li.is-selected{background:#000;color:#fff}.home-product-card__media{position:absolute;top:20px;bottom:20px;left:20px;right:20px;display:flex;align-items:center;justify-content:center;pointer-events:none}.home-product-card__img{max-height:100%;max-width:100%;object-fit:contain;display:block}.home-product-card__info{position:absolute;bottom:20px;left:20px}.home-product-card__title{font-size:12px;font-weight:700;margin-bottom:-2px}.home-product-card__variant{font-size:12px;font-weight:500;opacity:.4;margin-bottom:10px}.home-product-card__price{font-size:12px;font-weight:500}.home-product-card__compare{text-decoration:line-through;opacity:.4;margin-right:10px}.home-product-card__btn{position:absolute;bottom:20px;right:20px;width:260px;height:39px;display:flex;align-items:center;justify-content:center;gap:5px;border:1.5px solid #000;border-radius:4px;background:transparent;color:#000;font-family:Waldenburg,sans-serif;font-size:12px;transition:background .2s ease,color .2s ease}.home-product-card__btn span:first-child{font-weight:700}.home-product-card__btn-sub{font-weight:500;opacity:.4}.home-product-card__btn:hover{background:#000;color:#fff}.home-product-card__btn:hover span:first-child{opacity:1}.home-products__footer{display:flex;justify-content:center;margin-top:40px}.home-products__all-btn{padding:0 30px;height:39px;display:flex;align-items:center;justify-content:center;border:1.5px solid #000;border-radius:4px;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:700;background:transparent;color:#000;transition:background .2s ease,color .2s ease}.home-products__all-btn:hover{background:#000;color:#fff}.home-product-card-wrap{position:relative}.home-product-card__controls{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-product-card__selectors{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:5px;pointer-events:auto}.home-product-card__btn{position:absolute;right:20px;bottom:20px;pointer-events:auto}@media(max-width:850px){.home-products{padding:0 15px}.home-products__label{margin-bottom:30px}.home-product-card-wrap{position:static;margin-bottom:30px}.home-product-card{height:auto;padding:10px;margin-bottom:0;overflow:hidden}.home-product-card__tag{height:25px;top:10px;left:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px}.home-product-card__media{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:100%;min-height:300px;margin-bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.home-product-card__img{max-width:78%;max-height:300px;object-fit:contain}.home-product-card__info{position:relative;left:auto;bottom:0}.home-product-card__variant{margin-bottom:10px}.home-product-card__controls{position:static;inset:auto;pointer-events:auto;margin-top:10px}.home-product-card__selectors{position:static;display:flex;flex-direction:column;gap:5px;margin-top:0}.hp-select{width:100%;height:50px}.hp-select__dropdown{border:1.5px solid #000;box-shadow:0 6px 20px #00000014}.hp-select__dropdown li{padding:12px 15px;font-size:12px}.home-product-card__btn{position:static;width:100%;height:50px;margin-top:10px}.home-products__all-btn{height:50px;padding:0 30px}}.home-reviews__slider-wrap{cursor:grab;touch-action:pan-x}.home-reviews__slider-wrap.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.home-reviews{padding:100px 0;overflow-x:clip}.home-reviews__inner{max-width:1400px;margin:0 auto;padding:0 20px}.home-reviews__heading{font-size:26px;font-weight:700;text-align:center;margin-bottom:20px}.home-reviews__rating{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:50px}.home-reviews__rating-value{font-size:26px;font-weight:700}.home-reviews__stars .star{font-size:20px}.home-reviews__slider-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.home-reviews__slider-wrap::-webkit-scrollbar{display:none}.home-reviews__slider{display:flex;gap:20px;width:max-content;padding:0 20px}.review-card{flex:0 0 440px;width:440px;height:440px;background:#0000000a;border-radius:4px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.review-card__top{display:flex;flex-direction:column}.review-card__name{font-size:26px;font-weight:700;line-height:1.05;margin-bottom:2px}.review-card__product{display:flex;flex-direction:column;gap:2px;margin-bottom:15px}.review-card__product-title{font-size:26px;font-weight:700;opacity:.4;line-height:1.05}.review-card__product-variant{font-size:12px;font-weight:500;opacity:.4;line-height:1.2}.review-card__stars{margin-bottom:0}.review-card__review-title{font-size:12px;font-weight:500;margin-bottom:10px}.review-card__review-text{font-size:12px;font-weight:500;line-height:1.4}.home-reviews__footer{display:flex;justify-content:center;margin-top:60px}.home-reviews__btn{padding:0 30px;height:39px;border:1.5px solid #000;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:.2s ease}.home-reviews__btn:hover{background:#000;color:#fff}@media(max-width:1100px)and (min-width:850px){.home-reviews{padding:80px 0}.home-reviews__inner{padding:0 15px}.home-reviews__heading{font-size:30px;margin-bottom:15px}.home-reviews__rating{gap:15px;margin-bottom:40px}.home-reviews__rating-value{font-size:30px}.home-reviews__stars .star{font-size:18px}.home-reviews__slider{gap:15px;padding:0 15px}.review-card{flex:0 0 360px;width:360px;height:360px;padding:15px}.review-card__name,.review-card__product-title{font-size:22px;line-height:1.05}.review-card__product-variant,.review-card__review-title,.review-card__review-text{font-size:12px}.home-reviews__footer{margin-top:40px}.home-reviews__btn{padding:0 30px;height:39px;font-size:12px}}@media(max-width:850px){.home-reviews{padding:80px 0}.home-reviews__inner{padding:0 15px}.home-reviews__heading{font-size:20px;line-height:1.05;margin-bottom:15px}.home-reviews__rating{gap:15px;margin-bottom:30px}.home-reviews__rating-value{font-size:30px;line-height:1}.home-reviews__stars .star{font-size:18px}.home-reviews__slider{gap:10px;padding:0 15px}.review-card{flex:0 0 300px;width:300px;height:375px;padding:15px}.review-card__name{font-size:18px;line-height:1.05;margin-bottom:2px}.review-card__product{gap:4px;margin-bottom:12px}.review-card__product-title{font-size:18px;line-height:1.05}.review-card__product-variant{font-size:12px;line-height:1.2}.review-card__review-title{font-size:12px;margin-bottom:8px}.review-card__review-text{font-size:12px;line-height:1.35}.home-reviews__footer{margin-top:40px}.home-reviews__btn{height:50px;padding:0 30px;font-size:12px}}.home-community{padding:80px 0}.home-community__inner{width:100%;max-width:none;margin:0;padding:0 20px}.home-community__label{font-size:12px;font-weight:500;margin-bottom:20px;padding:0}.home-community__footer{display:flex;justify-content:center;margin-top:40px}.home-community__btn{padding:0 30px;height:39px;display:flex;align-items:center;justify-content:center;border:1.5px solid #000;border-radius:4px;font-family:var(--font-primary);font-size:12px;font-weight:700;background:transparent;color:#000;transition:background .2s ease,color .2s ease}.home-community__btn:hover{background:#000;color:#fff}.home-community #insta-feed{margin-left:0!important;margin-right:0!important}.home-community #insta-feed .instafeed-new-layout-container{width:100%!important;max-width:none!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.home-community #insta-feed .instafeed-new-layout-container::-webkit-scrollbar{display:none}.home-community #insta-feed .instafeed-new-layout-wrapper{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:440px!important;gap:20px!important;width:max-content!important}.home-community #insta-feed .instafeed-new-layout-item{width:440px!important;height:440px!important}.home-community #insta-feed .instafeed-new-layout-item img{display:block;width:100%;height:100%;object-fit:cover}.home-community #insta-feed .instafeed-new-layout-item,.home-community #insta-feed .instafeed-new-layout-item img,.home-community #insta-feed .instafeed-hover-layer{border-radius:4px!important}@media(max-width:1100px)and (min-width:750px){.home-community #insta-feed .instafeed-new-layout-wrapper{grid-auto-columns:360px!important;gap:15px!important;padding:0 15px!important}.home-community #insta-feed .instafeed-new-layout-item{width:360px!important;height:360px!important;min-width:360px!important}.home-community__inner{padding:0}.home-community__label{padding:0 20px}}@media(max-width:850px){.home-community{padding:80px 0}.home-community__btn{height:50px;transition:background .2s ease,color .2s ease}.home-community #insta-feed .instafeed-new-layout-container{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.home-community #insta-feed .instafeed-new-layout-wrapper{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:300px!important;gap:10px!important;width:max-content!important;padding:0 15px!important}.home-community #insta-feed .instafeed-new-layout-item{width:300px!important;height:375px!important;min-width:300px!important}.home-community #insta-feed .instafeed-new-layout-item img{width:100%!important;height:100%!important;object-fit:cover!important}.home-community__inner{padding:0}.home-community__label{padding:0 20px}}.site-footer{background:#000;color:#fff;padding:20px;overflow:clip}.site-footer__top,.site-footer__bottom,.site-footer__claim,.site-footer__col,.site-footer__brand,.site-footer__legal,.site-footer__copyright{min-width:0}.site-footer__inner{width:100%}.site-footer__top{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;margin-bottom:118px}.site-footer__claim{grid-column:1 / span 3}.site-footer__col--contact{grid-column:7 / span 2}.site-footer__col--about{grid-column:9 / span 2}.site-footer__heading{font-size:12px;font-weight:700;line-height:1.25;margin:0 0 20px}.site-footer__text,.site-footer__links a,.site-footer__copyright,.site-footer__legal a{font-size:12px;font-weight:500;line-height:1.25}.site-footer__text{margin:0;max-width:390px}.site-footer__links{display:flex;flex-direction:column;gap:0px}.site-footer__links a{color:#fff;text-decoration:none}.site-footer__bottom{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;align-items:end}.site-footer__brand{grid-column:1 / span 5;width:100%;min-width:0}.site-footer__brand-img{display:block;width:100%;height:auto}.site-footer__legal{grid-column:7 / span 4;display:flex;align-items:end;gap:20px;padding-bottom:0}.site-footer__legal a{color:#ffffff73;text-decoration:none}.site-footer__copyright{grid-column:11 / span 2;max-width:170px;line-height:1.1;padding-bottom:0}@media(max-width:1200px)and (min-width:750px){.site-footer__top,.site-footer__bottom{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;row-gap:0}.site-footer__top{margin-bottom:72px}.site-footer__claim{grid-column:1 / span 5}.site-footer__col--contact{grid-column:7 / span 3}.site-footer__col--about{grid-column:10 / span 3}.site-footer__brand{grid-column:1 / span 5}.site-footer__legal{grid-column:7 / span 3;font-size:10px;line-height:1.2;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding-bottom:0}.site-footer__copyright{grid-column:10 / span 3;font-size:10px;line-height:1.2;max-width:none;padding-bottom:0;line-height:1.1}}@media(max-width:749px){.site-footer{padding:15px}.site-footer__claim .site-footer__text{font-size:14px}.site-footer__top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:0;margin-bottom:80px}.site-footer__claim{grid-column:1 / -1;margin-bottom:80px}.site-footer__col--contact,.site-footer__col--about{grid-column:auto}.site-footer__text{max-width:none}.site-footer__heading{margin:0 0 20px}.site-footer__links{gap:0}.site-footer__bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:0;align-items:end}.site-footer__copyright,.site-footer__legal{grid-column:auto;max-width:none;padding-bottom:10px}.site-footer__copyright{font-size:10px;line-height:1.2}.site-footer__legal{display:flex;flex-direction:column;align-items:flex-start;gap:0}.site-footer__legal a{font-size:10px;line-height:1.2}.site-footer__brand{grid-column:1 / -1;order:3;margin-top:15px;margin-bottom:0;white-space:normal}.site-footer__brand-img{display:block;width:100%;height:auto}}.page-products{padding:130px 0}.page-products__inner{width:100%;padding:0 20px;min-height:inherit;display:flex;flex-direction:column}.page-products__footer{display:flex;justify-content:center;margin-top:auto;padding-top:50px}.page-products__heading{font-family:Waldenburg,sans-serif;font-size:12px;font-weight:500;line-height:1.2;margin:0 0 20px}.page-products__search-wrap{width:100%;margin-bottom:50px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px}.page-products__search{grid-column:5 / span 4}.page-products__search{width:100%;height:39px;padding:0 0 8px;border:0;border-bottom:1.5px solid #000;border-radius:0;background:transparent;color:#000;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:500;outline:none;-webkit-appearance:none;appearance:none;box-shadow:none}.page-products__search::placeholder{color:#000;opacity:.4}.page-products__inner.is-empty{min-height:calc(100vh - 220px);display:flex;flex-direction:column}.page-products__inner.is-empty .page-products__heading,.page-products__inner.is-empty .page-products__search-wrap,.page-products__inner.is-empty .page-products__footer{flex:0 0 auto}.page-products__inner.is-empty .page-products__no-results{flex:1 1 auto;display:flex;align-items:center;justify-content:center;text-align:center}.page-products__no-results{font-size:12px;font-weight:500}.page-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.page-products__item{min-width:0}.page-products__footer{display:flex;justify-content:center;margin-top:50px}.page-products__btn{width:182px;height:39px;display:flex;align-items:center;justify-content:center;border:1.5px solid #000;border-radius:4px;background:transparent;color:#000;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:700;transition:background .2s ease,color .2s ease}.page-products__btn:hover{background:#000;color:#fff}.page-products__empty{font-size:12px;font-weight:500}.page-product-card{display:flex;flex-direction:column}.page-product-card__media{position:relative;height:430px;background:linear-gradient(to bottom,#00000026,#0000000d);border-radius:4px;padding:20px;overflow:hidden;margin-bottom:0}.page-product-card__tag{position:absolute;top:20px;left:20px;font-size:12px;font-weight:500;line-height:1;padding:8px 15px;border-radius:4px;z-index:2}.page-product-card__tag--nuevo{background:#fff;color:#000}.page-product-card__tag--oferta{background:#000;color:#fff}.page-product-card__img{width:100%;height:100%;object-fit:contain;display:block}.page-product-card__bottom{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;align-items:start;margin-top:15px;padding-top:0}.page-product-card__info{min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.page-product-card__title{font-size:12px;font-weight:700;line-height:1.2;margin-bottom:2px}.page-product-card__meta{font-size:12px;font-weight:500;line-height:1.2;opacity:.4;margin-bottom:10px}.page-product-card__price{font-size:12px;font-weight:500;line-height:1.2}.page-product-card__compare{text-decoration:line-through;opacity:.4;margin-right:4px}.page-product-card__btn{width:100%;height:39px;display:flex;align-items:center;justify-content:center;gap:2px;border:1.5px solid #000;border-radius:4px;background:transparent;color:#000;font-size:12px;transition:background .2s ease,color .2s ease;align-self:start}.page-product-card__btn-main{font-weight:700}.page-product-card__btn-sub{font-weight:500;opacity:.4}.page-product-card__btn:hover{background:#000;color:#fff}.page-products__view-row,.page-products__view-toggle{display:none}@media(max-width:749px){.page-products{padding:80px 0}.page-products__inner{padding:0 15px}.page-products__search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px;align-items:end;margin-bottom:50px;width:100%}.page-products__search-wrap{display:block;width:100%;min-width:0;margin-bottom:0}.page-products__search{display:block;width:100%;min-width:0;max-width:100%;height:39px;grid-column:auto}.page-products__view-toggle{display:flex;flex-shrink:0;height:40px;min-width:max-content;border:1.5px solid #000;border-radius:4px;overflow:hidden;background:#fff}.page-products__view-toggle button{height:100%;min-width:56px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:2px;background:transparent;color:#000;font-family:Waldenburg,sans-serif;font-size:12px;font-weight:700;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none}.page-products__view-toggle button.is-active{background:#000;color:#fff}.page-products__view-toggle svg{display:block;flex:0 0 auto;fill:currentColor;transform:translateY(1px)}.page-products__view-toggle svg rect:not([fill=none]){fill:currentColor}.page-products__view-toggle .icon-grid,.page-products__view-toggle .icon-list{width:9px;height:9px}.page-products__grid.is-2col{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:15px}.page-products__grid.is-1col{grid-template-columns:1fr;gap:15px}.page-product-card__media{height:auto;aspect-ratio:1 / 1.28;padding:10px;border-radius:4px}.page-product-card__tag{top:10px;left:10px;padding:7px 10px;font-size:10px;border-radius:4px}.page-product-card__bottom{display:flex;flex-direction:column;gap:10px;margin-top:10px}.page-product-card__title,.page-product-card__meta,.page-product-card__price,.page-product-card__btn{font-size:10px}.page-products__grid.is-1col .page-product-card__title,.page-products__grid.is-1col .page-product-card__meta,.page-products__grid.is-1col .page-product-card__price,.page-products__grid.is-1col .page-product-card__btn{font-size:12px}.page-product-card__btn{width:100%;height:50px;justify-content:space-between;padding:0 10px}.page-products__btn{padding:0 30px;height:50px}.page-products__footer{padding-top:0;margin-top:40px}}.page-product-card__trigger{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.page-product-card__trigger .page-product-card__btn{pointer-events:none}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.product-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.product-modal__dialog{position:relative;width:min(624px,calc(100vw - 40px));max-height:calc(100vh - 80px);margin:40px auto;background:#f3f3f3;border-radius:4px;overflow:auto}.product-modal__close{position:fixed;top:221px;right:calc((100vw - min(624px,calc(100vw - 40px)))/2 - 66px);width:56px;height:56px;border:0;border-radius:4px;background:#f3f3f3;color:#000;font-size:34px;line-height:1;cursor:pointer}.product-modal__content h2,.product-modal__content h3,.product-modal__content h4,.product-modal__content p strong{font-size:26px;font-weight:700;line-height:1.02;letter-spacing:-.02em}.product-modal__content p{font-size:12px;font-weight:500;line-height:1.3;margin:0 0 26px}.product-modal__content>*:last-child{margin-bottom:0}@media(max-width:749px){.product-modal__dialog{width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:16px auto}.product-modal__inner{padding:56px 24px 32px}.product-modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;font-size:28px}}.page-product-card__media[data-product-modal-open],.page-product-card__title[data-product-modal-open]{cursor:pointer}.product-modal[hidden]{display:none}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.product-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff1a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.product-modal__inner{padding:70px 72px}.product-modal__close{position:absolute;top:20px;right:20px;z-index:2;width:44px;height:44px;margin:0;padding:0;border:0;border-radius:4px;background:transparent;color:#000;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-modal__eyebrow{font-size:12px;font-weight:500;opacity:.4;margin-bottom:30px}.product-modal__content h2,.product-modal__content h3,.product-modal__content h4{font-size:26px;font-weight:500;line-height:1.02;letter-spacing:-.02em;margin:0 0 20px}.product-modal__content p{font-size:12px;font-weight:500;line-height:1.3;margin:0 0 40px}.product-modal__content p:last-child{margin-bottom:0}html.has-product-modal,body.has-product-modal{overflow:hidden}.product-modal__dialog::-webkit-scrollbar{width:10px}.product-modal__dialog::-webkit-scrollbar-track{background:transparent}.product-modal__dialog::-webkit-scrollbar-thumb{background-color:#0006!important;border-radius:999px}.product-modal__dialog{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.4) transparent}@media(max-width:1100px),(max-height:920px){.product-modal__dialog{width:min(720px,calc(100vw - 120px));height:min(804px,calc(100vh - 120px))}}@media(max-width:749px){.product-modal{padding:15px;box-sizing:border-box}.product-modal__dialog{width:100%;height:calc(100vh - 30px);max-height:calc(100vh - 30px);margin:0;border-radius:4px}@supports (height: 100dvh){.product-modal__dialog{height:calc(100dvh - 30px);max-height:calc(100dvh - 30px)}}.product-modal__inner{padding:80px 45px}.product-modal__eyebrow{margin-bottom:20px}.product-modal__content h2,.product-modal__content h3,.product-modal__content h4{font-size:22px;line-height:1.05;margin-bottom:16px}.product-modal__content p{font-size:12px;line-height:1.35;margin-bottom:24px}.product-modal__close{top:20px;right:20px;width:32px;height:32px;font-size:24px}.product-modal__dialog::-webkit-scrollbar{width:8px}.product-modal__dialog::-webkit-scrollbar-thumb{background-color:#0006!important}.product-modal__dialog{scrollbar-color:rgba(0,0,0,.4) transparent}}.about-hero{position:relative;height:100vh;min-height:760px}.about-hero__media,.about-hero__img{width:100%;height:100%}.about-hero__img{display:block;object-fit:cover}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.about-hero__inner{width:100%;padding:0 20px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;align-content:center}.about-hero__heading{grid-column:1 / span 4;font-family:Waldenburg,sans-serif;font-weight:500;font-size:40px;line-height:1;margin:0 0 20px;color:#fff;text-align:left}.about-hero__text{grid-column:1 / span 3;font-size:12px;font-weight:500;line-height:1.3;color:#fff;text-align:left}@media(max-width:749px){.about-hero{height:90vh;max-height:750px;min-height:0px}.about-hero__inner{grid-template-columns:1fr;padding:0 15px}.about-hero__heading,.about-hero__text{grid-column:auto}.about-hero__heading{font-size:30px}}.about-split{padding:130px 20px 0}.about-split__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;align-items:start}.about-split__media--left{grid-column:1 / span 8}.about-split__textcol--right{grid-column:9 / span 4}.about-split__textcol--left{grid-column:1 / span 4}.about-split__media--right{grid-column:5 / span 8}.about-split__img{width:100%;height:auto;display:block;border-radius:4px}.about-split__tag{font-size:12px;font-weight:500;line-height:1.2;margin-bottom:20px}.about-split__text{font-size:26px;font-weight:500;line-height:1.08}@media(max-width:749px){.about-split{padding:80px 15px 0}.about-split__grid{display:flex;flex-direction:column;gap:30px}.about-split__media--left,.about-split__textcol--right,.about-split__textcol--left,.about-split__media--right{grid-column:auto}.about-split__media{order:1}.about-split__textcol{order:2}.about-split__text{font-size:20px;line-height:1.15}}.about-media-slider__track-wrap{cursor:grab;touch-action:pan-x}.about-media-slider__track-wrap.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.about-media-slider__media,.about-media-slider__img,.about-media-slider__video{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.about-media-slider{padding:130px 0 0}.about-media-slider__inner{padding:0 20px}.about-media-slider__heading{font-size:26px;font-weight:500;line-height:1.08;margin:0 0 40px}.about-media-slider__track-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.about-media-slider__track-wrap::-webkit-scrollbar{display:none}.about-media-slider__track{display:flex;gap:20px;padding:0 20px;width:max-content}.about-media-slider__item{width:440px;flex:0 0 440px}.about-media-slider__media{width:440px;height:440px;border-radius:4px;overflow:hidden;margin-bottom:20px}.about-media-slider__img,.about-media-slider__video{width:100%;height:100%;object-fit:cover;display:block}.about-media-slider__video video{width:100%;height:100%;object-fit:cover;display:block}.about-media-slider__item-text{font-size:26px;font-weight:500;line-height:1.08;margin:0}@media(max-width:749px){.about-media-slider{padding-top:80px}.about-media-slider__inner{padding:0 15px}.about-media-slider__heading{font-size:30px;line-height:1;margin-bottom:30px}.about-media-slider__track{gap:10px;padding:0 15px}.about-media-slider__item{width:320px;flex-basis:320px}.about-media-slider__media{width:320px;height:320px;margin-bottom:10px}.about-media-slider__item-text{font-size:20px;line-height:1.12}}.about-quote{padding:130px 20px}.about-quote__inner{width:100%}.about-quote__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px}.about-quote__text{grid-column:1 / span 9;font-size:26px;font-weight:500;line-height:1.08;margin:0}@media(max-width:749px){.about-quote{padding:80px 15px}.about-quote__grid{grid-template-columns:1fr}.about-quote__text{grid-column:auto;font-size:20px;line-height:1.12}}.page-legal{padding:120px 20px 80px}.page-legal__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px}.page-legal__content{grid-column:4 / span 6}.page-legal__content h1{font-size:26px;font-weight:700;line-height:1;margin:0 0 40px}.page-legal__content h2{font-size:26px;font-weight:500;line-height:1.08;margin:20px 0}.page-legal__content p,.page-legal__content li{font-size:12px;font-weight:500;line-height:1.2}.page-legal__content p{margin:0 0 16px}.page-legal__content ul,.page-legal__content ol{margin:0 0 24px;padding-left:18px}.page-legal__content a{text-decoration:underline}.page-legal__content>*:first-child{margin-top:0}@media(max-width:749px){.page-legal{padding:100px 20px 80px}.page-legal__grid{grid-template-columns:1fr}.page-legal__content{grid-column:auto}.page-legal__content h1{font-size:32px;margin-bottom:32px}.page-legal__content h2{font-size:22px;margin:56px 0 16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/critical.css.map */
