/* ==========================================================================
   base.css — Minden oldalra betöltődő alap: tokenek, reset, tipográfia, rács,
   gombok, űrlapok, fejléc, lábléc, akadálymentességi segédosztályok.
   Ez az EGYETLEN site-wide stíluslap. Büdzsé: 18 KB minifikálva és gzippelve.
   Ami csak egy oldaltípuson kell, az a shop.css, product.css, account.css vagy
   blog.css fájlba tartozik, lásd inc/assets.php.
   Rács: saját 12 oszlopos, Bootstrap-kompatibilis osztálynevekkel, de a
   referenciaoldal 148 KB-os keretrendszere nélkül.
   ========================================================================== */
:root {
  --c-text: #051d33;
  --c-text-soft: #4a5b6b;
  --c-text-mute: #999999;
  --c-page: #fafafa;
  --c-surface: #ffffff;
  --c-line: #e1e1e1;
  --c-line-soft: #dddddd;
  --c-primary: #1b92ff;
  --c-primary-hover: #0e6abf;
  --c-primary-aa: #0b6fcc;
  --c-primary-dark: #0a5da8;
  --c-primary-wash: #eaf5ff;
  --dur-mc: 400ms;
  --dur-mc-op: 200ms;
  --ease-mc: ease;
  --c-mint: #cfe6d8;
  --c-mint-wash: #e8f3ed;
  --c-pink-accent: #f9608c;
  --c-pink-wash: #fdecf6;
  /* A KREM SAV es a hozza tartozo hajszalvonal.
     .
     A fooldali carousel-savok, a bejegyzes-blokk CTA-ja es a gyorsnezet
     fejlece EGY szinen all, ezert egy token, nem harom kiirt hexa. A sav
     korabban rozsaszin volt (--c-pink-wash), a kliens erosebb, melegebb
     feluletet kert.
     .
     A --c-pink-wash NEM szunt meg: a termek-jelvenyen (.badge--enquire) es a
     banner-blokk hatteren tovabbra is az all, tehat a tokent nem irtuk at,
     csak a harom feluletet cserelte le a kremre. */
  --c-cream: #f9eecf;
  --c-cream-line: #eee0b2;
  /* A ROZSASZIN SAV HAJSZALVONALA. A sav sajat szinenek (#fdecf6) sotetebb
     valtozata: ugyanaz a szinezet, csak telitettebb es kicsit sotetebb, tehat
     nem uj szin a paletaban, hanem ugyanannak az arnyalatnak a hataroloja.
     Ez rajzolja meg a sav szelet a hullam helyett. */
  --c-pink-line: #f4d5e6;
  --c-dark: #051d33;
  /* A LABLEC HATTERE a fejlec mentazoldjenek (--c-mint, #cfe6d8) SOTETEBB
     valtozata: pontosan ugyanaz a szinezet (143,5 fok) es telitettseg (32%),
     csak 85,7% helyett 26% vilagossagon. Igy a lablec a fejleccel egy
     szincsaladban van, es a FEHER szoveg MERT kontraszja 8,15:1, ami a
     WCAG AAA szintje meg a 12 pixeles jogi szovegre is. A korabbi #e1e1e1
     vilagosszurken a feher szoveg 1,3:1 lett volna, tehat olvashatatlan. */
  --c-footer: #2d583e;
  --c-footer-text: #ffffff;
  /* Halvanyabb lablec-szoveg. 80%-os feher, mert MERVE ez meg 5,91:1, tehat
     a 12 pixeles jogi sorok is kenyelmesen olvashatok. */
  --c-footer-soft: rgba(255, 255, 255, 0.8);
  /* Akcent a linkek hoverjere es az ikonokra: a FEJLEC zoldje, ami a sotet
     hatteren 6,19:1. A tema kekje (--c-primary) itt csak 2,56:1 lenne,
     tehat a lablecben nem hasznalhato. */
  --c-footer-accent: var(--c-mint);
  --c-green: #10ae20;
  --c-green-aa: #0b7c17;
  --c-green-wash: #eafaec;
  --c-sale: #d92d20;
  --c-sale-wash: #fdeceb;
  --c-warn: #b54708;
  --c-warn-wash: #fef6ee;
  --c-focus: #0b6fcc;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  /* 13 PX, NEM 12 (kliens-keres, 2026-09-24): a sajat taru, reszhalmazra
     szukitett Open Sans valtozo font hinting nelkuli, es Windowson 12 px-en
     toredezetten rajzolodik, 13 px-tol eles. Az xs ezert egyenlo az sm-mel. */
  --fs-xs: 0.8125rem;
  --fs-sm: 0.8125rem;
  --fs-base: 0.875rem;
  --fs-md: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.25rem;
  --fs-2xl: 1.5rem;
  --fs-3xl: 1.75rem;
  --fs-4xl: 2rem;
  --fs-5xl: 2.5rem;
  --r-sm: 5px;
  --r-lg: 10px;
  --r-full: 999px;
  --sh-panel: 0 0 30px 0 rgba(27, 146, 255, 0.05);
  --sh-btn: 0 10px 20px 0 rgba(27, 146, 255, 0.4);
  --sh-head: 0 -8px 8px -8px rgba(27, 146, 255, 0.05);
  --sh-input: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  --sh-sm: 0 1px 2px rgba(5, 29, 51, 0.06);
  --sh-md: 0 2px 8px rgba(5, 29, 51, 0.08);
  --sh-lg: 0 8px 24px rgba(5, 29, 51, 0.12);
  --container: 1640px;
  --gutter: 20px;
  --header-h: 160px;
  --header-h-sticky: 60px;
  --hdr-now: 121px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --dur: 200ms;
  --dur-hdr: 260ms;
}
:root:has(.hdr[data-scrolled="true"]) {
  --hdr-now: var(--header-h-sticky);
}
@media (max-width: 991px) {
  :root,
  :root:has(.hdr[data-scrolled="true"]) {
    --hdr-now: 56px;
  }
}
html {
  scroll-padding-top: calc(var(--hdr-now) + var(--sp-4));
  scroll-padding-bottom: calc(88px + var(--sp-4));
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
ul[class],
ol[class] {
  list-style: none;
}
/* A LAP HATTERE FUGGOLEGES ATMENET (kliens-dontes, "1-es terv"): felul a bolt
   vilagoskekje, lefele feherbe. A hosszu szoveges reszek igy MINDIG feher
   koruli feluleten allnak, tehat az olvashatosag nem romlik, a lap teteje
   viszont kap szint.
   .
   A `fixed` AZ ABLAKHOZ ROGZITI az atmenetet, tehat gorgeteskor nem csuszik el
   es nem ismetlodik: barmilyen hosszu kategoria-lapon ugyanaz a kep marad. Egy
   gorgetheto (scroll) atmenet egy 6000 pixeles lapon szinte teljesen feher
   lenne, mert a szines resz az elso kepernyore esne.
   .
   A `--c-page` valtozo MEGMARAD (#fafafa): tobb komponens hivatkozik ra ott,
   ahol egy sima lapfeluletet kell utanoznia. */
body {
  min-height: 100vh;
  background: linear-gradient(180deg, #dff0fd 0%, #eef8ff 15%, #ffffff 100%);
  background-attachment: fixed;
  color: var(--c-text);
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  fill: currentColor;
  flex-shrink: 0;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  background: none;
  border: 0;
  cursor: pointer;
}
a {
  color: var(--c-primary-aa);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  text-align: left;
  font-weight: 600;
}
hr {
  border: 0;
  border-top: 1px solid var(--c-line);
  margin: var(--sp-6) 0;
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}
@media (prefers-contrast: more) {
  :focus-visible {
    outline-width: 3px;
  }
  :root {
    --c-line: #9aa7b2;
    --c-text-soft: #2b3a48;
    --c-text-mute: #3d4c5a;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--c-text);
  text-wrap: balance;
}
h1 {
  font-size: var(--fs-4xl);
  font-weight: 900;
}
h2 {
  font-size: var(--fs-2xl);
  font-weight: 900;
}
h3 {
  font-size: var(--fs-md);
}
h4 {
  font-size: var(--fs-base);
}
h5,
h6 {
  font-size: var(--fs-base);
}
.section-title {
  margin-bottom: var(--sp-5);
  font-size: var(--fs-2xl);
  font-weight: 900;
  line-height: 1.21;
  text-transform: uppercase;
  color: var(--c-text);
}
.page-head {
  padding-block: var(--sp-4) var(--sp-6);
}
.page-head__title {
  margin-bottom: var(--sp-5);
  font-size: var(--fs-4xl);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}
.page-head__title--plain,
.sp .product_title,
.post__title {
  text-transform: none;
}
/* A TERMEKKATEGORIA-ARCHIVUM CIMSORA SEM CSUPA NAGYBETUS.
   A kategorianevek a forrasban mar helyesen nagybetusek ("Illatszer, Parfum,
   Ajandek"), tehat a transzform kivetele pontosan a mondatkezdo nagybetut
   hagyja meg. A felulirás SZANDEKOSAN csak a `tax-product_cat` torzsosztalyra
   szol: a markaarchivum (tax-product_brand), a bolt fooldala es a kosar,
   kassza, fiok cimsorai valtozatlanul csupa nagybetusek maradnak, mert a
   megbizo a kategorialapokat kerte. Barmelyik ide vehető egy szelektorral. */
.tax-product_cat .page-head__title {
  text-transform: none;
}
.page-head__lead {
  max-width: 68ch;
  color: var(--c-text-soft);
  font-size: var(--fs-md);
}
p {
  text-wrap: pretty;
}
strong,
b {
  font-weight: 600;
}
small {
  font-size: var(--fs-xs);
}
.price,
.qty,
.amount,
[class*="total"],
time {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow {
  max-width: 860px;
}
.container--text {
  max-width: 1020px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--gutter) / -2);
}
.row > * {
  padding-inline: calc(var(--gutter) / 2);
  width: 100%;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6667%;
}
.col-12 {
  width: 100%;
}
.col-auto {
  width: auto;
  flex: 0 0 auto;
}
.col-fill {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
@media (min-width: 440px) {
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    width: 16.6667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.6667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-2 {
    width: 16.6667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 1480px) {
  .col-xxl-2 {
    width: 16.6667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333%;
  }
}
.stack {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-3);
}
.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}
.section {
  padding-block: var(--sp-10);
}
@media (min-width: 992px) {
  .section {
    padding-block: var(--sp-16);
  }
}
.section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-4);
  margin-bottom: var(--sp-6);
}
.section__more {
  font-size: var(--fs-sm);
  font-weight: 500;
  white-space: nowrap;
}
.btn,
.woocommerce-Button:not(.btn),
.woocommerce form .button:not(.btn),
.woocommerce-form-login button[name="login"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  min-height: 40px;
  min-width: 40px;
  padding: 10px var(--sp-5);
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  background: var(--c-primary);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--sh-btn);
  transition:
    background var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    color var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}
.btn:hover,
.woocommerce-Button:not(.btn):hover,
.woocommerce form .button:not(.btn):hover,
.woocommerce-form-login button[name="login"]:hover {
  background: var(--c-primary-hover);
  color: #fff;
  text-decoration: none;
}
.btn[disabled],
.btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}
.btn--ghost {
  background: transparent;
  border-color: var(--c-line);
  color: var(--c-text);
  box-shadow: none;
}
.btn--ghost:hover {
  background: var(--c-surface);
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.btn--cart {
  width: 100%;
}
.btn.is-added,
.btn.is-added:hover {
  background: var(--c-green-aa);
}
.btn.is-added .icon {
  color: #fff;
}
.btn--dark {
  background: var(--c-dark);
  box-shadow: none;
}
.btn--dark:hover {
  background: #0a2d4f;
}
.btn--aa {
  background: var(--c-primary-aa);
}
.btn--aa:hover {
  background: var(--c-primary-dark);
}
.btn--sm {
  min-height: 32px;
  padding: var(--sp-1) var(--sp-3);
}
.btn--lg {
  min-height: 48px;
  padding: var(--sp-3) var(--sp-8);
  font-size: var(--fs-sm);
}
.btn--icon {
  padding: var(--sp-2);
  min-width: 40px;
  box-shadow: none;
}
@media (pointer: coarse) {
  .btn,
  .btn--icon {
    min-height: 44px;
    min-width: 44px;
  }
  .btn--sm {
    min-height: 44px;
  }
}
.hdr__drop {
  --drop-gap: 26px;
  position: relative;
}
.hdrdrop {
  position: absolute;
  top: calc(100% + var(--drop-gap));
  right: 0;
  z-index: 1040;
  width: 360px;
  max-width: calc(100vw - var(--sp-8));
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border-radius: var(--r-lg);
  background: var(--c-surface);
  box-shadow: 0 0 40px 0 rgba(27, 146, 255, 0.15);
  transition:
    max-height var(--dur-mc) var(--ease-mc),
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s linear var(--dur-mc);
}
.hdrdrop.is-active {
  max-height: min(80vh, 640px);
  visibility: visible;
  opacity: 1;
  transition:
    max-height var(--dur-mc) var(--ease-mc),
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s;
}
.hdrdrop.is-settled {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.hdr__drop::after {
  content: "";
  position: absolute;
  top: calc(100% + var(--drop-gap) - 6px);
  right: calc(50% - 6px);
  z-index: 1041;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent var(--c-surface);
  filter: drop-shadow(0 -2px 4px rgba(27, 146, 255, 0.18));
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s linear var(--dur-mc-op);
  pointer-events: none;
}
.hdr__drop:has(.hdrdrop.is-active)::after {
  opacity: 1;
  visibility: visible;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s;
}
@media (max-width: 991px) {
  .hdrdrop {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    border-radius: 0 0 var(--r-lg) var(--r-lg);
  }
  .hdr__drop::after {
    content: none;
  }
}
.hdrdrop__inner {
  padding: var(--sp-5) var(--sp-6) var(--sp-6);
}
.hdrdrop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}
.hdrdrop__title {
  font-size: var(--fs-md);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hdrdrop__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  color: var(--c-text-soft);
  transition:
    color var(--dur) var(--ease),
    background-color var(--dur) var(--ease);
}
.hdrdrop__close:hover {
  background: var(--c-page);
  color: var(--c-text);
}
.hdrdrop__close svg {
  width: 16px;
  height: 16px;
}
.profdrop__field {
  margin: 0 0 var(--sp-4);
}
.profdrop__field label {
  display: block;
  margin-bottom: var(--sp-2);
  font-size: var(--fs-sm);
  color: var(--c-text-soft);
}
.profdrop__field input {
  width: 100%;
}
.profdrop__btns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}
.profdrop__btns > * {
  flex: 1 1 auto;
  justify-content: center;
  text-align: center;
}
.profdrop__remind {
  display: inline-block;
  color: var(--c-text-soft);
  font-size: var(--fs-sm);
}
.profdrop__remind:hover {
  color: var(--c-primary-dark);
}
.profdrop__user {
  margin: 0 0 var(--sp-4);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--c-line);
  font-size: var(--fs-sm);
  color: var(--c-text-soft);
  word-break: break-word;
}
.profdrop__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profdrop__links a {
  display: block;
  padding: var(--sp-2) 0;
  color: var(--c-text);
  font-size: var(--fs-base);
}
.profdrop__links a:hover {
  color: var(--c-primary-dark);
  text-decoration: none;
}
.minicart .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}
.minicart .woocommerce-mini-cart-item {
  position: relative;
  padding: var(--sp-3) 32px var(--sp-3) 0;
  border-top: 1px solid var(--c-line);
}
.minicart .woocommerce-mini-cart-item:first-child {
  border-top: 0;
}
.minicart .woocommerce-mini-cart-item a:not(.remove) {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: var(--sp-3);
  font-size: var(--fs-base);
  line-height: 1.35;
  color: var(--c-text);
  text-decoration: none;
}
.minicart .woocommerce-mini-cart-item a:not(.remove):hover {
  color: var(--c-primary-dark);
}
.minicart .woocommerce-mini-cart-item img {
  width: 56px;
  height: 56px;
  border-radius: var(--r-sm);
  object-fit: contain;
  background: var(--c-page);
}
.minicart .woocommerce-mini-cart-item .quantity {
  display: block;
  width: auto;
  min-height: 0;
  margin: var(--sp-1) 0 0 calc(56px + var(--sp-3));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: var(--fs-sm);
  color: var(--c-text-soft);
}
.minicart .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: var(--sp-2);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  color: var(--c-text-mute);
  font-size: var(--fs-md);
  line-height: 1;
  text-decoration: none;
}
.minicart .woocommerce-mini-cart-item .remove:hover {
  background: var(--c-sale-wash);
  color: var(--c-sale);
}
.minicart .woocommerce-mini-cart__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-3);
  margin: var(--sp-4) 0 var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-line);
  font-size: var(--fs-base);
}
.minicart .woocommerce-mini-cart__total strong {
  font-weight: 500;
  color: var(--c-text-soft);
}
.minicart .woocommerce-mini-cart__total .amount {
  font-size: var(--fs-lg);
  font-weight: 900;
  color: var(--c-text);
}
.minicart .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2);
  margin: 0;
}
.minicart .woocommerce-mini-cart__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px var(--sp-4);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  color: var(--c-text);
  font-size: var(--fs-base);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    background-color var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    color var(--dur) var(--ease);
}
.minicart .woocommerce-mini-cart__buttons a:hover {
  border-color: var(--c-primary);
  color: var(--c-primary-dark);
}
.minicart .woocommerce-mini-cart__buttons a.checkout {
  border-color: transparent;
  background: var(--c-primary);
  color: #fff;
  box-shadow: var(--sh-btn);
}
.minicart .woocommerce-mini-cart__buttons a.checkout:hover {
  background: var(--c-primary-hover);
  color: #fff;
}
.minicart .woocommerce-mini-cart__empty-message {
  margin: 0;
  font-size: var(--fs-base);
  color: var(--c-text-soft);
}
.minicart__empty-cta {
  display: inline-block;
  margin-top: var(--sp-3);
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--c-primary-dark);
}
.mega-dim {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(5, 29, 51, 0.28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s linear var(--dur-mc-op);
}
.mega-dim.is-active,
html.drop-opened .mega-dim {
  opacity: 1;
  visibility: visible;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s;
}
.hdr::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 50;
  background: rgba(5, 29, 51, 0.28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s linear var(--dur-mc-op);
}
html.mega-opened .hdr::after {
  opacity: 1;
  visibility: visible;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s;
}
html.search-opened .hdr::after,
html.drop-opened .hdr::after {
  opacity: 1;
  visibility: visible;
  transition:
    opacity var(--dur-mc-op) var(--ease-mc),
    visibility 0s;
}
html.search-opened .hdr__search {
  position: relative;
  z-index: 60;
}
/* A NYITOTT FEJLEC-LENYILO (kosar, profil) ugyanigy a takaro fole kerul, mint
   a kereso: a lap es a fejlec tobbi resze elmosodik, a panel es a gombja
   tiszta marad (kliens-keres, 2026-09-24). */
html.drop-opened .hdr__drop:has(.hdrdrop.is-active) {
  z-index: 60;
}
html.hero-cat-open .hero__card .catpanel {
  z-index: 90;
}
html.hero-cat-open .hdr .mega__item--cat {
  z-index: 60;
}
html.hero-cat-open .hero__card .catpanel .mega__flyout {
  position: fixed;
  z-index: 95;
}
.mega__item--parent.is-open {
  z-index: 60;
}
.carousel {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .carousel[data-ready="true"] .carousel__track {
    cursor: grab;
  }
  .carousel.carousel-dragging .carousel__track {
    cursor: grabbing;
    user-select: none;
  }
  .carousel.carousel-dragging img,
  .carousel.carousel-dragging a {
    -webkit-user-drag: none;
  }
}
.carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 1px solid var(--c-line);
  border-radius: var(--r-full);
  background: var(--c-surface);
  color: var(--c-text);
  box-shadow: var(--sh-md);
  transition:
    color var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    opacity var(--dur) var(--ease);
}
.carousel[data-ready="true"] .carousel__arrow {
  display: flex;
}
.carousel__arrow--prev {
  left: calc(var(--sp-4) * -1);
}
.carousel__arrow--next {
  right: calc(var(--sp-4) * -1);
}
.carousel__arrow:hover:not(:disabled) {
  border-color: var(--c-primary);
  color: var(--c-primary-dark);
}
.carousel__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.carousel__arrow svg {
  width: 16px;
  height: 16px;
}
@media (pointer: coarse) {
  .carousel__arrow {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1439px) {
  .carousel__arrow--prev {
    left: var(--sp-1);
  }
  .carousel__arrow--next {
    right: var(--sp-1);
  }
}
label {
  display: block;
  margin-bottom: var(--sp-1);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--c-text-soft);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="date"],
textarea,
select {
  width: 100%;
  min-height: 40px;
  padding: var(--sp-2) var(--sp-3);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  font-size: var(--fs-base);
  transition:
    border-color var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  textarea,
  select {
    font-size: 16px;
    min-height: 44px;
  }
}
input:hover,
textarea:hover,
select:hover {
  border-color: #c9d3db;
}
input:not([type="checkbox"]):not([type="radio"]):focus-visible,
textarea:focus-visible,
select:focus-visible {
  border-color: var(--c-primary-aa);
  box-shadow: 0 0 0 3px rgba(11, 111, 204, 0.15);
  outline: 2px solid var(--c-focus);
  outline-offset: 1px;
}
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
}
input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: var(--c-sale);
}
textarea {
  min-height: 110px;
  resize: vertical;
}
select {
  appearance: none;
  padding-right: var(--sp-8);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%234a5b6b' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--sp-3) center;
  background-size: 10px;
}
.field {
  margin-bottom: var(--sp-4);
}
.field__hint {
  margin-top: var(--sp-1);
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
}
.field__error {
  margin-top: var(--sp-1);
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--c-sale);
}
.field--check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: var(--sp-3);
  align-items: start;
}
.field--check label {
  margin: 0;
  font-size: var(--fs-base);
  font-weight: 400;
  color: var(--c-text);
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--c-primary-aa);
  cursor: pointer;
  flex-shrink: 0;
}
.required {
  color: var(--c-sale);
}
.quantity {
  display: flex;
  align-items: center;
  width: 80px;
  height: 40px;
  padding: 0 5px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
}
input.qty__input {
  flex: 0 0 46px;
  width: 46px;
  min-height: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: var(--fs-base);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-variant-numeric: tabular-nums;
  appearance: textfield;
  -moz-appearance: textfield;
}
.qty__input::-webkit-outer-spin-button,
.qty__input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.qty__input:focus {
  box-shadow: none;
}
.quantity:focus-within {
  border-color: var(--c-primary-aa);
  box-shadow: 0 0 0 3px rgba(11, 111, 204, 0.15);
}
.qty__btns {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: auto;
}
.qty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 19px;
  padding: 0;
  color: var(--c-text);
}
.qty__btn:hover {
  color: var(--c-primary);
}
.qty__btn[disabled] {
  color: var(--c-line-soft);
  cursor: not-allowed;
}
.qty__btn .icon {
  width: 12px;
  height: 12px;
}
.qty__btn--up .icon {
  transform: rotate(180deg);
}
.qty__btn .icon--plus,
.qty__btn .icon--minus {
  display: none;
}
.qty--readonly .qty__input {
  color: var(--c-text-mute);
}
@media (pointer: coarse) {
  .quantity {
    width: auto;
    height: 44px;
    padding: 0;
  }
  input.qty__input {
    order: 2;
    flex: 0 0 48px;
    width: 48px;
    height: 44px;
    min-height: 44px;
    font-size: 16px;
  }
  .qty__btns {
    display: contents;
  }
  .qty__btn {
    width: 44px;
    height: 44px;
  }
  .qty__btn--up {
    order: 3;
    border-left: 1px solid var(--c-line);
  }
  .qty__btn--down {
    order: 1;
    border-right: 1px solid var(--c-line);
  }
  .qty__btn .icon {
    width: 16px;
    height: 16px;
  }
  .qty__btn .icon--chev-down {
    display: none;
  }
  .qty__btn .icon--plus,
  .qty__btn .icon--minus {
    display: block;
    transform: none;
  }
}
.notice {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  font-size: var(--fs-base);
  margin-bottom: var(--sp-4);
}
.notice--ok {
  border-color: #b9e6bf;
  background: var(--c-green-wash);
}
.notice--warn {
  border-color: #f3ceac;
  background: var(--c-warn-wash);
}
.notice--error {
  border-color: #f5c2bd;
  background: var(--c-sale-wash);
}
.notice__icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.wd__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd__items li + li {
  margin-top: var(--sp-3);
}
.wd__items label {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin: 0;
  font-size: var(--fs-base);
  font-weight: 400;
  color: var(--c-text);
}
.wd__items input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--c-primary-aa);
}
.wd__form > p {
  margin: 0 0 var(--sp-5);
}
.wd__form > p:last-child {
  margin-bottom: 0;
}
.wd__fieldset {
  margin: 0 0 var(--sp-5);
  padding: 0;
  border: 0;
}
.wd__fieldset legend {
  padding: 0;
  margin-bottom: var(--sp-2);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--c-text-soft);
}
.wd__help {
  display: block;
  margin-top: var(--sp-1);
  font-size: var(--fs-xs);
  line-height: 1.45;
  color: var(--c-text-mute);
}
.wd__deadline {
  margin-bottom: var(--sp-4);
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--c-text);
}
.wd .notice {
  margin-bottom: var(--sp-4);
}
.wd__wrap {
  margin-top: var(--sp-5);
}
.wd__wrap > summary {
  cursor: pointer;
  padding: var(--sp-3) 0;
  font-weight: 700;
}
.wd__wrap[open] > summary {
  margin-bottom: var(--sp-2);
}
.wpcf7-form p {
  margin: 0 0 var(--sp-5);
}
.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: var(--sp-1);
  font-size: var(--fs-xs);
  color: var(--c-sale);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form p:has(.wpcf7-acceptance) {
  margin-top: var(--sp-4);
  margin-bottom: var(--sp-5);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin: 0;
  font-size: var(--fs-base);
  font-weight: 400;
  color: var(--c-text);
  cursor: pointer;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--c-primary-aa);
}
.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: var(--sp-4);
  z-index: 1000;
  padding: var(--sp-3) var(--sp-5);
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: var(--c-dark);
  color: #fff;
  font-weight: 600;
  transition: top var(--dur) var(--ease);
}
.skip-link:focus {
  top: 0;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
.hdr {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-surface);
  transition: box-shadow var(--dur-hdr) var(--ease);
}
.hdr__bar {
  display: none;
  background: var(--c-dark);
  color: #fff;
  font-size: var(--fs-base);
}
.hdr__bar .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding-inline: 56px;
  text-align: center;
}
.hdr__bar a {
  color: #fff;
  text-decoration: underline;
}
.hdr__bar-close {
  position: absolute;
  top: 50%;
  right: var(--sp-5);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-text);
}
.hdr__bar-close svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .hdr__bar {
    display: block;
  }
}
.hdr__main .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-4);
  min-height: 60px;
  transition: min-height var(--dur-hdr) var(--ease);
}
@media (min-width: 992px) {
  .hdr__main .container {
    flex-wrap: nowrap;
    min-height: 80px;
    gap: var(--sp-6);
  }
}
.hdr__phone {
  display: none;
  font-size: var(--fs-base);
  line-height: 1.2;
  color: var(--c-text);
  white-space: nowrap;
}
.hdr__phone a {
  color: inherit;
}
@media (min-width: 992px) {
  .hdr__phone {
    display: block;
    margin-left: var(--sp-10);
  }
}
.hdr__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
  text-decoration: none;
}
.hdr__logo:hover {
  text-decoration: none;
}
.hdr__logo img,
.hdr__logo svg {
  flex-shrink: 0;
  width: auto;
  height: 40px;
  max-width: none;
  transition: height var(--dur-mc) var(--ease-mc);
}
@media (min-width: 992px) {
  .hdr__logo img,
  .hdr__logo svg {
    height: 73px;
  }
  .hdr[data-scrolled="true"] .hdr__logo img,
  .hdr[data-scrolled="true"] .hdr__logo svg {
    height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hdr__logo img,
  .hdr__logo svg {
    transition: none;
  }
}
.hdr__logo-text {
  display: block;
  font-size: var(--fs-lg);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--c-dark);
  white-space: nowrap;
}
@media (min-width: 576px) {
  .hdr__logo-text {
    font-size: var(--fs-xl);
  }
}
.hdr__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--sp-1);
}
.hdr__act {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  min-width: 40px;
  min-height: 40px;
  padding: 10px var(--sp-5);
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  color: var(--c-text);
  font-size: var(--fs-xs);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.hdr__act {
  transition:
    color var(--dur) var(--ease),
    background-color var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}
.hdr__act:hover {
  color: var(--c-primary);
  text-decoration: none;
}
.hdr__act svg {
  width: 18px;
  height: 18px;
}
.hdr__act-label {
  display: none;
}
@media (min-width: 992px) {
  .hdr__act-label {
    display: block;
  }
}
@media (max-width: 991px) {
  .hdr__main .container {
    flex-wrap: nowrap;
    gap: var(--sp-2);
    padding-inline: var(--sp-3);
    min-height: 56px;
  }
  .hdr__logo {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }
  .hdr__logo-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hdr__actions {
    flex: 0 0 auto;
    gap: 0;
    margin-left: auto;
  }
  .hdr__searchbtn {
    display: flex;
  }
  .hdr__act--wish {
    display: none;
  }
  .hdr__logo-text {
    font-size: var(--fs-md);
  }
  .hdr__search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 var(--gutter);
    background: var(--c-surface);
    visibility: hidden;
    box-shadow: none;
    transition:
      grid-template-rows var(--dur) var(--ease),
      padding var(--dur) var(--ease),
      visibility 0s linear var(--dur);
  }
  .hdr__search > * {
    min-height: 0;
    overflow: hidden;
  }
  .hdr[data-search="open"] .hdr__search {
    grid-template-rows: 1fr;
    padding: var(--sp-3) var(--gutter);
    visibility: visible;
    box-shadow: var(--sh-panel);
    transition:
      grid-template-rows var(--dur) var(--ease),
      padding var(--dur) var(--ease),
      visibility 0s;
  }
  html:not(.vls-js) .hdr__main .container {
    flex-wrap: wrap;
  }
  html:not(.vls-js) .hdr__searchbtn {
    display: none;
  }
  html:not(.vls-js) .hdr__search {
    position: static;
    grid-template-rows: 1fr;
    padding: 0;
    visibility: visible;
    box-shadow: none;
  }
}
@media (max-width: 374px) {
  .hdr__logo-text {
    font-size: var(--fs-base);
  }
}
@media (max-width: 991px) {
  .hdr__act {
    padding: var(--sp-2);
    min-width: 44px;
    min-height: 44px;
  }
}
@media (min-width: 992px) {
  .hdr__searchbtn {
    display: none;
  }
}
.hdr__cart {
  background: var(--c-primary);
  color: #fff;
  box-shadow: var(--sh-btn);
}
.hdr__cart:hover {
  background: var(--c-primary-hover);
  color: #fff;
}
.hdr__locale {
  display: none;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--fs-xs);
  color: var(--c-text);
}
@media (min-width: 992px) {
  .hdr__locale {
    display: flex;
  }
}
.hdr__locale select {
  width: auto;
  min-height: 34px;
  padding: var(--sp-1) var(--sp-6) var(--sp-1) var(--sp-2);
  border-color: transparent;
  background-color: transparent;
  font-size: var(--fs-xs);
  background-position: right var(--sp-1) center;
}
.hdr__locale select:hover {
  border-color: var(--c-line);
}
.hdr__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border-radius: var(--r-full);
  background: var(--c-surface);
  color: var(--c-text);
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 0 0 1px rgba(5, 29, 51, 0.06);
}
.hdr__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: var(--r-sm);
  color: var(--c-text);
}
@media (min-width: 992px) {
  .hdr__burger {
    display: none;
  }
}
.hdr__burger svg {
  width: 24px;
  height: 24px;
}
.hdr__search {
  flex: 1 1 100%;
  order: 3;
  padding-bottom: var(--sp-3);
}
@media (min-width: 992px) {
  .hdr__search {
    flex: 1 1 auto;
    order: 0;
    max-width: 466px;
    margin-right: auto;
    padding-bottom: 0;
  }
}
form.search {
  position: relative;
  display: flex;
}
form.search input[type="search"] {
  padding-right: 58px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  font-size: var(--fs-md);
  font-weight: 600;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  transition: border-color 150ms ease;
}
form.search input[type="search"]:hover {
  border-color: #c4c4c4;
}
.search__submit {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 100%;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  color: var(--c-text);
}
.search__submit:hover {
  color: var(--c-primary-dark);
}
.search__submit svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  form.search input[type="search"]::placeholder {
    font-size: var(--fs-sm);
  }
  form.search input[type="search"] {
    padding-right: 48px;
  }
  .search__submit {
    width: 48px;
  }
}
/* AZ OKOSKERESO LEGORDULOJE (assets/js/search.js).
   .
   ASZTALON ket hasab, a pelenka.hu mintajara: balra a javaslatok, kategoriak,
   markak es oldalak, jobbra a termekek. A doboz szelesebb a mezonel (legfeljebb
   840 px), es a script balra tolja, ha a kepernyo jobb szelen kilogna.
   .
   A LISTBOX MAGA A RACS. A csoportok a listbox kozvetlen gyerekei kell legyenek
   (a listbox csak csoportot es option-t birtokolhat), tehat nem lehet koruk
   hasab-tarto div-et tenni. A termekcsoport a jobb hasabban az osszes soron at
   er, es a tobbletmagassag egy utolso, rugalmas sorba megy (a script adja meg a
   sorok szamat), kulonben a bal csoportok koze nyilna ures hely.
   .
   MOBILON a doboz a mezo alatt a kepernyo aljaig er (is-sheet), a lap alatta nem
   gorog (ssb-lock), es a termekek a javaslatok utan, a kategoriak elott jonnek. */
.suggest {
  position: absolute;
  top: calc(100% + 8px);
  left: var(--ssb-shift, 0);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  width: var(--ssb-width, 100%);
  max-height: min(78vh, 720px);
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--c-surface);
  box-shadow: 0 0 40px 0 rgba(27, 146, 255, 0.15);
}
.suggest.is-sheet {
  position: fixed;
  top: var(--ssb-top, 120px);
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-height: none;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
html.ssb-lock,
html.ssb-lock body {
  overflow: hidden;
}
.ssb {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.ssb__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  padding: var(--sp-4) var(--sp-5) 0;
}
.ssb__chip {
  min-height: 32px;
  padding: 0 var(--sp-4);
  border: 1px solid var(--c-line);
  border-radius: var(--r-full);
  background: var(--c-surface);
  color: var(--c-text);
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 30px;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}
.ssb__chip:hover {
  border-color: var(--c-primary);
}
.ssb__chip[aria-pressed="true"] {
  border-color: var(--c-primary-aa);
  background: var(--c-primary-aa);
  color: #fff;
}
.ssb__fix {
  margin: var(--sp-3) var(--sp-5) 0;
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-sm);
  background: var(--c-primary-wash);
  color: var(--c-text);
  font-size: var(--fs-sm);
  line-height: 1.4;
}
.ssb__fix b {
  font-weight: 800;
}
.ssb__list {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  min-height: 0;
  padding: var(--sp-2) 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (max-width: 991px) {
  .ssb__group--rule {
    order: 0;
  }
  .ssb__group--suggest,
  .ssb__group--recent,
  .ssb__group--popular {
    order: 1;
  }
  .ssb__group--products {
    order: 2;
  }
  .ssb__group--cats,
  .ssb__group--brands,
  .ssb__group--pages {
    order: 3;
  }
}
@media (min-width: 992px) {
  .ssb__list:not(.is-single) {
    grid-template-columns: 250px minmax(0, 1fr);
    grid-template-rows: var(--ssb-rows, auto);
    padding: 0;
  }
  .ssb__list:not(.is-single) > .ssb__group {
    grid-column: 1;
    padding-top: var(--sp-2);
  }
  .ssb__list:not(.is-single) > .ssb__group--products {
    grid-column: 2;
    grid-row: var(--ssb-span, auto);
    padding: var(--sp-2) 0;
    border-left: 1px dashed var(--c-line);
  }
}
.ssb__h {
  padding: var(--sp-3) var(--sp-5) var(--sp-1);
  color: var(--c-text-soft);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ssb__opt {
  position: relative;
}
.ssb__link {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  min-height: 40px;
  padding: var(--sp-2) var(--sp-5);
  color: var(--c-text);
  font-size: var(--fs-base);
  line-height: 1.3;
  text-decoration: none;
}
.ssb__link:hover {
  text-decoration: none;
}
.ssb__opt:hover > .ssb__link,
.ssb__opt.is-active > .ssb__link {
  background: var(--c-page);
}
.ssb__opt.is-active > .ssb__link {
  box-shadow: inset 3px 0 0 var(--c-primary);
}
.ssb__text,
.ssb__qtext {
  flex: 1 1 auto;
  min-width: 0;
}
.ssb__qtext {
  font-weight: 400;
}
.ssb__qtext b,
.ssb__text b,
.ssb__name b {
  font-weight: 800;
}
.ssb__count {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--c-text-mute);
  font-size: var(--fs-xs);
  font-variant-numeric: tabular-nums;
}
.ssb__logo {
  flex: 0 0 40px;
  width: 40px;
  height: 24px;
  object-fit: contain;
}
.ssb__opt--prod > .ssb__link {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: var(--sp-3);
}
.ssb__opt--prod.has-add > .ssb__link {
  padding-right: 64px;
}
.ssb__img {
  width: 56px;
  height: 56px;
  border-radius: var(--r-sm);
  background: var(--c-page);
  object-fit: contain;
}
.ssb__name {
  overflow: hidden;
  font-size: var(--fs-base);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ssb__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: var(--fs-sm);
  white-space: nowrap;
}
.ssb__price del {
  color: var(--c-text-soft);
  font-size: var(--fs-xs);
}
.ssb__now {
  font-weight: 800;
}
.ssb__now.is-sale {
  color: var(--c-sale);
}
.ssb__oos {
  color: var(--c-warn);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.ssb__add {
  position: absolute;
  top: 50%;
  right: var(--sp-4);
  width: 36px;
  height: 36px;
  border-radius: var(--r-full);
  background: var(--c-primary);
  color: #fff;
  box-shadow: var(--sh-btn);
  transform: translateY(-50%);
  transition: background-color 150ms ease, opacity 150ms ease;
}
.ssb__add::before,
.ssb__add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.ssb__add::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ssb__add:hover {
  background: var(--c-primary-dark);
}
.ssb__add.is-adding {
  opacity: 0.6;
}
.ssb__add.is-done {
  background: var(--c-green-aa);
}
.ssb__add.is-done::before {
  width: 6px;
  transform: translate(-80%, 0) rotate(45deg);
}
.ssb__add.is-done::after {
  width: 12px;
  transform: translate(-35%, -60%) rotate(-45deg);
}
.ssb__ico {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: currentColor;
  color: var(--c-text-mute);
  -webkit-mask: var(--ssb-i) center / contain no-repeat;
  mask: var(--ssb-i) center / contain no-repeat;
}
.ssb__ico--search {
  --ssb-i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3C/svg%3E");
}
.ssb__ico--clock {
  --ssb-i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}
.ssb__ico--trend {
  --ssb-i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 6-6 4 4 8-8'/%3E%3Cpath d='M15 7h6v6'/%3E%3C/svg%3E");
}
.ssb__ico--arrow {
  --ssb-i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  color: var(--c-primary-aa);
}
.ssb__ico--chev {
  --ssb-i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E");
  color: currentColor;
}
.ssb__del {
  position: absolute;
  top: 50%;
  right: var(--sp-3);
  width: 28px;
  height: 28px;
  border-radius: var(--r-full);
  color: var(--c-text-mute);
  transform: translateY(-50%);
}
.ssb__del::before,
.ssb__del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ssb__del::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ssb__del:hover {
  background: var(--c-page);
  color: var(--c-text);
}
.ssb__group--recent .ssb__link {
  padding-right: 48px;
}
.ssb__empty {
  padding: var(--sp-5);
}
.ssb__empty-title {
  margin: 0 0 var(--sp-1);
  font-size: var(--fs-md);
  font-weight: 800;
}
.ssb__empty-lead {
  margin: 0;
  color: var(--c-text-soft);
  font-size: var(--fs-sm);
}
.ssb__all {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
  padding: var(--sp-3) var(--sp-5);
  border-top: 1px solid var(--c-line);
  background: var(--c-surface);
  color: var(--c-primary-dark);
  font-size: var(--fs-sm);
  font-weight: 800;
  text-decoration: none;
}
.ssb__all:hover {
  background: var(--c-primary-wash);
  text-decoration: none;
}
.ssb__clear {
  align-self: flex-end;
  margin: 0 var(--sp-5) var(--sp-2);
  padding: var(--sp-1) 0;
  color: var(--c-text-soft);
  font-size: var(--fs-xs);
  text-decoration: underline;
}
.ssb__clear:hover {
  color: var(--c-text);
}
@media (pointer: coarse) {
  .ssb__link {
    min-height: 48px;
  }
  .ssb__add {
    width: 40px;
    height: 40px;
  }
  .ssb__del {
    width: 40px;
    height: 40px;
  }
}
/* A FONAVIGACIO SAVJA A LABLEC ZOLDJET VISELI, NEM A PASZTELL MENTAT.
   .
   Kliens-keres: erosebb szinek. A mentazold (--c-mint) es a lablec zoldje
   (--c-footer) ugyanannak a szinnek a ket vege, tehat a lap ket szele igy
   ugyanabbol a csaladbol kapja a sulyt, es a kozottuk levo tartalom
   vilagos marad.
   .
   A BETUSZIN EZZEL EGYUTT VALTOZIK. A sotet zoldon a korabbi --c-text
   olvashatatlan lenne, ezert a menupontok feherek, a hover es az aktuall lap
   pedig a lablec kiemelo szinet (a mentat) kapja: ugyanaz a viselkedes, mint
   a lablec linkjein. */
.hdr__nav {
  display: none;
  background: var(--c-footer);
}
.hdr__nav .container {
  display: flex;
  align-items: stretch;
  min-height: 41px;
  padding-inline: var(--sp-5);
}
@media (min-width: 992px) {
  .hdr__nav {
    display: block;
  }
}
.hdr[data-scrolled="true"] .hdr__bar {
  display: none;
}
/* GORGETESKOR A FEJLEC SOTETZOLD (kliens-keres). A halvany menta helyett a
   lablec zoldje (`--c-footer`) all be, tehat a lap ket vege ugyanazt a szint
   hasznalja, es a leragadt fejlec hatarozottan elvalik a tartalomtol.
   .
   AMI A ZOLDON AL, AZ FEHER LESZ: az ikon-linkek es a hamburger gomb. A
   `.hdr__catbtn` (feher pirula, kek szoveg), a kereso-mezo es a kek kosargomb
   SAJAT feluletek, azokhoz nem nyulunk.
   .
   A `.search__submit` KIVETEL a feheritesbol, es ez nem elnezes: az a nagyito
   a feher kereso-mezon BELUL all, tehat feheren feher lenne.
   .
   A HOVER NEM A TEMA KEKJE, HANEM A MENTA: a `--c-primary` a sotetzoldon
   merve csak 2,56:1, ami olvashatatlan. Ugyanez az indok all a lablecben is,
   ezert hasznaljuk ugyanazt a `--c-footer-accent` valtozot. */
.hdr[data-scrolled="true"] .hdr__main {
  background: var(--c-footer);
  color: var(--c-footer-text);
}
.hdr[data-scrolled="true"] .hdr__main .hdr__act,
.hdr[data-scrolled="true"] .hdr__main .hdr__burger {
  color: var(--c-footer-text);
}
.hdr[data-scrolled="true"] .hdr__main .hdr__act:hover,
.hdr[data-scrolled="true"] .hdr__main .hdr__burger:hover {
  color: var(--c-footer-accent);
}
.hdr[data-scrolled="true"] .hdr__main .hdr__cart {
  color: #fff;
}
@media (min-width: 992px) {
  .hdr[data-scrolled="true"] .hdr__main .container {
    min-height: 60px;
  }
}
.hdr[data-scrolled="true"] .hdr__phone {
  display: none;
}
@media (min-width: 992px) {
  .hdr__nav {
    height: 41px;
    transition:
      height var(--dur-hdr) var(--ease),
      opacity 180ms var(--ease),
      visibility 0s;
  }
  .hdr[data-scrolled="true"] .hdr__nav {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      height var(--dur-hdr) var(--ease),
      opacity 180ms var(--ease),
      visibility 0s var(--dur-hdr);
  }
}
.hdr__catbtn {
  display: none;
  align-items: center;
  gap: var(--sp-2);
  min-height: 40px;
  padding: 10px var(--sp-5);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-primary-dark);
  font-size: var(--fs-base);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}
.hdr__catbtn:hover {
  color: var(--c-primary-hover);
  text-decoration: none;
}
.hdr__catbtn svg {
  width: 18px;
  height: 18px;
}
.hdr .hdr__cattab {
  display: none;
}
@media (min-width: 992px) {
  .hdr[data-scrolled="true"] .hdr__catbtn {
    display: flex;
  }
  .hdr[data-scrolled="true"] .hdr__cattab {
    display: flex;
    position: relative;
    z-index: 60;
  }
  .hdr__cattab .mega__panel {
    top: 100%;
  }
}
.hdr[data-scrolled="true"] {
  box-shadow: var(--sh-panel);
}
/* A TARTALOM ALSO LEVEGOJE (kliens-dontes). A lablec sajat kulso margoja (88
   pixel) ezen FELUL jon, tehat a hullam savja valtozatlan marad: ez a 25 pixel
   a tartalom utolso doboza es a hullam kezdete kozott ad levegot. */
.main {
  padding-bottom: 25px;
}
/* A LABLEC FOLOTT HULLAM (kliens-dontes, "9-es terv"). Ket lagy hullam,
   mentazold es kek arnyalatban, kozvetlenul a lablec folott: lezarja a lapot es
   elokesziti a lablec zoldjet, tehat a valtas nem eles vagas.
   .
   A HULLAM A LABLEC ::before-ja, NEM a tartalom hattere, es ez fontos: a
   lablec elott nem mindig ugyanaz all (kategoria-lapon a `.main`, a fooldalon a
   markacsik), tehat egy tartalom-oldali hatter lapja valogatva csuszna el. Igy
   viszont a hullam DEFINICIO SZERINT a lablec felso szelehez tapad.
   .
   A KULSO MARGO 24 PIXELLEL NAGYOBB LETT. Az SVG felso 60 szazaleka atlatszo,
   az OPAK resz a also kb. 88 pixel, a korabbi 64 pixeles res tehat 24 pixellel
   keves volt: a hullam belelogott volna a folotte allo dobozba. Igy a teljes
   lathato resz ures feluletre esik.
   .
   A `pointer-events: none` azert kell, mert a savon at a folotte allo tartalom
   kattinthato marad (a pszeudo-elem kulonben elnyelne a kattintast).
   .
   A `z-index: -1` MERT HIBA javitasa (kliens-jelzes): a hullam RARAJZOLODOTT a
   folotte allo feher markacsikra. A lablec a DOM-ban a tartalom UTAN all, tehat
   azonos retegen a kesobbi elem fest felul. A negativ z-index a pszeudo-elemet a
   blokk-hatterek ALA viszi, tehat a feher dobozok eltakarjak, a lap hattere
   folott viszont lathato marad.
   .
   A `.ftr` SZANDEKOSAN NEM KAP sajat `z-index`-et: azzal sajat rakasolasi
   kontextust nyitna, amin belul a -1 csak a lablec sajat hattereig sullyedne, a
   markacsikot tehat tovabbra is takarna. */
.ftr {
  position: relative;
  margin-top: calc(var(--sp-16) + 24px);
  padding: var(--sp-16) 0 var(--sp-8);
  background: var(--c-footer);
  color: var(--c-footer-text);
  font-size: var(--fs-base);
  /* A LABLEC FELSO SZELE NEM KEMENY VAGAS. A sotet zold es a #fafafa
     lapfelulet kozott eddig eles vonal futott, amitol a lablec elszakadva
     lott a lap aljan. Ez a BELSO arnyek nem tesz oda semmit, csak a felso
     nehany pixelt arnyalja, tehat a lablec fizikai feluletkent olvasodik, es
     nem foglal el semmi helyet a folotte allo szakasztol. */
  box-shadow: inset 0 10px 18px -12px rgba(0, 0, 0, 0.35);
}
.ftr::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 220px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='220' viewBox='0 0 1440 220' preserveAspectRatio='none'%3E%3Cpath d='M0 132c180-44 320 26 520 20s300-70 500-52 300 62 420 40v80H0z' fill='%23cfe6d8' fill-opacity='.5'/%3E%3Cpath d='M0 168c200-40 340 22 540 16s320-56 520-38 260 50 380 34v40H0z' fill='%231b92ff' fill-opacity='.12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 220px;
  pointer-events: none;
}
/* TELEFONON ALACSONYABB A HULLAM. Az SVG `preserveAspectRatio: none`-nal
   fekszik a savra, tehat a 1440 pixel szeles rajz egy 390 pixeles kepernyon
   negyszeresere sűrűsödik: ugyanaz a 220 pixeles magassag ott MEREDEK, csucsos
   hullamot ad. A magassag felezese visszaadja a lagy ivet, mert a fuggoleges
   ertekek is felezodnek.
   .
   A lablec kulso margoja EGYUTT csokken vele: a rajz felso 60 szazaleka
   atlatszo, tehat az opak resz 90 pixeles savnal kb. 36 pixel, es a 40 pixeles
   res ezt pont elnyeli. */
@media (max-width: 767px) {
  .ftr {
    margin-top: 40px;
  }
  .ftr::before {
    height: 90px;
    background-size: 100% 90px;
  }
}
.ftr a {
  color: var(--c-footer-text);
}
.ftr a:hover {
  color: var(--c-footer-accent);
}
.ftr__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
}
@media (min-width: 576px) {
  .ftr__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .ftr__cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--sp-5);
  }
}
.ftr ul,
.ftr li,
.ftr__legal li {
  list-style: none;
}
.ftr__col-title {
  margin-bottom: var(--sp-4);
  color: var(--c-footer-text);
  font-size: var(--fs-base);
  font-weight: 700;
  line-height: 1.2;
}
.ftr__col ul {
  display: flex;
  flex-direction: column;
}
.ftr__col li {
  min-height: 22px;
}
.ftr__col li a {
  display: inline-block;
  padding: 1px 0;
  font-size: var(--fs-sm);
  line-height: 1.5;
}
.ftr__contact {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  font-size: var(--fs-sm);
}
.ftr__contact li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-2);
}
.ftr__contact svg {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--c-footer-accent);
}
.ftr__social {
  display: flex;
  gap: var(--sp-2);
  margin: var(--sp-5) 0 0;
  padding: 0;
  list-style: none;
}
.ftr__social li {
  margin: 0;
}
.ftr__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  color: var(--c-footer-accent);
}
/* HOVERKOR A HATTER FEHER LESZ, tehat az ikon szinet IS at kell venni: a
   vilagos mint ikon a feher korlapon eltunt volna. A lablec hatterszine
   feher alapon 8,15:1, tehat a fordulat is olvashato marad. */
.ftr__social a:hover {
  background: var(--c-surface);
  color: var(--c-footer);
}
.ftr__social svg {
  width: 20px;
  height: 20px;
}
.ftr__pepita {
  display: inline-flex;
  flex-direction: column;
  width: 165px;
  margin-top: var(--sp-5);
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
  text-decoration: none;
  transition: opacity var(--dur) var(--ease);
}
.ftr__pepita:hover {
  opacity: 0.9;
}
.ftr__pepita:focus-visible {
  outline: 2px solid var(--c-surface);
  outline-offset: 3px;
}
.ftr__pepita-seller {
  display: block;
  width: 165px;
  height: 33px;
}
.ftr__pepita-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 20px;
  background: #6d6d6d;
  color: #fff;
  font: 400 11px/1 Arial, sans-serif;
  white-space: nowrap;
}
.ftr__pepita-strip img {
  display: block;
  width: 55px;
  height: 18px;
}
.ftr__news-banner {
  display: inline-block;
  margin-bottom: var(--sp-4);
  padding: var(--sp-3) var(--sp-6);
  /* A JELVENY MEGFORDUL: eddig sotet navy alapon feher szoveg volt, ami a
     sotet zold hatteren MERVE csak 2,10:1-re valt el, tehat a jelveny FORMAJA
     szinte elveszett volna. Feher alapon a lablec zoldjevel a forma 8,15:1-en
     valik el, a szoveg pedig ugyanennyin olvashato. */
  background: var(--c-surface);
  color: var(--c-footer);
  font-size: var(--fs-md);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.ftr__news-text {
  margin-bottom: var(--sp-4);
  font-size: var(--fs-sm);
  color: var(--c-footer-text);
}
.ftr__news-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}
.ftr__news-row--name {
  margin-bottom: var(--sp-2);
}
.ftr__news-row--name .ftr__news-input {
  flex: 1 1 0;
  min-width: 90px;
}
.ftr__news-input {
  flex: 1 1 160px;
  min-width: 0;
  height: 40px;
  padding: 0 var(--sp-3);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-text);
  font-size: var(--fs-sm);
}
.ftr__news-input::placeholder {
  color: var(--c-text-mute);
}
.ftr__news-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
}
.ftr__news-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ftr__news-spin {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: var(--r-full);
  animation: vls-spin 0.7s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ftr__news-spin {
    animation: none;
    border-top-color: currentColor;
    opacity: 0.4;
  }
}
@keyframes vls-spin {
  to {
    transform: rotate(360deg);
  }
}
.ftr__news-msg {
  margin-bottom: var(--sp-3);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-sm);
  background: var(--c-green-wash);
  color: var(--c-green-aa);
  font-size: var(--fs-sm);
}
.ftr__news-msg--err {
  background: var(--c-sale-wash);
  color: var(--c-sale);
}
.ftr__news-legal {
  margin-top: var(--sp-3);
  color: var(--c-footer-soft);
  font-size: var(--fs-xs);
  line-height: 1.5;
}
.ftr__bottom {
  margin-top: var(--sp-10);
  padding-top: var(--sp-4);
  /* A szegely eddig SOTET volt (navy 10%), ami a sotet zold hatteren
     lathatatlan. Feher 18%-kal 1,60:1, ami valasztovonalkent eleg: a
     szegelynek nem kell szoveg-kontraszt. */
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: var(--fs-xs);
}
.ftr__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  /* HELY A LEBEGO "FEL" GOMBNAK, MINDEN SZELESSEGEN.
     MERT hiba javitasa: a kihagyas eddig csak 576 pixel ALATT volt meg, tehat
     asztali nezetben a fixen pozicionalt .totop gomb (jobb szel 20 px, 48 px
     szeles) RATAKART a "Suti-beallitasok" gombra. Merve 1440 pixelen: a suti-gomb
     1311-1405, a felugro gomb 1357-1405, tehat a jobb oldali 48 pixel
     kattinthatatlan volt. Ez nem szepseghiba: a hozzajarulas visszavonasanak
     ugyanolyan konnyunek kell lennie, mint a megadasanak, tehat egy reszben
     letakart suti-gomb megfelelesi kerdes is. */
  padding-right: 68px;
}
.ftr__legal {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
}
.ftr__cc {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.ftr__cc:hover,
.ftr__cc:focus-visible {
  color: var(--c-footer-accent);
}
.totop {
  position: fixed;
  right: var(--sp-5);
  bottom: var(--sp-5);
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--r-lg);
  background: var(--c-surface);
  color: var(--c-primary);
  box-shadow: var(--sh-panel);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--dur) var(--ease),
    visibility var(--dur);
}
.totop[data-visible="true"] {
  opacity: 1;
  visibility: visible;
}
.totop svg {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.crumbs {
  padding-block: var(--sp-3);
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
}
.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-1);
  list-style: none;
}
.crumbs li {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}
.crumbs li:not(:last-child)::after {
  content: "/";
  color: var(--c-line);
}
.crumbs a {
  color: var(--c-text-mute);
}
.crumbs a:hover {
  color: var(--c-primary-dark);
}
.crumbs [aria-current="page"] {
  color: var(--c-text);
  font-weight: 500;
}
.prose {
  font-size: var(--fs-md);
  line-height: 1.6;
}
/* OSSZECSUKOTT SZOVEGBLOKK, "Tovabb" gombbal. A logika az
   assets/js/readmore.js-ben van, a sorok szama pedig a jelolesben
   (data-more-mobile es data-more-desktop), mert helyenkent mas.
   .
   A MASZK CSAK OLYAN ELEMRE KERULHET, AMINEK NINCS SAJAT HATTERE, mert a
   `mask-image` nem a hatteret halvanyitja, hanem magat az ELEMET, a hatterevel
   egyutt. Eloszor a kategoria-bevezeto feher paneljara kerult, es a panel alja
   halvanyodott el: a doboz szethullott. Ezert kapott az a ket hely (a
   kategoria-bevezeto es a fooldali szabad tartalom) egy BELSO burkolot
   (.cat-intro__body es .blkcontent__body): a hatter a kulson marad, a maszk a
   belson dolgozik. A termekoldali .sp-section__body eleve ilyen.
   .
   A HALVANYITAS MERETE MERT ERTEK, nem izles. Az utolso lathato sor also 45
   szazaleka halkul el (a JS a sormagassagbol szamolja a --vls-more-fade
   erteket). Ennel tobb azert nem lehet, mert a `-webkit-line-clamp` harom
   pontja az utolso sor ALAPVONALAN all, es egy magasabbra nyulo attunes pont
   azt tuntetne el, amit ki kell olvasni. Ennel kevesebb pedig nem latszik.
   .
   A --vls-more-pad AZ ALSO BELSO MARGOT engedi ki a szamitasbol: a maszk a
   keret-dobozhoz mer, a szoveg alja viszont a belso margo felett van. Nelkule
   egy belso margoval biro blokknal a halvanyitas a szoveg ALATT, tehat
   lathatatlanul tortenne. */
.vls-more--clip {
  overflow: hidden;
}
.vls-more--fade {
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - var(--vls-more-pad, 0px) - var(--vls-more-fade, 12px)), transparent calc(100% - var(--vls-more-pad, 0px)));
  mask-image: linear-gradient(to bottom, #000 calc(100% - var(--vls-more-pad, 0px) - var(--vls-more-fade, 12px)), transparent calc(100% - var(--vls-more-pad, 0px)));
}
/* A HAROM PONT (…) A BONGESZO SAJAT ELLIPSZISE, es csak `-webkit-box` mellett
   rajzolodik ki. A sorszamot a JS adja at (--vls-more-lines), mert az a
   HATAR-ELEMBEN lathato sorok szama, nem a blokk teljes sorszama. Igy a harom
   pont pontosan az utolso lathato sor utolso szava utan all. */
.vls-more__clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--vls-more-lines, 3);
  overflow: hidden;
}
/* A `!important` azert kell, mert ide a szerkesztobol jovo tartalom barmilyen
   elemtipusa bekerulhet, es a tema sajat `display` szabalyai (peldaul
   `.prose ul`) nagyobb sulyuak, mint egy egyosztalyos szabaly. */
.vls-more__hide {
  display: none !important;
}
/* HAROM PONT BEKEZDES-HATARON. Ha a levagas pont egy bekezdes vegere esik, a
   bongeszo nem rajzol ellipszist (nincs mit levagnia), a folytatas viszont
   rejtve van. Ilyenkor a JS ide teszi a jelet. Az `::after` es nem szoveg,
   tehat a masolas es a felolvaso nem kapja meg.
   .
   A SZOKOZ A JEL ELOTT MERT dontes: ez az eset eppen azert all elo, mert a
   lathato szoveg egy TELJES mondat vegen er veget, tehat mar van egy pont a
   vegen. Szokoz nelkul "megoldasokat...." latszott, ami negy pontnak nez ki es
   elirasnak tunik. Szokozzel a jel elvalik a mondattol, es az elhagyott
   folytatas bevett jelolese lesz. */
.vls-more__dots::after {
  content: " …";
}
.vls-more__btn {
  display: block;
  margin: var(--sp-4) auto 0;
  padding: var(--sp-2) var(--sp-5);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-primary-aa);
  font-family: inherit;
  font-size: var(--fs-sm);
  font-weight: 700;
  cursor: pointer;
}
.vls-more__btn:hover {
  border-color: var(--c-primary);
  color: var(--c-primary-dark);
}
.vls-more__btn:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
}
@media (pointer: coarse) {
  .vls-more__btn {
    min-height: 44px;
  }
}
.prose--narrow {
  max-width: 920px;
}
.prose > * + * {
  margin-top: var(--sp-4);
}
.prose h2 {
  margin-top: var(--sp-8);
  font-size: var(--fs-xl);
}
.prose h3 {
  margin-top: var(--sp-6);
  font-size: var(--fs-lg);
}
.prose h4 {
  margin-top: var(--sp-5);
  font-size: var(--fs-md);
}
.prose ul,
.prose ol {
  padding-left: var(--sp-6);
}
.prose ul {
  list-style: disc;
}
.prose ol {
  list-style: decimal;
}
.prose ul.toc,
.prose ol.toc {
  padding-left: 0;
  list-style: none;
}
.page-id-20 .page-head__title,
.page-id-21 .page-head__title,
.page-id-22 .page-head__title,
.page-id-23 .page-head__title,
.page-id-24 .page-head__title,
.page-id-25 .page-head__title,
.page-id-27 .page-head__title,
.page-id-6634 .page-head__title,
.page-id-7672 .page-head__title,
.page-id-7983 .page-head__title {
  text-align: center;
}
.page-id-20 .prose.prose--narrow,
.page-id-21 .prose.prose--narrow,
.page-id-22 .prose.prose--narrow,
.page-id-23 .prose.prose--narrow,
.page-id-24 .prose.prose--narrow,
.page-id-25 .prose.prose--narrow,
.page-id-27 .prose.prose--narrow,
.page-id-6634 .prose.prose--narrow,
.page-id-7672 .prose.prose--narrow,
.page-id-7983 .prose.prose--narrow {
  margin: 0 auto;
}
/* GYIK (vlshop-core faq.php): bolt-szintu oldal es kategoria-GYIK. A valasz a
   HTML-ben van (<details>), tehat a gep JavaScript nelkul is olvassa. */
.faq--cat {
  margin-top: var(--sp-8);
  padding: var(--sp-6);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  box-shadow: var(--sh-panel);
}
/* A fooldali szakasz (inc/home-sections.php vls_home_faq): ugyanaz a feher
   kartya, mint a szabad tartalom szakasze (blocks/content/content.css). */
.faq--home {
  padding: var(--sp-2) var(--sp-6);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  box-shadow: var(--sh-panel);
}
.faq--home .faq__list {
  border-top: 0;
}
.faq--home .faq__item:last-child {
  border-bottom: 0;
}
.faq__title {
  margin: 0 0 var(--sp-3);
  font-size: var(--fs-xl);
}
.faq__list {
  border-top: 1px solid var(--c-line);
}
.faq__item {
  border-bottom: 1px solid var(--c-line);
}
.faq__q {
  position: relative;
  display: block;
  padding: var(--sp-4) var(--sp-8) var(--sp-4) 0;
  color: var(--c-text);
  font-size: var(--fs-md);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}
.faq__q::-webkit-details-marker {
  display: none;
}
/* A kerdes H2 a keresoknek, de a lenyithato sor meretet es szinet viseli: a
   .prose h2 (0,1,1) margojat es betumeretet a ket osztaly (0,2,0) felulirja. */
.faq .faq__q-text {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
}
.faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--sp-2);
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--c-primary-aa);
  border-bottom: 2px solid var(--c-primary-aa);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.faq__item[open] > .faq__q::after {
  transform: translateY(-25%) rotate(-135deg);
}
.faq__item.is-closing > .faq__q::after {
  transform: translateY(-70%) rotate(45deg);
}
.faq__q:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}
.faq__a {
  color: var(--c-text-soft);
}
.faq__a-in {
  padding: 0 0 var(--sp-4);
}
.faq__a-in > * + * {
  margin-top: var(--sp-2);
}
.faq__a ul,
.faq__a ol {
  padding-left: var(--sp-6);
}
.faq__a ul {
  list-style: disc;
}
.faq__a ol {
  list-style: decimal;
}
@media (prefers-reduced-motion: reduce) {
  .faq__q::after {
    transition: none;
  }
}
.prose li + li {
  margin-top: var(--sp-1);
}
.prose img {
  border-radius: var(--r-sm);
}
/* A SZERKESZTO IGAZITAS-OSZTALYAI. A temaban EGYETLEN ilyen szabaly sem volt,
   tehat a klasszikus szerkeszto „kozepre" gombja semmit nem csinalt: merve az
   eles cikken (2026-09-22) mind a harom aligncenter kep BALRA tapadt, 114-130
   pixel ures hellyel jobbra.
   .
   A globalis img szabaly (fentebb) `display: block`-ot ad, ezert a kozepre
   igazitas `margin-inline: auto`, nem `text-align`. A kep gyakran egy `<p>`-n
   belul all, a blokk-doboz befoglaloja viszont a legkozelebbi blokk-konteneri
   os, tehat az auto margo ahhoz kepest kozepez. Ez akkor is igaz, ha a kepet
   a Wordbol beillesztett jeloles egy `<i>` elembe teszi: a bongeszo az inline
   dobozt szetvagja, es a blokk a `<p>` szerint kozepez. Merve, mind a harom
   kepen.
   .
   A NEGY OSZTALY EGYUTT KERUL BE, nem csak a kert `aligncenter`. A szerkeszto
   negy igazitas-gombot kinal, es ha csak az egyik mukodik, a kovetkezo kepnel
   ugyanez a hiba jon vissza. A lebego valtozatoknal a `.prose::after` zarja a
   lebegest, kulonben egy cikk vegere tett kep kilogna a panelbol. */
.prose .aligncenter {
  display: block;
  margin-inline: auto;
}
.prose .alignnone {
  display: block;
  margin-inline: 0;
}
.prose .alignleft {
  float: left;
  margin: var(--sp-1) var(--sp-5) var(--sp-3) 0;
}
.prose .alignright {
  float: right;
  margin: var(--sp-1) 0 var(--sp-3) var(--sp-5);
}
.prose::after {
  content: "";
  display: table;
  clear: both;
}
.prose .wp-caption {
  max-width: 100%;
}
.prose .wp-caption-text {
  margin-top: var(--sp-2);
  color: var(--c-text-mute);
  font-size: var(--fs-xs);
  line-height: 1.5;
  text-align: center;
}
.prose table:not([class]) {
  font-size: var(--fs-sm);
}
.prose table:not([class]) th,
.prose table:not([class]) td {
  padding: var(--sp-2) var(--sp-3);
  border-bottom: 1px solid var(--c-line);
}
.prose .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mega {
  display: flex;
  align-items: stretch;
}
.mega__item {
  position: relative;
}
/* A BETUMERET --fs-base, NEM --fs-sm (kliens-keres). A savot csak 992 pixel
   folott latni (`.hdr__nav` alatta `display: none`), tehat ez asztali-only
   valtozas media query nelkul is. A 41 pixeles sormagassagba a 14 pixeles
   betu 1,23-as sormagassaggal (17,2 px) valtozatlanul befer. */
.mega__link {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  min-height: 41px;
  padding: 0 var(--sp-5);
  color: var(--c-footer-text);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.23;
  white-space: nowrap;
  text-decoration: none;
}
.mega__link:hover {
  color: var(--c-footer-accent);
  text-decoration: none;
}
.mega__link[aria-current="page"] {
  color: var(--c-footer-accent);
}
.mega__item--cat > .mega__link {
  color: var(--c-primary-dark);
  font-size: var(--fs-base);
  font-weight: 700;
  background: var(--c-surface);
}
.mega__link .icon {
  width: 16px;
  height: 16px;
}
.mega__link .icon--chev-down {
  width: 12px;
  height: 12px;
  transition: transform var(--dur) var(--ease);
}
.mega__item--parent.is-open .icon--chev-down {
  transform: rotate(180deg);
}
.mega__panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--dur) var(--ease),
    visibility var(--dur);
}
.mega__item--parent.is-open > .mega__panel {
  opacity: 1;
  visibility: visible;
}
.mega__item--parent.is-open > .mega__link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mega__panel-inner {
  padding: var(--sp-6) 0;
  border-radius: 0 0 0 var(--r-lg);
  background: var(--c-surface);
  box-shadow: var(--sh-panel);
  overflow: visible;
}
.mega__sub {
  display: block;
}
.mega__sub-item {
  position: static;
}
.mega__sub-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-2);
  min-height: 32px;
  padding: var(--sp-2) var(--sp-10);
  color: var(--c-text);
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.23;
}
.mega__sub-link:hover {
  background: var(--c-mint-wash);
  color: var(--c-primary-dark);
  text-decoration: none;
}
.mega__sub-link .icon {
  width: 12px;
  height: 12px;
  color: var(--c-text-mute);
}
.mega__flyout {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
  z-index: 91;
  display: flex;
  flex-direction: column;
  padding: var(--sp-6) var(--sp-8);
  border-radius: 0 0 var(--r-lg) 0;
  background: var(--c-surface);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition:
    opacity var(--dur) var(--ease),
    visibility var(--dur);
}
.mega__sub-item:hover > .mega__flyout,
.mega__sub-item:focus-within > .mega__flyout {
  opacity: 1;
  visibility: visible;
}
.mega__flyout-cols {
  flex: 1 1 auto;
  columns: 3;
  column-gap: var(--sp-8);
  min-height: 0;
}
.mega__group {
  break-inside: avoid;
  margin-bottom: var(--sp-5);
}
.mega__group-title {
  display: block;
  margin-bottom: var(--sp-2);
  color: var(--c-text);
  font-size: var(--fs-md);
  font-weight: 900;
  line-height: 1.3;
}
.mega__group-title:hover {
  color: var(--c-primary-dark);
  text-decoration: none;
}
.mega__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega__group-list a {
  display: block;
  padding: var(--sp-1) 0;
  color: var(--c-text-soft);
  font-size: var(--fs-sm);
  line-height: 1.35;
}
.mega__group-list a:hover {
  color: var(--c-primary-dark);
  text-decoration: none;
}
.mega__flyout-all {
  flex: 0 0 auto;
  margin-top: var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-line);
  color: var(--c-primary-dark);
  font-size: var(--fs-base);
  font-weight: 700;
}
/* MENU HATTERKEP (vlshop-core category-mega-image.php): a panel hattere,
   jobbra lent, a panel MAGASSAGABAN. A panel aranyu, bal oldalt atlatszo kep
   (kb. 1280x460) igy a teljes panelt kitolti, az allo, kivagott kollazs a
   jobb szelen marad. A korabbi 42%-os szelesseg-korlat a panel aranyu hatteret
   a panel harmadara zsugoritotta (2026-09-25, Allateledel). COVER, nem
   contain: a panelnel szelesebb aranyu kep contain-nel a szelesseghez
   meretezodott, es felul ~40 px ures sav maradt. Cover-rel a panel teljes
   magassagat kitolti, es csak a bal, atlatszo reszebol vag. A kep a
   nav.js-bol, az elso ramutataskor toltodik be, addig atlatszo. */
.mega__flyout-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.mega__flyout-img.is-loaded {
  opacity: 1;
}
.mega__flyout--img .mega__flyout-cols,
.mega__flyout--img .mega__flyout-all {
  position: relative;
  z-index: 1;
  max-width: 52%;
}
.mega__flyout--img .mega__flyout-cols {
  columns: 2;
}
.mega__panel .mega__flyout {
  left: 100%;
  right: auto;
  bottom: auto;
  width: min(1040px, calc(100vw - 400px));
  min-height: 100%;
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  box-shadow: var(--sh-panel);
}
.catpanel {
  display: none;
  width: 320px;
  flex: 0 0 320px;
  padding: var(--sp-6) 0;
  background: var(--c-surface);
  border-radius: 0 0 0 var(--r-lg);
  overflow: visible;
}
@media (min-width: 992px) {
  .catpanel {
    display: block;
  }
}
.mmenu {
  width: min(360px, 92vw);
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--c-surface);
  color: var(--c-text);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mmenu::backdrop {
  background: rgba(5, 29, 51, 0.5);
}
.mmenu[open] {
  animation: mmenu-open 280ms var(--ease) both;
}
.mmenu[open]::backdrop {
  animation: mmenu-backdrop-in 280ms var(--ease) both;
}
.mmenu.is-closing {
  animation: mmenu-close 200ms var(--ease) both;
}
.mmenu.is-closing::backdrop {
  animation: mmenu-backdrop-out 200ms var(--ease) both;
}
@keyframes mmenu-open {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
}
@keyframes mmenu-close {
  to {
    opacity: 0;
    transform: translateX(-32px);
  }
}
@keyframes mmenu-backdrop-in {
  from {
    opacity: 0;
  }
}
@keyframes mmenu-backdrop-out {
  to {
    opacity: 0;
  }
}
.mmenu__close {
  position: absolute;
  top: var(--sp-4);
  right: var(--sp-4);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-text-soft);
}
.mmenu__close svg {
  width: 16px;
  height: 16px;
  max-width: none;
}
.mmenu__panel {
  padding: var(--sp-4) var(--sp-5) var(--sp-8);
}
@keyframes mmenu-in-fwd {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
}
@keyframes mmenu-in-back {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
}
.mmenu__panel.is-in-fwd {
  animation: mmenu-in-fwd 240ms var(--ease) both;
}
.mmenu__panel.is-in-back {
  animation: mmenu-in-back 240ms var(--ease) both;
}
@media (prefers-reduced-motion: reduce) {
  .mmenu__panel.is-in-fwd,
  .mmenu__panel.is-in-back {
    animation: none;
  }
}
.mmenu__panel--root {
  padding-top: var(--sp-12);
}
.mmenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mmenu__row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  border-bottom: 1px solid var(--c-line);
}
.mmenu__row:last-child {
  border-bottom: 0;
}
.mmenu__link {
  flex: 1 1 auto;
  min-width: 0;
  padding: var(--sp-5) 0;
  color: var(--c-text);
  font-size: var(--fs-md);
  line-height: 1.3;
  text-decoration: none;
}
.mmenu__link:hover {
  color: var(--c-primary-dark);
  text-decoration: none;
}
/* A FOMENU PONTJAI A FIOK ALJAN. Ezeket a wp_nav_menu a VLS_Plain_Menu_Walker-rel
   irja ki, ami SZANDEKOSAN csupasz <li><a>-t ad, mert a lablecben is ez a walker
   dolgozik. A fiokban viszont igy kimaradtak a sor-stilusokbol.
   .
   MERVE az eles oldalon (2026-09-22, 390 px):
   .
                          kategoria-sor   fomenu-pont
       belso margo        16px 0           0
       betumeret          16px             14px
       szin               tinta            link-kek
       SORMAGASSAG        53px             19px
   .
   A 19 px nem csak diszteleN: az ajanlott legkisebb erintheto celterulet 44 px,
   tehat a hat fomenu-pont a fele akkora sem volt, es kozvetlenul egymas alatt
   alltak, ami femelles nelkul is melle-koppintashoz vezet.
   .
   A stilus NEM a walkerbe kerult, hanem ide, `.mmenu__list--extra` ala zarva: a
   walkert a lablec is hasznalja, ott viszont ez a forma nem kell. */
.mmenu__list--extra > li {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  border-bottom: 1px solid var(--c-line);
}
.mmenu__foot > .mmenu__list:last-child > li:last-child {
  border-bottom: 0;
}
.mmenu__list--extra > li > a {
  flex: 1 1 auto;
  min-width: 0;
  padding: var(--sp-5) 0;
  color: var(--c-text);
  font-size: var(--fs-md);
  line-height: 1.3;
  text-decoration: none;
}
.mmenu__list--extra > li > a:hover {
  color: var(--c-primary-dark);
  text-decoration: none;
}
/* AHOL EPP ALL A LATOGATO. A walker mar kiirja az `aria-current="page"`-et, tehat
   ehhez nem kell uj jeloles, csak stilus. Enelkul a fiok nem mondja meg, melyik
   oldalon vagyunk, pedig telefonon ez AZ egyetlen navigacio. */
.mmenu__link[aria-current="page"],
.mmenu__list--extra > li > a[aria-current="page"] {
  color: var(--c-primary-dark);
  font-weight: 700;
}
/* KOPPINTAS-VISSZAJELZES. Erintokepernyon nincs hover, tehat visszajelzes nelkul
   a koppintas es az uj oldal betoltese kozott a fiok halottnak tunik. */
.mmenu__row:active,
.mmenu__list--extra > li:active {
  background: var(--c-page);
}
.mmenu__drill {
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-text);
}
.mmenu__drill svg {
  width: 16px;
  height: 16px;
  max-width: none;
}
.mmenu__back {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  width: 100%;
  margin-bottom: var(--sp-3);
  padding: var(--sp-3) 0;
  border: 0;
  background: none;
  color: var(--c-text);
  font-size: var(--fs-md);
  font-weight: 700;
  text-align: left;
}
.mmenu__back svg {
  width: 16px;
  height: 16px;
  max-width: none;
}
.mmenu__all {
  display: block;
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--c-line);
  color: var(--c-primary-dark);
  font-size: var(--fs-base);
  font-weight: 700;
}
.mmenu__foot {
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 2px solid var(--c-text);
}
.mmenu__list--extra + .mmenu__list--extra {
  margin-top: 0;
}
.mmenu:not(:modal) {
  display: none;
}
.icon {
  width: 20px;
  height: 20px;
}
.cc {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: var(--c-surface);
  box-shadow: 0 -4px 24px rgba(5, 29, 51, 0.12);
  animation: cc-in var(--dur-mc) var(--ease-mc);
}
@keyframes cc-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc {
    animation: none;
  }
}
.cc__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-4) var(--sp-6);
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--sp-4) var(--gutter);
}
.cc__text {
  flex: 1 1 320px;
  min-width: 0;
  font-size: var(--fs-sm);
  line-height: 1.5;
  color: var(--c-text);
}
.cc__text strong {
  display: block;
  margin-bottom: 2px;
  font-size: var(--fs-base);
  color: var(--c-dark);
}
.cc__text p {
  margin: 0;
}
.cc__more {
  white-space: nowrap;
}
.cc__cats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-6);
  flex-basis: 100%;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--c-line);
}
.cc__cat {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-sm);
  cursor: pointer;
}
.cc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  flex-shrink: 0;
}
.cc__actions .btn {
  flex: 0 0 auto;
  min-height: 40px;
  font-size: var(--fs-xs);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cc__inner {
    gap: var(--sp-3);
    padding: var(--sp-4) var(--sp-4) calc(var(--sp-4) + env(safe-area-inset-bottom));
  }
  .cc__actions {
    flex-direction: column;
    width: 100%;
  }
  .cc__actions .btn {
    width: 100%;
  }
  .cc {
    max-height: 60vh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
/* NYILVANOS KUPONLISTA. A panel jobbrol csuszik be, a fejlec gombjarol.
   A minta a pelenka.hu volt (kliens-keres), a szinek viszont a VLShop
   arculatabol jonnek: a magenta helyett a tema kekje es a krem akcent. */
.cpn {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 60;
  width: min(420px, 100vw);
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 0;
  background: var(--c-page);
  color: var(--c-text);
}
/* Ugyanaz az elmosott hatter, mint a kereso es a kosar-lenyilo mogott. */
.cpn::backdrop {
  background: rgba(5, 29, 51, 0.28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
/* A HATTER GORGETESENEK ZARASA, ket okbol. A `position: fixed` elem
   tartalmazo blokkja a gorgetosav NELKULI teruletet, tehat nyitott panelnel
   a gorgetosav szelessegevel (MERVE: 15 px) elallt a lap jobb szeletol. A
   masik ok viselkedesbeli: a hatter inert, de gorgetheto maradt, tehat a
   hattal kattinto latogato alatt elment a lap.
   A `:has` tamogatas nelkuli bongeszokben a szabaly egyszeruen nem hat, es
   marad a mai allapot: ez nem tori el a panelt. */
html:has(.cpn[open]) {
  overflow: hidden;
}
/* A BECSUSZAS CSAK A PANELE, a hatteret a bongeszo halvanyitja. A
   prefers-reduced-motion eseten nincs mozgas, csak megjelenes. */
.cpn[open] {
  animation: cpn-in 260ms var(--ease, ease) both;
}
@keyframes cpn-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cpn[open] {
    animation: none;
  }
}
.cpn__head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: var(--sp-5) var(--sp-5) var(--sp-3);
  border-bottom: 1px solid var(--c-line);
  background: var(--c-surface);
}
.cpn__title {
  margin: 0;
  color: var(--c-primary-dark);
  font-size: var(--fs-2xl);
  font-weight: 800;
}
.cpn__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--c-line);
  border-radius: var(--r-full);
  background: var(--c-surface);
  color: var(--c-text);
  cursor: pointer;
}
.cpn__close:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.cpn__lead {
  margin: 0;
  padding: var(--sp-4) var(--sp-5);
  background: var(--c-surface);
  color: var(--c-text-soft);
  font-size: var(--fs-sm);
  line-height: 1.5;
  text-align: center;
}
.cpn__list {
  margin: 0;
  padding: var(--sp-4) var(--sp-4) var(--sp-8);
  list-style: none;
  display: grid;
  gap: var(--sp-4);
}
.cpn__item {
  position: relative;
  padding: var(--sp-5) var(--sp-4) var(--sp-4);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  box-shadow: var(--sh-panel);
}
/* A VISSZASZAMLALO A KARTYA FOLE LOG, hogy a cim maradjon az elso, amit a
   szem elkap. A szoveget a JS irja fele masodperces pontossagura, a
   szerverrol csak a napszam jon (lasd inc/coupons.php). */
.cpn__clock {
  display: inline-block;
  margin: 0 0 var(--sp-3);
  padding: 3px var(--sp-3);
  border-radius: var(--r-full);
  background: var(--c-cream);
  color: var(--c-text);
  font-size: var(--fs-xs);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
}
.cpn__name {
  margin: 0 0 var(--sp-2);
  font-size: var(--fs-md);
  font-weight: 800;
  line-height: 1.35;
}
.cpn__text {
  margin: 0 0 var(--sp-2);
  color: var(--c-text-soft);
  font-size: var(--fs-sm);
  line-height: 1.5;
}
.cpn__link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--c-primary-aa);
  font-size: var(--fs-sm);
  font-weight: 700;
  text-decoration: none;
}
.cpn__link:hover {
  color: var(--c-primary-dark);
  text-decoration: underline;
}
.cpn__link svg {
  width: 14px;
  height: 14px;
}
/* A KOD DOBOZA SZAGGATOTT KERETU, mert a szaggatott vonal a "kivaghato
   szelveny" vizualis kodja, es ez mondja meg ranezesre, hogy ez a resz a
   hasznalhato ertek, nem egy tovabbi leiras. */
.cpn__code {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-top: var(--sp-3);
  padding: var(--sp-2) var(--sp-3);
  border: 1px dashed var(--c-line-soft);
  border-radius: var(--r-sm);
  background: var(--c-page);
}
.cpn__value {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: var(--fs-lg);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}
.cpn__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.cpn__copy {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-surface);
  color: var(--c-primary-aa);
  cursor: pointer;
}
.cpn__copy:hover {
  border-color: var(--c-primary);
  background: var(--c-primary-wash);
}
.cpn__copy.is-done {
  border-color: var(--c-primary);
  background: var(--c-primary);
  color: #ffffff;
}
.cpn__note {
  margin: 0;
  padding: 0 var(--sp-5) var(--sp-8);
  color: var(--c-text-soft);
  font-size: var(--fs-sm);
  line-height: 1.5;
}
.cpn__copied {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
/* SCRIPT NELKUL a panel a lap aljan, folyamatban all (lasd a noscript
   stilust az inc/coupons.php-ban), ott a fix pozicio ertelmetlen lenne. */
.cpn:not([open]) {
  position: static;
  width: auto;
  height: auto;
  max-height: none;
  animation: none;
}
/* FELIRAT AZ IKON ALATT a Kedvencek es a Kuponok gombon (kliens-keres,
   minta: pelenka.hu). A ket gomb eddig csak ikon volt, a nevuk kepernyo-
   olvasonak szolt. */
/* AZ IKON-BURKOLO NAGYOBB, MINT A RAJZ, es ez nem diszites. A jelveny
   `top: -6px; right: -6px` eltolassal ul a legkozelebbi pozicionalt oshoz. Amig
   az a 40 pixeles gomb volt, a jelveny a rajzon KIVUL esett. A burkolo
   bevezetesevel az os 18x18 lett, es a 20 pixeles jelveny RARULT az ikonra:
   MERVE a Kedvencek szivet majdnem teljesen eltakarta. A 26 pixeles doboz
   visszaadja a helyet. */
.hdr__ico {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.hdr__ico svg {
  width: 22px;
  height: 22px;
}
/* A JELVENY A FEHER FEJLECEN EDDIG LATHATATLAN VOLT: feher hattere volt feher
   savon, tehat csak a szam lebegett a levegoben. Kitoltott korre valt, es kap
   egy feher gyurut, ami elvalasztja az alatta futo rajztol. */
/* A JELVENY AZ IKON SARKAHOZ VAN KOTVE, nem a doboz szelehez igazitott
   pixel-eltolassal. A `bottom: 100%` + `left: 100%` a jelveny BAL ALSO sarkat
   teszi a rajz JOBB FELSO sarkara, a negativ margo pedig 6 pixellel huzza
   vissza. Igy a jelveny csak a rajz ures sarkat fedi: MERVE, harmadik korben,
   az elozo megoldas a sziv jobb felso ivet vagta le. */
.hdr__ico .hdr__badge {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 100%;
  min-width: 18px;
  height: 18px;
  margin: 0 0 -6px -6px;
  background: var(--c-primary);
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  box-shadow: 0 0 0 2px var(--c-surface);
}
/* A FELIRAT MOBILON SEM TUNIK EL, CSAK ELREJTODIK. A kozos
   `.hdr__act-label` alapertelmezese `display: none`, ami a felolvasobol is
   kiveszi a szoveget, es akkor ennek a ket gombnak MOBILON SEMMILYEN
   hozzaferheto neve nem maradna (az ikon aria-hidden, a szamlalo is). Ezert
   itt nem elrejtjuk, hanem kepernyorol levesszuk. */
.hdr__act--wish .hdr__act-label,
.hdr__act--coupon .hdr__act-label,
.hdr__act--account .hdr__act-label {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (min-width: 992px) {
  .hdr__act--wish,
  .hdr__act--coupon,
  .hdr__act--account {
    flex-direction: column;
    gap: 2px;
    padding-inline: var(--sp-3);
  }
  .hdr__act--wish .hdr__act-label,
  .hdr__act--coupon .hdr__act-label,
  .hdr__act--account .hdr__act-label {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip-path: none;
    line-height: 1.2;
  }
}
