*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1.5rem;line-height:1.65;color:rgb(var(--color-text));background:rgb(var(--color-bg));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{font-size:62.5%}h1,h2,h3,h4,h5{margin:0 0 1rem;line-height:1.25;font-weight:700}h1{font-size:2.6rem}h2{font-size:2.2rem}h3{font-size:1.8rem}h4{font-size:1.6rem}p{margin:0 0 1.2rem}img{max-width:100%;height:auto;display:block}a{color:inherit}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:1.5rem}@media(min-width:990px){h1{font-size:3.6rem}h2{font-size:2.8rem}h3{font-size:2rem}}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:1.6rem}@media(min-width:750px){.page-width{padding-inline:3rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.visually-hidden-focusable:not(:focus){position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.skip-link{background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));padding:1rem 2rem;z-index:100;display:inline-block}.link{color:inherit;text-underline-offset:.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.3rem 2.8rem;min-height:4.6rem;font-size:1.5rem;font-weight:600;line-height:1;border-radius:var(--radius-btn);border:.1rem solid rgb(var(--color-accent));background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));text-decoration:none;transition:opacity .2s ease,transform .15s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.btn:hover{opacity:.85}.btn:active{transform:scale(.98)}.btn[disabled],.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.btn--secondary{background:transparent;color:rgb(var(--color-text));border-color:rgba(var(--color-text),.25)}.btn--secondary:hover{border-color:rgb(var(--color-text));opacity:1}.btn--full{width:100%}.btn--small{padding:.9rem 1.6rem;min-height:3.6rem;font-size:1.35rem}.field{position:relative;margin-bottom:1.4rem}.field__input,.field textarea,.field select{width:100%;padding:1.3rem 1.5rem;border:.1rem solid rgba(var(--color-text),.2);border-radius:var(--radius-btn);background:rgb(var(--color-bg));color:rgb(var(--color-text));-webkit-appearance:none;appearance:none}.field__input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:rgb(var(--color-accent));box-shadow:0 0 0 .1rem rgb(var(--color-accent))}.field__label{display:block;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.form-status{padding:1.2rem 1.5rem;border-radius:var(--radius-btn);margin-bottom:1.6rem;font-size:1.4rem}.form-status--success{background:#eef7ee;color:#1d6b2f}.form-status--error{background:#fdeeee;color:#9a1b1b}.form-status ul{margin:.5rem 0 0;padding-inline-start:1.8rem}.announcement-bar{background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));text-align:center;padding:.8rem 1.6rem;font-size:1.3rem;font-weight:500}.announcement-bar a{color:inherit}.site-header-sticky{position:sticky;top:0;z-index:50}@supports selector(:has(*)){.shopify-section-group-header-group:has(>.site-header){position:sticky;top:0;z-index:50}}.site-header{position:relative;z-index:1;background:rgb(var(--color-bg));border-bottom:.1rem solid rgba(var(--color-text),.08);transition:box-shadow .2s ease,background-color .2s ease}@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))){.site-header{background:rgba(var(--color-bg),.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.site-header.is-scrolled{box-shadow:0 .2rem 1.6rem #00000014;background:rgba(var(--color-bg),.97)}html{scroll-padding-top:8rem}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:6rem;gap:1rem}.header__start{display:flex;align-items:center;gap:.4rem;justify-self:start}.header__end{display:flex;align-items:center;gap:.4rem;justify-self:end}.header__logo{display:flex;align-items:center;justify-content:center;text-decoration:none}.header__logo img{max-height:4.4rem;width:auto}.header__logo-text{font-size:2.4rem;font-weight:800;letter-spacing:.12em}.header__icon{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;background:none;border:none;border-radius:50%;color:inherit;position:relative;text-decoration:none}.header__icon:hover{background:rgba(var(--color-text),.06)}.header__icon svg{width:2.2rem;height:2.2rem}.cart-count-bubble{position:absolute;top:.2rem;inset-inline-end:.1rem;min-width:1.8rem;height:1.8rem;padding-inline:.4rem;border-radius:1rem;background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-count-bubble:empty{display:none}.header__nav{display:none}@media(min-width:990px){.header__nav{display:flex;gap:.4rem;justify-self:start}.header__nav a{padding:1rem 1.4rem;text-decoration:none;font-weight:500;font-size:1.5rem;border-radius:var(--radius-btn)}.header__nav a:hover{background:rgba(var(--color-text),.05)}.header__inner{grid-template-columns:auto 1fr auto}.header__logo{justify-self:start}.header--logo-center .header__inner{grid-template-columns:1fr auto 1fr}}.drawer{position:fixed;top:0;inset-inline-end:0;width:min(40rem,92vw);height:100dvh;background:rgb(var(--color-bg));z-index:80;display:flex;flex-direction:column;transform:translate(calc(var(--drawer-dir, 1) * 105%));transition:transform .32s cubic-bezier(.32,.72,.35,1);box-shadow:0 0 4rem #0000002e;visibility:hidden}[dir=rtl] .drawer{--drawer-dir: -1}.drawer.is-open{transform:translate(0);visibility:visible}.drawer--menu{inset-inline-end:auto;inset-inline-start:0;transform:translate(calc(var(--drawer-dir, 1) * -105%))}.drawer--menu.is-open{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2rem;border-bottom:.1rem solid rgba(var(--color-text),.08);flex-shrink:0}.drawer__title{font-size:1.8rem;font-weight:700;margin:0}.drawer__close{background:none;border:none;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.drawer__close:hover{background:rgba(var(--color-text),.06)}.drawer__close svg{width:2rem;height:2rem}.drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:2rem}.drawer__footer{padding:1.6rem 2rem calc(1.6rem + env(safe-area-inset-bottom));border-top:.1rem solid rgba(var(--color-text),.08);flex-shrink:0}.page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a73;z-index:70;opacity:0;transition:opacity .3s ease}.page-overlay.is-visible{opacity:1}.menu-drawer__nav{display:flex;flex-direction:column}.menu-drawer__nav>a{padding:1.5rem .4rem;font-size:1.7rem;font-weight:600;text-decoration:none;border-bottom:.1rem solid rgba(var(--color-text),.06);display:flex;justify-content:space-between;align-items:center}.menu-drawer__sub{padding-inline-start:1.6rem}.menu-drawer__sub a{font-size:1.5rem;font-weight:400;padding:1.1rem .4rem;display:block;text-decoration:none;border-bottom:.1rem solid rgba(var(--color-text),.05)}.menu-drawer__extras{margin-top:2.4rem;display:flex;flex-direction:column;gap:1.2rem;font-size:1.4rem}.hero{position:relative;overflow:hidden}.hero__media{position:relative;width:100%}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hero__media--placeholder{background:linear-gradient(160deg,#1f0a08,#52362a)}.hero--small .hero__media{padding-bottom:42%;min-height:30rem}.hero--medium .hero__media{padding-bottom:62%;min-height:42rem}.hero--large .hero__media{padding-bottom:100%;min-height:54rem}@media(min-width:750px){.hero--small .hero__media{padding-bottom:24%;min-height:30rem}.hero--medium .hero__media{padding-bottom:38%;min-height:42rem}.hero--large .hero__media{padding-bottom:52%;min-height:54rem}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--hero-overlay, .25))}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2.4rem 1.6rem 3.2rem;color:#fff;text-align:center;align-items:center;gap:.6rem}@media(min-width:750px){.hero__content{padding:4rem;justify-content:center}}.hero__heading{font-size:clamp(2.4rem,6vw,4.4rem);font-weight:800;margin:0;text-shadow:0 .2rem 2rem rgba(0,0,0,.35)}.hero__text{font-size:clamp(1.4rem,2.4vw,1.8rem);max-width:62rem;margin:0;text-shadow:0 .1rem 1.2rem rgba(0,0,0,.4)}.hero__btns{display:flex;gap:1.2rem;margin-top:1.4rem;flex-wrap:wrap;justify-content:center}.hero .btn--light{background:#d8c7a3;color:#1f0a08;border-color:#d8c7a3}.slideshow{position:relative}.slideshow__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.slideshow__track::-webkit-scrollbar{display:none}.slideshow__slide{flex:0 0 100%;scroll-snap-align:start}.slideshow__dots{position:absolute;bottom:1.2rem;inset-inline:0;display:flex;justify-content:center;gap:.7rem;z-index:2}.slideshow__dot{width:.8rem;height:.8rem;border-radius:50%;border:none;background:#ffffff80;padding:0;transition:all .2s}.slideshow__dot.is-active{background:#fff;width:2.2rem;border-radius:.4rem}.section{padding-block:3.6rem}@media(min-width:990px){.section{padding-block:6rem}}.section--surface{background:rgb(var(--color-surface))}.section__header{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem;margin-bottom:2rem}@media(min-width:990px){.section__header{margin-bottom:3rem}}.section__heading{margin:0}.section__link{font-size:1.4rem;font-weight:600;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem 1rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2.4rem 1.6rem}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-carousel{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:.8rem;scrollbar-width:none;margin-inline:-1.6rem;padding-inline:1.6rem}.product-carousel::-webkit-scrollbar{display:none}.product-carousel .card{flex:0 0 min(46vw,26rem);scroll-snap-align:start}@media(min-width:750px){.product-carousel{margin-inline:0;padding-inline:0;gap:1.6rem}.product-carousel .card{flex-basis:26rem}}.card{position:relative;display:flex;flex-direction:column}.card__media{position:relative;border-radius:var(--radius);overflow:hidden;background:#fff;aspect-ratio:var(--card-image-ratio, .667)}.card__media img{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.card:hover .card__media img{transform:scale(1.04)}.card__link{text-decoration:none;color:inherit}.card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.card__info{padding:1rem .2rem 0;display:flex;flex-direction:column;gap:.3rem}.card__title{font-size:1.45rem;font-weight:600;margin:0;line-height:1.4}.card__vendor{font-size:1.2rem;opacity:.6;margin:0}.badge{position:absolute;top:1rem;inset-inline-start:1rem;z-index:2;background:rgb(var(--color-sale));color:rgb(var(--color-accent-text));font-size:1.15rem;font-weight:700;padding:.4rem .9rem;border-radius:2rem;pointer-events:none}.badge--soldout{background:#0a0a0abf}.quick-add{position:absolute;bottom:1rem;inset-inline-end:1rem;z-index:3;width:4rem;height:4rem;border-radius:50%;border:none;background:rgb(var(--color-bg));color:rgb(var(--color-text));display:flex;align-items:center;justify-content:center;box-shadow:0 .2rem 1rem #00000024;transition:transform .15s ease,background .2s}.quick-add:hover{background:rgb(var(--color-accent));color:rgb(var(--color-accent-text))}.quick-add:active{transform:scale(.92)}.quick-add svg{width:1.8rem;height:1.8rem}.quick-add.is-loading svg{display:none}.quick-add.is-loading:after{content:"";width:1.6rem;height:1.6rem;border:.2rem solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.price{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;font-size:1.45rem;font-weight:700}.price--large{font-size:2rem}.price__sale{color:rgb(var(--color-sale))}.price__compare{text-decoration:line-through;opacity:.45;font-weight:400;font-size:.88em}.price__unavailable{opacity:.6;font-weight:500}.collection-tiles{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:-1.6rem;padding-inline:1.6rem;padding-bottom:.4rem}.collection-tiles::-webkit-scrollbar{display:none}.collection-tiles>*{flex:0 0 min(74%,30rem);scroll-snap-align:start}@media(min-width:750px){.collection-tiles{display:grid;grid-template-columns:repeat(var(--tiles-desktop, 3),1fr);gap:1.6rem;overflow:visible;margin-inline:0;padding-inline:0;padding-bottom:0}.collection-tiles>*{flex:initial}}.collection-tile{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 5;display:flex;align-items:flex-end;text-decoration:none;color:#fff;background:rgb(var(--color-accent))}.collection-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.collection-tile:hover img{transform:scale(1.05)}.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1f0a08b8,#1f0a082e 45%,#1f0a0800 70%)}.collection-tile__content{position:relative;z-index:2;padding:1.8rem;display:flex;flex-direction:column;gap:.4rem}.collection-tile__title{font-size:2rem;font-weight:700;margin:0}.collection-tile__cta{font-size:1.3rem;font-weight:600;opacity:.9}@media(prefers-reduced-motion:reduce){.collection-tile:hover img{transform:none}}.image-with-text{display:grid;gap:2rem;align-items:center}@media(min-width:990px){.image-with-text{grid-template-columns:1fr 1fr;gap:6rem}.image-with-text--reverse .image-with-text__media{order:2}}.image-with-text__media{border-radius:var(--radius);overflow:hidden}.image-with-text__media img{width:100%}.image-with-text__pattern{width:100%;aspect-ratio:4 / 3;min-height:26rem;background-color:#1f0a08;background-repeat:repeat;background-position:center;border-radius:var(--radius);background-size:calc(var(--pattern-scale, 300px) * .5) auto}@media(min-width:750px){.image-with-text__pattern{background-size:calc(var(--pattern-scale, 300px) * .75) auto}}@media(min-width:990px){.image-with-text__pattern{aspect-ratio:1 / 1;min-height:34rem;background-size:var(--pattern-scale, 300px) auto}}.image-with-text__content{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.image-with-text__content.text-center{align-items:center;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.2rem;text-align:center}@media(min-width:750px){.trust-grid{grid-template-columns:repeat(var(--trust-cols, 4),1fr)}}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.8rem}.trust-item svg,.trust-item img{width:3.2rem;height:3.2rem}.trust-item__title{font-weight:700;font-size:1.45rem;margin:0}.trust-item__text{font-size:1.3rem;opacity:.65;margin:0}.newsletter{text-align:center;max-width:56rem;margin-inline:auto}.newsletter__form{display:flex;gap:.8rem;margin-top:1.8rem}.newsletter__form .field{flex:1;margin:0}@media(max-width:500px){.newsletter__form{flex-direction:column}}.site-footer{background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));padding:4rem 0 2rem;margin-top:4rem}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer__grid{display:grid;gap:2.8rem;grid-template-columns:1fr}@media(min-width:750px){.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem}}.footer__brand img{max-height:5rem;width:auto}.footer__brand img.footer__logo-custom{filter:brightness(0) invert(1)}.footer__brand-text{margin-top:1.2rem;font-size:1.4rem;opacity:.8;line-height:1.8}.footer__heading{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.06em}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem;font-size:1.4rem}.footer__social{display:flex;gap:1rem;margin-top:1.6rem}.footer__social a{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:.1rem solid rgba(255,255,255,.25);border-radius:50%;transition:background .2s}.footer__social a:hover{background:#ffffff1f;text-decoration:none}.footer__social svg{width:1.8rem;height:1.8rem}.footer__bottom{margin-top:3.2rem;padding-top:2rem;border-top:.1rem solid rgba(255,255,255,.14);display:flex;flex-direction:column;gap:1.2rem;align-items:center;font-size:1.25rem;opacity:.75;text-align:center}@media(min-width:750px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__legal{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(min-width:750px){.footer__legal{align-items:flex-start}}.footer__credit{opacity:.8}.footer__credit a{text-decoration:underline;text-underline-offset:.3rem;transition:opacity .2s ease}.footer__credit a:hover{opacity:.75}.footer__payment{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.footer__payment svg{height:3.2rem;width:3.2rem;flex:0 0 auto;display:block}@media(min-width:750px){.footer__payment svg{height:3.6rem;width:3.6rem}}.product{display:grid;gap:2.4rem}@media(min-width:990px){.product{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:6rem;align-items:start}.product__info{position:sticky;top:8rem}}.product__gallery{position:relative}.gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:var(--radius);scrollbar-width:none;background:#fff}.gallery__track::-webkit-scrollbar{display:none}.gallery__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:2 / 3}.gallery__slide img{width:100%;height:100%;object-fit:contain}.gallery__thumbs{display:flex;gap:.8rem;margin-top:1rem;overflow-x:auto;scrollbar-width:none}.gallery__thumbs button{flex:0 0 6.4rem;aspect-ratio:1;border-radius:calc(var(--radius) / 1.5);overflow:hidden;border:.15rem solid transparent;padding:0;background:#fff}.gallery__thumbs button.is-active{border-color:rgb(var(--color-accent))}.gallery__thumbs img{width:100%;height:100%;object-fit:contain}.product__info{display:flex;flex-direction:column;gap:1.4rem}.product__title{font-size:2.4rem;margin:0}@media(min-width:990px){.product__title{font-size:3.2rem}}.product__vendor{font-size:1.3rem;text-transform:uppercase;letter-spacing:.1em;opacity:.55;margin:0}.product__description{font-size:1.5rem;line-height:1.8;opacity:.85}.product__stock{display:flex;align-items:center;gap:.7rem;font-size:1.35rem;font-weight:600}.product__stock .dot{width:.9rem;height:.9rem;border-radius:50%;background:#2e9e4f}.product__stock--low .dot{background:#d97706}.qty-input{display:inline-flex;align-items:center;border:.1rem solid rgba(var(--color-text),.2);border-radius:var(--radius-btn);overflow:hidden}.qty-input button{width:4.4rem;height:4.4rem;background:none;border:none;font-size:1.9rem;display:flex;align-items:center;justify-content:center}.qty-input button:hover{background:rgba(var(--color-text),.05)}.qty-input input{width:4.6rem;text-align:center;border:none;font-size:1.5rem;font-weight:600;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-input input::-webkit-inner-spin-button,.qty-input input::-webkit-outer-spin-button{-webkit-appearance:none}.product__buy{--buy-btn-height: 5.2rem;--buy-btn-padding: 1.5rem 2.4rem;--buy-btn-font: 1.55rem;margin-block:1.2rem .4rem}.product__buy form{display:flex;flex-direction:column;gap:1.8rem}.product__qty-row{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}.product__qty-label{font-size:1.4rem;font-weight:600;margin:0}.product__qty-row .qty-input{flex-shrink:0}.product__actions{display:flex;flex-direction:column;gap:1rem}.product__actions .product__action,.product__actions .shopify-payment-button__button{width:100%;min-height:var(--buy-btn-height);padding:var(--buy-btn-padding);font-family:var(--font-body);font-size:var(--buy-btn-font);font-weight:600;line-height:1.2;border-radius:var(--radius-btn);letter-spacing:0}.shopify-payment-button{width:100%}.shopify-payment-button__button--unbranded{background:transparent!important;color:rgb(var(--color-accent))!important;border:.15rem solid rgb(var(--color-accent))!important;border-radius:var(--radius-btn)!important;font-family:var(--font-body)!important;font-size:var(--buy-btn-font)!important;font-weight:600!important;line-height:1.2!important;min-height:var(--buy-btn-height)!important;padding:var(--buy-btn-padding)!important;transition:background .2s ease,color .2s ease,opacity .2s ease}.shopify-payment-button__button--unbranded:hover:not([disabled]){background:rgb(var(--color-accent))!important;color:rgb(var(--color-accent-text))!important}.shopify-payment-button__button--unbranded:active:not([disabled]){transform:scale(.99)}.shopify-payment-button__button[disabled]{opacity:.45!important}.shopify-payment-button__more-options{margin-top:.8rem!important;font-size:1.3rem!important;font-family:var(--font-body)!important;color:rgba(var(--color-text),.65)!important;text-decoration:underline;text-underline-offset:.3rem}.accordion{border-top:.1rem solid rgba(var(--color-text),.1)}.accordion__item{border-bottom:.1rem solid rgba(var(--color-text),.1)}.accordion__item summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem .2rem;font-weight:600;font-size:1.5rem;cursor:pointer;list-style:none}.accordion__item summary::-webkit-details-marker{display:none}.accordion__item summary svg{width:1.6rem;height:1.6rem;transition:transform .25s;flex-shrink:0}.accordion__item[open] summary svg{transform:rotate(45deg)}.accordion__content{padding:0 .2rem 1.6rem;font-size:1.45rem;opacity:.85}.sticky-atc{position:fixed;bottom:0;inset-inline:0;z-index:40;background:rgb(var(--color-bg));border-top:.1rem solid rgba(var(--color-text),.1);padding:1rem 1.6rem calc(1rem + env(safe-area-inset-bottom));display:flex;align-items:center;gap:1.2rem;transform:translateY(110%);transition:transform .3s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc .price{font-size:1.6rem;flex-shrink:0}.sticky-atc .btn{flex:1;min-height:5.2rem;font-size:1.55rem}@media(min-width:990px){.sticky-atc{display:none}}.cart-items{display:flex;flex-direction:column;gap:1.6rem}.cart-item{display:grid;grid-template-columns:8.4rem 1fr;gap:1.2rem;align-items:start}.cart-item__media{border-radius:calc(var(--radius) / 1.5);overflow:hidden;background:#fff;aspect-ratio:1}.cart-item__media img{width:100%;height:100%;object-fit:contain}.cart-item__title{font-size:1.45rem;font-weight:600;margin:0 0 .2rem;text-decoration:none;display:block;color:inherit}.cart-item__meta{font-size:1.25rem;opacity:.6}.cart-item__row{display:flex;align-items:center;justify-content:space-between;margin-top:.8rem;gap:1rem}.cart-item__remove{background:none;border:none;font-size:1.25rem;opacity:.55;text-decoration:underline;padding:.4rem}.cart-item__remove:hover{opacity:1}.cart-item .qty-input button{width:3.4rem;height:3.4rem;font-size:1.6rem}.cart-item .qty-input input{width:3.4rem;font-size:1.4rem}.free-shipping-bar{margin-bottom:1.6rem;font-size:1.3rem}.free-shipping-bar__track{height:.6rem;border-radius:.3rem;background:rgba(var(--color-text),.1);margin-top:.7rem;overflow:hidden}.free-shipping-bar__fill{height:100%;border-radius:.3rem;background:rgb(var(--color-accent));transition:width .4s ease}.cart__summary-row{display:flex;justify-content:space-between;font-size:1.6rem;font-weight:700;margin-bottom:.6rem}.cart__tax-note{font-size:1.25rem;opacity:.6;margin-bottom:1.4rem}.cart--empty{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;gap:1.6rem;align-items:center}.cart-page{display:grid;gap:3rem}@media(min-width:990px){.cart-page{grid-template-columns:1.6fr 1fr;align-items:start}.cart-page__summary{position:sticky;top:8rem;background:rgb(var(--color-surface));padding:2.4rem;border-radius:var(--radius)}}.collection-header{padding:3rem 0 1rem}.collection-header h1{margin-bottom:.4rem}.collection-header__desc{opacity:.7;max-width:68rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding-block:1.2rem;margin-bottom:1.2rem;border-bottom:.1rem solid rgba(var(--color-text),.08);font-size:1.35rem}.collection-toolbar select{border:.1rem solid rgba(var(--color-text),.18);border-radius:var(--radius-btn);padding:.7rem 2.8rem .7rem 1rem;background:rgb(var(--color-bg));font-size:1.35rem}[dir=rtl] .collection-toolbar select{padding:.7rem 1rem .7rem 2.8rem}.pagination{display:flex;justify-content:center;gap:.6rem;margin-top:3.2rem}.pagination a,.pagination span{min-width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-btn);text-decoration:none;border:.1rem solid rgba(var(--color-text),.15);font-size:1.4rem;padding-inline:1rem}.pagination [aria-current=page]{background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));border-color:rgb(var(--color-accent))}.search-page__form{display:flex;gap:.8rem;max-width:56rem;margin:0 auto 3rem}.search-page__form .field{flex:1;margin:0}.predictive-results{margin-top:1.6rem;display:flex;flex-direction:column;gap:.4rem}.predictive-results a{display:flex;gap:1.2rem;align-items:center;padding:.8rem;border-radius:calc(var(--radius) / 1.5);text-decoration:none}.predictive-results a:hover{background:rgba(var(--color-text),.05)}.predictive-results img{width:4.8rem;height:4.8rem;object-fit:contain;border-radius:.6rem;background:#fff}.predictive-results .title{font-size:1.4rem;font-weight:600}.predictive-results .price{font-size:1.3rem}.page-content{max-width:76rem;margin-inline:auto;padding-block:3rem;line-height:1.9}.page-content h1{margin-bottom:2rem}.account-wrap{max-width:56rem;margin-inline:auto;padding-block:3.6rem}.account-wrap--wide{max-width:90rem}.account-nav{display:flex;gap:1rem;margin-bottom:2.4rem;flex-wrap:wrap}.table-wrap{overflow-x:auto}table.order-table{width:100%;border-collapse:collapse;font-size:1.4rem}.order-table th,.order-table td{padding:1rem;border-bottom:.1rem solid rgba(var(--color-text),.1);text-align:start}.address-card{border:.1rem solid rgba(var(--color-text),.12);border-radius:var(--radius);padding:1.8rem;margin-bottom:1.4rem}.address-card p{margin:.2rem 0;font-size:1.4rem}.address-card__actions{display:flex;gap:1rem;margin-top:1.2rem}.rte{line-height:1.9}.rte img{border-radius:var(--radius)}.rte table{max-width:100%;overflow-x:auto;display:block}.placeholder-svg{width:100%;height:100%;background:rgb(var(--color-surface));color:rgba(var(--color-text),.3)}.divider{border:none;border-top:.1rem solid rgba(var(--color-text),.08);margin:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
