:root{--title-product-size: 52px;--title-section-size: 36px;--title-card-size: 22px;--body-size: 16px;--small-size: 14px}@media(max-width:1023px){:root{--title-product-size: 44px;--title-section-size: 32px}}@media(max-width:767px){:root{--title-product-size: 36px;--title-section-size: 28px;--title-card-size: 20px;--body-size: 15px;--small-size: 13px}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:calc(var(--body-size) * var(--font-body-scale));line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg,video,canvas{display:block;max-width:100%;height:auto}svg:not([fill]){fill:currentColor}a{color:inherit;text-decoration:none}a:hover{color:var(--color-orange)}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,select,textarea{font:inherit}ul,ol{margin:0;padding:0;list-style:none}figure{margin:0}hr{border:0;border-top:1px solid var(--color-border);margin:0}:focus-visible{outline:2px solid var(--color-orange);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;top:-100px;left:8px;z-index:1000;transition:top .2s}.skip-link:focus{top:8px}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.main-content{display:block;min-height:40vh}.main-content:focus{outline:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0;font-family:var(--font-heading);font-weight:700;font-style:var(--font-heading-style);line-height:1.12;letter-spacing:.01em;text-transform:var(--heading-transform)}.h1,h1{font-size:calc(clamp(2rem,1.4rem + 2.6vw,3.5rem) * var(--font-heading-scale))}.h2,h2{font-size:calc(clamp(1.6rem,1.2rem + 1.7vw,2.5rem) * var(--font-heading-scale))}.h3,h3{font-size:calc(clamp(1.3rem,1.1rem + .9vw,1.75rem) * var(--font-heading-scale))}.h4,h4{font-size:calc(1.125rem * var(--font-heading-scale))}.h5,h5{font-size:calc(1rem * var(--font-heading-scale))}.h6,h6{font-size:calc(.875rem * var(--font-heading-scale))}.font-display,.gothic-title{font-family:var(--font-display);font-weight:400;text-transform:uppercase;letter-spacing:.02em}.section-heading__text,.section-title{font-family:var(--font-heading);font-size:calc(var(--title-section-size) * var(--font-heading-scale));font-weight:600;text-transform:uppercase;letter-spacing:.02em;line-height:1.15}.card-heading,.accordion-heading{font-family:var(--font-heading);font-size:var(--title-card-size);font-weight:500;line-height:1.25}.price,.product-price{font-family:var(--font-body);font-variant-numeric:tabular-nums}p{margin:0 0 1em}p:last-child{margin-bottom:0}.text-muted{color:var(--color-muted)}.text-orange{color:var(--color-orange)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.section-heading{display:flex;align-items:center;justify-content:center;gap:.75rem;text-align:center;margin-bottom:2rem;max-width:100%}.section-heading:before,.section-heading:after{content:"";flex:0 1 120px;min-width:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-orange),transparent)}.section-heading__text{flex:0 1 auto;min-width:0;text-wrap:balance}@media(min-width:768px){.section-heading{gap:1rem}}.section-heading--start{justify-content:flex-start;text-align:left}.section-heading--start:before{display:none}.page-width{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:1rem}.page-width--narrow{max-width:960px}.page-width--full{max-width:none;padding-inline:0}@media(min-width:768px){.page-width{padding-inline:2rem}}.section{padding-top:var(--section-pt-mobile, 40px);padding-bottom:var(--section-pb-mobile, 40px)}@media(min-width:768px){.section{padding-top:var(--section-pt, 64px);padding-bottom:var(--section-pb, 64px)}}.section--dark{background:var(--color-bg);color:var(--color-text)}.section--darker{background:var(--color-bg-2);color:var(--color-text)}.section--light{background:var(--color-bg-light);color:var(--color-text-dark)}.section--light .text-muted{color:#5c5c5c}.section--light .section-heading:before,.section--light .section-heading:after{background:linear-gradient(90deg,transparent,var(--color-orange),transparent)}.grid{display:grid;gap:1rem}@media(min-width:768px){.grid{gap:1.25rem}}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:minmax(0,1fr)}.grid--4,.grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.grid--3,.grid--4{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.media{position:relative;display:block;overflow:hidden;background:var(--color-bg-2);border-radius:var(--radius-md)}.media>img,.media>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media--square{padding-bottom:100%}.media--portrait{padding-bottom:125%}.media--landscape{padding-bottom:66.6%}.media--wide{padding-bottom:42%}.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-family:var(--font-body);font-weight:600;font-size:var(--small-size);line-height:1.2;text-transform:var(--btn-transform);letter-spacing:var(--btn-tracking);text-align:center;cursor:pointer;border:1px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.btn:hover{color:#fff}.btn:active{transform:translateY(1px)}.btn[disabled],.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;pointer-events:none}.btn--primary{background:var(--color-orange);color:#fff;border-color:var(--color-orange)}.btn--primary:hover{background:var(--color-orange-hover);border-color:var(--color-orange-hover);box-shadow:var(--btn-glow)}.btn--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--secondary:hover{border-color:var(--color-orange);color:var(--color-orange);background:rgba(var(--color-orange-rgb),.08)}.section--light .btn--secondary{color:var(--color-text-dark);border-color:#0003}.btn--dark{background:#111114;color:#fff;border-color:#111114}.btn--dark:hover{background:var(--color-orange);border-color:var(--color-orange)}.btn--full{width:100%}.btn--lg{min-height:56px;padding:15px 24px;font-size:16px;font-weight:700;letter-spacing:.035em;line-height:1}.btn--sm{min-height:38px;padding:.5rem 1rem;font-size:13px}.btn--primary:disabled,.btn--primary[disabled]{color:#8d8d92;background:#29292d;border-color:#29292d}.btn--primary:focus-visible{outline:3px solid rgba(var(--color-orange-rgb),.35);outline-offset:3px}.btn--loading{color:transparent!important;position:relative}.btn--loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:inherit;transition:background-color .18s,color .18s}.icon-btn:hover{background:#ffffff14;color:var(--color-orange)}.field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.field__label{font-size:.8125rem;font-weight:600}.field__label .required{color:var(--color-error)}.input,input[type=text],input[type=email],input[type=search],input[type=tel],input[type=password],input[type=number],select,textarea{width:100%;min-height:44px;padding:.625rem .875rem;background:var(--color-bg-2);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color .18s,box-shadow .18s}.input::placeholder,textarea::placeholder{color:var(--color-muted)}.input:focus,input:focus,select:focus,textarea:focus{border-color:var(--color-orange);box-shadow:0 0 0 3px rgba(var(--color-orange-rgb),.18);outline:none}.section--light .input,.section--light input,.section--light select,.section--light textarea{background:#fff;color:var(--color-text-dark);border-color:#00000026}textarea{min-height:96px;resize:vertical}select{color-scheme:dark}select option{background-color:var(--color-bg-2);color:var(--color-text)}.section--light select{color-scheme:light}.section--light select option{background-color:#fff;color:var(--color-text-dark)}select{-webkit-appearance:none;appearance:none;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23A8A8A8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;background-size:12px}.checkbox{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer}.checkbox input[type=checkbox],.checkbox input[type=radio]{width:20px;height:20px;min-height:0;margin:2px 0 0;flex:0 0 auto;-webkit-appearance:none;appearance:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:transparent;cursor:pointer;position:relative;transition:background-color .15s,border-color .15s}.checkbox input[type=radio]{border-radius:50%}.checkbox input:checked{background:var(--color-orange);border-color:var(--color-orange)}.checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox input[type=radio]:checked:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#fff}.form-status{font-size:.875rem;margin-top:.5rem}.form-status--success{color:var(--color-success)}.form-status--error{color:var(--color-error)}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg-2);font-family:var(--font-body);font-size:16px;font-weight:600}.section--light .qty{background:#fff;border-color:#00000026}.qty__btn{width:40px;height:42px;display:inline-flex;align-items:center;justify-content:center;color:inherit;transition:background-color .15s,color .15s}.qty__btn:hover{background:rgba(var(--color-orange-rgb),.15);color:var(--color-orange)}.qty__input{width:48px;min-height:42px;padding:0;text-align:center;border:0;background:transparent;-moz-appearance:textfield}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty__input:focus{box-shadow:none}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2}.badge--sale{background:var(--color-error);color:#fff}.badge--best{background:var(--color-orange);color:#fff}.badge--sold-out{background:#3a3a3f;color:#fff}.badge--discount{background:var(--color-orange);color:#fff}.badge--purple{background:var(--color-purple);color:#fff}.rating{display:inline-flex;align-items:center;gap:.375rem}.rating__stars{display:inline-flex;gap:1px;color:var(--color-orange)}.rating__stars svg{width:13px;height:13px}.rating__star--empty{color:#55555c}.section--light .rating__star--empty{color:#c9c4bc}.rating__count{font-size:.75rem;color:var(--color-muted)}.price{display:inline-flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price__current{font-weight:700;font-size:17px;line-height:1}.price--on-sale .price__current{color:var(--color-orange)}.price__compare{font-size:15px;font-weight:500;color:#85858b;text-decoration:line-through}.toast-stack{position:fixed;right:1rem;bottom:1rem;z-index:120;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{background:var(--color-bg-2);border:1px solid var(--color-border);border-left:3px solid var(--color-orange);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.875rem;box-shadow:0 12px 32px #00000080;animation:toast-in .25s ease}.toast--error{border-left-color:var(--color-error)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.announcement-bar{background:var(--color-orange);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.announcement-bar--dark{background:#0a0a0c}.announcement-bar--purple{background:var(--color-purple)}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;min-height:36px;padding-block:.5rem;text-align:center}.announcement-bar__item{display:inline-flex;align-items:center;gap:.5rem}.announcement-bar__item svg{width:16px;height:16px}@media(max-width:767px){.announcement-bar__item+.announcement-bar__item{display:none}}.header-wrapper{position:relative;z-index:60}.header-wrapper--sticky{position:sticky;top:0}.header-wrapper--sticky.is-stuck .site-header{box-shadow:0 8px 24px #00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(var(--color-bg-rgb),.96)}.site-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);transition:box-shadow .2s,background-color .2s}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:64px;padding-block:.75rem}@media(min-width:1024px){.site-header__inner{min-height:76px;gap:2rem}}.site-header__start{display:flex;align-items:center;gap:.25rem;min-width:0}.site-logo,.logo{display:inline-flex;align-items:center;gap:.5rem;min-width:0;font-family:var(--font-heading);font-size:clamp(20px,2.4vw,28px);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);white-space:nowrap;line-height:1}.site-logo:hover{color:var(--color-orange)}.site-logo img{max-height:44px;width:auto}.site-logo__icon{width:28px;height:28px;color:var(--color-orange);flex:0 0 auto}.header-search{display:none}@media(min-width:1024px){.header-search{display:block;max-width:420px;width:100%;justify-self:center}}.header-search__form{position:relative}.header-search__input{min-height:42px;padding-right:44px;border-radius:999px;background:var(--color-bg-2)}.header-search__submit{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--color-muted)}.header-search__submit:hover{color:var(--color-orange)}.header-search__submit svg{width:18px;height:18px}.header-actions{display:flex;align-items:center;gap:.25rem;justify-self:end}.header-action{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:44px;min-height:44px;padding:0 .25rem;font-size:.6875rem;color:var(--color-text);transition:color .18s}.header-action:hover{color:var(--color-orange)}.header-action svg{width:22px;height:22px}.header-action__label{display:none}@media(min-width:1024px){.header-action{flex-direction:row;gap:.4rem;padding:0 .625rem}.header-action__label{display:inline}}.header-action__count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-orange);color:#fff;border-radius:999px;font-size:.625rem;font-weight:800;line-height:1}.header-action__count[data-count="0"]{background:#4a4a50}@media(min-width:1024px){.header-action__count{position:static}}.header-menu-toggle{display:inline-flex}@media(min-width:1024px){.header-menu-toggle{display:none}}.nav-bar{display:none;border-top:1px solid var(--color-border)}@media(min-width:1024px){.nav-bar{display:block}}.nav{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}.nav__item{position:relative}.nav__item--mega{position:static}.nav__link{display:inline-flex;align-items:center;gap:.35rem;padding:.875rem 1rem;font-family:var(--font-body);font-size:14px;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);position:relative;transition:color .18s}.nav__link:hover,.nav__item.is-open>.nav__link,.nav__link[aria-current=page]{color:var(--color-orange)}.nav__link[aria-current=page]:after,.nav__item.is-open>.nav__link:after{content:"";position:absolute;left:1rem;right:1rem;bottom:6px;height:2px;background:var(--color-orange)}.nav__link--sale{color:var(--color-orange)}.nav__caret{width:10px;height:10px;transition:transform .18s}.nav__item.is-open .nav__caret{transform:rotate(180deg)}.mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);min-width:240px;max-width:calc(100vw - 2rem);background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;box-shadow:0 24px 48px #0000008c;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s,visibility .18s;z-index:70}.nav__item.is-open>.mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mega-menu--wide{left:0;right:0;width:auto;max-width:none;transform:translateY(6px);display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem 2rem}.nav__item.is-open>.mega-menu--wide{transform:translateY(0)}.mega-menu__title{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--color-orange);margin-bottom:.625rem}.mega-menu__link{display:block;padding:.375rem 0;font-size:.875rem;color:var(--color-text)}.mega-menu__link:hover{color:var(--color-orange)}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;visibility:hidden;pointer-events:none}.drawer.is-open{visibility:visible;pointer-events:auto}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;opacity:0;transition:opacity .28s ease}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;bottom:0;width:min(400px,88vw);background:var(--color-bg);border-inline:1px solid var(--color-border);display:flex;flex-direction:column;transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:0 0 60px #0009}.drawer--start .drawer__panel{left:0;transform:translate(-102%)}.drawer--end .drawer__panel{right:0;transform:translate(102%)}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--color-border);flex:0 0 auto}.drawer__title{font-size:1rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.drawer__body{flex:1 1 auto;overflow-y:auto;padding:1rem}.drawer__footer{flex:0 0 auto;padding:1rem;border-top:1px solid var(--color-border)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.875rem .25rem;border-bottom:1px solid var(--color-border);font-size:.9375rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-align:left}.mobile-nav__link svg{width:14px;height:14px;transition:transform .2s}.mobile-nav__link[aria-expanded=true] svg{transform:rotate(180deg)}.mobile-nav__sub{display:none;padding:.25rem 0 .5rem .75rem}.mobile-nav__sub.is-open{display:block}.mobile-nav__sub a{display:block;padding:.5rem .25rem;font-size:.875rem;color:var(--color-muted)}.mobile-nav__sub a:hover{color:var(--color-orange)}.predictive-search{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 24px 48px #0000008c;max-height:70vh;overflow-y:auto;z-index:80;padding:.5rem}.predictive-search[hidden]{display:none}.predictive-search__group+.predictive-search__group{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:.5rem}.predictive-search__heading{font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);padding:.5rem .625rem .25rem}.predictive-search__item{display:flex;align-items:center;gap:.75rem;padding:.5rem .625rem;border-radius:var(--radius-sm)}.predictive-search__item:hover,.predictive-search__item:focus-visible{background:rgba(var(--color-orange-rgb),.12)}.predictive-search__thumb{width:48px;height:48px;flex:0 0 auto;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-bg)}.predictive-search__title{font-size:.875rem;font-weight:600}.predictive-search__empty{padding:1rem .625rem;font-size:.875rem;color:var(--color-muted)}.site-footer{background:var(--color-bg-2);border-top:1px solid var(--color-border)}.site-footer__top{display:grid;gap:2rem;padding-block:3rem 2rem;grid-template-columns:1fr}@media(min-width:768px){.site-footer__top{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.site-footer__top{grid-template-columns:1.6fr repeat(4,1fr) 1.2fr;gap:2.5rem}}.site-footer__heading{font-size:.8125rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;color:var(--color-text)}.site-footer__link{display:block;padding:.3125rem 0;font-size:.875rem;color:var(--color-muted)}.site-footer__link:hover{color:var(--color-orange)}.site-footer__about{font-size:.875rem;color:var(--color-muted);max-width:40ch}.site-footer__contact{margin-top:1rem;font-size:.8125rem;color:var(--color-muted)}.site-footer__contact li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.site-footer__contact svg{width:15px;height:15px;color:var(--color-orange);flex:0 0 auto}.social-list{display:flex;gap:.5rem;margin-top:1.25rem}.social-list a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-border);border-radius:50%;color:var(--color-text);transition:background-color .18s,border-color .18s,color .18s}.social-list a:hover{background:var(--color-orange);border-color:var(--color-orange);color:#fff}.social-list svg{width:17px;height:17px}.payment-icons{display:flex;flex-wrap:wrap;gap:.5rem}.payment-icons li{width:44px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:var(--radius-sm);padding:3px}.payment-icons svg,.payment-icons img{max-height:20px;width:auto}.site-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.25rem;border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-muted)}.site-footer__policies{display:flex;flex-wrap:wrap;gap:1rem}.locale-selectors{display:flex;gap:.75rem;flex-wrap:wrap}.locale-selectors select{min-height:38px;font-size:.8125rem}.card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s}.card:hover{border-color:rgba(var(--color-orange-rgb),.55);box-shadow:0 16px 36px #00000073}@media(hover:hover){.card:hover{transform:translateY(-3px)}}.section--light .card{background:#fff;border-color:#00000017;color:var(--color-text-dark)}.section--light .card:hover{box-shadow:0 16px 36px #0000001f}.card__media{position:relative;display:block;overflow:hidden;background:#101013}.card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .5s ease}.card__img--hover{opacity:0}@media(hover:hover){.card:hover .card__img--main{opacity:0}.card:hover .card__img--hover{opacity:1}.card:hover .card__img--only{transform:scale(1.05)}}.card__badges{position:absolute;top:.5rem;left:.5rem;z-index:2;display:flex;flex-direction:column;gap:.3125rem;align-items:flex-start}.card__wishlist{position:absolute;top:.5rem;right:.5rem;z-index:2;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#0d0d0fb8;border:1px solid var(--color-border);border-radius:50%;color:#fff;transition:background-color .18s,color .18s,transform .18s}.card__wishlist:hover{background:var(--color-orange);border-color:var(--color-orange);transform:scale(1.06)}.card__wishlist svg{width:16px;height:16px}.card__wishlist[aria-pressed=true]{background:var(--color-orange);border-color:var(--color-orange)}.card__wishlist[aria-pressed=true] svg{fill:currentColor}.card__body{display:flex;flex-direction:column;gap:.4375rem;padding:.75rem;flex:1 1 auto}.card__title,.product-card__title{font-family:var(--font-body);font-size:15px;font-weight:600;line-height:1.35;text-transform:none;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.card__swatches{display:flex;gap:.3125rem;align-items:center}.swatch{width:15px;height:15px;border-radius:50%;border:1px solid rgba(255,255,255,.35);position:relative;z-index:2;cursor:pointer;background-size:cover;background-position:center}.section--light .swatch{border-color:#00000040}.swatch.is-active{box-shadow:0 0 0 2px var(--color-bg-2),0 0 0 3px var(--color-orange)}.swatch__more{font-size:.6875rem;color:var(--color-muted)}.card__quick-view{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;width:100%;min-height:34px;font-size:.75rem;font-weight:600;color:var(--color-muted);border:1px solid transparent;border-radius:var(--radius-sm);position:relative;z-index:2;transition:color .18s,border-color .18s}.card__quick-view:hover{color:var(--color-orange);border-color:var(--color-border)}.card__quick-view svg{width:14px;height:14px}.card__cta{margin-top:auto;padding:0 .75rem .75rem;position:relative;z-index:2}.card__cta .btn{width:100%}.card--sold-out .card__img{opacity:.5}.hero{position:relative;overflow:hidden}.hero__media{position:relative}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--hero-overlay, 0);background:linear-gradient(90deg,#0d0d0feb,#0d0d0fb8 42%,#0d0d0f40)}@media(max-width:767px){.hero__media:after{background:linear-gradient(180deg,#0d0d0f80,#0d0d0fe6 78%)}.hero__media:after{opacity:max(var(--hero-overlay, 0),.45)}}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__inner{position:relative;min-height:380px;display:flex;align-items:center;padding-block:3rem}@media(min-width:768px){.hero__inner{min-height:460px}}@media(min-width:1024px){.hero__inner{min-height:540px}}.hero__content{max-width:620px;position:relative;z-index:2}.hero__heading,.hero__title{font-family:var(--font-display);font-size:clamp(44px,5.6vw,80px);font-weight:400;line-height:1.05;letter-spacing:.02em;text-transform:uppercase;text-wrap:balance;margin-bottom:1rem}.hero__heading em{font-style:normal;color:var(--color-orange)}.hero__text{font-size:1rem;color:#e6e2da;margin-bottom:1.75rem;max-width:46ch}.hero__badge{position:absolute;top:50%;right:4%;transform:translateY(-50%);z-index:3;width:clamp(96px,12vw,148px);aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;border-radius:50%;background:var(--color-purple);color:#fff;text-align:center;font-weight:800;line-height:1.05;box-shadow:0 12px 40px rgba(var(--color-purple-rgb),.5)}.hero__badge span:first-child{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase}.hero__badge span:nth-child(2){font-size:clamp(1.25rem,2.4vw,1.9rem)}.hero__badge span:last-child{font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase}@media(max-width:767px){.hero__badge{top:auto;bottom:1.25rem;right:1rem;transform:none;width:84px}.hero__content{padding-right:92px}}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:480px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}}.category-card{display:block;text-align:center}.category-card__media{position:relative;display:block;padding-bottom:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-2);border:1px solid var(--color-border);transition:border-color .2s,box-shadow .2s}.category-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:hover .category-card__media{border-color:var(--color-orange);box-shadow:0 12px 30px rgba(var(--color-orange-rgb),.22)}.category-card:hover .category-card__media img{transform:scale(1.08)}.category-card__title{display:block;margin-top:.625rem;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.category-card--sale .category-card__media{background:var(--color-orange);display:flex;align-items:center;justify-content:center;padding-bottom:100%}.category-card--sale .category-card__icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.category-card--sale .category-card__icon svg{width:38%;height:auto}.trust-bar{border-block:1px solid var(--color-border);background:var(--color-bg)}.section--light .trust-bar{background:transparent;border-color:#0000001a}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-block:1.25rem}@media(min-width:768px){.trust-bar__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-item__icon{flex:0 0 auto;color:var(--color-orange)}.trust-item__icon svg{width:26px;height:26px}.trust-item__body{display:grid;gap:.15rem;min-width:0}.trust-item__title{display:block;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1.3}.trust-item__text{display:block;font-size:.75rem;line-height:1.4;color:var(--color-muted)}.section--light .trust-item__text{color:#5c5c5c}.bundle{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(100deg,#1a1020,#241433 55%,#17171a);border:1px solid var(--color-border)}.bundle__inner{position:relative;display:grid;gap:1.5rem;align-items:center;padding:2rem 1.25rem;grid-template-columns:1fr}@media(min-width:768px){.bundle__inner{grid-template-columns:1.1fr 1fr auto;padding:2.5rem;gap:2rem}}.bundle__heading{font-family:var(--font-display);font-weight:400;font-size:var(--title-section-size);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.625rem}.bundle__text{color:#d8d4cc;font-size:.9375rem;margin-bottom:1.25rem}.bundle__text strong{color:var(--color-orange)}.bundle__media{position:relative}.bundle__media img,.bundle__media svg{width:100%;height:auto;object-fit:contain}.bundle__save{width:clamp(88px,10vw,124px);aspect-ratio:1;border-radius:50%;background:var(--color-purple);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;text-align:center;line-height:1.1;box-shadow:0 12px 36px rgba(var(--color-purple-rgb),.45);justify-self:center}.bundle__save span:first-child{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase}.bundle__save span:last-child{font-size:clamp(1.1rem,2vw,1.6rem)}.bundle__prices{display:flex;align-items:baseline;gap:.625rem;margin-bottom:1rem}.bundle__price{font-size:1.5rem;font-weight:800;color:var(--color-orange)}.bundle__compare{color:var(--color-muted);text-decoration:line-through}.featured-story{display:grid;gap:1.5rem;align-items:center;grid-template-columns:1fr}@media(min-width:768px){.featured-story{grid-template-columns:1fr 1fr;gap:3rem}.featured-story--reverse .featured-story__media{order:2}}.featured-story__heading{font-family:var(--font-heading);font-weight:700;margin-bottom:.375rem}.featured-story__subheading{color:var(--color-muted);margin-bottom:1.25rem}.featured-story__list{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.featured-story__list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem}.featured-story__check{flex:0 0 auto;color:var(--color-orange);margin-top:2px}.featured-story__check svg{width:17px;height:17px}.featured-story__price{display:flex;align-items:baseline;gap:.625rem;margin-bottom:1.25rem}.featured-story__price .price__current{font-size:1.5rem}.carousel{position:relative}.carousel__viewport{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem}.carousel__viewport::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 auto;width:calc((100% - 1rem)/2);scroll-snap-align:start}@media(min-width:640px){.carousel__slide{width:calc((100% - 2rem) / 3)}}@media(min-width:1024px){.carousel__slide{width:calc((100% - 4rem)/5)}}.carousel--testimonials .carousel__slide{width:88%}@media(min-width:768px){.carousel--testimonials .carousel__slide{width:calc((100% - 2rem) / 3)}}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:50%;color:var(--color-text);z-index:3;transition:background-color .18s,border-color .18s,opacity .18s}.carousel__btn:hover{background:var(--color-orange);border-color:var(--color-orange);color:#fff}.carousel__btn[disabled]{opacity:.3;cursor:default}.carousel__btn--prev{left:-8px}.carousel__btn--next{right:-8px}.carousel__btn svg{width:16px;height:16px}@media(min-width:1440px){.carousel__btn--prev{left:-20px}.carousel__btn--next{right:-20px}}.section--light .carousel__btn{background:#fff;border-color:#0000001f;color:var(--color-text-dark)}.ugc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:640px){.ugc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.ugc-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}}.ugc-item{position:relative;display:block;padding-bottom:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-2);cursor:zoom-in}.ugc-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.ugc-item:hover img{transform:scale(1.07)}.ugc-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-orange-rgb),0);transition:background-color .25s}.ugc-item:hover:after{background:rgba(var(--color-orange-rgb),.16)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:none;align-items:center;justify-content:center;background:#000000e6;padding:1.5rem}.lightbox.is-open{display:flex}.lightbox__img{max-width:min(92vw,900px);max-height:86vh;object-fit:contain;border-radius:var(--radius-md)}.lightbox__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;border-radius:50%;color:#fff}.lightbox__close:hover{background:var(--color-orange)}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;border-radius:50%;color:#fff}.lightbox__nav:hover{background:var(--color-orange)}.lightbox__nav--prev{left:1rem}.lightbox__nav--next{right:1rem}.testimonial{height:100%;display:flex;flex-direction:column;gap:.875rem;background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem}.section--light .testimonial{background:#fff;border-color:#00000017}.testimonial__text{font-size:.9375rem;line-height:1.6;flex:1 1 auto}.testimonial__footer{display:flex;align-items:center;gap:.75rem}.testimonial__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--color-bg)}.testimonial__name{font-size:.875rem;font-weight:700}.testimonial__verified{display:inline-flex;align-items:center;gap:.25rem;margin-top:.1875rem;padding:.125rem .4375rem;background:var(--color-purple);color:#fff;border-radius:var(--radius-sm);font-size:.625rem;font-weight:700}.testimonial__verified svg{width:11px;height:11px}.accordion{border-top:1px solid var(--color-border)}.section--light .accordion{border-color:#0000001f}.accordion__item{border-bottom:1px solid var(--color-border)}.section--light .accordion__item{border-color:#0000001f}.accordion__trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem .25rem;font-family:var(--font-body);font-size:16px;font-weight:600;line-height:1.4;text-align:left}.accordion__trigger:hover{color:var(--color-orange)}.accordion__icon{flex:0 0 auto;width:16px;height:16px;transition:transform .22s}.accordion__trigger[aria-expanded=true] .accordion__icon{transform:rotate(180deg)}.accordion__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.accordion__panel[data-open=true]{grid-template-rows:1fr}.accordion__panel>div{overflow:hidden}.accordion__content{padding:0 .25rem 1rem;font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.65;color:#b9b9be}.section--light .accordion__content{color:#5c5c5c}.rte,.product-description{font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.65;color:#cacace;max-width:680px}.rte strong,.product-description strong{font-weight:600;color:#fff}.section--light .rte,.section--light .product-description{color:#3f3f45}.faq-grid{display:grid;gap:0 2rem;grid-template-columns:1fr}@media(min-width:1024px){.faq-grid{grid-template-columns:1fr 1fr}}.faq-grid .accordion{border-top:0}.newsletter{position:relative;overflow:hidden}.newsletter__bg{position:absolute;top:0;right:0;bottom:0;left:0}.newsletter__bg img{width:100%;height:100%;object-fit:cover;opacity:var(--newsletter-image-opacity, 1);object-position:var(--newsletter-focal, 50% 100%)}@media(max-width:767px){.newsletter__bg img{object-position:var(--newsletter-focal-mobile, 100% 100%)}}.newsletter__inner :is(h2,p,div){text-shadow:0 2px 14px rgba(0,0,0,.75)}.newsletter__inner .input,.newsletter__inner .btn{text-shadow:none}.newsletter__inner{position:relative;display:grid;gap:1.5rem;align-items:center;grid-template-columns:1fr;text-align:center}@media(min-width:900px){.newsletter__inner{grid-template-columns:1fr 1fr;text-align:left;gap:3rem}}.newsletter__heading{font-family:var(--font-display);font-weight:400;font-size:var(--title-section-size);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.newsletter__text{color:#d8d4cc;font-size:.9375rem}.newsletter__form{display:flex;gap:.5rem;flex-wrap:wrap}.newsletter__form .input{flex:1 1 220px;min-width:0;background:#fff;color:var(--color-text-dark);border-color:transparent}.newsletter__disclaimer{margin-top:.625rem;font-size:.75rem;color:var(--color-muted)}.breadcrumbs{padding-block:.875rem;font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1.4;color:#96969c}.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.4375rem}.breadcrumbs a{color:#96969c}.breadcrumbs a:hover{color:var(--color-orange)}.breadcrumbs__sep{opacity:.55}.breadcrumbs [aria-current=page]{color:#f2f2f2;font-weight:600}.section--light .breadcrumbs [aria-current=page]{color:var(--color-text-dark)}.collection-hero{position:relative;overflow:hidden}.collection-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--collection-focal, 50% 100%)}@media(max-width:767px){.collection-hero__img{object-position:var(--collection-focal-mobile, 100% 100%)}}.collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--collection-overlay, 0);background:linear-gradient(90deg,#0d0d0fe6,#0d0d0f8c 60%,#0d0d0f59)}.collection-hero__inner{position:relative;z-index:2;min-height:200px;display:flex;flex-direction:column;justify-content:center;padding-block:2.5rem}@media(min-width:768px){.collection-hero__inner{min-height:260px}}.collection-hero__inner>*{text-shadow:0 2px 14px rgba(0,0,0,.75)}.collection-hero__title{font-family:var(--font-display);font-size:var(--title-product-size);font-weight:400;line-height:1.05;text-transform:uppercase;margin-bottom:.75rem}.collection-hero__desc{max-width:56ch;color:#dcd8d0;font-size:.9375rem}.collection-hero__count{margin-top:1rem;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.collection-layout{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:start}@media(min-width:1024px){.collection-layout{grid-template-columns:236px minmax(0,1fr);gap:2rem}}.facets-sidebar{display:none}@media(min-width:1024px){.facets-sidebar{display:block;position:sticky;top:96px}}.facets__title{font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding-bottom:.75rem;border-bottom:1px solid var(--color-border);margin-bottom:.5rem}.facet{border-bottom:1px solid var(--color-border)}.facet__trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.875rem 0;font-size:.875rem;font-weight:600;text-align:left}.facet__trigger:hover{color:var(--color-orange)}.facet__icon{width:14px;height:14px;transition:transform .2s}.facet__trigger[aria-expanded=true] .facet__icon{transform:rotate(180deg)}.facet__panel{padding-bottom:1rem}.facet__panel[hidden]{display:none}.facet__list{display:flex;flex-direction:column;gap:.5rem;max-height:260px;overflow-y:auto}.facet__option{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;cursor:pointer}.facet__option-count{color:var(--color-muted);font-size:.75rem}.facet__option--disabled{opacity:.45;cursor:not-allowed}.facet__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.facet__swatch{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.3);cursor:pointer;position:relative}.facet__swatch:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%}.facet__swatch.is-active{box-shadow:0 0 0 2px var(--color-bg),0 0 0 3px var(--color-orange)}.facet__swatch-more{width:30px;height:30px;border-radius:50%;border:1px dashed var(--color-border);color:var(--color-orange);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.price-range{padding-top:.25rem}.price-range__values{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-muted);margin-bottom:.5rem}.price-range__inputs{display:flex;align-items:center;gap:.5rem}.price-range__inputs input{min-height:38px;font-size:.8125rem}.price-range__slider{width:100%;accent-color:var(--color-orange)}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border);margin-bottom:1.25rem}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;flex:1 1 auto}.filter-chip{display:inline-flex;align-items:center;gap:.4375rem;padding:.375rem .625rem;background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.75rem}.filter-chip:hover{border-color:var(--color-orange);color:var(--color-orange)}.filter-chip svg{width:11px;height:11px}.filter-chip--clear{border-color:transparent;background:transparent;text-decoration:underline;color:var(--color-muted)}.collection-toolbar__right{display:flex;align-items:center;gap:.625rem;margin-left:auto}.collection-toolbar__label{font-size:.8125rem;color:var(--color-muted);white-space:nowrap}.collection-toolbar__sort{min-height:40px;font-size:.8125rem;min-width:150px}.view-toggle{display:none;gap:.25rem}@media(min-width:768px){.view-toggle{display:inline-flex}}.view-toggle__btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-muted)}.view-toggle__btn[aria-pressed=true]{border-color:var(--color-orange);color:var(--color-orange)}.view-toggle__btn svg{width:15px;height:15px}.mobile-filter-trigger{display:inline-flex}@media(min-width:1024px){.mobile-filter-trigger{display:none}}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}.product-grid.is-loading{opacity:.5;pointer-events:none}.product-grid--list{grid-template-columns:1fr}.product-grid--list .card{flex-direction:row}.product-grid--list .card__media{width:190px;flex:0 0 auto}.product-grid--list .card__body{padding:1rem}.product-grid--list .card__cta{padding:0 1rem 1rem;max-width:240px}.collection-empty{padding:3rem 0;text-align:center;color:var(--color-muted)}.pagination{display:flex;justify-content:center;gap:.375rem;margin-top:2rem;flex-wrap:wrap}.pagination__item{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 .625rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:600}.pagination__item:hover{border-color:var(--color-orange);color:var(--color-orange)}.pagination__item[aria-current=page]{background:var(--color-orange);border-color:var(--color-orange);color:#fff}.pagination__ellipsis{border:0}.product-main{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr)}.product-main>*,.collection-layout>*,.cart-layout>*{min-width:0}@media(min-width:900px){.product-main{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:3rem;align-items:start}}.product-gallery{position:relative;min-width:0}@media(min-width:900px){.product-gallery{position:sticky;top:96px}}.product-gallery__main{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-2);border:1px solid var(--color-border)}.section--light .product-gallery__main{background:#fff;border-color:#00000017}.product-gallery__slide{display:none;position:relative;padding-bottom:100%}.product-gallery__slide.is-active{display:block}.product-gallery__slide[hidden],.product-gallery__slide.is-active[hidden],.product-gallery__thumb[hidden]{display:none}.product-gallery__slide img,.product-gallery__slide svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-gallery__zoom{position:absolute;top:.75rem;right:.75rem;z-index:2;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6;color:#171717;border-radius:50%;transition:background-color .18s}.product-gallery__zoom:hover{background:var(--color-orange);color:#fff}.product-gallery__zoom svg{width:17px;height:17px}.product-gallery__main.is-zoomed img{cursor:zoom-out;transform:scale(2);transition:transform .2s}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;background:rgba(var(--color-bg-rgb),.72);color:var(--color-text);cursor:pointer;transition:background .15s,border-color .15s,opacity .15s}.product-gallery__nav:hover{background:var(--color-orange);border-color:var(--color-orange);color:#fff}.product-gallery__nav[disabled]{opacity:.3;cursor:default}.product-gallery__nav[disabled]:hover{background:rgba(var(--color-bg-rgb),.72);border-color:var(--color-border);color:var(--color-text)}.product-gallery__nav--prev{left:10px}.product-gallery__nav--next{right:10px}.section--light .product-gallery__nav{background:#ffffffd9;color:var(--color-text-dark);border-color:#00000024}.product-gallery__main.is-zoomed .product-gallery__nav{display:none}.product-gallery__counter{position:absolute;right:10px;bottom:10px;z-index:3;padding:.2rem .5rem;border-radius:var(--radius-sm);background:rgba(var(--color-bg-rgb),.72);color:var(--color-text);font-size:.75rem;font-variant-numeric:tabular-nums}.section--light .product-gallery__counter{background:#ffffffd9;color:var(--color-text-dark)}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.625rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 auto;width:76px;height:76px;border:2px solid transparent;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg-2);padding:0}.product-gallery__thumb img,.product-gallery__thumb svg{width:100%;height:100%;object-fit:cover}.product-gallery__thumb[aria-current=true]{border-color:var(--color-orange)}.product-info__title,.product__title{font-family:var(--font-heading);font-size:var(--title-product-size);font-weight:600;line-height:1.05;letter-spacing:0;text-transform:uppercase;text-wrap:balance;margin:0 0 16px}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem;font-size:var(--small-size)}.product-info__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:1rem}.product-info__price .price__current{font-size:32px;font-weight:700;line-height:1}.product-info__price .price__compare{font-size:18px;font-weight:500}.badge--discount{padding:5px 9px;font-size:12px;font-weight:700}@media(max-width:767px){.product-info__price .price__current{font-size:28px}.product-info__price .price__compare{font-size:16px}}.product-info__features{display:flex;flex-direction:column;gap:10px;margin-bottom:1.5rem;font-size:16px;font-weight:500;line-height:1.5;color:#f3f3f3}.product-info__features li{display:flex;align-items:flex-start;gap:.5rem}.product-info__features svg{width:16px;height:16px;color:var(--color-orange);flex:0 0 auto;margin-top:3px}.variant-picker{margin-bottom:1.25rem}.variant-picker__label{display:block;margin-bottom:10px;font-family:var(--font-body);font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;color:#f2f2f2}.variant-picker__label span,.product-form__selected-value{font-size:14px;font-weight:500;letter-spacing:0;text-transform:none;color:#a8a8ad}.variant-picker__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-picker__input{position:absolute;opacity:0;pointer-events:none}.variant-picker__option{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 16px;font-family:var(--font-body);font-size:14px;font-weight:600;line-height:1.3;color:#ededed;background:#111114;border:1px solid #3b3b40;border-radius:5px;cursor:pointer;transition:border-color .18s,background-color .18s,color .18s}.variant-picker__option:hover{border-color:#8a8a90}.variant-picker__input:checked+.variant-picker__option{background:#1c1c20;border-color:#fff;color:#fff}.section--light .variant-picker__input:checked+.variant-picker__option{background:#171717;color:#fff;border-color:#171717}.variant-picker__input:focus-visible+.variant-picker__option{outline:2px solid var(--color-orange);outline-offset:2px}.variant-picker__input:disabled+.variant-picker__option{opacity:.4;text-decoration:line-through;cursor:not-allowed}.variant-picker__swatch{width:44px;height:44px;padding:0;border-radius:50%;background-size:cover;background-position:center}.variant-picker__select{width:100%;max-width:460px;min-height:48px;font-size:.9375rem}.variant-picker__select option:disabled{color:var(--color-muted)}.variant-picker__options--tiles{gap:.625rem}.variant-picker__tile{width:68px;height:68px;min-height:0;padding:3px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg-2)}.variant-picker__tile img{width:100%;height:100%;object-fit:cover;border-radius:2px;display:block}.variant-picker__input:checked+.variant-picker__tile{border-color:var(--color-orange);box-shadow:0 0 0 1px var(--color-orange);background:var(--color-bg-2)}.variant-picker__input:disabled+.variant-picker__tile{opacity:.35;text-decoration:none}.variant-picker__input:disabled+.variant-picker__tile img{filter:grayscale(1)}@media(min-width:768px){.variant-picker__tile{width:76px;height:76px}}.product-form__qty-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.product-form__inventory{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1.4}.product-form__inventory svg{width:15px;height:15px}.product-form__inventory--in{color:#24ad68}.product-form__inventory--low{color:var(--color-orange)}.product-form__inventory--out{color:var(--color-error)}.product-form__buttons{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem}.shopify-payment-button__button--unbranded{background:var(--color-purple)!important;border-radius:var(--radius-md)!important;min-height:52px!important;font-weight:700!important;text-transform:var(--btn-transform)!important}.product-meta-list{display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;color:var(--color-muted)}.product-meta-list li{display:flex;align-items:center;gap:.5rem}.product-meta-list svg{width:15px;height:15px;flex:0 0 auto}.product-assurances{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border);font-size:.75rem;color:var(--color-muted)}.product-assurances li{display:inline-flex;align-items:center;gap:.375rem}.product-assurances svg{width:14px;height:14px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgba(var(--color-bg-rgb),.97);border-top:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(110%);transition:transform .28s ease;padding:.625rem 0;box-shadow:0 -8px 30px #00000073}.sticky-atc.is-visible{transform:translateY(0)}.bundle-picker{display:grid;gap:.5rem;margin-bottom:1.25rem}.bundle-tier{position:relative}.bundle-tier__input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.bundle-tier__label{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s,background .15s}.bundle-tier__label:hover{border-color:var(--color-orange)}.bundle-tier__input:checked+.bundle-tier__label{border-color:var(--color-orange);border-width:2px;padding:calc(.875rem - 1px) calc(1rem - 1px);background:#f45a0a12}.bundle-tier__input:focus-visible+.bundle-tier__label{outline:2px solid var(--color-orange);outline-offset:2px}.bundle-tier__mark{flex:0 0 auto;width:18px;height:18px;border:2px solid var(--color-border);border-radius:50%;display:grid;place-items:center}.bundle-tier__input:checked+.bundle-tier__label .bundle-tier__mark{border-color:var(--color-orange)}.bundle-tier__input:checked+.bundle-tier__label .bundle-tier__mark:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--color-orange)}.bundle-tier__body{flex:1 1 auto;min-width:0;display:grid;gap:.2rem}.bundle-tier__top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.bundle-tier__name{font-weight:700;font-size:.9375rem}.bundle-tier__save{font-size:.75rem;font-weight:600;padding:.1rem .45rem;border-radius:999px;background:#f45a0a29;color:var(--color-orange)}.bundle-tier__prices{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.bundle-tier__price{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums}.bundle-tier__compare{font-size:.875rem;color:var(--color-muted)}.bundle-tier__pct{font-size:.75rem;font-weight:700;padding:.1rem .4rem;border-radius:var(--radius-sm);background:var(--color-orange);color:#fff}.bundle-tier__each{font-size:.75rem;color:var(--color-muted);font-variant-numeric:tabular-nums}.bundle-rows{display:grid;gap:.5rem;margin:0 1rem 1rem;padding-top:.875rem;border-top:1px dashed var(--color-border)}.bundle-tier__input:not(:checked)~.bundle-rows{display:none}.bundle-row{display:flex;align-items:center;gap:.5rem}.bundle-row__num{flex:0 0 auto;width:2rem;font-size:.8125rem;font-weight:700;color:var(--color-muted);font-variant-numeric:tabular-nums}.bundle-row__thumb{flex:0 0 auto;width:40px;height:40px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border)}.bundle-row__select{flex:1 1 0;min-width:0;min-height:0;padding:.5rem 1.75rem .5rem .625rem;font-size:.8125rem}@media(max-width:480px){.bundle-row{flex-wrap:wrap}.bundle-row__num{width:auto}.bundle-row__select{flex:1 1 45%}}.bundle-tier__badge{position:absolute;top:-9px;right:12px;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .5rem;border-radius:var(--radius-sm);background:var(--color-text);color:var(--color-bg)}.section--light .bundle-tier__badge{background:var(--color-text-dark);color:#fff}.section--light .bundle-tier__label{border-color:#0000002e}.section--light .bundle-tier__compare,.section--light .bundle-tier__each{color:#5c5c5c}@media(max-width:400px){.bundle-tier__label{padding:.75rem;gap:.5rem}.bundle-tier__price{font-size:1.125rem}}.product-accordion{margin-top:1.25rem;border-top:1px solid var(--color-border)}.product-accordion .accordion__trigger,.product-accordion .accordion__content{font-size:.9375rem}.sticky-atc__inner{display:flex;align-items:center;gap:1rem}.sticky-atc__img{width:46px;height:46px;border-radius:var(--radius-sm);object-fit:cover;flex:0 0 auto}.sticky-atc__info{flex:1 1 auto;min-width:0}.sticky-atc__title{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__form{display:flex;align-items:center;gap:.625rem}@media(max-width:767px){.sticky-atc__inner{gap:.625rem}.sticky-atc__img{width:40px;height:40px}.sticky-atc__title{font-size:.8125rem}.sticky-atc__info .price{font-size:.875rem}.sticky-atc__form{flex:0 0 auto}.sticky-atc__form .btn{padding-inline:1rem;white-space:nowrap}}@media(max-width:400px){.sticky-atc__title{display:none}}.product-details{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:900px){.product-details{grid-template-columns:1fr 1fr;gap:2.5rem}}.spec-list{display:flex;flex-direction:column;gap:.625rem;margin-top:1.25rem}.spec-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem}.spec-list__icon{color:var(--color-orange);flex:0 0 auto;margin-top:2px}.spec-list__icon svg{width:15px;height:15px}.spec-list__label{font-weight:600;min-width:110px;flex:0 0 auto}.spec-list__value{color:var(--color-muted)}.section--light .spec-list__value{color:#5c5c5c}.detail-images{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.feature-split{display:grid;grid-template-columns:1fr;background:#0a0a0c;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border)}@media(min-width:768px){.feature-split{grid-template-columns:1.3fr 1fr}}.feature-split__media{position:relative;min-height:240px}.feature-split__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-split__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;color:#171717;border-radius:50%;transition:transform .2s,background-color .2s}.feature-split__play:hover{background:var(--color-orange);color:#fff;transform:translate(-50%,-50%) scale(1.07)}.feature-split__play svg{width:22px;height:22px;margin-left:3px}.feature-split__body{padding:1.75rem;color:#fff;display:flex;flex-direction:column;justify-content:center}.feature-split__title{margin-bottom:.625rem}.feature-split__icons{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.feature-split__icon{text-align:center;font-size:.6875rem;color:var(--color-muted)}.feature-split__icon svg{width:22px;height:22px;margin:0 auto .375rem;color:var(--color-orange)}.before-after{position:relative;border-radius:var(--radius-lg);overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:pan-y;max-width:var(--ba-max-width, 720px);margin-inline:auto}.before-after__img{position:relative;aspect-ratio:var(--ba-ratio, 1 / 1)}.before-after__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.before-after__after{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 0 0 50%)}.before-after__label{position:absolute;top:1rem;z-index:3;padding:.3125rem .625rem;background:#000000a6;border-radius:var(--radius-sm);font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff}.before-after__label--before{left:1rem}.before-after__label--after{right:1rem}.before-after__handle{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;z-index:4;transform:translate(-50%)}.before-after__grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:#fff;color:#171717;display:inline-flex;align-items:center;justify-content:center;cursor:ew-resize;box-shadow:0 4px 14px #0006}.before-after__grip svg{width:16px;height:16px}.before-after__range{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;opacity:0;cursor:ew-resize;margin:0}.steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.steps{grid-template-columns:repeat(var(--steps-cols-md, 3),1fr);gap:2rem}}@media(min-width:1024px){.steps{grid-template-columns:repeat(var(--steps-cols, 3),1fr)}}.step{display:flex;gap:.875rem;align-items:flex-start}.step__num{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--color-orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:800}.step__icon{flex:0 0 auto;color:var(--color-orange)}.step__icon svg{width:30px;height:30px}.step__title{font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.step__text{font-size:.8125rem;color:var(--color-muted)}.section--light .step__text{color:#5c5c5c}.reviews-layout{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:900px){.reviews-layout{grid-template-columns:1fr 1.4fr;gap:3rem}}.review-summary__score{font-size:3rem;font-weight:800;line-height:1}.review-summary__stars{margin:.5rem 0}.review-summary__based{font-size:.8125rem;color:var(--color-muted)}.review-bars{display:flex;flex-direction:column;gap:.375rem;margin-top:1rem}.review-bar{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.review-bar__label{width:34px;display:inline-flex;align-items:center;gap:2px;color:var(--color-muted)}.review-bar__track{flex:1 1 auto;height:7px;background:#ffffff14;border-radius:999px;overflow:hidden}.section--light .review-bar__track{background:#00000014}.review-bar__fill{height:100%;background:var(--color-orange);border-radius:999px}.review-bar__pct{width:34px;text-align:right;color:var(--color-muted)}.review-cards{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.review-cards{grid-template-columns:repeat(2,1fr)}}.review-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;background:var(--color-bg-2);display:flex;flex-direction:column;gap:.5rem}.section--light .review-card{background:#fff;border-color:#00000017}.review-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.review-card__date{font-size:.6875rem;color:var(--color-muted)}.review-card__text{font-size:.8125rem;line-height:1.55;flex:1 1 auto}.review-card__author{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem}.review-card__verified{display:inline-flex;align-items:center;gap:.25rem;color:var(--color-purple);font-weight:700}.review-card__verified svg{width:12px;height:12px}.customer-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:640px){.customer-photos{grid-template-columns:repeat(5,1fr)}}.cart-page__title,.cart__heading{font-family:var(--font-display);font-size:clamp(30px,3.4vw,44px);font-weight:400;line-height:1.1;text-transform:uppercase;text-align:center;margin-bottom:1.5rem}.free-shipping-bar{background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.875rem 1rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.875rem}.free-shipping-bar__icon{flex:0 0 auto;color:var(--color-orange)}.free-shipping-bar__icon svg{width:22px;height:22px}.free-shipping-bar__body{flex:1 1 auto;min-width:0}.free-shipping-bar__text{font-size:.8125rem;margin-bottom:.4375rem}.free-shipping-bar__text strong{color:var(--color-orange)}.free-shipping-bar__track{position:relative;height:7px;background:#ffffff17;border-radius:999px;overflow:hidden}.free-shipping-bar__fill{height:100%;background:linear-gradient(90deg,var(--color-orange),var(--color-orange-hover));border-radius:999px;transition:width .35s ease}.free-shipping-bar__scale{display:flex;justify-content:space-between;font-size:.625rem;color:var(--color-muted);margin-top:.25rem}.cart-layout{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:start}@media(min-width:900px){.cart-layout{grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:2rem}}.cart-items{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-2);padding:.5rem 1rem}.cart-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:0}@media(min-width:640px){.cart-item{grid-template-columns:104px minmax(0,1fr) auto;align-items:start}}.cart-item__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-bg)}.cart-item__title{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.cart-item__variant{font-size:.75rem;color:var(--color-muted)}.cart-item__stock{font-size:.75rem;color:var(--color-success);display:inline-flex;align-items:center;gap:.3125rem;margin-top:.375rem}.cart-item__stock svg{width:13px;height:13px}.cart-item__actions{display:flex;align-items:center;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.cart-item__link{padding-block:4px;font-size:.75rem;color:var(--color-muted);text-decoration:underline}.cart-item__link:hover{color:var(--color-orange)}.cart-item__link--remove:hover{color:var(--color-error)}.cart-item__price{font-size:1rem;font-weight:700;white-space:nowrap}.cart-item.is-updating{opacity:.5;pointer-events:none}.cart-upsells{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.cart-upsell{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-2);font-size:.8125rem}.cart-upsell__icon{flex:0 0 auto;color:var(--color-orange)}.cart-upsell__icon svg{width:20px;height:20px}.cart-upsell__body{flex:1 1 auto;min-width:0}.cart-upsell__title{font-weight:600}.cart-upsell__hint{color:var(--color-muted);font-size:.75rem}.cart-upsell__price{font-weight:700;white-space:nowrap}.switch{position:relative;width:40px;height:22px;flex:0 0 auto;background:#3a3a40;border-radius:999px;transition:background-color .2s;cursor:pointer}.switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.switch__knob{position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;pointer-events:none}.switch:has(input:checked){background:var(--color-orange)}.switch:has(input:checked) .switch__knob{transform:translate(18px)}.switch:has(input:focus-visible){outline:2px solid var(--color-orange);outline-offset:2px}.cart-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-2);padding:1.25rem}@media(min-width:900px){.cart-summary{position:sticky;top:96px}}.cart-summary__title{font-family:var(--font-heading);font-weight:600;font-size:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border);margin-bottom:1rem;text-align:center}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.4375rem 0;font-size:.875rem}.cart-summary__row--total{border-top:1px solid var(--color-border);margin-top:.625rem;padding-top:.875rem;font-size:1rem;font-weight:800}.cart-summary__total{color:var(--color-orange);font-size:1.375rem}.cart-summary__discount{display:flex;gap:.5rem;margin-bottom:1rem}.cart-summary__discount .input{flex:1 1 auto;min-width:0}.cart-summary__note{font-size:.75rem;color:var(--color-muted);text-align:center;margin-top:.5rem}.cart-summary__installments{font-size:.75rem;color:var(--color-muted);text-align:center;margin:.5rem 0}.cart-summary__divider{display:flex;align-items:center;gap:.625rem;margin:.75rem 0;font-size:.6875rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.1em}.cart-summary__divider:before,.cart-summary__divider:after{content:"";flex:1 1 auto;height:1px;background:var(--color-border)}.cart-summary__secure{display:flex;gap:.5rem;align-items:flex-start;margin-top:1rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.75rem;color:var(--color-muted)}.cart-summary__secure svg{width:15px;height:15px;color:var(--color-success);flex:0 0 auto;margin-top:1px}.cart-empty{text-align:center;padding:4rem 0}.cart-empty svg{width:64px;height:64px;color:var(--color-border);margin:0 auto 1rem}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-drawer .cart-item{grid-template-columns:72px minmax(0,1fr);padding:.875rem 0}.cart-drawer .cart-item__title{font-size:.875rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;font-weight:800;margin-bottom:.75rem}.cart-drawer__note{font-size:.75rem;color:var(--color-muted);text-align:center;margin-top:.5rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:125;display:none;align-items:center;justify-content:center;padding:1rem}.modal.is-open{display:flex}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf}.modal__panel{position:relative;width:min(880px,100%);max-height:88vh;overflow-y:auto;background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 30px 80px #0009}.modal__close{position:absolute;top:.75rem;right:.75rem;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14}.modal__close:hover{background:var(--color-orange);color:#fff}.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1c 37%,#ffffff0d 63%);background-size:400% 100%;animation:shimmer 1.3s ease infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.placeholder-svg{width:100%;height:100%;background:#1c1c20;fill:#45454d}.anim-enabled [data-animate]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.anim-enabled [data-animate].is-visible{opacity:1;transform:none}body.overflow-hidden{overflow:hidden}@media(max-width:479px){.site-header__inner{gap:.5rem}.site-logo__icon{width:24px;height:24px}.icon-btn{width:40px}.header-action{min-width:40px;padding:0}.header-action--account{display:none}.card__cta .btn{font-size:.6875rem;padding-inline:.5rem;letter-spacing:.03em;gap:.375rem}.card__cta .btn svg{width:13px;height:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.anim-enabled [data-animate]{opacity:1;transform:none}}@media print{.site-header,.site-footer,.drawer,.sticky-atc,.toast-stack{display:none!important}body{background:#fff;color:#000}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
