:root{--color-radical-red:#ff1053;--color-witchy-midnight:#150017;--color-spicy-purple:#640050;--color-cream:#ffe5d1;--color-slap-yellow:#ffb300;--color-off-white:#f6f5f4;--color-success:#28a745;--color-text:var(--color-witchy-midnight);--color-text-muted:#6f6a6d;--color-text-invert:#fff;--color-surface:#fff;--color-surface-page:var(--color-off-white);--color-border:#e3e1e0;--color-border-dark:var(--color-witchy-midnight);--color-error:#c1121f;--color-link:var(--color-radical-red);--font-display:"Chicle", system-ui, sans-serif;--font-heading:"Rum Raisin", system-ui, sans-serif;--font-sans:"Kumbh Sans", system-ui, sans-serif;--text-xs:.875rem;--text-sm:1rem;--text-base:1.125rem;--text-lg:1.25rem;--text-xl:1.5625rem;--text-2xl:1.875rem;--text-3xl:2.1875rem;--text-4xl:3.25rem;--leading-tight:1;--leading-normal:1.55;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:3px;--radius-card:6px;--radius-button:4px;--radius-pill:9999px;--container-max:1320px;--layout-gutter:1rem;--layout-gutter-lg:2rem;--announcement-h:2.5rem;--header-h:5rem;--nav-h:3rem;--sticky-offset:calc(var(--header-h) + var(--nav-h) + var(--space-4));--stripe-h:14px;--shadow-card:0 1px 3px #15001714;--shadow-drawer:-8px 0 32px #15001740}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:var(--leading-normal)}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button{cursor:pointer;background:0 0;border:none;padding:0}a{color:inherit}ul[class],ol[class]{padding:0;list-style:none}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:400;line-height:var(--leading-normal);color:var(--color-text);background:var(--color-surface-page)}h1,.u-display{font-family:var(--font-display);font-weight:400;line-height:var(--leading-tight);letter-spacing:0}h2,h3,h4,.u-heading{font-family:var(--font-heading);font-weight:400;line-height:var(--leading-tight);letter-spacing:0}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}a{text-decoration:none}p a,.u-link{color:var(--color-link)}p a:hover,.u-link:hover{text-decoration:underline}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[x-cloak]{display:none!important}.container-page{max-width:var(--container-max);padding-inline:var(--layout-gutter);margin-inline:auto}@media (width>=1024px){.container-page{padding-inline:var(--layout-gutter-lg)}}.container-content{max-width:860px;padding-inline:var(--layout-gutter);margin-inline:auto}.section-padding{padding-block:var(--space-12)}@media (width>=768px){.section-padding{padding-block:var(--space-16)}}.breadcrumbs{gap:var(--space-2);font-size:var(--text-sm);padding-block:var(--space-6) var(--space-2);color:var(--color-text);flex-wrap:wrap;display:flex}.breadcrumbs a{color:var(--color-radical-red)}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs__sep{color:var(--color-text-muted)}.page-title{margin-block:var(--space-4) var(--space-6)}.site-body{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.announcement-bar{background:var(--color-radical-red);color:var(--color-text-invert);font-size:var(--text-sm);text-align:center;padding-block:.5rem}.announcement-bar__text strong{font-weight:700}.storefront-header{z-index:50;background:var(--color-cream);position:sticky;top:0}.header-inner{align-items:center;gap:var(--space-4);min-height:var(--header-h);padding-block:var(--space-6);grid-template-columns:auto 1fr auto;display:grid}.header-logo{flex-shrink:0;min-width:0;display:inline-flex}.header-logo__img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:100%;height:56px}.header-logo__text{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-radical-red);line-height:1}.header-search{justify-self:center;width:100%;max-width:500px}.header-search__form{transition:transform .32s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.header-search__form:focus-within{transform:translateY(-1px)}.header-search__input{background:var(--color-surface);border:1px solid var(--color-border-dark);border-radius:var(--radius-sm);width:100%;font-size:var(--text-sm);outline:none;padding:.6rem 2.75rem .6rem 1rem;transition:border-color .2s,box-shadow .32s cubic-bezier(.16,1,.3,1);box-shadow:0 0 #0000}.header-search__input::placeholder{color:var(--color-text-muted);transition:opacity .22s}.header-search__input:focus{border-color:var(--color-radical-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-radical-red) 16%, transparent), 0 8px 20px #1500171a}.header-search__input:focus::placeholder{opacity:.5}.header-search__submit{width:2.25rem;height:2.25rem;color:var(--color-text);justify-content:center;align-items:center;transition:color .2s,transform .32s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.header-search__form:focus-within .header-search__submit{color:var(--color-radical-red);transform:translateY(-50%)scale(1.12)}.header-search__submit:active{transform:translateY(-50%)scale(.94)}.header-actions{align-items:center;gap:var(--space-3);display:flex}.header-icon-btn{border-radius:var(--radius-pill);width:2.75rem;height:2.75rem;color:var(--color-text);justify-content:center;align-items:center;transition:background-color .12s;display:flex;position:relative}.header-icon-btn:hover{background:#15001712}.header-icon-btn svg{width:1.5rem;height:1.5rem}.header-icon-btn--wishlist{color:var(--color-radical-red)}.cart-badge{background:var(--color-radical-red);color:var(--color-text-invert);border-radius:var(--radius-pill);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6875rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.storefront-nav{background:var(--color-witchy-midnight);color:var(--color-text-invert)}.storefront-nav__link{color:var(--color-text-invert);font-size:var(--text-sm);white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:.375rem;padding:.75rem 1.25rem;font-family:inherit;transition:color .12s;display:inline-flex}.storefront-nav__link:hover,.storefront-nav__link:focus-visible{color:var(--color-radical-red)}.storefront-nav__chevron{flex-shrink:0;width:.875rem;height:.875rem;transition:transform .15s;display:inline-flex}.storefront-nav__chevron svg{width:100%;height:100%}.nav-toggle{display:flex}@media (width>=1024px){.nav-toggle{display:none}}.storefront-nav__links{display:none}@media (width>=1024px){.storefront-nav__links{min-height:var(--nav-h);align-items:center;margin:0;padding:0;list-style:none;display:flex}}.storefront-nav__item{position:relative}.storefront-nav__dropdown{z-index:60;background:var(--color-witchy-midnight);border-radius:0 0 var(--radius-sm) var(--radius-sm);min-width:14rem;max-width:min(22rem,90vw);padding-block:var(--space-2);border:1px solid #ffffff1f;border-top:0;display:none;position:absolute;top:100%;left:0;box-shadow:0 12px 28px #00000047}@media (width>=1024px){.storefront-nav__item--has-dropdown:hover>.storefront-nav__dropdown,.storefront-nav__item--has-dropdown:focus-within>.storefront-nav__dropdown{display:block}.storefront-nav__item--has-dropdown:hover>.storefront-nav__link .storefront-nav__chevron,.storefront-nav__item--has-dropdown:focus-within>.storefront-nav__link .storefront-nav__chevron{transform:rotate(180deg)}.storefront-nav__item:last-child .storefront-nav__dropdown,.storefront-nav__item:nth-last-child(2) .storefront-nav__dropdown{left:auto;right:0}}.storefront-nav__dropdown-list{margin:0;padding:0;list-style:none}.storefront-nav__dropdown-link{color:var(--color-text-invert);font-size:var(--text-sm);flex-direction:column;gap:.125rem;padding:.5rem 1.25rem;transition:background-color .12s,color .12s;display:flex}.storefront-nav__dropdown-link:hover,.storefront-nav__dropdown-link:focus-visible{color:var(--color-radical-red);background:#ffffff14}.storefront-nav__dropdown-desc{font-size:var(--text-xs,.75rem);opacity:.7;white-space:normal}.mobile-nav__overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;background:#15001780;transition:opacity .32s,visibility .32s;position:fixed;inset:0}.mobile-nav__overlay.is-open{opacity:1;visibility:visible}.mobile-nav{z-index:95;background:var(--color-witchy-midnight);width:min(340px,86vw);box-shadow:var(--shadow-drawer);visibility:hidden;flex-direction:column;transition:transform .34s cubic-bezier(.16,1,.3,1),visibility .34s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.mobile-nav.is-open{visibility:visible;transform:translate(0)}@media (width>=1024px){.mobile-nav,.mobile-nav__overlay{display:none!important}}body.has-nav-drawer{overflow:hidden}.mobile-nav__head{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--color-cream);border-bottom:6px solid var(--color-radical-red);flex-shrink:0;display:flex}.mobile-nav__brand{display:inline-flex}.mobile-nav__brand-img{width:auto;height:48px}.mobile-nav__brand-text{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-radical-red);line-height:1}.mobile-nav__close{border-radius:var(--radius-pill);width:2.75rem;height:2.75rem;color:var(--color-text);cursor:pointer;background:#15001714;border:0;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s,transform .15s;display:flex}.mobile-nav__close:hover{background:var(--color-radical-red);color:var(--color-text-invert);transform:rotate(90deg)}.mobile-nav__close svg{width:1.25rem;height:1.25rem}.mobile-nav__body{overscroll-behavior:contain;flex:auto;overflow-y:auto}.mobile-nav__list{padding:var(--space-4) var(--space-4) var(--space-6);flex-direction:column;margin:0;list-style:none;display:flex}.mobile-nav__item{opacity:0;transition:opacity .22s,transform .32s cubic-bezier(.16,1,.3,1);transform:translate(14px)}.mobile-nav.is-open .mobile-nav__item{opacity:1;transition-delay:calc(var(--i,0) * 45ms + .12s);transform:none}.mobile-nav__link{width:100%;color:var(--color-cream);font-family:var(--font-heading);font-size:var(--text-xl);text-align:left;padding:.7rem var(--space-3);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;line-height:1.2;transition:color .15s,background-color .15s;display:block;position:relative}.mobile-nav__link:before{content:"";border-radius:var(--radius-pill);background:var(--color-radical-red);transform-origin:50%;width:3px;transition:transform .2s cubic-bezier(.16,1,.3,1);position:absolute;top:.55rem;bottom:.55rem;left:0;transform:scaleY(0)}.mobile-nav__link:hover,.mobile-nav__link:focus-visible{color:var(--color-text-invert)}.mobile-nav__link:hover:before,.mobile-nav__link:focus-visible:before{transform:scaleY(1)}.mobile-nav__foot{padding:var(--space-3) var(--space-4) calc(var(--space-4) + env(safe-area-inset-bottom,0px));background:#00000038;border-top:1px solid #ffe5d124;flex-shrink:0}.mobile-nav__utils{margin:0;padding:0;list-style:none}.mobile-nav__util{align-items:center;gap:var(--space-3);color:var(--color-cream);font-size:var(--text-sm);padding:.5rem 0;transition:color .15s;display:flex}.mobile-nav__util:hover{color:var(--color-radical-red)}.mobile-nav__icon{width:1.25rem;height:1.25rem;color:var(--color-radical-red);flex-shrink:0;display:inline-flex}.mobile-nav__icon svg{width:100%;height:100%}.mobile-nav__social{gap:var(--space-3);margin-top:var(--space-4);display:flex}.mobile-nav__social-link{border-radius:var(--radius-card);background:var(--color-cream);width:40px;height:40px;color:var(--color-witchy-midnight);justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.mobile-nav__social-link:hover{background:var(--color-radical-red);color:var(--color-text-invert)}.mobile-nav__social-link svg{width:20px;height:20px}.mobile-nav__currency-row{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:var(--space-2);padding-top:var(--space-3);border-top:1px solid #ffe5d124;display:flex}.mobile-nav__currency-label{color:var(--color-cream);font-size:var(--text-sm)}.mobile-nav__currency .currency-switcher__select{color:var(--color-text-invert);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");border-color:#ffffff59;padding:.5rem 1.75rem .5rem .75rem}.mobile-nav__currency .currency-switcher__select:hover{background-color:#ffffff14}.mobile-nav__currency .currency-switcher__select:focus-visible{outline-color:var(--color-cream)}.mobile-nav__currency .currency-switcher__select option{background:var(--color-surface);color:var(--color-text)}.mobile-nav__row{align-items:center;display:flex}.mobile-nav__row .mobile-nav__link{flex:auto}.mobile-nav__link--heading{justify-content:space-between;align-items:center;display:flex}.mobile-nav__toggle{width:2.75rem;height:2.75rem;color:var(--color-cream);border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.mobile-nav__toggle:hover{color:var(--color-radical-red);background:#ffe5d11a}.mobile-nav__chevron{width:1.125rem;height:1.125rem;transition:transform .15s;display:inline-flex}.mobile-nav__chevron svg{width:100%;height:100%}.mobile-nav__chevron.is-open{transform:rotate(180deg)}.mobile-nav__sublist{margin:0 0 var(--space-2) var(--space-3);padding:var(--space-1) 0 var(--space-1) var(--space-4);border-left:1px solid #ffe5d12e;list-style:none}.mobile-nav__sublink{color:var(--color-cream);font-size:var(--text-sm);opacity:.72;padding:.45rem 0;transition:opacity .15s,color .15s;display:block}.mobile-nav__sublink:hover{color:var(--color-radical-red);opacity:1}@media (width<=767px){.header-inner{gap:var(--space-2) var(--space-3);min-height:0;padding-block:var(--space-3);grid-template-columns:auto auto 1fr;grid-template-areas:"toggle logo actions""search search search"}.header-search{grid-area:search;max-width:none;padding-bottom:0}.header-search__input{padding-block:.55rem}.header-logo{grid-area:logo}.header-actions{grid-area:actions;justify-self:end}.header-inner .header-logo__img{height:60px}.header-inner .header-logo__text{font-size:var(--text-3xl)}.header-icon-btn--wishlist,.header-icon-btn--account,.header-actions .currency-switcher{display:none}}.currency-switcher{align-items:center;gap:var(--space-1);display:flex}.currency-switcher__select{appearance:none;border-radius:var(--radius-button);color:var(--color-text);font-size:var(--text-sm,.875rem);cursor:pointer;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e0a16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .375rem center;background-repeat:no-repeat;background-size:.75rem;border:1px solid #15001740;padding:.4rem 1.5rem .4rem .5rem;font-weight:600;line-height:1}.currency-switcher__select:hover{background-color:#15001712}.currency-switcher__select:focus-visible{outline:2px solid var(--color-witchy-midnight);outline-offset:1px}.currency-switcher__apply{border-radius:var(--radius-button);color:var(--color-text);font-size:var(--text-sm,.875rem);cursor:pointer;background:0 0;border:1px solid #15001740;padding:.4rem .5rem}@media (width<=480px){.currency-switcher__select{padding:.3rem 1.25rem .3rem .375rem}}@media (prefers-reduced-motion:reduce){.mobile-nav,.mobile-nav__overlay,.mobile-nav__item,.header-search__form,.header-search__input,.header-search__submit{transition-duration:1ms}.mobile-nav__item{transform:none}.mobile-nav.is-open .mobile-nav__item{transition-delay:0s}.mobile-nav__close:hover,.header-search__form:focus-within{transform:none}.header-search__form:focus-within .header-search__submit{transform:translateY(-50%)}}.storefront-footer{margin-top:var(--space-16)}.storefront-footer:before{content:"";height:var(--stripe-h);background:var(--color-radical-red);display:block}.storefront-footer__panel{background:var(--color-witchy-midnight);color:var(--color-cream);font-size:var(--text-sm);padding-block:var(--space-16) var(--space-12)}.footer-grid{gap:var(--space-10);grid-template-columns:1fr;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{gap:var(--space-12);grid-template-columns:1.6fr 1fr 1fr 1fr}}.footer-brand{max-width:44ch}.footer-logo__img{width:auto;height:64px}.footer-logo__text{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-cream)}.footer-tagline{margin-top:var(--space-6);line-height:1.7}.footer-social{gap:var(--space-4);margin-top:var(--space-6);display:flex}.footer-social__link{border-radius:var(--radius-card);background:var(--color-cream);width:44px;height:44px;color:var(--color-witchy-midnight);justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.footer-social__link:hover{background:var(--color-radical-red);color:var(--color-text-invert)}.footer-social__link svg{width:24px;height:24px}.footer-copyright{margin-top:var(--space-8);color:#ffe5d18c}.footer-col__heading{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-cream);margin-bottom:var(--space-5)}.footer-col__list{gap:var(--space-4);flex-direction:column;display:flex}.footer-col__list a{color:var(--color-cream);transition:color .12s}.footer-col__list a:hover{color:var(--color-radical-red)}.footer-legal{gap:var(--space-2) var(--space-5);margin:var(--space-8) 0 0;padding:var(--space-5) 0 0;font-size:var(--text-sm);border-top:1px solid #ffe5d126;flex-wrap:wrap;list-style:none;display:flex}.footer-legal a{color:#ffe5d1b3;transition:color .12s}.footer-legal a:hover{color:var(--color-radical-red)}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-sans);font-size:var(--text-base);border-radius:var(--radius-button);white-space:nowrap;border:1px solid #0000;padding:.75rem 1.75rem;font-weight:500;transition:filter .15s,background-color .15s,color .15s;display:inline-flex}.btn:hover:not(:disabled){filter:brightness(1.18)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--color-witchy-midnight);color:var(--color-text-invert)}.btn--checkout{background:var(--color-spicy-purple);color:var(--color-text-invert);width:100%}.btn--pink{background:var(--color-radical-red);color:var(--color-text-invert)}.btn--cream{background:var(--color-cream);color:var(--color-text)}.btn--success{background:var(--color-success);color:var(--color-text-invert)}.btn--apply{background:var(--color-spicy-purple);color:var(--color-slap-yellow)}.btn--outline{color:var(--color-text);border-color:var(--color-border-dark);background:0 0}.btn--outline-white{color:var(--color-text-invert);background:0 0;border-color:#ffffffb3}.btn--block{width:100%}.qty-stepper{border-radius:var(--radius-button);align-items:stretch;height:2.25rem;display:inline-flex;overflow:hidden}.qty-stepper>form{display:flex}.qty-stepper__btn{background:var(--color-witchy-midnight);width:2.25rem;height:100%;color:var(--color-text-invert);font-size:var(--text-base);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex}.qty-stepper__btn--inc{background:var(--color-cream);color:var(--color-text)}.qty-stepper__btn:hover:not(:disabled){filter:brightness(1.25)}.qty-stepper__btn:disabled{opacity:.55;cursor:default}.qty-stepper__value{min-width:2.75rem;padding-inline:var(--space-2);background:var(--color-surface);border-block:1px solid var(--color-border);font-size:var(--text-sm);text-align:center;justify-content:center;align-items:center;font-weight:500;display:flex}.field{gap:var(--space-2);flex-direction:column;display:flex}.field__label{font-size:var(--text-sm);font-weight:500}.input{background:var(--color-surface);border:1px solid var(--color-border-dark);border-radius:var(--radius-sm);color:var(--color-text);font-size:var(--text-base);outline:none;width:100%;padding:.7rem 1rem;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:var(--color-text-muted)}.input:focus{border-color:var(--color-radical-red);box-shadow:0 0 0 3px #ff105326}.field__error{font-size:var(--text-sm);color:var(--color-error)}.order-summary{text-align:left;width:100%}.order-summary__heading{font-family:var(--font-heading);font-size:var(--text-xl);line-height:var(--leading-tight);margin-bottom:var(--space-5)}.order-summary__items{margin:0 0 var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);padding:0;list-style:none;overflow:hidden}.order-item{gap:var(--space-5);padding:var(--space-5);grid-template-columns:5rem 1fr auto;align-items:start;display:grid}.order-item+.order-item{border-top:1px solid var(--color-border)}.order-item__image{-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-card);background:var(--color-cream);width:5rem;height:5rem}.order-item__image--empty{color:var(--color-spicy-purple);opacity:.45;place-items:center;display:grid}.order-item__image--empty svg{width:2rem;height:2rem}.order-item__body{min-width:0}.order-item__name{font-family:var(--font-heading);font-size:var(--text-lg);line-height:var(--leading-tight);margin-bottom:var(--space-2)}.order-item__name a{color:inherit;text-decoration:none}.order-item__name a:hover{color:var(--color-radical-red)}.order-item__meta{gap:var(--space-1) var(--space-3);color:var(--color-text-muted);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.order-item__meta>*+:before{content:"·";margin-right:var(--space-3);color:var(--color-border)}.order-item__variant{color:var(--color-text);font-weight:500}.order-item__flag{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--color-error)}.order-item__download{margin-top:var(--space-3);font-size:var(--text-xs)}.order-item__download-link{align-items:center;gap:var(--space-2);color:var(--color-radical-red);font-weight:700;text-decoration:none;display:inline-flex}.order-item__download-link:hover{text-decoration:underline}.order-item__download-link svg{width:1rem;height:1rem}.order-item__total{white-space:nowrap;font-weight:700}.order-item--empty{padding:var(--space-6);color:var(--color-error);display:block}.order-totals{margin:0 0 var(--space-8);max-width:26rem;margin-left:auto}.order-totals__row{justify-content:space-between;gap:var(--space-4);padding-block:var(--space-2);font-size:var(--text-sm);display:flex}.order-totals__row dt{color:var(--color-text-muted)}.order-totals__row dd{margin:0}.order-totals__tag{margin-left:var(--space-2);padding:0 var(--space-2);border-radius:var(--radius-pill);background:var(--color-cream);color:var(--color-spicy-purple);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;display:inline-block}.order-totals__row--grand{margin-top:var(--space-2);padding-top:var(--space-4);border-top:2px solid var(--color-border-dark);font-size:var(--text-lg);font-weight:700}.order-totals__row--grand dt{color:var(--color-text)}.order-addresses{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));display:grid}.order-address{padding:var(--space-5);border-radius:var(--radius-card);background:var(--color-cream)}.order-address__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-spicy-purple);margin-bottom:var(--space-2);font-weight:700}.order-address__lines{font-size:var(--text-sm);color:var(--color-text);line-height:1.6}@media (width<=40rem){.order-item{gap:var(--space-4);grid-template-columns:3.5rem 1fr;grid-template-areas:"image body""total total"}.order-item__image{grid-area:image;width:3.5rem;height:3.5rem}.order-item__body{grid-area:body}.order-item__total{text-align:right;grid-area:total}.order-totals{max-width:none}}.passkey-alert{margin:0 0 var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-card);font-size:var(--text-sm);border-left:3px solid #0000;line-height:1.5}.passkey-alert--success{border-left-color:var(--color-success);color:#14622c;background:#d8f3dc}.passkey-alert--error{border-left-color:var(--color-error);color:#a01020;background:#ffdce0}.passkey-alert--notice{background:var(--color-cream);border-left-color:var(--color-border-dark);color:var(--color-text)}.passkey-signin{margin-top:var(--space-6)}.passkey-signin__divider{align-items:center;gap:var(--space-3);margin:0 0 var(--space-4);color:var(--color-text-muted);font-size:var(--text-sm);text-transform:lowercase;display:flex}.passkey-signin__divider:before,.passkey-signin__divider:after{content:"";background:var(--color-border);flex:1;height:1px}.passkey-signin__hint{margin:var(--space-3) 0 0;font-size:var(--text-sm);color:var(--color-text-muted);text-align:center}.passkey-signin .btn.is-busy{cursor:progress}.passkeys__heading{margin-bottom:var(--space-4)}.passkeys__intro{margin-bottom:var(--space-5);max-width:60ch;line-height:1.6}.passkeys__empty{margin:0 0 var(--space-5);color:var(--color-text-muted)}.passkey-list{margin:0 0 var(--space-5);gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.passkey-list__item{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);grid-template-columns:1fr auto auto;display:grid}.passkey-list__name{font-weight:500}.passkey-list__meta{font-size:var(--text-sm);color:var(--color-text-muted)}.passkey-list__remove{padding:var(--space-2) var(--space-3);font-size:var(--text-sm)}@media (width<=40rem){.passkey-list__item{justify-items:start;gap:var(--space-2);grid-template-columns:1fr}}.passkeys__actions{padding-top:var(--space-5);border-top:1px solid var(--color-border)}.passkeys__actions .btn.is-busy{cursor:progress}.passkeys__actions-hint,.passkeys__recovery{margin:var(--space-3) 0 0;max-width:60ch;font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6}.passkeys__recovery{margin-top:var(--space-6)}.account-layout{gap:var(--space-8);padding-block:var(--space-8) var(--space-16);grid-template-columns:1fr;display:grid}@media (width>=1024px){.account-layout{grid-template-columns:240px 1fr}}.account-nav{gap:var(--space-1);flex-direction:column;display:flex}.account-nav__link{padding:.65rem var(--space-4);border-radius:var(--radius-sm);color:var(--color-text);font-size:var(--text-sm)}.account-nav__link:not(.account-nav__link--active):hover{background:var(--color-cream)}.account-nav__link--active,.account-nav__link--active:hover{background:var(--color-witchy-midnight);color:var(--color-text-invert)}.auth-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);max-width:440px;padding:var(--space-8);margin-inline:auto;margin-block:var(--space-12)}.auth-card__title{text-align:center;margin-bottom:var(--space-6)}.auth-card .btn{width:100%;margin-top:var(--space-4)}.auth-card .field+.field{margin-top:var(--space-4)}.page-title--account{padding-top:var(--space-6)}.auth-card__alt{text-align:center;font-size:var(--text-sm);margin-top:var(--space-5)}.auth-card__status{background:var(--color-cream);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);margin-bottom:var(--space-4)}.auth-card__remember{align-items:center;gap:var(--space-2);font-size:var(--text-sm);margin-top:var(--space-4);display:flex}.account-nav__link--logout{text-align:left;width:100%;color:var(--color-radical-red)}.order-cards{gap:var(--space-5);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.order-card{border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);overflow:hidden}.order-card__head{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--color-surface-page);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex}.order-card__facts{gap:var(--space-6);flex-wrap:wrap;margin:0;display:flex}.order-card__fact dt{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.order-card__fact dd{font-size:var(--text-sm);margin:0;font-weight:600}.order-card__body{align-items:center;gap:var(--space-5);padding:var(--space-5);display:flex}.order-card__thumbs{gap:var(--space-2);flex-shrink:0;margin:0;padding:0;list-style:none;display:flex}.order-card__thumb{border-radius:var(--radius-button);border:1px solid var(--color-border);background:var(--color-surface);width:4rem;height:4rem;overflow:hidden}.order-card__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.order-card__thumb--empty{width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.order-card__thumb--empty svg{width:1.5rem;height:1.5rem}.order-card__thumb--more{font-size:var(--text-sm);color:var(--color-text-muted);justify-content:center;align-items:center;font-weight:700;display:flex}.order-card__summary{min-width:0}.order-card__items{margin:0;font-weight:600;line-height:1.4}.order-card__more{color:var(--color-text-muted);font-weight:400;font-size:var(--text-sm);display:block}.order-card__units{margin:var(--space-1) 0 0;font-size:var(--text-sm);color:var(--color-text-muted)}.order-card__actions{align-items:center;gap:var(--space-3);padding:0 var(--space-5) var(--space-5);flex-wrap:wrap;display:flex}.order-card__cta{font-size:var(--text-sm)}.order-card__link{font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:underline}.order-card__link:hover{color:var(--color-link)}@media (width<=640px){.order-card__body{flex-direction:column;align-items:flex-start}.order-card__facts{gap:var(--space-4)}.order-card__cta{text-align:center;flex:auto}}.returns-panel{margin-bottom:var(--space-8)}.returns-panel__heading{margin:0 0 var(--space-4);font-size:var(--text-lg)}.return-record{padding:var(--space-5);margin-bottom:var(--space-4);border:1px solid var(--color-border);border-left:4px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.return-record--pending{border-left-color:var(--color-slap-yellow)}.return-record--approved{border-left-color:var(--color-spicy-purple)}.return-record--rejected{border-left-color:var(--color-radical-red)}.return-record--complete{border-left-color:var(--color-success)}.return-record__head{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.return-record__ref{font-size:var(--text-sm);color:var(--color-text-muted)}.return-record__next{margin:0 0 var(--space-4);font-weight:600}.return-record__facts{gap:var(--space-6);flex-wrap:wrap;margin:0;display:flex}.return-record__facts dt{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.return-record__facts dd{font-size:var(--text-sm);margin:0}.return-record__note{margin:var(--space-4) 0 0;font-size:var(--text-sm);color:var(--color-text-muted)}.return-record__photos{gap:var(--space-2);margin:var(--space-4) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.return-record__photos img{-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-button);border:1px solid var(--color-border);width:4.5rem;height:4.5rem;display:block}.return-status{padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:700;display:inline-block}.return-status--pending{color:#8a6100;background:#fff3cd}.return-status--attention{background:var(--color-radical-red);color:var(--color-text-invert)}.return-status--approved{color:#4a2b7a;background:#e6dcf5}.return-status--rejected{color:#a01020;background:#ffdce0}.return-status--complete{color:#14622c;background:#d8f3dc}.order-card__badges{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.return-record--attention{border-left-color:var(--color-radical-red)}.return-record__cta{margin:var(--space-4) 0 0;font-size:var(--text-sm)}.account-nav__count{min-width:1.25rem;margin-left:var(--space-2);border-radius:var(--radius-pill);background:var(--color-radical-red);color:var(--color-text-invert);font-size:var(--text-xs);text-align:center;padding:0 .35rem;font-weight:700;display:inline-block}.thread{gap:var(--space-4);margin:0 0 var(--space-6);flex-direction:column;padding:0;list-style:none;display:flex}.thread__entry{display:flex}.thread__entry--theirs{justify-content:flex-start}.thread__entry--mine{justify-content:flex-end}.thread__entry--system{justify-content:center}.thread__bubble{max-width:44ch;padding:var(--space-4);border-radius:var(--radius-card);background:var(--color-surface);border:1px solid var(--color-border)}.thread__entry--mine .thread__bubble{background:var(--color-cream);border-color:#0000}.thread__meta{justify-content:space-between;gap:var(--space-4);margin:0 0 var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);display:flex}.thread__body{white-space:pre-wrap;margin:0}.thread__asks{margin:0 0 var(--space-3);padding-left:var(--space-5);font-weight:600}.thread__system{padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);background:var(--color-surface-page);font-size:var(--text-xs);color:var(--color-text-muted);margin:0}.thread__composer{padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.thread__cancel{margin-top:var(--space-6)}.thread__cancel-form{gap:var(--space-3);margin-top:var(--space-3);padding:var(--space-4);border:1px dashed var(--color-border);border-radius:var(--radius-card);flex-direction:column;align-items:flex-start;display:flex}@media (width<=640px){.thread__bubble{max-width:100%}}.return-notice{padding:var(--space-4) var(--space-5);margin-bottom:var(--space-5);border-radius:var(--radius-card);border-left:4px solid var(--color-slap-yellow);background:var(--color-cream);font-size:var(--text-sm)}.return-notice--error{border-left-color:var(--color-radical-red);background:#ffeef1}.return-notice__list{padding-left:var(--space-5);margin:0}.return-form{gap:var(--space-6);flex-direction:column;display:flex}.return-fieldset{border:0;margin:0;padding:0}.return-fieldset__legend{margin-bottom:var(--space-3);padding:0;font-weight:700}.return-items{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.return-item{align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);display:flex}.return-item__pick input{width:1.15rem;height:1.15rem}.return-item__image{border-radius:var(--radius-button);border:1px solid var(--color-border);-o-object-fit:cover;object-fit:cover;flex-shrink:0;width:3.5rem;height:3.5rem}.return-item__image--empty{background:var(--color-surface-page)}.return-item__body{flex:1;min-width:0}.return-item__name{margin:0;font-weight:600}.return-item__meta{gap:var(--space-3);margin:var(--space-1) 0 0;font-size:var(--text-sm);color:var(--color-text-muted);flex-wrap:wrap;display:flex}.return-item__qty{align-items:center;gap:var(--space-2);font-size:var(--text-sm);flex-shrink:0;display:flex}.return-item__qty input{width:4rem;padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-button)}.return-item__qty-max{color:var(--color-text-muted)}.return-field{gap:var(--space-2);flex-direction:column;display:flex}.return-field__label{font-weight:600}.return-field__optional{color:var(--color-text-muted);font-weight:400}.return-field__control{width:100%;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-button);background:var(--color-surface);font:inherit}.return-field__file{padding:var(--space-3);background:var(--color-surface-page)}.return-field__hint{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.return-actions{align-items:center;gap:var(--space-4);display:flex}.return-legal{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}@media (width<=640px){.return-item{flex-wrap:wrap}.return-item__qty{justify-content:flex-end;width:100%}}.account-empty{padding:var(--space-8) var(--space-5);border:1px dashed var(--color-border);border-radius:var(--radius-card);text-align:center}.account-empty__title{font-weight:700;font-size:var(--text-lg);margin:0}.account-empty__body{margin:var(--space-2) 0 var(--space-5);color:var(--color-text-muted);font-size:var(--text-sm)}.account-orders{flex-direction:column;display:flex}.account-order-row{gap:var(--space-5);padding-block:var(--space-4);border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:var(--text-sm);grid-template-columns:1fr auto auto auto;align-items:center;display:grid}.account-order-row:hover{background:var(--color-surface)}.account-order-row--static{grid-template-columns:1fr auto}.account-order-row__number{font-weight:600}.account-order-row__status{text-transform:capitalize}.account-order-meta{margin-bottom:var(--space-5);color:var(--color-text-muted);font-size:var(--text-sm)}.account-order-back{margin-bottom:var(--space-5);font-size:var(--text-sm)}.order-header{margin-bottom:var(--space-8);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.order-header__facts{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));display:grid}.order-header__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:var(--space-1);display:block}.order-header__value{font-weight:700}.order-header__tracking{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border);font-size:var(--text-sm)}.order-status{padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);background:var(--color-cream);color:var(--color-spicy-purple);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:700;display:inline-block}.order-status--processing{color:#8a6100;background:#fff3cd}.order-status--shipped{color:#084b83;background:#d6ecff}.order-status--delivered{color:#14622c;background:#d8f3dc}.order-status--pending{color:#4a4453;background:#ece9ef}.order-status--partial_refund{color:#8a4b00;background:#ffe9cc}.order-status--cancelled,.order-status--refunded{color:#a01020;background:#ffdce0}.account-order-help{margin-top:var(--space-8);color:var(--color-text-muted);font-size:var(--text-sm)}
