:root {
  --pm-ink: #17202a;
  --pm-muted: #667085;
  --pm-soft: #f3f6f8;
  --pm-surface: #ffffff;
  --pm-line: #dce3e8;
  --pm-green: #2d4b5e;
  --pm-green-dark: #1f3543;
  --pm-green-soft: #eaf0f4;
  --pm-yellow: #f3c64e;
  --pm-yellow-soft: #fff8dc;
  --pm-red: #c43e36;
  --pm-red-soft: #fff0ef;
  --pm-blue: #456f88;
  --pm-blue-soft: #edf4f7;
  --pm-orange: #ff6633;
  --pm-radius: 14px;
  --pm-radius-sm: 9px;
  --pm-shadow: 0 8px 28px rgba(23, 32, 42, .09);
  --pm-shadow-lg: 0 18px 55px rgba(45, 75, 94, .16);
  --pm-container: 1180px;
  --pm-nav-height: 58px;
  --pm-focus: 0 0 0 3px rgba(45, 75, 94, .22);
}




*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pm-ink);
  background: #f7f9fa;
  font: 400 1rem/1.55 "Manrope", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--pm-green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: none; box-shadow: var(--pm-focus); }
.clear {
	clear:both;
}
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 2000; padding: 10px 14px;
  color: #fff; background: var(--pm-green-dark); border-radius: 8px; transition: top .2s;
}
.skip-link:focus { top: 14px; }
.container { width: min(calc(100% - 32px), var(--pm-container)); margin-inline: auto; }
.page-shell { transition: padding-top .2s; }
.section { padding-block: 28px; }
.section--tight { padding-block: 0px; }
.surface { background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-radius); }
.shadow { box-shadow: var(--pm-shadow); }

/* Header */
.site-header { position: relative; z-index: 50; background: #fff; }
.utility-bar { color: #d8e4ea; background: var(--pm-green-dark); font-size: .82rem; }
.utility-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.utility-bar a { color: #fff; text-decoration: none; }
.utility-bar__links { display: flex; align-items: center; gap: 18px; }
.header-main__inner { min-height: 92px; display: grid; grid-template-columns: 230px minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.brand-logo { display: inline-flex; align-items: center; }
.brand-logo img { width: 220px; max-height: 58px; object-fit: contain; object-position: left center; }
.header-promise { min-width: 0; display: flex; align-items: center; gap: 16px; color: var(--pm-muted); font-size: .9rem; }
.header-promise-img { width: auto; height: 90px; margin: 0; display: block; flex: 0 0 auto; float: none; object-fit: contain; }
.header-promise-in { min-width: 0; flex: 1 1 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 10px; }
.header-promise-in-tabla { min-width: 0; width: auto; margin: 0 !important; display: flex; align-items: center; line-height: 1.2; }
.header-promise-in-tabla img { width: 54px; height: 54px !important; margin: 0 10px 0 0 !important; flex: 0 0 54px; float: none !important; object-fit: contain; }
.header-promise-in-tabla strong { min-width: 0; }
.header-promise strong { color: var(--pm-ink); font-size: 1rem; }
.header-actions { grid-column: 3; justify-self: end; display: flex; align-items: stretch; gap: 8px; }
.header-action {
  min-width: 92px; min-height: 48px; padding: 7px 12px; display: flex; align-items: center;
  justify-content: center; gap: 8px; color: var(--pm-ink); background: #fff; border: 1px solid var(--pm-line);
  border-radius: 10px; text-decoration: none; font-size: .88rem; font-weight: 700; transition: .18s ease;
}
.header-action:hover { border-color: #a9bbb3; background: var(--pm-soft); transform: translateY(-1px); }
.header-action svg { width: 20px; height: 20px; }
.header-action--cart { color: #fff; background: var(--pm-green); border-color: var(--pm-green); }
.header-action--cart:hover { color: #fff; background: var(--pm-green-dark); border-color: var(--pm-green-dark); }
.cart-count {
  min-width: 21px; height: 21px; padding-inline: 10px; padding-top:2px; display: inline-grid; place-items: center;
  border-radius: 999px; color: var(--pm-green-dark); background: var(--pm-yellow); font-size: .72rem; font-weight: 900;
}

/* Desktop navigation and compact-logo transition */
.main-nav { position: relative; z-index: 100; height: var(--pm-nav-height); color: #fff; background: var(--pm-green); box-shadow: 0 2px 0 rgba(0,0,0,.06); }
.nav-inner { position: relative; height: 100%; display: flex; align-items: center; gap: 4px; }
.nav-compact-logo {
  width: 0; opacity: 0; overflow: hidden; flex: 0 0 auto; transform: translateX(-18px);
  transition: width .28s ease, opacity .2s ease, transform .28s ease, margin-right .28s ease;
}
.nav-compact-logo img {
  height: 50px; padding: 5px 9px; object-fit: contain; object-position: left center;
}

.topmargin { margin-top:18px; }

body.nav-stuck .main-nav { position: fixed; inset: 0 0 auto; animation: navDrop .22s ease both; box-shadow: 0 8px 24px rgba(45,75,94,.24); }
body.nav-stuck .page-shell { padding-top: var(--pm-nav-height); }
body.nav-stuck .nav-compact-logo { width: 132px; opacity: 1; transform: none; margin-right: 8px; }
@keyframes navDrop { from { transform: translateY(-10px); opacity: .6; } to { transform: none; opacity: 1; } }
.nav-link, .nav-button {
  height: 42px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px;
  color: #fff; background: transparent; border: 0; border-radius: 8px; text-decoration: none;
  white-space: nowrap; font-size: .91rem; font-weight: 600; cursor: pointer; transition: background .15s;
  letter-spacing: .02em;
}
.nav-link:hover, .nav-button:hover, .nav-item.is-open > .nav-button { color: #fff; background: rgba(255,255,255,.14); }
.nav-link--accent { margin-left: auto; color: var(--pm-green-dark); background: var(--pm-blue-soft); }
.nav-link--accent:hover { color: var(--pm-green-dark); background: #ffd869; }
.nav-item { position: relative; }
.nav-item--mega { position: static; }
.nav-button svg { width: 14px; transition: transform .18s; }
.nav-item.is-open .nav-button svg { transform: rotate(180deg); }
.dropdown {
  --dropdown-cols: 1;
  --dropdown-item-width: 190px;
  --dropdown-item-height: 96px;
  --dropdown-image-size: 72px;
  --dropdown-image-height: 76px;
  --dropdown-gap: 8px;
  position: absolute; left: 0; top: calc(100% + 8px); width: max-content; padding: 8px;
  display: grid; grid-template-columns: repeat(var(--dropdown-cols), var(--dropdown-item-width)); gap: var(--dropdown-gap);
  visibility: hidden; opacity: 0; transform: translateY(-6px); background: #fff;
  border: 1px solid var(--pm-line); border-radius: 12px; box-shadow: var(--pm-shadow-lg); transition: .16s ease;
}
.nav-item.is-open .dropdown, .nav-item:hover .dropdown { visibility: visible; opacity: 1; transform: none; }
.dropdown a { display: block; padding: 9px 10px; color: var(--pm-ink); border-radius: 7px; text-decoration: none; font-size: .9rem; }
.dropdown a:hover { background: var(--pm-green-soft); color: var(--pm-green-dark); }

/*
  Lenyilo menu elrendezesek:
  dropdown--cols-1 ... dropdown--cols-5 = asztali oszlopszam
  alapertelmezett                          = kep balra, szoveg jobbra
  dropdown--image-top                    = teljes szelessegu kep fent
  dropdown--image-bottom                 = teljes szelessegu kep lent
  dropdown--text-only                   = csak szoveg az egesz menuben
  dropdown--image-only                  = csak kep az egesz menuben

  Konnyen allithato meretek a dropdown elemen:
  --dropdown-item-width:  190px;
  --dropdown-item-height: 104px;
  --dropdown-image-size:   72px;
  --dropdown-image-height: 76px;
  --dropdown-gap:           8px;

  Egyetlen menupont is felulbiralhato:
  dropdown__item--text-only vagy dropdown__item--image-only
*/
.dropdown--cols-1 { --dropdown-cols: 1; --dropdown-item-width: 260px; }
.dropdown--cols-2 { --dropdown-cols: 2; }
.dropdown--cols-3 { --dropdown-cols: 3; }
.dropdown--cols-4 { --dropdown-cols: 4; }
.dropdown--cols-5 { --dropdown-cols: 5; }

.dropdown .dropdown__item {
  width: var(--dropdown-item-width); height: var(--dropdown-item-height); min-width: 0; padding: 9px;
  display: flex; align-items: center; gap: 10px; overflow: hidden;
  background: #fff; border: 1px solid var(--pm-line); border-radius: 10px;
  transition: border-color .15s, background .15s, box-shadow .15s, transform .15s;
}
.dropdown .dropdown__item:hover {
  background: var(--pm-green-soft); border-color: rgba(45,75,94,.34);
  box-shadow: 0 5px 14px rgba(23,32,42,.08); transform: translateY(-1px);
}
.dropdown__thumb {
  width: var(--dropdown-image-size); height: var(--dropdown-image-size); flex: 0 0 var(--dropdown-image-size);
  display: grid; place-items: center;
  overflow: hidden; background: #fff; border-radius: 8px;
}
.dropdown__thumb img { width: 100%; height: 100%; display: block; object-fit: contain; }
.dropdown__label {
  min-width: 0; line-height: 1.25; font-weight: 750; overflow-wrap: anywhere; overflow: hidden;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
}

/* Teljes szelessegu kep fent vagy lent, akar az egesz menure, akar egyetlen elemre. */
.dropdown--image-top .dropdown__item,
.dropdown--image-bottom .dropdown__item,
.dropdown .dropdown__item--image-top,
.dropdown .dropdown__item--image-bottom {
  align-items: stretch; justify-content: flex-start; gap: 7px;
}
.dropdown--image-top .dropdown__item,
.dropdown .dropdown__item--image-top { flex-direction: column; }
.dropdown--image-bottom .dropdown__item,
.dropdown .dropdown__item--image-bottom { flex-direction: column-reverse; }
.dropdown--image-top .dropdown__thumb,
.dropdown--image-bottom .dropdown__thumb,
.dropdown__item--image-top .dropdown__thumb,
.dropdown__item--image-bottom .dropdown__thumb {
  width: 100%; height: var(--dropdown-image-height); flex: 0 0 var(--dropdown-image-height);
  overflow: visible; background: transparent; border-radius: 0;
}
.dropdown--image-top .dropdown__label,
.dropdown--image-bottom .dropdown__label,
.dropdown__item--image-top .dropdown__label,
.dropdown__item--image-bottom .dropdown__label {
  width: 100%; text-align: center;
}

.dropdown--text-only .dropdown__thumb,
.dropdown__item--text-only .dropdown__thumb { display: none; }
.dropdown--text-only { --dropdown-item-height: 42px; }
.dropdown--text-only .dropdown__item { border-color: transparent; }
.dropdown .dropdown__item--text-only { height: 42px; border-color: transparent; }

.dropdown--image-only .dropdown__label,
.dropdown__item--image-only .dropdown__label { display: none; }
.dropdown--image-only { --dropdown-item-height: 116px; --dropdown-image-size: 96px; }
.dropdown--image-only .dropdown__item,
.dropdown .dropdown__item--image-only { justify-content: center; }
.dropdown .dropdown__item--image-only { height: 116px; }
.dropdown__item--image-only .dropdown__thumb { width: 96px; height: 96px; flex-basis: 96px; }

/* Mobile drawer */
.mobile-menu-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 500; width: 58px; height: 58px; display: none;
  place-items: center; color: #fff; background: var(--pm-orange); border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(45,75,94,.34); cursor: pointer;
}

/*

  --pm-ink: #17202a;
  --pm-muted: #667085;
  --pm-soft: #f3f6f8;
  --pm-surface: #ffffff;
  --pm-line: #dce3e8;
  --pm-green: #2d4b5e;
  --pm-green-dark: #1f3543;
  --pm-green-soft: #eaf0f4;
  --pm-yellow: #f3c64e;
  --pm-yellow-soft: #fff8dc;
  --pm-red: #c43e36;
  --pm-red-soft: #fff0ef;
  --pm-blue: #456f88;
  --pm-blue-soft: #edf4f7;

*/

.mobile-menu-fab svg { width: 25px; height: 25px; }
.drawer-overlay { position: fixed; inset: 0; z-index: 600; visibility: hidden; opacity: 0; background: rgba(12,20,17,.48); backdrop-filter: blur(2px); transition: .2s; }
.mobile-drawer {
  position: fixed; inset: 0 0 0 auto; z-index: 610; width: min(88vw, 360px); visibility: hidden;
  transform: translateX(104%); background: #fff; box-shadow: -18px 0 48px rgba(0,0,0,.2); transition: .24s ease;
  overflow-y: auto; overscroll-behavior: contain;
}
body.drawer-open .drawer-overlay { visibility: visible; opacity: 1; }
body.drawer-open .mobile-drawer { visibility: visible; transform: none; }
.drawer-head { position: sticky; top: 0; z-index: 2; min-height: 70px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--pm-line); }
.drawer-head img { width: 170px; max-height: 44px; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; color: var(--pm-ink); background: var(--pm-soft); border: 0; border-radius: 9px; cursor: pointer; }
.drawer-nav { padding: 12px; }
.drawer-nav > a, .drawer-toggle {
  width: 100%; min-height: 46px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between;
  color: var(--pm-ink); background: transparent; border: 0; border-radius: 8px; text-decoration: none; font-weight: 760; cursor: pointer;
}
.drawer-nav > a:hover, .drawer-toggle:hover { background: var(--pm-soft); }
.drawer-sub { display: none; margin: 0 0 7px 12px; padding-left: 12px; border-left: 2px solid var(--pm-green-soft); }
.drawer-sub a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; color: var(--pm-muted); text-decoration: none; border-radius: 7px; }
.drawer-sub a:hover { color: var(--pm-green); background: var(--pm-green-soft); }
.drawer-sub .dropdown__thumb { width: 48px; height: 42px; flex-basis: 48px; }
.drawer-sub--text-only .dropdown__thumb { display: none; }
.drawer-sub--image-only .dropdown__label { display: none; }
.drawer-sub--image-only a { justify-content: center; }
.drawer-sub--image-only .dropdown__thumb { width: 84px; height: 72px; flex-basis: 84px; }
.drawer-actions { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-top: 1px solid var(--pm-line); }

/* Common content */
.breadcrumb { width: calc(var(--pm-container)); padding-block: 5px; color: var(--pm-muted); font-size: .84rem; }
.breadcrumb ol { border-radius: 8px; margin: 0; padding: 5px 0 5px 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; list-style: none;}
.breadcrumb li:not(:last-child)::after { content: "//"; margin-left: 7px; color: #0097cf; }
.breadcrumb a { color: #a0a0a0; text-decoration: none; }
.breadcrumb a:hover { color: var(--pm-muted); }
h1, h2, h3, h4 { margin: 0 0 .15em; line-height: 1.18; letter-spacing: -.025em; }
h1 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
h2 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
.eyebrow { margin-top:10px; margin-bottom: 8px; color: var(--pm-green); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }


.lead { max-width: 70ch; color: #4f5c67; font-size: 1.08rem; }
.muted { color: var(--pm-muted); }
.alignright { margin-left:auto; }
.small { font-size: .86rem; }
.tiny { font-size: .76rem; }
.text-center { text-align: center; }
.stack > * + * { margin-top: 14px; }
.cluster { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; width:100%; }
.cluster img { margin-left:auto; }
.divider { height: 1px; margin-block: 20px; background: var(--pm-line); border: 0; }

.grid { display: grid; gap: 18px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 20px; background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); }
.templates-box { margin-bottom:10px; }
.card--compact { padding: 14px; }
.card__title { margin-bottom: 10px; font-size: 1.05rem; }
.card__footer { margin: 18px -20px -20px; padding: 14px 20px; background: var(--pm-soft); border-top: 1px solid var(--pm-line); border-radius: 0 0 var(--pm-radius) var(--pm-radius); }

.button {
  min-height: 44px; padding: 10px 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  color: #fff; background: var(--pm-green); border: 1px solid var(--pm-green); border-radius: 9px;
  text-decoration: none; font-weight: 800; line-height: 1.15; cursor: pointer; transition: .16s ease;
}
.button:hover { color: #fff; background: var(--pm-green-dark); border-color: var(--pm-green-dark); transform: translateY(-1px); }
.button--secondary { color: var(--pm-ink); background: #fff; border-color: #bfcbd0; }
.button--secondary:hover { color: var(--pm-green-dark); background: var(--pm-green-soft); border-color: var(--pm-green); }
.button--yellow { color: var(--pm-green-dark); background: var(--pm-yellow); border-color: var(--pm-yellow); }
.button--yellow:hover { color: var(--pm-green-dark); background: #ffd665; border-color: #ffd665; }
.button--danger { background: var(--pm-red); border-color: var(--pm-red); }
.button--small { min-height: 36px; padding: 7px 12px; font-size: .85rem; }
.button--wide { width: 100%; }
.button[disabled] { opacity: .55; pointer-events: none; }

.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; color: var(--pm-ink); background: var(--pm-soft); border-radius: 999px; font-size: .76rem; font-weight: 800; }
.badge--success { color: var(--pm-green-dark); background: var(--pm-green-soft); }
.badge--warning { color: #6b5200; background: var(--pm-yellow-soft); }
.badge--danger { color: #8d2620; background: var(--pm-red-soft); }
.badge--info { color: #174f84; background: var(--pm-blue-soft); }
.status-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }

.notice { padding: 14px 16px; border: 1px solid #bdcdd6; border-left: 4px solid var(--pm-green); border-radius: 9px; background: var(--pm-green-soft); }
.notice--warning { border-color: #ead68d; border-left-color: #b58900; background: var(--pm-yellow-soft); }
.notice--danger { border-color: #efc2bf; border-left-color: var(--pm-red); background: var(--pm-red-soft); }
.notice--info { border-color: #c5ddf2; border-left-color: var(--pm-blue); background: var(--pm-blue-soft); }
.notice strong { display: block; margin-bottom: 2px; }

.form-row { display: grid; gap: 6px; }
.form-row label, .form-label { color: #394650; font-size: .84rem; font-weight: 760; }
.input, .select, .textarea {
  width: 100%; min-height: 44px; padding: 9px 12px; color: var(--pm-ink); background: #fff;
  border: 1px solid #bdc8ce; border-radius: 8px; transition: border-color .15s, box-shadow .15s;
}
.textarea { min-height: 110px; resize: vertical; }
.input:hover, .select:hover, .textarea:hover { border-color: #83969f; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--pm-blue); box-shadow: var(--pm-focus); }
.form-help { color: var(--pm-muted); font-size: .76rem; line-height:normal;}
.status-select { position: relative; min-width: 0; }
.status-select__button {
  width: 100%; min-height: 44px; padding: 7px 38px 7px 12px; display: none; align-items: center; justify-content: space-between; gap: 10px;
  color: var(--pm-ink); background: #fff; border: 1px solid #bdc8ce; border-radius: 8px; text-align: left; cursor: pointer;
}
.status-select__button::after {
  content: ""; position: absolute; right: 14px; top: 50%; width: 7px; height: 7px; border-right: 2px solid #65747d; border-bottom: 2px solid #65747d;
  transform: translateY(-65%) rotate(45deg); transition: transform .16s;
}
.status-select.is-open .status-select__button::after { transform: translateY(-30%) rotate(225deg); }
.status-select__value, .status-select__option-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.status-select__menu {
  position: absolute; inset: calc(100% + 6px) 0 auto; z-index: 120; padding: 6px; display: none; background: #fff;
  border: 1px solid var(--pm-line); border-radius: 10px; box-shadow: var(--pm-shadow-lg);
}
.status-select__option {
  width: 100%; min-height: 42px; padding: 7px 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  color: var(--pm-ink); background: transparent; border: 0; border-radius: 7px; text-align: left; cursor: pointer;
}
.status-select__option:hover, .status-select__option:focus-visible, .status-select__option[aria-selected="true"] { background: var(--pm-green-soft); }
.status-select__option[disabled] { opacity: .5; cursor: not-allowed; }
.status-select__badge { flex: 0 0 auto; padding: 4px 7px; color: #fff; border-radius: 999px; font-size: .68rem; font-weight: 850; line-height: 1.15; }
.status-select__badge--in-stock { background: #247a4b; }
.status-select__badge--out-of-stock { background: #d06a12; }
.status-select.is-enhanced .status-select__native {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.status-select.is-enhanced .status-select__button { display: flex; }
.status-select.is-open .status-select__menu { display: block; }
.checkbox { display: flex; align-items: flex-start; gap: 9px; color: #394650; font-size: .87rem; }
.checkbox input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--pm-green); }
.quantity { display: grid; grid-template-columns: 42px 62px 42px; }
.quantity button, .quantity input { height: 42px; border: 1px solid #bdc8ce; background: #fff; text-align: center; }
.quantity button { cursor: pointer; font-size: 1.15rem; }
.quantity button:first-child { border-radius: 8px 0 0 8px; }
.quantity button:last-child { border-radius: 0 8px 8px 0; }
.quantity input { width: 62px; border-inline: 0; }
.quantity input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }

.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--pm-line); border-radius: 10px; }
.table { width: 100%; border-collapse: collapse; background: #fff; font-size: .88rem; }
.table th, .table td { padding: 11px 13px; text-align: left; vertical-align: middle; border-bottom: 1px solid var(--pm-line); }
.table th { color: #41505b; background: var(--pm-soft); font-size: .77rem; letter-spacing: .025em; text-transform: uppercase; }
.table tr:last-child td { border-bottom: 0; }
.table tbody tr:hover { background: #fbfcfc; }
.color-swatch { width: 28px; height: 28px; display: inline-block; vertical-align: middle; border: 2px solid #fff; border-radius: 7px; box-shadow: 0 0 0 1px #c8d0d4; }

/* Carousel */
.promo-carousel { position: relative; overflow: hidden; color: #fff; background: var(--pm-green-dark); border-radius: 18px; box-shadow: var(--pm-shadow-lg); }
.carousel-track { display: flex; transition: transform .46s cubic-bezier(.22,.7,.25,1); }
.carousel-slide { min-width: 100%; min-height: 330px; padding: clamp(28px, 5vw, 60px); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 28px; }
.carousel-slide:nth-child(2) { background: linear-gradient(120deg, #243f50, #466d84); }
.carousel-slide:nth-child(3) { color: var(--pm-ink); background: linear-gradient(120deg, #fff4ca, #f3c64e); }
.carousel-copy { max-width: 590px; }
.carousel-copy h1, .carousel-copy h2 { max-width: 15ch; font-size: clamp(2rem, 4.3vw, 3.7rem); }
.carousel-copy p { max-width: 52ch; color: inherit; opacity: .86; }
.carousel-media {
  --pm-carousel-image-height: clamp(280px, 28vw, 360px);
  width: 100%;
  height: var(--pm-carousel-image-height);
  display: grid;
  place-items: center;
}
.carousel-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: var(--pm-carousel-image-height);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 20px 22px rgba(0,0,0,.25));
  mix-blend-mode: multiply;
}
.carousel-controls { position: absolute; inset: auto 18px 18px auto; display: flex; align-items: center; gap: 8px; }
.carousel-arrow { width: 40px; height: 40px; display: grid; place-items: center; color: var(--pm-ink); background: rgba(255,255,255,.92); border: 0; border-radius: 50%; cursor: pointer; }
.carousel-dots { position: absolute; left: clamp(28px, 5vw, 60px); bottom: 22px; display: flex; gap: 7px; }
.carousel-dot { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.5); border: 0; border-radius: 9px; cursor: pointer; transition: width .2s, background .2s; }
.carousel-dot.is-active { width: 26px; background: #fff; }

/* Product page */
.product-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); align-items: start; gap: 22px; }
.product-gallery { padding: 18px; }
.gallery-main { position: relative; min-height: 465px; display: grid; place-items: center; overflow: hidden; background: #fff; border-radius: 11px; }
.gallery-main img { max-height: 450px; width: auto; object-fit: contain; transition: opacity .18s, transform .22s; }
.gallery-main.is-changing img { opacity: .25; transform: scale(.98); }
.gallery-badge { position: absolute; left: 12px; top: 12px; z-index: 2; }
.gallery-caption {
  position: absolute; left: 50%; bottom: 15px; z-index: 3; max-width: calc(100% - 32px); padding: 7px 12px;
  overflow: hidden; color: #fff; background: rgba(31,53,67,.76); border: 1px solid rgba(255,255,255,.22); border-radius: 9px;
  box-shadow: 0 5px 16px rgba(23,32,42,.18); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px);
  transform: translateX(-50%); text-overflow: ellipsis; white-space: nowrap; font-size: .76rem; font-weight: 800; transition: opacity .16s;
}
.gallery-main.is-changing .gallery-caption { opacity: .25; }
.gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.gallery-thumb { min-height: 76px; padding: 5px; display: grid; place-items: center; background: #fff; border: 1px solid var(--pm-line); border-radius: 9px; cursor: pointer; }
.gallery-thumb:hover, .gallery-thumb.is-active { border-color: var(--pm-green); box-shadow: 0 0 0 2px var(--pm-green-soft); }
.gallery-thumb img { max-height: 66px; width: auto; }
.buy-panel { position: sticky; top: calc(var(--pm-nav-height) + 14px); padding: 18px 22px 18px 22px; }
.buy-panel > .grid--2 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 12px; }
.product-code { color: var(--pm-muted); font-size: .78rem; }
.rating { display: flex; align-items: center; gap: 8px; color: #9b7200; font-size: .84rem; }
.price-line { margin-block: 14px 16px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; }
.price { color: var(--pm-green-dark); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.price-note { color: var(--pm-muted); font-size: .78rem; line-height:normal;}
.delivery-strip { margin-block: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.delivery-item { padding: 11px; background: var(--pm-soft); border-radius: 9px; }
.delivery-item strong { display: block; font-size: .88rem; }
.delivery-item span { color: var(--pm-muted); font-size: .76rem; }
.buy-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.trust-row { margin-top: 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; color: var(--pm-muted); text-align: center; font-size: .72rem; }
.trust-row svg { display: block; width: 22px; height: 22px; margin: 0 auto 4px; color: var(--pm-green); }
.spec-strip { margin-bottom: 15px; display: grid; grid-template-columns: repeat(4, 1fr); }
.spec-item { min-height: 50px; padding: 10px; text-align: center; border-right: 1px solid var(--pm-line); line-height:normal; }
.spec-item:last-child { border-right: 0; }
.spec-item strong { display: block; color: var(--pm-green-dark); font-size: 1.24rem; }
.spec-item span { color: var(--pm-muted); font-size: .76rem; }
.template-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; line-height:normal; text-align:center; }
.template-card { position: relative; padding: 10px; border: 1px solid var(--pm-line); border-radius: 10px; cursor: pointer; transition: .15s; }
.template-card:hover, .template-card.is-selected { border-color: var(--pm-green); background: var(--pm-green-soft); }
.template-card input { position: absolute; opacity: 0; pointer-events: none; }
.stamp-preview { min-height: 70px; padding: 8px; display: grid; place-items: center; color: #111; background: #fff; border: 1px dashed #8b969c; text-align: center; font: 700 .72rem/1.16 "Manrope", "Segoe UI", sans-serif; }
.template-card small { display: block; margin-top: 7px; color: var(--pm-muted); }
.tabs { border-bottom: 1px solid var(--pm-line); display: flex; gap: 6px; overflow-x: auto; }
.tab-button { min-height: 46px; padding: 9px 14px; color: var(--pm-muted); background: transparent; border: 0; border-bottom: 3px solid transparent; white-space: nowrap; font-weight: 800; cursor: pointer; }
.tab-button.is-active { color: var(--pm-green); border-bottom-color: var(--pm-green); }
.tab-panel { display: none; padding-block: 20px; padding-bottom:0; }
.tab-panel.is-active { display: block; }
/* Accordion, category cards, demo helpers */
.accordion { border: 1px solid var(--pm-line); border-radius: 10px; overflow: hidden; }
.accordion + .accordion { margin-top: 8px; }
.accordion-button { width: 100%; min-height: 48px; padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; color: var(--pm-ink); background: #fff; border: 0; font-weight: 800; text-align: left; cursor: pointer; }
.accordion-content { display: none; padding: 0 14px 14px; background: #fff; color: var(--pm-muted); }
.accordion.is-open .accordion-content { display: block; }
.category-card { min-height: 135px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; color: var(--pm-ink); background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); text-decoration: none; transition: .18s; }
.category-card:hover { color: var(--pm-green-dark); border-color: #a9bdc9; transform: translateY(-3px); box-shadow: var(--pm-shadow); }
.category-card__icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--pm-green); background: var(--pm-green-soft); border-radius: 10px; font-size: 1.25rem; }
.category-card strong { display: block; }
.category-card span { color: var(--pm-muted); font-size: .82rem; }
.demo-label { margin: 26px 0 10px; color: var(--pm-muted); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Catalog / product listing */
.catalog-heading { padding: 5px 25px 0 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.catalog-heading h1 { margin-bottom: 6px; }
.catalog-heading__count { flex: 0 0 auto; color: var(--pm-muted); font-size: .86rem; }
.category-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(170px, 1fr); gap: 10px; overflow-x: auto; padding: 2px 2px 10px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.category-chip { min-height: 84px; padding: 13px 14px; display: flex; flex-direction: column; justify-content: space-between; scroll-snap-align: start; color: var(--pm-ink); background: #fff; border: 1px solid var(--pm-line); border-radius: 12px; text-decoration: none; transition: .16s; }
.category-chip:hover, .category-chip.is-active { color: var(--pm-green-dark); border-color: var(--pm-green); background: var(--pm-green-soft); transform: translateY(-1px); }
.category-chip strong { font-size: .91rem; line-height: 1.25; }
.category-chip span { color: var(--pm-muted); font-size: .73rem; }
.catalog-toolbar { position: sticky; top: calc(var(--pm-nav-height) + 8px); z-index: 40; margin-block: 16px; padding: 10px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.94); border: 1px solid var(--pm-line); border-radius: 12px; box-shadow: 0 7px 22px rgba(23,32,42,.08); backdrop-filter: blur(10px); }
.catalog-toolbar__result { margin-right: auto; padding-left: 5px; color: var(--pm-muted); font-size: .83rem; }
.catalog-sort { display: flex; align-items: center; gap: 8px; }
.catalog-sort label { color: var(--pm-muted); font-size: .78rem; font-weight: 800; }
.catalog-sort .select { width: auto; min-width: 210px; min-height: 40px; }
.view-switcher { display: flex; gap: 3px; padding: 3px; background: var(--pm-soft); border-radius: 9px; }
.view-button { width: 36px; height: 34px; display: grid; place-items: center; color: var(--pm-muted); background: transparent; border: 0; border-radius: 7px; cursor: pointer; }
.view-button:hover, .view-button.is-active { color: var(--pm-green-dark); background: #fff; box-shadow: 0 1px 5px rgba(23,32,42,.12); }
.view-button svg { width: 18px; height: 18px; }
.filter-toggle { display: none; }
.catalog-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); align-items: start; gap: 18px; }
.catalog-filters { position: sticky; top: calc(var(--pm-nav-height) + 78px); padding: 16px; }
.filter-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.filter-head h2 { margin: 0; font-size: 1rem; }
.filter-clear { padding: 0; color: var(--pm-green); background: none; border: 0; font-size: .75rem; font-weight: 800; cursor: pointer; }
.filter-group { padding-block: 14px; border-bottom: 1px solid var(--pm-line); }
.filter-group:last-child { padding-bottom: 0; border-bottom: 0; }
.filter-group h3 { margin-bottom: 8px; font-size: .84rem; }
.filter-option { min-height: 31px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #41505b; font-size: .8rem; }
.filter-option span { color: var(--pm-muted); font-size: .72rem; }
.filter-option label { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.filter-option input { width: 16px; height: 16px; accent-color: var(--pm-green); }

.catalog-products { display: grid; gap: 14px; }
.catalog-products.view-large { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-products.view-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.catalog-products.view-list { grid-template-columns: 1fr; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--pm-line); border-radius: 13px; transition: border-color .16s, box-shadow .16s, transform .16s; }
.product-card:hover { border-color: #a9bdc9; box-shadow: var(--pm-shadow); transform: translateY(-2px); }
.product-card__media { position: relative; min-height: 150px; padding: 18px; display: grid; place-items: center; background: linear-gradient(145deg, #fff, #f3f6f8); }
.product-card__media img { width: auto; max-height: 225px; object-fit: contain; mix-blend-mode: multiply; }
.product-tags { position: absolute; inset: 10px 9px auto; z-index: 2; display: flex; flex-wrap: wrap; gap: 5px; pointer-events: none; }
.product-tag { padding: 4px 7px; color: #fff; background: var(--pm-green); border-radius: 6px; font-size: .64rem; font-weight: 900; line-height: 1.15; letter-spacing: .025em; text-transform: uppercase; box-shadow: 0 2px 7px rgba(0,0,0,.12); }
.product-tag--recommended { color: #1f3543; background: #d9e6ed; }
.product-tag--featured { background: #6c4d91; }
.product-tag--sale { background: #c43e36; }
.product-tag--shipping { color: #604900; background: #f3c64e; }
.product-tag--sos { background: #237a70; }
.product-tag--outgoing { background: #667085; }
.product-card__body { padding: 16px; display: flex; flex: 1; flex-direction: column; }
.product-card__kicker { margin-bottom: 4px; color: var(--pm-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.product-card__title { margin-bottom: 7px; font-size: 1.04rem; }
.product-card__title a { color: var(--pm-ink); text-decoration: none; }
.product-card__title a:hover { color: var(--pm-green); }
.product-card__description { margin-bottom: 11px; color: var(--pm-muted); font-size: .79rem; }
.product-specs { margin: 0 0 14px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; list-style: none; }
.product-specs li { padding: 7px 8px; color: #4c5a65; background: var(--pm-soft); border-radius: 7px; font-size: .72rem; line-height: 1.25; }
.product-specs strong { display: block; color: var(--pm-ink); font-size: .78rem; }
.product-card__footer { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.price-pair { display: flex; flex-direction: column; margin-left:auto; text-align:right; }
.price-gross { margin-left:auto; color: var(--pm-green-dark); font-size: 2.25rem; font-weight: 900; line-height: 1.15; letter-spacing: -.025em; }
.price-gross small { color: var(--pm-muted); font-size: .62rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.price-net { margin-top: 3px; color: var(--pm-muted); font-size: .73rem; font-weight: 650; }
.price-old { color: var(--pm-muted); font-size: .72rem; text-decoration: line-through; }
.product-card__actions { display: flex; gap: 6px; }
.product-card__quick { width: 39px; height: 39px; display: grid; place-items: center; color: var(--pm-green); background: var(--pm-green-soft); border: 0; border-radius: 8px; cursor: pointer; }
.product-card__quick:hover { color: #fff; background: var(--pm-green); }
.product-card__quick svg { width: 18px; height: 18px; }

.catalog-products.view-compact .product-card__media { min-height: 165px; padding: 13px; }
.catalog-products.view-compact .product-card__media img { max-height: 140px; }
.catalog-products.view-compact .product-card__body { padding: 12px; }
.catalog-products.view-compact .product-card__description, .catalog-products.view-compact .product-specs { display: none; }
.catalog-products.view-compact .product-card__title { min-height: 2.4em; font-size: .88rem; }
.catalog-products.view-compact .price-gross { font-size: 1.05rem; }
.catalog-products.view-compact .product-card__quick { width: 35px; height: 35px; }
.catalog-products.view-compact .product-tag { font-size: .56rem; }

.catalog-products.view-list .product-card { display: grid; grid-template-columns: 180px minmax(0,1fr); }
.catalog-products.view-list .product-card:hover { transform: translateX(2px); }
.catalog-products.view-list .product-card__media { min-height: 180px; }
.catalog-products.view-list .product-card__media img { max-height: 155px; }
.catalog-products.view-list .product-card__body {
  display: grid;
  grid-template-columns: minmax(180px,1fr) minmax(150px,.72fr) minmax(280px,auto);
  grid-template-areas: "kicker specs footer" "title specs footer";
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 6px 16px;
}
.catalog-products.view-list .product-card__kicker { grid-area: kicker; margin: 0; }
.catalog-products.view-list .product-card__title { grid-area: title; margin: 0; }
.catalog-products.view-list .product-card__description { display: none; }
.catalog-products.view-list .product-specs { grid-area: specs; grid-template-columns: 1fr; margin: 0; }
.catalog-products.view-list .product-card__footer { grid-area: footer; min-width: 0; margin: 0; align-items: center; gap: 14px; }
.catalog-products.view-list .price-gross,
.catalog-products.view-list .price-net,
.catalog-products.view-list .price-old { white-space: nowrap; }
.catalog-products.view-list .product-card__actions { flex: 0 0 auto; }
.catalog-empty { grid-column: 1 / -1; padding: 42px 20px; display: none; text-align: center; background: #fff; border: 1px dashed #b9c5cb; border-radius: 12px; }
.catalog-empty.is-visible { display: block; }
.catalog-pagination { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.page-button { min-width: 38px; height: 38px; display: grid; place-items: center; color: var(--pm-ink); background: #fff; border: 1px solid var(--pm-line); border-radius: 8px; text-decoration: none; font-size: .83rem; font-weight: 800; }
.page-button:hover, .page-button.is-active { color: #fff; background: var(--pm-green); border-color: var(--pm-green); }

/* Footer and feedback */
.site-footer { margin-top: 36px; color: #d8e4ea; background: #203845; }
.footer-main { padding-block: 34px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; }
.footer-logo { width: 190px; padding: 8px 10px 10px 0; text-align:left; }
.footer-title { color: #fff; font-size: .93rem; margin-bottom:15px;}
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 3px; }
.footer-links a { color: #d8e4ea; text-decoration: none; font-size: .86rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { padding-block: 14px; color: #a9c0b8; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 1000; max-width: calc(100% - 32px); padding: 12px 16px;
  visibility: hidden; opacity: 0; transform: translate(-50%, 14px); color: #fff; background: var(--pm-green-dark);
  border-radius: 9px; box-shadow: var(--pm-shadow-lg); transition: .2s; font-weight: 750;
}
.toast.is-visible { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.buy-actions-svg { height:20px; }


.pm-checkbox {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 44px;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

.pm-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    display: grid;
    place-content: center;
    flex: 0 0 26px;

    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    border: 2px solid #8b9da9;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

/* Pipa */
.pm-checkbox input[type="checkbox"]::before {
    content: "";
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translateY(-2px) rotate(45deg);
    opacity: 0;
}

/* Bekapcsolva */
.pm-checkbox input[type="checkbox"]:checked {
    background: #2d4b5e;
    border-color: #2d4b5e;
}

.pm-checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* Billentyűzettel navigálva */
.pm-checkbox input[type="checkbox"]:focus-visible {
    outline: 3px solid #7297ad;
    outline-offset: 3px;
}

/* Letiltott állapot */
.pm-checkbox:has(input:disabled) {
    opacity: 0.5;
    cursor: not-allowed;
}

.pm-checkbox input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

/* Magas kontrasztú rendszerbeállítás */
@media (forced-colors: active) {
    .pm-checkbox input[type="checkbox"] {
        appearance: auto;
        -webkit-appearance: auto;
    }

    .pm-checkbox input[type="checkbox"]::before {
        content: none;
    }
}



@media (max-width: 1200px) {
  .header-promise-img { display: none; }
}

@media (max-width: 1400px) and (min-width: 1041px) {
  .dropdown--cols-5 { --dropdown-cols: 4; }
}

@media (max-width: 1040px) {
  .header-main__inner { grid-template-columns: 210px minmax(0, 1fr) auto; gap: 14px; }
  .header-promise { display: none; }
  .header-actions { grid-column: 3; justify-self: end; }
  .nav-link, .nav-button { padding-inline: 9px; font-size: .84rem; }
  body.nav-stuck .nav-compact-logo { width: 116px;  }
  .nav-compact-logo img { width: 116px; }
  .dropdown--cols-4, .dropdown--cols-5 { --dropdown-cols: 3; }
  .catalog-products.view-large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-products.view-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 920px) and (min-width: 861px) {
  .dropdown--cols-3, .dropdown--cols-4, .dropdown--cols-5 { --dropdown-cols: 2; }
}

@media (max-width: 1120px) {
  .catalog-products.view-list .product-card { grid-template-columns: 160px minmax(0,1fr); }
  .catalog-products.view-list .product-card__body {
    grid-template-columns: minmax(150px,1fr) minmax(280px,auto);
    grid-template-areas: "kicker footer" "title footer";
  }
  .catalog-products.view-list .product-specs { display: none; }
}

@media (max-width: 860px) {
  :root { --pm-nav-height: 0px; }
  .container { width: min(calc(100% - 24px), var(--pm-container)); }
  .utility-bar { display: none; }
  .header-main__inner { min-height: 68px; grid-template-columns: minmax(0, 1fr) auto; }
  .brand-logo img { width: 176px; max-height: 46px; }
  .header-actions { grid-column: 2; }
  .header-action { min-width: 44px; min-height: 44px; padding: 8px; }
  .header-action__label { display: none; }
  .main-nav { display: none; }
  body.nav-stuck .page-shell { padding-top: 0; }
  .mobile-menu-fab { display: grid; }
  .product-layout { grid-template-columns: 1fr; }
  .buy-panel { position: static; }
  .gallery-main { min-height: 390px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .catalog-toolbar { top: 8px; flex-wrap: wrap; }
  .catalog-toolbar__result { flex: 1 0 40%; }
  .filter-toggle { display: inline-flex; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filters { position: static; display: none; }
  .catalog-filters.is-open { display: block; }
  .catalog-products.view-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-products.view-list .product-card__body { grid-template-columns: minmax(0,1fr) minmax(280px,auto); }
  .catalog-products.view-list .product-specs { display: none; }
}

@media (max-width: 640px) {
  body { font-size: .96rem; }
  .section { padding-block: 20px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .header-main__inner { min-height: 62px; }
  .brand-logo img { width: 155px; }
  .header-actions { gap: 5px; }
  .cart-count { padding:2px; }
  .header-action { width: 42px; height: 42px; }
  .carousel-slide { min-height: 520px; padding: 28px 22px 64px; grid-template-columns: 1fr; align-content: center; }
  .carousel-copy h1, .carousel-copy h2 { max-width: none; font-size: 2.25rem; }
  .carousel-media { --pm-carousel-image-height: 210px; height: var(--pm-carousel-image-height); order: -1; }
  .carousel-controls { right: 14px; bottom: 14px; }
  .carousel-dots { left: 22px; bottom: 28px; }
  .product-gallery, .buy-panel, .card { padding: 16px; }
  .gallery-main { min-height: 325px; }
  .gallery-main img { max-height: 310px; }
  .gallery-thumbs { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 5px; }
  .gallery-thumb { min-height: 58px; }
  .gallery-thumb img { max-height: 49px; }
  .delivery-strip, .buy-actions { grid-template-columns: 1fr; }
  .quantity { grid-template-columns: 42px 1fr 42px; }
  .quantity input { width: 100%; }
  .template-grid { grid-template-columns: 1fr; }
  .spec-strip { grid-template-columns: repeat(2, 1fr); }
  .spec-item:nth-child(2) { border-right: 0; }
  .spec-item:nth-child(-n+2) { border-bottom: 1px solid var(--pm-line); }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .table--responsive thead { display: none; }
  .table--responsive, .table--responsive tbody, .table--responsive tr, .table--responsive td { display: block; width: 100%; }
  .table--responsive tr { padding: 10px 12px; border-bottom: 1px solid var(--pm-line); }
  .table--responsive tr:last-child { border-bottom: 0; }
  .table--responsive td { padding: 5px 0 5px 44%; position: relative; border: 0; }
  .table--responsive td::before { content: attr(data-label); position: absolute; left: 0; top: 5px; width: 40%; color: var(--pm-muted); font-size: .75rem; font-weight: 800; }
  .toast { bottom: 86px; }
  .catalog-heading { padding: 18px; display: block; }
  .catalog-heading__count { margin-top: 10px; }
  .catalog-toolbar { align-items: stretch; }
  .catalog-toolbar__result { display: none; }
  .catalog-sort { order: 3; width: 100%; }
  .catalog-sort label { display: none; }
  .catalog-sort .select { width: 100%; min-width: 0; }
  .view-switcher { margin-left: auto; }
  .catalog-products.view-large, .catalog-products.view-compact { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .catalog-products.view-large .product-card__media, .catalog-products.view-compact .product-card__media { min-height: 170px; padding: 12px; }
  .catalog-products.view-large .product-card__media img, .catalog-products.view-compact .product-card__media img { max-height: 145px; }
  .catalog-products.view-large .product-card__body, .catalog-products.view-compact .product-card__body { padding: 11px; }
  .catalog-products.view-large .product-card__description, .catalog-products.view-large .product-specs, .catalog-products.view-compact .product-card__description, .catalog-products.view-compact .product-specs { display: none; }
  .catalog-products.view-large .product-card__title, .catalog-products.view-compact .product-card__title { min-height: 2.4em; font-size: .86rem; }
  .catalog-products.view-large .product-card__footer, .catalog-products.view-compact .product-card__footer { align-items: stretch; flex-direction: column; }
  .catalog-products.view-large .product-card__actions, .catalog-products.view-compact .product-card__actions { width: 100%; }
  .catalog-products.view-large .product-card__actions .button, .catalog-products.view-compact .product-card__actions .button { flex: 1; }
  .catalog-products.view-list .product-card { grid-template-columns: 105px minmax(0,1fr); }
  .catalog-products.view-list .product-card__media { min-height: 160px; padding: 8px; }
  .catalog-products.view-list .product-card__media img { max-height: 125px; }
  .catalog-products.view-list .product-card__body { padding: 11px; display: flex; align-items: stretch; gap: 5px; }
  .catalog-products.view-list .product-card__description, .catalog-products.view-list .product-specs { display: none; }
  .catalog-products.view-list .product-card__footer { width: 100%; justify-content: space-between; gap: 5px; }
  .product-card__quick { display: none; }
  .product-tag { padding: 3px 5px; font-size: .53rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .utility-bar, .main-nav, .header-actions, .mobile-menu-fab, .mobile-drawer, .drawer-overlay, .site-footer, .carousel-controls, .carousel-dots { display: none !important; }
  body { background: #fff; }
  .site-header, .buy-panel { position: static; }
  .surface, .card { box-shadow: none; break-inside: avoid; }
}

/* Product-card prices: keep the amount together, wrap the actions instead. */
.product-card__body { min-width: 0; }
.product-card__footer { flex-wrap: wrap; }
.product-card .price-pair { flex-shrink: 0; max-width: 100%; }
.product-card .price-gross { white-space: nowrap; }
.product-card .price-gross small { display: block; margin-top: 3px; }
.product-card__actions { flex-shrink: 0; margin-left: auto; }

@media (max-width: 600px) {
  .catalog-products.view-large .price-gross,
  .catalog-products.view-list .price-gross { font-size: 1.5rem; }
}
