: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%;max-width:1680px;margin-inline:auto;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{width:100%;min-width:0;max-width:640px;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:12px}.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-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{border-bottom:1px solid var(--hk-border);margin-bottom:18px;padding:0 0 16px}.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{flex-direction:column;min-width:0;display:flex}.store-card>a{border-radius:6px;flex-direction:column;flex:1;padding:12px;text-decoration:none;display:flex}.store-card .hk-product-image{aspect-ratio:4/3;background:var(--hk-surface);border-radius:5px;overflow:hidden}.store-main .hk-image-fallback{background:var(--hk-surface);color:var(--hk-muted);background-image:none}.store-main .hk-image-fallback:before,.store-main .hk-image-fallback:after{display:none}.store-card .hk-image-fallback svg{width:26px}.store-card .hk-image-fallback span{display:none}.store-grid--no-photos .store-card .hk-product-image{aspect-ratio:auto;height:160px}.store-product-page{max-width:1440px;margin-inline:auto}.store-product-page--compact{max-width:1280px}.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;margin-top:auto;font-size:12px;display:flex}.store-card-bottom span:empty,.store-part-status span:empty{display:none}.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{text-align:left;padding:24px 0}.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-product-layout{grid-template:"media title""media summary"1fr/minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:0 32px;max-width:1440px;margin-inline:auto;display:grid}.store-product-layout>.store-product-heading{grid-area:title}.store-product-media{grid-area: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{grid-area:summary;min-width:0}.store-product-summary .store-copy{max-width:66ch}.store-product-purchase>p{font-size:13px}.store-product-purchase .store-price{font-size:24px}.store-parts-shortcut{color:var(--hk-accent);margin-bottom:8px;display:inline-block}.store-product-summary>section:empty{display:none}.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:260px;min-width:0;margin:0}.store-compact-heading .store-product-heading h1,.store-compact-heading .store-share,.store-compact-heading .store-buy{margin:0}.store-parts{scroll-margin-top:calc(var(--store-header-height) + 20px);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);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;align-items:center;gap:18px;padding:12px 16px;text-decoration:none;display:grid}.store-part-image{aspect-ratio:1;border-radius:4px;width:64px}.store-part-title{min-width:0}.store-part-number{color:var(--hk-muted);overflow-wrap:anywhere;margin-top:4px;font-size:13px;display:block}.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-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%;max-width:1120px;margin-inline:auto}.store-commerce--checkout,.store-commerce--order{max-width:800px}.store-cart-layout,.store-checkout-layout,.store-order-layout{grid-template-columns:minmax(0,1fr) 300px;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-checkout-layout,.store-order-layout{grid-template-columns:minmax(0,1fr);gap:16px}.store-order-actions{grid-row:1}.store-cart-lines{min-width:0;padding-inline:16px}.store-cart-line{grid-template-columns:64px minmax(0,1fr) 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-actions{flex-wrap:wrap;grid-area:2/2/auto/-1;justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.store-quantity{align-items:center;gap:12px;display:inline-flex}.store-quantity>span{text-align:center;font-variant-numeric:tabular-nums;min-width:2ch}.store-commerce .store-quantity button{min-width:38px;padding:6px}.store-commerce .store-cart-line-actions>button{color:var(--hk-muted);background:0 0;border:0;padding-inline:0}.store-cart-line input{width:68px}.store-cart-line>strong{text-align:right;white-space:nowrap;grid-area:1/3}.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-form .store-primary{justify-self:start;min-width:220px}.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(auto-fit,minmax(min(280px,100%),1fr));gap:18px;max-width:1000px;margin-inline:auto;display:grid}.store-contacts>h1,.store-contacts>.store-empty{grid-column:1/-1}.store-contacts>section{border-top:1px solid var(--hk-border);padding:12px 0}@media (max-width:1200px){.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-layout{column-gap:24px}.store-cart-line{grid-template-columns:56px minmax(0,1fr) auto;gap:12px}.store-cart-line-actions{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-cart-layout{grid-template-columns:minmax(0,1fr) 300px;gap:18px}}@media (max-width:650px){.store-grid--no-photos .store-card .hk-product-image{height:110px}: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-product-layout{grid-template-columns:1fr;grid-template-areas:"title""media""summary";gap:16px}.store-product-layout>.store-product-heading{margin-bottom:0}.store-compact-heading{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.store-compact-heading .store-product-heading{width:100%}.store-compact-heading .store-share{margin:0}.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);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-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-area:auto/2}.store-cart-line-actions{grid-area:auto/1/auto/-1}.store-cart-line-actions label{flex:1}.store-checkout-form .store-primary{width:100%;min-width:0}.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:86px}.store-cart-link{gap:5px}}
