@layer tokens{:root{--brand-primary:#0a66c2;--brand-secondary:#ffb800;--brand-accent:#c41e3a;--font-family:"Heebo",system-ui,sans-serif;--font-heading:var(--font-family);--font-nav:var(--font-family);--font-hero:var(--font-heading);--font-section:var(--font-heading);--font-product-card:var(--font-family);--font-brand:var(--font-heading,var(--font-family));--brand-text-size:1rem;--surface-bg:#f3f6fc;--surface-muted:#e8eef9;--surface-card:#fff;--fg:#0f172a;--fg-muted:#475569;--border:#d8e2f2;--radius:14px;--density-scale:1;--border-width:1px;--typography-scale:1;--input-style:outlined;--toggle-style:switch;--loader-style:spinner;--hero-mesh-opacity:0.4;--page-bg-overlay:none;--page-bg-attachment:scroll;--shadow:0 14px 48px -16px rgba(15,23,42,.22)}}@layer reset{*{box-sizing:border-box}html{background:var(--surface-bg)}body{margin:0;padding:0;font-family:var(--font-family);color:var(--fg);background:radial-gradient(circle at 12% 0,color-mix(in srgb,var(--brand-primary) 9%,transparent),transparent 32%),radial-gradient(circle at 90% 8%,color-mix(in srgb,var(--brand-accent) 7%,transparent),transparent 28%),var(--surface-bg);min-height:100vh}body[data-page-background=configured]{background:var(--surface-bg)}}@layer typography{.store-hero__title,h1,h2,h3{font-family:var(--font-heading)}a{color:var(--brand-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:1rem;cursor:pointer}[dir=rtl] body{text-align:start}}@layer layout{.container{max-width:1100px;margin:0 auto;padding:24px}.home-container{padding-top:0}.home-container>.store-hero:first-child{-webkit-margin-before:0;margin-block-start:0}body[data-header-layout=right_rail]{padding-right:260px}.page-background{position:fixed;inset:0;z-index:0;pointer-events:none}.page-background~*{position:relative;z-index:1}.footer{margin-top:48px;padding:32px 24px 40px;border-top:1px solid var(--border);color:var(--fg-muted);font-size:.875rem;background:color-mix(in srgb,var(--surface-card) 70%,var(--surface-bg))}.footer--store .footer__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.footer__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px;font-weight:600}.footer__contact a{color:var(--brand-primary);text-decoration:none}.footer__contact a:hover{text-decoration:underline}.footer__copy{margin:0;text-align:center;font-size:.8125rem}@media (max-width:880px){body[data-header-layout=right_rail]{padding-right:0}}}@layer components{.plate-form{display:flex;gap:calc(8px * var(--density-scale, 1));justify-content:center;flex-wrap:wrap;max-width:480px;margin:0 auto}.vehicle-search-panel{width:100%;max-width:520px;display:flex;flex-direction:column;gap:calc(10px * var(--density-scale, 1));color:inherit}.vehicle-search-panel[data-panel-width=sm]{max-width:420px}.vehicle-search-panel[data-panel-width=md]{max-width:520px}.vehicle-search-panel[data-panel-width=lg]{max-width:660px}.vehicle-search-panel[data-panel-width=full]{max-width:100%}.vehicle-search-panel__label{color:currentcolor;font-size:.88rem;font-weight:900;line-height:1.35}.vehicle-search-panel__link{display:inline-flex;width:-moz-fit-content;width:fit-content;color:currentcolor;font-weight:900;text-decoration:none}.vehicle-search-panel__link:hover{text-decoration:underline}.vehicle-search-panel--stacked{max-width:620px}.vehicle-search-panel--stacked .plate-form{flex-direction:column;align-items:stretch;max-width:100%}.vehicle-search-panel--stacked .plate-form input{flex-basis:auto}.vehicle-search-panel--command_panel{max-width:660px;padding:clamp(14px,3vw,24px);border:1px solid color-mix(in srgb,var(--border) 72%,transparent);border-radius:calc(var(--radius) + 4px);background:radial-gradient(circle at 86% 18%,color-mix(in srgb,var(--brand-accent) 16%,transparent),transparent 30%),color-mix(in srgb,var(--surface-card) 86%,transparent);color:var(--fg);box-shadow:0 24px 60px -38px color-mix(in srgb,var(--fg) 52%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.vehicle-search-panel--command_panel .plate-form{max-width:100%}.vehicle-search-panel--command_panel .vehicle-search-panel__link{color:var(--brand-primary)}.vehicle-search-panel[data-panel-surface=card],.vehicle-search-panel[data-panel-surface=glass]{padding:clamp(14px,3vw,24px);border-radius:calc(var(--radius) + 4px)}.vehicle-search-panel[data-panel-surface=card]{border:1px solid color-mix(in srgb,var(--border) 82%,transparent);background:color-mix(in srgb,var(--surface-card) 96%,transparent);color:var(--fg);box-shadow:0 24px 60px -40px color-mix(in srgb,var(--fg) 46%,transparent)}.vehicle-search-panel[data-panel-surface=glass]{border:1px solid hsla(0,0%,100%,.32);background:color-mix(in srgb,var(--surface-card) 28%,transparent);color:inherit;box-shadow:0 24px 60px -42px color-mix(in srgb,var(--fg) 48%,transparent);-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%)}.vehicle-search-panel[data-panel-surface=none]{padding:0;border-color:transparent;background:transparent;color:inherit;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}:where(.store-hero,.store-home-section)[data-content-surface=none] .vehicle-search-panel--command_panel:not([data-panel-surface]){padding:0;border-color:transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.plate-form input{flex:1 1 200px;font-size:1.25rem;padding-block:calc(14px * var(--density-scale, 1));padding-inline:calc(16px * var(--density-scale, 1));border-radius:var(--radius);border:2px solid var(--border);background:var(--surface-card);color:var(--fg);font-family:inherit;letter-spacing:2px;text-align:center}.plate-form input:focus{outline:none;border-color:var(--brand-primary)}body[data-input-style=filled] .checkout-form input,body[data-input-style=filled] .plate-form input{border-color:transparent;background:color-mix(in srgb,var(--surface-muted) 82%,var(--surface-card))}body[data-input-style=underlined] .checkout-form input,body[data-input-style=underlined] .plate-form input{border-width:0 0 2px;border-radius:0;background:transparent}body[data-input-style=premium] .checkout-form input,body[data-input-style=premium] .plate-form input{border-color:color-mix(in srgb,var(--brand-secondary) 42%,var(--border));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--surface-card) 62%,transparent),var(--shadow)}body[data-input-style=dark] .checkout-form input,body[data-input-style=dark] .plate-form input{border-color:color-mix(in srgb,var(--border) 54%,#111827);background:#111827;color:#fff;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.05)}body[data-input-style=dark] .checkout-form input::placeholder,body[data-input-style=dark] .plate-form input::placeholder{color:hsla(0,0%,100%,.56)}body[data-input-style=soft_shadow] .checkout-form input,body[data-input-style=soft_shadow] .plate-form input{border:2px solid transparent;border-radius:20px;background:var(--surface-card);box-shadow:0 14px 18px -14px color-mix(in srgb,var(--brand-primary) 44%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--surface-muted) 72%,transparent)}body[data-input-style=soft_shadow] .checkout-form input:focus,body[data-input-style=soft_shadow] .plate-form input:focus{border-color:color-mix(in srgb,var(--brand-primary) 52%,transparent);outline:none}body[data-input-style=neo_brutalist] .checkout-form input,body[data-input-style=neo_brutalist] .plate-form input{border:2px solid var(--fg);border-radius:6px;background:color-mix(in srgb,var(--surface-card) 78%,var(--surface-muted));box-shadow:4px 5px 0 color-mix(in srgb,var(--brand-secondary) 78%,var(--brand-primary))}body[data-input-style=neo_brutalist] .checkout-form input:focus,body[data-input-style=neo_brutalist] .plate-form input:focus{transform:translate(3px,3px);box-shadow:1px 2px 0 color-mix(in srgb,var(--brand-secondary) 78%,var(--brand-primary))}body[data-input-style=glass] .checkout-form input,body[data-input-style=glass] .plate-form input{border-color:hsla(0,0%,100%,.38);background:color-mix(in srgb,var(--surface-card) 58%,transparent);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.36),0 20px 42px -30px color-mix(in srgb,var(--brand-primary) 52%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vehicle-search-panel[data-input-tone=light] .plate-form input{border-color:color-mix(in srgb,var(--border) 84%,#fff);background:#fff;color:#0f172a;box-shadow:0 18px 34px -28px rgba(15,23,42,.45)}.vehicle-search-panel[data-input-tone=light] .plate-form input::placeholder{color:rgba(15,23,42,.48)}.vehicle-search-panel[data-input-tone=dark] .plate-form input{border-color:hsla(0,0%,100%,.22);background:#111827;color:#fff;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06)}.vehicle-search-panel[data-input-tone=dark] .plate-form input::placeholder{color:hsla(0,0%,100%,.58)}.vehicle-search-panel[data-input-tone=glass] .plate-form input{border-color:hsla(0,0%,100%,.42);background:color-mix(in srgb,var(--surface-card) 64%,transparent);color:var(--fg);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.38),0 20px 42px -30px color-mix(in srgb,var(--brand-primary) 54%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-hero[data-section-fg] .vehicle-search-panel[data-input-tone=glass] .plate-form input,.store-home-section[data-section-fg] .vehicle-search-panel[data-input-tone=glass] .plate-form input{color:var(--fg)}.vehicle-search-panel[data-input-tone=glass] .plate-form input::placeholder{color:color-mix(in srgb,var(--fg) 54%,transparent)}.vehicle-search-panel[data-panel-surface=none]:not([data-input-tone]) .plate-form input,:where(.store-hero,.store-home-section)[data-content-surface=none] .vehicle-search-panel--command_panel:not([data-panel-surface]):not([data-input-tone]) .plate-form input{border-color:color-mix(in srgb,var(--border) 88%,#fff);background:color-mix(in srgb,var(--surface-card) 96%,transparent);color:var(--fg);box-shadow:0 18px 34px -30px color-mix(in srgb,var(--fg) 48%,transparent)}.vehicle-search-panel[data-panel-surface=none]:not([data-input-tone]) .plate-form input::placeholder,:where(.store-hero,.store-home-section)[data-content-surface=none] .vehicle-search-panel--command_panel:not([data-panel-surface]):not([data-input-tone]) .plate-form input::placeholder{color:color-mix(in srgb,var(--fg) 46%,transparent)}}@layer components{.plate-form button{background:linear-gradient(135deg,var(--brand-accent),color-mix(in srgb,var(--brand-accent) 70%,var(--brand-primary)));color:#fff;border:none;padding-block:calc(14px * var(--density-scale, 1));padding-inline:calc(24px * var(--density-scale, 1));border-radius:var(--radius);font-size:var(--button-font-size,1rem);font-weight:var(--button-font-weight,600);line-height:var(--button-line-height,normal);letter-spacing:var(--button-letter-spacing,0);text-transform:var(--button-text-transform,none);box-shadow:0 8px 22px color-mix(in srgb,var(--brand-accent) 28%,transparent)}.plate-form button:hover{filter:brightness(1.05)}.plate-form button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-primary);color:#fff;border:none;padding-block:calc(12px * var(--density-scale, 1));padding-inline:calc(22px * var(--density-scale, 1));border-radius:var(--radius);font-size:var(--button-font-size,1rem);font-weight:var(--button-font-weight,600);line-height:var(--button-line-height,normal);letter-spacing:var(--button-letter-spacing,0);text-transform:var(--button-text-transform,none);text-decoration:none;cursor:pointer}.btn-primary,.checkout-form__submit,.plate-form button,.store-home-contact-link,.store-home-promo__cta,.store-home-section__link,.store-product-card__cta{position:relative;isolation:isolate;overflow:hidden;transition:color .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.btn-primary:hover{filter:brightness(1.05);text-decoration:none}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary--ghost{background:transparent;color:var(--brand-accent);border:2px solid color-mix(in srgb,var(--brand-accent) 55%,var(--border))}.btn-primary--ghost:hover{background:color-mix(in srgb,var(--brand-accent) 10%,transparent);filter:none}.error-banner{border-radius:var(--radius);background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.error-banner,.info-banner{padding:12px 16px;margin-block:16px}.info-banner{border-radius:var(--radius);background:color-mix(in srgb,var(--surface-muted) 92%,var(--brand-primary));color:var(--fg);border:1px solid var(--border);line-height:1.5}.media-placeholder{width:100%;height:100%;min-height:100%;box-sizing:border-box;background:repeating-linear-gradient(-45deg,transparent,transparent 8px,color-mix(in srgb,var(--border) 32%,transparent) 8px,color-mix(in srgb,var(--border) 32%,transparent) 9px),linear-gradient(135deg,color-mix(in srgb,var(--surface-muted) 78%,var(--brand-primary)),var(--surface-muted))}.product-thumb{flex:0 0 auto;width:calc(64px * var(--density-scale, 1));height:calc(64px * var(--density-scale, 1));border-radius:8px;background:var(--surface-muted);background-size:cover;background-position:50%}.product-thumb--placeholder{background:repeating-linear-gradient(-45deg,transparent,transparent 6px,color-mix(in srgb,var(--border) 28%,transparent) 6px,color-mix(in srgb,var(--border) 28%,transparent) 7px),linear-gradient(135deg,color-mix(in srgb,var(--surface-muted) 82%,var(--brand-primary)),var(--surface-muted))}.store-category-card{min-width:0;height:100%;display:flex;flex-direction:column;border:var(--border-width,1px) solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 94%,var(--surface-muted)),var(--surface-card));box-shadow:var(--shadow);color:var(--fg);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.store-category-card:hover{border-color:color-mix(in srgb,var(--brand-primary) 50%,var(--border));box-shadow:0 18px 42px -30px color-mix(in srgb,var(--brand-primary) 48%,transparent)}.store-category-card--active{border-color:color-mix(in srgb,var(--brand-primary) 72%,var(--border));background:linear-gradient(180deg,color-mix(in srgb,var(--brand-primary) 13%,var(--surface-card)),var(--surface-card))}.store-category-card__main{flex:1 1;display:grid;color:inherit;text-decoration:none}.store-category-card__main:hover{text-decoration:none}}@layer components{.store-category-card__main:focus-visible,.store-category-card__preview:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-primary) 44%,transparent);outline-offset:3px}.store-category-card__media{aspect-ratio:16/9;background:radial-gradient(circle at 24% 18%,color-mix(in srgb,var(--brand-primary) 16%,transparent),transparent 32%),var(--surface-muted);overflow:hidden}.store-category-card__media img{width:100%;height:100%;display:block;object-fit:cover}.store-category-card__media--fallback{display:grid;place-items:center}.store-category-card__media--fallback span{width:46px;height:46px;display:inline-grid;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 14%,var(--surface-card));color:var(--brand-primary);font-size:.92rem;font-weight:900}.store-category-card__body{display:grid;grid-gap:9px;gap:9px;padding:16px}.store-category-card__header{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.store-category-card__title{margin:0;color:inherit;font-family:var(--font-heading);font-size:1.05rem;line-height:1.35;overflow-wrap:anywhere}.store-category-card__count{flex:0 0 auto;border-radius:999px;background:var(--surface-muted);color:var(--fg-muted);padding:4px 10px;font-size:.82rem;font-weight:800;line-height:1.25;white-space:nowrap}.store-category-card__path{margin:0;color:var(--fg-muted);font-size:.82rem;line-height:1.45;overflow-wrap:anywhere}.store-category-card__previews{display:flex;gap:8px;padding:0 16px 16px;overflow-x:auto}.store-category-card__preview{flex:0 0 auto;width:56px;height:56px;border:1px solid var(--border);border-radius:8px;background:var(--surface-muted);background-position:50%;background-size:cover;transition:transform .15s ease}.store-category-card__preview:hover{transform:scale(1.05);text-decoration:none}.store-category-card__preview--placeholder{background:repeating-linear-gradient(-45deg,transparent,transparent 6px,color-mix(in srgb,var(--border) 28%,transparent) 6px,color-mix(in srgb,var(--border) 28%,transparent) 7px),linear-gradient(135deg,color-mix(in srgb,var(--surface-muted) 82%,var(--brand-primary)),var(--surface-muted))}.store-category-card--compact .store-category-card__media,.store-category-card--compact .store-category-card__previews{display:none}.store-category-card--compact .store-category-card__body{padding:13px}.store-category-card--compact .store-category-card__title{font-size:.98rem}.store-category-card--visual .store-category-card__media{aspect-ratio:4/3}.store-category-card--technical .store-category-card__body{-webkit-border-before:1px solid color-mix(in srgb,var(--border) 76%,transparent);border-block-start:1px solid color-mix(in srgb,var(--border) 76%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-muted) 38%,transparent),transparent)}.store-category-card--technical .store-category-card__title{font-family:var(--font-body);font-size:.98rem;font-weight:900}.store-category-card--technical .store-category-card__count{border-radius:var(--radius)}.store-category-card--count_focused .store-category-card__header{align-items:center}.store-category-card--count_focused .store-category-card__count{background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-muted));color:var(--brand-primary);padding:8px 12px;font-size:.92rem}.store-category-card--autowiz .store-category-card__media{aspect-ratio:21/9}.store-category-card--autowiz.store-category-card--compact .store-category-card__media{display:none}.plate-form button[data-loading=true]{gap:10px}.plate-form button[data-loading=true]:after{content:"";flex:0 0 auto;width:1em;height:1em;border-radius:999px;border:2px solid;border-block-start-color:transparent;animation:store-loader-spin .82s linear infinite}body[data-loader-style=bar] .plate-form button[data-loading=true]:after,body[data-loader-style=progress] .plate-form button[data-loading=true]:after{width:34px;height:4px;border:0;border-radius:999px;background:linear-gradient(90deg,currentColor 0 50%,transparent 50% 100%),color-mix(in srgb,currentColor 22%,transparent);background-size:200% 100%;animation:store-loader-bar .86s ease-in-out infinite}body[data-loader-style=dots] .plate-form button[data-loading=true]:after,body[data-loader-style=newton] .plate-form button[data-loading=true]:after{width:28px;height:8px;border:0;border-radius:0;background:radial-gradient(circle,currentColor 52%,transparent 58%) 0 50% /8px 8px no-repeat,radial-gradient(circle,currentColor 52%,transparent 58%) 50% 50% /8px 8px no-repeat,radial-gradient(circle,currentColor 52%,transparent 58%) 100% 50% /8px 8px no-repeat;animation:store-loader-dots .78s ease-in-out infinite}body[data-loader-style=orbit] .plate-form button[data-loading=true]:after{border:0;background:radial-gradient(circle at 50% 0,currentColor 0 18%,transparent 20%),radial-gradient(circle at 100% 50%,currentColor 0 18%,transparent 20%),radial-gradient(circle at 50% 100%,currentColor 0 18%,transparent 20%),radial-gradient(circle at 0 50%,currentColor 0 18%,transparent 20%);animation:store-loader-spin 1.15s linear infinite}body[data-loader-style=blocks] .plate-form button[data-loading=true]:after{width:1em;height:1em;border:0;border-radius:3px;background:currentColor;box-shadow:.74em 0 0 color-mix(in srgb,currentColor 70%,transparent),0 .74em 0 color-mix(in srgb,currentColor 48%,transparent);animation:store-loader-blocks .9s ease-in-out infinite}}@layer components{@keyframes store-loader-spin{to{transform:rotate(1turn)}}@keyframes store-loader-bar{0%{background-position:100% 0}50%{background-position:0 0}to{background-position:-100% 0}}@keyframes store-loader-dots{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes store-loader-blocks{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(90deg) scale(.86)}}}@layer header{.store-header{font-family:var(--font-nav);position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid color-mix(in srgb,var(--border) 76%,transparent);background:color-mix(in srgb,var(--surface-card) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 color-mix(in srgb,var(--fg) 6%,transparent)}.store-header__inner{width:min(1180px,100%);margin:0 auto;padding:12px 24px}.store-header__inner--category-top,.store-header__inner--compact,.store-header__inner--dark,.store-header__inner--mega,.store-header__inner--single{display:flex;align-items:center;justify-content:space-between;gap:16px}.store-header__inner--search{display:grid;grid-template-columns:minmax(170px,.9fr) minmax(220px,1.25fr) auto;align-items:center;grid-gap:16px;gap:16px}.store-header--simple .store-header__inner{width:100%;padding:14px 24px}.store-header__brand{min-width:0;display:inline-flex;align-items:center;gap:12px;color:var(--header-text-color,var(--fg));font-weight:800;text-decoration:none}.store-header--simple .store-header__brand{font-size:1.2rem;font-weight:700}.store-header__brand:hover,.store-header__category-lead:hover,.store-header__dark-search:hover,.store-header__mega-panel a:hover,.store-header__nav a:hover,.store-header__search-link:hover{text-decoration:none}.store-header__logo,.store-header__mark{flex:0 0 auto;width:var(--header-logo-block-size,40px);height:var(--header-logo-block-size,40px)}.store-header__mark{border-radius:12px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));box-shadow:0 8px 22px color-mix(in srgb,var(--brand-primary) 24%,transparent)}.store-header__logo{width:auto;max-width:min(var(--header-logo-inline-size,120px),42vw);overflow:visible;border-radius:0;background:transparent}.store-header__logo-img{display:block;width:auto;max-width:100%;height:100%;object-fit:contain}.store-header--simple .store-header__logo,.store-header--simple .store-header__mark{width:var(--header-logo-block-size,36px);height:var(--header-logo-block-size,36px)}.store-header--simple .store-header__logo{width:auto;max-width:min(var(--header-logo-inline-size,108px),42vw)}.store-header--simple .store-header__mark{border-radius:10px;box-shadow:0 4px 14px color-mix(in srgb,var(--brand-primary) 35%,transparent)}.store-header__title{min-width:0;color:inherit;font-family:var(--font-brand,var(--font-heading,var(--font-family)));font-size:var(--header-brand-font-size,var(--brand-text-size,1rem));font-weight:var(--header-brand-font-weight,inherit);line-height:var(--header-brand-line-height,1.15);letter-spacing:var(--header-brand-letter-spacing,0);text-transform:var(--header-brand-text-transform,none);overflow-wrap:anywhere}.store-header--simple .store-header__title{letter-spacing:0}.store-header__nav{display:flex;align-items:center;justify-content:flex-start;gap:var(--header-nav-gap,8px);flex-wrap:wrap}.store-header[data-nav-align] .store-header__nav{flex:1 1 auto}.store-header[data-nav-align=start] .store-header__nav{justify-content:flex-start}.store-header[data-nav-align=center] .store-header__nav{justify-content:center}.store-header[data-nav-align=end] .store-header__nav{justify-content:flex-end}.store-header[data-nav-align=start] .store-header__dark-actions{justify-content:flex-start}.store-header[data-nav-align=center] .store-header__dark-actions{justify-content:center}.store-header[data-nav-align=end] .store-header__dark-actions{justify-content:flex-end}.store-header--simple .store-header__nav{gap:var(--header-nav-gap,16px)}.store-header__category-lead,.store-header__dark-search,.store-header__mega-panel a,.store-header__nav a,.store-header__search-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 4px);color:var(--header-nav-text-color,var(--fg-muted));font-size:var(--header-nav-item-font-size,inherit);font-weight:var(--header-nav-item-font-weight,700);line-height:var(--header-nav-item-line-height,1.2);letter-spacing:var(--header-nav-item-letter-spacing,0);text-transform:var(--header-nav-item-text-transform,none)}.store-header__nav a{position:relative;gap:.4em;padding:var(--header-nav-item-padding-y,8px) var(--header-nav-item-padding-x,12px)}.store-header__nav-item{min-width:0;display:inline-flex;align-items:center;gap:var(--header-nav-gap,8px)}.store-header__nav-marker,.store-header__nav-separator{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:var(--header-nav-marker-color,currentColor);line-height:1}.store-header__nav-marker--asset,.store-header__nav-separator--asset{width:1.25em;height:1.25em}.store-header__nav-marker--asset img,.store-header__nav-separator--asset img{display:block;width:100%;height:100%;object-fit:contain}.store-header__nav-separator{color:var(--header-nav-separator-color,currentColor)}.store-header__nav-separator--dot:before,.store-header__nav-separator--square:before{content:"";width:.32em;height:.32em;background:currentColor}.store-header__nav-separator--dot:before{border-radius:999px}.store-header--simple .store-header__nav a{padding:var(--header-nav-item-padding-y,6px) var(--header-nav-item-padding-x,10px);font-size:var(--header-nav-item-font-size,.95rem);font-weight:var(--header-nav-item-font-weight,600)}.store-header__nav a:hover{background:color-mix(in srgb,var(--brand-primary) 10%,transparent);color:var(--header-nav-hover-text-color,var(--fg))}.store-header__search-link{min-width:0;flex-direction:column;align-items:flex-start;padding:10px 16px;border:1px solid color-mix(in srgb,var(--brand-primary) 28%,var(--border));background:color-mix(in srgb,var(--surface-muted) 78%,var(--surface-card));color:var(--header-nav-text-color,var(--fg));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--surface-card) 60%,transparent)}.store-header__search-kicker{color:var(--brand-primary);font-size:.76rem;font-weight:800}.store-header__search-text{max-width:100%;color:var(--header-nav-text-color,var(--fg-muted));font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-header__inner--drawer{display:flex;align-items:center;justify-content:space-between;gap:16px}.store-header-drawer{position:relative;flex:0 0 auto}.store-header-drawer__summary{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--brand-primary) 32%,var(--border));border-radius:999px;padding:8px 14px;background:var(--surface-card);color:var(--header-nav-text-color,var(--fg));font-weight:900;cursor:pointer;list-style:none}}@layer header{.store-header-drawer__summary::-webkit-details-marker{display:none}.store-header-drawer__icon{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-muted))}.store-header-drawer__panel{position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;z-index:30;width:min(320px,calc(100vw - 32px));border:1px solid color-mix(in srgb,var(--border) 84%,transparent);border-radius:var(--radius);background:color-mix(in srgb,var(--surface-card) 98%,transparent);box-shadow:0 24px 60px -34px color-mix(in srgb,var(--fg) 55%,transparent);padding:12px}.store-header__nav--drawer{display:grid;grid-template-columns:1fr;grid-gap:var(--header-nav-gap,6px);gap:var(--header-nav-gap,6px)}.store-header__nav--drawer a{justify-content:flex-start;min-height:44px}.store-header__nav--drawer .store-header__nav-item{justify-content:stretch}.store-header__nav--drawer .store-header__nav-link{width:100%}.store-header--dark{border-bottom-color:color-mix(in srgb,var(--brand-accent) 46%,#1f2937);background:linear-gradient(135deg,#0f172a,#111827 54%,color-mix(in srgb,var(--brand-primary) 32%,#020617))}.store-header--dark,.store-header--dark .store-header__title,.store-header__brand--dark{color:var(--header-text-color,#fff)}.store-header__dark-actions{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.store-header__nav--dark a{color:var(--header-nav-text-color,hsla(0,0%,100%,.78))}.store-header__nav--dark a:hover{background:hsla(0,0%,100%,.12);color:var(--header-nav-hover-text-color,#fff)}.store-header--compact .store-header__inner{padding-block:8px}.store-header__brand--compact .store-header__logo,.store-header__brand--compact .store-header__mark{width:34px;height:34px;border-radius:10px}.store-header__nav--compact{gap:var(--header-nav-gap,4px)}.store-header__nav--compact a{min-height:38px;padding:var(--header-nav-item-padding-y,7px) var(--header-nav-item-padding-x,10px);font-size:var(--header-nav-item-font-size,.88rem)}.store-header--category-nav{background:var(--surface-card)}.store-header__inner--category-top{padding-bottom:10px}.store-header__category-row{display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 24px;border-top:1px solid color-mix(in srgb,var(--border) 78%,transparent);background:color-mix(in srgb,var(--surface-muted) 74%,var(--surface-card));overflow-x:auto}.store-header__category-lead{flex:0 0 auto;padding:8px 16px;background:var(--brand-primary);color:var(--header-nav-text-color,#fff)}.store-header__nav--category{justify-content:flex-start;flex-wrap:nowrap}.store-header--mega{background:color-mix(in srgb,var(--surface-card) 96%,var(--brand-primary) 4%)}.store-header__nav--mega-primary{position:relative;gap:10px}.store-header__mega-dropdown{position:relative}.store-header__mega-trigger{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:calc(var(--radius) - 4px);padding:8px 14px;border:1px solid color-mix(in srgb,var(--brand-primary) 42%,var(--border));background:color-mix(in srgb,var(--surface-card) 92%,var(--surface-muted));color:var(--header-nav-text-color,var(--fg));font-weight:800;line-height:1.2;box-shadow:var(--shadow);cursor:pointer;list-style:none}}@layer header{.store-header__mega-trigger::-webkit-details-marker{display:none}.store-header__mega-dropdown[open] .store-header__mega-trigger,.store-header__mega-trigger:hover{background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-card));color:var(--header-nav-hover-text-color,var(--fg))}.store-header__mega-chevron{font-size:.72rem;transform:translateY(1px);transition:transform .14s ease}.store-header__mega-dropdown[open] .store-header__mega-chevron{transform:translateY(1px) rotate(180deg)}.store-header__mega-panel{position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;z-index:35;width:min(520px,calc(100vw - 48px));padding:12px;display:grid;grid-template-columns:minmax(180px,1fr);grid-gap:12px;gap:12px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:var(--radius);background:var(--surface-card);box-shadow:0 24px 60px -34px color-mix(in srgb,var(--fg) 55%,transparent)}.store-header__mega-dropdown:not([open]) .store-header__mega-panel{display:none}[dir=rtl] .store-header__mega-panel{inset-inline-start:0;inset-inline-end:auto}.store-header__mega-group{min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-header__mega-label{flex-basis:100%;color:var(--fg-muted);font-size:.76rem;font-weight:800}.store-header__mega-panel a{padding:8px 12px;background:color-mix(in srgb,var(--surface-muted) 72%,transparent)}.store-header__mega-panel a:hover{background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-muted));color:var(--header-nav-hover-text-color,var(--fg))}.store-header--right-rail{position:fixed;inset-block:0;right:0;inline-size:260px;border-bottom:0;border-left:1px solid var(--border,#e2e8f0);background:var(--surface-card,#fff);padding:1.5rem 1.25rem;box-shadow:-8px 0 24px -16px rgba(15,23,42,.18);z-index:40;overflow-y:auto}.store-header__rail-inner{display:flex;flex-direction:column;gap:1.5rem;min-height:100%}.store-header__brand--rail{display:flex;align-items:center;gap:.75rem;font-size:1.125rem}.store-header__brand--rail .store-header__logo,.store-header__brand--rail .store-header__mark{width:var(--header-logo-block-size,48px);height:var(--header-logo-block-size,48px)}.store-header__brand--rail .store-header__logo{width:auto;max-width:min(var(--header-logo-inline-size,144px),42vw)}.store-header__brand--rail .store-header__mark{border-radius:14px}.store-header__nav--rail{display:flex;flex-direction:column;align-items:stretch;gap:var(--header-nav-gap,.5rem)}.store-header__nav--rail>.store-header__nav-item{justify-content:stretch}.store-header__nav--rail .store-header__nav-link{width:100%;justify-content:flex-start;padding:var(--header-nav-item-padding-y,.55rem) var(--header-nav-item-padding-x,.75rem);border-radius:var(--radius,12px);color:var(--header-nav-text-color,var(--fg,#0f172a));font-weight:var(--header-nav-item-font-weight,600);text-decoration:none}.store-header__nav--rail .store-header__nav-link:hover{background:var(--surface-muted,rgba(15,23,42,.05));color:var(--header-nav-hover-text-color,var(--fg,#0f172a))}.store-header--right-rail .store-header__nav--commerce{-webkit-margin-before:auto;margin-block-start:auto}}@layer header{@media (max-width:880px){.store-header--right-rail{position:static;inline-size:100%;border-left:0;border-bottom:1px solid var(--border);box-shadow:none}.store-header__rail-inner{min-height:0}.store-header__nav--rail{flex-direction:row;flex-wrap:wrap}.store-header--right-rail .store-header__nav--commerce{-webkit-margin-before:0;margin-block-start:0}}}@layer header{.store-header{--header-bg-color:var(--surface-card,#fff);--header-background:color-mix(in srgb,var(--header-bg-color) 94%,transparent);--header-content-max:1180px;--header-padding-block:12px}.store-header,.store-header--dark{background:var(--header-background)}.store-header--dark{--header-bg-color:#0f172a;--header-background:linear-gradient(135deg,var(--header-bg-color),color-mix(in srgb,var(--brand-primary) 18%,var(--header-bg-color)) 54%,color-mix(in srgb,var(--brand-primary) 32%,#020617))}.store-header[data-header-bg=solid]{--header-background:var(--header-bg-color);-webkit-backdrop-filter:none;backdrop-filter:none}.store-header[data-header-bg=gradient]{--header-background:linear-gradient(135deg,var(--header-bg-color),color-mix(in srgb,var(--brand-primary) 30%,var(--header-bg-color)) 58%,color-mix(in srgb,var(--brand-accent) 22%,var(--header-bg-color)))}.store-header[data-header-bg=glass]{--header-background:color-mix(in srgb,var(--header-bg-color) 78%,transparent);-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%)}.store-header[data-header-bg=transparent]{--header-background:transparent;border-bottom-color:transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.store-header[data-header-bg=transparent] .store-header__category-row,.store-header[data-header-bg=transparent] .store-header__mega-panel{border-color:transparent;background:transparent;box-shadow:none}.store-header[data-header-width=full]{--header-content-max:100%}.store-header[data-header-width=contained]{--header-content-max:1180px}.store-header[data-header-width=narrow]{--header-content-max:960px}.store-header[data-header-height=compact]{--header-padding-block:8px}.store-header[data-header-height=fit]{--header-padding-block:0px}.store-header[data-header-height=standard]{--header-padding-block:12px}.store-header[data-header-height=tall]{--header-padding-block:20px}.store-header .store-header__inner{width:min(var(--header-content-max),100%);padding-block:var(--header-padding-block)}.store-header[data-header-active-indicator=underline] .store-header__nav-link[aria-current=page]:not([data-active-indicator]):after,.store-header__nav-link[aria-current=page][data-active-indicator=underline]:after{content:"";position:absolute;inset-inline:var(--header-nav-item-padding-x,12px);inset-block-end:4px;height:2px;border-radius:999px;background:var(--header-active-indicator-color,var(--brand-primary))}.store-header[data-header-active-indicator=bar] .store-header__nav-link[aria-current=page]:not([data-active-indicator]):before,.store-header__nav-link[aria-current=page][data-active-indicator=bar]:before{content:"";position:absolute;inset-inline-start:0;inset-block:20%;width:3px;border-radius:999px;background:var(--header-active-indicator-color,var(--brand-primary))}[dir=rtl] .store-header[data-header-active-indicator=bar] .store-header__nav-link[aria-current=page]:not([data-active-indicator]):before,[dir=rtl] .store-header__nav-link[aria-current=page][data-active-indicator=bar]:before{inset-inline-start:auto;inset-inline-end:0}.store-header[data-header-active-indicator=pill] .store-header__nav-link[aria-current=page]:not([data-active-indicator]),.store-header__nav-link[aria-current=page][data-active-indicator=pill]{background:color-mix(in srgb,var(--header-active-indicator-color,var(--brand-primary)) 12%,transparent);color:var(--header-nav-hover-text-color,var(--fg))}.store-header__nav-link[aria-current=page][data-active-indicator=none]:after,.store-header__nav-link[aria-current=page][data-active-indicator=none]:before{display:none}.store-header__inner--category-top,.store-header__inner--compact,.store-header__inner--dark,.store-header__inner--drawer,.store-header__inner--mega,.store-header__inner--single{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-column-gap:16px;column-gap:16px;direction:ltr}.store-header__inner--search{grid-template-columns:minmax(0,1fr) minmax(220px,auto) minmax(0,1fr);direction:ltr}.store-header-drawer,.store-header__brand,.store-header__dark-actions,.store-header__nav,.store-header__search-link{direction:ltr}[dir=rtl] .store-header-drawer,[dir=rtl] .store-header__brand,[dir=rtl] .store-header__dark-actions,[dir=rtl] .store-header__nav,[dir=rtl] .store-header__search-link{direction:rtl}.store-header .store-header__brand{grid-column:1;justify-self:start}.store-header .store-header-drawer,.store-header .store-header__dark-actions,.store-header .store-header__nav,.store-header[data-brand-side=right] .store-header__brand{grid-column:3;justify-self:end}.store-header .store-header-drawer,.store-header .store-header__nav{width:max-content;max-width:100%;flex:0 1 auto}.store-header[data-brand-side=right] .store-header-drawer,.store-header[data-brand-side=right] .store-header__dark-actions,.store-header[data-brand-side=right] .store-header__nav,.store-header[data-nav-position=left] .store-header-drawer,.store-header[data-nav-position=left] .store-header__dark-actions,.store-header[data-nav-position=left] .store-header__nav{grid-column:1;justify-self:start}.store-header[data-nav-position=center] .store-header-drawer,.store-header[data-nav-position=center] .store-header__dark-actions,.store-header[data-nav-position=center] .store-header__nav{grid-column:2;justify-self:center}.store-header[data-nav-position=right] .store-header-drawer,.store-header[data-nav-position=right] .store-header__dark-actions,.store-header[data-nav-position=right] .store-header__nav{grid-column:3;justify-self:end}.store-header__dark-actions{width:max-content;max-width:100%;flex:none}.store-header__search-link{grid-column:2;justify-self:center}.store-header--sticky-search[data-nav-position=center] .store-header__nav{grid-column:3;justify-self:end}}@layer header{@media (max-width:840px){.store-header__inner--search{grid-template-columns:1fr}.store-header__inner--category-top,.store-header__inner--compact,.store-header__inner--dark,.store-header__inner--drawer,.store-header__inner--mega,.store-header__inner--single{align-items:stretch;grid-template-columns:1fr;row-gap:12px}.store-header .store-header-drawer,.store-header .store-header__brand,.store-header .store-header__dark-actions,.store-header .store-header__nav,.store-header .store-header__search-link{grid-column:1;justify-self:stretch}.store-header__dark-actions,.store-header__nav,.store-header__nav--commerce{justify-content:flex-start}.store-header__nav{width:100%}.store-header__nav-item{flex:1 1 96px}.store-header__nav-link{width:100%}.store-header__category-row{justify-content:flex-start}.store-header__mega-panel{position:static;grid-template-columns:1fr;width:100%;-webkit-margin-before:8px;margin-block-start:8px}}}@layer hero{.store-hero{position:relative;overflow:hidden;margin-block:28px;border:var(--border-width,1px) solid color-mix(in srgb,var(--border) 84%,transparent);border-radius:var(--radius);background:var(--surface-card);box-shadow:var(--shadow)}.store-hero__inner{position:relative;z-index:2;inline-size:100%;box-sizing:border-box}.store-hero[data-canvas-width=full]{inline-size:100vw;max-inline-size:100vw;margin-inline:calc(50% - 50vw);border-color:transparent;border-radius:0;box-shadow:none}.store-hero[data-canvas-width=full]>.store-hero__inner{max-inline-size:calc(var(--hero-inner-width, var(--hero-container-width, 1180px)) + 48px);margin-inline:auto;padding-inline:24px}.store-hero[data-inner-width]>.store-hero__inner{max-inline-size:var(--hero-inner-width);margin-inline:auto}.store-hero[data-canvas-width=full][data-inner-width]>.store-hero__inner{max-inline-size:calc(var(--hero-inner-width) + 48px)}.store-hero[data-inner-width=full]>.store-hero__inner{max-inline-size:100%}.store-hero[data-min-height]>.store-hero__inner{min-block-size:var(--hero-min-height)}.store-hero[data-content-x=start]>.store-hero__inner{justify-items:start;text-align:start}.store-hero[data-content-x=center]>.store-hero__inner{justify-items:center;text-align:center}.store-hero[data-content-x=end]>.store-hero__inner{justify-items:end;text-align:end}.store-hero[data-content-y=start]>.store-hero__inner{align-content:start}.store-hero[data-content-y=center]>.store-hero__inner{align-content:center}.store-hero[data-content-y=end]>.store-hero__inner{align-content:end}.store-hero[data-content-max-width] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy,.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search,.store-hero__center-search-panel,.vehicle-search-panel){max-inline-size:var(--hero-content-max-width)}.store-hero[data-content-max-width=none] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy,.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search,.store-hero__center-search-panel,.vehicle-search-panel){max-inline-size:none}.store-hero--center-search,.store-hero--message{padding:56px 24px 48px;text-align:center;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);background:linear-gradient(145deg,color-mix(in srgb,var(--surface-card) 92%,var(--brand-primary) 8%) 0,var(--surface-muted) 55%,color-mix(in srgb,var(--surface-card) 88%,var(--brand-secondary) 12%) 100%)}.store-hero--center-search .store-hero__inner,.store-hero--message .store-hero__inner{display:grid;justify-items:center}.store-hero__center-copy{position:relative;z-index:2;max-width:640px;margin:0 auto}.store-hero--center-search .store-hero__kicker{font-size:.75rem;font-weight:700;letter-spacing:.14em}.store-hero--center-search .store-hero__title{margin:0 0 12px;font-size:clamp(1.75rem,4vw,2.35rem);line-height:1.15}.store-hero--center-search .store-hero__subtitle{margin:0 0 28px}.store-hero-bg{position:absolute;inset:0;z-index:0;opacity:.24;pointer-events:none}.store-hero:has(.store-hero-bg) .store-hero-bg{opacity:1}.store-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--surface-card) 82%,transparent),transparent 48%),linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 72%,transparent),color-mix(in srgb,var(--surface-card) 92%,transparent))}.store-hero-bg__image{width:100%;height:100%;display:block;object-fit:var(--hero-background-fit,cover);object-position:var(--hero-background-position,center center);opacity:var(--hero-background-opacity,1)}.store-hero[data-background-fit=contain] .store-hero-bg__image{background:color-mix(in srgb,var(--fg) 88%,#000)}.store-hero[data-background-position=top] .store-hero-bg__image{object-position:center top}.store-hero[data-background-position=bottom] .store-hero-bg__image{object-position:center bottom}.store-hero[data-background-position=start] .store-hero-bg__image{object-position:left center}.store-hero[data-background-position=end] .store-hero-bg__image,[dir=rtl] .store-hero[data-background-position=start] .store-hero-bg__image{object-position:right center}[dir=rtl] .store-hero[data-background-position=end] .store-hero-bg__image{object-position:left center}.store-hero[data-background-overlay=none] .store-hero-bg:after{background:transparent}.store-hero[data-background-overlay=light] .store-hero-bg:after{background:linear-gradient(0deg,hsla(0,0%,100%,.58),hsla(0,0%,100%,.58))}.store-hero[data-background-overlay=dark] .store-hero-bg:after{background:linear-gradient(0deg,rgba(5,12,24,.58),rgba(5,12,24,.58))}.store-hero[data-background-overlay=gradient] .store-hero-bg:after{background:linear-gradient(90deg,color-mix(in srgb,var(--surface-card) 82%,transparent),transparent 48%),linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 72%,transparent),color-mix(in srgb,var(--surface-card) 92%,transparent))}[dir=rtl] .store-hero[data-background-overlay=gradient] .store-hero-bg:after{background:linear-gradient(270deg,color-mix(in srgb,var(--surface-card) 82%,transparent),transparent 48%),linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 72%,transparent),color-mix(in srgb,var(--surface-card) 92%,transparent))}.store-hero__glow{position:absolute;inset:-40% -20% auto -20%;height:85%;background:radial-gradient(closest-side,color-mix(in srgb,var(--brand-primary) 22%,transparent),transparent 70%);pointer-events:none;z-index:1}.store-hero:before{background:radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--brand-primary) 11%,transparent),transparent 34%),radial-gradient(circle at 84% 18%,color-mix(in srgb,var(--brand-accent) 8%,transparent),transparent 28%);opacity:.95}.store-hero--center-search:before,.store-hero:before{content:"";position:absolute;inset:0;pointer-events:none}.store-hero--center-search:before{opacity:var(--hero-mesh-opacity,.35);background-image:linear-gradient(rgba(15,23,42,.04) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.04) 1px,transparent 0);background-size:22px 22px;z-index:1}.store-hero--message:before{content:none}.store-hero__copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy{font-family:var(--font-hero);min-width:0;position:relative;z-index:2}.store-hero__kicker{margin:0 0 10px;color:color-mix(in srgb,var(--brand-accent) 86%,var(--fg-muted));font-size:.76rem;font-weight:800;text-transform:uppercase}.store-hero__title{margin:0;color:var(--fg);font-family:var(--font-hero);font-size:var(--hero-title-font-size,clamp(2.05rem,4vw,2.65rem));font-weight:var(--hero-title-font-weight,inherit);line-height:var(--hero-title-line-height,1.08);letter-spacing:var(--hero-title-letter-spacing,0);text-transform:var(--hero-title-text-transform,none);overflow-wrap:anywhere}.store-hero__subtitle{font-size:var(--hero-subtitle-font-size,1.05rem);font-weight:var(--hero-subtitle-font-weight,inherit);line-height:var(--hero-subtitle-line-height,1.55);letter-spacing:var(--hero-subtitle-letter-spacing,0);text-transform:var(--hero-subtitle-text-transform,none)}.store-hero__body,.store-hero__subtitle{margin:14px 0 0;color:var(--fg-muted);overflow-wrap:anywhere}.store-hero__body{font-size:var(--hero-body-font-size,var(--hero-body-size,1rem));font-weight:var(--hero-body-font-weight,inherit);line-height:var(--hero-body-line-height,1.72);letter-spacing:var(--hero-body-letter-spacing,0);text-transform:var(--hero-body-text-transform,none);white-space:pre-line}.store-hero__actions,.store-hero__promo-actions{margin-top:20px}.store-hero__link{color:var(--brand-primary);font-weight:800}.store-hero[data-padding-block]{padding-block:var(--hero-padding-block)}.store-hero[data-section-bg]{background:var(--hero-section-bg)}.store-hero:has(.store-hero-bg):before,.store-hero[data-section-bg]:before{content:none}.store-hero:has(.store-hero-bg) .store-hero__glow,.store-hero[data-section-bg] .store-hero__glow{display:none}.store-hero[data-content-surface=none]{border-color:transparent;border-radius:0;box-shadow:none}.store-hero[data-content-surface=none]:not([data-section-bg]){background:transparent}.store-hero[data-content-surface=none]:before{content:none}.store-hero[data-content-surface=none] .store-hero__glow,.store-hero[data-content-surface=none] .store-hero__rail{display:none}.store-hero[data-content-surface=none] :where(.store-hero__center-search-panel:not([data-panel-surface]),.store-hero__dark-search:not([data-panel-surface]),.store-hero__minimal-search:not([data-panel-surface]),.store-hero__promo-search:not([data-panel-surface])){border-color:transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.store-hero[data-section-fg],.store-hero[data-section-fg] .store-hero__kicker,.store-hero[data-section-fg] .store-hero__link,.store-hero[data-section-fg] .store-hero__search-label,.store-hero[data-section-fg] .store-hero__subtitle,.store-hero[data-section-fg] .store-hero__title,.store-hero[data-section-fg].store-hero,.store-hero[data-section-fg].store-hero .store-hero__body,.store-hero[data-section-fg].store-hero .store-hero__kicker,.store-hero[data-section-fg].store-hero .store-hero__link,.store-hero[data-section-fg].store-hero .store-hero__search-label,.store-hero[data-section-fg].store-hero .store-hero__subtitle,.store-hero[data-section-fg].store-hero .store-hero__title{color:var(--hero-section-fg)}.store-hero[data-container-width]>.store-hero__inner{max-width:var(--hero-container-width);margin-inline:auto}.store-hero .store-hero__title{font-size:var(
    --hero-title-font-size,var(--hero-title-size,clamp(2.05rem,4vw,2.65rem))
  )}.store-hero .store-hero__subtitle{font-size:var(--hero-subtitle-font-size,var(--hero-subtitle-size,1.05rem))}.store-hero .store-hero__body{font-size:var(--hero-body-font-size,var(--hero-body-size,1rem))}.store-hero[data-title-align=start] .store-hero__center-copy,.store-hero[data-title-align=start] .store-hero__copy,.store-hero[data-title-align=start] .store-hero__dark-copy,.store-hero[data-title-align=start] .store-hero__dark-search,.store-hero[data-title-align=start] .store-hero__minimal-copy,.store-hero[data-title-align=start] .store-hero__minimal-search,.store-hero[data-title-align=start] .store-hero__promo-copy,.store-hero[data-title-align=start] .store-hero__promo-search{text-align:start}.store-hero[data-title-align=center] .store-hero__center-copy,.store-hero[data-title-align=center] .store-hero__copy,.store-hero[data-title-align=center] .store-hero__dark-copy,.store-hero[data-title-align=center] .store-hero__dark-search,.store-hero[data-title-align=center] .store-hero__minimal-copy,.store-hero[data-title-align=center] .store-hero__minimal-search,.store-hero[data-title-align=center] .store-hero__promo-copy,.store-hero[data-title-align=center] .store-hero__promo-search{text-align:center}.store-hero[data-title-align=end] .store-hero__center-copy,.store-hero[data-title-align=end] .store-hero__copy,.store-hero[data-title-align=end] .store-hero__dark-copy,.store-hero[data-title-align=end] .store-hero__dark-search,.store-hero[data-title-align=end] .store-hero__minimal-copy,.store-hero[data-title-align=end] .store-hero__minimal-search,.store-hero[data-title-align=end] .store-hero__promo-copy,.store-hero[data-title-align=end] .store-hero__promo-search{text-align:end}.store-hero[data-subtitle-align=start] .store-hero__subtitle{text-align:start}.store-hero[data-subtitle-align=center] .store-hero__subtitle{text-align:center}.store-hero[data-subtitle-align=end] .store-hero__subtitle{text-align:end}.store-hero[data-body-align=start] .store-hero__body{text-align:start}.store-hero[data-body-align=center] .store-hero__body{text-align:center}.store-hero[data-body-align=end] .store-hero__body{text-align:end}.store-hero[data-title-align=start] .plate-form{justify-content:flex-start;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:auto;margin-inline-end:auto}.store-hero[data-content-align=start] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy,.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search){text-align:start}.store-hero[data-content-align=center] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy,.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search){text-align:center}.store-hero[data-content-align=end] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy,.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search){text-align:end}.store-hero[data-title-align=center] .plate-form{justify-content:center;margin-inline:auto}.store-hero[data-title-align=end] .plate-form{justify-content:flex-end;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:0;margin-inline-end:0}.store-hero[data-vehicle-search-layout=stacked]{display:flex;flex-direction:column;align-items:stretch}.store-hero[data-vehicle-search-layout=stacked] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy){max-width:min(780px,100%)}.store-hero[data-vehicle-search-layout=stacked] :where(.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search,.store-hero__center-search-panel,.vehicle-search-panel){max-width:min(720px,100%);-webkit-margin-before:22px;margin-block-start:22px}.store-hero[data-vehicle-search-layout=command_panel]{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.store-hero[data-vehicle-search-layout=command_panel] :where(.store-hero__copy,.store-hero__center-copy,.store-hero__dark-copy,.store-hero__minimal-copy,.store-hero__promo-copy){max-width:min(820px,100%)}.store-hero[data-vehicle-search-layout=command_panel] :where(.store-hero__dark-search,.store-hero__minimal-search,.store-hero__promo-search,.store-hero__center-search-panel,.vehicle-search-panel){-webkit-margin-before:24px;margin-block-start:24px;margin-inline:auto}.store-hero[data-divider]:not([data-divider=none]):after{content:"";position:absolute;inset-inline:0;inset-block-end:0;block-size:1px;background:currentcolor;opacity:.14}.store-hero--split{padding:34px;background:radial-gradient(circle at 88% 16%,color-mix(in srgb,var(--brand-secondary) 18%,transparent),transparent 32%),linear-gradient(135deg,var(--surface-card),color-mix(in srgb,var(--surface-muted) 70%,var(--brand-primary)))}.store-hero--split .store-hero__inner{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(280px,.98fr);grid-gap:28px;gap:28px;align-items:stretch}.store-hero--category-tiles .vehicle-search-panel,.store-hero--minimal .vehicle-search-panel,.store-hero--promo .vehicle-search-panel,.store-hero--split .vehicle-search-panel{justify-content:flex-start;margin:24px 0 0}.store-hero-visual{min-height:320px;border-radius:calc(var(--radius) + 4px);overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 72%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 18%,var(--surface-muted)),var(--surface-card));box-shadow:0 24px 58px -34px color-mix(in srgb,var(--fg) 48%,transparent)}.store-hero-visual__image{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.store-hero-visual__fallback{position:relative;height:100%;min-height:320px;padding:24px;display:flex;align-items:flex-end;background:repeating-linear-gradient(-45deg,transparent,transparent 12px,color-mix(in srgb,var(--border) 34%,transparent) 12px,color-mix(in srgb,var(--border) 34%,transparent) 13px),linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 24%,var(--surface-muted)),var(--surface-card))}.store-hero-visual__line{position:absolute;inset-inline:24px;height:2px;background:color-mix(in srgb,var(--brand-primary) 48%,transparent)}.store-hero-visual__line--one{top:36%}.store-hero-visual__line--two{top:54%;inset-inline-start:30%}.store-hero-visual__plate{position:relative;z-index:1;max-width:100%;padding:12px 16px;border-radius:calc(var(--radius) - 2px);background:var(--surface-card);color:var(--fg);font-weight:800;box-shadow:var(--shadow);overflow-wrap:anywhere}.store-hero--dark-banner{min-height:390px;padding:38px;background:radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--brand-accent) 36%,transparent),transparent 30%),radial-gradient(circle at 18% 88%,color-mix(in srgb,var(--brand-primary) 26%,transparent),transparent 34%),linear-gradient(135deg,#020617 0,#111827 56%,color-mix(in srgb,var(--brand-primary) 34%,#020617))}.store-hero--dark-banner .store-hero__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:24px;gap:24px;align-items:end}.store-hero--dark-banner:not([data-section-fg]) .store-hero__body,.store-hero--dark-banner:not([data-section-fg]) .store-hero__subtitle,.store-hero--dark-banner:not([data-section-fg]) .store-hero__title{color:#fff}.store-hero--dark-banner:not([data-section-fg]) .store-hero__body,.store-hero--dark-banner:not([data-section-fg]) .store-hero__subtitle{color:hsla(0,0%,100%,.78)}.store-hero__rail{position:absolute;inset-block:28px;inset-inline-start:28px;display:flex;flex-direction:column;gap:8px}.store-hero__rail span{width:4px;flex:1 1;border-radius:999px;background:color-mix(in srgb,var(--brand-accent) 68%,transparent)}.store-hero__dark-copy{-webkit-padding-start:28px;padding-inline-start:28px}.store-hero__dark-search{position:relative;z-index:2;padding:20px;border:1px solid hsla(0,0%,100%,.16);border-radius:var(--radius);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-hero__dark-search .plate-form{margin:10px 0 0;justify-content:flex-start}.store-hero--dark-banner:not([data-section-fg]) .store-hero__dark-search .vehicle-search-panel__link{display:inline-flex;margin-top:14px;color:#fff}.store-hero--dark-banner:not([data-section-fg]) .store-hero__dark-search .vehicle-search-panel__label{color:hsla(0,0%,100%,.72);font-size:.82rem;font-weight:800}.store-hero--minimal{padding:28px;background:linear-gradient(180deg,var(--surface-card),color-mix(in srgb,var(--surface-muted) 50%,var(--surface-card)));box-shadow:none}.store-hero--minimal .store-hero__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);grid-gap:24px;gap:24px;align-items:center}.store-hero--minimal .store-hero__title{font-size:var(--hero-title-size,1.75rem)}.store-hero--minimal .store-hero__minimal-search{padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--surface-muted) 78%,var(--surface-card))}.store-hero--category-tiles{padding:34px;background:radial-gradient(circle at 86% 14%,color-mix(in srgb,var(--brand-secondary) 18%,transparent),transparent 30%),linear-gradient(135deg,var(--surface-card),color-mix(in srgb,var(--surface-muted) 78%,var(--brand-secondary)))}.store-hero--category-tiles .store-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.9fr);grid-gap:28px;gap:28px}.store-hero__tile-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;align-content:center}.store-hero__tile{min-height:76px;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:var(--radius);background:var(--surface-card);color:var(--fg);font-weight:800;box-shadow:0 14px 30px -22px color-mix(in srgb,var(--fg) 44%,transparent);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.store-hero__tile:hover{text-decoration:none;transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand-primary) 48%,var(--border));box-shadow:0 18px 34px -22px color-mix(in srgb,var(--brand-primary) 46%,transparent)}.store-hero__tile-index{color:var(--brand-primary);font-size:.78rem;font-weight:900}.store-hero--promo{padding:34px;background:radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--brand-primary) 18%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--brand-accent) 24%,var(--surface-card)),var(--surface-card) 52%,color-mix(in srgb,var(--brand-primary) 18%,var(--surface-muted)))}.store-hero--promo .store-hero__inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.85fr);grid-template-areas:"copy visual" "search visual";grid-gap:18px 28px;gap:18px 28px}.store-hero__promo-copy{grid-area:copy}.store-hero__promo-search{grid-area:search;align-self:end}.store-hero--promo .store-hero-visual{grid-area:visual}}@layer hero{@media (max-width:840px){.store-hero__title{font-size:var(--hero-title-size,1.85rem)}.store-hero--category-tiles,.store-hero--dark-banner,.store-hero--minimal,.store-hero--promo,.store-hero--split{padding:24px}.store-hero--category-tiles .store-hero__inner,.store-hero--dark-banner .store-hero__inner,.store-hero--minimal .store-hero__inner,.store-hero--promo .store-hero__inner,.store-hero--split .store-hero__inner{grid-template-columns:1fr}.store-hero--promo .store-hero__inner{grid-template-areas:"copy" "search" "visual"}.store-hero__dark-copy{-webkit-padding-start:20px;padding-inline-start:20px}.store-hero-visual,.store-hero-visual__fallback,.store-hero-visual__image{min-height:240px}}@media (max-width:560px){.store-hero__title{font-size:var(--hero-title-size,1.62rem)}.store-hero--category-tiles,.store-hero--dark-banner,.store-hero--minimal,.store-hero--promo,.store-hero--split{padding:18px}}}@layer product-card{.store-product-card{min-width:0;display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 96%,var(--surface-muted)),var(--surface-card));border:var(--border-width,1px) solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);color:inherit;text-decoration:none;transition:box-shadow .15s ease,border-color .15s ease}.store-product-card:hover{text-decoration:none;border-color:color-mix(in srgb,var(--brand-primary) 42%,var(--border));box-shadow:0 18px 42px -30px color-mix(in srgb,var(--brand-primary) 48%,transparent)}.store-product-card:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-primary) 44%,transparent);outline-offset:3px}.store-product-card__media{aspect-ratio:1/1;background:radial-gradient(circle at 24% 20%,color-mix(in srgb,var(--brand-primary) 10%,transparent),transparent 32%),var(--surface-muted)}.store-product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.store-product-card__media-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.store-product-card__placeholder{width:100%;height:100%}.store-product-card__body{font-family:var(--font-product-card);min-width:0;padding:13px;display:flex;flex:1 1;flex-direction:column;gap:7px}.store-product-card__title{margin:0;color:var(--fg);font-size:1rem;line-height:1.35;font-family:var(--font-product-card);overflow-wrap:anywhere}.store-product-card__title-link{color:inherit;text-decoration:none}.store-product-card__title-link:hover{text-decoration:underline}.store-product-card__category,.store-product-card__description,.store-product-card__price-note,.store-product-card__sku,.store-product-card__source,.store-product-card__subtitle,.store-product-card__supplier{margin:0;color:var(--fg-muted);font-size:.82rem;line-height:1.4;overflow-wrap:anywhere}.store-product-card__source{font-size:.75rem;font-weight:800}.store-product-card__sku{direction:ltr;text-align:start;font-weight:700;letter-spacing:.02em}.store-product-card__description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-product-card__attribute-label{color:var(--fg);font-weight:800}.store-product-card__attribute-label:after{content:": "}.store-product-card__price{margin:auto 0 0;color:var(--brand-primary);font-size:1rem;font-weight:800}.store-product-card__availability{width:-moz-fit-content;width:fit-content;margin:0;border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:800;line-height:1.25}.store-product-card__availability--in_stock{background:#ecfdf3;color:#166534}.store-product-card__availability--out_of_stock{background:#fef2f2;color:#991b1b}.store-product-card__availability--unknown,.store-product-card__cta{background:var(--surface-muted);color:var(--fg-muted)}.store-product-card__cta{min-height:42px;margin-top:auto;border:0;border-radius:var(--radius);padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:.9rem;font-weight:800;line-height:1.2;text-align:center;cursor:not-allowed}.store-product-card__cta--active{background:var(--brand-primary);color:#fff;cursor:pointer}.store-product-card__cta--active:hover{filter:brightness(1.05)}.store-product-card__cta:disabled{opacity:.68;cursor:not-allowed}.store-product-card--compact{flex-direction:row;min-height:116px}.store-product-card--compact .store-product-card__media{flex:0 0 104px;aspect-ratio:auto}.store-product-card--compact .store-product-card__title{font-size:.93rem}.store-product-card--visual .store-product-card__media--visual{aspect-ratio:1/1}.store-product-card--visual .store-product-card__body--visual{padding:14px;border-top:1px solid color-mix(in srgb,var(--border) 78%,transparent)}.store-product-card--technical{border-radius:calc(var(--radius) - 2px);box-shadow:none;-webkit-border-start:4px solid color-mix(in srgb,var(--brand-primary) 82%,var(--border));border-inline-start:4px solid color-mix(in srgb,var(--brand-primary) 82%,var(--border));background:var(--surface-card)}.store-product-card--technical .store-product-card__media--technical{aspect-ratio:4/3}.store-product-card__body--technical{gap:12px}.store-product-card__technical-head,.store-product-card__technical-meta{display:flex;flex-direction:column;gap:7px}.store-product-card__technical-meta{margin-top:auto;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--border) 84%,transparent)}.store-product-card--price_focused{border-width:1.5px;box-shadow:0 10px 28px -24px color-mix(in srgb,var(--fg) 45%,transparent)}.store-product-card--price_focused .store-product-card__media--price{aspect-ratio:5/4}.store-product-card__body--price{gap:9px}.store-product-card--price_focused .store-product-card__price{margin-top:auto;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-card));font-size:1.18rem}.store-product-card--availability_focused .store-product-card__media--availability{aspect-ratio:16/11}.store-product-card__body--availability{gap:10px}.store-product-card--availability_focused{border-color:color-mix(in srgb,var(--brand-accent) 34%,var(--border))}.store-product-card--availability_focused .store-product-card__availability{box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-accent) 8%,transparent)}.store-product-card--b2b_dense{min-height:0;border-radius:calc(var(--radius) - 4px);box-shadow:none;background:var(--surface-card)}.store-product-card__b2b-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:12px}.store-product-card__b2b-main,.store-product-card__b2b-meta{min-width:0;display:flex;flex-direction:column;gap:5px}.store-product-card__b2b-meta{align-items:flex-end}.store-product-card__b2b-meta .store-product-card__price{margin:0;white-space:nowrap}.store-product-card__b2b-meta .store-product-card__cta{min-width:128px;margin-top:0}.store-product-card--home.store-product-card--b2b_dense{min-width:260px}}@layer product-card{@media (max-width:640px){.store-product-card--compact{min-height:104px}.store-product-card--compact .store-product-card__media{flex-basis:92px}.store-product-card__b2b-row{grid-template-columns:1fr}.store-product-card__b2b-meta{align-items:flex-start}.store-product-card__b2b-meta .store-product-card__cta{width:100%}}}@layer homepage-sections{.home-below-hero{margin-top:8px;padding-bottom:32px}.store-home-sections{margin-top:10px;padding-bottom:34px;display:flex;flex-direction:column;gap:calc(clamp(28px, 5vw, 56px) * var(--density-scale, 1))}.store-home-section{position:relative;border-radius:var(--radius);color:var(--fg);overflow:hidden}.store-home-section__inner{position:relative;z-index:1;inline-size:100%;box-sizing:border-box}.store-home-section.store-home-section--variant-full_width,.store-home-section[data-canvas-width=full]{inline-size:100vw;max-inline-size:100vw;margin-inline:calc(50% - 50vw);border-radius:0}.store-home-section.store-home-section--variant-full_width>.store-home-section__inner,.store-home-section[data-canvas-width=full]>.store-home-section__inner{max-inline-size:calc(var(--section-inner-width, var(--section-container-width, 1180px)) + 48px);margin-inline:auto;padding-inline:24px}.store-home-section[data-inner-width]>.store-home-section__inner{max-inline-size:var(--section-inner-width);margin-inline:auto}.store-home-section.store-home-section--variant-full_width[data-inner-width]>.store-home-section__inner,.store-home-section[data-canvas-width=full][data-inner-width]>.store-home-section__inner{max-inline-size:calc(var(--section-inner-width) + 48px)}.store-home-section[data-inner-width=full]>.store-home-section__inner{max-inline-size:100%}.store-home-section[data-min-height]>.store-home-section__inner{min-block-size:var(--section-min-height)}.store-home-section[data-content-x]>.store-home-section__inner,.store-home-section[data-content-y]>.store-home-section__inner{display:flex;flex-direction:column}.store-home-section[data-content-x=start]>.store-home-section__inner{align-items:start}.store-home-section[data-content-x=center]>.store-home-section__inner{align-items:center}.store-home-section[data-content-x=end]>.store-home-section__inner{align-items:end}.store-home-section[data-content-y=start]>.store-home-section__inner{justify-content:flex-start}.store-home-section[data-content-y=center]>.store-home-section__inner{justify-content:center}.store-home-section[data-content-y=end]>.store-home-section__inner{justify-content:flex-end}.store-home-section[data-content-max-width] .store-home-section__content,.store-home-section[data-content-max-width] .store-home-section__head{inline-size:100%;max-inline-size:var(--section-content-max-width)}.store-home-section[data-content-max-width=none] .store-home-section__content,.store-home-section[data-content-max-width=none] .store-home-section__head{max-inline-size:none}.store-home-section[data-has-background-image=true]{padding:clamp(24px,5vw,54px);color:#fff;background:var(--fg)}.store-home-section[data-has-background-image=true]:before{content:"";position:absolute;inset:0;z-index:0;background:transparent;pointer-events:none}.store-home-section[data-has-background-image=true][data-background-overlay=light]:before{background:hsla(0,0%,100%,.58)}.store-home-section[data-has-background-image=true][data-background-overlay=dark]:before{background:rgba(5,12,24,.58)}.store-home-section[data-has-background-image=true][data-background-overlay=gradient]:before{background:linear-gradient(90deg,rgba(7,15,30,.78),rgba(7,15,30,.3)),radial-gradient(circle at 72% 22%,hsla(0,0%,100%,.16),transparent 32%)}[dir=rtl] .store-home-section[data-has-background-image=true][data-background-overlay=gradient]:before{background:linear-gradient(270deg,rgba(7,15,30,.78),rgba(7,15,30,.3)),radial-gradient(circle at 28% 22%,hsla(0,0%,100%,.16),transparent 32%)}.store-home-section__background{position:absolute;inset:0;z-index:0}.store-home-section__background-image{width:100%;height:100%;display:block;object-fit:var(--section-background-fit,cover);object-position:var(--section-background-position,center center);opacity:var(--section-background-opacity,1)}.store-home-section[data-background-fit=contain] .store-home-section__background-image{background:color-mix(in srgb,var(--fg) 88%,#000)}.store-home-section[data-background-position=top] .store-home-section__background-image{object-position:center top}.store-home-section[data-background-position=bottom] .store-home-section__background-image{object-position:center bottom}.store-home-section[data-background-position=start] .store-home-section__background-image{object-position:left center}.store-home-section[data-background-position=end] .store-home-section__background-image,[dir=rtl] .store-home-section[data-background-position=start] .store-home-section__background-image{object-position:right center}[dir=rtl] .store-home-section[data-background-position=end] .store-home-section__background-image{object-position:left center}.store-home-section[data-has-background-image=true] .store-home-section__body,.store-home-section[data-has-background-image=true] .store-home-section__subtitle,.store-home-section[data-has-background-image=true] .store-home-section__title{color:inherit;text-shadow:0 18px 44px rgba(0,0,0,.42)}.store-home-section[data-has-background-image=true][data-background-overlay=light]{color:var(--fg)}.store-home-section[data-has-background-image=true][data-background-overlay=none] .store-home-section__body,.store-home-section[data-has-background-image=true][data-background-overlay=none] .store-home-section__subtitle,.store-home-section[data-has-background-image=true][data-background-overlay=none] .store-home-section__title{text-shadow:none}.store-home-section[data-has-background-image=true] .store-home-section__link{border-color:hsla(0,0%,100%,.38);background:hsla(0,0%,100%,.14);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-home-section--muted{padding:clamp(20px,4vw,30px);border:1px solid color-mix(in srgb,var(--border) 86%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-muted) 74%,var(--surface-card)),var(--surface-card))}.store-home-section--accent{padding:clamp(20px,4vw,32px);border:1px solid color-mix(in srgb,var(--brand-primary) 22%,var(--border));background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--brand-primary) 12%,transparent),transparent 34%),var(--surface-card);box-shadow:var(--shadow)}.store-home-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.store-home-section__copy{max-width:76ch;min-width:0}.store-home-section__title{margin:0;font-size:var(--section-title-font-size,clamp(1.28rem,3vw,1.8rem));font-weight:var(--section-title-font-weight,inherit);line-height:var(--section-title-line-height,1.15);letter-spacing:var(--section-title-letter-spacing,0);text-transform:var(--section-title-text-transform,none);color:var(--fg);font-family:var(--font-section)}.store-home-section__subtitle{margin:8px 0 0;color:var(--fg-muted);font-size:var(--section-subtitle-font-size,.96rem);font-weight:var(--section-subtitle-font-weight,inherit);line-height:var(--section-subtitle-line-height,1.55);letter-spacing:var(--section-subtitle-letter-spacing,0);text-transform:var(--section-subtitle-text-transform,none);max-width:68ch}.store-home-section__body{margin-top:12px;max-width:78ch;color:var(--fg-muted);font-size:var(--section-body-font-size,var(--section-body-size,1rem));font-weight:var(--section-body-font-weight,inherit);line-height:var(--section-body-line-height,1.72);letter-spacing:var(--section-body-letter-spacing,0);text-transform:var(--section-body-text-transform,none)}.store-home-section__body p{margin:0 0 10px}.store-home-section__body p:last-child{margin-bottom:0}.store-home-section__actions{flex:0 0 auto;display:flex}.store-home-section__link{display:inline-flex;align-items:center;min-height:40px;border-radius:999px;padding:8px 13px;border:1px solid color-mix(in srgb,var(--brand-primary) 38%,var(--border));background:var(--surface-card);color:var(--brand-primary);font-size:var(--button-font-size,.88rem);font-weight:var(--button-font-weight,800);line-height:var(--button-line-height,normal);letter-spacing:var(--button-letter-spacing,0);text-transform:var(--button-text-transform,none);text-decoration:none}.store-home-section__link:hover{text-decoration:none;background:color-mix(in srgb,var(--brand-primary) 9%,var(--surface-card))}.store-home-section__content{width:100%}.store-home-section[data-padding-block]{padding-block:var(--section-padding-block)}.store-home-section[data-section-bg],.store-home-section[data-section-bg].store-home-section{background:var(--section-bg)}.store-home-section[data-section-fg]{color:var(--section-fg)}.store-home-section[data-container-width] .store-home-section__content,.store-home-section[data-container-width] .store-home-section__head{max-width:var(--section-container-width);margin-inline:auto}.store-home-section__title{font-size:var(
    --section-title-font-size,var(--section-title-size,clamp(1.28rem,3vw,1.8rem))
  )}.store-home-section__subtitle{font-size:var(--section-subtitle-font-size,var(--section-subtitle-size,.96rem))}.store-home-section[data-section-fg] .store-home-section__body,.store-home-section[data-section-fg] .store-home-section__subtitle,.store-home-section[data-section-fg] .store-home-section__title{color:inherit}.store-home-section[data-section-fg].store-home-section,.store-home-section[data-section-fg].store-home-section .store-home-section__body,.store-home-section[data-section-fg].store-home-section .store-home-section__link,.store-home-section[data-section-fg].store-home-section .store-home-section__subtitle,.store-home-section[data-section-fg].store-home-section .store-home-section__title{color:var(--section-fg)}.store-home-section[data-content-surface=none]{border-color:transparent;border-radius:0;box-shadow:none}.store-home-section[data-content-surface=none]:not([data-section-bg]):not([data-has-background-image=true]){background:transparent}.store-home-section[data-body-align=start] .store-home-section__body,.store-home-section[data-title-align=start] .store-home-section__title{text-align:start}.store-home-section[data-body-align=center] .store-home-section__body,.store-home-section[data-title-align=center] .store-home-section__title{text-align:center}.store-home-section[data-body-align=end] .store-home-section__body,.store-home-section[data-title-align=end] .store-home-section__title{text-align:end}.store-home-section[data-subtitle-align=start] .store-home-section__subtitle{text-align:start}.store-home-section[data-subtitle-align=center] .store-home-section__subtitle{text-align:center}.store-home-section[data-subtitle-align=end] .store-home-section__subtitle{text-align:end}.store-home-section[data-content-align=start] .store-home-section__content,.store-home-section[data-content-align=start] .store-home-section__head{align-items:flex-start;text-align:start}.store-home-section[data-content-align=center] .store-home-section__head{flex-direction:column;align-items:center;justify-content:center;text-align:center}.store-home-section[data-content-align=center] .store-home-section__body,.store-home-section[data-content-align=center] .store-home-section__copy,.store-home-section[data-content-align=center] .store-home-section__subtitle{margin-inline:auto}.store-home-section[data-content-align=center] .store-home-section__actions{justify-content:center;width:100%}.store-home-section[data-content-align=center] .store-home-section__content{text-align:center}.store-home-section[data-content-align=center] .store-home-section__content>*{margin-inline:auto}.store-home-section[data-content-align=center] :where(.store-home-trust-card,.store-home-category-affordance,.store-home-preview-card,.store-home-logo-card,.store-home-testimonial-card){align-items:center;justify-content:center;text-align:center}.store-home-section[data-content-align=end] .store-home-section__head{flex-direction:column;align-items:flex-end;justify-content:flex-end;text-align:end}.store-home-section[data-content-align=end] .store-home-section__body,.store-home-section[data-content-align=end] .store-home-section__copy,.store-home-section[data-content-align=end] .store-home-section__subtitle{-webkit-margin-start:auto;margin-inline-start:auto}.store-home-section[data-content-align=end] .store-home-section__actions{justify-content:flex-end;width:100%}.store-home-section[data-content-align=end] .store-home-section__content{text-align:end}.store-home-section[data-content-align=end] .store-home-section__content>*{-webkit-margin-start:auto;margin-inline-start:auto}.store-home-section[data-content-surface=card] .store-home-section__content,.store-home-section[data-content-surface=card] .store-home-section__head,.store-home-section[data-content-surface=glass] .store-home-section__content,.store-home-section[data-content-surface=glass] .store-home-section__head{border-radius:var(--radius);padding:clamp(16px,3vw,28px)}.store-home-section[data-content-surface=card] .store-home-section__content,.store-home-section[data-content-surface=card] .store-home-section__head{border:1px solid color-mix(in srgb,var(--border) 82%,transparent);background:color-mix(in srgb,var(--surface-card) 94%,transparent);color:var(--fg)}.store-home-section[data-content-surface=glass] .store-home-section__content,.store-home-section[data-content-surface=glass] .store-home-section__head{border:1px solid hsla(0,0%,100%,.28);background:hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.store-home-section[data-content-surface=card] .store-home-section__head+.store-home-section__content,.store-home-section[data-content-surface=glass] .store-home-section__head+.store-home-section__content{margin-top:14px}.store-home-section[data-content-surface=none] .store-home-section__content,.store-home-section[data-content-surface=none] .store-home-section__head{border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.store-home-section[data-content-surface=none] .store-home-section__head+.store-home-section__content{margin-top:0}.store-home-section[data-content-surface=glass] :where(.store-product-card,.store-home-category-affordance,.store-home-trust-card){border-color:color-mix(in srgb,var(--surface-card) 50%,var(--border));background:linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 42%,transparent),color-mix(in srgb,var(--surface-card) 22%,transparent));box-shadow:0 22px 54px -40px color-mix(in srgb,var(--fg) 58%,transparent);-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%)}.store-home-section[data-content-surface=card] :where(.store-product-card,.store-home-category-affordance,.store-home-trust-card){background:linear-gradient(180deg,color-mix(in srgb,var(--surface-card) 98%,var(--surface-muted)),var(--surface-card))}.store-home-section[data-has-background-image=true][data-content-surface=glass] :where(.store-product-card,.store-home-category-affordance,.store-home-trust-card){border-color:hsla(0,0%,100%,.34);color:#fff}.store-home-section[data-has-background-image=true][data-content-surface=glass] :where(.store-product-card__title,.store-product-card__price,.store-home-category-affordance__label){color:#fff}.store-home-section[data-has-background-image=true][data-content-surface=glass] :where(.store-product-card__subtitle,.store-product-card__sku,.store-product-card__price-note,.store-home-category-affordance__meta){color:hsla(0,0%,100%,.78)}.store-home-section[data-divider]:not([data-divider=none]):after{content:"";position:relative;z-index:1;display:block;-webkit-margin-before:2.5rem;margin-block-start:2.5rem;block-size:1px;inline-size:100%;background:currentcolor;opacity:.12}.store-home-section[data-divider=wave]:after{block-size:24px;background:radial-gradient(circle at 50% 100%,currentcolor 1px,transparent 0) 0 100% /16px 24px repeat-x;opacity:.18}.store-home-section[data-divider=gradient]:after{block-size:8px;background:linear-gradient(90deg,transparent,currentcolor,transparent);opacity:.25}.store-home-search{max-width:760px;margin:0 auto}.store-home-search .vehicle-search-panel{margin-inline:auto}.store-home-section--vehicle-card .store-home-section__content,.store-home-section--vehicle-compact .store-home-section__content,.store-home-section--vehicle-minimal .store-home-section__content{display:flex;justify-content:center}.store-home-section--vehicle-card[data-content-align=start] .store-home-section__content,.store-home-section--vehicle-compact[data-content-align=start] .store-home-section__content,.store-home-section--vehicle-minimal[data-content-align=start] .store-home-section__content{justify-content:flex-start}.store-home-section--vehicle-card[data-content-align=end] .store-home-section__content,.store-home-section--vehicle-compact[data-content-align=end] .store-home-section__content,.store-home-section--vehicle-minimal[data-content-align=end] .store-home-section__content{justify-content:flex-end}.store-home-search--compact{max-width:560px}.store-home-search--minimal{max-width:640px}}