.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem 6rem;gap:0;position:relative;overflow:hidden}.not-found__number{font-size:clamp(8rem,30vw,18rem);font-weight:900;line-height:1;letter-spacing:-.05em;color:var(--color-primary);opacity:.1;-webkit-user-select:none;user-select:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.not-found__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.not-found__heading{font-size:clamp(2.5rem,8vw,5rem);font-weight:900;letter-spacing:-.03em;line-height:1;color:var(--color-foreground)}.not-found__sub{font-size:1rem;color:#888;max-width:30ch;line-height:1.5}@media(min-width:768px){.not-found__sub{font-size:1.125rem}}.not-found__actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}.not-found__btn{text-decoration:none;font-size:.9rem;font-weight:600}.not-found__btn--primary{padding:.75rem 1.75rem;border-radius:6px;letter-spacing:.04em;text-transform:uppercase}.not-found__btn:not(.not-found__btn--primary){color:#888;border-bottom:1px solid #ccc;transition:color .15s ease,border-color .15s ease}.not-found__btn:not(.not-found__btn--primary):hover{color:var(--color-foreground);border-color:var(--color-foreground)}.announcement-bar{background-color:var(--color-primary);color:var(--color-primary-text);text-align:center;padding:10px 16px}.announcement-bar__text{margin:0;font-size:.875rem;font-weight:700}.cart-drawer__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;opacity:0;transition:opacity .3s ease}.cart-drawer__panel{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100%;background-color:var(--color-background);z-index:301;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;outline:none}cart-drawer[aria-hidden=false] .cart-drawer__overlay{display:block;opacity:1}cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}cart-drawer.is-loading .cart-drawer__scrollable{opacity:.5;pointer-events:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #ebebeb;flex-shrink:0}.cart-drawer__title{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em}.cart-drawer__count{font-weight:400;color:#aaa;margin-left:.2rem;font-size:.9375rem}.cart-drawer__close{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;color:var(--color-foreground);cursor:pointer;border-radius:4px;transition:background-color .15s ease}.cart-drawer__close:hover{background-color:#f3f3f3;opacity:1}.cart-drawer__scrollable{flex:1;overflow-y:auto;padding:0 1.5rem;transition:opacity .15s ease}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:3rem 1rem;color:#aaa}.cart-drawer__empty-heading{font-size:1rem;font-weight:600;color:var(--color-foreground)}.cart-drawer__shop-link{text-decoration:none}.cart-drawer__items{list-style:none;padding:0;margin:0}.cart-drawer__item{display:grid;grid-template-columns:72px 1fr;gap:.875rem;padding:1.125rem 0;border-bottom:1px solid #ebebeb}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-img-wrap{display:block;border-radius:6px;overflow:hidden;background-color:#f5f5f5;aspect-ratio:1 / 1;align-self:start}.cart-drawer__item-img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__item-info{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.cart-drawer__item-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-drawer__item-actions{align-items:center}.cart-drawer__item-name{font-size:.875rem;font-weight:600;color:var(--color-foreground);text-decoration:none;line-height:1.3}.cart-drawer__item-name:hover{color:var(--color-primary)}.cart-drawer__item-variant{font-size:.75rem;color:#888;margin-top:.15rem}.cart-drawer__item-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;flex-shrink:0}.cart-drawer__item-price{font-size:.875rem;font-weight:700;white-space:nowrap}.cart-drawer__item-price--sale{color:#dc2626}.cart-drawer__item-was{font-size:.75rem;color:#aaa;text-decoration:line-through;white-space:nowrap}.cart-drawer__qty{display:inline-flex;align-items:stretch;border:1.5px solid #d1d1d1;border-radius:6px;overflow:hidden;height:2rem}.cart-drawer__qty-btn{width:2rem;background:none;border:none;border-radius:0;font-size:1rem;color:var(--color-foreground);cursor:pointer;padding:0;line-height:1;transition:background-color .1s ease}.cart-drawer__qty-btn:hover{background-color:#f3f3f3;opacity:1}.cart-drawer__qty-val{min-width:2rem;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;border-left:1.5px solid #d1d1d1;border-right:1.5px solid #d1d1d1;padding:0 .25rem}.cart-drawer__remove{font-size:.75rem;color:#aaa;background:none;border:none;padding:0;cursor:pointer;transition:color .15s ease}.cart-drawer__remove:hover{color:#dc2626;opacity:1}.cart-drawer__footer{padding:1.125rem 1.5rem 1.5rem;border-top:1px solid #ebebeb;display:flex;flex-direction:column;gap:.875rem;flex-shrink:0}.cart-drawer__bar-label{font-size:.8rem;color:#555;margin-bottom:.375rem;line-height:1.4}.cart-drawer__bar-label--done{color:#16a34a;font-weight:600}.cart-drawer__bar-track{height:5px;background-color:#e8e8e8;border-radius:99px;overflow:hidden}.cart-drawer__bar-fill{height:100%;background-color:#16a34a;border-radius:99px;transition:width .4s ease}.cart-drawer__discounts{display:flex;flex-direction:column;gap:.3rem;padding-bottom:.5rem;border-bottom:1px solid #ebebeb}.cart-drawer__totals-row{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem}.cart-drawer__totals-row--sub{color:#888}.cart-drawer__discount-row{color:#16a34a;font-weight:600}.cart-drawer__discount-label{display:flex;align-items:center;gap:.3rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;font-weight:700}.cart-drawer__tax-note{font-size:.75rem;color:#888;margin-top:-.375rem}.cart-drawer__checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.875rem;font-size:.9375rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:8px}.cart-page{padding:1.5rem 0 4rem}.cart-page__title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.75rem}.cart-page__count{font-size:1.125rem;font-weight:500;color:#aaa;margin-left:.25rem}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:4rem 1rem;color:#aaa}.cart-empty__heading{font-size:1.125rem;font-weight:700;color:var(--color-foreground)}.cart-empty__sub{font-size:.9rem;color:#888}.cart-empty__cta{margin-top:.5rem;text-decoration:none}.cart-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.cart-layout{display:grid;grid-template-columns:1fr 380px;align-items:start;gap:3rem}}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:1rem;padding:1.25rem 0}.cart-item__divider{border:none;border-top:1px solid #ebebeb;margin:0}.cart-item__image-link{display:block;border-radius:8px;overflow:hidden;background-color:#f5f5f5;aspect-ratio:1 / 1;flex-shrink:0}.cart-item__image{width:100%;height:100%;object-fit:cover;display:block}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;gap:.75rem}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-item__title{font-size:.9375rem;font-weight:600;color:var(--color-foreground);text-decoration:none;line-height:1.3}.cart-item__title:hover{color:var(--color-primary)}.cart-item__variant{font-size:.8rem;color:#888;margin-top:.2rem}.cart-item__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;flex-shrink:0}.cart-item__line-price{font-size:.9375rem;font-weight:700;white-space:nowrap}.cart-item__line-price--sale{color:#dc2626}.cart-item__line-price--original{font-size:.8rem;font-weight:400;color:#aaa;text-decoration:line-through;white-space:nowrap}.cart-item__discount-label{font-size:.7rem;font-weight:700;color:#16a34a;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.cart-totals__row--discount{font-size:.875rem;font-weight:600;color:#16a34a}.cart-item__bottom{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-item__qty-stepper{display:inline-flex;align-items:stretch;border:1.5px solid #d1d1d1;border-radius:6px;overflow:hidden;height:2.25rem}.cart-item__qty-btn{width:2.25rem;background:none;border:none;border-radius:0;font-size:1.1rem;font-weight:400;color:var(--color-foreground);cursor:pointer;padding:0;line-height:1;transition:background-color .1s ease}.cart-item__qty-btn:hover{background-color:#f3f3f3;opacity:1}.cart-item__qty-input{width:2.5rem;border:none;border-left:1.5px solid #d1d1d1;border-right:1.5px solid #d1d1d1;border-radius:0;text-align:center;font-size:.875rem;font-weight:600;color:var(--color-foreground);background:transparent;padding:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-item__unit-price{font-size:.775rem;color:#aaa}.cart-item__remove{font-size:.775rem;color:#aaa;text-decoration:none;margin-left:auto;transition:color .15s ease}.cart-item__remove:hover{color:#dc2626}.cart-summary__inner{display:flex;flex-direction:column;gap:1.125rem;padding:1.5rem;border:1.5px solid #ebebeb;border-radius:12px;background-color:#fafafa}@media(min-width:768px){.cart-summary__inner{position:sticky;top:1.5rem}}.cart-shipping-bar__label{font-size:.8125rem;color:#555;margin-bottom:.5rem;line-height:1.4}.cart-shipping-bar__label--unlocked{color:#16a34a;font-weight:600}.cart-shipping-bar__track{height:6px;background-color:#e8e8e8;border-radius:99px;overflow:hidden}.cart-shipping-bar__fill{height:100%;background-color:#16a34a;border-radius:99px;transition:width .4s ease}.cart-totals{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.cart-totals__row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;font-weight:700}.cart-totals__row--sub{font-size:.8rem;font-weight:400;color:#888}.cart-checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem;font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:8px}.cart-continue{display:block;text-align:center;font-size:.8125rem;color:#888;text-decoration:none;transition:color .15s ease}.cart-continue:hover{color:var(--color-foreground)}.cart-trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;padding-top:.5rem;border-top:1px solid #ebebeb}.cart-trust__item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#888;font-weight:500}.cart-trust__item svg{flex-shrink:0;color:var(--color-primary)}.collection-header{padding:2rem 0 1.5rem;border-bottom:1px solid #ebebeb;margin-bottom:1.5rem}.collection-header__title{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}@media(min-width:768px){.collection-header__title{font-size:2.25rem}}.collection-header__count{margin-top:.625rem;font-size:.8rem;color:#aaa;font-weight:500}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-bottom:3rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.product-card{display:flex;flex-direction:column;gap:.625rem}.product-card__media-link{display:block;border-radius:10px;overflow:hidden;background-color:#f5f5f5}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease}.product-card__image--secondary{opacity:0}.product-card__media-link:hover .product-card__image--primary{transform:scale(1.04)}.product-card__media-link:hover .product-card__image--secondary{opacity:1}.product-card__info{display:flex;flex-direction:column;gap:.25rem;padding:0 .125rem}.product-card__title{font-size:.9rem;font-weight:600;line-height:1.3}@media(min-width:768px){.product-card__title{font-size:.9375rem}}.product-card__title-link{text-decoration:none;color:var(--color-foreground);transition:color .15s ease}.product-card__title-link:hover{color:var(--color-primary)}.product-card__pricing{display:flex;align-items:baseline;gap:.5rem}.product-card__price{font-size:.9375rem;font-weight:700;color:var(--color-foreground)}.product-card__price--sale{color:#dc2626}.product-card__compare-price{font-size:.8125rem;font-weight:400;color:#aaa;text-decoration:line-through}.pagination{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:1rem 0 3rem}.pagination__btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:6px;border:1px solid #e2e2e2;color:var(--color-foreground);text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.pagination__btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination__btn--disabled{opacity:.3;cursor:default}.pagination__pages{display:flex;align-items:center;gap:.375rem}.pagination__page{display:flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:6px;border:1px solid transparent;font-size:.875rem;font-weight:500;text-decoration:none;color:var(--color-foreground);transition:border-color .15s ease}.pagination__page:hover{border-color:#e2e2e2}.pagination__page--current{border-color:var(--color-primary);color:var(--color-primary);font-weight:700}.pagination__page--gap{color:#aaa;cursor:default;border-color:transparent}.collection-description{max-width:72ch;padding:2.5rem 0 3rem;border-top:1px solid #ebebeb;font-size:.9375rem;line-height:1.8;color:#555}.collection-description h2{font-size:1.25rem;font-weight:800;color:var(--color-foreground);letter-spacing:-.01em;margin-top:2rem;margin-bottom:.5rem}.collection-description h3{font-size:1rem;font-weight:700;color:var(--color-foreground);margin-top:1.5rem;margin-bottom:.375rem}.collection-description p{margin-bottom:.875rem}.collection-description a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px}.collection-description ul,.collection-description ol{padding-left:1.5rem;margin-bottom:.875rem;display:flex;flex-direction:column;gap:.25rem}.collection-description strong{font-weight:700;color:var(--color-foreground)}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.comparison{background-color:var(--color-background)}.comparison__inner{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin);text-align:center}.comparison__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.625rem}.comparison__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;color:var(--color-foreground);margin-bottom:2.5rem}.comparison__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;min-width:480px;border-collapse:collapse;font-size:.9rem;text-align:left}.comparison-table thead tr{border-bottom:2px solid #e2e2e2}.comparison-table th{padding:.75rem 1.25rem;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#888;white-space:nowrap}.comparison-table__label-col{width:28%}.comparison-table th.comparison-table__hl,.comparison-table td.comparison-table__hl{background-color:color-mix(in srgb,var(--color-primary) 8%,transparent)}.comparison-table th.comparison-table__hl{color:var(--color-primary);border-radius:8px 8px 0 0;font-size:.875rem}.comparison-table tbody tr{border-bottom:1px solid #ebebeb;transition:background-color .1s ease}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table tbody tr:hover{background-color:#fafafa}.comparison-table td{padding:.875rem 1.25rem;color:var(--color-foreground);vertical-align:middle;line-height:1.4}.comparison-table__row-label{font-weight:600;font-size:.875rem;color:var(--color-foreground)}.comparison-table__indicator{display:inline-block;margin-right:.375rem;font-size:.875rem;font-weight:800;line-height:1}.comparison-table__indicator--tick{color:#16a34a}.comparison-table__indicator--cross{color:#dc2626}.comparison__atc{margin-top:2rem;display:flex;justify-content:center}.comparison__atc-btn{padding:.875rem 2.5rem;font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;min-width:220px}@media(max-width:600px){.comparison-table th,.comparison-table td{padding:.75rem .875rem}}.contact{max-width:640px;padding:2.5rem 0 4rem}.contact__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;margin-bottom:.75rem}.contact__subheading{font-size:1rem;color:#555;line-height:1.7;margin-bottom:1.5rem}.contact__content{margin-bottom:2rem;font-size:.9375rem;line-height:1.75;color:#555}.contact__success{display:flex;align-items:center;gap:.75rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500;color:#15803d}.contact__success svg{flex-shrink:0}.contact__errors{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:.9375rem;color:#dc2626}.contact__fields{display:flex;flex-direction:column;gap:1.25rem}.contact__field-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:540px){.contact__field-group{grid-template-columns:1fr}}.contact__field{display:flex;flex-direction:column;gap:.375rem}.contact__label{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.contact__required{color:var(--color-primary);margin-left:.125rem}.contact__input{width:100%;padding:.65rem .875rem;font-size:.9375rem;border:1.5px solid #d1d1d1;border-radius:var(--style-border-radius-inputs);background-color:var(--color-background);color:var(--color-foreground);transition:border-color .15s ease}.contact__input:focus{outline:none;border-color:var(--color-primary)}.contact__input::placeholder{color:#bbb}.contact__textarea{resize:vertical;min-height:140px;line-height:1.6}.contact__submit{align-self:flex-start;padding:.8rem 2rem;font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.feature-list-section{padding:0}.featured-categories{background-color:var(--color-background);color:var(--color-foreground);padding:32px 0}.featured-categories__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.featured-categories__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:24px}.featured-categories__eyebrow{font-size:11px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--color-primary);margin-bottom:10px}.featured-categories__heading{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;text-transform:uppercase;line-height:.95;margin:0;color:var(--color-foreground)}.featured-categories__view-all{text-decoration:none;color:var(--color-primary);font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;transition:opacity .2s ease;flex-shrink:0}.featured-categories__view-all:hover{opacity:.75}.featured-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}@media(max-width:768px){.featured-categories__grid{grid-template-columns:1fr}.featured-categories__header{flex-direction:column;align-items:flex-start}}.category-card{background:var(--color-background);border:1px solid rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease}.category-card:hover{border-color:var(--color-primary);box-shadow:0 4px 20px #00000014}.category-card__image-wrap{aspect-ratio:5 / 3;overflow:hidden;background:#f0f0f0;position:relative}.category-card__placeholder{width:100%;height:100%;background:#f0f0f0}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.category-card:hover .category-card__image{transform:scale(1.04)}.category-card__body{padding:28px;display:flex;flex-direction:column;gap:1.25rem;flex:1}.category-card__info{display:flex;flex-direction:column;gap:.25rem}.category-card__label{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#00000059;margin-bottom:6px}.category-card__title{font-size:1.4rem;font-weight:800;text-transform:uppercase;color:var(--color-foreground);margin:0;line-height:1.1}.category-card__price{font-size:.875rem;color:#00000073;margin:0}.category-card__cta{display:inline-block;text-decoration:none;background:var(--color-primary);color:var(--color-primary-text);border:1px solid var(--color-primary);padding:10px 20px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;transition:opacity .2s ease;flex-shrink:0}.category-card__cta:hover{opacity:.85}.category-card--coming-soon{pointer-events:none}.category-card--coming-soon .category-card__image-wrap{filter:grayscale(1);opacity:.5}.category-card--coming-soon .category-card__title,.category-card--coming-soon .category-card__label{opacity:.4}.category-card__coming-soon-badge{position:absolute;top:.75rem;left:.75rem;background-color:var(--color-foreground);color:var(--color-background);font-size:.625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:3px}.footer__wave{display:block;line-height:0;margin-bottom:-1px}.footer__wave svg{width:100%;height:48px;display:block}footer{background-color:var(--color-primary);color:var(--color-primary-text)}.footer__main{max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin) 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}@media(max-width:768px){.footer__main{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__main{grid-template-columns:1fr}}.footer__brand-logo{text-decoration:none;color:var(--color-primary-text);font-size:1.4rem;font-weight:900;letter-spacing:2px;text-transform:uppercase;display:block;margin-bottom:1rem}.footer__logo-img{max-height:2.5rem;display:block;margin-bottom:1rem}.footer__brand-text{font-size:.875rem;color:var(--color-primary-text);line-height:1.7;max-width:280px;margin-bottom:1.25rem}.footer__social{display:flex;gap:.6rem}.footer__social-btn{width:34px;height:34px;border:1px solid var(--color-primary-text);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--color-primary-text);text-decoration:none;transition:opacity .2s ease}.footer__social-btn:hover{opacity:.75}.footer__col-heading{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--color-primary-text);margin-bottom:1rem}.footer__col-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer__col-link{text-decoration:none;color:var(--color-primary-text);font-size:.9rem;transition:opacity .2s ease}.footer__col-link:hover{opacity:.75}.footer__bottom{max-width:var(--page-width);margin:0 auto;padding:1.25rem var(--page-margin);border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--color-primary-text)}.footer__bottom a{color:var(--color-primary-text);text-decoration:none}.footer__bottom a:hover{opacity:.75}.footer__payment{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.footer__payment-icon{height:1.5rem;width:auto}label[for=footer-newsletter-email]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.footer__newsletter{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.75rem var(--page-margin);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}@media(min-width:768px){.footer__newsletter{flex-direction:row;justify-content:center;gap:2rem}}.footer__newsletter-heading{font-size:.9rem;font-weight:700;color:var(--color-primary-text);white-space:nowrap}.footer__newsletter-form{display:flex;width:100%;max-width:380px}.footer__newsletter-input{flex:1;padding:.625rem .875rem;font-size:.875rem;border:none;border-radius:6px 0 0 6px;background-color:#ffffff1a;color:var(--color-primary-text);outline:none;transition:background-color .15s ease}.footer__newsletter-input::placeholder{color:#fff6}.footer__newsletter-input:focus{background-color:#ffffff2e}.footer__newsletter-btn{padding:.625rem 1rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:0 6px 6px 0;background-color:var(--color-primary-text);color:var(--color-primary);border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.footer__newsletter-btn:hover{opacity:.88}.footer__newsletter-success{font-size:.875rem;color:#86efac}.footer__newsletter-error{font-size:.75rem;color:#fca5a5;margin-top:.25rem}header{background-color:var(--color-primary);color:var(--color-primary-text);position:relative;z-index:100}.header__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);height:5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.header__logo-wrap a{text-decoration:none;color:var(--color-primary-text);display:flex;align-items:center}.header__logo{display:block;height:auto;max-height:3rem}.header__nav{display:flex;justify-content:center}.header__nav-list{list-style:none;padding:0;margin:0;display:flex;gap:2rem;align-items:center}.header__nav-link{text-decoration:none;color:var(--color-primary-text);font-weight:500;opacity:1;padding-bottom:3px;border-bottom:2px solid transparent;transition:opacity .15s ease,border-color .15s ease}.header__nav-link:hover{opacity:1;border-bottom-color:var(--color-primary-text)}.header__icons{display:flex;gap:1rem;align-items:center;justify-content:flex-end}.header__icon-btn{position:relative;text-decoration:none;color:var(--color-primary-text);display:flex;align-items:center;justify-content:center}header svg{width:1.5rem;height:1.5rem}localization-form{position:relative}.localization-selector__btn{display:flex;align-items:center;gap:.3rem;background:none;border:1px solid rgba(255,255,255,.35);border-radius:4px;color:var(--color-primary-text);font-size:.8125rem;font-weight:600;padding:.3rem .5rem;cursor:pointer;transition:border-color .15s ease;white-space:nowrap}.localization-selector__btn:hover{border-color:#ffffffb3;opacity:1}.localization-selector__btn svg{width:10px;height:10px;flex-shrink:0;transition:transform .2s ease}.localization-selector__btn[aria-expanded=true] svg{transform:rotate(180deg)}.localization-selector__list{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;max-height:280px;overflow-y:auto;background-color:var(--color-background);color:var(--color-foreground);border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 8px 24px #0000001f;list-style:none;padding:.375rem 0;margin:0;z-index:400}.localization-selector__option{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;text-decoration:none;color:var(--color-foreground);font-size:.875rem;transition:background-color .1s ease}.localization-selector__option:hover{background-color:#f5f5f5;color:var(--color-foreground)}.localization-selector__option--active{font-weight:600}.localization-selector__check{width:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.localization-selector__country{flex:1}.localization-selector__currency{font-size:.75rem;color:#888;white-space:nowrap}.mobile-menu__localization{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.mobile-menu__localization localization-form{position:static}.mobile-menu__localization .localization-selector__btn{width:100%;justify-content:space-between;font-size:.9375rem;padding:.5rem .625rem}.mobile-menu__localization .localization-selector__list{position:static;box-shadow:none;border:1px solid rgba(255,255,255,.2);background-color:#0003;color:var(--color-primary-text);border-radius:6px;margin-top:.375rem}.mobile-menu__localization .localization-selector__option{color:var(--color-primary-text)}.mobile-menu__localization .localization-selector__option:hover{background-color:#ffffff1a;color:var(--color-primary-text)}.mobile-menu__localization .localization-selector__currency{color:#fff9}.header__hamburger{display:none;background:none;border:none;padding:0;color:var(--color-primary-text);cursor:pointer}@media(max-width:768px){.header__inner{grid-template-columns:1fr auto}.header__nav{display:none}.header__hamburger{display:flex}.header__icons localization-form{display:none}}.mobile-menu{position:fixed;top:0;left:0;width:80vw;max-width:320px;height:100%;background-color:var(--color-primary);color:var(--color-primary-text);z-index:200;transform:translate(-100%);transition:transform .3s ease;padding:1.5rem}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;justify-content:flex-end;margin-bottom:2rem}.mobile-menu__close{background:none;border:none;padding:0;color:var(--color-primary-text);cursor:pointer;display:flex}.mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.mobile-menu__link{display:block;text-decoration:none;color:var(--color-primary-text);font-size:1.2rem;font-weight:600;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.15);opacity:.9}.mobile-menu__link:hover,.mobile-menu__link[aria-current=page]{opacity:1}.mobile-menu__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:150}.mobile-menu__overlay.is-open{display:block}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.pack-selector__heading{font-family:var(--font-primary--family);font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground);margin-bottom:1rem}.pack-selector__pack-name{font-family:var(--font-primary--family);font-size:1rem;font-weight:700;color:var(--color-foreground);line-height:1.2}.pack-selector__price{font-family:var(--font-primary--family);font-size:1.25rem;font-weight:800;color:var(--color-foreground);line-height:1.2;margin-top:.125rem}@media(max-width:600px){.pack-selector__grid{grid-template-columns:1fr}.pack-selector__badge{top:auto;bottom:-1px;border-radius:8px 0}.pack-selector__card-inner{flex-direction:row;align-items:center;flex-wrap:wrap;column-gap:1rem;row-gap:0;padding:.875rem 1rem}.pack-selector__pack-name{flex:0 0 auto;font-size:.95rem}.pack-selector__price{flex:0 0 auto;font-size:1.1rem;margin-top:0}.pack-selector__deal{flex:1 1 100%;order:3}.pack-selector__deal--empty{display:none}.pack-selector__per-pair{margin-top:0;margin-left:auto}}@media(min-width:601px)and (max-width:768px){.pack-selector__card-inner{padding:.875rem}.pack-selector__price{font-size:1.1rem}}.page{max-width:72ch;padding:2.5rem 0 5rem;text-align:left}.page__header{padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid #ebebeb}.page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid #ebebeb}.rte{font-size:1rem;line-height:1.8;color:#444}.rte h2{font-size:1.375rem;font-weight:800;color:var(--color-foreground);letter-spacing:-.01em;margin-top:2.5rem;margin-bottom:.625rem}.rte h3{font-size:1.125rem;font-weight:700;color:var(--color-foreground);margin-top:2rem;margin-bottom:.5rem}.rte p{margin-bottom:1rem}.rte a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px}.rte a:hover{opacity:.8}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.375rem}.rte strong{font-weight:700;color:var(--color-foreground)}.rte blockquote{border-left:3px solid var(--color-primary);padding-left:1.25rem;margin:1.5rem 0;color:#666;font-style:italic}.rte img{border-radius:8px;margin:1rem 0}.rte hr{border:none;border-top:1px solid #ebebeb;margin:2rem 0}.rte table{width:100%;border-collapse:collapse;font-size:.9375rem;margin-bottom:1rem}.rte th{text-align:left;font-weight:700;color:var(--color-foreground);padding:.625rem .75rem;border-bottom:2px solid #ebebeb}.rte td{padding:.625rem .75rem;border-bottom:1px solid #f0f0f0;color:#555}.problem-callout{background-color:#f8f8f8}.problem-callout__inner{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin);display:flex;flex-direction:column;gap:3rem}.problem-callout__block{max-width:640px}.problem-callout__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.625rem}.problem-callout__heading{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;color:var(--color-foreground);margin-bottom:1rem}.problem-callout__body{font-size:1rem;color:#555;line-height:1.75;max-width:58ch}.product{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0}@media(min-width:768px){.product{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:3rem}}.product__media{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.product__media{position:sticky;top:1.5rem}}.product__media-main{height:30svh;overflow:hidden;border-radius:10px;background-color:#f5f5f5}@media(min-width:768px){.product__media-main{height:auto;aspect-ratio:1 / 1}}.product__image-main{width:100%;height:100%;object-fit:cover;display:block}.product__media-tiles{display:flex;gap:.375rem;flex-wrap:wrap}.product__tile{width:60px;height:60px;padding:0;border:2px solid #e2e2e2;border-radius:6px;overflow:hidden;cursor:pointer;background:none;flex-shrink:0;transition:border-color .15s ease}.product__tile:hover{border-color:#aaa;opacity:1}.product__tile--active{border-color:var(--color-primary)}.product__tile-img{width:100%;height:100%;object-fit:cover;display:block}.product__content{display:flex;flex-direction:column;gap:1rem}.product__title{font-size:1.5rem;font-weight:800;line-height:1.2}@media(min-width:768px){.product__title{font-size:2rem}}.product__price{font-size:1.375rem;font-weight:700}.product__form-row{display:flex;align-items:center;gap:.75rem}.product__atc{width:100%;padding:.875rem;font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product__trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.product__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:#666}.product__trust-item svg{flex-shrink:0;color:var(--color-primary)}.product__description{font-size:.9375rem;line-height:1.7;color:#555;padding-top:.5rem;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:.75rem}.product__description h1,.product__description h2,.product__description h3,.product__description h4{font-size:1rem;font-weight:700;color:var(--color-foreground);margin:0}.product__description p{margin:0}.product__description ul,.product__description ol{padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.3rem}.product__description ul{list-style:disc}.product__description ol{list-style:decimal}.product__description a{color:var(--color-primary);text-decoration:underline}.product__description strong{font-weight:700;color:var(--color-foreground)}.pack-selector__heading{font-family:var(--font-primary--family);font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground);margin-bottom:.625rem}.pack-selector__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.pack-selector__card{position:relative;border-radius:10px;border:2px solid #e2e2e2;background-color:var(--color-background);transition:border-color .15s ease,box-shadow .15s ease}.pack-selector__card:not(.pack-selector__card--selected):hover{border-color:#ababab;box-shadow:0 2px 8px #00000014}.pack-selector__card--selected{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.pack-selector__card-inner{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.125rem 1.125rem;text-decoration:none;color:var(--color-foreground);border-radius:8px;outline-offset:3px}.pack-selector__card-inner:focus-visible{outline:2px solid var(--color-primary)}@media(min-width:601px){.pack-selector__card-inner{padding-top:1.75rem}}.pack-selector__pack-name{font-family:var(--font-primary--family);font-size:1rem;font-weight:700;line-height:1.2}.pack-selector__price{font-family:var(--font-primary--family);font-size:1.25rem;font-weight:800;line-height:1.2;margin-top:.125rem}.pack-selector__deal{font-family:var(--font-primary--family);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);line-height:1.4}.pack-selector__deal--empty{visibility:hidden}.pack-selector__per-pair{font-family:var(--font-primary--family);font-size:.75rem;font-weight:500;color:#888;line-height:1.4;margin-top:.125rem}.pack-selector__badge{position:absolute;top:-1px;right:-1px;background-color:#f59e0b;color:#fff;font-family:var(--font-primary--family);font-size:.625rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:.2rem .55rem;border-radius:0 8px;line-height:1.6;pointer-events:none}.pack-selector__badge--popular{background-color:var(--color-primary)}@media(max-width:600px){.pack-selector__badge{top:auto;bottom:-1px;border-radius:8px 0}.pack-selector__grid{grid-template-columns:1fr}.pack-selector__card-inner{flex-direction:row;align-items:center;flex-wrap:wrap;column-gap:1rem;row-gap:0;padding:.875rem 1rem}.pack-selector__pack-name{flex:0 0 auto;font-size:.95rem}.pack-selector__price{flex:0 0 auto;font-size:1.1rem;margin-top:0}.pack-selector__deal{flex:1 1 100%;order:3}.pack-selector__deal--empty{display:none}.pack-selector__per-pair{margin-top:0;margin-left:auto}}.feature-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #ebebeb}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #ebebeb}.feature-icon{font-size:1.25rem;line-height:1;flex-shrink:0;width:2rem;text-align:center;padding-top:.125rem}.feature-copy strong{display:block;font-size:.9375rem;font-weight:700;color:var(--color-foreground);margin-bottom:.25rem}.feature-copy p{font-size:.85rem;color:#666;line-height:1.6}.proof-strip{background-color:var(--color-foreground);color:var(--color-background);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:.875rem var(--page-margin);gap:0}.proof-strip__item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.5rem;white-space:nowrap}.proof-strip__icon{display:flex;align-items:center;flex-shrink:0}.proof-strip__icon svg{width:16px;height:16px}.proof-strip__divider{width:1px;height:1rem;background:#ffffff40;flex-shrink:0}@media(max-width:600px){.proof-strip{flex-direction:column;gap:.25rem}.proof-strip__divider{display:none}}.reviews{background-color:var(--color-background);padding:3rem 0;border-top:1px solid rgba(0,0,0,.06)}.reviews__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.reviews__heading{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.reviews__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:640px){.reviews__grid{grid-template-columns:1fr}}.review-card{background:#f8f8f8;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.review-card__stars{display:flex;gap:2px;color:var(--color-primary)}.review-card__title{font-size:1rem;font-weight:700;color:var(--color-foreground);margin:0}.review-card__body{font-size:.9rem;line-height:1.6;color:var(--color-foreground);margin:0;flex:1}.review-card__meta{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#00000073;margin-top:.25rem}.review-card__dot{font-size:1rem;line-height:1}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
