:root{background:var(--hk-bg);color:var(--hk-ink);--store-header-height:68px}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.5}a{color:inherit}button,input,select,textarea{font:inherit}button,summary{cursor:pointer}button:disabled{cursor:default;opacity:.5}input,select,textarea{min-width:0}.store-header,.store-main,.store-footer{width:100%;padding-inline:clamp(16px,2vw,40px)}.store-header{z-index:30;min-height:var(--store-header-height);border-bottom:1px solid var(--hk-border);background:var(--hk-bg);align-items:center;gap:28px;padding-block:12px;display:flex;position:sticky;top:0}.store-header>a{flex-shrink:0;display:flex}.store-header>a svg{width:140px;height:auto}.store-header>nav{flex:1;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:24px;min-width:0;display:grid}.store-header nav a{text-decoration:none}.store-catalog-link{padding:10px 0;font-weight:600}.store-catalog-link[aria-current]{color:var(--hk-accent)}.store-header svg{flex-shrink:0}.store-header-search{min-width:0;position:relative}.store-header-search-form{background:var(--hk-surface);border:1px solid var(--hk-border-strong);border-radius:6px;align-items:center;gap:10px;height:42px;padding-left:12px;display:flex}.store-header-search-form:focus-within{border-color:var(--hk-accent);box-shadow:0 0 0 2px var(--hk-accent-soft)}.store-header-search-form>svg{color:var(--hk-muted)}.store-header-search-form input{background:0 0;border:0;outline:0;flex:1;width:100%;padding:8px 0;font-size:14px}.store-header-search-form button{border-left:1px solid var(--hk-border);align-self:stretch;padding:0 16px;font-weight:550}.store-search-dropdown,.store-cart-dropdown{background:var(--hk-surface);border:1px solid var(--hk-border);border-radius:8px;padding:12px;position:absolute;top:calc(100% + 8px);box-shadow:0 12px 32px #18253c24}.store-search-dropdown{left:0;right:0}.store-search-status{color:var(--hk-muted);margin:0 8px 8px;font-size:12px}.store-quick-results,.store-mini-cart-lines{overscroll-behavior:contain;max-height:min(430px,55dvh);margin:0;padding:0;list-style:none;overflow:auto}.store-quick-results a{border-radius:4px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 8px;display:grid}.store-quick-results a[aria-selected=true],.store-quick-results a:hover{background:var(--hk-accent-soft)}.store-quick-results .hk-product-image,.store-mini-cart-lines .hk-product-image{border-radius:4px;width:44px;height:44px}.store-quick-results small,.store-mini-cart-lines small{color:var(--hk-muted);font-size:11px;display:block}.store-quick-results strong{overflow-wrap:anywhere;font-size:14px;font-weight:550;display:block}.store-quick-results b,.store-mini-cart-lines b{white-space:nowrap;font-size:13px}.store-all-results{border-top:1px solid var(--hk-border);color:var(--hk-accent);margin-top:8px;padding:12px 8px 2px;font-size:13px;display:block}.store-spinner{border:2px solid var(--hk-border);border-top-color:var(--hk-accent);vertical-align:middle;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.65s linear infinite store-spin;display:inline-block}@keyframes store-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.store-spinner{border-style:dotted;animation:none}}.store-cart-menu{position:relative}.store-cart-link{align-items:center;gap:8px;min-height:42px;padding:8px 0 8px 8px;font-weight:600;display:flex}.store-cart-count{color:#fff;background:var(--hk-accent);border-radius:10px;min-width:19px;padding:1px 6px;font-size:11px}.store-cart-dropdown{width:400px;max-width:calc(100vw - 32px);right:0}.store-cart-dropdown>header,.store-mini-cart-total{justify-content:space-between;align-items:center;gap:12px;padding:2px 0 12px;display:flex}.store-cart-dropdown>header a{color:var(--hk-accent);font-size:12px}.store-mini-cart-lines li{border-top:1px solid var(--hk-border);grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;display:grid}.store-mini-cart-lines a{overflow-wrap:anywhere;font-weight:550}.store-mini-cart-total{border-top:1px solid var(--hk-border);padding:14px 0}.store-cart-dropdown>.store-primary{text-align:center;display:block}.store-main{min-height:calc(100dvh - var(--store-header-height) - 70px);padding-block:24px 40px}.store-main h1{letter-spacing:-.02em;overflow-wrap:anywhere;margin:0 0 14px;font-size:22px;font-weight:650;line-height:1.3}.store-main h2{overflow-wrap:anywhere;margin:0 0 12px;font-size:16px;font-weight:600;line-height:1.4}.store-main h3{margin:18px 0 8px;font-size:14px;font-weight:600}.store-main p{margin:0 0 12px}.store-main p:last-child{margin-bottom:0}.store-heading{margin-bottom:18px}.store-code{color:var(--hk-muted);letter-spacing:.04em;font-size:11px}.store-muted,.store-loading,.store-results-count{color:var(--hk-muted);font-size:13px}.store-main .store-price{margin:0;font-size:24px;font-weight:650;line-height:1.25}.store-copy{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.store-link-button,.store-primary{background:var(--hk-accent);color:#fff;border:1px solid var(--hk-accent);border-radius:5px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:9px 16px;font-weight:600;text-decoration:none;display:inline-flex}.store-primary:disabled{opacity:.5}.store-main :is(a,button,input,select,textarea,summary):focus-visible,.store-header :is(a,button,input):focus-visible,.store-footer a:focus-visible{outline:2px solid var(--hk-focus);outline-offset:3px}.store-header-search-form input:focus-visible{outline:0}.store-skip{z-index:100;background:#fff;padding:10px 16px;position:fixed;top:0;left:16px;transform:translateY(-150%)}.store-skip:focus{transform:translateY(0)}.store-footer{border-top:1px solid var(--hk-border);min-height:70px;color:var(--hk-muted);justify-content:space-between;align-items:center;gap:24px;padding-block:16px;font-size:12px;display:flex}.store-catalog-layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:24px;display:grid}.store-catalog-sidebar{top:calc(var(--store-header-height) + 20px);max-height:calc(100dvh - var(--store-header-height) - 40px);position:sticky;overflow:auto}.store-catalog-content{min-width:0}.store-context-nav{border:1px solid var(--hk-border);background:var(--hk-surface);border-radius:6px;padding:14px 10px}.store-context-nav h2{margin:0 6px 12px;font-size:13px}.store-location-path{border-left:2px solid var(--hk-accent);margin:0 6px 12px;padding-left:10px;font-size:12px}.store-location-path>div+div{margin-top:6px}.store-location-path .is-current{color:var(--hk-accent);font-weight:600}.store-location-path a{color:var(--hk-muted)}.store-location-path :is(a,span){overflow-wrap:anywhere}.store-ancestor-menu{gap:6px;max-height:180px;padding-block:8px;display:grid;overflow:auto}.store-ancestor-menu button{text-align:left}.store-branch-heading{color:var(--hk-muted);gap:6px;padding:0 6px 8px;font-size:11px;display:grid}.store-branch-heading button{text-align:left;align-items:center;gap:6px;display:flex}.store-branch-heading strong{color:var(--hk-ink);overflow-wrap:anywhere;font-size:12px;font-weight:550}.store-branch-items{margin:0;padding:0;list-style:none}.store-branch-items li{border-radius:4px;align-items:center;min-width:0;display:flex}.store-branch-items li:hover{background:var(--hk-bg)}.store-branch-items li.is-current{background:var(--hk-accent-soft);color:var(--hk-accent)}.store-branch-items li>a,.store-branch-items li>button:first-child{text-align:left;overflow-wrap:anywhere;flex:1;min-width:0;min-height:36px;padding:9px 8px;font-size:12px;text-decoration:none}.store-branch-explore{flex-shrink:0;padding:10px 6px}.store-branch-more{color:var(--hk-accent);margin:8px 6px 0;padding-block:5px;font-size:12px}.store-branch-more span,.store-branch-empty{color:var(--hk-muted);font-size:12px}.store-breadcrumbs{color:var(--hk-muted);flex-wrap:wrap;gap:8px;margin-bottom:16px;font-size:12px;display:flex}.store-listing-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.store-listing-toolbar h1{margin-bottom:4px}.store-sort-form{align-items:center;gap:8px;display:flex}.store-sort-form select,.store-search :is(input:not([type=hidden]),select),.store-commerce :is(input,textarea){border:1px solid var(--hk-border-strong);min-height:38px;color:var(--hk-ink);background:var(--hk-surface);border-radius:4px;padding:8px 10px}.store-sort-form button,.store-search button,.store-commerce button:not(.store-primary){border:1px solid var(--hk-border-strong);background:var(--hk-surface);border-radius:4px;min-height:38px;padding:8px 12px}.store-search{background:var(--hk-surface);border:1px solid var(--hk-border);border-radius:6px;margin-bottom:18px;padding:14px}.store-search-primary{grid-template-columns:minmax(180px,1fr) minmax(160px,220px) auto;align-items:end;gap:12px;display:grid}.store-search-primary--global{grid-template-columns:minmax(160px,220px) auto;justify-content:start}.store-search label{gap:5px;font-size:12px;display:grid}.store-search :is(input,select){width:100%}.store-search button{font-weight:550}.store-filters{border-top:1px solid var(--hk-border);margin-top:12px}.store-filters summary{padding-top:10px;font-size:13px}.store-filters summary span{background:var(--hk-accent-soft);color:var(--hk-accent);border-radius:4px;margin-left:8px;padding:1px 6px}.store-filter-fields{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;padding-block:14px;display:grid}.store-filter-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.store-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px;display:grid}.store-card{border-bottom:1px solid var(--hk-border);flex-direction:column;min-width:0;padding-bottom:12px;display:flex}.store-card>a{flex:1;text-decoration:none}.store-card .hk-product-image{aspect-ratio:4/3;background:#e9eaf0;border-radius:5px;overflow:hidden}.store-card .store-code{margin:10px 0 4px}.store-card h2{margin:0 0 10px;font-size:15px;font-weight:550}.store-card a:hover h2{color:var(--hk-accent)}.store-card-bottom{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;font-size:12px;display:flex}.store-card-bottom strong{font-size:16px}.store-card.is-sold{color:var(--hk-muted)}.store-card.is-sold .hk-product-image{filter:grayscale();opacity:.65}.store-pagination{flex-wrap:wrap;justify-content:center;gap:22px;margin-top:24px;font-size:13px;display:flex}.store-empty{background:var(--hk-surface);border:1px solid var(--hk-border);text-align:center;border-radius:6px;padding:28px 20px}.store-empty p{color:var(--hk-muted)}.store-home-section{margin-block:24px 32px}.store-home-section>header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.store-home-section>header h2{margin:0}.store-collection-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.store-collection-heading>div:first-child{flex:1;min-width:0}.store-collection-heading .hk-product-image{aspect-ratio:4/3;border-radius:5px;width:200px}.store-collection-links{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.store-collection-links a{border:1px solid var(--hk-border);background:var(--hk-surface);border-radius:4px;padding:7px 12px;text-decoration:none}.store-product-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:28px;display:grid}.store-product-media{min-width:0}.store-product-media .hk-gallery-main{width:100%}.store-product-media .hk-gallery-main .hk-product-image{aspect-ratio:4/3;max-height:520px}.store-product-media .hk-gallery-main:disabled{opacity:1}.store-product-media .hk-gallery-main:disabled .hk-product-image{aspect-ratio:auto;height:260px}.store-product-summary{min-width:0}.store-product-heading{margin-bottom:16px}.store-product-heading .store-code{margin:0 0 6px}.store-product-heading h1{margin-bottom:10px}.store-product-heading>p:not(.store-code):not(.store-price){margin-bottom:8px;font-size:12px}.store-product-summary>section{border-top:1px solid var(--hk-border);padding-top:18px}.store-product-summary dl{margin:14px 0}.store-product-summary dl>div{border-bottom:1px solid var(--hk-border);justify-content:space-between;gap:18px;padding:8px 0;display:flex}.store-product-summary dt{color:var(--hk-muted)}.store-product-summary dd{text-align:right;margin:0}.store-product-summary dl:empty{display:none}.store-share{flex-wrap:wrap;gap:8px 16px;margin:12px 0;display:flex}.store-share button{color:var(--hk-muted);align-items:center;gap:6px;min-height:30px;font-size:12px;display:flex}.store-share button:hover{color:var(--hk-accent)}.store-share input{border:1px solid var(--hk-border);max-width:100%;padding:8px}.store-buy{flex-wrap:wrap;align-items:center;gap:10px 16px;margin:12px 0 18px;display:flex}.store-buy>a{font-size:12px}.store-buy p{width:100%;color:var(--hk-muted);font-size:12px}.store-buy p:empty{display:none}.store-compact-heading{border-bottom:1px solid var(--hk-border);flex-wrap:wrap;align-items:center;gap:12px 24px;margin-bottom:18px;padding-bottom:14px;display:flex}.store-compact-heading .store-product-heading{flex:1;margin:0}.store-compact-heading .store-product-heading h1,.store-compact-heading .store-share,.store-compact-heading .store-buy{margin:0}.store-parts{margin-top:28px}.store-parts--compact{margin-top:0}.store-parts>header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.store-parts>header h2,.store-parts>header p{margin:0}.store-parts>header p{color:var(--hk-muted);font-size:12px}.store-parts-list{border:1px solid var(--hk-border);background:var(--hk-surface);border-radius:6px;margin:0;padding:0;list-style:none;overflow:hidden}.store-parts-list>li+li{border-top:1px solid var(--hk-border)}.store-parts-list>li>a{grid-template-columns:64px minmax(0,1fr) auto 18px;align-items:center;gap:18px;padding:12px 16px;text-decoration:none;display:grid}.store-parts-list>li>a:hover{background:var(--hk-accent-soft)}.store-part-image{aspect-ratio:1;border-radius:4px;width:64px}.store-part-title{min-width:0}.store-part-title h3{margin:4px 0 0;font-size:14px}.store-part-status{text-align:right;gap:4px;font-size:12px;display:grid}.store-part-status strong{font-size:16px}.store-part-arrow{color:var(--hk-accent)}.store-parts-list .is-sold{color:var(--hk-muted);background:var(--hk-bg)}.store-parts-list .is-sold .hk-product-image{filter:grayscale();opacity:.65}:is(.store-part-image,.store-quick-results,.store-mini-cart-lines,.store-cart-line) .hk-image-fallback span{display:none}:is(.store-part-image,.store-quick-results,.store-mini-cart-lines,.store-cart-line) .hk-image-fallback svg{width:20px}.store-commerce{width:100%}.store-cart-layout,.store-checkout-layout,.store-order-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:24px;display:grid}.store-cart-lines,.store-order-review,.store-cart-summary,.store-checkout-form{border:1px solid var(--hk-border);background:var(--hk-surface);border-radius:6px}.store-cart-lines{min-width:0;padding-inline:16px}.store-cart-line{grid-template-columns:64px minmax(120px,1fr) auto auto;align-items:center;gap:18px;padding:18px 0;display:grid}.store-cart-line+.store-cart-line{border-top:1px solid var(--hk-border)}.store-cart-line .hk-product-image{border-radius:4px;width:64px;height:64px}.store-cart-info{min-width:0}.store-cart-info h2{margin:4px 0;font-size:15px}.store-cart-info h2 a{text-decoration:none}.store-cart-info p{margin-bottom:4px;font-size:12px}.store-cart-line form{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.store-cart-line input{width:68px}.store-cart-line>strong{text-align:right;white-space:nowrap}.store-cart-line.is-unavailable{background:var(--hk-bg)}.store-commerce label{gap:6px;font-size:12px;display:grid}.store-commerce textarea{resize:vertical;width:100%}.store-cart-summary{top:calc(var(--store-header-height) + 20px);padding:18px;position:sticky}.store-cart-summary .store-primary{width:100%}.store-summary-total{justify-content:space-between;align-items:baseline;gap:16px;margin:16px 0;display:flex}.store-summary-total strong{font-size:20px}.store-order-review{margin:0;padding:18px}.store-review-line{border-bottom:1px solid var(--hk-border);justify-content:space-between;align-items:baseline;gap:20px;padding:14px 0;display:flex}.store-review-line>div{overflow-wrap:anywhere;min-width:0}.store-review-line>strong{white-space:nowrap}.store-review-line .store-code{margin:4px 0 0}.store-order-review>.store-price{margin-top:16px;font-size:20px}.store-checkout-form{gap:14px;margin:0;padding:18px;display:grid}.store-checkout-form h2,.store-checkout-form p,.store-checkout-form .store-summary-total{margin:0}.store-checkout-actions,.store-order-actions{min-width:0}.store-order-actions .store-order-review{margin-bottom:14px}.store-order-actions .store-order-review>*+*{margin-top:12px}.store-commerce>p{margin:12px 0 18px}.store-commerce [role=alert]{background:#fff2e6;border-radius:4px;margin-bottom:16px;padding:12px}.store-contacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.store-contacts>h1,.store-contacts>.store-empty{grid-column:1/-1}.store-contacts>section{background:var(--hk-surface);border:1px solid var(--hk-border);border-radius:6px;padding:18px}@media (max-width:1200px){.store-catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-layout{gap:20px}.store-cart-line{grid-template-columns:56px minmax(0,1fr) auto;gap:12px}.store-cart-line form{grid-area:2/2/auto/-1}.store-cart-line .hk-product-image{width:56px;height:56px}}@media (max-width:900px){.store-header{gap:18px}.store-header>nav{gap:16px}.store-header>a svg{width:116px}.store-catalog-layout{grid-template-columns:1fr;gap:18px}.store-catalog-sidebar{max-height:none;position:static}.store-context-nav{grid-template-columns:160px minmax(0,1fr);gap:6px 16px;display:grid}.store-context-nav h2{grid-column:1;margin-bottom:6px}.store-location-path,.store-branch-heading{grid-column:1;margin-bottom:0}.store-branch-items{grid-area:1/2/span 3;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:2px;display:grid}.store-branch-more{text-align:left;grid-column:2;margin-top:0}.store-cart-layout,.store-checkout-layout,.store-order-layout{grid-template-columns:minmax(0,1fr) 300px;gap:18px}}@media (max-width:650px){:root{--store-header-height:112px}.store-header{grid-template-columns:1fr auto auto;gap:6px 20px;padding-block:10px;display:grid}.store-header>nav{display:contents}.store-header>a svg{width:110px}.store-header-search{grid-area:2/1/auto/-1}.store-header-search-form input{font-size:16px}.store-header-search-form button{padding-inline:12px;font-size:12px}.store-catalog-link{font-size:13px}.store-cart-menu{position:static}.store-cart-link{min-height:34px;padding:4px 0;font-size:13px}.store-cart-dropdown{top:100%;right:16px}.store-cart-dropdown,.store-search-dropdown{max-height:calc(100dvh - var(--store-header-height) - 20px);overflow:auto}.store-main{padding-top:16px}.store-main h1{font-size:21px}.store-context-nav{grid-template-columns:1fr;gap:4px;padding:12px 8px}.store-context-nav h2{margin-bottom:4px;font-size:12px}.store-location-path{flex-wrap:wrap;gap:6px;margin-bottom:6px;padding-left:8px;display:flex}.store-location-path>div+div{margin-top:0}.store-location-path>div+div:before{content:"/";color:var(--hk-muted);margin-right:6px}.store-branch-heading{flex-wrap:wrap;gap:6px 12px;display:flex}.store-branch-items{grid-area:auto/1}.store-branch-more{grid-column:1}.store-branch-items li>a,.store-branch-items li>button:first-child{min-height:40px}.store-breadcrumbs{margin-bottom:12px}.store-product-layout{grid-template-columns:1fr;gap:16px}.store-product-media .hk-gallery-main .hk-product-image{aspect-ratio:4/3}.store-product-media .hk-gallery-main:disabled .hk-product-image{height:160px}.store-product-summary>section{padding-top:14px}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.store-card h2{font-size:14px}.store-card-bottom strong{font-size:15px}.store-card .hk-image-fallback span{font-size:10px}.store-listing-toolbar{gap:12px}.store-sort-form{width:100%}.store-sort-form select{flex:1;min-width:0}.store-search-primary{grid-template-columns:minmax(0,1fr) auto;gap:10px}.store-search-primary>label:first-child{grid-column:1/-1}.store-search-primary--global>label:first-of-type{grid-column:1}.store-search-primary--global{grid-template-columns:minmax(0,1fr) auto}.store-search :is(input,select),.store-commerce :is(input,textarea){font-size:16px}.store-collection-heading{align-items:start;gap:14px}.store-collection-heading .hk-product-image{width:100px}.store-part-image{width:48px}.store-parts-list>li>a{grid-template-columns:48px minmax(0,1fr) 16px;gap:6px 12px;padding:12px}.store-part-image{grid-row:1/span 2}.store-part-status{text-align:left;flex-wrap:wrap;grid-column:2;gap:6px 10px;display:flex}.store-part-arrow{grid-area:1/3/span 2}.store-cart-layout,.store-checkout-layout,.store-order-layout{grid-template-columns:1fr;gap:16px}.store-cart-summary{position:static}.store-cart-lines{padding-inline:12px}.store-cart-line{grid-template-columns:48px minmax(0,1fr);gap:10px}.store-cart-line .hk-product-image{width:48px;height:48px}.store-cart-line>strong{text-align:left;grid-column:2}.store-cart-line form{grid-area:auto/1/auto/-1}.store-cart-line form label{flex:1}.store-cart-line input{width:100%}.store-review-line{flex-wrap:wrap;gap:12px}.store-contacts{grid-template-columns:1fr;gap:12px}.store-quick-results a{grid-template-columns:40px minmax(0,1fr);gap:4px 10px;padding:8px 4px}.store-quick-results .hk-product-image{grid-row:span 2;width:40px;height:40px}.store-quick-results b{grid-column:2}.store-mini-cart-lines{max-height:40dvh}.store-mini-cart-lines li{grid-template-columns:40px minmax(0,1fr)}.store-mini-cart-lines b{grid-column:2}.store-mini-cart-lines .hk-product-image{grid-row:span 2}}@media (max-width:360px){.store-header{column-gap:10px}.store-header>a svg{width:96px}.store-cart-link{gap:5px}}
