:is(#home-recommendations,#wlhr-full-catalog) { scroll-margin-top:var(--willee-header-clearance,124px); }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-group + .wlhr-group {
  margin-top:64px; padding-top:60px; border-top:1px solid #d5dfe3;
}
:is(#home-recommendations,#wlhr-full-catalog) .section-head p { max-width:680px; margin:16px 0 0; color:#526875; font-size:17px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card { min-width:0; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .product-photo { flex-shrink:0; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .product-photo img { height:270px; width:100%; object-fit:contain; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .card-body { padding:26px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .card-body > * { flex-shrink:0; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card h3 { font-size:21px; line-height:1.4; overflow-wrap:anywhere; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .tag { overflow-wrap:anywhere; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .spec-summary { margin-bottom:24px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .spec-summary strong { font-size:17px; overflow-wrap:anywhere; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .card-end { margin-top:auto; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-empty { grid-column:1/-1; }
@media(max-width:900px) {
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .product-photo img { height:220px; }
}
@media(max-width:620px) {
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-grid { grid-template-columns:minmax(0,1fr); }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .product-photo img { height:170px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .card-body { padding:20px 15px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-card h3 { font-size:17px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .spec-summary { grid-template-columns:minmax(0,1fr); gap:10px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-card .spec-summary strong { font-size:15px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-group + .wlhr-group { margin-top:40px; padding-top:40px; }
}

/* Sidebar filters and in-place results. */
:is(#home-recommendations,#wlhr-full-catalog) [hidden] { display:none!important; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout { display:grid; grid-template-columns:238px minmax(0,1fr); gap:28px; align-items:start; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-filter-aside { position:sticky; top:var(--willee-header-clearance,124px); scroll-margin-top:var(--willee-header-clearance,124px); min-width:0; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-filter-panel { background:#fff; border:1px solid #d5dfe3; max-height:calc(100dvh - var(--willee-header-clearance,124px) - 24px); overflow:auto; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-filter-panel > summary { padding:20px; cursor:pointer; font-weight:700; font-size:18px; line-height:1.4; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-filter-form { padding:0 20px 20px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-field { display:block; margin:0 0 17px; min-width:0; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-field > span { display:block; margin-bottom:7px; color:#526875; font-size:13px; font-weight:600; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-field select, :is(#home-recommendations,#wlhr-full-catalog) .wlhr-field input { width:100%; max-width:100%; min-width:0; padding:10px; min-height:43px; font-size:14px; border:1px solid #cbd7dd; border-radius:2px; background:white; color:#142e3a; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-advanced { margin:4px 0 18px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-advanced > summary { cursor:pointer; font-size:14px; font-weight:700; padding:5px 0; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-advanced[open] > summary { margin-bottom:14px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-apply { width:100%; justify-content:center; min-height:44px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-reset { display:block; margin:15px auto 0; background:none; border:0; cursor:pointer; color:#526875; font-size:13px; text-decoration:underline; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-results { min-width:0; min-height:400px; scroll-margin-top:var(--willee-header-clearance,124px); }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-results-top { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; min-height:28px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-status { margin:0; color:#526875; font-size:14px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-status:focus { outline:2px solid #155d89; outline-offset:5px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-back-filter { display:none; font-size:14px; font-weight:700; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-result-actions { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px; padding-top:24px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-another { border:1px solid #bacbd4; background:white; color:#142e3a; padding:11px 16px; font-size:14px; font-weight:700; cursor:pointer; border-radius:2px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-another:disabled { color:#637985; opacity:.6; cursor:default; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-grid[aria-busy="true"] { opacity:.55; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-empty { padding:28px; border:1px solid #d5dfe3; background:#fff; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-empty h3 { font-size:22px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-empty p { margin-bottom:0; color:#526875; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .product-photo img { height:215px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .card-body { padding:21px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .wlhr-card h3 { font-size:18px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .spec-summary { gap:12px; }
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .spec-summary strong { font-size:15px; }
@media(max-width:1150px) and (min-width:901px) {
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout { grid-template-columns:210px minmax(0,1fr); gap:20px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .wlhr-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:900px) {
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout { grid-template-columns:minmax(0,1fr); gap:24px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-filter-aside { position:static; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-filter-panel { max-height:none; overflow:visible; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-back-filter { display:inline; }
}
@media(max-width:620px) {
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .product-photo img { height:170px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout .card-body { padding:20px 15px; }
  :is(#home-recommendations,#wlhr-full-catalog) .wlhr-result-actions { align-items:flex-start; flex-direction:column; }
}

/* Quick selection uses the same visual language as the existing product cards. */
:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout{grid-template-columns:270px minmax(0,1fr)}
.wlhr-filter-form .wlhr-pump-field{min-width:0}
.wlhr-filter-form .wlhr-pump-field[hidden]{display:none!important}
.wlhr-selection-note{background:#fff;border-left:3px solid #16719b;padding:24px;margin-top:28px;color:#526776;font-size:14px;line-height:1.7}
.wlhr-selection-note strong{color:#142e3b;font-size:16px}
.wlhr-selection-note p{margin:8px 0 15px}
.wlhr-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.wlhr-active-filters a{border:1px solid #cddce3;background:#fff;padding:6px 10px;font-size:13px;text-decoration:none}
.wlhr-catalog h1{font-size:clamp(32px,4vw,56px)}
@media(max-width:900px){:is(#home-recommendations,#wlhr-full-catalog) .wlhr-layout{grid-template-columns:1fr}}

.wlhr-filter-panel>summary{display:block;list-style:none;position:relative;padding-right:38px!important}
.wlhr-filter-panel>summary::-webkit-details-marker{display:none}
.wlhr-filter-panel>summary::after{content:'−';position:absolute;right:16px;top:20px}
.wlhr-filter-panel:not([open])>summary::after{content:'+'}
.wlhr-filter-form input[type=hidden]{display:none!important}
.wlhr-filter-form .wlhr-apply::after{content:none}
