:root{--store-container:1440px;--store-page-gutter:clamp(16px,2.25vw,36px);--store-header-h:68px;--store-mobile-nav-h:64px;--store-mobile-nav-rendered-h:var(--store-mobile-nav-h);--store-purchase-dock-h:64px;--store-viewport-bottom-offset:0px;--store-mobile-edge-gap:8px;--store-ink:#0e1116;--store-text:#0e1116;--store-muted:#5b6472;--store-subtle:#8b93a1;--store-canvas:#f6f7f9;--store-surface:#ffffff;--store-surface-2:#f1f3f6;--store-surface-3:#e7ebf1;--store-line:#e3e6ec;--store-line-strong:#cfd4dd;--store-accent:#2563eb;--store-accent-hover:#1d4ed8;--store-accent-ink:#ffffff;--store-accent-soft:color-mix(in srgb,var(--store-accent) 12%,var(--store-surface));--store-danger:#d92d20;--store-success:#0f9d58;--store-radius-sm:10px;--store-radius:12px;--store-radius-lg:16px;--store-shadow-sm:0 1px 2px rgba(16,24,40,.06),0 8px 24px rgba(16,24,40,.05);--store-shadow:0 18px 50px rgba(16,24,40,.10);--store-font-body:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--store-font-display:var(--store-font-body);--store-bg:var(--store-canvas);--store-line-soft:var(--store-line);--store-surface-soft:var(--store-surface-2);--store-cta:var(--store-accent);--ch-blue:var(--store-accent);--ch-blue-hover:var(--store-accent-hover);--ch-blue-soft:var(--store-accent-soft);--ch-text:var(--store-text);--ch-muted:var(--store-muted);--ch-surface:var(--store-surface);--ch-surface-2:var(--store-surface-2);--ch-border:var(--store-line);--ch-black:var(--store-ink);--ch-white:#fff;--ch-header-h:var(--store-header-h);--ch-mobile-nav-h:var(--store-mobile-nav-h);--gs-primary:var(--store-accent)}html[data-theme="dark"],html[data-store-theme="dark"]{--store-ink:#f3f4f6;--store-text:#f3f4f6;--store-muted:#a2a9b4;--store-subtle:#79808c;--store-canvas:#000000;--store-surface:#0b0c0f;--store-surface-2:#141519;--store-surface-3:#1c1e24;--store-line:#24262d;--store-line-strong:#343842;--store-accent:#60a5fa;--store-accent-hover:#93c5fd;--store-accent-ink:#05122b;--store-accent-soft:color-mix(in srgb,var(--store-accent) 20%,var(--store-surface));--store-danger:#ff6b63;--store-success:#34d399;--store-shadow-sm:0 1px 2px rgba(0,0,0,.34),0 12px 28px rgba(0,0,0,.22);--store-shadow:0 22px 60px rgba(0,0,0,.4)}*,*::before,*::after{box-sizing:border-box}html{min-width:320px;background:var(--store-canvas);color-scheme:light;overflow-x:clip;overscroll-behavior-x:none;scrollbar-gutter:stable;scroll-behavior:smooth;scroll-padding-top:calc(var(--store-header-h) + 20px)}html[data-theme="dark"],html[data-store-theme="dark"]{color-scheme:dark}body.store-page{min-width:320px;min-height:100vh;min-height:100dvh;margin:0;display:flex;flex-direction:column;overflow-x:clip;overscroll-behavior:none;background:var(--store-canvas);color:var(--store-text);font-family:var(--store-font-body);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.store-page *{min-width:0}body.store-page img,body.store-page video{display:block;max-width:100%}body.store-page button,body.store-page input,body.store-page select,body.store-page textarea{font:inherit;color:inherit}body.store-page a{color:inherit;text-decoration:none}body.store-page h1,body.store-page h2,body.store-page h3{font-family:var(--store-font-display)}body.store-page h1,body.store-page h2,body.store-page h3,body.store-page p{overflow-wrap:anywhere}body.store-page:focus-visible{outline:3px solid color-mix(in srgb,var(--store-accent) 55%,transparent);outline-offset:2px}.store-container{width:min(var(--store-container),calc(100% - (var(--store-page-gutter) * 2)));margin-inline:auto}#store-main{flex:1 0 auto;min-height:0;width:100%}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:-90px;left:16px;z-index:1000;padding:10px 14px;border-radius:var(--store-radius-sm);background:var(--store-ink);color:var(--store-surface);box-shadow:var(--store-shadow-sm)}.skip-link:focus{top:16px}.text-justify,.text-center{text-align:left!important}.store-flash-stack{position:fixed;top:16px;left:50%;z-index:600;display:grid;gap:8px;width:min(560px,calc(100% - 32px));transform:translateX(-50%)}.store-flash{padding:12px 15px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:var(--store-surface);color:var(--store-text);box-shadow:var(--store-shadow);font-size:13px}.store-flash--success{border-color:color-mix(in srgb,var(--store-success) 50%,var(--store-line))}.store-flash--error{border-color:color-mix(in srgb,var(--store-danger) 50%,var(--store-line))}.market-header.app-header{position:sticky;top:0;z-index:110;border:0;border-bottom:1px solid color-mix(in srgb,var(--store-line) 88%,transparent);background:color-mix(in srgb,var(--store-surface) 88%,transparent);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);transition:box-shadow .25s}.market-header.app-header.is-scrolled{box-shadow:0 8px 30px rgba(16,24,40,.08)}.app-header__bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;min-height:var(--store-header-h)}.app-header__brand{display:inline-flex;align-items:center;gap:10px;color:var(--store-ink);white-space:nowrap}.app-header__logo{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--store-ink);color:var(--store-surface);overflow:hidden}.app-header__logo b{font-size:12px;font-weight:800;letter-spacing:-.03em}.app-header__logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:var(--store-surface)}.app-header__brand-name{font-size:15px;font-weight:750;letter-spacing:-.02em}.app-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.65vw,28px);min-height:var(--store-header-h);overflow:visible}.app-header__nav a{position:relative;padding:24px 0 21px;color:var(--store-muted);font-size:13px;font-weight:600;white-space:nowrap;transition:color .15s}.app-header__nav a::after{position:absolute;right:0;bottom:16px;left:0;height:2px;transform:scaleX(0);border-radius:2px;background:var(--store-accent);content:"";transition:transform .18s ease}.app-header__nav a:hover,.app-header__nav a[aria-current="page"]{color:var(--store-ink)}.app-header__nav a:hover::after,.app-header__nav a[aria-current="page"]::after{transform:scaleX(1)}.app-header__actions,.app-header__utility{display:flex;align-items:center;justify-content:flex-end;gap:6px}.header-icon-button{position:relative;display:grid;width:40px;height:40px;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--store-radius-sm);background:transparent;color:var(--store-ink);cursor:pointer;transition:background .15s,border-color .15s}.header-icon-button:hover{border-color:var(--store-line);background:var(--store-surface-2)}.header-icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-icon-button.utility-cart{border:1px solid var(--store-line);background:var(--store-surface)}.header-icon-button.utility-cart:hover{border-color:var(--store-line-strong)}.header-icon-button.utility-cart b{position:absolute;top:-6px;right:-6px;display:grid;min-width:19px;height:19px;padding-inline:4px;place-items:center;border:2px solid var(--store-surface);border-radius:99px;background:var(--store-accent);color:var(--store-accent-ink);font-size:9px;font-weight:700;line-height:1}.store-theme-toggle__sun,.store-theme-toggle__moon{display:none}html[data-theme="light"] .store-theme-toggle__sun,html[data-store-theme="light"] .store-theme-toggle__sun,html:not([data-theme="dark"]):not([data-store-theme="dark"]) .store-theme-toggle__sun{display:block}html[data-theme="dark"] .store-theme-toggle__moon,html[data-store-theme="dark"] .store-theme-toggle__moon{display:block}.app-header__search-form{position:absolute;top:calc(100% + 8px);right:var(--store-page-gutter);display:grid;grid-template-columns:20px minmax(220px,420px) 38px;align-items:center;gap:8px;width:min(520px,calc(100vw - 32px));padding:8px 10px;border:1px solid var(--store-line);border-radius:var(--store-radius-lg);background:var(--store-surface);box-shadow:var(--store-shadow);opacity:0;transform:translateY(-6px);pointer-events:none;transition:.18s ease}.app-header__search-form.is-open,.app-header__search-form[aria-hidden="false"]{opacity:1;transform:none;pointer-events:auto}.app-header__search-form>svg,.app-header__search-form button svg,.app-drawer__search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-header__search-form input{height:40px;border:0;outline:0;background:transparent;color:var(--store-ink)}.app-header__search-form button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:var(--store-radius-sm);background:var(--store-accent);color:var(--store-accent-ink);cursor:pointer}.app-header__mobile-theme,.app-header__mobile-cart,.mobile-nav-button{display:none}.app-drawer-layer{position:fixed;inset:0;z-index:300;visibility:hidden;pointer-events:none}.app-drawer-layer.is-open{visibility:visible;pointer-events:auto}.app-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .22s;cursor:pointer}.app-drawer-layer.is-open .app-drawer__backdrop{opacity:1}.app-drawer{position:absolute;inset:0 auto 0 0;width:min(390px,calc(100% - 42px));padding:20px;background:var(--store-surface);box-shadow:var(--store-shadow);transform:translateX(-102%);transition:transform .24s ease;overflow:auto;overscroll-behavior:contain}.app-drawer-layer.is-open .app-drawer{transform:none}.app-drawer__close{display:grid;width:40px;height:40px;place-items:center;margin:0 0 6px auto;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:transparent;color:var(--store-ink);font-size:20px;cursor:pointer}.app-drawer__search{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:9px;padding:8px 8px 8px 13px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:var(--store-surface-2)}.app-drawer__search input{height:40px;border:0;outline:0;background:transparent;color:var(--store-ink)}.app-drawer__search button{display:flex;align-items:center;gap:7px;height:38px;padding-inline:13px;border:0;border-radius:var(--store-radius-sm);background:var(--store-accent);color:var(--store-accent-ink);font-weight:700;cursor:pointer}.app-drawer__nav{display:grid;margin-top:18px;border-top:1px solid var(--store-line)}.app-drawer__nav a{display:flex;align-items:center;justify-content:space-between;min-height:56px;border-bottom:1px solid var(--store-line);font-size:16px;font-weight:650;color:var(--store-ink)}.app-drawer__nav a[aria-current="page"]{color:var(--store-accent)}.app-drawer__nav a b{font-weight:400;color:var(--store-muted)}.app-drawer__quick-links{display:flex;gap:10px;margin-top:18px}.app-drawer__quick-links a{padding:10px 14px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);font-size:13px;font-weight:650}.store-button,.market-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:1px solid transparent;border-radius:var(--store-radius);font-weight:700;line-height:1.1;cursor:pointer;transition:background .15s,border-color .15s,transform .15s,color .15s}.store-button:hover,.market-button:hover{transform:translateY(-1px)}.store-button--primary,.market-button{background:var(--store-accent);border-color:var(--store-accent);color:var(--store-accent-ink)}.store-button--primary:hover,.market-button:hover{background:var(--store-accent-hover);border-color:var(--store-accent-hover)}.store-button--secondary{border-color:var(--store-line-strong);background:var(--store-surface);color:var(--store-ink)}.store-button--secondary:hover{border-color:var(--store-ink)}.store-button--ghost{background:transparent;color:var(--store-ink)}.store-button--full{width:100%}.store-button[disabled],.store-button[aria-disabled="true"],.market-button[aria-disabled="true"]{opacity:.42;pointer-events:none;transform:none}.eyebrow,.detail-section-kicker,.market-kicker,.catalog-eyebrow{display:block;color:var(--store-accent);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.app-section-heading,.market-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:20px}.app-section-heading small,.market-section-heading>div>span{display:block;margin-bottom:5px;color:var(--store-accent);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.app-section-heading h2,.market-section-heading h2{margin:0;color:var(--store-ink);font-size:clamp(22px,2vw,32px);line-height:1.12;letter-spacing:-.035em}.app-section-heading p,.market-section-heading p{max-width:680px;margin:8px 0 0;color:var(--store-muted)}.app-view-all{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;color:var(--store-ink);font-size:13px;font-weight:700;white-space:nowrap}.app-view-all i,.app-view-all>span[aria-hidden="true"]{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--store-line);border-radius:99px;font-style:normal;transition:transform .15s,border-color .15s,background .15s,color .15s}.app-view-all:hover i,.app-view-all:hover>span[aria-hidden="true"]{transform:translateX(2px);border-color:var(--store-accent);background:var(--store-accent);color:var(--store-accent-ink)}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.market-card{position:relative;display:flex;min-width:0;flex-direction:column;color:var(--store-ink)}.market-card__stretched-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.market-card__visual-wrap{position:relative;width:100%;overflow:visible}.market-card__media{position:relative;display:block;width:100%;overflow:hidden;aspect-ratio:1/1;border-radius:var(--store-radius);background:var(--store-surface-2)}.market-card__media>a{display:block;width:100%;height:100%}.market-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.market-card:hover .market-card__media img{transform:scale(1.03)}.market-card .media-placeholder,.market-card__placeholder,.product-placeholder,.event-placeholder,.service-placeholder,.subscription-placeholder{display:grid;width:100%;height:100%;place-items:center;align-content:center;gap:8px;background:var(--store-surface-2);color:var(--store-muted);text-align:center}.market-card .media-placeholder svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.15}.market-card .media-placeholder small{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.market-card__badges{position:absolute;top:10px;left:10px;z-index:3;display:flex;gap:6px;flex-wrap:wrap;pointer-events:none}.market-card__badges em,.market-card__badge{padding:5px 9px;border-radius:99px;background:var(--store-ink);color:var(--store-surface);font-size:10px;font-style:normal;font-weight:750;letter-spacing:.01em}.market-card__badges .market-card__discount{background:var(--store-accent);color:var(--store-accent-ink)}.market-card__favorite{position:absolute;z-index:3;top:10px;right:10px;display:grid;width:34px;height:34px;place-items:center;border:1px solid color-mix(in srgb,var(--store-line) 75%,transparent);border-radius:99px;background:color-mix(in srgb,var(--store-surface) 88%,transparent);color:var(--store-ink);font-size:17px;cursor:pointer;backdrop-filter:blur(8px)}.market-card__favorite.is-active{color:var(--store-danger)}.market-card__hover,.market-card__hover-actions,.market-card__sizes{display:none!important}.market-card__body{display:flex;flex:1;flex-direction:column;gap:8px;padding-top:12px}.market-card__identity{display:grid;gap:3px}.market-card__meta{display:block;color:var(--store-muted);font-size:11px;line-height:1.35}.market-card__identity h3{display:-webkit-box;margin:0;overflow:hidden;color:var(--store-ink);font-size:15px;font-weight:600;line-height:1.35;letter-spacing:-.015em;-webkit-line-clamp:2;-webkit-box-orient:vertical}.market-card__identity p,.market-card__date{margin:2px 0 0;color:var(--store-muted);font-size:12px;line-height:1.45}.market-card__purchase{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.market-card__price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.market-card__price strong{font-size:17px;font-weight:750;letter-spacing:-.02em}.market-card__price del{color:var(--store-muted);font-size:12px}.market-card__price small{font-size:11px;color:var(--store-muted)}.market-card__quick-add{position:relative;z-index:3;display:inline-flex;min-height:36px;min-width:36px;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid var(--store-line-strong);border-radius:var(--store-radius-sm);background:var(--store-surface);color:var(--store-ink);font-size:11px;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.market-card__quick-add:hover{border-color:var(--store-accent);background:var(--store-accent);color:var(--store-accent-ink)}.market-card__quick-add:disabled,.market-card__quick-add[aria-disabled="true"]{opacity:.45;pointer-events:none}.market-card__quick-add-icon{font-size:16px;line-height:1}.market-card__quick-add-label{display:none}.market-card__variants,.market-card__signals{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.market-card__variants span{width:13px;height:13px;border:1px solid var(--store-line);border-radius:99px;background:var(--variant-color,#ddd)}.market-card__variants small{color:var(--store-muted);font-size:10px}.market-card__signals{justify-content:space-between;color:var(--store-muted);font-size:10px}.market-card__rating{color:var(--store-ink)}.market-card__stock{display:inline-flex;align-items:center;gap:5px}.market-card__stock i{width:6px;height:6px;border-radius:99px;background:var(--store-success)}.market-card__stock.is-low i{background:var(--store-accent)}.market-card__stock.is-empty i{background:var(--store-danger)}.market-card.is-out-of-stock .market-card__media{opacity:.72}.store-breadcrumb{display:flex;align-items:center;gap:8px;overflow:hidden;color:var(--store-muted);font-size:12px;white-space:nowrap}.store-breadcrumb a{flex:0 0 auto}.store-breadcrumb a:hover{color:var(--store-ink)}.store-breadcrumb b{overflow:hidden;text-overflow:ellipsis;color:var(--store-ink);font-weight:600}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:38px}.pagination a,.pagination span{display:grid;min-width:40px;height:40px;place-items:center;padding-inline:10px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:var(--store-surface);font-size:13px;font-weight:600}.pagination a:hover{border-color:var(--store-line-strong)}.pagination span,.pagination a[aria-current="page"]{border-color:var(--store-accent);background:var(--store-accent);color:var(--store-accent-ink)}.store-empty{display:grid;min-height:240px;place-items:center;align-content:center;gap:12px;padding:30px;border:1px dashed var(--store-line-strong);border-radius:var(--store-radius-lg);background:var(--store-surface);text-align:center}.store-empty h2{margin:0;font-size:22px}.store-empty p{margin:0;color:var(--store-muted)}.store-static-page{padding:clamp(26px,4vw,52px) 0}.store-static-card{max-width:760px;margin-top:22px;padding:clamp(22px,3vw,40px);border:1px solid var(--store-line);border-radius:var(--store-radius-lg);background:var(--store-surface)}.store-static-card h1{margin:8px 0 14px;font-size:clamp(28px,3.4vw,44px);letter-spacing:-.04em;line-height:1.05}.store-static-card p{margin:0 0 16px;color:var(--store-muted);line-height:1.7}body.store-page label>span{display:block;font-size:12px;font-weight:650;color:var(--store-ink)}body.store-page input,body.store-page select,body.store-page textarea{background:var(--store-surface);color:var(--store-ink)}body.store-page input[type=text],body.store-page input[type=email],body.store-page input[type=tel],body.store-page input[type=search],body.store-page input[type=number],body.store-page input[type=password],body.store-page select,body.store-page textarea{width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--store-line-strong);border-radius:var(--store-radius-sm);outline:0;transition:border-color .15s,box-shadow .15s}body.store-page textarea{min-height:auto;line-height:1.55;resize:vertical}body.store-page input:focus,body.store-page select:focus,body.store-page textarea:focus{border-color:var(--store-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--store-accent) 18%,transparent)}body.store-page input::placeholder,body.store-page textarea::placeholder{color:var(--store-subtle)}.market-footer{flex:0 0 auto;margin-top:clamp(32px,4vw,56px);margin-bottom:0;padding:0;border-top:1px solid #24262d;background:#0b0c0f;color:#c9cdd4;overflow:visible}html:not([data-theme="dark"]):not([data-store-theme="dark"]) .market-footer{background:#0e1116;border-top-color:#20232a}.market-footer::before,.market-footer::after{display:none!important}.market-footer__inner{padding-block:38px}.market-footer__grid,.market-footer__grid--compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,72px);padding:0;background:transparent}.market-footer__column h3{margin:0 0 13px;color:#fff;font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.market-footer__column nav{display:grid;gap:9px}.market-footer__column a{color:#9aa1ac;font-size:13px;line-height:1.45;transition:color .15s}.market-footer__column a:hover{color:#fff}.store-mobile-nav{display:none}.store-mini-cart{position:fixed;right:18px;bottom:18px;z-index:260;width:min(390px,calc(100vw - 36px));padding:18px;border:1px solid var(--store-line);border-radius:var(--store-radius-lg);background:var(--store-surface);box-shadow:var(--store-shadow);opacity:0;transform:translateY(12px);transition:.2s;pointer-events:none}.store-mini-cart.is-open{opacity:1;transform:none;pointer-events:auto}.store-mini-cart__head,.store-mini-cart__footer>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.store-mini-cart__head small{color:var(--store-muted);font-size:11px}.store-mini-cart__head button{width:32px;height:32px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:transparent;cursor:pointer}.store-mini-cart__items{display:grid;gap:12px;margin:16px 0;padding-block:14px;border-block:1px solid var(--store-line)}.store-mini-cart__item{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:12px}.store-mini-cart__item img,.store-mini-cart__item>span{width:54px;height:54px;object-fit:contain;border-radius:var(--store-radius-sm);background:var(--store-surface-2)}.store-mini-cart__item>span{display:grid;place-items:center}.store-mini-cart__item div{display:grid}.store-mini-cart__item small{color:var(--store-muted)}.store-mini-cart__footer{display:grid;gap:14px}.store-toast{position:fixed;right:18px;bottom:18px;z-index:400;max-width:min(420px,calc(100vw - 36px));padding:12px 15px;border-radius:var(--store-radius);background:var(--store-ink);color:var(--store-surface);box-shadow:var(--store-shadow);font-size:13px}.store-image-viewer{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:44px;background:rgba(0,0,0,.9);opacity:0;transition:opacity .18s}.store-image-viewer.is-open{opacity:1}.store-image-viewer img{max-width:min(1200px,94vw);max-height:88vh;object-fit:contain}.store-image-viewer button{position:absolute;top:20px;right:20px;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:99px;background:rgba(255,255,255,.1);color:#fff;font-size:24px;cursor:pointer}.store-campaign-popup{position:fixed;right:20px;bottom:20px;z-index:245;width:min(390px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--store-line);border-radius:var(--store-radius-lg);background:var(--store-surface);box-shadow:var(--store-shadow)}.store-campaign-popup__close{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;border:1px solid var(--store-line);border-radius:99px;background:var(--store-surface);cursor:pointer}.store-campaign-popup__media{height:170px;background:var(--store-surface-2)}.store-campaign-popup__media img{width:100%;height:100%;object-fit:cover}.store-campaign-popup__copy{display:grid;gap:10px;padding:20px}.store-campaign-popup__copy span{color:var(--store-accent);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.store-campaign-popup__copy h2,.store-campaign-popup__copy p{margin:0}.store-campaign-popup__copy p{color:var(--store-muted)}.store-campaign-popup__coupon{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px dashed var(--store-line-strong);border-radius:var(--store-radius-sm);background:var(--store-surface-2);cursor:pointer}.store-campaign-popup__coupon strong{font-size:15px;letter-spacing:.04em}.store-campaign-popup__coupon i{font-style:normal;color:var(--store-accent);font-weight:700;font-size:12px}.store-campaign-popup__action{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--store-line);color:var(--store-accent);font-weight:700}.store-popup-launcher{position:fixed;right:18px;bottom:18px;z-index:230;display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--store-line);border-radius:99px;background:var(--store-surface);box-shadow:var(--store-shadow-sm);cursor:pointer}.store-popup-launcher span{color:var(--store-accent)}html[data-theme="dark"] .market-card__media img,html[data-store-theme="dark"] .market-card__media img{mix-blend-mode:normal}@media (max-width:1180px){.app-header__bar{gap:18px}.app-header__nav{gap:14px}.app-header__nav a{font-size:12px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){html{scroll-padding-top:70px}.app-header__bar{display:flex;align-items:center;gap:8px;min-height:58px}.mobile-nav-button{display:grid;width:40px;height:40px;flex:0 0 auto;padding:11px;place-content:center;gap:4px;border:1px solid transparent;border-radius:var(--store-radius-sm);background:transparent;cursor:pointer}.mobile-nav-button:hover{background:var(--store-surface-2)}.mobile-nav-button span{display:block;width:18px;height:1.6px;border-radius:2px;background:var(--store-ink)}.app-header__brand{flex:1 1 auto;min-width:0}.app-header__brand-name{display:block;overflow:hidden;text-overflow:ellipsis;font-size:15px}.app-header__logo{width:34px;height:34px;border-radius:9px}.app-header__nav,.app-header__actions{display:none}.app-header__mobile-theme,.app-header__mobile-cart{display:grid;flex:0 0 auto}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.market-footer__inner{padding-bottom:calc(38px + var(--store-mobile-nav-h) + env(safe-area-inset-bottom))}.store-mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:220;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px max(8px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border-top:1px solid var(--store-line);background:var(--store-surface);box-shadow:0 -6px 24px rgba(16,24,40,.06)}html[data-theme="dark"] .store-mobile-nav,html[data-store-theme="dark"] .store-mobile-nav{box-shadow:0 -6px 24px rgba(0,0,0,.5)}.store-mobile-nav a{position:relative;display:grid;min-height:50px;place-items:center;align-content:center;gap:3px;border-radius:var(--store-radius-sm);color:var(--store-muted);font-size:10px;font-weight:650;transition:color .15s,background .15s}.store-mobile-nav a[aria-current="page"]{background:var(--store-accent-soft);color:var(--store-accent)}.store-mobile-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.store-mobile-nav__primary{overflow:visible!important;background:transparent!important;color:var(--store-muted)!important}.store-mobile-nav__primary-icon{display:grid;width:46px;height:46px;margin-top:-22px;place-items:center;border:4px solid var(--store-surface);border-radius:50%;background:var(--store-accent);color:var(--store-accent-ink);box-shadow:0 8px 20px color-mix(in srgb,var(--store-accent) 28%,transparent)}.store-mobile-nav__primary-icon svg{width:20px;height:20px}.store-mobile-nav__primary[aria-current="page"]{color:var(--store-accent)!important}.store-mobile-nav b{position:absolute;top:2px;left:calc(50% + 9px);display:grid;min-width:16px;height:16px;padding-inline:3px;place-items:center;border-radius:99px;background:var(--store-accent);color:var(--store-accent-ink);font-size:8px;font-weight:700}.store-mini-cart{display:none}}@media (max-width:640px){:root{--store-page-gutter:14px}.app-header__brand-name{max-width:60vw}.catalog-grid{gap:22px 12px}.market-card__identity h3{font-size:13px}.market-card__price strong{font-size:15px}.market-footer__grid,.market-footer__grid--compact{grid-template-columns:1fr 1fr;gap:26px 20px}.market-footer__column:last-child{grid-column:1/-1}.store-image-viewer{padding:20px}.store-campaign-popup{right:10px;bottom:calc(var(--store-mobile-nav-h) + 12px + env(safe-area-inset-bottom));left:10px;width:auto}}@media (max-width:380px){.catalog-grid{grid-template-columns:1fr}.market-footer__grid,.market-footer__grid--compact{grid-template-columns:1fr}.market-footer__column:last-child{grid-column:auto}}.store-button--primary,.app-view-all,.market-section-heading .app-view-all,a.app-view-all,.store-page a.cta-primary,.store-page .cta-primary{background:var(--store-accent)!important;color:#fff!important;border-color:var(--store-accent)!important;text-decoration:none!important}.store-button--primary:hover,.app-view-all:hover{filter:brightness(.94);color:#fff!important}.store-button--primary:disabled{color:rgba(255,255,255,.72)!important;opacity:.58}.catalog-category-tabs a,.catalog-category-tabs a:hover,.catalog-category-tabs a:focus{text-decoration:none!important;border-bottom:0!important;box-shadow:none!important}.catalog-category-tabs a[aria-current="page"]{background:var(--store-accent)!important;color:#fff!important;border-color:var(--store-accent)!important;text-decoration:none!important;box-shadow:none!important}.catalog-sort{display:none!important}.catalog-heading--products-minimal{padding-bottom:8px!important}.store-page--products.store-view--listing .market-card__meta,.store-page--products.store-view--listing .market-card__identity p,.store-page--products.store-view--listing .market-card__stock,.store-page--products.store-view--listing .market-card__shipping,.store-page--products.store-view--listing .market-card__rating,.store-page--products.store-view--listing .market-card__price del{display:none!important}.store-page--products.store-view--listing .market-card__body{gap:8px}.store-page--products.store-view--listing .market-card__identity h3{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-coupon>div button{background:var(--store-accent)!important;color:#fff!important;border-color:var(--store-accent)!important;font-weight:800!important}.account-auth-card,.account-auth-shell,.account-auth-panel{background:var(--store-surface)!important;color:var(--store-ink)!important}.account-auth-card h1,.account-auth-card h2,.account-auth-card label,.account-auth-card strong{color:var(--store-ink)!important}.account-auth-card p,.account-auth-card small{color:var(--store-muted)!important}.account-auth-card input{background:var(--store-surface)!important;color:var(--store-ink)!important;border-color:var(--store-line-strong)!important}.account-auth-card .store-button--primary{background:var(--store-accent)!important;color:#fff!important}.mobile-sticky-purchase{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.mobile-sticky-purchase.is-visible{visibility:visible;opacity:1;pointer-events:auto;transform:none}.store-flash-stack{top:max(14px,env(safe-area-inset-top));width:min(540px,calc(100% - 28px));gap:9px;pointer-events:none}.store-flash{display:grid;grid-template-columns:10px minmax(0,1fr) 34px;align-items:center;gap:12px;min-height:58px;padding:10px 10px 10px 15px;border:1px solid var(--store-line-strong);border-radius:17px;background:color-mix(in srgb,var(--store-surface) 96%,transparent);color:var(--store-ink);font-size:15px;line-height:1.4;box-shadow:0 18px 48px rgba(15,23,42,.16);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);pointer-events:auto;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.store-flash__indicator{width:9px;height:9px;border-radius:50%;background:#64748b;box-shadow:0 0 0 5px rgba(100,116,139,.12)}.store-flash__message{min-width:0;font-weight:650}.store-flash__close{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:var(--store-muted);font-size:22px;line-height:1;cursor:pointer}.store-flash__close:hover,.store-flash__close:focus-visible{background:var(--store-surface-2);color:var(--store-ink);outline:0}.store-flash--success{border-color:color-mix(in srgb,#10b981 42%,var(--store-line));background:color-mix(in srgb,#ecfdf5 72%,var(--store-surface))}.store-flash--success .store-flash__indicator{background:#10b981;box-shadow:0 0 0 5px rgba(16,185,129,.13)}.store-flash--error,.store-flash--danger{border-color:color-mix(in srgb,#ef4444 42%,var(--store-line));background:color-mix(in srgb,#fef2f2 72%,var(--store-surface))}.store-flash--error .store-flash__indicator,.store-flash--danger .store-flash__indicator{background:#ef4444;box-shadow:0 0 0 5px rgba(239,68,68,.13)}.store-flash--warning{border-color:color-mix(in srgb,#f59e0b 42%,var(--store-line));background:color-mix(in srgb,#fffbeb 72%,var(--store-surface))}.store-flash--warning .store-flash__indicator{background:#f59e0b;box-shadow:0 0 0 5px rgba(245,158,11,.13)}.store-flash.is-hiding,.store-flash.is-hidden{opacity:0;visibility:hidden;transform:translateY(-10px) scale(.985);pointer-events:none}html[data-theme="dark"] .store-flash,html[data-store-theme="dark"] .store-flash{background:rgba(15,23,42,.94);color:#f8fafc}html[data-theme="dark"] .store-flash--success,html[data-store-theme="dark"] .store-flash--success{background:color-mix(in srgb,#064e3b 48%,#0f172a)}html[data-theme="dark"] .store-flash--error,html[data-theme="dark"] .store-flash--danger,html[data-store-theme="dark"] .store-flash--error,html[data-store-theme="dark"] .store-flash--danger{background:color-mix(in srgb,#7f1d1d 42%,#0f172a)}@media (max-width:600px){.store-flash-stack{top:max(10px,env(safe-area-inset-top));width:calc(100% - 20px)}.store-flash{min-height:54px;padding:9px 8px 9px 13px;border-radius:15px;font-size:14px}}:root,html[data-theme="dark"],html[data-store-theme="dark"]{--commerce-cta:#2563eb;--commerce-cta-hover:#1d4ed8;--commerce-cta-text:#ffffff}body.store-page .store-button--primary,body.store-page .market-button,body.store-page .app-home-hero .market-button,body.store-page .app-promo-card .app-view-all--card,body.store-page .app-discovery-card .app-view-all--card,body.store-page .app-service-promos .app-view-all--card,body.store-page .market-section-heading>a.app-view-all,body.store-page .app-showcase-section .app-section-heading>a.app-view-all{border-color:var(--commerce-cta)!important;background:var(--commerce-cta)!important;color:var(--commerce-cta-text)!important;box-shadow:none!important;text-decoration:none!important}body.store-page .app-view-all--card,body.store-page .market-section-heading>a.app-view-all,body.store-page .app-showcase-section .app-section-heading>a.app-view-all{min-height:40px;padding:0 14px;border:1px solid var(--commerce-cta)!important;border-radius:10px}body.store-page .app-view-all--card i,body.store-page .market-section-heading>a.app-view-all i,body.store-page .market-section-heading>a.app-view-all>span[aria-hidden="true"],body.store-page .app-showcase-section .app-section-heading>a.app-view-all i{width:auto!important;height:auto!important;border:0!important;background:transparent!important;color:#fff!important}body.store-page .store-button--primary:hover,body.store-page .market-button:hover,body.store-page .app-view-all--card:hover,body.store-page .market-section-heading>a.app-view-all:hover,body.store-page .app-showcase-section .app-section-heading>a.app-view-all:hover{border-color:var(--commerce-cta-hover)!important;background:var(--commerce-cta-hover)!important;color:#fff!important}body.store-page .store-button--primary[disabled],body.store-page .store-button--primary[aria-disabled="true"]{background:#315d91!important;border-color:#315d91!important;color:rgba(255,255,255,.76)!important;opacity:.72!important}body.store-page .app-category-section .app-section-heading>a.app-view-all{min-height:auto;padding:0;border:0!important;border-radius:0;background:transparent!important;color:var(--store-ink)!important}body.store-page .app-category-section .app-section-heading>a.app-view-all i{display:grid!important;width:28px!important;height:28px!important;border:1px solid var(--store-line)!important;border-radius:99px!important;background:transparent!important;color:var(--store-ink)!important}body.store-page--cart .cart-coupon button{min-width:116px!important;border-color:var(--commerce-cta)!important;background:var(--commerce-cta)!important;color:#fff!important;font-weight:750!important}body.store-page--cart .cart-coupon button:hover{border-color:var(--commerce-cta-hover)!important;background:var(--commerce-cta-hover)!important;color:#fff!important}body.store-page--account #store-main{background:var(--store-canvas)!important;color:var(--store-text)!important}body.store-page--account #store-main .account-auth-page{background:var(--store-canvas)!important;color:var(--store-text)!important}body.store-page--account #store-main .account-auth-card{border-color:var(--store-line)!important;background:var(--store-surface)!important;color:var(--store-text)!important;box-shadow:var(--store-shadow)!important}body.store-page--account #store-main .account-auth-brand,body.store-page--account #store-main .account-auth-card h1,body.store-page--account #store-main .account-form label>span{color:var(--store-text)!important}body.store-page--account #store-main .account-auth-brand span{background:var(--commerce-cta)!important;color:#fff!important}body.store-page--account #store-main .account-form input,body.store-page--account #store-main .account-form select,body.store-page--account #store-main .account-form textarea{border-color:var(--store-line-strong)!important;background:var(--store-surface-2)!important;color:var(--store-text)!important;-webkit-text-fill-color:var(--store-text)!important}body.store-page--account #store-main .account-form input:focus,body.store-page--account #store-main .account-form select:focus,body.store-page--account #store-main .account-form textarea:focus{border-color:var(--commerce-cta)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--commerce-cta) 22%,transparent)!important}body.store-page--account #store-main .account-auth-switch a{color:var(--commerce-cta)!important}body.store-page--products.store-view--listing .catalog-heading__copy{display:none!important}body.store-page--products.store-view--listing .catalog-control-bar{grid-template-columns:auto minmax(0,1fr)!important}body.store-page--products.store-view--listing .catalog-sort{display:none!important}body.store-page--products.store-view--listing .catalog-category-tabs a,body.store-page--products.store-view--listing .catalog-category-tabs a:hover,body.store-page--products.store-view--listing .catalog-category-tabs a:focus,body.store-page--products.store-view--listing .catalog-category-tabs a:active{text-decoration:none!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}body.store-page--products.store-view--listing .catalog-category-tabs a::before,body.store-page--products.store-view--listing .catalog-category-tabs a::after{display:none!important;content:none!important}body.store-page--products.store-view--listing .catalog-category-tabs a[aria-current="page"]{border-color:var(--commerce-cta)!important;background:var(--commerce-cta)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;box-shadow:none!important}body.store-page--products.store-view--listing .market-card--catalog-minimal .market-card__body{gap:8px!important;padding-top:10px!important}body.store-page--products.store-view--listing .market-card--catalog-minimal .market-card__identity{gap:0!important}body.store-page--products.store-view--listing .market-card--catalog-minimal .market-card__identity h3{margin:0!important;font-size:14px!important;line-height:1.35!important;-webkit-line-clamp:2!important}body.store-page--products.store-view--listing .market-card--catalog-minimal .market-card__purchase{align-items:center!important;margin-top:0!important}body.store-page--products.store-view--listing .market-card--catalog-minimal .market-card__price strong{font-size:17px!important}:root{--commerce-theme-canvas:#f6f7f9;--commerce-theme-surface:#ffffff;--commerce-theme-surface-2:#f1f3f6;--commerce-theme-text:#0e1116;--commerce-theme-muted:#5b6472;--commerce-theme-line:#e3e6ec;--commerce-theme-line-strong:#cfd4dd;--commerce-theme-shadow:0 18px 50px rgba(16,24,40,.10)}html[data-theme="dark"],html[data-store-theme="dark"]{--commerce-theme-canvas:#000000;--commerce-theme-surface:#0b0c0f;--commerce-theme-surface-2:#141519;--commerce-theme-text:#f3f4f6;--commerce-theme-muted:#a2a9b4;--commerce-theme-line:#24262d;--commerce-theme-line-strong:#343842;--commerce-theme-shadow:0 22px 60px rgba(0,0,0,.42)}body.store-page--cart .cart-coupon>div{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}body.store-page--cart .cart-coupon input{height:42px!important;border:1px solid var(--store-line-strong)!important;border-radius:10px!important;background:var(--store-surface)!important}body.store-page--cart .cart-coupon button{min-width:98px!important;height:42px!important;padding:0 15px!important;border-radius:10px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important}@media (max-width:480px){body.store-page--cart .cart-coupon button{min-width:90px!important;padding-inline:12px!important}}body.store-page--account #store-main{--store-primary:var(--commerce-cta);--store-primary-dark:var(--commerce-cta-hover);--store-accent:var(--commerce-cta);--store-accent-soft:color-mix(in srgb,var(--commerce-cta) 14%,var(--commerce-theme-surface));--store-pink:var(--commerce-cta);--store-navy:var(--commerce-theme-text);--store-ink:var(--commerce-theme-text);--store-text:var(--commerce-theme-text);--store-muted:var(--commerce-theme-muted);--store-soft:var(--commerce-theme-canvas);--store-canvas:var(--commerce-theme-canvas);--store-surface:var(--commerce-theme-surface);--store-surface-2:var(--commerce-theme-surface-2);--store-line:var(--commerce-theme-line);--store-line-strong:var(--commerce-theme-line-strong);--store-shadow:var(--commerce-theme-shadow);background:var(--commerce-theme-canvas)!important;color:var(--commerce-theme-text)!important}body.store-page--account #store-main .account-auth-page{min-height:calc(100dvh - var(--store-header-h) - 42px)!important;background:var(--commerce-theme-canvas)!important;color:var(--commerce-theme-text)!important}body.store-page--account #store-main .account-auth-card{border-color:var(--commerce-theme-line)!important;background:var(--commerce-theme-surface)!important;color:var(--commerce-theme-text)!important;box-shadow:var(--commerce-theme-shadow)!important}body.store-page--account #store-main .account-auth-brand,body.store-page--account #store-main .account-auth-brand strong,body.store-page--account #store-main .account-auth-card h1,body.store-page--account #store-main .account-form label,body.store-page--account #store-main .account-form label>span,body.store-page--account #store-main .account-consent-box strong,body.store-page--account #store-main .account-consent-option b{color:var(--commerce-theme-text)!important;-webkit-text-fill-color:var(--commerce-theme-text)!important}body.store-page--account #store-main .account-auth-card>p,body.store-page--account #store-main .account-form small,body.store-page--account #store-main .account-auth-switch,body.store-page--account #store-main .account-consent-box small,body.store-page--account #store-main .account-consent-box p{color:var(--commerce-theme-muted)!important;-webkit-text-fill-color:var(--commerce-theme-muted)!important}body.store-page--account #store-main .account-form input,body.store-page--account #store-main .account-form select,body.store-page--account #store-main .account-form textarea{border-color:var(--commerce-theme-line-strong)!important;background:var(--commerce-theme-surface-2)!important;color:var(--commerce-theme-text)!important;-webkit-text-fill-color:var(--commerce-theme-text)!important;caret-color:var(--commerce-cta)!important}body.store-page--account #store-main .account-form input::placeholder,body.store-page--account #store-main .account-form textarea::placeholder{color:var(--commerce-theme-muted)!important;opacity:.85!important}body.store-page--account #store-main .account-consent-box,body.store-page--account #store-main .account-consent-option{border-color:var(--commerce-theme-line)!important;background:var(--commerce-theme-surface-2)!important;color:var(--commerce-theme-text)!important}body.store-page--account #store-main .account-auth-switch{border-top-color:var(--commerce-theme-line)!important}body.store-page--account #store-main .account-auth-switch a{color:var(--commerce-cta)!important;-webkit-text-fill-color:var(--commerce-cta)!important}@media (max-width:640px){body.store-page--products.store-view--listing .catalog-control-bar{display:flex!important;flex-flow:row nowrap!important;align-items:center!important;gap:8px!important;overflow:hidden!important;padding:10px!important}body.store-page--products.store-view--listing .catalog-filter-toggle{order:0!important;flex:0 0 42px!important;width:42px!important;min-height:42px!important;padding:0!important;border-radius:999px!important}body.store-page--products.store-view--listing .catalog-filter-toggle span{display:none!important}body.store-page--products.store-view--listing .catalog-category-tabs{order:1!important;flex:1 1 auto!important;min-width:0!important;grid-column:auto!important;grid-row:auto!important;justify-content:flex-start!important;overflow-x:auto!important;overscroll-behavior-inline:contain!important;-webkit-overflow-scrolling:touch!important}body.store-page--products.store-view--listing .catalog-category-tabs a{flex:0 0 auto!important}}body.store-page .app-drawer__topbar{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;align-items:stretch!important;gap:10px!important;margin-bottom:18px!important}body.store-page .app-drawer__topbar .app-drawer__search{min-height:46px!important;grid-template-columns:20px minmax(0,1fr) auto!important;padding:5px 5px 5px 12px!important;border-color:var(--store-line-strong)!important;border-radius:12px!important;background:var(--store-surface-2)!important}body.store-page .app-drawer__topbar .app-drawer__search input{width:100%!important;height:36px!important;min-width:0!important;padding:0!important;background:transparent!important;color:var(--store-ink)!important}body.store-page .app-drawer__topbar .app-drawer__search button{height:36px!important;padding:0 12px!important;border-radius:9px!important;background:var(--commerce-cta)!important;color:#fff!important}body.store-page .app-drawer__topbar .app-drawer__close{width:44px!important;height:auto!important;min-height:46px!important;margin:0!important;border-color:var(--store-line-strong)!important;border-radius:12px!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important}@media (max-width:390px){body.store-page .app-drawer__topbar{grid-template-columns:minmax(0,1fr) 42px!important;gap:7px!important}body.store-page .app-drawer__topbar .app-drawer__search button{padding-inline:10px!important}}body.store-page .market-footer{border-top-color:var(--commerce-theme-line)!important;background:#ffffff!important;color:#0e1116!important}body.store-page .market-footer__column h3{color:#0e1116!important}body.store-page .market-footer__column a{color:#5b6472!important}body.store-page .market-footer__column a:hover{color:#2563eb!important}html[data-theme="dark"] body.store-page .market-footer,html[data-store-theme="dark"] body.store-page .market-footer{border-top-color:#24262d!important;background:#000000!important;color:#f3f4f6!important}html[data-theme="dark"] body.store-page .market-footer__column h3,html[data-store-theme="dark"] body.store-page .market-footer__column h3{color:#f3f4f6!important}html[data-theme="dark"] body.store-page .market-footer__column a,html[data-store-theme="dark"] body.store-page .market-footer__column a{color:#a2a9b4!important}html[data-theme="dark"] body.store-page .market-footer__column a:hover,html[data-store-theme="dark"] body.store-page .market-footer__column a:hover{color:#ffffff!important}@media (max-width:760px){body.store-page .store-mobile-nav{border-top-color:#e3e6ec!important;background:#ffffff!important;color:#0e1116!important}body.store-page .store-mobile-nav a{color:#5b6472!important}body.store-page .store-mobile-nav a[aria-current="page"]{background:#eaf1ff!important;color:#2563eb!important}html[data-theme="dark"] body.store-page .store-mobile-nav,html[data-store-theme="dark"] body.store-page .store-mobile-nav{border-top-color:#24262d!important;background:#000000!important;color:#f3f4f6!important}html[data-theme="dark"] body.store-page .store-mobile-nav a,html[data-store-theme="dark"] body.store-page .store-mobile-nav a{color:#d1d5db!important}html[data-theme="dark"] body.store-page .store-mobile-nav a[aria-current="page"],html[data-store-theme="dark"] body.store-page .store-mobile-nav a[aria-current="page"]{background:#17243a!important;color:#60a5fa!important}}body.store-page .store-back-top{position:fixed!important;right:max(18px,env(safe-area-inset-right))!important;bottom:max(24px,env(safe-area-inset-bottom))!important;z-index:180!important;display:grid!important;width:46px!important;height:46px!important;place-items:center!important;margin:0!important;padding:0!important;border:1px solid var(--store-line-strong)!important;border-radius:999px!important;background:var(--store-surface)!important;color:var(--store-ink)!important;box-shadow:0 12px 30px rgba(15,23,42,.18)!important;font-size:23px!important;line-height:1!important;opacity:0!important;transform:translateY(12px) scale(.94)!important;pointer-events:none!important;cursor:pointer!important;transition:opacity .2s ease,transform .2s ease,background .15s ease,color .15s ease!important}body.store-page .store-back-top.is-visible{opacity:1!important;transform:none!important;pointer-events:auto!important}body.store-page .store-back-top:hover{border-color:var(--store-accent)!important;background:var(--store-accent)!important;color:#fff!important}@media (max-width:760px){body.store-page .store-back-top{right:max(14px,env(safe-area-inset-right))!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;width:44px!important;height:44px!important}}body.store-page--account #store-main .account-auth-card h1{margin-top:0!important}body.store-page .app-header__search-cluster{position:relative!important;display:grid!important;place-items:center!important}body.store-page .app-header__search-cluster .app-header__search-form{top:calc(100% + 12px)!important;right:0!important;left:auto!important;width:min(480px,calc(100vw - 32px))!important;grid-template-columns:20px minmax(0,1fr) 40px!important;padding:9px 10px 9px 13px!important;border-radius:14px!important;background:var(--store-surface)!important;box-shadow:0 18px 45px rgba(15,23,42,.18)!important}body.store-page .app-header__search-cluster .app-header__search-form::before{position:absolute!important;top:-6px!important;right:14px!important;width:12px!important;height:12px!important;transform:rotate(45deg)!important;border-top:1px solid var(--store-line)!important;border-left:1px solid var(--store-line)!important;background:var(--store-surface)!important;content:""!important}body.store-page .app-drawer__topbar{grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;gap:8px!important}body.store-page .app-drawer__topbar .app-drawer__search{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;min-height:48px!important;gap:4px!important;padding:4px!important;border:1px solid var(--store-line-strong)!important;border-radius:14px!important;background:var(--store-surface-2)!important}body.store-page .app-drawer__topbar .app-drawer__search>svg{display:none!important}body.store-page .app-drawer__topbar .app-drawer__search input{height:40px!important;min-height:40px!important;padding:0 12px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--store-ink)!important;font-size:15px!important}body.store-page .app-drawer__topbar .app-drawer__search button{display:grid!important;width:40px!important;height:40px!important;place-items:center!important;padding:0!important;border-radius:10px!important;background:var(--commerce-cta)!important;color:#fff!important}body.store-page .app-drawer__topbar .app-drawer__search button span{display:none!important}body.store-page .app-drawer__topbar .app-drawer__search button svg{width:19px!important;height:19px!important;stroke-width:2!important}body.store-page .app-drawer__topbar .app-drawer__close{display:grid!important;width:42px!important;height:42px!important;min-height:42px!important;place-items:center!important;margin:0!important;padding:0!important;border:1px solid var(--store-line-strong)!important;border-radius:999px!important;background:var(--store-surface)!important;color:var(--store-ink)!important;box-shadow:0 6px 18px rgba(15,23,42,.08)!important}body.store-page .app-drawer__topbar .app-drawer__close svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important}body.store-page .app-drawer__topbar .app-drawer__close:hover{border-color:var(--store-accent)!important;background:var(--store-accent)!important;color:#fff!important}body.store-phase2-app{background:var(--store-canvas)}body.store-phase2-app #store-main{position:relative}.app-page-topbar{display:none}.app-page-topbar__button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-page-topbar__button b{position:absolute;right:-4px;top:-5px;display:grid;min-width:18px;height:18px;padding-inline:4px;place-items:center;border:2px solid var(--store-surface);border-radius:99px;background:var(--store-accent);color:var(--store-accent-ink);font-size:8px}.app-page-topbar__spacer{display:block;width:42px;height:42px}.phase2-desktop-breadcrumb{display:flex;align-items:center;gap:8px;color:var(--store-muted);font-size:11px}.phase2-desktop-breadcrumb b{color:var(--store-ink)}.phase2-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.phase2-section-heading h2{margin:0;font-size:clamp(22px,2.4vw,34px);letter-spacing:-.035em}.phase2-section-heading p{margin:6px 0 0;color:var(--store-muted);font-size:13px}.phase2-section-heading>a{display:inline-flex;align-items:center;gap:7px;color:var(--store-accent);font-size:12px;font-weight:750;white-space:nowrap}.phase2-chip-row{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 6px;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity}.phase2-chip-row::-webkit-scrollbar{display:none}.phase2-chip-row a,.phase2-chip-row button{flex:0 0 auto;display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--store-line);border-radius:999px;background:var(--store-surface);color:var(--store-muted);font-size:11px;font-weight:700;white-space:nowrap;scroll-snap-align:start}.phase2-chip-row a:hover,.phase2-chip-row button:hover,.phase2-chip-row [aria-current="page"]{border-color:var(--store-accent);background:var(--store-accent);color:var(--store-accent-ink)}.phase2-surface{border:1px solid var(--store-line);border-radius:22px;background:var(--store-surface);box-shadow:var(--store-shadow-sm)}.phase2-form-field{display:grid;gap:7px}.phase2-form-field>span{color:var(--store-muted);font-size:11px;font-weight:700}.phase2-form-field input,.phase2-form-field select,.phase2-form-field textarea{width:100%;border:1px solid var(--store-line-strong);border-radius:12px;background:var(--store-surface);color:var(--store-ink);outline:0;transition:border-color .15s,box-shadow .15s}.phase2-form-field input,.phase2-form-field select{min-height:48px;padding:0 13px}.phase2-form-field textarea{padding:12px 13px;resize:vertical}.phase2-form-field input:focus,.phase2-form-field select:focus,.phase2-form-field textarea:focus{border-color:var(--store-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--store-accent) 13%,transparent)}.catalog-app-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;overflow:hidden;padding:clamp(26px,4vw,48px);border:1px solid var(--store-line);border-radius:26px;background:var(--store-surface);box-shadow:var(--store-shadow-sm)}.catalog-app-hero::after{position:absolute;right:-90px;bottom:-140px;width:330px;height:330px;border-radius:50%;background:color-mix(in srgb,var(--store-accent) 9%,transparent);content:"";pointer-events:none}.catalog-app-hero__copy{position:relative;z-index:1;max-width:780px}.catalog-app-hero__copy>span{display:block;color:var(--store-accent);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.catalog-app-hero h1{margin:8px 0 10px;font-size:clamp(38px,5vw,68px);line-height:.98;letter-spacing:-.055em}.catalog-app-hero p{max-width:690px;margin:0;color:var(--store-muted);font-size:14px;line-height:1.65}.catalog-app-hero__metric{position:relative;z-index:1;display:grid;justify-items:end;min-width:150px}.catalog-app-hero__metric strong{font-size:clamp(46px,6vw,78px);line-height:.82;letter-spacing:-.065em}.catalog-app-hero__metric span{margin-top:12px;color:var(--store-muted);font-size:11px;font-weight:700}.catalog-filter-sheet__head{display:none}.catalog-filter-backdrop{display:none}.catalog-view-actions{display:flex;align-items:center;gap:7px}.catalog-view-actions button{display:grid;width:40px;height:40px;place-items:center;padding:0;border:1px solid var(--store-line);border-radius:10px;background:var(--store-surface);color:var(--store-muted);cursor:pointer}.catalog-view-actions button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.catalog-view-actions button.is-active{border-color:var(--store-accent);color:var(--store-accent)}.catalog-grid:not(.home-card-list).is-list-view{grid-template-columns:1fr!important}.catalog-grid:not(.home-card-list).is-list-view .market-card{display:grid;grid-template-columns:minmax(180px,270px) minmax(0,1fr);align-items:stretch}.catalog-grid:not(.home-card-list).is-list-view .market-card__visual-wrap{height:100%;min-height:230px}.catalog-grid:not(.home-card-list).is-list-view .market-card__body{align-content:center;padding:22px}body.store-phase2-app .market-footer{margin-top:0}body.store-flow--focused .store-mobile-nav{display:none!important}body.store-flow--focused #store-main{padding-bottom:0}@media (max-width:900px){html:has(body.store-phase2-app){scroll-padding-top:64px}body.store-phase2-app .market-header.app-header{display:none!important}body.store-phase2-app .market-footer{display:none!important}body.store-phase2-app #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 18px + env(safe-area-inset-bottom));background:var(--store-surface)}body.store-phase2-app.store-flow--focused #store-main{padding-bottom:0}.app-page-topbar{position:sticky;top:0;z-index:160;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:calc(60px + env(safe-area-inset-top));padding:max(9px,env(safe-area-inset-top)) max(var(--store-page-gutter),env(safe-area-inset-right)) 9px max(var(--store-page-gutter),env(safe-area-inset-left));border-bottom:1px solid var(--store-line);background:color-mix(in srgb,var(--store-surface) 94%,transparent);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.app-page-topbar>strong{overflow:hidden;text-align:center;font-size:14px;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.app-page-topbar__actions{display:flex;justify-content:flex-end;gap:6px}.app-page-topbar__button{position:relative;display:grid;width:40px;height:40px;place-items:center;padding:0;border:1px solid var(--store-line);border-radius:50%;background:var(--store-surface);color:var(--store-ink);box-shadow:0 4px 12px rgba(15,23,42,.04)}.app-page-topbar__button--status{color:var(--store-accent)}.phase2-desktop-breadcrumb{display:none}.phase2-section-heading{align-items:flex-start;margin-bottom:14px}.phase2-section-heading h2{font-size:21px}.phase2-section-heading p{font-size:11px}.phase2-section-heading>a{font-size:10px}.phase2-surface{border-radius:16px;box-shadow:none}.catalog-page{padding:0 0 28px;background:var(--store-surface)}.catalog-page>.store-container{width:100%}.catalog-heading{margin:0;padding:14px var(--store-page-gutter) 0}.catalog-heading .store-breadcrumb{display:none}.catalog-app-hero{display:block;padding:16px 0 8px;border:0;border-radius:0;background:transparent;box-shadow:none}.catalog-app-hero::after,.catalog-app-hero__metric{display:none}.catalog-app-hero__copy>span{font-size:9px}.catalog-app-hero h1{margin:5px 0 7px;font-size:30px;line-height:1.04}.catalog-app-hero p{font-size:11px;line-height:1.55}.catalog-control-bar{position:sticky;top:calc(60px + env(safe-area-inset-top));z-index:90;grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px;margin:8px 0 0!important;padding:10px var(--store-page-gutter)!important;border:0!important;border-top:1px solid var(--store-line)!important;border-bottom:1px solid var(--store-line)!important;border-radius:0!important;background:color-mix(in srgb,var(--store-surface) 96%,transparent)!important;box-shadow:none!important;backdrop-filter:blur(15px)}.catalog-filter-toggle{min-height:40px;padding-inline:12px;border-radius:12px;font-size:11px}.catalog-category-tabs{grid-column:1/-1;grid-row:2;gap:7px;padding:2px 0 0}.catalog-category-tabs a{min-height:34px;padding-inline:12px;font-size:10px}.catalog-sort{grid-column:2;grid-row:1;justify-content:flex-end}.catalog-sort>label,.catalog-sort>span{display:none}.catalog-sort select{width:100%;min-width:0;max-width:165px;min-height:40px;border-radius:12px;font-size:10px}.catalog-view-actions{grid-column:3;grid-row:1}.catalog-view-actions button{width:40px;height:40px;border-radius:12px}.catalog-filter-backdrop{position:fixed;inset:0;z-index:270;display:block;border:0;background:rgba(0,0,0,.42);opacity:0;pointer-events:none;transition:opacity .2s}body.catalog-filter-is-open .catalog-filter-backdrop{opacity:1;pointer-events:auto}.catalog-filter-panel{position:fixed;right:0;bottom:0;left:0;z-index:280;display:grid!important;grid-template-columns:1fr!important;align-items:stretch;gap:13px;margin:0!important;padding:8px max(var(--store-page-gutter),env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(var(--store-page-gutter),env(safe-area-inset-left))!important;border:0!important;border-radius:22px 22px 0 0!important;background:var(--store-surface)!important;box-shadow:0 -20px 60px rgba(0,0,0,.25);transform:translateY(105%);visibility:hidden;transition:transform .24s ease,visibility .24s}body.catalog-filter-is-open .catalog-filter-panel{transform:translateY(0);visibility:visible}.catalog-filter-panel[hidden]{display:grid!important}.catalog-filter-sheet__head{display:grid;grid-template-columns:1fr auto;align-items:center;padding:4px 0 10px;border-bottom:1px solid var(--store-line)}.catalog-filter-sheet__head::before{grid-column:1/-1;justify-self:center;width:42px;height:4px;margin-bottom:10px;border-radius:99px;background:var(--store-line-strong);content:""}.catalog-filter-sheet__head strong{font-size:15px}.catalog-filter-sheet__head button{display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--store-line);border-radius:50%;background:var(--store-surface-2);font-size:18px}.catalog-search-field>span,.catalog-filter-field>span{font-size:10px}.catalog-search-field>div,.catalog-filter-field select{height:46px;border-radius:12px}.catalog-filter-actions{grid-column:auto!important;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;padding-top:3px}.catalog-filter-actions>a{display:inline-flex;align-items:center;justify-content:center}.catalog-filter-actions .store-button{width:100%;min-height:48px;border-radius:13px}.catalog-result-meta{padding:14px var(--store-page-gutter) 4px;margin:0!important;font-size:10px}.catalog-result-meta a{display:none}.catalog-grid:not(.home-card-list){padding:10px var(--store-page-gutter) 0!important}.catalog-grid:not(.home-card-list).is-list-view .market-card{grid-template-columns:112px minmax(0,1fr)}.catalog-grid:not(.home-card-list).is-list-view .market-card__visual-wrap{min-height:145px}.catalog-grid:not(.home-card-list).is-list-view .market-card__body{padding:12px}.pagination{padding-inline:var(--store-page-gutter)}}@media (max-width:640px){.phase2-chip-row a,.phase2-chip-row button{min-height:34px;padding-inline:12px;font-size:10px}}.app-header__bar{grid-template-columns:auto minmax(0,1fr) auto}.app-header__utility{gap:8px}.app-drawer__topbar--phase3{display:flex;align-items:center;justify-content:space-between;gap:16px}.app-drawer__heading{display:flex;align-items:center;gap:11px;min-width:0}.app-drawer__heading>div{display:grid;gap:1px;min-width:0}.app-drawer__heading small{overflow:hidden;color:var(--store-muted);font-size:9px;font-weight:700;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.app-drawer__heading strong{font-size:16px;line-height:1.1}.market-card--app-catalog{display:flex;min-width:0;flex-direction:column;border:0;border-radius:0;background:transparent;box-shadow:none}.market-card--app-catalog .market-card__visual-wrap{overflow:visible}.market-card--app-catalog .market-card__media{aspect-ratio:4/5;overflow:hidden;border:1px solid var(--store-line);border-radius:18px;background:var(--store-surface-2)}.market-card--app-catalog .market-card__media img{width:100%;height:100%;padding:0;object-fit:cover;transition:transform .25s ease}.market-card--app-catalog:hover .market-card__media img{transform:scale(1.025)}.market-card--app-catalog .market-card__badges{top:10px;left:10px}.market-card--app-catalog .market-card__badges em{min-height:28px;padding:0 10px;border-radius:8px;font-size:10px}.market-card--app-catalog .market-card__favorite{top:10px;right:10px;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--store-line) 82%,transparent);background:color-mix(in srgb,var(--store-surface) 94%,transparent);box-shadow:0 5px 16px rgba(16,24,40,.08);backdrop-filter:blur(12px)}.market-card--app-catalog .market-card__hover{display:none}.market-card--app-catalog .market-card__body{display:grid;gap:8px;padding:10px 1px 0}.market-card--app-catalog .market-card__identity{display:grid;gap:7px}.market-card--app-catalog .market-card__identity h3{display:-webkit-box;min-height:2.6em;overflow:hidden;font-size:14px;font-weight:730;line-height:1.3;letter-spacing:-.018em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.market-card__app-signals{display:flex;min-width:0;align-items:center;gap:8px;color:var(--store-muted);font-size:10px;line-height:1.2}.market-card__app-signals span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-card__app-signals i{width:1px;height:13px;flex:0 0 1px;background:var(--store-line-strong)}.market-card__app-rating{color:var(--store-ink)!important}.market-card__app-rating b{color:var(--store-warning,#f4b400);font-size:12px}.market-card--app-catalog .market-card__purchase{align-items:center;gap:8px;margin-top:auto}.market-card--app-catalog .market-card__price{display:flex;min-width:0;align-items:baseline;gap:6px;flex-wrap:wrap}.market-card--app-catalog .market-card__price strong{font-size:17px;font-weight:780;letter-spacing:-.03em}.market-card--app-catalog .market-card__price del{color:var(--store-danger);font-size:12px;font-weight:650}.market-card--app-catalog .market-card__quick-add{display:grid;width:40px;height:40px;min-width:40px;place-items:center;padding:0;border:0;border-radius:50%;background:var(--store-accent);color:var(--store-accent-ink);box-shadow:0 7px 18px color-mix(in srgb,var(--store-accent) 22%,transparent)}.market-card--app-catalog .market-card__quick-add-icon{display:grid;place-items:center}.market-card--app-catalog .market-card__quick-add-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.market-card--app-catalog .market-card__quick-add-label{display:none}.market-card--app-catalog.is-out-of-stock .market-card__quick-add{background:var(--store-surface-2);color:var(--store-muted);box-shadow:none}.native-detail-media-favorite{position:absolute;top:18px;right:18px;z-index:5;display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid var(--store-line);border-radius:50%;background:color-mix(in srgb,var(--store-surface) 94%,transparent);color:var(--store-ink);font-size:20px;cursor:pointer;box-shadow:0 7px 20px rgba(16,24,40,.08);backdrop-filter:blur(12px)}.native-detail-media-favorite.is-active{color:var(--store-danger)}.native-detail-brand em{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;background:var(--store-accent);color:var(--store-accent-ink);font-size:10px;font-style:normal;font-weight:750;white-space:nowrap}.native-detail-topbar__button--menu svg{fill:currentColor;stroke:none!important}.catalog-page--products .catalog-grid--products{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}.catalog-page--products .catalog-app-hero{min-height:230px}.catalog-page--products .catalog-control-bar{margin-top:18px}@media (max-width:1180px){.catalog-page--products .catalog-grid--products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){body.store-page--products.store-view--listing .market-header.app-header{display:block!important}body.store-page--products.store-view--listing .app-page-topbar{display:none!important}body.store-page--products.store-view--listing .market-header.app-header{position:sticky;top:0;z-index:150}body.store-page--products.store-view--listing .app-header__bar{min-height:58px}.app-header__mobile-theme,.app-header__mobile-cart{border-color:var(--store-line);border-radius:50%;background:var(--store-surface)}.app-header__mobile-theme{margin-left:auto}body.store-page--products.store-view--listing #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 18px + env(safe-area-inset-bottom));background:var(--store-surface)}.catalog-page--products{padding:0 0 28px}.catalog-page--products>.store-container{width:100%}.catalog-page--products .catalog-heading{padding:14px var(--store-page-gutter) 0}.catalog-page--products .catalog-app-hero{min-height:0;padding:8px 0 6px}.catalog-page--products .catalog-app-hero__copy>span,.catalog-page--products .catalog-app-hero__copy>p,.catalog-page--products .catalog-app-hero__metric{display:none}.catalog-page--products .catalog-app-hero h1{margin:0;font-size:25px;line-height:1.1;letter-spacing:-.035em}.catalog-page--products .catalog-control-bar{top:58px;grid-template-columns:auto minmax(0,1fr) auto!important;margin:8px 0 0!important;padding:10px var(--store-page-gutter) 9px!important;border-top:1px solid var(--store-line)!important}.catalog-page--products .catalog-category-tabs{gap:8px;padding-top:3px}.catalog-page--products .catalog-category-tabs a{min-height:34px;border-radius:999px;padding-inline:13px;font-size:10px}.catalog-page--products .catalog-result-meta{padding:12px var(--store-page-gutter) 2px;font-size:10px}.catalog-page--products .catalog-grid--products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px;padding:10px var(--store-page-gutter) 0!important}.native-detail-topbar{min-height:calc(62px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) var(--store-page-gutter) 10px;border-bottom:0;background:var(--store-surface)}.native-detail-topbar>strong{font-size:16px;font-weight:780}.native-detail-topbar__button{border:0;background:var(--store-surface-2);box-shadow:none}.native-detail-shell{padding:0}.native-detail-media{width:calc(100% - (var(--store-page-gutter) * 2));margin:0 auto;aspect-ratio:1/1;border:1px solid var(--store-line)!important;border-radius:20px!important;background:var(--store-surface-2);box-shadow:none}.native-detail-media>img{padding:clamp(24px,8vw,54px);object-fit:contain}.native-detail-discount{top:16px;left:16px}.native-detail-media-favorite{top:14px;right:14px;width:42px;height:42px;font-size:19px}.native-detail-zoom{display:none}.native-detail-dots{bottom:12px}.native-detail-summary{padding:22px var(--store-page-gutter) 0}.native-detail-title-block{position:relative;padding-right:0}.native-detail-title-block h1{font-size:27px;line-height:1.08;letter-spacing:-.035em}.native-detail-title-block>p{display:none}.native-detail-signals{display:flex;align-items:center;gap:12px;margin-top:9px;font-size:11px}.native-detail-signals>a{display:flex;align-items:center;gap:4px}.native-detail-signals>a span{color:var(--store-warning,#f4b400)}.native-detail-signals>span{padding-left:12px;border-left:1px solid var(--store-line-strong)}.native-detail-brand{margin-top:18px;padding:11px 0;border:0;border-top:1px solid var(--store-line);border-bottom:1px solid var(--store-line);border-radius:0;background:transparent}.native-detail-brand>span{width:44px;height:44px;border-radius:50%}.native-detail-brand small{display:none}.native-detail-brand strong{font-size:13px}.native-detail-brand em{min-height:36px;padding-inline:13px}.native-detail-price{display:none}.native-detail-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px;margin-top:20px;padding-bottom:17px;border-bottom:1px solid var(--store-line)}.native-detail-options fieldset{min-width:0}.native-detail-options legend{margin-bottom:9px;font-size:12px}.native-detail-options fieldset>div{gap:7px}.native-detail-options button{min-width:38px;height:38px;padding:0 10px;border:0;border-radius:50%;background:var(--store-surface-2);font-size:11px}.native-detail-options button.is-selected{background:var(--store-accent);color:var(--store-accent-ink);box-shadow:none}.native-detail-colors button{width:38px;min-width:38px;padding:0;background:var(--option-color,var(--store-surface-2))!important;color:transparent;box-shadow:inset 0 0 0 3px var(--store-surface)}.native-detail-colors button.is-selected{background:var(--option-color,var(--store-surface-2))!important;box-shadow:inset 0 0 0 3px var(--store-surface),0 0 0 2px var(--store-accent)}.native-detail-accordions{margin-top:17px;border-top:0}.native-detail-accordions details:first-child{border-bottom:0}.native-detail-accordions details:first-child summary{min-height:auto;padding:0 0 9px;font-size:14px}.native-detail-accordions details:first-child summary span{display:none}.native-detail-accordions details:first-child .native-detail-prose{display:-webkit-box;overflow:hidden;padding-bottom:17px;font-size:11px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:4}.native-detail-accordions details:not(:first-child) summary{min-height:50px}.native-detail-purchase{display:none}.native-detail-confidence{display:none}.native-review-summary{margin-top:30px}.mobile-sticky-purchase small{font-size:9px}.mobile-sticky-purchase strong{font-size:20px;letter-spacing:-.03em}.mobile-sticky-purchase .store-button{width:100%;min-height:52px;border-radius:16px;font-size:13px}}@media (max-width:640px){.app-header__brand-name{max-width:42vw}.catalog-page--products .catalog-filter-toggle{padding-inline:11px}.catalog-page--products .catalog-sort select{max-width:132px}.catalog-page--products .catalog-view-actions button:last-child{display:none}.market-card--app-catalog .market-card__identity h3{font-size:13px}.market-card--app-catalog .market-card__price strong{font-size:16px}.market-card--app-catalog .market-card__quick-add{width:38px;height:38px;min-width:38px}}@media (max-width:380px){.catalog-page--products .catalog-grid--products{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 9px}.market-card--app-catalog .market-card__favorite{width:34px;height:34px}.market-card--app-catalog .market-card__identity h3{font-size:12px}.market-card__app-signals{gap:5px;font-size:9px}.market-card--app-catalog .market-card__price strong{font-size:14px}.market-card--app-catalog .market-card__price del{font-size:10px}.market-card--app-catalog .market-card__quick-add{width:34px;height:34px;min-width:34px}.native-detail-options{gap:10px}}.app-header__account-action{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--store-line);border-radius:999px;background:var(--store-surface);color:var(--store-ink);font-size:11px;font-weight:750;white-space:nowrap;transition:border-color .18s ease,background .18s ease,transform .18s ease}.app-header__account-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-header__account-action:hover{border-color:var(--store-line-strong);background:var(--store-surface-2);transform:translateY(-1px)}.catalog-page--products{padding-top:24px}.catalog-heading--products-mobile{display:none}.catalog-page--products .catalog-control-bar{grid-template-columns:auto minmax(0,1fr) auto;margin-top:0}.catalog-page--products .catalog-view-actions{display:none!important}.store-page--products.store-view--listing .market-card__price del,.market-card--app-catalog .market-card__price del{display:inline!important;color:var(--store-danger);font-size:12px;font-weight:760;line-height:1.1;opacity:1;text-decoration-line:line-through;text-decoration-thickness:2px;text-decoration-color:currentColor}.market-card--app-catalog .market-card__price{align-items:flex-start;flex-direction:column-reverse;gap:3px}.market-card--app-catalog .market-card__price strong{font-size:19px;font-weight:820;line-height:1.05;letter-spacing:-.035em}.market-card--app-catalog .market-card__app-new{color:var(--store-accent);font-weight:760}.market-card--app-catalog .market-card__app-new b{font-size:11px}.market-card--app-catalog .market-card__badges .market-card__discount{display:none!important}.market-card--app-catalog .market-card__favorite{z-index:6}.native-detail-media-favorite{top:20px;right:20px;z-index:8;width:46px;height:46px;border-color:color-mix(in srgb,var(--store-line-strong) 70%,transparent);background:color-mix(in srgb,var(--store-surface) 96%,transparent);box-shadow:0 10px 28px rgba(16,24,40,.12)}.native-detail-price{align-items:center;margin-top:22px}.native-detail-price>div{display:grid;grid-template-columns:auto auto;align-items:end;gap:5px 12px}.native-detail-price del{grid-column:1/-1;color:var(--store-danger);font-size:14px;font-weight:760;line-height:1;opacity:1;text-decoration-thickness:2px}.native-detail-price strong{font-size:34px;font-weight:820}.native-detail-summary__utility>div{margin-left:auto}.native-detail-topbar__brand{display:flex;min-width:0;align-items:center;justify-content:center;gap:9px;color:var(--store-ink)}.native-detail-topbar__brand>span{position:relative;display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;overflow:hidden;border-radius:10px;background:var(--store-ink);color:var(--store-surface);font-size:10px;font-weight:850;letter-spacing:-.03em}.native-detail-topbar__brand img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:var(--store-surface)}.native-detail-topbar__brand strong{overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.recently-viewed-block{margin-top:clamp(44px,6vw,78px);padding-top:30px;border-top:1px solid var(--store-line)}.recently-viewed-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.recently-viewed-heading>div{display:grid;gap:5px}.recently-viewed-heading span{color:var(--store-accent);font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.recently-viewed-heading h2{margin:0;font-size:clamp(25px,3vw,38px);line-height:1.02;letter-spacing:-.045em}.recently-viewed-heading p{margin:2px 0 0;color:var(--store-muted);font-size:11px}.recently-viewed-heading>a{display:inline-flex;align-items:center;gap:8px;color:var(--store-ink);font-size:11px;font-weight:760;white-space:nowrap}.recently-viewed-heading>a i{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--store-line);border-radius:50%;font-style:normal}.recently-viewed-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.recently-viewed-grid .recent-card{min-width:0;border:1px solid var(--store-line)!important;border-radius:16px!important;background:var(--store-surface)!important;box-shadow:none!important}.recently-viewed-grid .recent-card>a{grid-template-columns:92px minmax(0,1fr)!important;gap:13px!important;padding:10px!important}.recently-viewed-grid .recent-card img,.recently-viewed-grid .recent-card>a>span{width:92px!important;height:92px!important;border-radius:12px!important;object-fit:contain!important;background:var(--store-surface-2)!important}.recently-viewed-grid .recent-card strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.recently-viewed-grid .recent-card b{font-size:12px}.account-auth-page{min-height:auto;padding:clamp(34px,5vw,72px) var(--store-page-gutter) clamp(46px,7vw,92px);background:var(--store-canvas)}.account-auth-layout{display:block;width:min(100%,570px);max-width:none;margin:0 auto;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.account-auth-aside{display:none!important}.account-auth-card{padding:clamp(28px,4vw,48px);border:1px solid var(--store-line);border-radius:24px;background:var(--store-surface);box-shadow:var(--store-shadow-sm)}.account-auth-card h1{margin:0 0 24px;font-size:clamp(30px,4vw,42px);line-height:1.02;letter-spacing:-.045em}.account-auth-card>p{max-width:48ch;margin:-12px 0 24px;color:var(--store-muted);font-size:11px;line-height:1.65}.account-auth-card .account-form{gap:15px}.account-auth-card .account-form label>span{font-size:11px;font-weight:760}.account-auth-forgot{justify-self:end;margin-top:-7px;color:var(--store-accent);font-size:10px;font-weight:760}.account-auth-forgot:hover{text-decoration:underline}.account-auth-invalid{display:grid;justify-items:start;gap:13px}.account-auth-invalid>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--store-accent-soft);color:var(--store-accent);font-weight:850}.account-auth-invalid h1,.account-auth-invalid p{margin:0}.account-auth-invalid p{color:var(--store-muted);font-size:11px;line-height:1.6}.mobile-sticky-purchase__prices{display:grid;min-width:0;gap:2px}.mobile-sticky-purchase__prices>span{display:flex;min-width:0;align-items:baseline;gap:7px;flex-wrap:wrap}.mobile-sticky-purchase__prices del{color:var(--store-danger);font-size:11px;font-weight:760;text-decoration-thickness:2px}.mobile-sticky-purchase__prices strong{font-weight:820}@media (max-width:1180px){.recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:900px){.app-header__account-action{display:none}.catalog-page--products{padding-top:0}.catalog-heading--products-mobile{display:block!important;margin:0;padding:20px var(--store-page-gutter) 8px!important}.catalog-heading--products-mobile h1{margin:0;font-size:26px!important;line-height:1.05;letter-spacing:-.04em}.catalog-page--products .catalog-control-bar{margin-top:0!important}.market-card--app-catalog .market-card__price strong{font-size:17px}.market-card--app-catalog .market-card__price del{font-size:11px}.market-card--app-catalog .market-card__body{gap:7px}.native-detail-topbar{grid-template-columns:42px minmax(0,1fr) 42px!important}.native-detail-topbar__actions{justify-content:flex-end}.native-detail-topbar__brand{justify-self:center;max-width:100%}.native-detail-topbar__brand>span{width:32px;height:32px;flex-basis:32px;border-radius:9px}.native-detail-topbar__brand strong{max-width:150px;font-size:12px}.native-detail-media-favorite{top:14px;right:14px;width:42px;height:42px;box-shadow:0 7px 20px rgba(16,24,40,.1)}.native-detail-price{display:none}.recently-viewed-block{width:calc(100% - (var(--store-page-gutter) * 2));margin-top:38px;padding-top:24px}.recently-viewed-heading{align-items:flex-start;margin-bottom:16px}.recently-viewed-heading h2{font-size:24px}.recently-viewed-heading p{display:none}.recently-viewed-heading>a{font-size:0}.recently-viewed-heading>a i{font-size:12px}.recently-viewed-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.recently-viewed-grid .recent-card>a{grid-template-columns:82px minmax(0,1fr)!important}.recently-viewed-grid .recent-card img,.recently-viewed-grid .recent-card>a>span{width:82px!important;height:82px!important}body.store-page--account.store-view--account-auth #store-main{min-height:auto}.account-auth-page{padding:22px var(--store-page-gutter) 46px;background:var(--store-surface)}.account-auth-card{padding:22px 0 0;border:0;border-radius:0;box-shadow:none}.account-auth-card h1{margin-bottom:22px;font-size:31px}.account-auth-card>p{margin-top:-10px;font-size:11px}.mobile-sticky-purchase .store-button{width:100%;min-height:46px!important;padding-inline:14px!important;border-radius:14px!important;font-size:12px!important}.mobile-sticky-purchase__prices strong{font-size:18px!important}}@media (max-width:520px){.catalog-page--products .catalog-grid--products{gap:26px 10px!important}.market-card--app-catalog .market-card__identity h3{font-size:13px}.market-card--app-catalog .market-card__price strong{font-size:15px}.market-card--app-catalog .market-card__price del{font-size:10px}.market-card--app-catalog .market-card__quick-add{width:38px;height:38px;min-width:38px}.native-detail-topbar__brand strong{max-width:116px}}:root{--store-checkout-success:#198754;--store-checkout-success-hover:#157347;--store-checkout-success-ink:#fff}html[data-theme="dark"],html[data-store-theme="dark"]{--store-checkout-success:#1f9d62;--store-checkout-success-hover:#198754;--store-checkout-success-ink:#fff}body.store-page--cart .cart-page{padding-top:clamp(24px,3vw,44px)}body.store-page--cart .cart-page-heading{display:grid!important;gap:13px!important;margin:0 0 18px!important}body.store-page--cart .cart-page-heading h1{margin:0!important;font-size:clamp(34px,4.2vw,54px)!important;line-height:1!important;letter-spacing:-.045em!important}body.store-page--cart .checkout-steps,body.store-page--cart .cart-mobile-dock{display:none!important}body.store-page--cart .cart-layout{grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr)!important;gap:22px!important}body.store-page--cart .cart-items-panel,body.store-page--cart .cart-summary{border:1px solid var(--store-line)!important;border-radius:22px!important;background:var(--store-surface)!important;box-shadow:var(--store-shadow-sm)!important}body.store-page--cart .cart-panel-heading{display:block!important;padding:20px 22px!important;border-bottom:1px solid var(--store-line)!important}body.store-page--cart .cart-panel-heading h2{display:flex!important;align-items:baseline!important;gap:9px!important;margin:0!important;color:var(--store-ink)!important;font-size:clamp(22px,2.3vw,30px)!important;line-height:1.1!important;letter-spacing:-.035em!important}body.store-page--cart .cart-panel-heading h2 small{color:var(--store-muted)!important;font-size:12px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}body.store-page--cart .cart-items{min-height:180px!important}body.store-page--cart .cart-row{display:grid!important;grid-template-columns:112px minmax(0,1fr) auto!important;grid-template-areas:"image content price"!important;align-items:center!important;gap:18px!important;min-width:0!important;padding:20px 22px!important;border:0!important;border-bottom:1px solid var(--store-line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body.store-page--cart .cart-row:last-child{border-bottom:0!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{grid-area:image!important;display:grid!important;width:112px!important;height:112px!important;place-items:center!important;overflow:hidden!important;border:1px solid var(--store-line)!important;border-radius:16px!important;background:var(--store-surface-2)!important;color:var(--store-accent)!important}body.store-page--cart .cart-row__image img{width:100%!important;height:100%!important;padding:9px!important;object-fit:contain!important}body.store-page--cart .cart-row__content{grid-area:content!important;display:grid!important;min-width:0!important;gap:15px!important}body.store-page--cart .cart-row__copy>small{display:none!important}body.store-page--cart .cart-row__copy h3{margin:0!important;font-size:clamp(17px,1.9vw,23px)!important;line-height:1.22!important;letter-spacing:-.025em!important}body.store-page--cart .cart-row__copy h3 a{color:var(--store-ink)!important}body.store-page--cart .cart-row__copy p{margin:8px 0 0!important;color:var(--store-ink)!important;font-size:13px!important;font-weight:720!important}body.store-page--cart .cart-row__copy p span{color:var(--store-muted)!important;font-weight:500!important}body.store-page--cart .cart-row__controls{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}body.store-page--cart .cart-qty{display:grid!important;grid-template-columns:38px 42px 38px!important;align-items:center!important;overflow:hidden!important;border:1px solid var(--store-line-strong)!important;border-radius:12px!important;background:var(--store-surface)!important}body.store-page--cart .cart-qty button{width:38px!important;height:38px!important;padding:0!important;border:0!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important;font-size:19px!important;line-height:1!important;cursor:pointer!important}body.store-page--cart .cart-qty strong{display:grid!important;height:38px!important;place-items:center!important;font-size:14px!important;font-weight:820!important}body.store-page--cart .cart-remove{display:inline-flex!important;min-height:38px!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:0 11px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--store-muted)!important;font-size:11px!important;font-weight:720!important;cursor:pointer!important}body.store-page--cart .cart-remove:hover{background:var(--store-surface-2)!important;color:var(--store-danger)!important}body.store-page--cart .cart-remove>span{font-size:17px!important;line-height:1!important}body.store-page--cart .cart-row__price{grid-area:price!important;display:grid!important;min-width:138px!important;justify-items:end!important;gap:5px!important;text-align:right!important}body.store-page--cart .cart-row__price small{color:var(--store-muted)!important;font-size:10px!important;font-weight:650!important}body.store-page--cart .cart-row__total{color:var(--store-ink)!important;font-size:clamp(20px,2vw,28px)!important;line-height:1!important;letter-spacing:-.035em!important;white-space:nowrap!important}body.store-page--cart .cart-continuation{padding:2px 3px 0!important}body.store-page--cart .cart-checkout-button,body.store-page--cart .cart-summary [data-checkout-demo]{display:inline-flex!important;min-height:50px!important;align-items:center!important;justify-content:center!important;border:1px solid transparent!important;border-radius:14px!important;background:var(--store-checkout-success)!important;color:var(--store-checkout-success-ink)!important;-webkit-text-fill-color:var(--store-checkout-success-ink)!important;font-size:13px!important;font-weight:820!important;box-shadow:0 10px 22px color-mix(in srgb,var(--store-checkout-success) 18%,transparent)!important}body.store-page--cart .cart-checkout-button:hover,body.store-page--cart .cart-summary [data-checkout-demo]:hover{background:var(--store-checkout-success-hover)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}body.store-page--cart .cart-checkout-button.is-disabled,body.store-page--cart .cart-summary [data-checkout-demo].is-disabled{opacity:.46!important;pointer-events:none!important}body.store-page--cart .app-page-topbar__button:first-child{width:44px!important;height:44px!important;border:1px solid color-mix(in srgb,var(--store-accent) 42%,var(--store-line))!important;background:var(--store-accent-soft)!important;color:var(--store-accent)!important;box-shadow:0 7px 18px color-mix(in srgb,var(--store-accent) 13%,transparent)!important}body.store-page--cart .app-page-topbar__button:first-child svg{width:23px!important;height:23px!important;stroke-width:2.35!important}@media (max-width:900px){body.store-page--cart #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 24px + env(safe-area-inset-bottom))!important}body.store-page--cart .cart-page{padding:0 0 28px!important;background:var(--store-surface)!important}body.store-page--cart .cart-page>.store-container{width:100%!important}body.store-page--cart .cart-page-heading{display:none!important}body.store-page--cart .cart-layout{display:block!important}body.store-page--cart .cart-items-panel{border-width:0 0 1px!important;border-radius:0!important;box-shadow:none!important}body.store-page--cart .cart-panel-heading{padding:18px var(--store-page-gutter) 14px!important}body.store-page--cart .cart-panel-heading h2{font-size:22px!important}body.store-page--cart .cart-panel-heading h2 small{font-size:11px!important}body.store-page--cart .cart-row{grid-template-columns:86px minmax(0,1fr)!important;grid-template-areas:"image content" "price price"!important;align-items:start!important;gap:13px!important;padding:16px var(--store-page-gutter)!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{width:86px!important;height:94px!important;border-radius:14px!important}body.store-page--cart .cart-row__content{gap:12px!important}body.store-page--cart .cart-row__copy h3{font-size:16px!important;line-height:1.25!important}body.store-page--cart .cart-row__copy p{margin-top:7px!important;font-size:12px!important}body.store-page--cart .cart-row__controls{gap:5px!important;justify-content:space-between!important}body.store-page--cart .cart-qty{grid-template-columns:34px 38px 34px!important;border-radius:11px!important}body.store-page--cart .cart-qty button{width:34px!important;height:36px!important;font-size:17px!important}body.store-page--cart .cart-qty strong{height:36px!important;font-size:13px!important}body.store-page--cart .cart-remove{min-height:36px!important;padding:0 4px!important;font-size:10px!important}body.store-page--cart .cart-row__price{display:flex!important;min-width:0!important;align-items:baseline!important;justify-content:space-between!important;padding-left:99px!important;text-align:left!important}body.store-page--cart .cart-row__price small{font-size:10px!important}body.store-page--cart .cart-row__total{font-size:20px!important}body.store-page--cart .cart-continuation{padding:14px var(--store-page-gutter) 0!important}body.store-page--cart .cart-continuation span{display:none!important}body.store-page--cart .cart-summary{position:static!important;margin:18px var(--store-page-gutter) 0!important;padding:18px!important;border-radius:18px!important;box-shadow:none!important}body.store-page--cart .cart-summary header h2{font-size:24px!important}body.store-page--cart .cart-summary__confidence{display:none!important}body.store-page--cart .cart-checkout-button,body.store-page--cart .cart-summary [data-checkout-demo]{min-height:52px!important;font-size:13px!important}body.store-page--account .store-mobile-nav{display:grid!important}body.store-page--account #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 22px + env(safe-area-inset-bottom))!important}body.store-page--account.store-flow--focused #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 22px + env(safe-area-inset-bottom))!important}body.store-page--account.store-view--account .account-page{padding:0 0 28px!important;background:var(--store-canvas)!important}body.store-page--account.store-view--account .account-layout{display:block!important;width:100%!important}body.store-page--account.store-view--account .account-sidebar{position:static!important;margin:0!important;padding:16px var(--store-page-gutter) 0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:var(--store-canvas)!important;box-shadow:none!important}body.store-page--account.store-view--account .account-identity{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;align-items:center!important;gap:13px!important;padding:16px!important;border:1px solid var(--store-line)!important;border-radius:18px!important;background:var(--store-surface)!important;box-shadow:var(--store-shadow-sm)!important}body.store-page--account.store-view--account .account-identity>span{width:56px!important;height:56px!important;border-radius:17px!important;font-size:19px!important}body.store-page--account.store-view--account .account-identity>div{min-width:0!important}body.store-page--account.store-view--account .account-identity strong{overflow:hidden!important;font-size:15px!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.store-page--account.store-view--account .account-identity small{margin-top:3px!important;font-size:11px!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.store-page--account.store-view--account .account-sidebar nav,body.store-page--account.store-view--account .account-sidebar>form{display:none!important}body.store-page--account.store-view--account .account-content{display:grid!important;gap:14px!important;padding-top:14px!important}body.store-page--account.store-view--account .account-content__header{display:block!important;margin:0 var(--store-page-gutter)!important;padding:18px!important;border:1px solid var(--store-line)!important;border-radius:18px!important;background:var(--store-surface)!important;box-shadow:none!important}body.store-page--account.store-view--account .account-content__header>div>span{display:none!important}body.store-page--account.store-view--account .account-content__header h1{margin:0 0 6px!important;font-size:28px!important;line-height:1.05!important;letter-spacing:-.035em!important}body.store-page--account.store-view--account .account-content__header p{margin:0!important;font-size:11px!important;line-height:1.55!important}body.store-page--account.store-view--account .account-content__header>a{display:none!important}body.store-page--account.store-view--account .account-mobile-section{display:grid!important;gap:7px!important;margin-top:15px!important}body.store-page--account.store-view--account .account-mobile-section>span{color:var(--store-muted)!important;font-size:10px!important;font-weight:720!important}body.store-page--account.store-view--account .account-mobile-section select{width:100%!important;height:46px!important;padding:0 13px!important;border:1px solid var(--store-line-strong)!important;border-radius:13px!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important;font-size:12px!important;font-weight:700!important}body.store-page--account.store-view--account .account-content>.account-panel,body.store-page--account.store-view--account .account-content>.account-overview-hero,body.store-page--account.store-view--account .account-content>.account-stat-grid,body.store-page--account.store-view--account .account-content>.account-overview-sections,body.store-page--account.store-view--account .account-content>.account-quick-grid,body.store-page--account.store-view--account .account-content>.account-two-column,body.store-page--account.store-view--account .account-content>.customer-wallet-dashboard,body.store-page--account.store-view--account .account-content>.wallet-schema-alert{margin-inline:var(--store-page-gutter)!important}body.store-page--account.store-view--account .account-panel,body.store-page--account.store-view--account .account-overview-hero,body.store-page--account.store-view--account .customer-wallet-hero{padding:18px!important;border-radius:18px!important;box-shadow:none!important}body.store-page--account.store-view--account .account-overview-hero{grid-template-columns:1fr!important;gap:16px!important}body.store-page--account.store-view--account .account-overview-kicker{font-size:9px!important}body.store-page--account.store-view--account .account-overview-hero h2,body.store-page--account.store-view--account .customer-wallet-summary h2{margin:7px 0 8px!important;font-size:26px!important;line-height:1.06!important}body.store-page--account.store-view--account .account-overview-hero p,body.store-page--account.store-view--account .customer-wallet-summary p{font-size:11px!important;line-height:1.55!important}body.store-page--account.store-view--account .account-overview-highlights,body.store-page--account.store-view--account .customer-wallet-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important}body.store-page--account.store-view--account .account-overview-highlights article,body.store-page--account.store-view--account .customer-wallet-metrics article{min-width:0!important;padding:11px!important}body.store-page--account.store-view--account .account-stat-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;overflow:visible!important}body.store-page--account.store-view--account .account-stat-grid article{min-width:0!important;padding:14px!important}body.store-page--account.store-view--account .account-overview-sections,body.store-page--account.store-view--account .account-two-column,body.store-page--account.store-view--account .account-quick-grid,body.store-page--account.store-view--account .customer-wallet-grid{grid-template-columns:1fr!important}body.store-page--account.store-view--account-auth .account-auth-page{padding-bottom:34px!important}}@media (max-width:520px){body.store-page--cart .cart-row__price{padding-left:0!important}body.store-page--account.store-view--account .account-overview-highlights,body.store-page--account.store-view--account .customer-wallet-metrics{grid-template-columns:1fr!important}}.store-discovery-rail{position:relative;z-index:80;width:100%;overflow:hidden;border-bottom:1px solid var(--store-line);background:var(--store-surface)}.store-discovery-rail__viewport{width:min(var(--store-container),100%);max-width:none;padding-inline:0}.store-discovery-rail__track{display:flex;align-items:stretch;gap:clamp(22px,2.3vw,38px);width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding-inline:max(var(--store-page-gutter),20px);scroll-padding-inline:max(var(--store-page-gutter),20px);scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.store-discovery-rail__track::-webkit-scrollbar{display:none}.store-discovery-rail__track>a,.store-discovery-rail__divider{flex:0 0 auto;min-height:52px}.store-discovery-rail__track>a{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--store-ink);font-size:12px;font-weight:760;line-height:1;letter-spacing:-.01em;text-decoration:none;white-space:nowrap;scroll-snap-align:start;transition:color .18s ease}.store-discovery-rail__track>a::after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px 999px 0 0;background:transparent;transform:scaleX(.45);transition:background .18s ease,transform .18s ease}.store-discovery-rail__track>a:hover,.store-discovery-rail__track>a:focus-visible,.store-discovery-rail__track>a[aria-current="page"]{color:var(--store-accent)}.store-discovery-rail__track>a:hover::after,.store-discovery-rail__track>a:focus-visible::after,.store-discovery-rail__track>a[aria-current="page"]::after{background:var(--store-accent);transform:scaleX(1)}.store-discovery-rail__priority{font-weight:820!important}.store-discovery-rail__divider{display:inline-flex;align-items:center;width:1px;min-height:22px;align-self:center;background:var(--store-line-strong,var(--store-line))}.app-header__menu-button,.mobile-nav-button,.app-drawer-layer{display:none!important}.app-header__nav{display:none!important}@media (min-width:901px){.app-header__bar{grid-template-columns:minmax(0,1fr) auto!important;gap:24px!important}.app-header__brand{justify-self:start}.app-header__actions{justify-self:end}.store-discovery-rail__viewport{width:min(var(--store-container),calc(100% - (var(--store-page-gutter) * 2)))}.store-discovery-rail__track{justify-content:flex-start;padding-inline:0}}@media (max-width:900px){.app-header__bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important}.app-header__brand{grid-column:1;min-width:0;justify-self:start}.app-header__mobile-theme{grid-column:2;margin-left:0!important}.app-header__mobile-cart{grid-column:3}.store-discovery-rail__track{gap:22px;padding-inline:max(var(--store-page-gutter),18px);scroll-padding-inline:max(var(--store-page-gutter),18px)}.store-discovery-rail__track>a,.store-discovery-rail__divider{min-height:48px}.store-discovery-rail__track>a{font-size:11px;font-weight:780}.store-discovery-rail__divider{min-height:20px}}@media (max-width:900px){body.store-page .app-header__bar{grid-template-columns:minmax(0,1fr) 42px!important}body.store-page .app-header__mobile-theme{grid-column:2!important;justify-self:end!important;display:grid!important;margin:0!important}body.store-page .app-header__mobile-cart{display:none!important}}.store-mobile-nav__cart-icon{position:relative;display:grid;place-items:center}.store-mobile-nav__cart-icon>svg{display:block}.store-mobile-nav__cart-icon>b{position:absolute!important;top:-7px!important;right:-10px!important;left:auto!important;display:grid!important;min-width:18px!important;height:18px!important;padding:0 5px!important;place-items:center!important;border:2px solid var(--store-surface)!important;border-radius:999px!important;background:var(--store-ink)!important;color:var(--store-surface)!important;font-size:9px!important;font-weight:850!important;line-height:1!important;box-shadow:none!important}.store-mobile-nav__cart-icon>b[hidden]{display:none!important}html[data-theme="dark"] .store-mobile-nav__cart-icon>b{background:var(--store-surface)!important;color:var(--store-ink)!important;border-color:var(--store-canvas)!important}body.store-page--cart .cart-page{padding:clamp(26px,4vw,56px) 0 110px!important;background:var(--store-canvas)!important}body.store-page--cart .cart-page-heading{display:grid!important;margin:0 0 20px!important}body.store-page--cart .cart-page-heading>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:12px 24px!important;padding:clamp(24px,4vw,42px)!important;border:1px solid var(--store-line)!important;border-radius:24px!important;background:var(--store-surface)!important}body.store-page--cart .cart-page-heading nav{grid-column:1/-1!important}body.store-page--cart .cart-page-heading>div>span{grid-column:1!important;color:var(--store-accent)!important;font-size:8px!important;font-weight:850!important;letter-spacing:.14em!important}body.store-page--cart .cart-page-heading h1{grid-column:1!important;margin:0!important;font-size:clamp(36px,5vw,62px)!important;line-height:.96!important;letter-spacing:-.055em!important}body.store-page--cart .cart-page-heading p{grid-column:1!important;max-width:620px!important;margin:0!important;color:var(--store-muted)!important;font-size:10px!important}body.store-page--cart .checkout-steps{grid-column:2!important;grid-row:2/5!important;display:flex!important}body.store-page--cart .cart-layout{grid-template-columns:minmax(0,1.5fr) minmax(330px,.5fr)!important;gap:22px!important}body.store-page--cart .cart-items-panel,body.store-page--cart .cart-summary{border-radius:20px!important}body.store-page--cart .cart-panel-heading{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;padding:20px 22px!important}body.store-page--cart .cart-panel-heading>div{display:grid!important;gap:4px!important}body.store-page--cart .cart-panel-heading>div>span{color:var(--store-accent)!important;font-size:8px!important;font-weight:850!important;letter-spacing:.13em!important}body.store-page--cart .cart-panel-heading h2{display:block!important;margin:0!important;font-size:22px!important}body.store-page--cart .cart-panel-count{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:7px 10px!important;border-radius:999px!important;background:var(--store-surface-2)!important;font-size:9px!important;white-space:nowrap!important}body.store-page--cart .cart-row{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-areas:"image content"!important;align-items:stretch!important;gap:18px!important;padding:18px 22px!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{width:112px!important;height:124px!important;align-self:start!important}body.store-page--cart .cart-row__content{display:grid!important;grid-area:content!important;grid-template-rows:auto auto auto 1fr!important;gap:7px!important;min-width:0!important}body.store-page--cart .cart-row__heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}body.store-page--cart .cart-row__heading>span{padding:5px 7px!important;border-radius:999px!important;background:var(--store-accent-soft)!important;color:var(--store-accent)!important;font-size:7px!important;font-weight:850!important;text-transform:uppercase!important}body.store-page--cart .cart-row__content>h3{margin:0!important;font-size:clamp(16px,1.6vw,20px)!important;line-height:1.25!important;letter-spacing:-.025em!important}body.store-page--cart .cart-row__content>h3 a{color:var(--store-ink)!important}body.store-page--cart .cart-row__unit-price{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important;color:var(--store-muted)!important;font-size:9px!important}body.store-page--cart .cart-row__unit-price strong{color:var(--store-ink)!important;font-size:10px!important}body.store-page--cart .cart-row__footer{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;margin-top:auto!important;padding-top:12px!important;border-top:1px solid var(--store-line)!important}body.store-page--cart .cart-row__quantity{display:flex!important;align-items:center!important;gap:10px!important}body.store-page--cart .cart-row__quantity>span{color:var(--store-muted)!important;font-size:8px!important}body.store-page--cart .cart-qty{grid-template-columns:36px 42px 36px!important;border-radius:11px!important}body.store-page--cart .cart-qty button{width:36px!important;height:36px!important}body.store-page--cart .cart-qty output{display:grid!important;height:36px!important;place-items:center!important;font-size:12px!important;font-weight:850!important}body.store-page--cart .cart-remove{min-height:32px!important;padding:0 7px!important;border:1px solid transparent!important}body.store-page--cart .cart-remove svg{width:15px!important;height:15px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.store-page--cart .cart-remove b{font-size:8px!important}body.store-page--cart .cart-row__price{display:grid!important;grid-area:auto!important;min-width:0!important;justify-items:end!important;gap:3px!important;padding:0!important;text-align:right!important}body.store-page--cart .cart-row__price small{font-size:8px!important}body.store-page--cart .cart-row__total{font-size:20px!important}body.store-page--cart .cart-summary{padding:22px!important}body.store-page--cart .cart-summary__note{margin:14px 0 0!important;color:var(--store-muted)!important;font-size:8px!important;line-height:1.55!important;text-align:center!important}body.store-page--cart .cart-mobile-dock{display:none!important}@media (max-width:900px){body.store-page--cart #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 94px + env(safe-area-inset-bottom))!important}body.store-page--cart .cart-page{padding:0 0 30px!important;background:var(--store-surface)!important}body.store-page--cart .cart-page-heading{display:block!important;margin:0!important;padding:14px var(--store-page-gutter) 12px!important;border-bottom:1px solid var(--store-line)!important}body.store-page--cart .cart-page-heading>div{display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}body.store-page--cart .cart-page-heading nav,body.store-page--cart .cart-page-heading>div>span,body.store-page--cart .cart-page-heading p,body.store-page--cart .checkout-steps{display:none!important}body.store-page--cart .cart-page-heading h1{display:block!important;font-size:28px!important}body.store-page--cart .cart-layout{display:block!important}body.store-page--cart .cart-panel-heading{padding:16px var(--store-page-gutter) 13px!important}body.store-page--cart .cart-panel-heading h2{font-size:19px!important}body.store-page--cart .cart-row{grid-template-columns:86px minmax(0,1fr)!important;grid-template-areas:"image content"!important;align-items:start!important;gap:12px!important;padding:14px var(--store-page-gutter)!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{width:86px!important;height:96px!important}body.store-page--cart .cart-row__content{gap:5px!important}body.store-page--cart .cart-row__heading>span{font-size:6px!important}body.store-page--cart .cart-row__content>h3{font-size:15px!important}body.store-page--cart .cart-row__footer{align-items:center!important;gap:8px!important;padding-top:9px!important}body.store-page--cart .cart-row__quantity{gap:6px!important}body.store-page--cart .cart-row__quantity>span{display:none!important}body.store-page--cart .cart-qty{grid-template-columns:32px 36px 32px!important}body.store-page--cart .cart-qty button,body.store-page--cart .cart-qty output{width:auto!important;height:34px!important}body.store-page--cart .cart-remove{padding:0 3px!important}.cart-remove b{display:none!important}body.store-page--cart .cart-row__price{display:grid!important;min-width:0!important;padding:0!important}body.store-page--cart .cart-row__price small{font-size:7px!important}body.store-page--cart .cart-row__total{font-size:16px!important}body.store-page--cart .cart-continuation{padding:12px var(--store-page-gutter) 0!important}body.store-page--cart .cart-summary{margin:16px var(--store-page-gutter) 0!important;padding:18px!important}body.store-page--cart .cart-summary .cart-checkout-button{display:none!important}body.store-page--cart .cart-mobile-dock{position:fixed!important;right:0!important;bottom:calc(var(--store-mobile-nav-h) + env(safe-area-inset-bottom))!important;left:0!important;z-index:228!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:10px max(var(--store-page-gutter),env(safe-area-inset-right)) 10px max(var(--store-page-gutter),env(safe-area-inset-left))!important;border-top:1px solid var(--store-line)!important;background:color-mix(in srgb,var(--store-surface) 95%,transparent)!important;box-shadow:0 -12px 30px rgba(15,23,42,.09)!important;backdrop-filter:blur(18px)!important}body.store-page--cart .cart-mobile-dock>div{display:grid!important}.cart-mobile-dock small{color:var(--store-muted)!important;font-size:8px!important}.cart-mobile-dock strong{font-size:17px!important}body.store-page--cart .cart-mobile-dock>a{display:inline-flex!important;min-height:46px!important;align-items:center!important;justify-content:center!important;padding:0 19px!important;border-radius:13px!important;background:var(--store-checkout-success)!important;color:#fff!important;font-size:10px!important;font-weight:850!important}body.store-page--cart .cart-mobile-dock>a.is-disabled{opacity:.45!important;pointer-events:none!important}}@media (max-width:520px){body.store-page--cart .cart-panel-heading>div>span{display:none!important}body.store-page--cart .cart-row{grid-template-columns:78px minmax(0,1fr)!important;gap:10px!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{width:78px!important;height:88px!important}body.store-page--cart .cart-row__unit-price{font-size:8px!important}body.store-page--cart .cart-row__footer{flex-wrap:wrap!important}}#store-main,#store-main:where(section,article,aside,div,form,fieldset,nav){min-width:0}#store-main:where(h1,h2,h3,h4,p,li,dt,dd,label,strong,small){overflow-wrap:break-word}#store-main:where(h1,h2,h3){text-wrap:balance}#store-main:where(p,li,dd){text-wrap:pretty}#store-main:where(img,video,canvas,svg){max-width:100%}#store-main:where(input,select,textarea,button){max-width:100%}@media (min-width:861px) and (max-width:1280px){#store-main:where(.store-container){width:min(calc(100% - 32px),var(--store-container,1440px))}}@media (max-width:860px){#store-main:where(h1){line-height:1.02}#store-main:where(h2,h3){line-height:1.08}}@media (min-width:901px){body.store-page .market-header.app-header{min-height:72px;border-bottom:1px solid var(--store-line)!important;background:color-mix(in srgb,var(--store-surface) 94%,transparent)!important}body.store-page .market-header.app-header>.store-container.app-header__bar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-areas:"brand unified actions"!important;align-items:center!important;gap:clamp(16px,1.8vw,28px)!important;min-height:72px!important;padding-block:0!important}body.store-page .app-header__brand{grid-area:brand!important;min-width:max-content!important;justify-self:start!important}body.store-page .app-header__brand-name{display:block!important;max-width:160px!important;overflow:hidden!important;font-size:14px!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.store-page .app-header__nav--unified{grid-area:unified!important;display:flex!important;min-width:0!important;min-height:72px!important;align-items:stretch!important;justify-content:flex-start!important;gap:clamp(16px,1.55vw,28px)!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px!important;scrollbar-width:none!important;scroll-snap-type:x proximity}body.store-page .app-header__nav--unified::-webkit-scrollbar{display:none!important}body.store-page .app-header__nav--unified>a{display:inline-flex!important;flex:0 0 auto!important;min-height:72px!important;align-items:center!important;padding:0!important;color:var(--store-ink)!important;font-size:12px!important;font-weight:740!important;line-height:1!important;white-space:nowrap!important;scroll-snap-align:start}body.store-page .app-header__nav--unified>a::after{right:0!important;bottom:0!important;left:0!important;height:2px!important}body.store-page .app-header__nav--unified>.app-header__priority-link{font-weight:850!important}body.store-page .app-header__nav--unified>.app-header__nav-divider{display:block!important;flex:0 0 1px!important;width:1px!important;height:24px!important;align-self:center!important;background:var(--store-line-strong,var(--store-line))!important}body.store-page .app-header__actions{grid-area:actions!important;display:flex!important;min-width:max-content!important;justify-self:end!important}body.store-page .app-header__utility{display:flex!important;align-items:center!important;gap:8px!important}body.store-page .app-header__account-action{min-height:42px!important;padding-inline:14px!important;border-radius:999px!important}body.store-page .header-icon-button{width:42px!important;height:42px!important;min-width:42px!important}body.store-page .store-discovery-rail{display:none!important}}@media (min-width:901px) and (max-width:1180px){body.store-page .market-header.app-header>.store-container.app-header__bar{gap:14px!important}body.store-page .app-header__brand-name{display:none!important}body.store-page .app-header__nav--unified{gap:17px!important}body.store-page .app-header__nav--unified>a{font-size:11px!important}body.store-page .app-header__account-action{width:42px!important;padding:0!important;justify-content:center!important}body.store-page .app-header__account-action span{display:none!important}}@media (max-width:900px){body.store-page .store-discovery-rail{min-height:50px!important;overflow:hidden!important}body.store-page .store-discovery-rail__viewport{width:100%!important;max-width:100%!important;padding:0!important}body.store-page .store-discovery-rail__track{min-height:50px!important;align-items:center!important;gap:24px!important;padding:0 max(16px,var(--store-page-gutter))!important;scroll-padding-inline:max(16px,var(--store-page-gutter))!important}body.store-page .store-discovery-rail__track>a{display:inline-flex!important;min-height:50px!important;align-items:center!important;justify-content:center!important;padding:0!important;font-size:12px!important;line-height:1!important}body.store-page .store-discovery-rail__divider{width:1px!important;min-height:22px!important;height:22px!important;margin:0!important}}body.store-page--products .catalog-heading--products-mobile{display:none!important}body.store-page--products .catalog-page{padding-top:clamp(14px,2vw,24px)!important}body.store-page .native-detail-media-actions{position:absolute;top:20px;right:20px;z-index:12;display:grid;justify-items:end;gap:10px}body.store-page .native-detail-media-actions .native-detail-media-favorite{position:static!important;top:auto!important;right:auto!important;width:46px!important;height:46px!important;min-width:46px!important;margin:0!important}body.store-page .native-detail-media-enlarge{display:inline-flex;min-width:84px;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid color-mix(in srgb,var(--store-line-strong) 76%,transparent);border-radius:999px;background:color-mix(in srgb,var(--store-surface) 96%,transparent);color:var(--store-ink);font:inherit;font-size:11px;font-weight:820;cursor:pointer;box-shadow:0 10px 28px rgba(16,24,40,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .18s ease,border-color .18s ease,background .18s ease}body.store-page .native-detail-media-enlarge:hover{transform:translateY(-1px);border-color:var(--store-accent);background:var(--store-surface)}body.store-page .native-detail-media-enlarge svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media (max-width:700px){body.store-page .native-detail-media-actions{top:14px;right:14px;gap:8px}body.store-page .native-detail-media-actions .native-detail-media-favorite{width:42px!important;height:42px!important;min-width:42px!important}body.store-page .native-detail-media-enlarge{min-width:74px;min-height:36px;padding-inline:10px;font-size:10px;box-shadow:0 7px 20px rgba(16,24,40,.1)}body.store-page .native-detail-media-enlarge svg{width:15px;height:15px}}@media (min-width:901px){body.store-page .app-header__utility{display:flex!important;align-items:center!important;gap:12px!important}body.store-page .app-header__action-cluster{display:flex;align-items:center;gap:7px}body.store-page .app-header__utility-action,body.store-page .app-header__account-action.app-header__utility-action{position:relative;display:inline-flex!important;width:auto!important;min-width:0!important;min-height:42px!important;height:42px!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0!important;padding:0 13px!important;border:1px solid var(--store-line)!important;border-radius:999px!important;background:var(--store-surface)!important;color:var(--store-ink)!important;font-size:11px!important;font-weight:760!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}body.store-page .app-header__utility-action:hover,body.store-page .app-header__account-action.app-header__utility-action:hover{border-color:var(--store-line-strong)!important;background:var(--store-surface-2)!important;transform:translateY(-1px)!important}body.store-page .app-header__utility-action svg,body.store-page .app-header__account-action.app-header__utility-action svg{width:18px!important;height:18px!important;flex:0 0 18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.store-page .app-header__utility-action.utility-cart b{position:static!important;display:grid!important;min-width:22px!important;height:22px!important;padding:0 6px!important;place-items:center!important;border:0!important;border-radius:999px!important;background:var(--store-accent)!important;color:var(--store-accent-ink)!important;font-size:9px!important;font-weight:850!important;line-height:1!important}body.store-page .app-header__utility-divider{display:block;width:1px;height:26px;flex:0 0 1px;background:var(--store-line-strong)}body.store-page .app-header__desktop-theme{display:grid!important;width:42px!important;height:42px!important;min-width:42px!important;margin:0!important;place-items:center!important;border:1px solid var(--store-line)!important;border-radius:50%!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important}body.store-page .app-header__desktop-theme:hover{border-color:var(--store-line-strong)!important;background:var(--store-surface)!important;transform:rotate(7deg)}body.store-page .app-header__mobile-theme{display:none!important}}@media (min-width:901px) and (max-width:1180px){body.store-page .app-header__utility-action,body.store-page .app-header__account-action.app-header__utility-action{width:42px!important;min-width:42px!important;padding:0!important}body.store-page .app-header__utility-action>span,body.store-page .app-header__account-action.app-header__utility-action>span{display:none!important}body.store-page .app-header__utility-action.utility-cart b{position:absolute!important;top:-5px!important;right:-5px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;border:2px solid var(--store-surface)!important}}body.store-page .market-card--products .market-card__media{display:grid!important;place-items:center!important;background:var(--store-surface-2)!important}body.store-page .market-card--products .market-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:clamp(8px,1vw,16px)!important;transform:none!important}body.store-page .market-card--products:hover .market-card__media img{transform:scale(1.018)!important}body.store-page .market-card__price del,body.store-page .native-detail-price del,body.store-page .mobile-sticky-purchase del{display:inline-flex!important;align-items:center!important;padding:2px 5px!important;border-radius:6px!important;background:var(--store-surface-2)!important;color:var(--store-muted)!important;opacity:1!important;text-decoration-line:line-through!important;text-decoration-color:color-mix(in srgb,var(--store-ink) 72%,transparent)!important;text-decoration-thickness:1.4px!important;text-decoration-skip-ink:none!important}@media (max-width:900px){body.store-page .market-card__purchase{min-width:42px!important}body.store-page .market-card__quick-add,body.store-page .market-card--app-catalog .market-card__quick-add{display:grid!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;aspect-ratio:1!important;place-items:center!important;flex:0 0 42px!important;padding:0!important;border-radius:13px!important;line-height:1!important;transform:none!important}body.store-page .market-card__quick-add-icon{display:grid!important;width:21px!important;height:21px!important;place-items:center!important;font-size:19px!important;line-height:1!important}body.store-page .market-card__quick-add-icon svg{display:block!important;width:20px!important;height:20px!important}}@media (max-width:420px){body.store-page .market-card__quick-add,body.store-page .market-card--app-catalog .market-card__quick-add{width:39px!important;min-width:39px!important;height:39px!important;min-height:39px!important;flex-basis:39px!important}}body.store-page .native-detail-media-actions{top:18px!important;right:18px!important;display:block!important}body.store-page .native-detail-gallery-tools{grid-column:1/-1!important;display:flex!important;justify-content:flex-end!important;width:100%!important;margin-top:-4px!important}body.store-page .native-detail-media-enlarge{position:static!important;right:auto!important;bottom:auto!important;z-index:auto!important;display:grid!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;place-items:center!important;gap:0!important;padding:0!important;border:1px solid color-mix(in srgb,var(--store-line-strong) 76%,transparent)!important;border-radius:50%!important;background:color-mix(in srgb,var(--store-surface) 94%,transparent)!important;color:var(--store-ink)!important;box-shadow:0 10px 28px rgba(16,24,40,.12)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}body.store-page .native-detail-media-enlarge:hover{border-color:var(--store-accent)!important;background:var(--store-surface)!important;color:var(--store-accent)!important;transform:translateY(-1px)!important}body.store-page .native-detail-media-enlarge svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.store-page .native-detail-media-enlarge span{display:none!important}@media (max-width:900px){body.store-view--detail .native-detail-topbar__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important}body.store-view--detail .native-detail-topbar__theme{display:grid!important;flex:0 0 40px!important}body.store-view--detail .native-detail-gallery-tools{width:calc(100% - (var(--store-page-gutter) * 2))!important;margin:10px auto 0!important}body.store-view--detail .native-detail-media-enlarge{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;box-shadow:0 7px 20px rgba(16,24,40,.1)!important}body.store-view--detail .store-mobile-nav{display:grid!important;z-index:220!important;opacity:1!important;visibility:visible!important;transform:translateY(0)!important;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .2s ease!important;will-change:transform}body.store-view--detail #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 92px + env(safe-area-inset-bottom))!important}body.store-view--detail .mobile-sticky-purchase{bottom:calc(var(--store-mobile-nav-h) + env(safe-area-inset-bottom))!important;z-index:218!important;grid-template-columns:minmax(0,1fr) minmax(138px,46%)!important;overflow:hidden!important;transition:bottom .26s cubic-bezier(.22,1,.36,1),padding .26s cubic-bezier(.22,1,.36,1),grid-template-columns .26s cubic-bezier(.22,1,.36,1),box-shadow .22s ease!important;will-change:bottom,grid-template-columns,padding}body.store-view--detail .mobile-sticky-purchase__prices{justify-items:start!important;transition:transform .26s cubic-bezier(.22,1,.36,1)!important}body.store-view--detail .mobile-sticky-purchase__prices small{max-height:18px!important;opacity:1!important;overflow:hidden!important;transition:max-height .2s ease,opacity .16s ease!important}body.store-view--detail .mobile-sticky-purchase__prices>span{width:100%!important;justify-content:flex-start!important;transition:justify-content .2s ease!important}body.store-view--detail .mobile-sticky-purchase>.store-button{min-width:0!important;overflow:hidden!important;transform:translateY(0)!important;transform-origin:bottom right!important;transition:width .24s cubic-bezier(.22,1,.36,1),min-height .24s cubic-bezier(.22,1,.36,1),padding .24s cubic-bezier(.22,1,.36,1),opacity .16s ease,transform .26s cubic-bezier(.22,1,.36,1)!important}}@keyframes ch-cart-icon-feedback{0%{transform:scale(1)}38%{transform:scale(1.2) translateY(-2px)}70%{transform:scale(.96)}100%{transform:scale(1)}}@keyframes ch-cart-badge-feedback{0%{transform:scale(.72);opacity:.35}50%{transform:scale(1.24);opacity:1}100%{transform:scale(1);opacity:1}}@media (max-width:900px){.store-mobile-nav__cart.is-cart-updated .store-mobile-nav__cart-icon{animation:ch-cart-icon-feedback .58s cubic-bezier(.22,1,.36,1)}.store-mobile-nav__cart.is-cart-updated [data-cart-count]{animation:ch-cart-badge-feedback .58s cubic-bezier(.22,1,.36,1)}}body.store-page--cart #store-main{padding-bottom:0!important}body.store-page--cart .app-page-topbar{z-index:500!important}body.store-page--cart .cart-page{padding:clamp(24px,3.8vw,54px) 0 clamp(42px,6vw,82px)!important;background:var(--store-canvas)!important}body.store-page--cart .cart-page__shell{width:min(920px,calc(100% - (var(--store-page-gutter) * 2)))!important;max-width:920px!important}body.store-page--cart .cart-page-heading{display:grid!important;gap:15px!important;margin:0 0 24px!important;padding:0!important;border:0!important;background:transparent!important}body.store-page--cart .cart-page-heading__copy{display:grid!important;gap:7px!important;padding:0!important}body.store-page--cart .cart-page-heading__copy>span{color:var(--store-accent)!important;font-size:10px!important;font-weight:850!important;letter-spacing:.13em!important}body.store-page--cart .cart-page-heading h1{margin:0!important;color:var(--store-ink)!important;font-size:clamp(38px,5vw,58px)!important;line-height:.98!important;letter-spacing:-.052em!important}body.store-page--cart .cart-page-heading p{max-width:650px!important;margin:0!important;color:var(--store-muted)!important;font-size:13px!important;line-height:1.6!important}body.store-page--cart .cart-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;width:100%!important}body.store-page--cart .cart-items-panel,body.store-page--cart .cart-coupon-card,body.store-page--cart .cart-summary{position:static!important;width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--store-line)!important;border-radius:26px!important;background:var(--store-surface)!important;box-shadow:0 18px 50px rgba(16,24,40,.07)!important}body.store-page--cart .cart-panel-heading,body.store-page--cart .cart-coupon-card>header,body.store-page--cart .cart-summary>header{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin:0!important;padding:22px 24px 18px!important;border-bottom:1px solid var(--store-line)!important}body.store-page--cart .cart-panel-heading>div,body.store-page--cart .cart-coupon-card>header,body.store-page--cart .cart-summary>header{min-width:0!important}body.store-page--cart .cart-panel-heading span,body.store-page--cart .cart-coupon-card>header span,body.store-page--cart .cart-summary>header span{color:var(--store-accent)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}body.store-page--cart .cart-panel-heading h2,body.store-page--cart .cart-coupon-card h2,body.store-page--cart .cart-summary h2{margin:4px 0 0!important;color:var(--store-ink)!important;font-size:23px!important;line-height:1.15!important;letter-spacing:-.025em!important}body.store-page--cart .cart-panel-count{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:8px 11px!important;border-radius:999px!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important;font-size:10px!important;white-space:nowrap!important}body.store-page--cart .cart-row{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;grid-template-areas:"image content"!important;align-items:stretch!important;gap:20px!important;padding:18px 22px!important;border-bottom:1px solid var(--store-line)!important;background:var(--store-surface)!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{grid-area:image!important;display:grid!important;width:132px!important;height:132px!important;place-items:center!important;overflow:hidden!important;border:1px solid var(--store-line)!important;border-radius:20px!important;background:var(--store-surface-2)!important}body.store-page--cart .cart-row__image img{width:100%!important;height:100%!important;padding:10px!important;object-fit:contain!important;object-position:center!important}body.store-page--cart .cart-row__content{grid-area:content!important;display:grid!important;grid-template-rows:auto auto auto 1fr!important;gap:7px!important;min-width:0!important}body.store-page--cart .cart-row__heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}body.store-page--cart .cart-row__heading>span{padding:5px 8px!important;border-radius:999px!important;background:var(--store-accent-soft)!important;color:var(--store-accent)!important;font-size:8px!important;font-weight:850!important;letter-spacing:.05em!important;text-transform:uppercase!important}body.store-page--cart .cart-row__content>h3{margin:0!important;color:var(--store-ink)!important;font-size:20px!important;line-height:1.24!important;letter-spacing:-.025em!important}body.store-page--cart .cart-row__content>h3 a{color:inherit!important}body.store-page--cart .cart-row__unit-price{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important;color:var(--store-muted)!important;font-size:10px!important}body.store-page--cart .cart-row__unit-price strong{color:var(--store-ink)!important;font-size:11px!important}body.store-page--cart .cart-row__footer{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;margin-top:auto!important;padding-top:13px!important;border-top:1px solid var(--store-line)!important}body.store-page--cart .cart-row__quantity>span{color:var(--store-muted)!important;font-size:9px!important}body.store-page--cart .cart-qty{display:grid!important;grid-template-columns:38px 42px 38px!important;overflow:hidden!important;border:1px solid var(--store-line-strong)!important;border-radius:12px!important;background:var(--store-surface)!important}body.store-page--cart .cart-qty button,body.store-page--cart .cart-qty output{display:grid!important;width:auto!important;height:38px!important;place-items:center!important;border:0!important;background:transparent!important;color:var(--store-ink)!important}body.store-page--cart .cart-qty button{cursor:pointer!important;font-size:17px!important}body.store-page--cart .cart-qty button:hover{background:var(--store-surface-2)!important}body.store-page--cart .cart-qty output{font-size:12px!important;font-weight:850!important}body.store-page--cart .cart-row__price{display:grid!important;justify-items:end!important;gap:3px!important;text-align:right!important}body.store-page--cart .cart-row__price small{color:var(--store-muted)!important;font-size:8px!important}body.store-page--cart .cart-row__total{color:var(--store-ink)!important;font-size:21px!important;letter-spacing:-.025em!important}body.store-page--cart .cart-remove{display:inline-flex!important;min-height:34px!important;align-items:center!important;gap:6px!important;padding:0 8px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:var(--store-muted)!important;cursor:pointer!important}body.store-page--cart .cart-remove:hover{border-color:var(--store-line)!important;background:var(--store-surface-2)!important;color:var(--store-danger)!important}body.store-page--cart .cart-remove svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.store-page--cart .cart-remove b{font-size:9px!important}body.store-page--cart .cart-continuation{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:0 6px!important;color:var(--store-muted)!important;font-size:10px!important}body.store-page--cart .cart-continuation a{color:var(--store-ink)!important;font-weight:760!important}body.store-page--cart .cart-coupon-card{padding-bottom:22px!important}body.store-page--cart .cart-coupon{display:grid!important;gap:8px!important;margin:0!important;padding:20px 24px 0!important}body.store-page--cart .cart-coupon>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}body.store-page--cart .cart-coupon input{width:100%!important;height:50px!important;padding:0 15px!important;border:1px solid var(--store-line-strong)!important;border-radius:14px!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important;outline:0!important}body.store-page--cart .cart-coupon input:focus{border-color:var(--store-accent)!important;box-shadow:0 0 0 3px var(--store-accent-soft)!important}body.store-page--cart .cart-coupon button{min-width:112px!important;height:50px!important;padding:0 18px!important;border:0!important;border-radius:14px!important;background:var(--store-ink)!important;color:var(--store-surface)!important;font-size:11px!important;font-weight:850!important;cursor:pointer!important}body.store-page--cart .cart-coupon small{color:var(--store-muted)!important;font-size:9px!important;line-height:1.45!important}body.store-page--cart .cart-coupon small.is-success{color:var(--store-success)!important;font-weight:720!important}body.store-page--cart .cart-summary{padding-bottom:24px!important}body.store-page--cart .shipping-progress{display:grid!important;gap:10px!important;margin:20px 24px 0!important;padding:15px!important;border-radius:15px!important;background:var(--store-surface-2)!important}body.store-page--cart .shipping-progress>div{display:flex!important;justify-content:space-between!important;gap:12px!important;color:var(--store-muted)!important;font-size:10px!important}body.store-page--cart .shipping-progress>div strong{color:var(--store-ink)!important}body.store-page--cart .shipping-progress i{display:block!important;height:6px!important;overflow:hidden!important;border-radius:999px!important;background:var(--store-line)!important}body.store-page--cart .shipping-progress i b{display:block!important;width:0;height:100%!important;border-radius:inherit!important;background:var(--store-accent)!important;transition:width .3s ease!important}body.store-page--cart .cart-summary__rows{display:grid!important;gap:13px!important;margin:20px 24px 0!important;padding:18px 0!important;border-top:1px solid var(--store-line)!important;border-bottom:1px solid var(--store-line)!important}body.store-page--cart .cart-summary__rows>div,body.store-page--cart .cart-summary__total{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}body.store-page--cart .cart-summary__rows>div{color:var(--store-muted)!important;font-size:12px!important}body.store-page--cart .cart-summary__rows strong{color:var(--store-ink)!important;font-size:12px!important}body.store-page--cart .cart-summary__total{align-items:flex-end!important;margin:0 24px!important;padding:20px 0!important}body.store-page--cart .cart-summary__total span{display:grid!important;gap:4px!important;color:var(--store-ink)!important;font-size:13px!important;font-weight:760!important}body.store-page--cart .cart-summary__total small{color:var(--store-muted)!important;font-size:9px!important;font-weight:520!important}body.store-page--cart .cart-summary__total strong{color:var(--store-ink)!important;font-size:32px!important;line-height:1!important;letter-spacing:-.045em!important}body.store-page--cart .cart-summary .cart-checkout-button{display:inline-flex!important;width:calc(100% - 48px)!important;min-height:56px!important;align-items:center!important;justify-content:center!important;margin:0 24px!important;border-radius:16px!important;font-size:12px!important;font-weight:850!important}body.store-page--cart .cart-summary .cart-checkout-button.is-disabled{opacity:.45!important;pointer-events:none!important}body.store-page--cart .cart-summary__note{margin:13px 24px 0!important;color:var(--store-muted)!important;font-size:9px!important;line-height:1.55!important;text-align:center!important}@media (max-width:900px){body.store-page--cart #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 24px + env(safe-area-inset-bottom))!important}body.store-page--cart .cart-page{padding:0 0 26px!important}body.store-page--cart .cart-page__shell{width:100%!important;max-width:none!important}body.store-page--cart .cart-page-heading{display:none!important}body.store-page--cart .cart-layout{gap:13px!important;padding:14px var(--store-page-gutter) 0!important}body.store-page--cart .cart-items-panel,body.store-page--cart .cart-coupon-card,body.store-page--cart .cart-summary{border-radius:21px!important;box-shadow:none!important}body.store-page--cart .cart-panel-heading,body.store-page--cart .cart-coupon-card>header,body.store-page--cart .cart-summary>header{padding:17px 16px 14px!important}body.store-page--cart .cart-panel-heading h2,body.store-page--cart .cart-coupon-card h2,body.store-page--cart .cart-summary h2{font-size:19px!important}body.store-page--cart .cart-row{grid-template-columns:94px minmax(0,1fr)!important;gap:12px!important;padding:14px!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{width:94px!important;height:106px!important;border-radius:16px!important}body.store-page--cart .cart-row__image img{padding:7px!important}body.store-page--cart .cart-row__content{gap:5px!important}body.store-page--cart .cart-row__heading>span{font-size:7px!important}body.store-page--cart .cart-row__content>h3{font-size:15px!important;line-height:1.28!important}body.store-page--cart .cart-row__unit-price{font-size:8px!important}body.store-page--cart .cart-row__footer{align-items:center!important;gap:8px!important;padding-top:9px!important}body.store-page--cart .cart-row__quantity>span{display:none!important}body.store-page--cart .cart-qty{grid-template-columns:32px 36px 32px!important;border-radius:11px!important}body.store-page--cart .cart-qty button,body.store-page--cart .cart-qty output{height:34px!important}body.store-page--cart .cart-row__price small{font-size:7px!important}body.store-page--cart .cart-row__total{font-size:16px!important}body.store-page--cart .cart-remove{min-height:32px!important;padding:0 4px!important}body.store-page--cart .cart-remove b{display:none!important}body.store-page--cart .cart-continuation{padding:0 4px!important}body.store-page--cart .cart-continuation span{display:none!important}body.store-page--cart .cart-coupon-card{padding-bottom:17px!important}body.store-page--cart .cart-coupon{padding:16px 16px 0!important}body.store-page--cart .cart-coupon input,body.store-page--cart .cart-coupon button{height:48px!important}body.store-page--cart .cart-coupon button{min-width:92px!important;padding-inline:14px!important}body.store-page--cart .cart-summary{padding-bottom:18px!important}body.store-page--cart .shipping-progress{margin:16px 16px 0!important}body.store-page--cart .cart-summary__rows{margin:16px 16px 0!important}body.store-page--cart .cart-summary__total{margin:0 16px!important;padding:18px 0!important}body.store-page--cart .cart-summary__total strong{font-size:27px!important}body.store-page--cart .cart-summary .cart-checkout-button{width:calc(100% - 32px)!important;min-height:54px!important;margin:0 16px!important}body.store-page--cart .cart-summary__note{margin:12px 16px 0!important}}@media (max-width:420px){body.store-page--cart .cart-layout{padding-inline:10px!important}body.store-page--cart .cart-row{grid-template-columns:82px minmax(0,1fr)!important;gap:10px!important;padding:12px!important}body.store-page--cart .cart-row__image,body.store-page--cart .cart-row__icon{width:82px!important;height:94px!important}body.store-page--cart .cart-row__heading>span{display:none!important}body.store-page--cart .cart-row__content>h3{font-size:14px!important}body.store-page--cart .cart-row__footer{flex-wrap:wrap!important}body.store-page--cart .cart-row__price{margin-left:auto!important}body.store-page--cart .cart-coupon>div{grid-template-columns:minmax(0,1fr) 86px!important}body.store-page--cart .cart-coupon button{min-width:86px!important}}body.store-page--cart .cart-panel-count{display:grid!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--store-accent) 34%,var(--store-line))!important;border-radius:50%!important;background:var(--store-accent-soft)!important;color:var(--store-accent)!important;font-size:12px!important;font-weight:850!important;line-height:1!important;font-variant-numeric:tabular-nums!important}body.store-page--cart .cart-panel-count>span{display:block!important;line-height:1!important}body.store-page--cart .cart-continuation{justify-content:flex-end!important}body.store-page--cart .cart-coupon small:empty{display:none!important}body.store-page--cart .cart-summary>header{min-height:0!important}@media (max-width:900px){body.store-page--cart .cart-panel-count{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;font-size:11px!important}}@media (max-width:900px){.store-mini-cart{right:12px;bottom:calc(var(--store-mobile-nav-h) + 12px + env(safe-area-inset-bottom));left:auto;z-index:380;display:block;width:min(340px,calc(100vw - 24px));max-height:min(62vh,480px);padding:14px;overflow:hidden;border:1px solid color-mix(in srgb,var(--store-line) 88%,transparent);border-radius:18px;background:color-mix(in srgb,var(--store-surface) 96%,transparent);box-shadow:0 18px 52px rgba(15,23,42,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;transform:translate3d(0,14px,0) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .24s cubic-bezier(.22,1,.36,1);pointer-events:none}.store-mini-cart[hidden]{display:none!important}.store-mini-cart.is-open{opacity:1;transform:translate3d(0,0,0) scale(1);pointer-events:auto}.store-mini-cart__head{gap:12px}.store-mini-cart__head>div{display:flex;align-items:center;gap:8px;min-width:0}.store-mini-cart__head small{font-size:12px;font-weight:750;color:var(--store-ink)}.store-mini-cart__head strong{display:grid;min-width:25px;height:25px;padding-inline:7px;place-items:center;border-radius:999px;background:var(--store-accent);color:var(--store-accent-ink);font-size:10px;line-height:1;white-space:nowrap}.store-mini-cart__head button{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;color:var(--store-ink);font-size:19px;line-height:1}.store-mini-cart__items{max-height:190px;margin:12px 0;padding-block:12px;overflow:auto;overscroll-behavior:contain}.store-mini-cart__item{grid-template-columns:48px minmax(0,1fr);gap:10px}.store-mini-cart__item img,.store-mini-cart__item>span{width:48px;height:48px}.store-mini-cart__item div{min-width:0;gap:2px}.store-mini-cart__item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.store-mini-cart__item small{font-size:11px}.store-mini-cart__footer{gap:10px}.store-mini-cart__footer>div{font-size:12px}.store-mini-cart__footer .store-button{min-height:42px;padding:10px 14px;border-radius:12px;font-size:12px}html[data-theme="dark"] .store-mini-cart,html[data-store-theme="dark"] .store-mini-cart{box-shadow:0 20px 56px rgba(0,0,0,.54)}}@media (max-width:380px){.store-mini-cart{right:8px;bottom:calc(var(--store-mobile-nav-h) + 8px + env(safe-area-inset-bottom));width:calc(100vw - 16px);padding:12px}}@media (max-width:900px){body.store-page .store-mobile-nav{z-index:1500!important;isolation:isolate}body.store-page .mobile-sticky-purchase,body.store-page .ticket-mobile-bar{z-index:1450!important}}.store-mega-menu[hidden]{display:none!important}@media (min-width:981px){body.store-page .market-header.app-header,body.store-page .app-header__bar,body.store-page .app-header__nav--unified{overflow:visible!important}body.store-page .app-header__bar{position:relative!important}body.store-page .app-header__mega{position:static;display:flex;align-items:stretch;height:100%}body.store-page .app-header__mega-trigger{position:relative;display:flex;height:100%;align-items:center;gap:5px;padding:0 12px;border:0;background:transparent;color:var(--store-muted);font:inherit;font-size:13px;font-weight:650;white-space:nowrap;cursor:pointer}body.store-page .app-header__mega-trigger:hover,body.store-page .app-header__mega-trigger:focus-visible,body.store-page .app-header__mega-trigger[aria-expanded="true"],body.store-page .app-header__mega-trigger.is-current{color:var(--store-ink);outline:0}body.store-page .app-header__mega-trigger::after{position:absolute;right:12px;bottom:0;left:12px;height:2px;transform:scaleX(0);border-radius:2px 2px 0 0;background:var(--store-ink);content:"";transition:transform .18s ease}body.store-page .app-header__mega-trigger[aria-expanded="true"]::after,body.store-page .app-header__mega-trigger.is-current::after{transform:scaleX(1)}body.store-page .app-header__mega-trigger>svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s}body.store-page .app-header__mega-trigger[aria-expanded="true"]>svg{transform:rotate(180deg)}body.store-page .store-mega-menu{position:absolute;z-index:150;top:calc(100% + 12px);left:50%;width:min(1120px,calc(100vw - 40px));overflow:hidden;transform:translateX(-50%);border:1px solid var(--store-line);border-radius:22px;background:var(--store-surface);box-shadow:0 28px 80px rgba(15,23,42,.2),0 8px 24px rgba(15,23,42,.08)}body.store-page .store-mega-menu__header{display:grid;grid-template-columns:minmax(0,1fr) auto 40px;align-items:center;gap:18px;padding:18px 20px;border-bottom:1px solid var(--store-line);background:var(--store-surface)}body.store-page .store-mega-menu__header>div{display:grid;gap:2px}body.store-page .store-mega-menu__header small{color:var(--store-accent);font-size:9px;font-weight:850;letter-spacing:.12em}body.store-page .store-mega-menu__header strong{font-size:21px;line-height:1.15}body.store-page .store-mega-menu__header>a{display:flex!important;align-items:center!important;gap:8px!important;padding:10px 13px!important;border:1px solid var(--store-line)!important;border-radius:12px!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important;font-size:12px!important;font-weight:760!important}body.store-page .store-mega-menu__header>a::after{display:none!important}body.store-page .store-mega-menu__header>a:hover{border-color:var(--store-line-strong)!important;background:var(--store-surface-3)!important}body.store-page .store-mega-menu__header>button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--store-line);border-radius:11px;background:var(--store-surface);color:var(--store-muted);font-size:22px;line-height:1;cursor:pointer}body.store-page .store-mega-menu__header>button:hover{background:var(--store-surface-2);color:var(--store-ink)}body.store-page .store-mega-menu__body{display:grid;grid-template-columns:minmax(255px,.72fr) minmax(0,1.28fr);min-height:420px}body.store-page .store-mega-menu__categories{display:grid;align-content:start;gap:4px;max-height:min(560px,calc(100vh - 190px));overflow:auto;padding:14px;border-right:1px solid var(--store-line);background:var(--store-surface-2)}body.store-page .store-mega-menu__categories>a{display:grid!important;grid-template-columns:38px minmax(0,1fr) 18px!important;align-items:center!important;gap:11px!important;min-height:52px!important;padding:7px 10px!important;border:1px solid transparent!important;border-radius:13px!important;background:transparent!important;color:var(--store-ink)!important;font-size:13px!important}body.store-page .store-mega-menu__categories>a::after{display:none!important}body.store-page .store-mega-menu__categories>a:hover,body.store-page .store-mega-menu__categories>a.is-active{border-color:var(--store-line)!important;background:var(--store-surface)!important;box-shadow:0 8px 18px rgba(15,23,42,.055)!important}body.store-page .store-mega-menu__categories>a>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--store-line);border-radius:11px;background:var(--store-surface);color:var(--store-ink)}body.store-page .store-mega-menu__categories>a>span svg{width:19px;height:19px}body.store-page .store-mega-menu__categories>a>strong{overflow:hidden;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}body.store-page .store-mega-menu__categories>a>i{color:var(--store-muted);font-size:16px;font-style:normal}body.store-page .store-mega-menu__categories>a.is-active>i{color:var(--store-accent)}body.store-page .store-mega-menu__content{display:grid;min-width:0;padding:clamp(28px,3vw,42px);background:linear-gradient(145deg,var(--store-surface),color-mix(in srgb,var(--store-accent-soft) 28%,var(--store-surface)))}body.store-page .store-mega-menu__category-panel{display:grid;grid-template-columns:60px minmax(0,1fr);align-content:start;column-gap:18px;min-width:0}body.store-page .store-mega-menu__category-panel[hidden]{display:none!important}body.store-page .store-mega-menu__category-icon{grid-row:1/5;display:grid;width:60px;height:60px;place-items:center;border:1px solid var(--store-line);border-radius:18px;background:var(--store-surface);color:var(--store-ink);box-shadow:0 10px 26px rgba(15,23,42,.06)}body.store-page .store-mega-menu__category-icon svg{width:28px;height:28px}body.store-page .store-mega-menu__category-panel>small{align-self:end;color:var(--store-accent);font-size:9px;font-weight:850;letter-spacing:.12em}body.store-page .store-mega-menu__category-panel>h2{margin:4px 0 7px;font-size:clamp(31px,3vw,43px);line-height:1;letter-spacing:-.04em}body.store-page .store-mega-menu__category-panel>p{max-width:650px;margin:0;color:var(--store-muted);font-size:13px;line-height:1.65}body.store-page .store-mega-menu__actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}body.store-page .store-mega-menu__actions>a{display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;gap:5px 10px!important;min-height:112px!important;align-content:center!important;padding:17px!important;border:1px solid var(--store-line)!important;border-radius:16px!important;background:var(--store-surface)!important;color:var(--store-ink)!important;box-shadow:0 10px 24px rgba(15,23,42,.04)!important;transition:transform .18s,border-color .18s,box-shadow .18s!important}body.store-page .store-mega-menu__actions>a::after{display:none!important}body.store-page .store-mega-menu__actions>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--store-accent) 38%,var(--store-line))!important;box-shadow:0 16px 30px rgba(15,23,42,.08)!important}body.store-page .store-mega-menu__actions strong{font-size:14px;line-height:1.25}body.store-page .store-mega-menu__actions small{color:var(--store-muted);font-size:11px;line-height:1.4}body.store-page .store-mega-menu__actions span{grid-column:2;grid-row:1/3;align-self:center;color:var(--store-accent);font-size:18px}body.store-page .store-mega-menu__empty{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px}body.store-page .store-mega-menu__empty p{margin:0;color:var(--store-muted)}}@media (min-width:981px) and (max-width:1180px){body.store-page .store-mega-menu{width:min(960px,calc(100vw - 28px))}body.store-page .store-mega-menu__body{grid-template-columns:240px minmax(0,1fr)}body.store-page .store-mega-menu__content{padding:28px}body.store-page .store-mega-menu__actions{grid-template-columns:1fr}body.store-page .store-mega-menu__actions>a{min-height:76px!important}}@media (max-width:980px){body.store-page .app-header__mega{display:none!important}}@media (min-width:861px){body.store-page--account .account-page--phase11 .account-layout{grid-template-columns:minmax(292px,312px) minmax(0,1fr)!important;gap:clamp(22px,2vw,30px)!important}body.store-page--account .account-page--phase11 .account-sidebar{border-color:var(--store-line)!important;background:var(--store-surface)!important;box-shadow:0 18px 44px rgba(15,23,42,.075)!important}body.store-page--account .account-page--phase11 .account-sidebar__ambient{display:none!important}body.store-page--account .account-page--phase11 .account-sidebar__label{border-bottom:1px solid var(--store-line)!important;background:var(--store-surface)!important}body.store-page--account .account-page--phase11 .account-sidebar__label span{color:var(--store-muted)!important}body.store-page--account .account-page--phase11 .account-sidebar__label b{color:var(--store-ink)!important}body.store-page--account .account-page--phase11 .account-sidebar nav a{border:1px solid transparent!important;background:transparent!important;color:var(--store-ink)!important;box-shadow:none!important}body.store-page--account .account-page--phase11 .account-sidebar nav a:hover{border-color:var(--store-line)!important;background:var(--store-surface-2)!important}body.store-page--account .account-page--phase11 .account-sidebar nav a.is-active{border-color:var(--store-line-strong)!important;background:var(--store-surface-2)!important;box-shadow:inset 3px 0 0 var(--store-ink)!important}body.store-page--account .account-page--phase11 .account-sidebar nav .account-nav-icon,body.store-page--account .account-page--phase11 .account-sidebar nav [class*="account-nav-icon--"]{border:1px solid var(--store-line)!important;background:var(--store-surface)!important;color:var(--store-ink)!important;box-shadow:none!important}body.store-page--account .account-page--phase11 .account-sidebar nav a.is-active .account-nav-icon{border-color:var(--store-ink)!important;background:var(--store-ink)!important;color:var(--store-surface)!important}body.store-page--account .account-page--phase11 .account-sidebar nav strong{color:var(--store-ink)!important;font-weight:760!important}body.store-page--account .account-page--phase11 .account-sidebar nav small{color:var(--store-muted)!important}body.store-page--account .account-page--phase11 .account-sidebar nav a>i{color:var(--store-muted)!important}body.store-page--account .account-page--phase11 .account-sidebar>form{border-top:1px solid var(--store-line)!important;background:var(--store-surface)!important}body.store-page--account .account-page--phase11 .account-sidebar>form button{border:1px solid var(--store-line)!important;background:var(--store-surface-2)!important;color:var(--store-ink)!important}}body.store-page--account .account-profile-layout{grid-template-columns:minmax(0,1.32fr) minmax(340px,.68fr)!important;align-items:stretch!important;gap:22px!important}body.store-page--account .account-profile-form-panel{display:grid;align-content:start;min-width:0}body.store-page--account .account-profile-form-intro{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--store-line)}body.store-page--account .account-form--profile{gap:16px!important}body.store-page--account .account-form--profile label>small{margin-top:1px;color:var(--store-muted);font-size:11px;line-height:1.4}body.store-page--account .account-profile-summary-card--themed{display:grid!important;grid-template-rows:auto 1fr auto!important;align-content:stretch!important;min-width:0!important;min-height:510px!important;padding:clamp(24px,2.4vw,34px)!important;border-radius:28px!important}body.store-page--account .account-profile-summary-card__identity{position:relative;z-index:1;display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;margin:0 0 25px!important}body.store-page--account .account-profile-summary-card__avatar{width:78px!important;height:78px!important;margin:0!important;border-radius:24px!important;font-size:29px!important}body.store-page--account .account-profile-summary-card__identity-copy{display:grid;min-width:0;gap:4px}body.store-page--account .account-profile-summary-card__identity-copy>span{color:inherit;opacity:.68;font-size:9px;font-weight:850;letter-spacing:.14em}body.store-page--account .account-profile-summary-card__identity-copy h2{overflow:hidden;margin:0!important;color:inherit!important;font-size:clamp(27px,2.2vw,36px)!important;line-height:1.05!important;text-overflow:ellipsis;white-space:nowrap}body.store-page--account .account-profile-summary-card__identity-copy p{overflow:hidden;margin:0!important;color:inherit!important;opacity:.78;font-size:12px!important;text-overflow:ellipsis;white-space:nowrap}body.store-page--account .account-profile-summary-card__status{position:relative;z-index:1;display:grid!important;align-content:center!important;gap:10px!important;margin:0!important}body.store-page--account .account-profile-summary-card__status article{grid-template-columns:42px minmax(0,1fr) 20px!important;gap:11px!important;min-height:64px!important;padding:10px 12px!important;border-radius:16px!important}body.store-page--account .account-profile-summary-card__status article>svg:first-child{width:42px!important;height:42px!important;padding:11px!important;border-radius:13px!important}body.store-page--account .account-profile-summary-card__status article small{font-size:9px!important}body.store-page--account .account-profile-summary-card__status article strong{font-size:12px!important;line-height:1.3!important}body.store-page--account .account-profile-summary-card__links{align-self:end!important;gap:10px!important;margin-top:24px!important}body.store-page--account .account-profile-summary-card__links a{min-height:48px!important;border-radius:14px!important;font-size:11px!important}body.store-page--account .account-two-column--cards{grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr)!important;align-items:start!important;gap:22px!important}body.store-page--account .account-saved-cards-panel,body.store-page--account .account-card-create-panel{min-width:0!important}body.store-page--account .account-panel__head--cards{align-items:center!important}body.store-page--account .account-panel-count{flex:0 0 auto;padding:7px 10px;border:1px solid var(--store-line);border-radius:999px;background:var(--store-surface-2);font-size:11px!important;font-weight:750}body.store-page--account .account-card-security-note{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important;gap:11px!important;padding:14px!important}body.store-page--account .account-card-security-note>svg{width:20px;height:20px;margin:2px 0 0 5px;color:var(--store-accent)}body.store-page--account .account-card-security-note>p{display:grid;gap:3px;margin:0!important}body.store-page--account .account-card-security-note strong{color:var(--store-ink);font-size:12px}body.store-page--account .account-card-security-note span{color:var(--store-muted);font-size:11px;line-height:1.55}body.store-page--account .account-cards-empty{display:grid!important;min-height:210px!important;place-items:center!important;align-content:center!important;gap:8px!important;padding:30px!important}body.store-page--account .account-cards-empty>svg{width:42px;height:42px;padding:10px;border:1px solid var(--store-line);border-radius:14px;background:var(--store-surface-2);color:var(--store-accent)}body.store-page--account .account-cards-empty strong{font-size:16px!important}body.store-page--account .account-cards-empty>span{max-width:440px;font-size:12px!important;line-height:1.55!important}body.store-page--account .saved-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body.store-page--account .saved-payment-card{min-height:180px!important;align-content:start!important}body.store-page--account .account-form--card{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px!important}body.store-page--account .account-form--card label:nth-of-type(4){grid-column:1/-1}body.store-page--account .account-form--card .account-form__actions{margin-top:4px}body.store-page--account .account-card-create-panel{position:sticky;top:calc(var(--store-header-h) + 20px)}body.store-page--account .account-security-layout{grid-template-columns:minmax(0,1.14fr) minmax(380px,.86fr)!important;align-items:start!important;gap:22px!important}body.store-page--account .account-security-form-card{min-width:0!important}body.store-page--account .security-note--password{display:grid;gap:6px;padding:15px 16px!important}body.store-page--account .security-note--password strong{color:var(--store-ink);font-size:12px}body.store-page--account .security-note--password p{margin:0;color:var(--store-muted);font-size:12px;line-height:1.65}body.store-page--account .account-form--security{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px!important}body.store-page--account .account-password-input{position:relative;display:grid}body.store-page--account .account-password-input input{padding-right:72px!important}body.store-page--account .account-password-input button{position:absolute;top:50%;right:8px;min-height:34px;padding:0 9px;transform:translateY(-50%);border:1px solid var(--store-line);border-radius:9px;background:var(--store-surface);color:var(--store-muted);font-size:10px;font-weight:750;cursor:pointer}body.store-page--account .account-password-input button:hover{background:var(--store-surface-2);color:var(--store-ink)}body.store-page--account .account-password-meter{display:grid;gap:7px;margin-top:-2px}body.store-page--account .account-password-meter>span{display:block;height:7px;overflow:hidden;border-radius:999px;background:var(--store-surface-3)}body.store-page--account .account-password-meter>span>i{display:block;width:0;height:100%;border-radius:inherit;background:var(--store-muted);transition:width .2s,background .2s}body.store-page--account .account-password-meter small{color:var(--store-muted);font-size:11px}body.store-page--account .account-password-meter[data-strength="weak"]>span>i{width:28%;background:#dc2626}body.store-page--account .account-password-meter[data-strength="fair"]>span>i{width:52%;background:#d97706}body.store-page--account .account-password-meter[data-strength="good"]>span>i{width:76%;background:#2563eb}body.store-page--account .account-password-meter[data-strength="strong"]>span>i{width:100%;background:#059669}body.store-page--account .account-security-visual{position:sticky!important;top:calc(var(--store-header-h) + 20px)!important;display:grid!important;align-content:start!important;min-width:0!important;min-height:520px!important;padding:clamp(25px,2.4vw,34px)!important;border-radius:28px!important;background:linear-gradient(145deg,#0f172a,#1e293b 58%,#1e3a8a)!important;color:#fff!important}body.store-page--account .account-security-visual::before{right:-70px!important;top:-80px!important;width:250px!important;height:250px!important;background:rgba(37,99,235,.2)!important}body.store-page--account .account-security-visual__icon{position:relative;z-index:1;display:grid;width:58px;height:58px;place-items:center;margin-bottom:18px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1)}body.store-page--account .account-security-visual__icon svg{width:26px;height:26px}body.store-page--account .account-security-visual>small{position:relative;z-index:1;color:rgba(255,255,255,.62)!important;font-size:9px!important;font-weight:850;letter-spacing:.14em}body.store-page--account .account-security-visual>h2{position:relative;z-index:1;margin:8px 0 10px!important;color:#fff!important;font-size:clamp(29px,2.4vw,38px)!important;line-height:1.05!important}body.store-page--account .account-security-visual__lead{position:relative;z-index:1;margin:0!important;color:rgba(255,255,255,.76)!important;font-size:13px!important;line-height:1.7!important}body.store-page--account .account-security-layers{position:relative;z-index:1;display:grid;gap:9px;margin-top:24px}body.store-page--account .account-security-layers article{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.075)}body.store-page--account .account-security-layers article>svg{width:20px;height:20px;margin-top:1px;color:#93c5fd}body.store-page--account .account-security-layers article>div{display:grid;gap:3px}body.store-page--account .account-security-layers strong{font-size:12px;line-height:1.3}body.store-page--account .account-security-layers p{margin:0!important;color:rgba(255,255,255,.68)!important;font-size:10px!important;line-height:1.5!important}@media (max-width:1280px) and (min-width:861px){body.store-page--account .account-profile-layout,body.store-page--account .account-two-column--cards,body.store-page--account .account-security-layout{grid-template-columns:1fr!important}body.store-page--account .account-profile-summary-card--themed{min-height:420px!important}body.store-page--account .account-card-create-panel,body.store-page--account .account-security-visual{position:relative!important;top:auto!important}body.store-page--account .account-security-visual{min-height:0!important}}@media (max-width:860px){body.store-page--account .account-profile-layout,body.store-page--account .account-two-column--cards,body.store-page--account .account-security-layout{grid-template-columns:minmax(0,1fr)!important;gap:var(--account-mobile-gap,16px)!important}body.store-page--account .account-profile-summary-card--themed{order:0!important;min-height:0!important;padding:22px!important;border-radius:22px!important}body.store-page--account .account-profile-summary-card__identity{grid-template-columns:64px minmax(0,1fr)!important;gap:13px!important;margin-bottom:18px!important}body.store-page--account .account-profile-summary-card__avatar{width:64px!important;height:64px!important;border-radius:20px!important;font-size:24px!important}body.store-page--account .account-profile-summary-card__identity-copy h2{font-size:26px!important}body.store-page--account .account-profile-summary-card__status{gap:8px!important}body.store-page--account .account-profile-summary-card__links{grid-template-columns:1fr!important;margin-top:18px!important}body.store-page--account .account-profile-form-intro{margin-bottom:16px}body.store-page--account .saved-card-grid{grid-template-columns:1fr!important}body.store-page--account .account-card-create-panel,body.store-page--account .account-security-visual{position:relative!important;top:auto!important}body.store-page--account .account-form--card,body.store-page--account .account-form--security{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.store-page--account .account-security-visual{order:0!important;min-height:0!important;padding:22px!important;border-radius:22px!important}body.store-page--account .account-security-visual>h2{font-size:30px!important}body.store-page--account .account-security-visual__lead{font-size:12px!important}}@media (max-width:560px){body.store-page--account .account-form--card,body.store-page--account .account-form--security{grid-template-columns:minmax(0,1fr)!important}body.store-page--account .account-form--card label:nth-of-type(4){grid-column:1}body.store-page--account .account-profile-summary-card__identity{grid-template-columns:54px minmax(0,1fr)!important}body.store-page--account .account-profile-summary-card__avatar{width:54px!important;height:54px!important;border-radius:17px!important;font-size:21px!important}body.store-page--account .account-profile-summary-card__identity-copy h2{font-size:23px!important}body.store-page--account .account-profile-summary-card__identity-copy p{font-size:10px!important}body.store-page--account .account-profile-summary-card__status article{grid-template-columns:38px minmax(0,1fr) 18px!important;min-height:58px!important;padding:9px!important}body.store-page--account .account-profile-summary-card__status article>svg:first-child{width:38px!important;height:38px!important}body.store-page--account .account-panel__head--cards{align-items:flex-start!important}body.store-page--account .account-security-layers article{grid-template-columns:24px minmax(0,1fr)}}html[data-theme="dark"] body.store-page .store-mega-menu,html[data-store-theme="dark"] body.store-page .store-mega-menu{box-shadow:0 32px 80px rgba(0,0,0,.55)}html[data-theme="dark"] body.store-page--account .account-page--phase11 .account-sidebar,html[data-store-theme="dark"] body.store-page--account .account-page--phase11 .account-sidebar{box-shadow:0 18px 44px rgba(0,0,0,.32)!important}html:focus-within{scroll-behavior:smooth}#support-request{scroll-margin-top:calc(var(--store-header-h,64px) + 28px)}@media (min-width:981px){body.store-page .app-header__mega{height:auto!important;min-height:0!important;align-self:stretch!important;align-items:center!important}body.store-page .app-header__mega-trigger{align-self:center!important;width:auto!important;height:36px!important;min-height:36px!important;margin:0!important;padding:0 8px!important;font-size:11.5px!important;line-height:1!important;transform:none!important}body.store-page .app-header__mega-trigger::after{right:8px!important;bottom:-14px!important;left:8px!important}body.store-page .app-header__mega-trigger>svg{width:12px!important;height:12px!important}body.store-page .store-mega-menu{top:calc(100% + 10px)!important;width:min(1040px,calc(100vw - 36px))!important;border-radius:20px!important}body.store-page .store-mega-menu__header{grid-template-columns:minmax(0,1fr) auto 36px!important;gap:12px!important;padding:14px 16px!important}body.store-page .store-mega-menu__header small{font-size:8px!important}body.store-page .store-mega-menu__header strong{font-size:18px!important}body.store-page .store-mega-menu__header>a{min-height:32px!important;padding:7px 10px!important;border-radius:10px!important;font-size:10.5px!important}body.store-page .store-mega-menu__header>button{width:34px!important;height:34px!important;border-radius:10px!important;font-size:19px!important}body.store-page .store-mega-menu__body{grid-template-columns:minmax(238px,.62fr) minmax(0,1.38fr)!important;min-height:470px!important}body.store-page .store-mega-menu__categories{max-height:min(560px,calc(100vh - 176px))!important;gap:3px!important;padding:12px!important}body.store-page .store-mega-menu__categories>a{grid-template-columns:34px minmax(0,1fr) 16px!important;gap:9px!important;min-height:46px!important;padding:5px 8px!important;border-radius:11px!important;font-size:12px!important}body.store-page .store-mega-menu__categories>a>span{width:34px!important;height:34px!important;border-radius:10px!important}body.store-page .store-mega-menu__categories>a>span svg{width:17px!important;height:17px!important}body.store-page .store-mega-menu__categories>a>strong{font-size:12px!important}body.store-page .store-mega-menu__content{align-content:start!important;padding:24px 26px!important}body.store-page .store-mega-menu__category-panel{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important;align-content:start!important}body.store-page .store-mega-menu__category-head{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px}body.store-page .store-mega-menu__category-icon{grid-row:auto!important;width:52px!important;height:52px!important;border-radius:15px!important}body.store-page .store-mega-menu__category-icon svg{width:23px!important;height:23px!important}body.store-page .store-mega-menu__category-head>div{display:grid;min-width:0;gap:2px}body.store-page .store-mega-menu__category-head small{color:var(--store-accent);font-size:8px;font-weight:850;letter-spacing:.12em}body.store-page .store-mega-menu__category-head h2{margin:0!important;font-size:clamp(24px,2.3vw,32px)!important;line-height:1.05!important;letter-spacing:-.035em!important}body.store-page .store-mega-menu__category-head p{max-width:none!important;margin:2px 0 0!important;color:var(--store-muted)!important;font-size:11.5px!important;line-height:1.45!important}body.store-page .store-mega-menu__subcategory-section{display:grid;gap:11px;padding:16px;border:1px solid var(--store-line);border-radius:16px;background:color-mix(in srgb,var(--store-surface) 82%,var(--store-surface-2))}body.store-page .store-mega-menu__subcategory-head{display:flex;align-items:center;justify-content:space-between;gap:16px}body.store-page .store-mega-menu__subcategory-head>strong{color:var(--store-ink);font-size:12px;font-weight:820}body.store-page .store-mega-menu__subcategory-head>a{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0!important;color:var(--store-accent)!important;font-size:10.5px!important;font-weight:780!important}body.store-page .store-mega-menu__subcategory-head>a::after{display:none!important}body.store-page .store-mega-menu__subcategory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px}body.store-page .store-mega-menu__subcategory-grid>a{display:grid!important;grid-template-columns:minmax(0,1fr) 16px!important;align-items:center!important;gap:8px!important;min-height:38px!important;padding:8px 10px!important;border:1px solid transparent!important;border-radius:10px!important;background:var(--store-surface)!important;color:var(--store-ink)!important;font-size:11.5px!important;font-weight:680!important;box-shadow:0 5px 14px rgba(15,23,42,.025)!important;transition:transform .16s,border-color .16s,background .16s!important}body.store-page .store-mega-menu__subcategory-grid>a::after{display:none!important}body.store-page .store-mega-menu__subcategory-grid>a:hover{transform:translateX(2px)!important;border-color:color-mix(in srgb,var(--store-accent) 34%,var(--store-line))!important;background:var(--store-accent-soft)!important}body.store-page .store-mega-menu__subcategory-grid>a>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.store-page .store-mega-menu__subcategory-grid>a>i{justify-self:end;color:var(--store-muted);font-size:14px;font-style:normal}body.store-page .store-mega-menu__subcategory-grid>a:hover>i{color:var(--store-accent)}body.store-page .store-mega-menu__quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}body.store-page .store-mega-menu__quick-links>a{display:grid!important;grid-template-columns:minmax(0,1fr) 15px!important;gap:2px 7px!important;min-height:62px!important;align-content:center!important;padding:11px 12px!important;border:1px solid var(--store-line)!important;border-radius:12px!important;background:var(--store-surface)!important;color:var(--store-ink)!important;box-shadow:none!important}body.store-page .store-mega-menu__quick-links>a::after{display:none!important}body.store-page .store-mega-menu__quick-links>a:hover{border-color:color-mix(in srgb,var(--store-accent) 35%,var(--store-line))!important;background:var(--store-surface-2)!important}body.store-page .store-mega-menu__quick-links strong{font-size:11.5px!important;line-height:1.25!important}body.store-page .store-mega-menu__quick-links small{color:var(--store-muted)!important;font-size:9.5px!important;line-height:1.3!important}body.store-page .store-mega-menu__quick-links span{grid-column:2;grid-row:1/3;align-self:center;color:var(--store-accent);font-size:14px}}body.store-page--account .account-profile-layout{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:22px!important}body.store-page--account .account-profile-summary-card--themed{order:0!important;display:grid!important;grid-template-columns:minmax(235px,.82fr) minmax(0,1.55fr) minmax(180px,.58fr)!important;grid-template-rows:auto!important;align-items:center!important;gap:20px!important;min-height:255px!important;padding:clamp(24px,2.6vw,34px)!important;border-radius:28px!important}body.store-page--account .account-profile-summary-card__identity{grid-template-columns:72px minmax(0,1fr)!important;gap:15px!important;margin:0!important}body.store-page--account .account-profile-summary-card__avatar{width:72px!important;height:72px!important;border-radius:22px!important;font-size:27px!important}body.store-page--account .account-profile-summary-card__identity-copy h2{font-size:clamp(27px,2.2vw,35px)!important}body.store-page--account .account-profile-summary-card__status{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-content:center!important;gap:9px!important}body.store-page--account .account-profile-summary-card__status article{grid-template-columns:38px minmax(0,1fr) 17px!important;gap:9px!important;min-height:76px!important;padding:10px!important}body.store-page--account .account-profile-summary-card__status article>svg:first-child{width:38px!important;height:38px!important;padding:10px!important}body.store-page--account .account-profile-summary-card__links{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-self:center!important;gap:9px!important;margin:0!important}body.store-page--account .account-profile-summary-card__links a{min-height:44px!important;padding:10px 12px!important;border-radius:13px!important}body.store-page--account .account-profile-form-panel{order:1!important;width:100%!important}body.store-page--account .account-profile-form-intro{margin-bottom:18px!important}@media (max-width:1220px) and (min-width:981px){body.store-page .store-mega-menu__body{grid-template-columns:225px minmax(0,1fr)!important}body.store-page .store-mega-menu__content{padding:22px!important}body.store-page--account .account-profile-summary-card--themed{grid-template-columns:minmax(220px,.8fr) minmax(0,1.35fr)!important}body.store-page--account .account-profile-summary-card__links{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:980px){body.store-page--account .account-profile-summary-card--themed{grid-template-columns:minmax(0,1fr)!important;gap:17px!important;min-height:0!important;padding:22px!important}body.store-page--account .account-profile-summary-card__status{grid-template-columns:repeat(3,minmax(0,1fr))!important}body.store-page--account .account-profile-summary-card__links{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){body.store-page--account .account-profile-summary-card__status{grid-template-columns:minmax(0,1fr)!important}body.store-page--account .account-profile-summary-card__links{grid-template-columns:minmax(0,1fr)!important}}@media (min-width:981px){body.store-page .app-header__mega-trigger,body.store-page .app-header__mega-trigger:hover,body.store-page .app-header__mega-trigger:focus-visible,body.store-page .app-header__mega-trigger[aria-expanded="true"],body.store-page .app-header__mega-trigger.is-current{color:var(--store-ink)!important;font-weight:750!important}body.store-page .store-mega-menu__body{min-height:410px!important}body.store-page .store-mega-menu__content{align-content:start!important}body.store-page .store-mega-menu__category-panel{gap:20px!important}body.store-page .store-mega-menu__category-head>div{gap:4px!important}body.store-page .store-mega-menu__category-head p,body.store-page .store-mega-menu__subcategory-head>a,body.store-page .store-mega-menu__quick-links{display:none!important}body.store-page .store-mega-menu__subcategory-section{min-height:0!important}body.store-page .store-mega-menu__subcategory-head{justify-content:flex-start!important}body.store-page .store-mega-menu__subcategory-grid{align-content:start!important}}body.store-page .store-discovery-rail__track a[aria-current="page"]{color:var(--store-ink)!important;font-weight:800!important}body.store-page--products.store-view--listing .catalog-control-bar{grid-template-columns:auto minmax(0,1fr) auto!important;gap:14px!important;min-width:0!important}body.store-page--products.store-view--listing .catalog-category-tabs{display:flex!important;min-width:0!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;overflow-x:auto!important;padding:2px 4px!important;visibility:visible!important;opacity:1!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch}body.store-page--products.store-view--listing .catalog-category-tabs::-webkit-scrollbar{display:none!important}body.store-page--products.store-view--listing .catalog-category-tabs--sections{display:none!important}body.store-page--products.store-view--listing .catalog-category-tabs>a{display:inline-flex!important;flex:0 0 auto!important;min-height:40px!important;align-items:center!important;padding:0 14px!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:var(--store-ink)!important;font-size:12px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important}body.store-page--products.store-view--listing .catalog-category-tabs>a:hover{border-color:var(--store-line)!important;background:var(--store-surface-2)!important}body.store-page--products.store-view--listing .catalog-category-tabs>a[aria-current="page"]{border-color:var(--store-ink)!important;background:var(--store-ink)!important;color:var(--store-canvas,#fff)!important;font-weight:800!important}html[data-theme="dark"] body.store-page--products.store-view--listing .catalog-category-tabs>a[aria-current="page"]{color:#000!important}@media (min-width:901px){body.store-page--products.store-view--detail .native-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr)!important;gap:clamp(28px,3.3vw,52px)!important}body.store-page--products.store-view--detail .native-detail-summary{min-width:0!important}body.store-page--products.store-view--detail .native-detail-purchase{display:grid!important;gap:18px!important;margin-top:24px!important;padding:24px!important;border:1px solid var(--store-line)!important;border-radius:22px!important;background:var(--store-surface)!important;box-shadow:0 18px 45px rgba(15,23,42,.08)!important}body.store-page--products.store-view--detail .native-detail-purchase__header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding-bottom:16px!important;border-bottom:1px solid var(--store-line)!important}body.store-page--products.store-view--detail .native-detail-purchase__header>div{display:grid!important;gap:5px!important}body.store-page--products.store-view--detail .native-detail-purchase__header strong{color:var(--store-ink)!important;font-size:17px!important;line-height:1.2!important;letter-spacing:-.02em!important}body.store-page--products.store-view--detail .native-detail-purchase__header small{color:var(--store-muted)!important;font-size:11px!important;line-height:1.45!important}body.store-page--products.store-view--detail .detail-stock-state{min-height:34px!important;padding:8px 11px!important;border:1px solid var(--store-line)!important;border-radius:11px!important;background:var(--store-surface-2)!important;font-size:11px!important;font-weight:700!important}body.store-page--products.store-view--detail .native-detail-quantity-label{min-height:50px!important}body.store-page--products.store-view--detail .native-detail-quantity-label>span{color:var(--store-ink)!important;font-size:13px!important;font-weight:800!important}body.store-page--products.store-view--detail .quantity-selector{grid-template-columns:42px 52px 42px!important;height:48px!important;border-radius:14px!important}body.store-page--products.store-view--detail .quantity-selector button{font-size:18px!important}body.store-page--products.store-view--detail .quantity-selector input{color:var(--store-ink)!important;font-size:14px!important;font-weight:800!important}body.store-page--products.store-view--detail .detail-buy-row{display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;gap:11px!important}body.store-page--products.store-view--detail .detail-buy-row .store-button{min-height:54px!important;border-radius:15px!important;font-size:14px!important;font-weight:800!important}body.store-page--products.store-view--detail .detail-purchase-note{display:block!important;color:var(--store-muted)!important;font-size:10.5px!important;line-height:1.55!important}body.store-page--products.store-view--detail .native-detail-confidence{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:16px!important;overflow:visible!important;border:0!important;background:transparent!important}body.store-page--products.store-view--detail .native-detail-confidence article{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;align-content:start!important;gap:10px!important;min-height:104px!important;padding:16px!important;border:1px solid var(--store-line)!important;border-radius:15px!important;background:var(--store-surface)!important}body.store-page--products.store-view--detail .native-detail-confidence article>span{color:var(--store-accent)!important;font-size:20px!important;line-height:1!important}body.store-page--products.store-view--detail .native-detail-confidence article>div{display:grid!important;gap:5px!important}body.store-page--products.store-view--detail .native-detail-confidence strong{color:var(--store-ink)!important;font-size:11.5px!important;line-height:1.35!important}body.store-page--products.store-view--detail .native-detail-confidence small{display:block!important;color:var(--store-muted)!important;font-size:9.5px!important;line-height:1.45!important}}@media (min-width:901px) and (max-width:1120px){body.store-page--products.store-view--detail .native-detail-grid{grid-template-columns:minmax(0,1fr) minmax(400px,.95fr)!important;gap:26px!important}body.store-page--products.store-view--detail .native-detail-purchase{padding:20px!important}body.store-page--products.store-view--detail .native-detail-confidence{grid-template-columns:1fr!important}body.store-page--products.store-view--detail .native-detail-confidence article{min-height:0!important}}@media (max-width:900px){body.store-page--products.store-view--detail .native-detail-purchase{display:grid!important;gap:14px!important;margin-top:18px!important;padding:16px!important;border:1px solid var(--store-line)!important;border-radius:18px!important;background:var(--store-surface-2)!important;box-shadow:none!important}body.store-page--products.store-view--detail .native-detail-purchase__header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;padding-bottom:12px!important;border-bottom:1px solid var(--store-line)!important}body.store-page--products.store-view--detail .native-detail-purchase__header>div{display:grid!important;gap:3px!important}body.store-page--products.store-view--detail .native-detail-purchase__header strong{color:var(--store-ink)!important;font-size:14px!important;line-height:1.3!important}body.store-page--products.store-view--detail .native-detail-purchase__header small{color:var(--store-muted)!important;font-size:10px!important;line-height:1.4!important}body.store-page--products.store-view--detail .detail-stock-state{padding:8px 10px!important;border:1px solid var(--store-line)!important;border-radius:10px!important;background:var(--store-surface)!important;font-size:10px!important;font-weight:700!important}body.store-page--products.store-view--detail .native-detail-quantity-label{display:flex!important;min-height:46px!important}body.store-page--products.store-view--detail .native-detail-quantity-label>span{font-size:12px!important;font-weight:800!important}body.store-page--products.store-view--detail .quantity-selector{grid-template-columns:40px 48px 40px!important;height:46px!important;border-radius:13px!important;background:var(--store-surface)!important}body.store-page--products.store-view--detail .quantity-selector input{color:var(--store-ink)!important;font-size:13px!important;font-weight:800!important}body.store-page--products.store-view--detail .native-detail-purchase .detail-buy-row,body.store-page--products.store-view--detail .native-detail-purchase .detail-buy-now{display:none!important}body.store-page--products.store-view--detail .detail-purchase-note{display:block!important;color:var(--store-muted)!important;font-size:9.5px!important;line-height:1.5!important}body.store-page--products.store-view--detail .native-detail-confidence{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important}body.store-page--products.store-view--detail .native-detail-confidence article{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:7px!important;min-height:84px!important;padding:11px!important;border:1px solid var(--store-line)!important;border-radius:13px!important;background:var(--store-surface)!important}body.store-page--products.store-view--detail .native-detail-confidence article>span{color:var(--store-accent)!important;font-size:16px!important}body.store-page--products.store-view--detail .native-detail-confidence article>div{display:grid!important;gap:3px!important}body.store-page--products.store-view--detail .native-detail-confidence strong{color:var(--store-ink)!important;font-size:9.5px!important;line-height:1.35!important}body.store-page--products.store-view--detail .native-detail-confidence small{display:none!important}}@media (max-width:640px){body.store-page--products.store-view--listing .catalog-control-bar{grid-template-columns:auto minmax(126px,148px)!important;gap:10px!important}body.store-page--products.store-view--listing .catalog-category-tabs{grid-column:1/-1!important;grid-row:2!important;margin-inline:-2px!important;padding:2px!important}body.store-page--products.store-view--listing .catalog-category-tabs>a{min-height:38px!important;padding-inline:13px!important;font-size:11px!important}body.store-page--products.store-view--detail .native-detail-confidence{display:flex!important;gap:9px!important;overflow-x:auto!important;padding:1px 1px 6px!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}body.store-page--products.store-view--detail .native-detail-confidence::-webkit-scrollbar{display:none!important}body.store-page--products.store-view--detail .native-detail-confidence article{flex:0 0 min(78vw,270px)!important;min-height:82px!important;scroll-snap-align:start!important}}.store-header-search[hidden],.store-mega-menu[hidden]{display:none!important}@media (min-width:981px){body.store-page .app-header__mega-trigger{text-decoration:none!important}body.store-page .app-header__mega-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--store-accent) 55%,transparent)!important;outline-offset:-3px!important;border-radius:10px!important}body.store-page .store-mega-menu{width:min(1120px,calc(100vw - 48px))!important;overflow:visible!important;border-radius:22px!important}body.store-page .store-mega-menu::before{position:absolute;right:0;bottom:100%;left:0;height:14px;content:""}body.store-page .store-mega-menu__header{display:none!important}body.store-page .store-mega-menu__body{grid-template-columns:minmax(292px,.78fr) minmax(0,1.42fr)!important;min-height:448px!important;overflow:hidden!important;border-radius:21px!important;background:var(--store-surface)!important}body.store-page .store-mega-menu__categories{gap:7px!important;max-height:min(620px,calc(100vh - 170px))!important;padding:18px!important;background:var(--store-surface-2)!important}body.store-page .store-mega-menu__categories>a{grid-template-columns:42px minmax(0,1fr) 20px!important;gap:12px!important;min-height:60px!important;padding:8px 12px!important;border-radius:14px!important;font-size:13px!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}body.store-page .store-mega-menu__categories>a:hover,body.store-page .store-mega-menu__categories>a.is-active{transform:translateX(2px)!important;border-color:var(--store-line-strong)!important;background:var(--store-surface)!important;box-shadow:0 10px 24px rgba(15,23,42,.07)!important}body.store-page .store-mega-menu__categories>a>span{width:42px!important;height:42px!important;border-radius:12px!important}body.store-page .store-mega-menu__categories>a>span svg{width:20px!important;height:20px!important}body.store-page .store-mega-menu__categories>a>strong{font-size:13.5px!important;font-weight:780!important}body.store-page .store-mega-menu__categories>a>i{font-size:17px!important}body.store-page .store-mega-menu__content{align-content:start!important;padding:clamp(28px,3vw,42px)!important;background:var(--store-surface)!important}body.store-page .store-mega-menu__category-panel{gap:24px!important}body.store-page .store-mega-menu__category-head{grid-template-columns:64px minmax(0,1fr)!important;gap:17px!important}body.store-page .store-mega-menu__category-icon{width:64px!important;height:64px!important;border-radius:18px!important}body.store-page .store-mega-menu__category-icon svg{width:28px!important;height:28px!important}body.store-page .store-mega-menu__category-head>div{gap:5px!important}body.store-page .store-mega-menu__category-head h2{margin:0!important;font-size:clamp(28px,2.7vw,38px)!important;line-height:1!important;letter-spacing:-.04em!important}body.store-page .store-mega-menu__category-head p{display:block!important;max-width:580px!important;margin:0!important;color:var(--store-muted)!important;font-size:12px!important;line-height:1.5!important}body.store-page .store-mega-menu__subcategory-section{gap:14px!important;padding:18px!important;border-radius:18px!important;background:var(--store-surface-2)!important}body.store-page .store-mega-menu__subcategory-head>strong{font-size:13px!important}body.store-page .store-mega-menu__subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body.store-page .store-mega-menu__subcategory-grid>a{min-height:48px!important;padding:11px 13px!important;border-color:var(--store-line)!important;border-radius:12px!important;font-size:12px!important;font-weight:720!important;box-shadow:none!important}body.store-page .store-mega-menu__subcategory-grid>a:hover,body.store-page .store-mega-menu__subcategory-grid>a:focus-visible{transform:translateX(2px)!important;border-color:color-mix(in srgb,var(--store-accent) 42%,var(--store-line))!important;background:var(--store-accent-soft)!important;outline:0!important}body.store-page .app-header__search-action{appearance:none!important;-webkit-appearance:none!important;border:0!important;font:inherit!important;cursor:pointer!important}body.store-page.is-search-open{overflow:hidden!important}body.store-page .store-header-search{position:fixed;z-index:1700;inset:0;display:grid;place-items:start center;padding:clamp(112px,15vh,164px) 24px 40px}body.store-page .store-header-search__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(8,12,18,.46);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:default}body.store-page .store-header-search__dialog{position:relative;width:min(760px,calc(100vw - 48px));padding:24px;border:1px solid var(--store-line);border-radius:24px;background:var(--store-surface);box-shadow:0 32px 90px rgba(15,23,42,.28)}body.store-page .store-header-search__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}body.store-page .store-header-search__heading>div{display:grid;gap:4px}body.store-page .store-header-search__heading small{color:var(--store-accent);font-size:9px;font-weight:850;letter-spacing:.13em}body.store-page .store-header-search__heading h2{margin:0;color:var(--store-ink);font-size:26px;line-height:1.1;letter-spacing:-.035em}body.store-page .store-header-search__heading>button{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid var(--store-line);border-radius:12px;background:var(--store-surface-2);color:var(--store-ink);font-size:22px;line-height:1;cursor:pointer}body.store-page .store-header-search__form{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:8px 8px 8px 18px;border:1px solid var(--store-line-strong);border-radius:17px;background:var(--store-surface-2)}body.store-page .store-header-search__form>svg{width:22px;height:22px;fill:none;stroke:var(--store-muted);stroke-width:1.8;stroke-linecap:round}body.store-page .store-header-search__form input{min-width:0;height:44px;padding:0;border:0!important;outline:0!important;background:transparent!important;color:var(--store-ink)!important;box-shadow:none!important;font:inherit;font-size:15px}body.store-page .store-header-search__form input::placeholder{color:var(--store-muted)}body.store-page .store-header-search__form>button{min-width:92px;min-height:46px;padding:0 18px;border:0;border-radius:13px;background:var(--store-ink);color:var(--store-canvas,#fff);font-size:13px;font-weight:800;cursor:pointer}html[data-theme="dark"] body.store-page .store-header-search__form>button{color:#000}body.store-page .store-header-search__dialog>p{margin:12px 2px 0;color:var(--store-muted);font-size:11px;line-height:1.55}}@media (min-width:981px) and (max-width:1160px){body.store-page .store-mega-menu__body{grid-template-columns:270px minmax(0,1fr)!important}body.store-page .store-mega-menu__content{padding:28px!important}}@media (max-width:980px){body.store-page .store-header-search{display:none!important}}@media (max-width:900px){body.store-page--products.store-view--listing .catalog-app-hero{display:none!important}body.store-page--products.store-view--listing .catalog-page__inner{padding-top:12px!important}}body.store-page--products.store-view--detail .quantity-selector input,body.store-page--products.store-view--detail .quantity-selector input:focus,body.store-page--products.store-view--detail .quantity-selector input:focus-visible{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}@media (max-width:900px){body.store-page--products.store-view--detail .native-detail-confidence{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin-top:12px!important;padding:0!important;overflow:hidden!important;border:1px solid var(--store-line)!important;border-radius:14px!important;background:var(--store-surface)!important}body.store-page--products.store-view--detail .native-detail-confidence article{display:flex!important;min-width:0!important;min-height:62px!important;align-items:center!important;justify-content:center!important;padding:9px 10px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important}body.store-page--products.store-view--detail .native-detail-confidence article+article{border-left:1px solid var(--store-line)!important}body.store-page--products.store-view--detail .native-detail-confidence article>span{display:none!important}body.store-page--products.store-view--detail .native-detail-confidence article>div{display:block!important;min-width:0!important}body.store-page--products.store-view--detail .native-detail-confidence strong{display:block!important;color:var(--store-ink)!important;font-size:9px!important;font-weight:780!important;line-height:1.35!important;overflow-wrap:anywhere!important}body.store-page--products.store-view--detail .native-detail-confidence small{display:none!important}body.store-page--products.store-view--detail #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 112px + env(safe-area-inset-bottom))!important}body.store-page .store-mobile-nav{z-index:1400!important}}@media (max-width:760px){body.store-page--products.store-view--detail .store-mobile-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;z-index:1400!important}}@media (max-width:640px){body.store-page--products.store-view--detail .native-detail-confidence{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;overflow:hidden!important;padding:0!important;scroll-snap-type:none!important}body.store-page--products.store-view--detail .native-detail-confidence article{flex:auto!important;min-height:60px!important;padding:8px 7px!important}}@media (max-width:380px){body.store-page--products.store-view--detail .native-detail-confidence strong{font-size:8px!important}}@media (min-width:981px){body.store-page .store-mega-menu{width:min(1240px,calc(100vw - 56px))!important}body.store-page .store-mega-menu__body{grid-template-columns:258px minmax(0,1fr)!important;min-height:536px!important;max-height:none!important}body.store-page .store-mega-menu__categories{gap:4px!important;max-height:none!important;padding:12px!important;overflow:hidden!important;scrollbar-width:none!important}body.store-page .store-mega-menu__categories::-webkit-scrollbar{display:none!important}body.store-page .store-mega-menu__categories>a{grid-template-columns:36px minmax(0,1fr) 16px!important;gap:9px!important;min-height:48px!important;padding:6px 9px!important;border-radius:12px!important}body.store-page .store-mega-menu__categories>a>span{width:36px!important;height:36px!important;border-radius:10px!important}body.store-page .store-mega-menu__categories>a>span svg{width:18px!important;height:18px!important}body.store-page .store-mega-menu__categories>a>strong{font-size:12px!important;line-height:1.2!important}body.store-page .store-mega-menu__categories>a>i{font-size:14px!important}body.store-page .store-mega-menu__content{padding:28px 30px!important}body.store-page .store-mega-menu__category-panel{gap:20px!important}body.store-page .store-mega-menu__category-head{grid-template-columns:56px minmax(0,1fr)!important;gap:14px!important}body.store-page .store-mega-menu__category-icon{width:56px!important;height:56px!important;border-radius:16px!important}body.store-page .store-mega-menu__category-head h2{font-size:clamp(27px,2.35vw,34px)!important}body.store-page .store-mega-menu__subcategory-section{padding:16px!important}body.store-page .store-mega-menu__subcategory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important}body.store-page .store-mega-menu__subcategory-grid>a{min-height:52px!important;padding:10px 12px!important}body.store-page.is-search-open{overflow:visible!important}body.store-page .store-header-search{position:fixed!important;z-index:1690!important;top:var(--store-header-search-top,var(--store-header-h))!important;right:0!important;bottom:auto!important;left:0!important;display:block!important;padding:10px 0 12px!important;border-top:1px solid var(--store-line)!important;border-bottom:1px solid var(--store-line)!important;background:var(--store-surface)!important;box-shadow:0 14px 34px rgba(15,23,42,.12)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.store-page .store-header-search>.store-container{display:flex!important;justify-content:flex-end!important}body.store-page .store-header-search__form{width:min(660px,100%)!important;min-height:54px!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:8px!important;padding:5px 5px 5px 15px!important;border:1px solid var(--store-line-strong)!important;border-radius:15px!important;background:var(--store-surface-2)!important;box-shadow:none!important}body.store-page .store-header-search__form input{height:42px!important;font-size:14px!important}body.store-page .store-header-search__form>button{display:grid!important;width:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;place-items:center!important;border-radius:11px!important;background:var(--store-accent)!important;color:#fff!important;font-size:19px!important;line-height:1!important}body.store-page .store-header-search__form>button span{color:#fff!important}}@media (min-width:981px) and (max-width:1160px){body.store-page .store-mega-menu{width:calc(100vw - 32px)!important}body.store-page .store-mega-menu__body{grid-template-columns:236px minmax(0,1fr)!important}body.store-page .store-mega-menu__subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:981px) and (max-height:720px){body.store-page .store-mega-menu__body{min-height:470px!important}body.store-page .store-mega-menu__categories{gap:3px!important;padding:10px!important}body.store-page .store-mega-menu__categories>a{min-height:42px!important}body.store-page .store-mega-menu__categories>a>span{width:32px!important;height:32px!important}}@media (max-width:900px){body.store-page--search #store-main{padding-bottom:0!important}body.store-page--search .market-footer__inner{padding-bottom:28px!important}body.store-page--products.store-view--detail #store-main{padding-bottom:calc(var(--store-mobile-nav-h) + 88px + env(safe-area-inset-bottom))!important}}@media (min-width:981px){body.store-page .app-header__bar,body.store-page .app-header__actions,body.store-page .app-header__utility,body.store-page .app-header__action-cluster{overflow:visible!important}body.store-page .store-mega-menu{top:calc(100% + 10px)!important;width:min(1120px,calc(100vw - 56px))!important;max-height:none!important;overflow:hidden!important;border:1px solid var(--store-line)!important;border-radius:20px!important;background:var(--store-surface)!important;box-shadow:0 24px 64px rgba(15,23,42,.16),0 6px 18px rgba(15,23,42,.07)!important}body.store-page .store-mega-menu__layout{display:grid!important;gap:22px!important;padding:24px 26px 27px!important;background:var(--store-surface)!important}body.store-page .store-mega-menu__intro{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr)!important;align-items:end!important;gap:4px 28px!important;padding:0 4px 18px!important;border-bottom:1px solid var(--store-line)!important}body.store-page .store-mega-menu__intro>span{grid-column:1!important;color:var(--store-accent)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.14em!important}body.store-page .store-mega-menu__intro>h2{grid-column:1!important;margin:0!important;color:var(--store-ink)!important;font-size:25px!important;line-height:1.08!important;letter-spacing:-.035em!important}body.store-page .store-mega-menu__intro>p{grid-column:2!important;grid-row:1/3!important;align-self:end!important;margin:0!important;color:var(--store-muted)!important;font-size:11.5px!important;line-height:1.55!important}body.store-page .store-mega-menu__columns{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}body.store-page .store-mega-menu__column{display:grid!important;align-content:start!important;gap:5px!important;min-width:0!important}body.store-page .store-mega-menu__item{display:grid!important;grid-template-columns:42px minmax(0,1fr) 16px!important;align-items:start!important;gap:11px!important;min-height:76px!important;padding:11px 10px!important;border:1px solid transparent!important;border-radius:13px!important;background:transparent!important;color:var(--store-ink)!important;text-decoration:none!important;box-shadow:none!important;transition:background .16s ease,border-color .16s ease,transform .16s ease!important}body.store-page .store-mega-menu__item::after{display:none!important}body.store-page .store-mega-menu__item:hover,body.store-page .store-mega-menu__item:focus-visible{transform:translateY(-1px)!important;border-color:var(--store-line)!important;background:var(--store-surface-2)!important;outline:0!important}body.store-page .store-mega-menu__item-icon{display:grid!important;width:42px!important;height:42px!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--store-accent) 18%,var(--store-line))!important;border-radius:12px!important;background:var(--store-accent-soft)!important;color:var(--store-accent)!important}body.store-page .store-mega-menu__item-icon svg{width:20px!important;height:20px!important}body.store-page .store-mega-menu__item-copy{display:grid!important;min-width:0!important;gap:4px!important;padding-top:1px!important}body.store-page .store-mega-menu__item-copy strong{overflow:hidden!important;color:var(--store-ink)!important;font-size:13px!important;font-weight:790!important;line-height:1.25!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.store-page .store-mega-menu__item-copy small{display:-webkit-box!important;overflow:hidden!important;color:var(--store-muted)!important;font-size:10px!important;font-weight:520!important;line-height:1.42!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}body.store-page .store-mega-menu__item>i{align-self:center!important;justify-self:end!important;color:var(--store-muted)!important;font-size:14px!important;font-style:normal!important;transition:transform .16s ease,color .16s ease!important}body.store-page .store-mega-menu__item:hover>i,body.store-page .store-mega-menu__item:focus-visible>i{transform:translateX(2px)!important;color:var(--store-accent)!important}body.store-page .app-header__search-wrap{position:relative!important;display:flex!important;align-self:stretch!important;align-items:center!important}body.store-page .app-header__search-wrap.is-open .app-header__search-action{background:var(--store-surface-2)!important;color:var(--store-ink)!important}body.store-page.is-search-open{overflow:visible!important}body.store-page .store-header-search{position:absolute!important;z-index:1720!important;top:calc(100% + 12px)!important;right:0!important;bottom:auto!important;left:auto!important;display:block!important;width:min(440px,calc(100vw - 32px))!important;padding:10px!important;border:1px solid var(--store-line)!important;border-radius:16px!important;background:var(--store-surface)!important;box-shadow:0 22px 54px rgba(15,23,42,.18),0 5px 16px rgba(15,23,42,.07)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.store-page .store-header-search::before{position:absolute!important;right:30px!important;bottom:100%!important;width:14px!important;height:14px!important;transform:translateY(7px) rotate(45deg)!important;border-top:1px solid var(--store-line)!important;border-left:1px solid var(--store-line)!important;background:var(--store-surface)!important;content:""!important}body.store-page .store-header-search__form{position:relative!important;z-index:1!important;display:grid!important;width:100%!important;min-height:50px!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;gap:8px!important;padding:4px 4px 4px 13px!important;border:1px solid var(--store-line-strong)!important;border-radius:13px!important;background:var(--store-surface-2)!important;box-shadow:none!important}body.store-page .store-header-search__form input{min-width:0!important;height:40px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--store-ink)!important;box-shadow:none!important;font:inherit!important;font-size:13px!important}body.store-page .store-header-search__form input::placeholder{color:var(--store-muted)!important}body.store-page .store-header-search__form>button{display:grid!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;place-items:center!important;border:0!important;border-radius:10px!important;background:var(--store-accent)!important;color:#fff!important;cursor:pointer!important}body.store-page .store-header-search__form>button svg{width:19px!important;height:19px!important;fill:none!important;stroke:#fff!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}}@media (min-width:981px) and (max-width:1180px){body.store-page .store-mega-menu{width:calc(100vw - 32px)!important}body.store-page .store-mega-menu__layout{padding:21px 22px 23px!important}body.store-page .store-mega-menu__columns{gap:12px!important}body.store-page .store-mega-menu__item{grid-template-columns:38px minmax(0,1fr) 14px!important;min-height:72px!important;padding:9px 8px!important}body.store-page .store-mega-menu__item-icon{width:38px!important;height:38px!important}body.store-page .store-mega-menu__item-copy strong{font-size:12px!important}body.store-page .store-mega-menu__item-copy small{font-size:9.5px!important}}@media (max-width:980px){body.store-page .app-header__search-wrap{display:none!important}}body.store-page--search.store-phase2-app .market-footer{display:block!important;margin-top:clamp(30px,5vw,64px)!important}body.store-page--search .app-page-topbar__actions .store-theme-toggle{display:grid!important}body.store-page--search .app-page-topbar__actions .store-theme-toggle svg{width:20px!important;height:20px!important}@media (max-width:900px){body.store-page--search .market-footer{padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}body.store-page--search .market-footer__inner{padding-top:30px!important;padding-bottom:24px!important}}@media (min-width:981px){body.store-page .app-header__search-wrap{width:64px!important;min-width:64px!important;max-width:clamp(300px,24vw,360px)!important;flex:0 0 auto!important;overflow:hidden!important;transition:width .22s cubic-bezier(.2,.7,.2,1),min-width .22s cubic-bezier(.2,.7,.2,1)!important}body.store-page .app-header__search-wrap.is-open{width:clamp(300px,24vw,360px)!important;min-width:clamp(300px,24vw,360px)!important}body.store-page .app-header__search-action{display:flex!important;width:64px!important;min-width:64px!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important}body.store-page .app-header__search-wrap.is-open .app-header__search-action{display:none!important}body.store-page .app-header__search-wrap .store-header-search[hidden]{display:none!important}body.store-page .app-header__search-wrap .store-header-search:not([hidden]){position:static!important;z-index:auto!important;display:block!important;width:100%!important;min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;animation:storeInlineSearchReveal .2s ease both!important}body.store-page .app-header__search-wrap .store-header-search::before{display:none!important;content:none!important}body.store-page .app-header__search-wrap .store-header-search__form{width:100%!important;min-height:44px!important;grid-template-columns:minmax(0,1fr) 38px!important;gap:6px!important;padding:3px 3px 3px 13px!important;border-radius:13px!important}body.store-page .app-header__search-wrap .store-header-search__form input{height:38px!important}body.store-page .app-header__search-wrap .store-header-search__form>button{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;border-radius:10px!important}}@keyframes storeInlineSearchReveal{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@media (min-width:981px) and (max-width:1180px){body.store-page .app-header__search-wrap.is-open{width:clamp(280px,25vw,320px)!important;min-width:clamp(280px,25vw,320px)!important}}@media (min-width:981px){body.store-page .app-header__search-wrap,body.store-page .app-header__search-wrap.is-open{position:relative!important;width:64px!important;min-width:64px!important;max-width:64px!important;flex:0 0 64px!important;overflow:visible!important;transition:none!important}body.store-page .app-header__search-wrap .store-header-search:not([hidden]){position:absolute!important;z-index:1760!important;top:50%!important;right:0!important;left:auto!important;width:360px!important;max-width:min(360px,calc(100vw - 32px))!important;transform:translateY(-50%)!important;transform-origin:right center!important;animation:storeInlineSearchOverlayReveal .2s cubic-bezier(.2,.7,.2,1) both!important}body.store-page .app-header__search-wrap.is-open .app-header__search-action{visibility:hidden!important;display:flex!important;pointer-events:none!important}}@media (min-width:981px) and (max-width:1180px){body.store-page .app-header__search-wrap .store-header-search:not([hidden]){width:320px!important;max-width:min(320px,calc(100vw - 28px))!important}}@keyframes storeInlineSearchOverlayReveal{from{opacity:0;transform:translateY(-50%) scaleX(.9)}to{opacity:1;transform:translateY(-50%) scaleX(1)}}@media (min-width:1181px){body.store-page .app-header__search-wrap .store-header-search:not([hidden]){width:304px!important;max-width:min(304px,calc(100vw - 32px))!important}}@media (min-width:981px) and (max-width:1180px){body.store-page .app-header__search-wrap .store-header-search:not([hidden]){width:276px!important;max-width:min(276px,calc(100vw - 28px))!important}}