@theme{ --color-ink: var(--color-ink); }html{scroll-behavior:smooth;background:var(--color-ink);--color-reward: #e2352b;--color-reward-soft: rgba(226, 53, 43, .2)}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:var(--color-ink);color:var(--color-bone);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}body.no-scroll{overflow:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,textarea,select{font:inherit;color:inherit}::selection{background:var(--color-bone);color:var(--color-ink)}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.25rem}@media(min-width:768px){.container{padding-inline:2.5rem}}.section{padding-block:clamp(3rem,7vw,6rem)}.section--tight{padding-block:clamp(2rem,4vw,3.5rem)}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1.5rem,4vw,3rem)}.section__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);color:var(--color-bone)}.section--accent{border-top:3px solid var(--color-accent)}.section--accent .link-line{color:var(--color-accent)}.section--accent-2{border-top:3px solid var(--color-accent-2)}.section--accent-2 .link-line{color:var(--color-accent-2)}.display{font-family:var(--font-display);font-weight:400;text-transform:uppercase;line-height:.86;letter-spacing:-.01em}.label{font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--color-muted)}.link-line{background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:left 100%;transition:background-size .4s var(--ease-out-expo)}.link-line:hover{background-size:100% 1px}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.marquee{border-block:1px solid var(--color-accent);background:var(--color-accent);overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee var(--marquee-duration, 32s) linear infinite}.marquee-paused:hover .marquee-track{animation-play-state:paused}.marquee__item{display:flex;align-items:center;gap:.9em;padding-block:.9rem;padding-inline:1.25rem;font-family:var(--font-display);font-size:clamp(1.1rem,2.4vw,1.6rem);text-transform:uppercase;white-space:nowrap;color:var(--color-ink);font-weight:700}.marquee__item:after{content:"\2726";color:var(--color-ink);font-size:.55em}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo);transition-delay:var(--reveal-delay, 0ms)}.reveal.is-in{opacity:1;transform:none}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.drag-scroll{cursor:grab}.drag-scroll.is-dragging{cursor:grabbing}.drag-scroll.is-dragging a{pointer-events:none}.swipe-row{scrollbar-width:none;-ms-overflow-style:none}.swipe-row::-webkit-scrollbar{display:none;height:0;width:0}.swipe-rail{position:relative;height:3px;margin-top:.5rem;background:var(--color-line);border-radius:999px;overflow:hidden}.swipe-rail__thumb{position:absolute;top:0;bottom:0;left:0;width:33%;background:var(--color-reward);border-radius:999px;transition:left .1s linear}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;padding:.95em 1.9em;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;border:1px solid var(--color-bone);background:var(--color-bone);color:var(--color-ink);transition:background .3s var(--ease-out-expo),color .3s var(--ease-out-expo),border-color .3s var(--ease-out-expo);white-space:nowrap}.btn:hover{background:var(--color-ink);border-color:var(--color-bone);color:var(--color-bone)}.btn--outline{background:transparent;color:var(--color-bone)}.btn--outline:hover{background:var(--color-bone);color:var(--color-ink);border-color:var(--color-bone)}.btn--accent{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-ink)}.btn--accent:hover{background:transparent;border-color:var(--color-accent);color:var(--color-accent)}.btn--accent-2{background:var(--color-accent-2);border-color:var(--color-accent-2);color:var(--color-ink)}.btn--accent-2:hover{background:transparent;border-color:var(--color-accent-2);color:var(--color-accent-2)}.btn--full{width:100%}.btn[data-add-to-cart]{background:var(--color-reward);border-color:var(--color-reward);color:#fff}.btn[data-add-to-cart]:hover:not([disabled]){background:transparent;border-color:var(--color-reward);color:var(--color-reward)}.btn[disabled]{opacity:.4;cursor:not-allowed;background:var(--color-muted);border-color:var(--color-muted)}.announcement-bar{background:var(--color-ink-3);border-bottom:1px solid var(--color-line);text-align:center;padding-block:.55rem}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:.6rem}.announcement-bar__text{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-bone);transition:opacity .25s ease}.announcement-bar__text.is-out{opacity:0}.announcement-bar__timer{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;font-size:.7rem;letter-spacing:.1em;color:var(--color-reward)}.announcement-bar__timer:before{content:"\b7";color:var(--color-muted)}.announcement-bar__timer-value{font-variant-numeric:tabular-nums;font-weight:600}@media(max-width:480px){.announcement-bar__text{font-size:.62rem;letter-spacing:.08em}.announcement-bar__timer{font-size:.62rem;letter-spacing:.04em}}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--color-ink) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-line)}.site-header__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-block:.9rem}.site-header__side{display:flex;align-items:center;gap:.6rem;min-width:0}.site-header__side--end{justify-content:flex-end}.site-header__locale{display:none}@media(min-width:900px){.site-header__locale{display:flex;align-items:center;gap:.75rem;margin-right:.5rem}}.site-header__logo{font-family:var(--font-display);font-size:clamp(1.4rem,2.6vw,1.9rem);letter-spacing:-.01em;text-transform:uppercase;color:var(--color-bone)}.site-header__logo img{height:2rem;width:auto}.site-header__logo{justify-self:center;text-align:center}.site-nav{display:none}@media(min-width:900px){.site-nav{display:block;border-top:1px solid var(--color-line)}}.site-nav__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem 1.6rem;list-style:none;margin:0;padding:.7rem 1rem}.site-nav__item{position:relative}.site-nav__link{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--color-bone);padding-block:.35rem;border-bottom:1px solid transparent}.site-nav__link:hover,.site-nav__link.is-active{border-bottom-color:var(--color-bone)}.site-nav__caret{display:inline-flex}.site-nav__caret svg{width:.7rem;height:.7rem}.site-nav__item--parent:hover .site-nav__caret svg,.site-nav__item--parent:focus-within .site-nav__caret svg{transform:rotate(180deg)}.site-nav__submenu{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:45;min-width:11rem;margin:0;padding:.5rem 0;list-style:none;background:var(--color-ink);border:1px solid var(--color-line);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.site-nav__item--parent:hover .site-nav__submenu,.site-nav__item--parent:focus-within .site-nav__submenu{opacity:1;visibility:visible}.site-nav__sublink{display:block;padding:.45rem 1rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);white-space:nowrap}.site-nav__sublink:hover,.site-nav__sublink.is-active{color:var(--color-bone);background:var(--color-ink-3)}.locale-form{display:inline-flex;align-items:center}.locale-form__select{appearance:none;-webkit-appearance:none;width:auto;max-width:10rem;text-overflow:ellipsis;background:transparent;border:0;padding:.3rem 1.1rem .3rem 0;font-family:inherit;font-size:.72rem;color:var(--color-bone);cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:right .4rem center,right .15rem center;background-size:.3rem .3rem,.3rem .3rem;background-repeat:no-repeat}.locale-form__select option{background:var(--color-ink);color:var(--color-bone)}.locale-form__select:focus-visible{outline:2px solid var(--color-bone);outline-offset:2px}.header-icons{display:flex;align-items:center;gap:1.1rem}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;color:var(--color-bone)}.icon-btn svg{width:1.3rem;height:1.3rem}.cart-count{position:absolute;top:-.35rem;right:-.35rem;min-width:1.1rem;height:1.1rem;padding-inline:.2rem;border-radius:999px;background:var(--color-accent);color:var(--color-ink);font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-count[hidden]{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;color:var(--color-bone)}@media(min-width:900px){.menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--color-ink);transform:translate(100%);transition:transform .45s var(--ease-out-expo);display:flex;flex-direction:column;padding:1.25rem 1.25rem 2rem}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__top{display:flex;justify-content:flex-end}.mobile-nav__links{margin-top:2.5rem;display:flex;flex-direction:column;gap:.4rem}.mobile-nav__sublinks{display:flex;flex-direction:column;gap:.1rem;margin:.1rem 0 .6rem .9rem}.mobile-nav__sublink{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);padding-block:.2rem}.mobile-nav__sublink:hover{color:var(--color-bone)}.mobile-nav__link{font-family:var(--font-display);font-size:clamp(2rem,9vw,2.75rem);text-transform:uppercase;color:var(--color-bone);padding-block:.35rem;border-bottom:1px solid var(--color-line)}.mobile-nav__foot{margin-top:auto;display:flex;gap:1.25rem}.mobile-nav__foot a{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.hero--split{display:grid;grid-template-columns:1fr}@media(min-width:700px){.hero--split{grid-template-columns:1fr 1fr}}.hero__half{position:relative;display:flex;align-items:flex-end;min-height:62vh;overflow:hidden;background:var(--color-ink-2) var(--hero-half-bg, none) center / cover no-repeat;isolation:isolate}@media(min-width:700px){.hero__half{min-height:92vh}}.hero__half-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover}.hero__half:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,color-mix(in srgb,var(--color-ink) 5%,transparent),color-mix(in srgb,var(--color-ink) 80%,transparent));transition:background-color .3s ease}.hero__half:hover:after{background:linear-gradient(180deg,color-mix(in srgb,var(--color-ink) 15%,transparent),color-mix(in srgb,var(--color-ink) 65%,transparent))}.hero__half-content{position:relative;width:100%;padding:clamp(1.5rem,4vw,3rem)}.hero__half-label{margin-bottom:.75rem;color:var(--color-accent)}.hero__half--right .hero__half-label{color:var(--color-accent-2)}.hero__half-title{font-size:clamp(2.25rem,6vw,4.5rem);color:var(--color-bone);margin-bottom:1.25rem;text-shadow:0 2px 24px rgba(0,0,0,.45)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}}@media(min-width:1200px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.product-grid--swipe{display:flex;grid-template-columns:none;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.35rem;container-type:inline-size}.product-grid--swipe>*{flex:0 0 calc((100cqi - .9rem) / 2.2);min-width:0;scroll-snap-align:start}.product-grid--swipe>.reveal{opacity:1;transform:none;transition:none}}.product-card{display:block}.product-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-tile)}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s var(--ease-out-expo),transform .6s var(--ease-out-expo)}.product-card__img--alt,.product-card:hover .product-card__img--main{opacity:0}.product-card:hover .product-card__img--alt{opacity:1}.product-card:hover .product-card__img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;background:var(--color-accent);color:var(--color-ink);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:.3em .6em}.product-card__info{margin-top:.85rem;display:flex;justify-content:space-between;gap:.75rem}.product-card__title{font-size:.85rem;color:var(--color-bone);line-height:1.3}.product-card__price{font-size:.85rem;color:var(--color-muted);white-space:nowrap}.price--sale{color:var(--color-accent)}.price__compare{color:var(--color-muted);text-decoration:line-through;margin-right:.4em;font-size:.9em}.empty-state{padding-block:4rem;text-align:center;color:var(--color-muted)}.editorial{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.editorial{grid-template-columns:1fr 1fr;gap:4rem}.editorial--reverse{direction:rtl}.editorial--reverse>*{direction:ltr}}.editorial__media{aspect-ratio:4 / 5;overflow:hidden;background:var(--color-ink-2)}.editorial__media video,.editorial__media img{width:100%;height:100%;object-fit:cover}.editorial__title{font-size:clamp(2rem,5vw,3.25rem);color:var(--color-bone)}.editorial__body{margin-top:1.25rem;color:var(--color-muted);max-width:42ch;line-height:1.6}.newsletter{background:var(--color-ink-3);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.newsletter__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:2.5rem}.newsletter__title{font-size:clamp(1.5rem,3.5vw,2.25rem);color:var(--color-bone);max-width:20ch}.newsletter__form{display:flex;gap:.75rem;flex:1 1 320px;max-width:420px}.newsletter__input{flex:1;background:transparent;border:1px solid var(--color-line);padding:.9em 1em;color:var(--color-bone);font-size:.85rem}.newsletter__input::placeholder{color:var(--color-muted)}.newsletter__note{margin-top:.6rem;font-size:.75rem;color:var(--color-muted);width:100%}.site-footer{border-top:1px solid var(--color-line);padding-block:clamp(2.5rem,6vw,4rem) 2rem}.footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:700px){.footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}}.footer__brand{max-width:32ch}.footer__brand .display{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.footer__brand p{color:var(--color-muted);font-size:.85rem;line-height:1.6}.footer__heading{margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.85rem;color:var(--color-muted)}.footer__links a:hover{color:var(--color-bone)}.footer__social{display:flex;gap:1rem;margin-top:1.25rem}.footer__social a{color:var(--color-bone)}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-line);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.4em;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin-bottom:1.5rem}.breadcrumbs a:hover{color:var(--color-bone)}.collection-header{padding-block:clamp(2rem,5vw,3.5rem) 2rem;border-bottom:1px solid var(--color-line)}.collection-header__title{font-size:clamp(2.5rem,8vw,5rem);color:var(--color-bone)}.collection-header__desc{margin-top:1rem;color:var(--color-muted);max-width:60ch}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.collection-toolbar select{background:transparent;border:1px solid var(--color-line);color:var(--color-bone);padding:.5em .75em}.product{display:grid;gap:2.5rem;padding-block:clamp(2rem,5vw,3.5rem)}.product>*{min-width:0}@media(min-width:900px){.product{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:4rem}}.product__gallery-main{aspect-ratio:4 / 5;max-width:26rem;margin-inline:auto;background:var(--color-tile);overflow:hidden;margin-bottom:.6rem}.product__gallery-main img{width:100%;height:100%;object-fit:contain}.product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;max-width:26rem;margin-inline:auto}.product__thumb{aspect-ratio:4 / 5;overflow:hidden;background:var(--color-tile);opacity:.55;border:1px solid transparent;transition:opacity .25s ease,border-color .25s ease}.product__thumb img{width:100%;height:100%;object-fit:contain}.product__thumb.is-active{opacity:1;border-color:var(--color-bone)}@media(max-width:640px){.product__gallery-main{aspect-ratio:unset;height:44vh;max-width:100%}.product__thumbs{display:flex;gap:.5rem;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.25rem;container-type:inline-size}.product__thumb{flex:0 0 calc((100cqi - 2rem) / 4.5);min-width:0;scroll-snap-align:start}}@media(min-width:641px){.product__thumbs.drag-scroll{cursor:default}}.product__info{position:relative}.product__offer{display:flex;flex-direction:column}@media(max-width:640px){.product__offer{flex-direction:column-reverse}}.product__vendor{margin-bottom:.6rem}.product__title{font-size:clamp(2rem,4.5vw,3rem);color:var(--color-bone)}.product__price{margin-top:1rem;font-size:1.2rem;color:var(--color-bone)}.product__desc{margin-top:1.5rem;color:var(--color-muted);line-height:1.7;max-width:50ch}.product__form{margin-top:2rem}.variant-group{margin-bottom:1.5rem}.variant-group__label{display:flex;justify-content:space-between;margin-bottom:.6rem}.variant-options{display:flex;flex-wrap:wrap;gap:.6rem}.variant-option{min-width:2.75rem;padding:.6em .9em;border:1px solid var(--color-line);font-size:.78rem;text-align:center;color:var(--color-bone);cursor:pointer}.variant-option input{position:absolute;opacity:0;pointer-events:none}.variant-option:has(input:checked){border-color:var(--color-bone);background:var(--color-bone);color:var(--color-ink)}.variant-option:has(input:disabled){color:var(--color-muted);border-color:var(--color-line);text-decoration:line-through;cursor:not-allowed;opacity:.5}.purchase-row{display:flex;gap:.85rem;align-items:stretch}.quantity-selector{display:flex;align-items:center;border:1px solid var(--color-line)}.quantity-selector__btn{width:2.6rem;height:100%;min-height:3.1rem;color:var(--color-bone);font-size:1rem}.quantity-selector__input{width:2.6rem;text-align:center;background:transparent;border:0;color:var(--color-bone);-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__meta{font-size:.75rem;color:var(--color-muted)}.product__meta:empty{display:none}.product__meta:not(:empty){display:flex;align-items:center;gap:.5rem;margin-top:.85rem;padding:.7rem .85rem;font-size:.78rem;font-weight:600;line-height:1.35;color:#fff;background:var(--color-reward);animation:alert-pop .35s ease-out 1}.product__meta:not(:empty):before{content:"!";flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border:2px solid #fff;border-radius:999px;font-size:.7rem}@keyframes alert-pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.bundle-widget__card.is-invalid,.modal__bundle-item.is-invalid{animation:size-shake .42s ease-in-out 2}@keyframes size-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.bundle-widget__card.is-invalid .bundle-widget__card-media,.modal__bundle-item.is-invalid .modal__bundle-item-media{outline:2px solid var(--color-reward);outline-offset:-2px;box-shadow:0 0 0 3px var(--color-reward-soft)}.bundle-widget__card.is-invalid .bundle-widget__card-size,.modal__bundle-item.is-invalid .bundle-widget__card-size{color:#fff;background:var(--color-reward);border-color:var(--color-reward);font-weight:600}.accordion{margin-top:2.5rem;border-top:1px solid var(--color-line)}.accordion-item{border-bottom:1px solid var(--color-line)}.accordion-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding-block:1.1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-bone)}.accordion-item__trigger svg{width:.9rem;height:.9rem;transition:transform .3s var(--ease-out-expo)}.accordion-item.is-open .accordion-item__trigger svg{transform:rotate(45deg)}.accordion-item__panel{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out-expo)}.accordion-item__panel-inner{padding-bottom:1.2rem;color:var(--color-muted);font-size:.85rem;line-height:1.7}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0a0a088c;opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-drawer__overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;height:100dvh;z-index:61;width:min(420px,100%);background:var(--color-ink-2);border-left:1px solid var(--color-line);display:flex;flex-direction:column;overflow:hidden;transform:translate(100%);transition:transform .45s var(--ease-out-expo)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:.55rem 1.1rem;border-bottom:1px solid var(--color-line);flex-shrink:0}.cart-drawer__title{font-family:var(--font-display);text-transform:uppercase;font-size:1.05rem;line-height:1}.cart-drawer__items{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.9rem}.cart-line{display:flex;gap:.8rem;padding-bottom:.9rem;border-bottom:1px solid var(--color-line)}.cart-line:last-child{padding-bottom:0;border-bottom:none}.cart-line__img{width:4.25rem;height:5.3rem;object-fit:cover;background:var(--color-tile);flex-shrink:0}.cart-line__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.cart-line__head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.cart-line__title{font-size:.8rem;line-height:1.3}.cart-line__price{font-size:.8rem;white-space:nowrap}.cart-line__price-was{color:var(--color-muted);font-size:.7rem;margin-right:.15rem}.cart-line__variant{font-size:.68rem;color:var(--color-muted)}.cart-line__row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto}.cart-line__remove{font-size:.65rem;text-decoration:underline;color:var(--color-muted)}.cart-drawer__empty{padding:3rem 1.25rem;text-align:center;color:var(--color-muted)}.cart-drawer .quantity-selector__btn{width:1.9rem;min-height:2.4rem;font-size:.9rem}.cart-drawer .quantity-selector__input{width:2rem;font-size:.8rem}.cart-drawer__footer{padding:.75rem 1.1rem .9rem;border-top:1px solid var(--color-line);flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;margin-bottom:.25rem}.cart-drawer__subtotal.is-struck{font-size:.78rem;color:var(--color-muted)}.cart-drawer__subtotal.is-struck [data-cart-subtotal]{text-decoration:line-through}.cart-drawer__reward-total{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.3rem}.cart-drawer__reward-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-reward)}.cart-drawer__reward-value{font-family:var(--font-display);font-size:1.5rem;line-height:1;color:var(--color-bone)}.cart-drawer__note{font-size:.64rem;color:var(--color-muted);margin-bottom:.6rem}.cart-drawer .additional-checkout-buttons{margin-top:.5rem}.search-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0a0a088c;opacity:0;pointer-events:none;transition:opacity .35s ease}.search-drawer__overlay.is-open{opacity:1;pointer-events:auto}.search-drawer{position:fixed;top:0;left:0;right:0;z-index:61;background:var(--color-ink-2);border-bottom:1px solid var(--color-line);transform:translateY(-100%);transition:transform .45s var(--ease-out-expo)}.search-drawer.is-open{transform:translateY(0)}.search-drawer__inner{display:flex;align-items:center;gap:1rem;padding:1.5rem 0}.search-drawer__form{flex:1;display:flex;align-items:center;gap:.75rem}.search-drawer__form svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--color-muted)}.search-drawer__input{flex:1;background:none;border:none;border-bottom:1px solid var(--color-line);padding:.5rem 0;font-family:var(--font-display);font-size:1.3rem;text-transform:uppercase;color:inherit}.search-drawer__input:focus{outline:none;border-color:var(--color-ink)}.ugc{padding-block:1.5rem;overflow:hidden}.ugc--tight{padding-block:.5rem}:has(+[id^=shopify-section][id$=__ugc])>.section,:has(+#shopify-section-ugc)>.section{padding-bottom:1rem}.ugc__row{display:flex;gap:.5rem;overflow-x:auto;padding-inline:.5rem;container-type:inline-size;scrollbar-width:none;-ms-overflow-style:none}.ugc__row::-webkit-scrollbar{display:none;height:0}.ugc__card{flex:0 0 calc((100cqi - 1.5rem) / 2.4);min-width:0}@media(min-width:700px){.ugc__card{flex-basis:calc((100cqi - 3rem)/5)}}@media(min-width:1100px){.ugc__card{flex-basis:calc((100cqi - 4.5rem) / 7.5)}}.ugc__screen{position:relative;aspect-ratio:9 / 16;background:var(--color-tile);overflow:hidden}.ugc__video{width:100%;height:100%;object-fit:cover;display:block;background:var(--color-tile)}.ugc__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ugc__sound{position:absolute;right:.35rem;bottom:.35rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border:0;border-radius:999px;background:#0c0c0ba6;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ugc__sound:hover{background:#0c0c0be6}.ugc__sound svg{width:.85rem;height:.85rem}.ugc__sound-icon{display:inline-flex}.ugc__caption{display:block;margin-top:.35rem;font-size:.65rem;color:var(--color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-drawer__panel{padding-bottom:1.25rem;max-height:65dvh;overflow-y:auto}.search-drawer__status{font-size:.72rem;color:var(--color-muted);margin-bottom:.75rem}.search-drawer__status:empty{display:none}.search-suggest{display:grid;gap:.15rem}.search-suggest__item{display:flex;align-items:center;gap:.85rem;padding:.5rem;transition:background .2s ease}.search-suggest__item:hover{background:var(--color-ink-3)}.search-suggest__media{width:3rem;aspect-ratio:4 / 5;flex-shrink:0;background:var(--color-tile);overflow:hidden}.search-suggest__media img{width:100%;height:100%;object-fit:contain}.search-suggest__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.search-suggest__title{font-size:.85rem;color:var(--color-bone);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-suggest__price{font-size:.75rem;color:var(--color-muted)}.search-drawer__all{display:inline-block;margin-top:.9rem}.cart-progress{padding:1rem 1.25rem 1.4rem;border-bottom:1px solid var(--color-line);overflow:hidden}.cart-trust .cart-progress__message{font-size:.72rem;margin-bottom:.6rem}.cart-progress__message{font-size:.78rem;margin-bottom:.8rem;color:var(--color-bone)}.cart-progress__message strong{color:var(--color-reward)}.cart-progress__track{position:relative;height:6px;margin-inline:7px;background:var(--color-reward-soft);border-radius:999px}.cart-progress__fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0%;background:var(--color-reward);border-radius:999px;overflow:hidden;transition:width .5s var(--ease-out-expo)}.cart-progress__fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:reward-sheen 2.6s ease-in-out infinite}@keyframes reward-sheen{0%,to{opacity:0;transform:translate(-60%)}50%{opacity:1;transform:translate(60%)}}.cart-progress__dot{position:absolute;top:50%;width:12px;height:12px;background:var(--color-ink);border:2px solid rgba(226,53,43,.45);border-radius:999px;transform:translate(-50%,-50%);transition:border-color .3s ease,background .3s ease}.cart-progress__dot.is-reached{background:var(--color-reward);border-color:var(--color-reward)}.cart-progress__dot.is-unlocking:after,.cart-progress__dot.is-unlocking:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:999px;border:2px solid var(--color-reward);animation:reward-burst .85s cubic-bezier(.2,.8,.2,1) 3}.cart-progress__dot.is-unlocking:before{animation-delay:.22s}@keyframes reward-burst{0%{transform:scale(.5);opacity:1;border-width:3px}to{transform:scale(2.6);opacity:0;border-width:1px}}.cart-progress__dot.is-unlocking{animation:reward-dot-pop .5s ease-out 3}@keyframes reward-dot-pop{0%,to{transform:translate(-50%,-50%) scale(1)}40%{transform:translate(-50%,-50%) scale(1.75)}}.cart-progress.is-unlocking .cart-progress__track{animation:reward-track-flash .85s ease-out 3}@keyframes reward-track-flash{0%,to{box-shadow:none;transform:scaleY(1)}35%{box-shadow:0 0 0 5px #e2352b59,0 0 18px #e2352b99;transform:scaleY(1.6)}}.cart-progress.is-unlocking .cart-progress__fill:after{animation:reward-flash .55s ease-out 3}@keyframes reward-flash{0%,to{opacity:0;transform:translate(0);filter:none}50%{opacity:1;transform:translate(0);filter:brightness(2.4)}}.cart-progress.is-unlocking .cart-progress__message{animation:reward-message-pop .6s ease-out 2;color:var(--color-reward);font-weight:600}@keyframes reward-message-pop{0%{transform:scale(.9)}45%{transform:scale(1.12);letter-spacing:.02em}to{transform:scale(1)}}.cart-progress__labels span.is-unlocked{color:var(--color-reward);font-weight:600}.cart-progress.is-unlocking .cart-progress__labels span.is-unlocked{animation:reward-label-pop .6s ease-out 2}@keyframes reward-label-pop{0%,to{transform:scale(1)}45%{transform:scale(1.18)}}.cart-progress__labels{display:flex;gap:.4rem;margin-top:.5rem;margin-inline:7px}.cart-progress__labels span{flex:1 1 0;min-width:0;font-size:.56rem;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.cart-progress__labels span:first-child{text-align:left}.cart-progress__labels span:nth-child(2){text-align:center}.cart-progress__labels span:last-child{text-align:right}.cart-upsell{padding:.6rem 1.1rem .5rem;border-top:1px solid var(--color-line);flex-shrink:0}.cart-upsell__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.cart-upsell__heading{font-size:.6rem;margin:0}.cart-upsell__close{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;flex-shrink:0;color:var(--color-muted);background:none;border:0;cursor:pointer}.cart-upsell__close svg{width:.85rem;height:.85rem}.cart-upsell__close:hover{color:var(--color-bone)}.cart-upsell__row{display:flex;gap:.7rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.3rem;container-type:inline-size}.cart-upsell__item{flex:0 0 4.4rem;min-width:0;scroll-snap-align:start}.cart-upsell__media{display:block;aspect-ratio:1 / 1;background:var(--color-tile);overflow:hidden;margin-bottom:.25rem}.cart-upsell__media img{width:100%;height:100%;object-fit:contain}.cart-upsell__name{font-size:.66rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-upsell__row-bottom{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.cart-upsell__price{font-size:.68rem;color:var(--color-muted)}.cart-upsell__add{width:22px;height:22px;border:1px solid var(--color-bone);border-radius:999px;font-size:1rem;line-height:1;flex-shrink:0;transition:background .2s ease,color .2s ease}.cart-upsell__add:hover{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-ink)}.cart-trust{display:flex;flex-direction:column;gap:.7rem;padding:.75rem 1.1rem;border-top:1px solid var(--color-line);background:var(--color-ink-3);flex-shrink:0}.cart-trust .cart-progress{padding:0;border-bottom:none}.cart-trust__items{display:flex;gap:.5rem}.cart-trust__item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem;font-size:.58rem;line-height:1.3;color:var(--color-muted)}.cart-trust__item svg{width:17px;height:17px;color:var(--color-accent);flex-shrink:0}.cart-page{padding-block:clamp(2rem,5vw,3.5rem)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);padding-bottom:1rem;border-bottom:1px solid var(--color-line)}.cart-table td{padding-block:1.25rem;border-bottom:1px solid var(--color-line);vertical-align:top}.cart-table .cart-line__img{width:6rem;height:7.5rem}.cart-summary{margin-top:2rem;margin-left:auto;max-width:360px}.rte h1,.rte h2,.rte h3{font-family:var(--font-display);text-transform:uppercase;color:var(--color-bone);margin-top:1.5em}.rte p{color:var(--color-muted);line-height:1.7;margin-block:1em}.rte a{color:var(--color-bone);text-decoration:underline}.rte ul,.rte ol{color:var(--color-muted);padding-left:1.25em;line-height:1.7}.rte img{margin-block:1.5em}.page{max-width:760px;margin-inline:auto;padding-block:clamp(2.5rem,6vw,4rem)}.page__title{font-size:clamp(2.25rem,6vw,3.5rem);margin-bottom:1.5rem}.error-404{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-block:4rem;gap:1.25rem}.error-404__code{font-size:clamp(5rem,18vw,10rem);color:var(--color-ink-3);-webkit-text-stroke:1px var(--color-line)}.product__rating{display:flex;align-items:center;gap:.6rem;margin:.6rem 0 1rem;color:var(--color-muted);font-size:.85rem}.product__rating-stars{display:flex;gap:.1rem;color:var(--color-accent-2)}.product__rating-stars svg{width:15px;height:15px}.trust-badges{display:grid;grid-template-columns:1fr;gap:.9rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-line)}@media(min-width:480px){.trust-badges{grid-template-columns:repeat(3,1fr)}}.trust-badge{display:flex;flex-direction:row;align-items:center;gap:.6rem;font-size:.75rem;line-height:1.35;color:var(--color-muted)}.trust-badge svg{width:22px;height:22px;color:var(--color-accent);flex-shrink:0}.shopify-payment-button,.additional-checkout-buttons{margin-top:.75rem}.shopify-payment-button__button--unbranded{background:var(--color-bone)!important;color:var(--color-ink)!important}.bundle-widget{margin:1.25rem 0;padding:1rem;border:1px solid var(--color-line);background:var(--color-ink-2)}.bundle-widget__eyebrow{color:var(--color-accent);margin-bottom:.6rem}.bundle-widget__cards{display:flex;gap:.7rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.4rem;container-type:inline-size}.bundle-widget__card{flex:0 0 calc((100cqi - 1.4rem) / 3);min-width:0;scroll-snap-align:start}.bundle-widget__card-pick{position:relative;display:block;cursor:pointer}.bundle-widget__card-check{position:absolute;width:1px;height:1px;margin:-1px;opacity:0}.bundle-widget__card-size{width:100%;margin-top:.3rem;padding:.25rem .3rem;font-family:inherit;font-size:.64rem;color:var(--color-bone);background:var(--color-ink);border:1px solid var(--color-bone)}.bundle-widget__card-size:focus-visible{outline:2px solid var(--color-reward);outline-offset:1px}.bundle-widget__card.is-invalid .bundle-widget__card-size,.modal__bundle-item.is-invalid .bundle-widget__card-size{border-color:var(--color-reward);box-shadow:0 0 0 2px var(--color-reward-soft)}.bundle-widget__card-tick{position:absolute;top:.4rem;right:.4rem;z-index:1;width:20px;height:20px;border-radius:999px;border:1px solid var(--color-bone);background:var(--color-ink);display:flex;align-items:center;justify-content:center;color:transparent;transition:background .2s ease,color .2s ease,border-color .2s ease}.bundle-widget__card-tick svg{width:11px;height:11px}.bundle-widget__card-check:checked~.bundle-widget__card-tick{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-ink)}.bundle-widget__card-check:focus-visible~.bundle-widget__card-tick{outline:2px solid var(--color-accent);outline-offset:2px}.bundle-widget__card-check:checked~.bundle-widget__card-media{outline:2px solid var(--color-reward);outline-offset:-2px}.bundle-widget__card-check:checked~.bundle-widget__card-name{color:var(--color-bone)}.bundle-widget__card-media{display:block;aspect-ratio:4 / 5;background:var(--color-tile);overflow:hidden;margin-bottom:.35rem;transition:outline-color .2s ease}.bundle-widget__card-media img{width:100%;height:100%;object-fit:contain}.bundle-widget__card-name{display:block;font-size:.68rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-widget__card-price{display:block;font-size:.68rem;color:var(--color-muted)}.bundle-widget__hint{margin-top:.6rem;font-size:.72rem;color:var(--color-muted)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end}.modal[hidden]{display:none}@media(min-width:700px){.modal{align-items:center;justify-content:center}}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a088c}.modal__panel{position:relative;z-index:1;width:100%;max-width:440px;max-height:88dvh;overflow-y:auto;padding:1.15rem 1.15rem 1.3rem;background:var(--color-ink);border:1px solid var(--color-line)}.modal__close{position:absolute;top:.7rem;right:.7rem}.modal__close svg{width:16px;height:16px}.modal__eyebrow{color:var(--color-accent)}.modal__title{font-size:clamp(1.1rem,4.5vw,1.5rem);line-height:1.15;margin:.35rem 2rem .45rem 0}.modal__subtext{font-size:.72rem;color:var(--color-muted);margin-bottom:.85rem}.modal__bundle-items{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;margin-bottom:.85rem;padding-bottom:.4rem;container-type:inline-size}.modal__bundle-item{flex:0 0 calc((100cqi - 1.2rem) / 3);min-width:0;scroll-snap-align:start}.modal__bundle-item-pick{position:relative;display:block;cursor:pointer}.modal__bundle-item-check:checked~.modal__bundle-item-media{outline:2px solid var(--color-reward);outline-offset:-2px}.modal__bundle-item-check{position:absolute;width:1px;height:1px;margin:-1px;opacity:0}.modal__bundle-item-tick{position:absolute;top:.35rem;right:.35rem;z-index:1;width:20px;height:20px;border-radius:999px;border:1px solid var(--color-bone);background:var(--color-ink);color:transparent;display:flex;align-items:center;justify-content:center;font-size:.66rem;transition:background .2s ease,color .2s ease,border-color .2s ease}.modal__bundle-item-check:checked~.modal__bundle-item-tick{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-ink)}.modal__bundle-item-check:focus-visible~.modal__bundle-item-tick{outline:2px solid var(--color-accent);outline-offset:2px}.modal__bundle-item-media{display:block;aspect-ratio:4 / 5;background:var(--color-tile);overflow:hidden;margin-bottom:.35rem;transition:opacity .2s ease}.modal__bundle-item-media img{width:100%;height:100%;object-fit:contain}.modal__bundle-item-title{display:block;font-size:.68rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal__bundle-item-price{display:block;font-size:.66rem;color:var(--color-muted)}.modal__summary{display:flex;align-items:center;justify-content:space-between;padding-top:.7rem;margin-bottom:.9rem;border-top:1px solid var(--color-line);font-size:.76rem;color:var(--color-muted)}.modal__summary-total{font-family:var(--font-display);font-size:1rem;color:var(--color-bone)}.modal__actions{display:flex;flex-direction:column;gap:.6rem}.modal__actions [data-bundle-modal-accept]:disabled{opacity:.5;cursor:not-allowed}.modal__error{font-size:.7rem;color:var(--color-reward);margin-bottom:.6rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.reveal{opacity:1;transform:none;transition:none}.cart-progress__fill:after,.cart-progress__dot.is-unlocking:after,.cart-progress__dot.is-unlocking:before,.cart-progress__dot.is-unlocking,.cart-progress.is-unlocking .cart-progress__track,.cart-progress.is-unlocking .cart-progress__fill:after,.cart-progress.is-unlocking .cart-progress__message,.cart-progress.is-unlocking .cart-progress__labels span.is-unlocked,.bundle-widget__card.is-invalid,.modal__bundle-item.is-invalid,.product__meta:not(:empty){animation:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/vandalism-base.css.map */
