.cart-page{padding:clamp(3rem,7vw,7rem) 0 clamp(5rem,9vw,9rem)}.cart-page__header>p{color:var(--color-muted);font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.cart-page__header>div{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-top:1rem;padding-bottom:clamp(2rem,4vw,4rem)}.cart-page__header h1{font-size:clamp(4rem,11vw,11rem);font-weight:780;letter-spacing:-.08em;line-height:.8;text-transform:uppercase}.cart-page__header span{color:var(--color-muted);font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.cart-empty{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.cart-empty h2{font-size:clamp(2rem,5vw,4rem);letter-spacing:-.055em}.cart-form{display:grid;align-items:start;grid-template-columns:minmax(0,1fr) minmax(280px,.34fr);gap:clamp(2rem,5vw,5rem)}.cart-items{border-top:1px solid var(--color-border)}.cart-item{display:grid;align-items:center;grid-template-columns:150px minmax(0,1fr) 72px auto;gap:1.25rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{display:grid;aspect-ratio:1 / 1;place-items:center;padding:.5rem;background:#fff}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__vendor,.cart-item__details>p{color:var(--color-muted);font-size:.7rem;text-transform:uppercase}.cart-item__details h2{margin-top:.45rem;font-size:1rem}.cart-item__details h2 a{text-decoration:none}.cart-item__remove{display:inline-block;margin-top:1rem;color:var(--color-muted);font-size:.7rem;text-transform:uppercase}.cart-item__quantity label{display:block;margin-bottom:.4rem;font-size:.65rem;font-weight:700;text-transform:uppercase}.cart-item__quantity input{width:100%;min-height:42px;border:1px solid var(--color-border);border-radius:0;padding:.5rem;background:var(--color-card);text-align:center}.cart-item__total{font-size:1.1rem;font-weight:800}.cart-summary{position:sticky;top:1.5rem;padding:1.5rem;background:var(--color-card);border:1px solid var(--color-border)}.cart-summary>div{display:flex;justify-content:space-between;gap:1rem;font-size:1.15rem}.cart-summary>p{margin:1rem 0 1.5rem;color:var(--color-muted);font-size:.8rem}.cart-summary .button{width:100%;margin-top:.65rem}.cart-summary .cart-summary__trust{margin-bottom:0;color:var(--color-foreground);font-size:.66rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}@media(max-width:899px){.cart-form{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:649px){.cart-page__header>div{align-items:flex-start;flex-direction:column}.cart-item{align-items:start;grid-template-columns:92px minmax(0,1fr) 64px}.cart-item__total{grid-column:2 / -1}.cart-empty{align-items:flex-start;flex-direction:column}}.catalog-page{padding:clamp(3rem,7vw,7rem) 0 clamp(5rem,9vw,9rem)}.catalog-page__header{padding-bottom:clamp(2rem,4vw,4rem)}.catalog-page__eyebrow,.catalog-page__title-row>span{color:var(--color-muted);font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.catalog-page__title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-top:1.2rem}.catalog-page__title-row h1{max-width:14ch;font-size:clamp(3.5rem,9vw,9rem);font-weight:780;letter-spacing:-.075em;line-height:.82;overflow-wrap:normal;text-wrap:balance;text-transform:uppercase}.catalog-page__description{max-width:48rem;margin-top:2rem;color:var(--color-muted);font-size:1rem}.catalog-page__categories{display:grid;overflow:hidden;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:clamp(2rem,4vw,4rem);border:1px solid var(--color-border)}.catalog-page__categories a{min-height:64px;display:flex;align-items:center;justify-content:center;padding:.75rem .6rem;border-right:1px solid var(--color-border);font-size:.64rem;font-weight:750;letter-spacing:.045em;line-height:1.15;text-align:center;text-decoration:none;text-transform:uppercase}.catalog-page__categories a:last-child{border-right:0}.catalog-page__categories a:hover{background:#fff}.catalog-page__categories .is-active{background:var(--color-foreground);color:var(--color-background)}.catalog-page__categories .is-active:hover{background:var(--color-accent);color:#fff}.catalog-page__group-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:0 0 1rem}.catalog-page__group-heading h2{font-size:clamp(1.8rem,4vw,3.6rem);font-weight:780;letter-spacing:-.055em;line-height:.9;text-transform:uppercase}.catalog-page__group-heading span{color:var(--color-muted);font-size:.68rem;font-weight:750;letter-spacing:.07em;text-align:right;text-transform:uppercase}.catalog-page__group-heading--sold-out{margin-top:clamp(3rem,7vw,7rem)}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.catalog-grid--sold-out{opacity:.78}.catalog-empty{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.catalog-empty h2{font-size:clamp(2rem,5vw,4rem);letter-spacing:-.055em}.catalog-pagination{padding-top:2rem;font-size:.8rem;font-weight:700;text-align:center;text-transform:uppercase}.catalog-pagination a,.catalog-pagination span{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center}@media(max-width:899px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-page__categories{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.catalog-page__categories a{min-width:112px;min-height:54px;flex:0 0 auto}}@media(max-width:749px){.catalog-page__title-row{align-items:start;flex-direction:column}.catalog-page__title-row h1{font-size:clamp(2.7rem,11.5vw,4.4rem)}.catalog-page__group-heading{align-items:flex-start;flex-direction:column;gap:.65rem}.catalog-page__group-heading span{text-align:left}.catalog-empty{align-items:flex-start;flex-direction:column}}.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%}.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}.site-footer{border-top:1px solid var(--color-border);background:var(--color-foreground);color:var(--color-background)}.site-footer__inner{width:min(calc(var(--page-width) - var(--page-margin) * 2),calc(100% - var(--page-margin) * 2));display:grid;grid-template-columns:1.5fr .6fr .9fr;gap:clamp(2rem,6vw,7rem);margin:0 auto;padding:clamp(3rem,7vw,7rem) 0 2rem}.site-footer__lead>p,.site-footer__links>p{margin-bottom:1rem;color:#aaa;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.site-footer__lead h2{font-size:clamp(2.8rem,5.5vw,6rem);font-weight:760;letter-spacing:-.07em;line-height:.88;text-transform:uppercase}.site-footer__links nav{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.site-footer a{color:inherit;text-decoration:none}.site-footer__links a{border-bottom:1px solid #555;font-size:.8rem;font-weight:700;text-transform:uppercase}.site-footer__fineprint{align-self:end;color:#aaa;font-size:.72rem}.site-footer__fineprint>p+p{margin-top:.45rem}.site-footer__payment{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.site-footer__payment svg{width:36px}@media(max-width:749px){.site-footer__inner{grid-template-columns:1fr}.site-footer__fineprint{align-self:auto}}.site-announcement{display:flex;min-height:34px;align-items:center;justify-content:center;gap:.75rem;padding:.55rem var(--page-margin);background:var(--color-foreground);color:var(--color-background);font-size:.67rem;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}.site-header{position:relative;z-index:20;min-height:92px;display:grid;align-items:center;grid-template-columns:1fr auto 1fr;border-bottom:1px solid var(--color-border);gap:2rem}.site-header a{text-decoration:none}.site-header__brand{justify-self:start;font-size:clamp(1.3rem,2.2vw,2rem);font-weight:800;letter-spacing:-.06em;line-height:.9}.site-header__brand img{display:block;width:auto;height:72px}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:1.6rem;font-size:.75rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.site-header__nav a,.site-header__search,.site-header__shop>summary,.site-header__mobile-menu>summary{border-bottom:1px solid transparent}.site-header__nav a:hover,.site-header__search:hover,.site-header__shop>summary:hover,.site-header__shop[open]>summary,.site-header__mobile-menu[open]>summary{border-color:currentColor}.site-header__shop>summary,.site-header__mobile-menu>summary{display:flex;align-items:center;gap:.45rem;cursor:pointer;list-style:none}.site-header__shop>summary::-webkit-details-marker,.site-header__mobile-menu>summary::-webkit-details-marker{display:none}.site-header__shop-toggle{color:var(--color-accent);font-size:1rem;line-height:.7;transition:transform .16s ease}.site-header__shop[open] .site-header__shop-toggle{transform:rotate(45deg)}.site-header__shop-panel{position:absolute;top:calc(100% + 1px);left:50%;z-index:30;width:min(720px,calc(100vw - var(--page-margin) * 2));border:1px solid var(--color-foreground);background:var(--color-background);box-shadow:8px 8px 0 var(--color-accent);transform:translate(-50%)}.site-header__shop-heading,.site-header__mobile-heading{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-bottom:1px solid var(--color-border);color:var(--color-muted);font-size:.62rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.site-header__shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.site-header__shop-grid a,.site-header__mobile-panel>a{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);font-size:clamp(.9rem,1.4vw,1.1rem);font-weight:750;letter-spacing:-.025em;line-height:1.05;text-transform:none}.site-header__shop-grid a:nth-child(odd){border-right:0}.site-header__shop-grid a:hover,.site-header__mobile-panel>a:hover{border-bottom-color:var(--color-border);background:#fff}.site-header__shop-grid .site-header__shop-all{grid-column:1 / -1;min-height:58px;border-right:0;background:var(--color-foreground);color:var(--color-background);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.site-header__shop-grid .site-header__shop-all:hover{background:var(--color-accent);color:#fff}.site-header__mobile-menu{display:none}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.site-header__actions svg{width:21px}.site-header__cart{display:flex;align-items:center;gap:.4rem}.site-header__cart-count{min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.65rem}@media(max-width:899px){.site-header{min-height:76px;grid-template-columns:1fr auto}.site-header__nav,.site-header__search{display:none}.site-header__mobile-menu{display:block}.site-header__mobile-panel{position:absolute;top:calc(100% + 1px);right:0;left:0;z-index:30;display:grid;border:1px solid var(--color-foreground);background:var(--color-background);box-shadow:0 8px 0 var(--color-accent)}.site-header__mobile-panel>a{min-height:54px;border-right:0;font-size:1rem}.site-header__mobile-panel .site-header__mobile-search{color:var(--color-muted);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.site-header__mobile-panel .site-header__mobile-all{background:var(--color-foreground);color:var(--color-background);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.site-header__mobile-panel .site-header__mobile-all:hover{background:var(--color-accent);color:#fff}}@media(max-width:499px){.site-announcement{justify-content:space-between;font-size:.6rem}.site-announcement span:nth-child(2){display:none}.site-header__brand img{height:56px}.site-header__actions{gap:.75rem}}.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}.type-home{padding-bottom:clamp(4rem,9vw,9rem)}.type-home__intro{padding:clamp(3.5rem,8vw,8rem) 0 clamp(2.5rem,5vw,4.5rem);border-bottom:1px solid var(--color-border)}.type-home__eyebrow,.type-home__section-label,.type-home__proof-label{font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.type-home__headline{max-width:12ch;margin-top:1.25rem;font-size:clamp(3.3rem,9.3vw,9.75rem);font-weight:780;letter-spacing:-.075em;line-height:.82;text-wrap:balance;text-transform:uppercase}.type-home__intro-bottom{display:grid;align-items:end;grid-template-columns:1fr auto;gap:2rem;margin-top:clamp(2.5rem,6vw,5rem)}.type-home__intro-bottom p{max-width:38rem;color:var(--color-muted);font-size:clamp(1rem,1.6vw,1.35rem)}.type-home__intro-bottom a,.type-home__products-heading a{font-size:.76rem;font-weight:750;letter-spacing:.05em;text-decoration:none;text-transform:uppercase}.type-home__trust{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--color-border)}.type-home__trust-item{min-height:110px;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1.25rem;border-right:1px solid var(--color-border)}.type-home__trust-item:last-child{border-right:0}.type-home__trust-item strong{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.type-home__trust-item span{max-width:22rem;color:var(--color-muted);font-size:.85rem}.type-home__categories{padding-top:clamp(4rem,8vw,7rem)}.type-home__section-label{display:flex;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.type-home__section-label span{color:var(--color-muted)}.type-home__category-grid{display:grid;grid-template-columns:repeat(2,1fr)}.type-home__category{min-height:clamp(150px,18vw,260px);display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:clamp(1rem,2.5vw,2.25rem);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);font-size:clamp(2.2rem,5.1vw,5.5rem);font-weight:750;letter-spacing:-.065em;line-height:.9;text-decoration:none;transition:background .18s ease,color .18s ease}.type-home__category:nth-child(2n){border-right:0}.type-home__category:hover{background:var(--color-foreground);color:var(--color-background)}.type-home__category-arrow{flex:0 0 auto;font-size:.32em;letter-spacing:0}.type-home__products{padding-top:clamp(4rem,8vw,8rem)}.type-home__products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding-bottom:1.5rem}.type-home__products-heading h2{max-width:9ch;font-size:clamp(3rem,7.6vw,7.5rem);font-weight:780;letter-spacing:-.075em;line-height:.82;text-transform:uppercase}.type-home__product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.type-home__proof{display:grid;grid-template-columns:.5fr 1.5fr 1fr;gap:clamp(1.5rem,4vw,5rem);padding:clamp(4rem,9vw,9rem) 0;border-bottom:1px solid var(--color-border)}.type-home__proof h2{font-size:clamp(2.5rem,5vw,5rem);font-weight:760;letter-spacing:-.065em;line-height:.92;text-transform:uppercase}.type-home__proof>p:last-child{align-self:end;color:var(--color-muted);font-size:clamp(1rem,1.5vw,1.25rem)}@media(max-width:899px){.type-home__product-grid{grid-template-columns:repeat(2,1fr)}.type-home__proof{grid-template-columns:1fr 2fr}.type-home__proof>p:last-child{grid-column:2}}@media(max-width:749px){.type-home__intro{padding-top:3.25rem}.type-home__headline{font-size:clamp(3.15rem,17vw,5.7rem);line-height:.83}.type-home__intro-bottom,.type-home__trust{grid-template-columns:1fr}.type-home__trust-item{min-height:auto;border-right:0;border-bottom:1px solid var(--color-border)}.type-home__trust-item:last-child{border-bottom:0}.type-home__category-grid{grid-template-columns:1fr}.type-home__category{min-height:112px;border-right:0;font-size:clamp(2.4rem,12vw,4.1rem)}.type-home__products-heading{align-items:flex-end}.type-home__products-heading h2{font-size:clamp(3rem,15vw,5.3rem)}.type-home__proof{grid-template-columns:1fr}.type-home__proof>p:last-child{grid-column:auto}}.product-page{padding:1.25rem 0 clamp(5rem,8vw,8rem)}.product-page__crumbs{display:flex;gap:.55rem;overflow:hidden;padding:.4rem 0 1.25rem;color:var(--color-muted);font-size:.68rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.product-page__crumbs a{text-decoration:none}.product-page__crumbs>span:last-child{overflow:hidden;text-overflow:ellipsis}.product-page__layout{display:grid;align-items:start;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:clamp(2rem,4vw,5rem)}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--color-border);background:var(--color-border)}.product-gallery__item{display:grid;aspect-ratio:1 / 1;place-items:center;margin:0;padding:clamp(.75rem,2vw,1.5rem);background:#fff}.product-gallery__item:first-child{grid-column:1 / -1}.product-gallery__item img{width:100%;height:100%;object-fit:contain}.product-details{position:sticky;top:1.5rem;padding:clamp(1.2rem,2.5vw,2rem);border:1px solid var(--color-foreground);background:var(--color-card);box-shadow:7px 7px 0 var(--color-accent)}.product-details__status-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-details__vendor,.product-details__stock{font-size:.66rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.product-details__vendor{color:var(--color-muted)}.product-details__stock{display:flex;align-items:center;gap:.42rem}.product-details__stock-dot{width:7px;height:7px;border-radius:50%;background:#2c8b57}.product-details__stock.is-sold-out{color:var(--color-muted)}.product-details__stock.is-sold-out .product-details__stock-dot{background:var(--color-accent)}.product-details h1{margin-top:1rem;font-size:clamp(2.1rem,3.8vw,4.25rem);font-weight:780;letter-spacing:-.065em;line-height:.92;text-wrap:balance}.product-details__offer{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.product-details__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.65rem}.product-details__price{font-size:clamp(2rem,3.7vw,3.4rem);font-weight:820;letter-spacing:-.06em;line-height:1}.product-details__price-row s{color:var(--color-muted);font-size:.82rem}.product-details__saving{margin-top:.55rem;color:var(--color-accent);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-details__badge{width:3.7rem;min-width:3.7rem;min-height:3.45rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem;background:var(--color-foreground);box-shadow:3px 3px 0 var(--color-accent);color:#fff;text-transform:uppercase}.product-details__badge>span{color:var(--color-accent);font-size:.5rem;font-weight:800;letter-spacing:.12em;line-height:1}.product-details__badge>strong{margin-top:.2rem;font-size:1.05rem;font-weight:850;letter-spacing:-.04em;line-height:.95}.product-details__form{margin-top:1.6rem}.product-details__controls{display:flex;align-items:flex-end;gap:.7rem}.product-details__field{display:grid;gap:.45rem}.product-details__field--variant{flex:1;min-width:0}.product-details__field--quantity{width:88px}.product-details__field label{font-size:.65rem;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.product-details__field select,.product-details__field input{width:100%;min-height:50px;border:1px solid var(--color-border);border-radius:0;padding:.75rem;background:#fff}.product-details__add,.product-details__form .shopify-payment-button{width:100%}.product-details__add{min-height:54px;margin-top:.8rem}.product-details__add:disabled{cursor:not-allowed;opacity:.45}.shopify-payment-button{margin-top:.7rem}.shopify-payment-button__button{min-height:50px!important;border-radius:0!important;font-weight:700!important;text-transform:uppercase}.product-details__trust{display:grid;margin-top:1.6rem;border-top:1px solid var(--color-border)}.product-details__trust p{display:grid;align-items:start;grid-template-columns:28px 1fr;gap:.75rem;padding:.9rem 0;border-bottom:1px solid var(--color-border)}.product-details__trust-number{color:var(--color-accent);font-size:.62rem;font-weight:800;letter-spacing:.06em}.product-details__trust p>span:last-child{display:grid;gap:.2rem}.product-details__trust strong{font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.product-details__trust small{color:var(--color-muted);font-size:.72rem}.product-information{display:grid;align-items:start;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:clamp(2rem,6vw,7rem);margin-top:clamp(4rem,8vw,8rem);padding-top:clamp(2rem,4vw,4rem);border-top:1px solid var(--color-foreground)}.product-information__heading p{color:var(--color-muted);font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.product-information__heading h2{max-width:12ch;margin-top:1rem;font-size:clamp(2.4rem,5vw,5rem);font-weight:780;letter-spacing:-.065em;line-height:.88;text-transform:uppercase}.product-information__content{color:var(--color-muted);font-size:.95rem;line-height:1.65}.product-information__content>*+*{margin-top:1rem}.product-information__content h2,.product-information__content h3,.product-information__content h4{color:var(--color-foreground);letter-spacing:-.03em;line-height:1.1}.product-information__content ul,.product-information__content ol{padding-left:1.25rem}.product-information__content img{width:100%;margin:1.5rem 0}.product-information__content table{width:100%;display:block;overflow-x:auto}.product-related{margin-top:clamp(4rem,8vw,8rem);padding-top:clamp(2rem,4vw,4rem);border-top:1px solid var(--color-foreground)}.product-related__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding-bottom:1.25rem}.product-related__heading h2{font-size:clamp(2.2rem,5vw,4.5rem);font-weight:780;letter-spacing:-.065em;line-height:.9;text-transform:uppercase}.product-related__heading a{font-size:.68rem;font-weight:750;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.product-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}@media(max-width:899px){.product-page__layout{grid-template-columns:1fr}.product-gallery{grid-auto-columns:100%;grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory}.product-gallery__item,.product-gallery__item:first-child{grid-column:auto;scroll-snap-align:start}.product-details{position:static}.product-information{grid-template-columns:1fr}.product-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:549px){.product-details{padding:1.1rem;box-shadow:5px 5px 0 var(--color-accent)}.product-details h1{font-size:clamp(2.2rem,10vw,3.4rem)}.product-details__offer{align-items:flex-end}.product-details__price{font-size:2rem}.product-details__badge{width:3.3rem;min-width:3.3rem;min-height:3.1rem}.product-information__heading h2{font-size:clamp(2.4rem,12vw,3.7rem)}.product-related__heading{align-items:flex-start;flex-direction:column;gap:.8rem}}.search-page{padding:clamp(3rem,7vw,7rem) 0 clamp(5rem,9vw,9rem)}.search-page__header p{color:var(--color-muted);font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.search-page__header h1{margin-top:1rem;font-size:clamp(4rem,11vw,11rem);font-weight:780;letter-spacing:-.08em;line-height:.8;text-transform:uppercase}.search-page__form{display:grid;grid-template-columns:1fr auto;margin-top:clamp(2.5rem,5vw,5rem)}.search-page__form input{min-width:0;min-height:64px;border:1px solid var(--color-foreground);border-right:0;border-radius:0;padding:0 1.25rem;background:var(--color-card);font-size:clamp(1rem,2vw,1.35rem)}.search-page__form .button{min-width:150px}.search-page__summary{padding:1.4rem 0;color:var(--color-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.search-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.search-result-text{min-height:260px;padding:1.25rem;border-top:1px solid var(--color-border);border-right:1px solid var(--color-border)}.search-result-text>p{color:var(--color-accent);font-size:.68rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.search-result-text h2{margin-top:1rem;font-size:1.5rem;letter-spacing:-.04em}.search-result-text h2 a{text-decoration:none}.search-result-text>div{margin-top:1rem;color:var(--color-muted);font-size:.9rem}.search-pagination{padding-top:2rem;font-size:.8rem;font-weight:700;text-align:center;text-transform:uppercase}.search-pagination a,.search-pagination span{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center}@media(max-width:899px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:549px){.search-page__form{grid-template-columns:1fr}.search-page__form input{border-right:1px solid var(--color-foreground);border-bottom:0}.search-page__form .button{width:100%}}.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}.product-card{min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--color-border);border-right:1px solid var(--color-border);background:var(--color-card)}.product-card__media{position:relative;display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;padding:clamp(.8rem,2vw,1.5rem);background:#fff}.product-card__media img,.product-card__placeholder{width:100%;height:100%;object-fit:contain;transition:transform .22s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;width:3.45rem;min-height:3.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem;background:var(--color-foreground);box-shadow:3px 3px 0 var(--color-accent);color:#fff;text-transform:uppercase}.product-card__badge-label{color:var(--color-accent);font-size:.52rem;font-weight:800;letter-spacing:.12em;line-height:1}.product-card__badge-value{margin-top:.18rem;font-size:1rem;font-weight:850;letter-spacing:-.04em;line-height:.95}.product-card__body{flex:1;display:flex;flex-direction:column;padding:1rem}.product-card__title{min-height:3.85em;display:-webkit-box;overflow:hidden;color:inherit;font-size:.94rem;font-weight:620;line-height:1.28;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem;margin-top:1.1rem}.product-card__price{font-size:clamp(1.35rem,2.2vw,2rem);font-weight:800;letter-spacing:-.055em;line-height:.95}.product-card__compare{color:var(--color-muted);font-size:.78rem}.product-card__saving{min-height:1.2em;margin-top:.5rem;color:var(--color-accent);font-size:.7rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.product-card__saving--quiet{color:var(--color-muted)}.product-card__form,.product-card__button{width:100%}.product-card__form{margin-top:auto;padding-top:1.25rem}.product-card__body>.product-card__button{margin-top:auto}.product-card__button--disabled{cursor:not-allowed;opacity:.45}@media(max-width:749px){.product-card__media{padding:.65rem}.product-card__badge{top:.5rem;left:.5rem;width:3rem;min-height:2.85rem;padding:.32rem;box-shadow:2px 2px 0 var(--color-accent)}.product-card__badge-label{font-size:.46rem}.product-card__badge-value{font-size:.88rem}.product-card__body{padding:.8rem}.product-card__title{font-size:.82rem}.product-card__price{font-size:1.25rem}.product-card__compare{font-size:.7rem}}
/*# sourceMappingURL=/cdn/shop/t/30/compiled_assets/styles.css.map */
