/* Storefront category pages rendered by the products API.
   Ported from the NP theme's np-category-explorer.css; every rule is scoped
   under #np-category-page and depends only on the theme's :root tokens
   (--np-*, --font-body-family, --font-heading-family, --duration-short).
   The container steps with the theme's (1300/1000/768 by viewport) so the
   page lines up with the header. */

#np-category-page{max-width:768px;margin:0 auto;padding:0 20px;color:var(--np-ink)}
#np-category-page img{max-width:100%}
@media(min-width:990px){#np-category-page{padding:0 24px}}
@media(min-width:1000px){#np-category-page{max-width:1000px;padding:0 32px}}
@media(min-width:1300px){#np-category-page{max-width:1100px}}

/* breadcrumbs */
#np-category-page .np-breadcrumbs{padding:.75rem 0;font-size:16px;color:var(--np-ink)}
#np-category-page .np-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center}
#np-category-page .np-breadcrumbs a{font-weight:700;color:inherit;text-decoration:none}
#np-category-page .np-breadcrumbs a:hover{color:var(--np-red)}
#np-category-page .np-breadcrumbs .np-sep{margin:0 8px;color:var(--np-ink-soft)}

/* strip under the crumbs: the node's children (a leaf: its siblings) as a
   ruled grid of image + name tiles spanning both columns; the leaf's own
   tile is marked with a red bar */
#np-category-page .npc-strip{margin:4px 0 24px}
#np-category-page .npc-strip-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));border-top:1px solid var(--np-border);border-left:1px solid var(--np-border)}
#np-category-page .npc-strip-list>li{display:flex;min-width:0;border-right:1px solid var(--np-border);border-bottom:1px solid var(--np-border)}
#np-category-page .npc-strip-tile{flex:1;display:flex;align-items:center;gap:12px;min-height:68px;padding:6px 12px 6px 8px;background:#fff;color:var(--np-ink);text-decoration:none;font:700 14px/1.25 var(--font-body-family, Archivo, sans-serif);letter-spacing:-.01em;transition:color var(--duration-short, .1s) ease,background-color var(--duration-short, .1s) ease}
#np-category-page .npc-strip-tile img{flex:none;width:52px;height:52px;object-fit:contain;background:#fff;mix-blend-mode:multiply;transition:transform .15s ease}
#np-category-page .npc-strip-tile:hover{color:var(--np-red)}
#np-category-page .npc-strip-tile:hover img{transform:scale(1.08)}
#np-category-page .npc-strip-tile.is-current{color:var(--np-red);background:var(--np-surface);box-shadow:inset 0 -3px 0 var(--np-red)}
#np-category-page .npc-strip-name{min-width:0}

/* layout: rail + main */
#np-category-page .npc-layout{display:flex;align-items:flex-start;gap:32px;padding:0 0 60px;min-height:420px}
#np-category-page .npc-main{flex:1 1 auto;min-width:0}

/* ---- the rail: the classic condensed rail exactly as the search page
   carried it from its review round (3ddfd0a) until the parts-page rework -
   Greg asked for that tighter version back on every page (2026-09-02):
   210px panel, small red uppercase heading, 13px rows on 2px padding,
   sliding red chevrons, the active row lifted to white behind a red left
   bar. Flat: one row per top-level heading, nothing nested. ---- */
#np-category-page .npc-rail{width:242px;flex:none;padding:0;background:#F6F6F7;border:1px solid var(--np-border);border-radius:6px;overflow:hidden;box-shadow:0 2px 10px #00000012}
/* the rail's contents sit in a details block: under 1000px its summary is the
   full-width Filters toggle and the block is closed until it is tapped, from
   1000px the toggle is hidden and the block always shows */
@media(min-width:1000px){
#np-category-page .npc-filters::details-content{content-visibility:visible;block-size:auto}
@supports selector(::details-content){#np-category-page .npc-filters-toggle{display:none}}
}
#np-category-page .npc-rail-title{margin:0;padding:10px 14px 8px;background:#fff;border-bottom:1px solid #E5E5E6;font:700 12.5px/1.2 var(--font-heading-family, Archivo, sans-serif);letter-spacing:.02em;color:var(--np-red)}
#np-category-page .npc-toc{list-style:none;margin:0;padding:4px 0 5px}
#np-category-page .npc-toc a{position:relative;display:flex;align-items:center;gap:8px;padding:2px 14px 2px 12px;border-left:3px solid transparent;text-decoration:none;font:500 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);transition:color var(--duration-short, .1s) ease,background-color var(--duration-short, .1s) ease}
#np-category-page .npc-toc a::after{content:"";flex:none;margin-left:auto;width:7px;height:7px;border-top:2px solid var(--np-red);border-right:2px solid var(--np-red);transform:rotate(45deg);transition:transform .16s ease}
#np-category-page .npc-toc a:hover{color:var(--np-red);background:rgba(200,16,46,.045)}
#np-category-page .npc-toc a:hover::after{transform:rotate(45deg) translate(2px,-2px)}
#np-category-page .npc-toc a:active{background:rgba(200,16,46,.08)}
#np-category-page .npc-toc a.is-active{color:var(--np-red);font-weight:700;background:#fff;border-left-color:var(--np-red);box-shadow:0 1px 0 #ECECED,0 -1px 0 #ECECED}
/* ---- facets under the rail ---- */
#np-category-page .nps-facets{padding:10px 14px 14px;border-top:1px solid #E5E5E6}
#np-category-page .nps-facet-group+.nps-facet-group{margin-top:14px}
#np-category-page .nps-facet-title{margin:0 0 6px;font:600 14px/1.3 var(--font-heading-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .nps-facet-list{list-style:none;margin:0;padding:0;max-height:176px;overflow-y:auto}
/* a collapsible group (Part Type): the title is the summary, a chevron right after it turning down when open */
#np-category-page details.nps-facet-group{margin-bottom:0}
#np-category-page .nps-facet-fold{display:flex;align-items:center;cursor:pointer;list-style:none;user-select:none}
#np-category-page .nps-facet-fold::-webkit-details-marker{display:none}
#np-category-page .nps-facet-fold::after{content:"";flex:none;width:7px;height:7px;margin:1px 0 0 8px;border-right:2px solid var(--np-ink-soft);border-bottom:2px solid var(--np-ink-soft);transform:rotate(-45deg);transition:transform var(--duration-short, .1s) ease}
#np-category-page details[open]>.nps-facet-fold::after{transform:rotate(45deg);margin:0 0 3px 8px}
#np-category-page details:not([open])>.nps-facet-fold{margin-bottom:0}
#np-category-page .nps-facet-fold:hover{color:var(--np-red)}
#np-category-page .nps-facet{display:flex;align-items:center;gap:7px;padding:2px 0;text-decoration:none;font:500 13px/1.35 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);transition:color var(--duration-short, .1s) ease}
#np-category-page .nps-facet:hover{color:var(--np-red)}
#np-category-page .nps-box{flex:none;width:14px;height:14px;border:1px solid var(--np-ink-soft);border-radius:2px;background:#fff}
/* a clicked facet fills its box at once (np-search-cart.js adds is-active on the click) and shows no focus ring from the theme's a:focus (Greg 2026-09-09); keyboard focus keeps a thin ink outline */
#np-category-page .nps-facet:focus{outline:none;box-shadow:none}
#np-category-page .nps-facet:focus-visible{outline:1px solid var(--np-ink);outline-offset:2px}
#np-category-page .nps-facet.is-active{color:var(--np-red);font-weight:700}
#np-category-page .nps-facet.is-active .nps-box{background:var(--np-red);border-color:var(--np-red);box-shadow:inset 0 0 0 2px #fff}
#np-category-page .nps-facet-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#np-category-page .nps-facet-group-fitment .nps-facet,#np-category-page .nps-facet-group-part-type .nps-facet{align-items:flex-start}
#np-category-page .nps-facet-group-fitment .nps-box,#np-category-page .nps-facet-group-part-type .nps-box{margin-top:2px}
#np-category-page .nps-facet-group-fitment .nps-facet-name,#np-category-page .nps-facet-group-part-type .nps-facet-name{white-space:normal}

/* masthead: tops out level with the rail right under the crumbs (or the strip) */
#np-category-page .npc-mast{padding-top:0}
#np-category-page .npc-mast-head{display:flex;align-items:center;gap:16px}
#np-category-page .npc-mast-icon{flex:none;width:56px;height:56px;opacity:.9;filter:brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(5896%) hue-rotate(347deg) brightness(80%) contrast(95%)}
#np-category-page .npc-mast-logo{flex:none;max-height:56px;max-width:180px;width:auto;height:auto;object-fit:contain}
/* a brand page: the logo alone, centred, no title text (Greg 2026-09-09) */
#np-category-page .npc-mast-brand{display:flex;justify-content:center;margin:0;padding:4px 0 8px}
#np-category-page .npc-mast-brand img{display:block;max-height:72px;max-width:280px;width:auto;height:auto;object-fit:contain}
#np-category-page .npc-mast-image{flex:none;width:80px;height:80px;object-fit:contain;background:#fff;border:1px solid var(--np-border);border-radius:4px}
/* the mast title at one fixed size (Greg 2026-09-09: no viewport clamp) */
#np-category-page .npc-title{margin:0;font:700 26px/1.1 var(--font-heading-family, Archivo, sans-serif);letter-spacing:-.015em;color:var(--np-ink)}
#np-category-page .npc-lead{margin:0 0 20px;max-width:78ch;font:500 13.5px/1.6 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink-soft)}
#np-category-page .npc-empty{margin-top:10px}
#np-category-page .npc-reset{color:var(--np-red);font-weight:700;text-decoration:underline;text-underline-offset:2px}
#np-category-page .npc-mast .npc-lead{margin-top:10px}
#np-category-page .npc-lead a{color:var(--np-red);font-weight:700}

/* category index tiles */

/* product listing: showing/sort bar, meta, cards */
/* the black bar over the products: the count on the left, Sort by on the right */
#np-category-page .nps-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px 16px;margin:14px 0 11px;padding:8px 14px;border-radius:1.5px;background:#111;color:#fff}
/* the Fitted Only switch: a link styled as a toggle, beside Sort by */
#np-category-page .nps-sort{display:flex;align-items:center;gap:8px}
#np-category-page .nps-sort-label{font:500 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:#fff;white-space:nowrap}
#np-category-page .nps-sort-select{height:32px;padding:0 8px;border:1px solid var(--np-border);border-radius:1.5px;background:#fff;font:600 13px/1.3 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .nps-sort-apply{height:32px;padding:0 12px;border:1px solid var(--np-border);border-radius:1.5px;background:var(--np-surface);font:700 12.5px/1 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);cursor:pointer;transition:border-color var(--duration-short, .1s) ease,color var(--duration-short, .1s) ease}
#np-category-page .nps-sort-apply:hover{border-color:var(--np-red);color:var(--np-red)}
/* the In stock checkbox beside the sort (Greg 2026-09-09) */
#np-category-page .nps-stock{display:flex;align-items:center;gap:7px;margin-left:8px;font:500 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:#fff;white-space:nowrap;cursor:pointer}
#np-category-page .nps-stock-box{width:15px;height:15px;margin:0;accent-color:var(--np-red);cursor:pointer}
#np-category-page .npp-meta{margin:0 0 10px;font:500 13px/1.5 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink-soft);font-variant-numeric:tabular-nums}
#np-category-page .npp-list{list-style:none;margin:0;padding:0}
#np-category-page .npp-card{display:grid;grid-template:"text mid rail" 1fr "text mid buy" auto / minmax(0,1fr) 156px 150px;column-gap:16px;row-gap:8px;align-items:start;margin-bottom:15px;padding:10px 12px;background:#fff;border:1px solid var(--np-border);border-radius:2px;box-shadow:0 2px 8px #22222226}
#np-category-page .npp-card:nth-child(2n){border-color:#9A9A9E}
#np-category-page .npp-card-rail{grid-area:rail;align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;gap:6px}
/* the phone price under the image, hidden here where the stack carries it */
#np-category-page .npp-card-rail .npp-card-price,#np-category-page .npp-card-rail .npp-card-list{display:none}
#np-category-page .npp-card-img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fff;border:1px solid var(--np-border);border-radius:1px}
#np-category-page .npp-card-media{display:block;width:112px}
#np-category-page .npp-card-text{grid-area:text;align-self:stretch;display:flex;flex-direction:column;min-width:0}
#np-category-page .npp-card-title{margin:0;font:700 18px/1.25 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .npp-card-title a{color:inherit;text-decoration:none}
#np-category-page .npp-card-title a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
#np-category-page .npp-card-desc{margin:3px 0 0;font:400 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .npp-card-features{margin:4px 0 0;padding:0 0 0 16px;list-style:disc;font:400 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .npp-card-features li{margin:0 0 1px;padding:0}
#np-category-page .npp-card-fitment{display:flex;align-items:flex-start;gap:5px;width:100%;margin:auto 0 0;font:600 12.5px/1.4 var(--font-body-family, Archivo, sans-serif);color:#26914A;white-space:normal}
#np-category-page .npp-card-alert{width:100%;margin:4px 0 0;font:600 12.5px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-red, #C8102E);white-space:normal}
#np-category-page .npp-card-fitment + .npp-card-alert{margin-top:2px}
#np-category-page .npp-fit-check{flex:none;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#26914A;color:#fff;font-size:9px;font-weight:700;line-height:1}
#np-category-page .npp-fit-check::before{content:"\2713"}
#np-category-page .npp-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:2px 12px;font:400 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .npp-card-brand{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--np-charcoal)}
#np-category-page .npp-card-brand-link{display:block;align-self:flex-start;max-width:100%;margin-top:8px;text-decoration:none;color:inherit}
#np-category-page .npp-card-brand-link:hover{opacity:.8}
#np-category-page .npp-card-brand-logo{display:block;height:24px;width:auto;max-width:100%;object-fit:contain}
#np-category-page .npp-card-price{display:block;font:700 italic 17px/1.15 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);font-variant-numeric:tabular-nums}
#np-category-page .npp-card-list{display:block;font:500 13px/1.2 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink-soft);text-decoration:line-through}
/* the middle column: Qty over Availability, the availability label over its value */
#np-category-page .npp-card-mid{grid-area:mid;align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:8px;white-space:nowrap}
/* the delivery line wraps inside the middle column: nowrap ran it under the
   image on every width (the audit of 2026-09-15 measured 21px of overflow at
   390) */
#np-category-page .npp-delivery{margin:0;font:400 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);white-space:normal}
#np-category-page .npp-delivery-dates{font-weight:700}
#np-category-page .npp-card-qty{display:flex;align-items:center;gap:6px}
#np-category-page .npp-qty-box{position:relative;display:inline-flex}
#np-category-page .npp-qty-steps{position:absolute;top:50%;right:1px;height:66%;transform:translateY(-50%);display:flex;flex-direction:column;width:15px}
#np-category-page .npp-qty-step{flex:1;display:block;width:100%;height:auto;min-width:0;min-height:0;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;background:#f4f4f4;color:var(--np-ink);font-size:5.5px;line-height:1;letter-spacing:0;cursor:pointer}
#np-category-page .npp-qty-step::before,#np-category-page .npp-qty-step::after{content:none}
#np-category-page .npp-qty-step:hover{background:#e6e6e6}
#np-category-page .npp-qty-step+.npp-qty-step{border-top:1px solid #ccc}
#np-category-page .npp-qty-label{font:500 13px/1.4 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .npp-qty{width:54px;height:32px;min-width:0;min-height:0;padding:0 15px 0 0;border:1px solid #ccc;background:#fff;text-align:center;font-size:14px;font-weight:600;-moz-appearance:textfield}
#np-category-page .npp-qty:focus-visible{outline:2px solid var(--np-navy);outline-offset:-1px}
#np-category-page .npp-qty::-webkit-outer-spin-button,#np-category-page .npp-qty::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}
#np-category-page .npp-stock{display:flex;flex-wrap:wrap;align-items:center;font:600 13px/1.4 var(--font-body-family, Archivo, sans-serif)}
#np-category-page .npp-stock-label{flex-basis:100%;font-weight:500;color:var(--np-ink)}
#np-category-page .npp-stock-value{color:#26914A}
#np-category-page .npp-stock.is-warehouse .npp-stock-value{color:#26914A}
#np-category-page .npp-stock.is-manufacturer .npp-stock-value{color:#b45309}
#np-category-page .npp-stock.is-out-of-stock .npp-stock-value{color:var(--np-red)}
#np-category-page .npp-hint{position:relative;margin-left:4px;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:var(--np-ink);color:#fff;font-size:10.5px;font-weight:700;line-height:1;cursor:help}
#np-category-page .npp-hint[data-tip]:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);right:-6px;padding:6px 9px;border-radius:4px;border:1px solid var(--np-ink);background:#fff;color:var(--np-ink);font-size:11.5px;font-weight:500;line-height:1.35;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--duration-short, .1s) ease}
#np-category-page .npp-hint[data-tip]:hover:after,#np-category-page .npp-hint[data-tip]:focus-visible:after{opacity:1}
#np-category-page .npp-card-buy{grid-area:buy;display:flex;width:100%}
#np-category-page .npp-card-meta{margin-top:auto;padding-top:25px}
#np-category-page .npp-card-buy .npp-card-cta{flex:1;padding:0 12px}
#np-category-page .npp-card-buy .npp-cart{display:flex;width:100%}
#np-category-page .npp-card-cta{display:flex;align-items:center;justify-content:center;height:36px;border-radius:1.5px;background:#26914A;color:#fff;font:700 13.5px/1 var(--font-body-family, Archivo, sans-serif);letter-spacing:.02em;text-transform:uppercase;text-decoration:none;transition:background-color var(--duration-short, .1s) ease}
#np-category-page .npp-card-cta:hover{background:var(--np-stock-green)}
#np-category-page [hidden]{display:none!important}
#np-category-page .npp-cart{display:block}
#np-category-page .npp-cart-btn{width:100%;border:0;cursor:pointer}
#np-category-page .npp-cart-btn:disabled{opacity:.6;cursor:wait}

/* pagination: the count and Per Page choices on the left, the page
   dropdown between Prev and Next on the right */
#np-category-page .npp-foot{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin-top:22px}
#np-category-page .npp-foot .npp-meta{display:flex;flex-wrap:wrap;align-items:center;margin:0;font-weight:400;color:var(--np-ink)}
#np-category-page .npp-foot-sep{margin:0 12px;color:var(--np-ink-soft)}
#np-category-page .npp-per{white-space:nowrap}
#np-category-page .npp-per-link{margin-left:10px;padding-bottom:1px;border-bottom:2px solid transparent;font-weight:700;color:var(--np-ink);text-decoration:none;font-variant-numeric:tabular-nums}
#np-category-page .npp-per-link:hover{color:var(--np-red)}
#np-category-page .npp-per-link.is-active{border-bottom-color:var(--np-red);color:var(--np-red)}
#np-category-page .npp-pager{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto}
#np-category-page .npp-page-form{display:flex;align-items:center;gap:6px}
#np-category-page .npp-page-select{height:40px;min-width:64px;padding:0 8px;border:1px solid var(--np-border);border-radius:1.5px;background:#fff;font:600 14px/1.3 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);font-variant-numeric:tabular-nums}
#np-category-page .npp-page-apply{height:40px;padding:0 12px;border:1px solid var(--np-border);border-radius:1.5px;background:var(--np-surface);font:700 12.5px/1 var(--font-body-family, Archivo, sans-serif);color:var(--np-ink);cursor:pointer}
#np-category-page .npp-page{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;border:1.5px solid var(--np-ink);border-radius:1.5px;background:#fff;font:700 13.5px/1 var(--font-body-family, Archivo, sans-serif);letter-spacing:.06em;text-transform:uppercase;color:var(--np-ink);text-decoration:none;transition:background-color var(--duration-short, .1s) ease,color var(--duration-short, .1s) ease}
#np-category-page a.npp-page:hover{background:var(--np-ink);color:#fff}
#np-category-page .npp-page.is-off{border-color:var(--np-surface);background:var(--np-surface);color:var(--np-ink-soft);cursor:default}

/* below the 1000 container the rail drops under the products */
@media(max-width:999.98px){
#np-category-page .npc-layout{flex-direction:column;gap:20px}
/* the rail comes first, folded behind its toggle */
#np-category-page .npc-rail{width:100%}
/* the Categories list stays off the folded rail: the strip above already lists them (Greg 2026-09-15) */
#np-category-page .npc-rail-title,#np-category-page .npc-toc{display:none}
#np-category-page .npc-filters-toggle{display:flex;align-items:center;gap:8px;min-height:48px;padding:12px 14px;background:#fff;cursor:pointer;list-style:none;user-select:none;font:700 15px/1.2 var(--font-heading-family, Archivo, sans-serif);color:var(--np-ink)}
#np-category-page .npc-filters-toggle::-webkit-details-marker{display:none}
#np-category-page .npc-filters-toggle::after{content:"";flex:none;width:9px;height:9px;margin:-4px 0 0 auto;border-right:2px solid var(--np-red);border-bottom:2px solid var(--np-red);transform:rotate(45deg);transition:transform var(--duration-short, .1s) ease}
#np-category-page .npc-filters[open]>.npc-filters-toggle{border-bottom:1px solid #E5E5E6}
#np-category-page .npc-filters[open]>.npc-filters-toggle::after{margin-top:2px;transform:rotate(-135deg)}
/* tap targets: a facet row is 44px; the quantity box is 40px tall with a 16px number
   (no iOS zoom on focus) and its steppers are 32px wide beside it (Greg 2026-09-15) */
#np-category-page .nps-facet{min-height:44px;padding:6px 0}
#np-category-page .nps-facet-list{max-height:264px}
#np-category-page .npp-qty-box{align-items:stretch}
#np-category-page .npp-qty{height:40px;width:46px;padding:0;font-size:16px}
#np-category-page .npp-qty-steps{position:static;flex-direction:row-reverse;width:auto;height:auto;transform:none}
#np-category-page .npp-qty-step{width:32px;height:40px;border:1px solid #ccc;border-left:0;font-size:8px}
#np-category-page .npp-qty-steps>.npp-qty-step:first-child{border-left:1px solid #ccc}
#np-category-page .npp-qty-step+.npp-qty-step{border-top:0}
}
@media(max-width:860px){
#np-category-page .npc-mast-icon{width:44px;height:44px}
#np-category-page .npc-mast-logo{max-height:44px;max-width:140px}
#np-category-page .npc-mast-brand img{max-height:56px;max-width:220px}
#np-category-page .npc-mast-image{width:64px;height:64px}
/* phone card: image and price left, text then the stack right, Add to Cart a row of its own at 70% width on the right;
   the row gap is the air between the brand logo and Availability (Greg 2026-09-15) */
#np-category-page .npp-card{grid-template:"rail text" auto "rail mid" auto "buy buy" auto / 112px minmax(0,1fr);column-gap:12px;row-gap:14px}
#np-category-page .npp-card-rail{align-items:flex-start;gap:12px}
#np-category-page .npp-card-rail .npp-card-price{display:block;font-size:22px;font-weight:800}
#np-category-page .npp-card-rail .npp-card-list{display:block}
#np-category-page .npp-card-mid .npp-card-price,#np-category-page .npp-card-mid .npp-card-list{display:none}
#np-category-page .npp-card-mid{min-width:0;white-space:normal}
/* the ? sits mid-row here, so its bubble anchors to the whole availability row and wraps inside it
   instead of running off the screen; a tap focuses the ? and shows it */
#np-category-page .npp-stock{position:relative}
#np-category-page .npp-hint{position:static}
#np-category-page .npp-hint[data-tip]:after{left:0;right:0;bottom:calc(100% + 4px);white-space:normal}
#np-category-page .npp-hint[data-tip]:focus:after{opacity:1}
#np-category-page .npp-card-buy{width:70%;justify-self:end}
#np-category-page .npp-card-cta{height:44px;font-size:14px}
}
@media(max-width:679.98px){
/* phones: one category per row, a 56px image, the name and a chevron (Greg 2026-09-15: two columns read too narrow) */
#np-category-page .npc-strip-list{grid-template-columns:minmax(0,1fr)}
#np-category-page .npc-strip-tile{gap:14px;min-height:64px;padding:4px 14px 4px 8px;font-size:15px}
#np-category-page .npc-strip-tile img{width:56px;height:56px}
#np-category-page .npc-strip-name{flex:1}
#np-category-page .npc-strip-tile::after{content:"";flex:none;width:9px;height:9px;border-right:2px solid var(--np-red);border-bottom:2px solid var(--np-red);transform:rotate(-45deg)}
}
@media(prefers-reduced-motion:reduce){
#np-category-page .npc-toc a,#np-category-page .npc-strip-tile,#np-category-page .npc-strip-tile img,#np-category-page .npp-page{transition:none}
}

/* how the query ran: the corrected words with a link to the typed spelling,
   and the incompatible-vehicle fallback */
#np-category-page .nps-outcome { margin: 0 0 12px; font-size: 14px; color: var(--np-ink-soft); }
#np-category-page .nps-outcome strong { color: var(--np-ink); }
#np-category-page .nps-outcome-link { color: var(--np-navy); text-decoration: underline; }
#np-category-page .nps-outcome--warn { color: var(--np-red); }
