.section-404{display:flex;align-items:center;justify-content:center;min-height:calc(100svh - 80px)}.section-404__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;text-align:center}.section-404__eyebrow{margin-bottom:16px;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted-foreground)}.section-404__code{display:block;margin-bottom:32px;font-family:var(--font-secondary);font-size:clamp(96px,22vw,200px);font-weight:300;line-height:.85;letter-spacing:-.05em;color:var(--color-foreground)}.section-404__divider{width:40px;height:1px;margin-bottom:32px;background-color:rgb(var(--color-muted))}.section-404__title{margin-bottom:16px;font-family:var(--font-secondary);font-size:clamp(22px,5vw,36px);font-weight:400;letter-spacing:-.03em;color:var(--color-foreground)}.section-404__description{max-width:340px;margin-bottom:40px;font-size:14px;line-height:1.6;text-wrap:balance;color:var(--color-muted-foreground)}.section-404__actions{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:280px}.section-404__btn-primary{width:100%}.section-404__btn-secondary{font-size:12px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;text-underline-offset:3px;color:var(--color-muted-foreground)}.section-404__btn-secondary:hover{text-decoration:underline;color:var(--color-foreground)}.cart-page__header{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.cart-page__title{font-family:var(--font-secondary);font-size:36px;font-weight:400;line-height:1;letter-spacing:-.05em}.cart-page__item-count{font-size:12px;letter-spacing:.025em;text-transform:uppercase;color:var(--color-muted-foreground)}.cart-page__header-divider{height:1px;margin-bottom:32px;background:rgb(var(--color-muted))}.cart-page__freebies{margin-bottom:32px}.cart-page__freebies__message{margin-bottom:8px;font-size:12px;letter-spacing:.025em;text-transform:uppercase}.cart-page__freebies__bar-wrapper{width:100%}.cart-page__freebies__progress-bar{display:flex;align-items:stretch;gap:2px;width:100%;height:3px}.cart-page__freebies__segment{flex:1;background-color:rgb(var(--color-muted))}.cart-page__freebies__segment-fill{position:relative;overflow:visible;height:100%;background-color:var(--color-foreground);transition:width .4s ease}.cart-page__freebies__segment-fill-dot{position:absolute;top:50%;right:0;height:6px;width:6px;border-radius:50%;background-color:var(--color-foreground);transform:translate(50%,calc(-50% - .5px))}.cart-page__freebies__divider{flex-shrink:0;width:2px;background-color:var(--color-background)}.cart-page__freebies__tier-labels{display:flex;margin-top:6px}.cart-page__freebies__tier-label{display:flex;align-items:center;justify-content:flex-end;flex:1;gap:4px;font-size:10px;letter-spacing:.05em;text-transform:uppercase;text-align:right;white-space:nowrap;opacity:.4}.cart-page__freebies__tier-label svg{height:12px;width:12px}.cart-page__freebies__tier-label.is-unlocked{font-weight:600;opacity:1}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;align-items:start;gap:48px}.cart-page__items{display:flex;flex-direction:column;padding:0;list-style:none}.cart-page__item{display:flex;gap:8px;padding:20px 0;border-bottom:1px solid rgb(var(--color-muted))}.cart-page__items .cart-page__item:first-child{padding-top:0}.cart-page__item__image-link{display:block;flex-shrink:0;width:96px}.cart-page__item__image-link img{display:block;width:96px;aspect-ratio:1/1;object-fit:cover}.cart-page__item__details{position:relative;display:flex;flex-direction:column;flex:1;gap:6px;min-width:0}.cart-page__item__remove{position:absolute;top:0;right:0;height:16px!important;padding:0!important}.cart-page__item__title{overflow:hidden;display:-webkit-box;font-size:12px;letter-spacing:.025em;text-transform:uppercase;text-decoration:none;color:var(--color-foreground);padding-right:32px;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.cart-page__item__variant{font-size:12px;letter-spacing:.025em;text-transform:uppercase;color:var(--color-muted-foreground)}.cart-page__item__price{font-size:12px;letter-spacing:.025em;text-transform:uppercase}.cart-page__item__bottom{display:flex;align-items:center;gap:16px;margin-top:auto;padding-top:8px}.cart-page__item__qty{display:flex;align-items:center;gap:12px}.cart-page__item__qty-btn{padding:0;border:none;font-size:16px;line-height:1;color:var(--color-foreground);background:none;cursor:pointer}.cart-page__item__qty-value{min-width:16px;font-size:13px;text-align:center}.cart-page__summary{position:sticky;top:100px;display:flex;flex-direction:column;gap:0;padding:24px;border:1px solid rgb(var(--color-muted))}.cart-page__summary__title{margin-bottom:16px;font-size:12px;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.cart-page__summary__subtotal{display:flex;align-items:start;justify-content:space-between}.cart-page__summary__subtotal-label{display:block;font-size:14px;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.cart-page__summary__vat{display:block;font-family:var(--font-secondary);font-size:14px;letter-spacing:-.025em;font-style:italic}.cart-page__summary__prices{display:flex;flex-direction:column;gap:4px;font-size:14px;letter-spacing:.025em;text-align:right}.cart-page__summary__prices-inner{display:flex;align-items:baseline;justify-content:flex-end;gap:8px}.cart-page__summary__original-price{color:var(--color-muted-foreground)}.cart-page__summary__discounts{display:flex;justify-content:flex-end;gap:4px;padding:0;list-style:none}.cart-page__summary__discount{font-size:10px;letter-spacing:.025em;text-transform:uppercase;color:var(--color-background);background-color:var(--color-muted-foreground);padding:2px 4px}.cart-page__summary__trust-promises{display:flex;flex-direction:column;gap:10px;padding:16px 0 8px}.cart-page__summary__trust-promise{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.025em;text-transform:uppercase}.cart-page__summary__trust-promise svg{flex-shrink:0;height:20px;width:20px}.cart-page__summary__checkout{width:100%;margin-top:16px;margin-bottom:10px;text-align:center}.cart-page__summary .payment-methods-list{justify-content:center}.cart-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 0;text-align:center}.cart-page__empty__title{font-family:var(--font-secondary);font-size:36px;font-weight:400;letter-spacing:-.05em}.cart-page__empty__body{max-width:360px;font-size:14px;color:var(--color-muted-foreground)}.cart-page__empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px}@media screen and (max-width:899px){.cart-page__layout{grid-template-columns:1fr;gap:40px}}@media(min-width:750px){.cart-page__title{font-size:48px}.cart-page__item__image-link,.cart-page__item__image-link img{width:120px}}@media(min-width:1024px){.cart-page__title{font-size:60px}.cart-page__layout{gap:64px}.cart-page__item__image-link,.cart-page__item__image-link img{width:140px}.cart-page__empty__title{font-size:48px}}.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}.section-page{padding-top:60px;padding-bottom:60px}.section-page__inner{width:100%;max-width:700px;margin-inline:auto}.section-page__eyebrow{display:block;margin-bottom:12px;font-size:11px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;text-align:center;color:var(--color-muted-foreground)}.section-page__title{margin-bottom:48px;font-family:var(--font-secondary);font-size:clamp(28px,5vw,48px);font-weight:400;letter-spacing:-.04em;text-align:center}.section-page__divider{width:40px;height:1px;margin:0 auto 48px;background-color:var(--color-border)}.section-page__content{font-family:var(--font-secondary);font-size:17px;font-weight:400;line-height:1.75;letter-spacing:-.01em;color:var(--color-foreground)}.section-page__content p{font-size:17px;margin-bottom:1.4em}.section-page__content h2{margin-top:2em;margin-bottom:.6em;font-family:var(--font-primary);font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.section-page__content h3{margin-top:1.6em;margin-bottom:.5em;font-family:var(--font-secondary);font-size:22px;font-weight:400;letter-spacing:-.03em}.section-page__content a{color:var(--color-foreground);text-underline-offset:3px}.section-page__content ul,.section-page__content ol{padding-left:1.4em;margin-bottom:1.4em}.section-page__content li{margin-bottom:.4em;font-size:17px;line-height:1.65}.section-page__content strong{font-weight:600}.section-page__content em{font-style:italic}.section-page__content blockquote{margin:2em 0;padding-left:1.2em;border-left:1px solid var(--color-border);font-style:italic;color:var(--color-muted-foreground)}@media(min-width:750px){.section-page{padding-top:80px;padding-bottom:80px}.section-page__title{margin-bottom:56px}}@media(min-width:1024px){.section-page{padding-top:100px;padding-bottom:100px}}.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}.logo__footer__svg{-webkit-mask-image:linear-gradient(to top,transparent 0%,black 25%,black 100%);mask-image:linear-gradient(to top,transparent 0%,black 25%,black 100%);width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
