/* Desktop Template 06. Scoped to its own component; mobile retains the existing header. */

.wh6{
  --bg:#fff;
  --text:#151b17;
  --muted:#6f776f;
  --line:#e7eae6;
  --soft:#f6f8f6;
  --brand:#0e8d7f;
  /* Every accent state follows the saved brand color, including custom palettes. */
  --brand-dark:color-mix(in srgb,var(--brand) 80%,black);
  --brand-soft:color-mix(in srgb,var(--brand) 9%,var(--bg));
  --brand-hover:color-mix(in srgb,var(--brand) 16%,var(--bg));
  --brand-line:color-mix(in srgb,var(--brand) 34%,var(--bg));
  --brand-ring:color-mix(in srgb,var(--brand) 10%,transparent);
}

.wh6,.wh6 *{box-sizing:border-box}

.wh6{
  position:relative;
  top:0;
  z-index:3;
  background:var(--bg);
  border-bottom:1px solid var(--line);
}

.wh6__promo{
  min-height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 16px;
  background:var(--promo-bg,var(--brand));
  color:var(--promo-ink,#fff);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.wh6__main{
  width:min(1320px,calc(100% - 40px));
  min-height:78px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,auto) minmax(220px,1fr) auto;
  gap:26px;
  align-items:center;
}

.wh6-logo{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  max-width:300px;
  color:var(--text);
  text-decoration:none;
}

/* Empty logo stays editable without adding a public wordmark or initials. */
.wh6-logo.is-empty{width:80px;min-height:var(--logo-size,40px)}
.wh6-logo__placeholder{display:none}
html[data-header-editing="1"] .wh6-logo__placeholder{display:grid;place-items:center;width:80px;height:var(--logo-size,40px);border:1px dashed #b7bec7;border-radius:8px;color:#727b88}
.wh6-logo__placeholder svg{width:24px;height:24px}
.wh6-logo img{flex-shrink:0}
.wh6-logo__image.wapu-brand-logo--overlay{display:none}

.wh6-search{
  min-height:48px;
  display:grid;
  grid-template-columns:22px 1fr;
  align-items:center;
  gap:11px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--soft);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.wh6-search:focus-within{
  border-color:var(--brand-line);
  background:var(--bg);
  box-shadow:0 0 0 3px var(--brand-ring);
}

.wh6-search svg{
  width:18px;height:18px;
  color:#788078;
  stroke:currentColor;
}

.wh6-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font:inherit;
  font-size:16px;
}

.wh6-search input::placeholder{color:#868d87}

.wh6-actions{
  display:flex;
  align-items:center;
  gap:4px;
}

.wh6-action{
  position:relative;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--text);
  cursor:pointer;
  transition:background .18s ease,color .18s ease;
}

.wh6-action:hover{
  background:var(--brand-soft);
  color:var(--brand-dark);
}

.wh6-action svg{
  width:20px;height:20px;
  stroke:currentColor;
}

.wh6-count{
  position:absolute;
  top:2px;
  right:1px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--promo-bg,var(--brand));
  color:var(--promo-ink,#fff);
  border:2px solid #fff;
  font-size:9px;
  font-weight:800;
}

.wh6__nav-wrap{
  position:relative;
  border-top:1px solid var(--line);
  background:#fff;
}

.wh6-nav{
  width:min(1320px,calc(100% - 40px));
  min-height:52px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr);
  gap:16px;
  align-items:center;
}

.wh6-nav__categories{
  position:static;
  align-self:stretch;
  display:flex;
  align-items:center;
}

.wh6-categories-trigger{
  appearance:none;
  border:0;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:0 13px;
  border-radius:11px;
  background:var(--brand-soft);
  color:var(--brand-dark);
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
  transition:background .18s ease;
}

.wh6-categories-trigger:hover,
.wh6-nav__categories:hover .wh6-categories-trigger,
.wh6-nav__categories:focus-within .wh6-categories-trigger,
.wh6-nav__categories.is-open .wh6-categories-trigger{
  background:var(--brand-hover);
}

.wh6-categories-trigger svg{
  width:16px;height:16px;
  stroke:currentColor;
}

.wh6-categories-trigger .chev{
  width:13px;height:13px;
  transition:transform .18s ease;
}

.wh6-nav__categories:hover .chev,
.wh6-nav__categories:focus-within .chev{
  transform:rotate(180deg);
}

.wh6-nav__links{
  min-height:44px;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  overflow:visible;
  gap:2px;
  padding:0;
}

:is(.wh6-nav__links > a,.wh6-nav__item > a),
.wh6-nav__utility a{
  position:relative;
  min-height:38px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 11px;
  border-radius:10px;
  color:#39423b;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease;
}

:is(.wh6-nav__links > a,.wh6-nav__item > a):hover,
.wh6-nav__utility a:hover{
  background:var(--brand-soft);
  color:var(--brand-dark);
}

:is(.wh6-nav__links > a,.wh6-nav__item > a)::after{
  content:"";
  position:absolute;
  left:11px;right:11px;bottom:4px;
  height:2px;border-radius:999px;
  background:var(--brand);
  transform:scaleX(0);
  transition:transform .18s ease;
}

:is(.wh6-nav__links > a,.wh6-nav__item > a):hover::after{transform:scaleX(1)}

.wh6-nav__utility{
  display:flex;
  align-items:center;
  gap:2px;
}

.wh6-nav__utility::before{
  content:"";
  width:1px;height:22px;
  margin-right:8px;
  background:var(--line);
}

.wh6-nav__utility a{color:var(--muted)}

.wh6-badge{
  padding:3px 6px;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand-dark);
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
}

/* MEGA MENU */
.wh6-mega-panel{
  position:absolute;
  left:50%;
  top:100%;
  width:min(1120px,calc(100% - 40px));
  transform:translate(-50%,8px);
  padding:16px;
  max-height:min(440px,calc(100dvh - 180px));
  overflow:auto;
  border:1px solid var(--line);
  border-radius:0 0 20px 20px;
  background:#fff;
  box-shadow:0 22px 50px rgba(18,31,22,.10);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}

.wh6-nav__categories.is-open .wh6-mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);}

.wh6-mega-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.wh6-mega-card{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:82px;
  padding:12px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  text-decoration:none;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

.wh6-mega-card:hover{
  background:var(--brand-soft);
  border-color:var(--brand-line);
  transform:translateY(-2px);
}

.wh6-mega-card__media{
  position:relative;
  width:56px;
  height:56px;
  border-radius:9px;
  overflow:hidden;
  background:var(--brand-soft);
}

.wh6-mega-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .25s ease;
}

.wh6-mega-card:hover .wh6-mega-card__media img{
  transform:scale(1.035);
}

/* fallback: folder */
.wh6-mega-card__media.is-fallback{
  display:grid;
  place-items:center;
  background:var(--brand-soft);
}

.wh6-folder-fallback{
  display:grid;
  place-items:center;
  width:29px;
  aspect-ratio:1;
  color:var(--brand);
}

.wh6-folder-fallback svg{
  display:block;
  width:100%;height:100%;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.wh6-mega-card__body{
  min-width:0;
}

.wh6-mega-card strong{
  display:block;
  color:var(--text);
  font-size:13px;
  line-height:1.4;
  overflow-wrap:anywhere;
}

.wh6-mega-card p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.4;
}

.wh6-mega-card .wh6-mega-link{
  display:inline-block;
  margin-top:5px;
  color:var(--brand-dark);
  font-size:10.5px;
  font-weight:800;
}

/* Footer of mega menu */
.wh6-mega-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid var(--line);
}

.wh6-mega-footer__meta{
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
}

.wh6-mega-footer__meta strong{
  color:var(--text);
}

.wh6-mega-footer__action{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:11px;
  background:var(--text);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.wh6-mega-footer__action:hover{
  background:var(--brand-dark);
}

@media(min-width:992px) and (max-width:1359px){
  .wh6-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


.wh6{font:13px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text);isolation:isolate;text-align:left}.wh6 a{color:inherit}.wh6-logo__image{height:var(--logo-size,40px);max-width:190px;width:auto;object-fit:contain}.wh6-action{text-decoration:none}.wh6 [hidden]{display:none}.wh6 :is(a,button):focus-visible{outline:2px solid var(--brand);outline-offset:3px}.wh6__nav-wrap{background:var(--bg)}.wh6-nav__links{overflow:visible}.wh6-nav__utility:empty{display:none}.wh6-mega-footer__action{color:white!important}.wh6-categories-trigger svg:last-child{width:13px}.wh6-nav__categories.is-open .wh6-categories-trigger svg:last-child{transform:rotate(180deg)}
.wapu-desktop-header-template{display:none}
@media(min-width:992px){.wapu-desktop-header-template{display:block}.wapu-nav-shell:has(>.wapu-desktop-header-template)>:is(.nav-container,.wapu-nav-row,.wapu-announcement-bar,.wapu-store-hours){display:none!important}.site-header:has(.wapu-desktop-header-template){background:transparent}.wapu-nav-shell:has(>.wapu-desktop-header-template){background:transparent;border:0}}
@media(prefers-reduced-motion:reduce){.wh6 *{transition:none!important}}

/* Focus belongs to the search container; the inner input never draws a second ring. */
.wh6 .wh6-search input[type="search"],
.wh6 .wh6-search input[type="search"]:focus,
.wh6 .wh6-search input[type="search"]:focus-visible{
  appearance:none;border:0;outline:0;box-shadow:none;background:transparent;border-radius:0;
}

/* The saved desktop size owns both normal and Home logo variants. */
.wh6 .wh6-logo > img.wh6-logo__image{height:var(--logo-size,40px)!important;max-height:var(--logo-size,40px)!important;width:auto!important;max-width:190px!important;object-fit:contain}
.wh6-categories-trigger{max-width:100%;min-width:0}
.wh6-categories-trigger > span{overflow:hidden;text-overflow:ellipsis}
.wh6-categories-trigger > svg{flex:none}
.wh6-nav__utility{justify-self:end;min-width:0;max-width:100%;overflow:auto}
html[data-header-editing="1"] .wh6-nav__links:empty{border:1px dashed #b7bec7;border-radius:8px}
html[data-header-editing="1"] .wh6-nav__links:empty::before{content:"Configurar menú principal";color:#596273;font:500 12px/1.4 system-ui;pointer-events:none}

/* Let the menu determine its width instead of reserving an empty fixed sidebar. */
:is(.wh6-nav__links > a,.wh6-nav__item > a){flex:0 0 auto;padding-inline:8px}
@media(min-width:992px) and (max-width:1359px){
  .wh6-nav{grid-template-columns:max-content minmax(0,1fr) auto;gap:8px}
  .wh6-nav:has(> .wh6-nav__utility:empty){grid-template-columns:max-content minmax(0,1fr)}
  :is(.wh6-nav__links > a,.wh6-nav__item > a){padding-inline:clamp(0px,calc((100vw - 992px) * .035),8px)}
}

/* LIMVO uses the same search, navigation and editing contracts as Template 06. */
.wh6--limvo{--muted:#758070;--line:#e6ece4;--soft:color-mix(in srgb,var(--brand) 3%,var(--bg))}
.wh6--limvo .wh6__promo{padding:0 20px;font-size:11px;font-weight:500;letter-spacing:0;text-transform:none}
.wh6-limvo-topbar{width:min(1200px,100%);min-height:30px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:24px}
.wh6-limvo-topbar > :is(span,a){display:flex;align-items:center;gap:8px;text-decoration:none}
.wh6-limvo-topbar svg{width:14px;height:14px;flex:none}
.wh6--limvo .wh6__main{width:min(1200px,calc(100% - 48px));min-height:83px;grid-template-columns:minmax(140px,1fr) minmax(220px,470px) minmax(210px,1fr);gap:28px}
.wh6--limvo .wh6-logo{justify-self:start;flex-direction:column;gap:2px;max-width:190px}
.wh6-limvo-tagline{font-size:10px;line-height:1.4;letter-spacing:1px;color:var(--text);white-space:nowrap}
.wh6--limvo .wh6-search{min-height:44px;border-radius:30px;grid-template-columns:18px minmax(0,1fr) 30px;gap:10px;padding:0 6px 0 16px}
.wh6--limvo .wh6-search input{font-size:14px}
.wh6--limvo .wh6-search-submit{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:var(--brand-soft);color:var(--brand);cursor:pointer}
.wh6--limvo .wh6-search-submit svg{width:15px;height:15px;color:inherit}
.wh6--limvo .wh6-search-submit:hover{background:var(--brand-hover)}
.wh6--limvo .wh6-actions{justify-self:end;gap:14px}
.wh6--limvo .wh6-action{display:flex;gap:8px;width:auto;padding:0 6px;font-size:12px;font-weight:500;white-space:nowrap}
.wh6--limvo .wh6-action + .wh6-action{border-left:1px solid var(--line);border-radius:0;padding-left:16px}
.wh6--limvo .wh6-count{left:28px;right:auto;top:1px;background:var(--brand);color:#fff}
.wh6--limvo .wh6-nav{width:min(1200px,calc(100% - 48px));min-height:51px;grid-template-columns:max-content minmax(0,1fr) auto;gap:16px}
.wh6--limvo .wh6-nav:has(>.wh6-nav__utility:empty){grid-template-columns:max-content minmax(0,1fr)}
.wh6--limvo .wh6-categories-trigger{background:transparent;font-size:13px;font-weight:600;border-radius:8px;padding:0 10px 0 0;gap:10px;color:inherit}
.wh6--limvo .wh6-nav__categories{padding-right:18px}
.wh6--limvo .wh6-nav__categories::after{content:"";width:1px;height:20px;background:var(--line);margin-left:12px}
.wh6--limvo .wh6-nav__categories:is(:hover,.is-open) .wh6-categories-trigger{background:var(--brand-soft);color:var(--brand-dark)}
.wh6--limvo .wh6-nav__links{justify-content:space-evenly;gap:0}
.wh6--limvo :is(.wh6-nav__links > a,.wh6-nav__item > a){font-size:13px;font-weight:500;padding-inline:7px}
.wh6--limvo .wh6-mega-panel{left:max(24px,calc((100% - 1200px)/2));width:min(880px,calc(100% - 48px));transform:translateY(8px);padding:24px;max-height:min(440px,calc(100dvh - 180px))}
.wh6--limvo .wh6-nav__categories.is-open .wh6-mega-panel{transform:translateY(0)}
.wh6-limvo-megahead{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;color:var(--text)}
.wh6-limvo-megahead strong{font-size:17px;font-weight:600}
.wh6-limvo-megahead a{font-size:12px;text-decoration:none;color:var(--brand)}
.wh6--limvo .wh6-mega-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.wh6--limvo .wh6-mega-card{grid-template-columns:52px minmax(0,1fr);min-height:76px;padding:10px;border-color:transparent;gap:12px}
.wh6--limvo .wh6-mega-card__media{width:52px;height:52px}
.wh6--limvo .wh6-mega-card strong{font-size:13px;font-weight:600}
.wh6--limvo .wh6-mega-card small{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.5}
.wh6-limvo-meganote{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:16px;margin-top:16px;color:var(--muted);font-size:11px}
.wh6-limvo-meganote svg{width:15px;height:15px;color:var(--brand);flex:none}
.wh6--limvo .wh6-mega-footer{display:none}
@media(min-width:992px) and (max-width:1199px){
  .wh6--limvo .wh6__main{grid-template-columns:minmax(120px,1fr) minmax(220px,470px) auto;gap:24px}
  .wh6--limvo .wh6-nav{gap:6px}
  .wh6--limvo .wh6-nav__categories{padding-right:4px}
  .wh6--limvo :is(.wh6-nav__links > a,.wh6-nav__item > a){padding-inline:4px}
}
/* The narrower LIMVO field presents the shared result cards as compact rows. */
.wh6--limvo .wh6-search .wapu-search-split{grid-template-columns:minmax(0,1fr);gap:16px}
.wh6--limvo .wh6-search .wapu-search-sidebar{display:none}
.wh6--limvo .wh6-search .wapu-search-grid{grid-template-columns:minmax(0,1fr);gap:10px}
.wh6--limvo .wh6-search .wapu-search-grid .wapu-product-card-mini{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px}
.wh6--limvo .wh6-search .wapu-search-grid .wapu-product-card-mini__media{width:54px;height:54px;max-height:54px;border-radius:8px}
.wh6--limvo .wh6-search .wapu-product-card-mini__img{height:54px;max-height:54px}
.wh6--limvo .wh6-search .wapu-product-card-mini__info{padding:0;min-width:0}
.wh6--limvo .wh6-search .wapu-product-card-mini__name{font-size:13px;line-height:1.4;margin:0}
.wh6--limvo .wh6-search .wapu-product-card-mini__price{font-size:12px;margin-top:4px}

/* Main-menu megamenus share the existing category renderer and header palette. */
.wh6-nav__item{display:flex;align-items:center;flex:0 0 auto;position:static;color:var(--text)}
.wh6 .wh6-menu-toggle{display:grid;place-items:center;min-width:28px;min-height:38px;padding:4px;border:0;background:transparent;color:inherit;border-radius:8px;cursor:pointer}
.wh6-menu-toggle svg{width:13px;height:13px;transition:transform .18s ease}
.wh6-nav__item.is-open .wh6-menu-toggle svg{transform:rotate(180deg)}
.wh6 .wh6-link-panel{left:50%;width:min(1120px,calc(100% - 40px));padding:0;color:var(--text);background:var(--bg);transform:translate(-50%,8px);z-index:30;white-space:normal;transition:opacity .18s ease,transform .18s ease}
.wh6 .wh6-nav__item.is-open > .wh6-link-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.wh6-link-panel .wm-dropdown{max-width:none;border-radius:inherit;box-shadow:none}
body.is-home.wapu-home-header-overlay .site-header:not(.is-scrolled) .wh6-nav__item{color:var(--wapu-header-overlay-ink,#fff)}
body.is-home.wapu-home-header-overlay .site-header:not(.is-scrolled) .wh6-nav__item > a{color:inherit}
@media(prefers-reduced-motion:reduce){.wh6-menu-toggle svg{transition:none}}

/* Reserve the category trigger before distributing the five main links. */
.wh6 .wh6-nav{grid-template-columns:max-content minmax(0,1fr) auto}
.wh6 .wh6-nav:has(> .wh6-nav__utility:empty){grid-template-columns:max-content minmax(0,1fr)}
.wh6 .wh6-nav:not(:has(> .wh6-nav__categories)){grid-template-columns:minmax(0,1fr) auto}
.wh6 .wh6-nav:not(:has(> .wh6-nav__categories)):has(> .wh6-nav__utility:empty){grid-template-columns:minmax(0,1fr)}
.wh6 .wh6-nav__categories{flex-shrink:0}
.wh6 .wh6-categories-trigger{flex-shrink:0;white-space:nowrap}
.wh6 .wh6-nav__item{flex:0 1 auto;min-width:0}
.wh6 .wh6-nav__item > a,.wh6 .wh6-nav__links > a{flex:0 1 auto;min-width:0;display:block;line-height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wh6 .wh6-menu-toggle{flex-shrink:0}
/* A leaf category uses the classic featured layout; keep its visual portrait,
   just as the automatic submenu does, instead of a full-width shallow banner. */
.wh6-link-panel .wm-dialog-nav--featured:not(.wm-dialog-nav--gallery){grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:36px}
.wh6-link-panel .wm-dialog-nav--featured:not(.wm-dialog-nav--gallery) > .wm-dialog-nav__columns{grid-column:2;grid-row:1}
.wh6-link-panel .wm-dialog-nav--featured:not(.wm-dialog-nav--gallery) > .wm-dialog-nav__featured{grid-column:1;grid-row:1;min-width:0}
.wh6-link-panel .wm-dialog-nav__featured .wm-featured-banner{width:100%;max-width:320px;min-height:320px;aspect-ratio:4 / 5;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:16px;padding:24px}
.wh6-link-panel .wm-featured-banner__image{object-fit:cover;object-position:center}
.wh6-link-panel .wm-featured-banner__copy{min-width:0;max-width:100%}
.wh6-link-panel .wm-featured-banner__copy strong{font-size:20px;overflow-wrap:break-word}

/* Catalog-led desktop megamenu. Shared markup and palette in preview and site. */
.wh6 .wh6-link-panel:has(.wh6-catalog-menu){width:min(1040px,calc(100% - 48px));border:1px solid color-mix(in srgb,var(--text) 9%,transparent);border-radius:0 0 20px 20px;box-shadow:0 22px 44px -24px #101a2440}
.wh6 .wh6-catalog-menu{display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;padding:28px;font:400 14px/1.5 Inter,ui-sans-serif,system-ui,sans-serif;text-align:left;color:var(--text);white-space:normal}
.wh6 .wh6-catalog-menu a{color:inherit;text-decoration:none;min-width:0}
.wh6 .wh6-catalog-menu__category{display:flex;flex-direction:column;gap:14px;align-self:start;border-radius:12px}
.wh6 .wh6-catalog-menu__media{display:block;aspect-ratio:5 / 4;overflow:hidden;border-radius:12px;background:color-mix(in srgb,var(--text) 4%,var(--bg))}
.wh6 .wh6-catalog-menu__media img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;transition:transform .25s ease}
.wh6 .wh6-catalog-menu__category:hover img{transform:scale(1.025)}
.wh6 .wh6-catalog-menu__name{font-size:24px;font-weight:650;letter-spacing:-.035em;line-height:1.15;overflow-wrap:break-word}
.wh6 .wh6-catalog-menu__explore{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;font-weight:550;line-height:1.5;color:var(--brand-dark);padding-top:2px}
.wh6 .wh6-catalog-menu__groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px 28px;min-width:0;padding-left:32px;border-left:1px solid color-mix(in srgb,var(--text) 9%,transparent)}
.wh6 .wh6-catalog-menu__group{min-width:0}
.wh6 .wh6-catalog-menu__heading{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:10px 0;font-size:14px;font-weight:600;line-height:1.5;overflow-wrap:break-word}
.wh6 .wh6-catalog-menu__heading > span:last-child{font-size:14px;font-weight:400;opacity:.45;flex:none;transition:transform .18s ease}
.wh6 .wh6-catalog-menu__heading:hover > span:last-child{transform:translate(2px,-2px);opacity:1}
.wh6 .wh6-catalog-menu__groups a:hover{color:var(--brand-dark)}
.wh6 .wh6-catalog-menu__group ul{list-style:none;margin:0;padding:0 0 8px;display:grid;gap:2px}
.wh6 .wh6-catalog-menu__group li{margin:0;padding:0}
.wh6 .wh6-catalog-menu__group li a{display:block;padding:5px 0;font-size:13px;line-height:1.5;color:color-mix(in srgb,var(--text) 68%,var(--bg));overflow-wrap:break-word}
.wh6 .wh6-catalog-menu--no-image{grid-template-columns:220px minmax(0,1fr);min-height:170px}
.wh6 .wh6-catalog-menu--no-image .wh6-catalog-menu__category{padding:10px 0}
@media(min-width:992px) and (max-width:1199px){.wh6 .wh6-catalog-menu{grid-template-columns:220px minmax(0,1fr);gap:24px;padding:24px}.wh6 .wh6-catalog-menu__groups{padding-left:24px;gap:12px 20px}}
@media(prefers-reduced-motion:reduce){.wh6 .wh6-catalog-menu__media img,.wh6 .wh6-catalog-menu__heading > span:last-child{transition:none}}

.wh6 .wh6-link-panel:has(.wh6-catalog-menu--compact){width:min(780px,calc(100% - 48px))}
.wh6 .wh6-link-panel:has(.wh6-catalog-menu--single){width:min(680px,calc(100% - 48px))}
.wh6 .wh6-catalog-menu--compact{grid-template-columns:220px minmax(0,1fr);gap:28px}
.wh6 .wh6-catalog-menu--compact .wh6-catalog-menu__groups{padding-left:28px;gap:12px 24px}
.wh6 .wh6-catalog-menu--single .wh6-catalog-menu__groups{grid-template-columns:minmax(0,1fr)}
