/* Catalog category navigation: header search states and leaf previews only. */
[data-category-search-item][hidden],[data-category-search-results][hidden]{display:none}
.category-menu__result-count{position:absolute;top:50%;right:48px;color:#65776e;font-size:10px;font-weight:800;transform:translateY(-50%)}
.category-menu__search-results a.is-active-result{background:#e4f0e9;box-shadow:inset 3px 0 #174e3a}
.category-menu__search-results a[aria-selected=true]{outline:2px solid #8cb39f;outline-offset:-2px}

.category-leaf-preview{margin:0 0 var(--hf-space-6);padding:var(--hf-space-5);border:1px solid var(--hf-line);border-radius:var(--hf-radius-lg);background:var(--hf-surface)}
.category-leaf-preview__head{display:flex;align-items:end;justify-content:space-between;gap:var(--hf-space-4);margin-bottom:var(--hf-space-4)}
.category-leaf-preview__head h2{margin:4px 0 0;font-size:clamp(23px,3vw,32px)}
.category-leaf-preview__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--hf-space-3)}
.category-leaf-product{display:grid;min-width:0;grid-template-rows:auto minmax(2.7em,auto) auto;gap:8px;padding:10px;border:1px solid var(--hf-line);border-radius:var(--hf-radius-md);background:var(--hf-surface-soft);transition:border-color var(--hf-duration-base),box-shadow var(--hf-duration-base),transform var(--hf-duration-base)}
.category-leaf-product__image{display:grid;aspect-ratio:4/3;overflow:hidden;border-radius:var(--hf-radius-sm);background:var(--hf-surface);place-items:center}
.category-leaf-product__image img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;padding:7px;object-fit:contain}
.category-leaf-product__name{display:-webkit-box;overflow:hidden;color:var(--hf-ink);font-size:13px;font-weight:800;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.category-leaf-product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}
.category-leaf-product__price del{color:var(--hf-muted);font-size:11px}
.category-leaf-product__price strong{color:var(--hf-brand-900);font-size:15px}
.category-leaf-product:focus-visible{outline:3px solid var(--hf-accent);outline-offset:2px}
@media(hover:hover) and (pointer:fine){.category-leaf-product:hover{border-color:var(--hf-line-strong);box-shadow:var(--hf-shadow-sm);transform:translateY(-2px)}}
@media(max-width:1100px){.category-leaf-preview__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.category-leaf-preview{padding:var(--hf-space-4)}.category-leaf-preview__head{align-items:flex-start;flex-direction:column}.category-leaf-preview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:390px){.category-leaf-preview__grid{grid-template-columns:minmax(0,1fr)}.category-leaf-product{grid-template-columns:96px minmax(0,1fr);grid-template-rows:auto auto}.category-leaf-product__image{grid-row:1/3}.category-leaf-product__price{align-self:end}}
@media(prefers-reduced-motion:reduce){.category-leaf-product{transition:none}}
