/* ============================================================
   MOBIC – REDESIGN LAYER (LARQ-navdih)
   Naloženo ZADNJE (za main.css + media.css) → postopoma prevzame videz.
   Paleta: modra #2c74b2 (znamka), oranžna #ec5e17 (samo CTA), umirjeni nevtralni toni.
   Obrnljivo: odstrani <link> na to datoteko v index.php.
   ============================================================ */

:root {
  --paper: #F4F5F2;
  --surface: #FFFFFF;
  --surface-2: #FAFBF9;
  --ink: #171B20;
  --ink-soft: #3C424A;
  --muted: #5F6670;
  --line: #E5E8EC;
  --line-strong: #D4D9DF;

  --blue: #2C74B2;
  --blue-deep: #1F5A8C;
  --blue-tint: #E9F2F9;

  --accent: #EC5E17;
  --accent-deep: #D54E0C;
  --on-accent: #FFFFFF;

  --r: 14px;
  --r-s: 10px;
  --shadow-1: 0 1px 2px rgba(20,28,40,.04), 0 12px 34px -20px rgba(20,28,40,.20);
  --shadow-2: 0 1px 2px rgba(20,28,40,.05), 0 18px 44px -22px rgba(20,28,40,.28);

  --display: 'Manrope', 'Sofia Sans', sans-serif;
  --body: 'Sofia Sans', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- base ---------- */
body {
  background: var(--paper) !important;
  color: var(--ink);
  font-family: var(--body);
  letter-spacing: -0.005em;
}
::selection { background: rgba(44,116,178,.20); }

h1, h2, h3, h4, .secondary-font {
  font-family: var(--display);
  letter-spacing: -0.02em;
  color: var(--ink);
}
a { color: inherit; }

/* focus */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, .btn:focus-visible,
.adToBasket:focus-visible, .p-acc-head:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 6px;
}

/* inputs */
input, select, textarea, .inputF {
  border-radius: var(--r-s) !important;
  border: 1px solid var(--line-strong) !important;
  background: var(--surface);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
/* vsa vnosna polja >= 16px -> brez samodejnega zooma na mobilnikih (iOS) */
input[type=text], input[type=email], input[type=password], input[type=tel],
input[type=number], input[type=search], input[type=url], input[type=date],
input:not([type]), select, textarea, .inputF, .area-field {
  font-size: 16px !important;
}
input:focus, select:focus, textarea:focus, .inputF:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 3px rgba(44,116,178,.14);
  outline: none;
}

/* ---------- HEADER (kompletni redesign) ---------- */
.hAbs { z-index: 5000; }

.ann-bar { background: var(--blue-deep); color: #EAF2FB; }
.ann-inner {
  max-width: 1800px; margin: 0 auto; padding: 7px 24px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 12.5px; letter-spacing: .02em;
}
.ann-inner .ann-dot { opacity: .5; }
.ann-phone { font-weight: 700; color: #fff; }
.ann-phone:hover { color: #fff; text-decoration: underline; }

.hAbs header {
  background: #fff !important;
  backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.header-inner {
  display: flex; align-items: center; gap: 26px;
  max-width: 1800px; margin: 0 auto; width: 100%;
  padding: 10px 24px; position: relative; box-sizing: border-box;
}
.logo { flex: 0 0 auto; }
.logo img { height: 34px; width: auto; }

.mainnav { display: flex; }
.topMenu, .main-navi { margin: 0; }
.navigation { display: flex; gap: 4px; }
.navigation li { margin: 0; display: inline-flex; }
.navigation li a {
  display: inline-flex; align-items: center; height: auto;
  padding: 8px 12px !important; border-radius: 8px !important;
  color: var(--ink-soft) !important; font-weight: 600; font-size: 15px;
  font-family: var(--body); background: transparent !important; position: relative;
}
.navigation li a::after {
  content:""; position:absolute; left:12px; right:100%; bottom:3px; height:2px;
  background: var(--blue); transition: right .28s ease;
}
.navigation li a:hover::after, .navigation .act a::after { right: 12px; }
.navigation li a:hover, .navigation .act a { color: var(--blue) !important; }

/* ---------- mega dropdown (submenuHover) ---------- */
.hAbs, header, .header-inner, .mainnav, .topMenu, .main-navi, .navigation { overflow: visible; }
.navigation li { position: relative; }
.submenuHover {
  position: absolute; top: 100%; left: 0;
  transform: translateY(14px);
  display: grid !important; grid-auto-rows: min-content;
  grid-template-columns: repeat(4, minmax(244px, 1fr)); gap: 6px;
  width: max-content; max-width: min(1080px, 96vw);
  margin: 0; padding: 20px;
  background: #fff !important; border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 34px 70px -26px rgba(20,28,40,.42), 0 10px 26px -14px rgba(20,28,40,.22);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .28s cubic-bezier(.2,.7,.2,1), visibility .24s;
  z-index: 200;
}
/* nevidni most čez režo, da hover ne pade */
.submenuHover::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
/* puščica proti glavnemu zavihku (kot pri toastu) */
.submenuHover::after {
  content: ""; position: absolute; top: -9px; left: 30px; width: 18px; height: 18px;
  background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line);
  transform: rotate(45deg); border-top-left-radius: 4px; z-index: 1;
}
.navigation li:hover > .submenuHover {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateY(0);
}
/* manjši meniji (do 6 postavk) → 3 v vrstici, ožji */
.submenuHover:has(li:nth-child(6):last-child),
.submenuHover:has(li:nth-child(5):last-child),
.submenuHover:has(li:nth-child(4):last-child) { grid-template-columns: repeat(3, minmax(248px, 1fr)); max-width: min(800px, 95vw); }
.submenuHover:has(li:nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(228px, 1fr)); }
.submenuHover:has(li:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(244px, 1fr)); }

.submenuHover li { margin: 0; padding: 0; display: block; flex-basis: auto; border: 0; }
.submenuHover li a {
  display: flex !important; align-items: center; gap: 15px;
  width: 100%; height: 100%; padding: 12px 14px !important; border-radius: 15px !important;
  color: var(--ink) !important; background: transparent !important;
  border: 1px solid var(--line) !important; text-align:left;
  font-family: var(--display); font-weight: 700; font-size: 12px; line-height: 1.25;
  text-transform: uppercase; letter-spacing: .04em;
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .12s ease;
}
.submenuHover li a::after { display: none; }
.submenuHover li a:hover {
  background: var(--blue-tint) !important; color: var(--blue-deep) !important;
  border-color: var(--blue) !important; transform: translateY(-1px);
  box-shadow: 0 12px 24px -14px rgba(44,116,178,.55);
}
.submenuHover li a:hover img { transform: scale(1.07); }
.submenuHover li a.act { background: var(--blue-tint) !important; color: var(--blue-deep) !important; border-color: var(--blue) !important; }
.submenuHover img {
  width: 64px; height: 64px; min-width: 64px; flex: 0 0 64px; margin: 0 !important;
  object-fit: contain; background: transparent !important; border-radius: 0 !important;
  padding: 0 !important; mix-blend-mode: multiply; max-width: 64px; max-height: 64px;
  transition: transform .2s cubic-bezier(.2,.7,.2,1);
}

.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
/* iskalni overlay je ločen (search-box postane position:fixed ob odprtju) – naj ne zaseda mesta v vrstici glave, sicer nastane odvečen gap na koncu */
.header-inner > .src-desktop { position: absolute !important; width: 0 !important; margin: 0 !important; padding: 0 !important; }

.icon-btn {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  cursor: pointer; position: relative; padding: 0; flex: 0 0 auto;
  transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease;
}
.icon-btn:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }

.bskt.cart-ic {
  width: 42px; height: 42px; border-radius: 50%; background: var(--surface); margin: 0;
  border: 1px solid var(--line); box-shadow: none;
}
.bskt.cart-ic:hover { border-color: var(--blue); color: var(--blue); background: var(--surface); transform: translateY(-1px); }
.bskt.cart-ic .basketIco {
  position: absolute; top: -5px; right: -5px; width: 18px; height: 18px; padding: 0;
  box-sizing: border-box; border-radius: 50%; background: var(--accent); color: #fff;
  font-size: 10px !important; font-weight: 700;
  display: grid; place-items: center; border: 2px solid var(--surface); line-height: 1;
}

/* prijavljen uporabnik: zelena kljukica na ikoni računa (enaka oblika kot košarica) */
.icon-btn.acc-ic { position: relative; }
.icon-btn.acc-ic .userBadge {
  position: absolute; top: -5px; right: -5px; width: 18px; height: 18px; box-sizing: border-box;
  border-radius: 50%; background: #16A34A; color: #fff;
  display: grid; place-items: center; border: 2px solid var(--surface); line-height: 1;
}
.icon-btn.acc-ic .userBadge svg { width: 10px; height: 10px; }

/* mobilni hamburger */
.responsive-nav.start-nav { display: none; margin-left: 0; }
.responsive-nav.start-nav p { margin: 0; line-height: 0; }

/* iskalnik: slog je v sites/templates/iskalnik.php (inline <style>) */

/* odmik vsebine pod fiksno glavo (dejansko višino nastavi JS: --head-h) */
.container { margin-top: var(--head-h, 102px); }

@media (max-width: 1360px) {
  .mainnav { display: none; }
  .responsive-nav.start-nav { display: grid; }
  .header-inner { padding: 9px 20px; gap: 14px; }

  /* ---------- mobilni meni panel (drsni) ---------- */
  .panel {
    position: fixed; top: 92px; right: 0; left: auto; bottom: 0;
    width: 100%; height: auto; min-height: 0; margin: 0;
    background: var(--surface); z-index: 19000;
    overflow-y: auto; overflow-x: hidden;
    display: block; border-top: 1px solid var(--line);
    padding-bottom: 60px; box-sizing: border-box;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.2,.7,.2,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2,.7,.2,1);
  }
  .panel.panelVis, .panelVis { transform: translateX(0); }
  .panel nav { width: 100%; }
  .flex-nav { display: flex; flex-direction: column; margin: 0; padding: 6px 22px 40px; color: var(--ink); }
  .m-navi { width: 100%; order: 1; }
  .src-mob { margin: 14px 0 6px; }

  .panel ul.rNav { margin: 0 !important; padding: 0; list-style: none; width: 100%; }
  .rNav li {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px; margin: 0; padding: 0; border-bottom: 1px solid var(--line);
  }
  .rNav li div:first-child { flex: 1 1 auto; min-width: 0; text-align: left; height: auto; }
  .rNav li a, .rNav .mainRole {
    display: block; width: auto; padding: 15px 2px; text-align: left;
    color: var(--ink) !important; text-decoration: none;
    font-family: var(--display); font-weight: 700; font-size: 16px; line-height: 1.25;
  }
  .rNav li :hover a, .rNav a:link, .rNav a:visited { color: var(--ink); }
  .rwdMore {
    flex: 0 0 34px; width: 34px; height: 34px; margin: 0 0 0 4px; border-radius: 50%;
    display: grid !important; place-items: center; cursor: pointer;
    background: transparent; border: 0; color: var(--muted);
    transition: color .18s ease;
  }
  .rwdMore img { display: none !important; }
  .rwdMore::after {
    content: ""; width: 8px; height: 8px; margin-top: -3px;
    border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
    transform: rotate(45deg); transition: transform .22s ease, margin .22s ease;
  }
  .rwdMore:hover { color: var(--blue); }
  .rwdMore.open { color: var(--blue); }
  .rwdMore.open::after { transform: rotate(-135deg); margin-top: 3px; }

  /* ugnezdeni podmeni */
  .subRole { height: 0; overflow: hidden; width: 100%; }
  .subRole.shown { height: auto; margin: 0; padding: 2px 0 8px; }
  .subRole li { border-bottom: 1px solid var(--line); }
  .subRole li:last-child { border-bottom: 0; }
  .subRole a {
    font-family: var(--body) !important; font-weight: 500 !important;
    font-size: 15px !important; color: var(--muted) !important;
    padding: 12px 2px 12px 16px !important;
  }
  .subRole a:hover { color: var(--blue) !important; }
  .finRole a { padding-left: 30px !important; }

  /* noga panela: kontakti (kompaktno, brez odvečnih črt) */
  .mid-navi {
    order: 2; margin-top: 26px; padding: 0; width: 100%;
    font-family: var(--body);
    display: flex; flex-direction: column;
  }
  /* kontakti najprej – poudarjeni */
  .panel-contact { order: 1; display: flex; flex-direction: column; gap: 2px; margin-bottom: 16px; }
  .frNavi { order: 2; }
  .panel-contact > a {
    display: inline-flex; align-items: center; gap: 11px; width: max-content;
    font-family: var(--display); font-weight: 700; font-size: 15.5px;
    color: var(--ink) !important; margin: 0; padding: 6px 0;
  }
  .panel-contact > a:hover { color: var(--blue) !important; }
  .panel-contact img { height: 16px; width: 16px; margin: 0; }
  /* pravna povezava – ena kompaktna vrstica pikčastih povezav */
  .frNavi { margin: 0; line-height: 1.7; }
  .frNavi br { display: none; }
  .frNavi a { color: var(--muted) !important; text-decoration: none; font-size: 12.5px; font-weight: 500; }
  .frNavi a:not(:last-child)::after { content: "·"; margin: 0 7px; color: var(--line-strong); }
  .frNavi a:hover, .mid-navi a:hover { color: var(--blue) !important; }
}
@media (max-width: 560px) {
  .nav-actions { gap: 8px; }
  .icon-btn, .bskt.cart-ic { width: 40px; height: 40px; }
  .ann-hide { display: none; }
}

/* ---------- breadcrumbs ---------- */
nav[aria-label="breadcrumb"] { margin: 2px 0 16px; }
.breadcrumbs { color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs li::after { color: var(--line-strong); }
/* prikaži drobtinice tudi na mobilnem – vsak člen malo skrajšan (…) */
@media (max-width: 900px) {
  .breadcrumbs {
    display: flex !important; flex-wrap: nowrap !important; align-items: center; overflow: hidden;
  }
  /* naravna širina; krajša se šele ob dejanskem prelivu (ne razteguje) */
  .breadcrumbs li { display: flex !important; align-items: center; min-width: 0; flex: 0 1 auto; }
  .breadcrumbs li > a {
    display: block; min-width: 0; flex: 0 1 auto;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .breadcrumbs li:last-child {
    display: block !important; min-width: 0; flex: 0 3 auto;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  nav[aria-label="breadcrumb"] { margin: 12px 0 14px !important; overflow: hidden; }
}

/* ---------- section headings ---------- */
.breaker {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* ---------- product cards (grid + slider) ---------- */
.catalog_item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-1);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.gr .catalog_item { border: 1px solid var(--line); }
.catalog_item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-2);
  border-color: var(--line-strong);
}
.cat_item_img {
  background: radial-gradient(120% 100% at 50% 6%, var(--blue-tint) 0%, var(--surface) 62%);
  padding: 20px;
}
.catalog_item:hover .cat_item_img img { transform: scale(1.05); }

.catalog_item_info { padding: 16px 16px 18px; }
.catalog_item h2,
.catalog_item h3 {
  font-family: var(--display) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.32 !important;
  color: var(--ink) !important;
  height: 40px;
  margin: 0 0 12px 0 !important;
}
.catalog_item h2 a, .catalog_item h3 a { color: var(--ink) !important; }
.catalog_item h2 a:hover, .catalog_item h3 a:hover { color: var(--blue) !important; }

.catalog_item_price {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.catalog_item_price .old-price {
  font-size: 12.5px; font-weight: 500; color: var(--muted); text-decoration: line-through;
}

/* add-to-cart mini button (card) */
.catalog_item .ci-qty {
  height: 40px; width: 40px !important;
  border: 1px solid var(--line-strong) !important; border-right: none !important;
  border-radius: 10px 0 0 10px !important; color: var(--ink);
}
.catalog_item .ci_add_btn {
  height: 40px; width: 40px !important;
  background-color: var(--accent);
  border-radius: 0 10px 10px 0 !important;
  transition: background-color .2s ease;
}
.catalog_item .ci_add_btn:hover { background-color: var(--accent-deep); }

/* discount badge */
.catalog_item_discount {
  background: var(--accent);
  font-weight: 700;
  box-shadow: 0 4px 12px -4px rgba(236,94,23,.5);
}

/* ---------- slider "ostali izdelki" (pn_section) ---------- */
.sNav .arrow {
  color: var(--ink-soft);
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
  font-size: 18px;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.sNav .arrow:hover { color: var(--blue); border-color: var(--blue); transform: none; background: var(--surface); }
.pn_dot { background: var(--line-strong); }
.pn_dot.active { background: var(--blue); }
.pn_dot:hover { background: var(--muted); }

/* subCat (kategorije/znamke) kartice */
.subCat {
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-1);
}
.subCat:hover { border-color: var(--blue); box-shadow: var(--shadow-2); }
.subCat h2 { font-family: var(--display) !important; color: var(--ink) !important; }
.subCat:hover h2 { color: var(--blue) !important; }

/* ---------- category toolbar / filters ---------- */
.filters-bar .filter-title {
  border: 1px solid var(--line-strong) !important;
  border-radius: 999px !important;
  background: var(--surface);
  color: var(--ink-soft) !important;
  font-weight: 600;
}
.filters-bar .filter.open .filter-title,
.filters-bar .filter.has-active .filter-title {
  border-color: var(--blue) !important; color: var(--blue) !important; background: var(--blue-tint);
}
.filters-bar .flt-count { background: var(--blue); }
.filters-bar .filter-panel { border-radius: var(--r-s); border-color: var(--line); box-shadow: var(--shadow-2); }
.filter-toolbar .psx .sMenu { border-radius: 999px; border: 1px solid var(--line-strong); }

/* ---------- product page ---------- */
h1.px {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 2.4rem) !important;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.catalog_details_image {
  background: var(--panel) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r) !important;
  padding: 30px !important; box-sizing: border-box;
}
.catalog_details_image .pgallery > img,
.catalog_details_image .pgallery a img,
.catalog_details_image > .pgallery img { mix-blend-mode: multiply; }
.desc_top {
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r) !important;
  box-shadow: var(--shadow-1);
  padding: 26px !important;
}

/* price */
.details_add .catalog_item_price {
  font-family: var(--display);
  font-size: 2.1rem;
  color: var(--ink);
}
.details_add .catalog_item_price span { color: var(--muted); font-weight: 500; }
.details_add .catalog_item_price .old-price { color: var(--muted); }

/* CTA */
.details_add .ci_add_btn {
  background: var(--accent);
  border-radius: 12px !important;
  height: 54px;
  font-family: var(--display);
  font-weight: 700;
  box-shadow: 0 8px 22px -8px rgba(236,94,23,.5);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.details_add .ci_add_btn:hover {
  background: var(--accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -10px rgba(236,94,23,.55);
}
.details_add .ci-qty { height: 54px; border-radius: 12px !important; border: 1px solid var(--line-strong); }

/* accordion (specifikacije) */
.p-acc { border-top: 1px solid var(--line); }
.p-acc-item { border-bottom: 1px solid var(--line); }
.p-acc-head { font-family: var(--display); color: var(--ink); }
.p-acc-head:hover, .p-acc-open > .p-acc-head { color: var(--blue); }
.p-acc-open > .p-acc-head::after { border-color: var(--blue); }

/* "Preberite tudi" – kompaktne kartice, 2–3 v eni vrstici */
.p-acc-panel .blog-list.kList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  width: 100%;
}
.p-acc-panel .blog-list.kList .blog_item {
  flex-basis: auto !important;
  margin: 0; padding: 0;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-s); overflow: hidden; box-shadow: var(--shadow-1);
}
.p-acc-panel .blog-list.kList .blog_item_img {
  width: 100%; aspect-ratio: 16 / 10; margin: 0;
}
.p-acc-panel .blog-list.kList .blog_item_content {
  width: auto; margin: 0; padding: 12px 14px 14px; background: transparent;
}
.p-acc-panel .blog-list.kList .blog_item h3 {
  font-family: var(--display) !important; font-size: 14px !important; line-height: 1.3 !important; margin: 0 0 6px !important;
}
.p-acc-panel .blog-list.kList .blog_item p {
  font-size: 12.5px; line-height: 1.5; color: var(--muted); margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
@media (max-width: 560px) {
  .p-acc-panel .blog-list.kList { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
}

/* spec tables */
.summary table th, .p-acc-panel table th, .lastnosti table th {
  background: var(--blue-tint) !important; color: var(--ink) !important;
}

/* ============================================================
   BUY-BAR – sticky "dodaj v košarico" (celotni stil je TUKAJ,
   ne v main.css; redesign.css se naloži zadnji in ima zadnjo besedo).
   Selektorji so dvo-razredni (.buy-bar .buy-bar-*) da zanesljivo
   povozijo morebitne stare rules iz main.css.
   ============================================================ */
.buy-bar {
  position: fixed; left: 0; right: 0; bottom: 0;
  display: block;
  background: var(--surface);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(20, 30, 50, .12);
  padding: 14px 28px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 8000;
  transform: translateY(100%);
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
}
.buy-bar.show { transform: translateY(0); }

.buy-bar .buy-bar-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 28px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.buy-bar .buy-bar-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.buy-bar .buy-bar-name {
  display: block; width: 100%;
  font-family: var(--display);
  font-size: 15px; font-weight: 600; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.buy-bar .buy-bar-price {
  display: flex; align-items: baseline; gap: 10px;
  white-space: nowrap;
  font-family: var(--display);
  font-size: 21px; font-weight: 700; color: var(--ink); line-height: 1.1;
}
.buy-bar .buy-bar-price .old-price {
  font-size: 14px; font-weight: 500; color: #98a2ac;
  text-decoration: line-through; margin: 0;
}

.buy-bar .buy-bar-btn {
  justify-self: end;
  background: var(--accent); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 15px;
  padding: 14px 36px; border-radius: 12px; cursor: pointer; white-space: nowrap;
  transition: background-color .2s ease, transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 6px 16px rgba(236, 94, 23, .30);
}
.buy-bar .buy-bar-btn:hover {
  background: var(--accent-deep);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(236, 94, 23, .38);
}

@media (max-width: 560px) {
  .buy-bar { padding: 10px 14px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); }
  .buy-bar .buy-bar-inner { column-gap: 12px; }
  .buy-bar .buy-bar-info { gap: 3px; }
  .buy-bar .buy-bar-name { font-size: 13px; font-weight: 500; color: var(--muted); }
  .buy-bar .buy-bar-price { font-size: 17px; gap: 8px; }
  .buy-bar .buy-bar-price .old-price { font-size: 12px; }
  .buy-bar .buy-bar-btn { padding: 12px 20px; font-size: 14px; }
}

/* toTop barve */
.toTop { background: var(--blue-deep); }
.toTop:hover { background: var(--accent); }

/* ============================================================
   FOOTER – prenova (wow)
   ============================================================ */
/* PageSpeed: noga je vedno pod pregibom – preskoči izris dokler ni v vidnem polju (contain-intrinsic-size prepreči skok drsnika) */
footer { margin-top: 0; content-visibility: auto; contain-intrinsic-size: auto 620px; }
.footer {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 130% at 10% -20%, rgba(44,116,178,.85) 0%, rgba(44,116,178,0) 55%),
    linear-gradient(180deg, #1B5285 0%, #123E63 100%) !important;
  background-color: #123E63 !important;
  color: rgba(255,255,255,.82);
}
.foot-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, #f0873f 45%, var(--blue) 100%);
}

.foot-grid {
  max-width: 1200px; margin: 0 auto; box-sizing: border-box;
  padding: 60px 24px 44px;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
}

/* znamka + social */
.foot-brand { max-width: 320px; }
.foot-logo { height: 34px; width: auto; filter: brightness(0) invert(1); opacity: .96; margin: 0 0 16px; }
.foot-tagline { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; margin: 0 0 20px; }
.foot-social { display: flex; gap: 12px; }
.foot-soc {
  width: 44px; height: 44px; border-radius: 13px; display: inline-grid; place-items: center;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); color: #fff;
  transition: background .2s ease, border-color .2s ease, transform .15s ease, color .2s ease;
}
.foot-soc:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); color: #fff; }
.foot-soc svg { display: block; }

/* naslovi stolpcev */
.foot-title {
  color: #fff; font-family: var(--display); font-weight: 700; font-size: 12px;
  letter-spacing: .13em; text-transform: uppercase; margin: 4px 0 18px; opacity: .95;
}

/* kontakt seznam */
.foot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.foot-list li { display: flex; align-items: center; gap: 12px; }
.foot-ic {
  flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: #bfe0ff;
}
.foot-list a { color: rgba(255,255,255,.85); font-size: 14px; text-decoration: none; transition: color .18s ease; }
.foot-list a:hover { color: #fff; }

/* delovni čas */
.foot-hours { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.foot-hours li { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; font-size: 14px; }
.foot-hours li span { color: rgba(255,255,255,.62); }
.foot-hours li b { color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.foot-hours .foot-closed { color: rgba(255,255,255,.5); font-weight: 600; }

/* povezave */
.min-navi { display: flex; flex-direction: column; gap: 11px; }
.min-navi a { color: rgba(255,255,255,.82); font-size: 14px; text-decoration: none; transition: color .18s ease; width: max-content; }
.min-navi a:hover { color: #fff; }

/* spodnja vrstica */
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.foot-bottom-inner {
  max-width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.foot-bottom .pg-end { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; margin: 0; }
.foot-bottom .pg-end a { color: rgba(255,255,255,.78); text-decoration: none; }
.foot-bottom .pg-end a:hover { color: #fff; }
.foot-stripe { height: 30px; width: auto; opacity: .9; flex: 0 0 auto; }

/* plačilni načini + CTA za servis */
.foot-pay {
  max-width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 22px 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
}
.foot-pay-methods { display: flex; gap: 28px; flex-wrap: wrap; }
.foot-pay-item { display: flex; flex-direction: column; gap: 8px; }
.foot-pay-label {
  font-family: var(--display); font-weight: 700; font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.62);
}
.foot-pay-badge {
  display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box;
  height: 64px; padding: 0 16px; border-radius: 12px; background: #fff; width: max-content;
}
.foot-pay-badge img { height: 46px; width: auto; display: block; }
.foot-pay-badge--nlb { background: #1a0a4f; padding: 0 20px; }
.foot-pay-badge--nlb img { height: 28px; }

.foot-servis-btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 12px 22px; border-radius: 12px;
  background: var(--accent); color: #fff !important; text-decoration: none !important;
  font-family: var(--display); font-weight: 700; font-size: 14.5px;
  box-shadow: 0 12px 26px -12px rgba(236,94,23,.6); transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.foot-servis-btn:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(236,94,23,.7); }
.foot-servis-btn svg { flex: 0 0 auto; }

@media (max-width: 560px) {
  .foot-pay { flex-direction: column; align-items: stretch; gap: 22px; padding: 22px 22px; text-align: center; }
  .foot-pay-methods { justify-content: center; gap: 22px; }
  .foot-pay-item { align-items: center; }
  .foot-servis-btn { justify-content: center; }
}

/* ---------- misc polish ---------- */
.zaloga { border-radius: 999px; }
.status { border-radius: 999px; }
/* prva oznaka (h) v opisu izdelka (.summary) naj nima zgornjega odmika */
.summary > h1:first-child, .summary > h2:first-child,
.summary > h3:first-child, .summary > h4:first-child { margin-top: 0 !important; }
/* prezri odvečne prelome in prazne odstavke v opisu izdelka */
.summary br + br { display: none; }
.summary p:empty { display: none !important; }
.summary > br:first-child { display: none; }
.summary p:first-child { margin-top: 0; }

/* ============================================================
   PRAZNA STANJA – prazna košarica (checkout) + 404
   ============================================================ */
.empty-state {
  max-width: 640px; margin: clamp(34px, 7vw, 84px) auto clamp(24px, 4vw, 40px);
  padding: 0 24px; text-align: center;
}
.empty-state-ic {
  display: inline-grid; place-items: center; width: 96px; height: 96px; margin: 0 auto 26px;
  border-radius: 999px; background: var(--blue-tint); color: var(--blue);
}
.empty-state-ic--ghost { width: auto; height: auto; margin-bottom: 18px; background: none; border-radius: 0; }
.empty-state-ic--ghost img { width: clamp(120px, 26vw, 160px); height: auto; }
.empty-state-title,
.empty-state-body h1, .empty-state-body h2 {
  font-family: var(--display); font-weight: 800; font-size: clamp(26px, 4.4vw, 40px);
  letter-spacing: -0.025em; line-height: 1.08; color: var(--ink); margin: 0 0 12px;
}
.empty-state-text,
.empty-state-body { color: var(--muted); font-size: clamp(15px, 1.4vw, 17px); line-height: 1.6; }
.empty-state-text { margin: 0 0 30px; }
.empty-state-body { margin: 0 0 30px; }
.empty-state-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.es-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 52px; padding: 0 28px;
  border-radius: 999px; font-family: var(--display); font-weight: 700; font-size: 15px;
  text-decoration: none !important; transition: background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.es-btn--primary { background: var(--accent); color: #fff !important; box-shadow: 0 14px 30px -12px rgba(236,94,23,.6); }
.es-btn--primary:hover { background: var(--accent-deep); transform: translateY(-2px); }
.es-btn--ghost { background: var(--surface); color: var(--ink) !important; border: 1px solid var(--line-strong); }
.es-btn--ghost:hover { border-color: var(--blue); color: var(--blue) !important; transform: translateY(-2px); }

/* predlagane kategorije (obseg omejen na prazna stanja, da ne posežemo v drsnike) */
.empty-cats { max-width: 1200px; margin: 0 auto clamp(40px, 6vw, 64px); padding: 0 24px; }
.empty-cats-h {
  font-family: var(--display); font-weight: 800; font-size: 19px; text-align: center;
  color: var(--ink); margin: 0 0 22px; letter-spacing: -0.01em;
}
.empty-cats .subCats.minCats {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(188px, 1fr)) !important; gap: 12px;
  padding: 0; margin: 0; max-width: none;
}
.empty-cats .subCats.minCats a { text-decoration: none; display: block; }
.empty-cats .subCatMin {
  position: relative; height: 118px; border-radius: 16px; overflow: hidden;
  background-size: cover; background-position: center; background-color: var(--blue-tint);
  display: flex; align-items: flex-end; border: 1px solid var(--line); width: auto; margin: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}
.empty-cats .subCatMin::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,20,28,0) 34%, rgba(15,20,28,.74) 100%);
}
.empty-cats .subCats.minCats a:hover .subCatMin { transform: translateY(-3px); box-shadow: 0 18px 36px -18px rgba(20,28,40,.5); }
.empty-cats .subCatMin h2 {
  position: relative; z-index: 1; margin: 0; padding: 12px 14px; width: 100%;
  color: #fff; font-family: var(--display); font-size: 14px; font-weight: 700; line-height: 1.2; text-align: left;
}
.empty-cats .subCatMin h2 a { color: #fff; text-decoration: none; }

/* 404: getSubCats kartice (če so nastavljene) */
.empty-cats .subCats:not(.minCats) {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px;
  padding: 0; margin: 0; max-width: none;
}
.empty-cats .subCats:not(.minCats) .subCat {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  text-align: center; padding: 0 0 16px; width: auto; margin: 0; transition: transform .25s ease, box-shadow .25s ease;
}
.empty-cats .subCats:not(.minCats) .subCat:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -18px rgba(20,28,40,.4); }
.empty-cats .subCats:not(.minCats) .subCat img { width: 100%; height: 158px; object-fit: cover; }
.empty-cats .subCats:not(.minCats) .subCat h2 { font-family: var(--display); font-size: 16px; margin: 14px 14px 6px; }
.empty-cats .subCats:not(.minCats) .subCat h2 a { color: var(--ink); text-decoration: none; }
.empty-cats .subCats:not(.minCats) .subCat p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0 14px; }
@media (max-width: 560px) {
  .empty-cats .subCats.minCats { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ============================================================
   CELOTNA STRAN – razširitev (produkt, listing, blog, kontakt, footer …)
   ============================================================ */

/* ---------- produktna stran: eyebrow + assurances ---------- */
.p-eyebrow {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue); font-weight: 700; font-family: var(--body);
  margin-bottom: 6px; margin-top: 4px;
}
.p-assurances {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px 22px;
  border-top: 1px solid var(--line); margin-top: 22px; padding-top: 16px;
}
.p-assurance { display: flex; gap: 11px; align-items: flex-start; padding: 8px 0; }
.p-assurance svg { width: 20px; height: 20px; color: var(--blue); flex: 0 0 auto; margin-top: 1px; }
.p-assurance b { display: block; font-size: 13.5px; color: var(--ink); }
.p-assurance span { font-size: 12.5px; color: var(--muted); }

/* šifra / opomba v desc_top */
/* ---------- odprema/zaloga (produktna stran) – wow kartica ---------- */
.desc_top .odprema {
  border: 1px solid var(--line) !important; border-radius: 16px; background: var(--surface);
  margin-top: 18px; padding: 16px 18px 18px; box-shadow: 0 1px 2px rgba(20,28,40,.04);
  font-size: 14px; color: var(--ink-soft);
}
.odprema-status {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 13px;
  border-radius: 999px; font-family: var(--display); font-weight: 700; font-size: 14px; line-height: 1;
  margin: 0 0 14px;
}
.odprema-1151 .odprema-status { background: #E7F5EC; color: #1E7A3D; }
.odprema-1152 .odprema-status { background: #FEF1E6; color: #C4560F; }
.odprema-dot { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 9px; }
.odprema-dot.p1151 { background: #1E7A3D; box-shadow: 0 0 0 3px rgba(30,122,61,.18); }
.odprema-dot.p1152 { background: #C4560F; box-shadow: 0 0 0 3px rgba(196,86,15,.18); }

.odprema-timeline { display: flex; flex-direction: column; }
.odt-row { display: flex; align-items: center; gap: 13px; padding: 11px 0; border-top: 1px solid var(--line); }
.odt-row:first-child { border-top: 0; padding-top: 2px; }
.odprema .odt-ic {
  flex: 0 0 36px; width: 36px; height: 36px; border-radius: 11px;
  display: grid !important; place-items: center !important; line-height: 0;
  background: var(--blue-tint); color: var(--blue);
}
.odprema .odt-ic svg { display: block; margin: 0 auto; }
.odt-label { flex: 1 1 auto; min-width: 0; color: var(--muted); font-size: 13.5px; }
.odt-date { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); white-space: nowrap; }
.odprema-note { margin: 12px 0 0; font-size: 11.5px; color: var(--muted); line-height: 1.5; }
.odprema-call { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 14px; color: var(--ink); font-weight: 600; }
.odprema-call svg { color: var(--blue); flex: 0 0 auto; }

/* ---------- listing / filtri (LARQ-clean) ---------- */
.psx { background: transparent !important; padding: 0 !important; }
.filter-toolbar {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px; margin-bottom: 28px; padding-top: 6px;
}
.catalog_list.gr { gap: 26px; background: transparent; }
.mFilt {
  border: 1px solid var(--line-strong) !important; border-radius: 999px !important;
  background: var(--surface) !important; color: var(--ink-soft) !important;
}
/* subFilts: glavni (avtoritativni) slog je nižje v datoteki
   pri "subFilts – podkategorije: čisti centrirani pill-čipi". Ne dodajaj sem. */

/* ---------- section heading (breaker) ---------- */
.breaker {
  font-family: var(--display) !important; font-weight: 700 !important;
  letter-spacing: -0.02em; color: var(--ink) !important; font-size: clamp(1.4rem, 2.6vw, 1.9rem);
}

/* ---------- blog ---------- */
.blog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; }
.blog_item {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; box-shadow: var(--shadow-1);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.blog_item:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); border-color: var(--line-strong); }
.blog_item_content { padding: 18px 18px 20px; }
.blog_item_content h2, .blog_item_content h3, .blog_item h3, .blog_item h2 {
  font-family: var(--display); color: var(--ink); font-size: 17px; line-height: 1.3;
}
.blog_item a { color: var(--ink); }
.blog_item a:hover { color: var(--blue); }

/* ---------- kontakt ---------- */
.contact_card, .contact_form, .contact_info {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow-1);
}
.contact_form { padding: 24px; }
.contact_info { padding: 24px; }

/* ---------- gumbi (generično) ---------- */
.btn {
  border-radius: var(--r-s); font-weight: 600; transition: all .2s ease;
}
.default-form-btn, input[type="submit"].default-form-btn, .backBtn {
  border-radius: var(--r-s) !important; font-weight: 600 !important; transition: all .2s ease;
}
.backBtn { background: var(--surface) !important; color: var(--ink) !important; border: 1px solid var(--line-strong); }
.backBtn:hover { border-color: var(--blue); color: var(--blue) !important; }

/* checkbox brand barva */
.check_container input:checked ~ .checkmark,
.check_container:hover input ~ .checkmark { background-color: var(--blue) !important; }
.checkmark { border-radius: 5px; }

/* ---------- vsebina ---------- */
.user_container, .user_style { color: var(--ink-soft); }
.user_style a, .rMore a, .summary a { color: var(--blue); }
.user_style h2, .user_style h3, .user_style h4 { font-family: var(--display); color: var(--ink); }

/* ---------- oznake / badge ---------- */
.zaloga { border-radius: 999px; font-size: 12px; }
/* ni zaloge = rdeč pill z × (enako kot v iskalniku) */
.zaloga.no {
  display: inline-flex !important; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600; white-space: nowrap;
  color: #d92d20 !important; background: #fdecea !important;
  padding: 6px 12px; border-radius: 999px;
}
.discount-value, .catalog_item_discount { background: var(--accent) !important; box-shadow: 0 4px 12px -4px rgba(236,94,23,.5); }
.status { border-radius: 999px; }
.tags a, .tag_cont a {
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px;
  color: var(--ink-soft); transition: border-color .2s ease, color .2s ease;
}
.tags a:hover, .tag_cont a:hover { border-color: var(--blue); color: var(--blue); }

/* oznake – horizontalna drsna vrstica brez indikatorjev + lepši čipi */
.tags h4 {
  font-family: var(--display); font-weight: 800; font-size: clamp(20px, 2.4vw, 26px);
  color: var(--ink); margin: 0 0 16px; letter-spacing: -0.01em;
}
.tags-row {
  display: flex; flex-wrap: nowrap; gap: 3px; overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; -ms-overflow-style: none; scroll-snap-type: x proximity; padding-bottom: 4px;
}
.tags-row::-webkit-scrollbar { display: none; width: 0; height: 0; }
.tags-row a {
  flex: 0 0 auto; white-space: nowrap; scroll-snap-align: start; text-transform: capitalize;
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 7px 13px;
  background: var(--surface); color: var(--ink-soft); font-family: var(--display); font-weight: 600; font-size: 12px;
  text-decoration: none; transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.tags-row a:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-tint); }

/* ---------- footer: tablica ---------- */
@media (max-width: 940px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px 30px; padding: 48px 22px 36px; }
  .foot-brand { grid-column: 1 / -1; max-width: none; }
}

/* ============================================================
   Mobilna noga – kompaktna in lepa
   ============================================================ */
@media (max-width: 560px) {
  footer { margin-top: 0; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; padding: 36px 22px 28px; text-align: left; }
  .foot-brand { text-align: center; }
  .foot-logo { height: 30px; margin: 0 0 12px; }
  .foot-tagline { font-size: 13px; margin: 0 auto 18px; max-width: 340px; }
  .foot-social { justify-content: center; }
  .foot-soc { width: 46px; height: 46px; }

  .foot-title { margin: 0 0 14px; font-size: 11.5px; }
  .foot-list { gap: 13px; }
  .foot-list a, .foot-hours li, .min-navi a { font-size: 14px; }
  .foot-hours { gap: 11px; }
  .min-navi { align-items: flex-start; }

  /* na mobilnem skrij rubriko Povezave */
  .foot-grid > .foot-col:last-child { display: none; }

  .foot-bottom-inner { flex-direction: column-reverse; align-items: center; text-align: center; gap: 16px; padding: 20px 22px; }
  .foot-bottom .pg-end { font-size: 12px; }
  .foot-stripe { height: 30px; }
}

/* ============================================================
   POPRAVKI (na podlagi posnetka) – produktna stran
   ============================================================ */

/* info stolpec ODPRT (brez belega okvirja/kartice) */
.desc_top {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.catalog_details_description { padding-top: 4px; }

/* prednosti/garancija (quaters) – čisto, brez turkizne škatle */
.p-assurances,
.p-assurances.quaters,
.desc_top .quaters {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 2px 24px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  box-shadow: none !important;
  margin: 24px 0 0 !important;
  padding: 18px 0 0 !important;
}
.p-assurances .quater,
.desc_top .quaters .quater {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  width: auto !important;
  color: var(--ink) !important;
}
.p-assurances .quater i,
.desc_top .quaters .quater i {
  color: var(--blue) !important;
  font-size: 20px;
  margin-top: 2px;
  width: auto;
}
.p-assurances .quater_content h4,
.desc_top .quaters .quater_content h4 {
  font-family: var(--display) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  margin: 0 0 1px 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.p-assurances .quater_content p,
.desc_top .quaters .quater_content p {
  font-size: 12.5px !important;
  color: var(--muted) !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* cena – lepši blok */
.details_add .catalog_item_price { margin-bottom: 4px; }
.details_add .ci_add { margin-top: 18px; gap: 10px; }

/* ============================================================
   PRODUKTNA STRAN – postavitev kot prototip
   ============================================================ */
.p-wrap { max-width: 1240px; }
.catalog_details { gap: 56px; align-items: flex-start; }
.catalog_details_image {
  order: 1; width: 48% !important;
  position: sticky; top: 112px; align-self: flex-start;
}
.catalog_details_description {
  order: 2; width: calc(52% - 56px) !important; position: static !important;
}

.p-eyebrow {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue); font-weight: 700; margin: 4px 0 8px;
}
.p-title {
  font-family: var(--display) !important; font-size: clamp(1.7rem, 3vw, 2.3rem) !important;
  line-height: 1.1 !important; letter-spacing: -0.025em; margin: 0 0 14px !important;
  padding: 0 !important; color: var(--ink) !important;
}
.p-lead { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; max-width: 100%; margin: 0 0 20px; }
.p-sku { font-size: 13.5px; color: var(--muted); margin-bottom: 10px; }
.p-sku b { color: var(--ink); }

/* cena */
.details_add .catalog_item_price {
  font-family: var(--display); font-size: 2rem; margin: 4px 0 4px;
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; color: var(--ink);
}
.details_add .catalog_item_price span { flex-basis: 100%; font-size: 12px; color: var(--muted); font-weight: 500; }
.details_add .catalog_item_price .old-price { font-size: 15px; }

/* nakupna vrstica */
.ci_bot { display: block; position: static; }
.details_add .details_full { width: 100%; display: block; }
.details_add .ci_add { display: flex; align-items: center; gap: 12px; margin: 18px 0 0; width: 100%; }
.qty-stepper {
  display: inline-flex; align-items: center; border: 1px solid var(--line-strong);
  border-radius: 12px; overflow: hidden; background: var(--surface); height: 54px; flex: 0 0 auto;
}
.qty-stepper button { width: 42px; height: 54px; border: 0; background: transparent; color: var(--ink); font-size: 18px; cursor: pointer; }
.qty-stepper button:hover { background: var(--surface-2); color: var(--blue); }
.qty-stepper .ci-qty {
  width: 44px !important; height: 54px !important; border: 0 !important; border-right: 0 !important;
  border-radius: 0 !important; text-align: center; background: transparent; font-size: 16px; font-weight: 600;
  box-shadow: none !important;
}
.details_add .ci_add_btn {
  flex: 1 1 auto; height: 54px; width: auto !important; border-radius: 12px !important;
  background: var(--accent); color: #fff; font-family: var(--display); font-weight: 700; font-size: 16px;
  border: 0; padding: 0 24px; box-shadow: 0 8px 22px -8px rgba(236,94,23,.5);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.details_add .ci_add_btn:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(236,94,23,.55); }

/* priljubljene */
.p-fav {
  display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%;
  margin-top: 12px; background: transparent; border: 1px solid var(--line-strong); border-radius: 12px;
  padding: 12px 18px; color: var(--ink-soft); font-family: var(--body); font-weight: 600; font-size: 14.5px;
  cursor: pointer; transition: border-color .2s ease, color .2s ease;
}
.p-fav svg { width: 19px; height: 19px; }
.p-fav:hover { border-color: var(--blue); color: var(--blue); }
.p-fav.is-fav { color: var(--accent); border-color: var(--accent); }
.p-fav.is-fav svg { fill: currentColor; }

/* leanpay */
.lean_info { border-top: 1px solid var(--line); margin-top: 14px; padding-top: 12px; }

/* accordion – malo prostora nad */
.catalog_details_description .p-acc { margin-top: 26px; }

/* dodatne info / obrazec – nežneje */
.catMore { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 18px; }

/* ---------- sekcija "ostali izdelki" (kot prototip) ---------- */
.p-related { background: var(--surface-2); border-top: 1px solid var(--line); margin-top: 54px; padding: 56px 0 60px; }
.wrap-related { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.wrap-related + .wrap-related { margin-top: 46px; }
.p-related-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; }
.p-related-h { font-family: var(--display); font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: var(--ink); margin: 4px 0 0; letter-spacing: -0.02em; }
/* čiste kartice v drsniku – brez qty/gumba (kot prototip) */
.p-related .catalog_item .ci_bot { display: none; }
.p-related .catalog_item_bot { justify-content: flex-start; }

@media (max-width: 980px) {
  .catalog_details_image { position: static; width: 100% !important; }
  .catalog_details_description { width: 100% !important; }
}

/* mFilt (mobilni filter toggle) skrit na desktopu */
.filter-toolbar .mFilt { display: none !important; }
@media (max-width: 1360px) { .filter-toolbar .mFilt { display: inline-flex !important; } }

/* ---------- vstopna stran ---------- */
main > .breaker, .breaker { text-align: center; margin: 8px 0 26px; }
.pn_section { padding-top: 10px !important; }
.subCat { text-align: center; padding: 20px; }
.subCat img { width: auto; max-width: 90%; max-height: 150px; margin: 0 auto; }
.subCat h2 { font-size: 15px !important; margin-top: 14px !important; }
.subCat p { color: var(--muted); font-size: 13px; }
.show_brands .subCat img { max-height: 46px; }

/* ============================================================
   LISTING kot LARQ shop – velike, odprte, image-forward kartice
   ============================================================ */
.catalog_list.gr {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
  gap: 40px 32px !important;
  padding: 0 !important;
  background: transparent !important;
}
/* odprta kartica (brez okvirja) – slika na mehki plošči, tekst pod njo */
.catalog_list.gr .catalog_item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
.catalog_list.gr .catalog_item:hover { transform: none !important; box-shadow: none !important; }
.catalog_list.gr .cat_item_img {
  height: 360px;
  padding: 40px;
  border-radius: 20px;
  background: radial-gradient(120% 100% at 50% 12%, var(--blue-tint) 0%, #EEF3F7 100%);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: box-shadow .32s ease, transform .32s ease;
}
.catalog_list.gr .catalog_item:hover .cat_item_img {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -24px rgba(20,28,40,.28);
}
.catalog_list.gr .catalog_item_info { padding: 18px 4px 4px !important; }
.catalog_list.gr .catalog_item h2,
.catalog_list.gr .catalog_item h3 {
  font-size: 17px !important; line-height: 1.35 !important; height: auto !important;
  margin: 0 0 10px 0 !important; -webkit-line-clamp: 2;
}
.catalog_list.gr .catalog_item_bot { align-items: center; gap: 14px; }
.catalog_list.gr .catalog_item_price { font-size: 19px !important; }
/* popust značka na plošči */
.catalog_list.gr .catalog_item_discount { top: 16px; right: 16px; }

/* razširi listing na več prostora */
@media (min-width: 1500px) {
  .catalog_list.gr { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) !important; }
}
@media (max-width: 620px) {
  /* seznam izdelkov od roba do roba zaslona (izbije se iz odmikov ovoja) */
  .product_list .catalog_list.gr {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: auto !important;
    max-width: none !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px 2px !important;
    padding: 0 !important;
  }
  /* slika izdelka (.pc-media) sega do roba – brez zaobljenih robov in okvirja (seznam IN slider) */
  .catalog_list.gr .pc-media,
  .rslide .pc-media {
    border-radius: 0 !important;
    border-left: 0 !important; border-right: 0 !important;
  }
  /* SAMO naziv + cena (.pc-body) dobita 15px padding – seznam IN slider */
  .catalog_list.gr .pc-body,
  .rslide .pc-body { padding:0 15px !important; }
  .catalog_list.gr .pc-title,
  .rslide .pc-title { font-size: 14px !important; }
}

/* ============================================================
   NOVA kartica izdelka (.pc) – 100% svež markup+CSS (LARQ)
   ============================================================ */
.catalog_list.gr {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 46px 30px !important;
  padding: 0 !important; background: transparent !important;
}
.pc { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.pc-media {
  position: relative; aspect-ratio: 1 / 1; border-radius: 22px; overflow: hidden;
  background: var(--surface-2); display: grid; place-items: center; padding: 30px;
  transition: box-shadow .32s ease, transform .32s ease;
}
.pc:hover .pc-media { transform: translateY(-6px); box-shadow: 0 26px 54px -26px rgba(20,28,40,.32); }
.pc-media img {
  max-width: 100%; max-height: 100%; width: auto !important; height: auto !important;
  object-fit: contain; mix-blend-mode: multiply; transition: transform .45s ease;
}
.pc:hover .pc-media img { transform: scale(1.05); }
.pc-media .catalog_item_discount {
  position: absolute; top: 16px; left: 16px; right: auto; width: auto; height: auto; border-radius: 999px;
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 11px; display: inline-flex;
}
.pc-add {
  position: absolute; left: 16px; right: 16px; bottom: 16px; height: 46px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: #fff; border-radius: 12px; font-family: var(--display); font-weight: 700; font-size: 14px;
  opacity: 0; transform: translateY(10px); cursor: pointer;
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}
.pc:hover .pc-add { opacity: 1; transform: translateY(0); }
.pc-add:hover { background: var(--accent); }
.pc-out {
  position: absolute; left: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 5px;
  background: #fdecea; color: #d92d20;
  border: 0; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600;
}
.pc-body { padding: 0 4px 4px; }
.pc-brand { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); font-weight: 700; margin-bottom: 6px; }
.pc-title {
  font-family: var(--display); font-size: 16px; font-weight: 600; line-height: 1.35; margin-bottom: 10px; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pc:hover .pc-title { color: var(--blue); }
.pc-price { font-family: var(--display); font-size: 18px; font-weight: 700; color: var(--ink); display: flex; align-items: baseline; gap: 8px; }
.pc-price .old-price { font-size: 13px; color: var(--muted); text-decoration: line-through; font-weight: 500; }
@media (max-width: 620px) {
  .catalog_list.gr { grid-template-columns: 1fr 1fr !important; gap: 26px 14px !important; }
  .pc-media { border-radius: 16px; padding: 16px; }
  .pc-title { font-size: 13.5px; }

  /* gumb "dodaj" na konec kartice (pod ceno), manjši – ISTO za seznam IN slider */
  .catalog_list.gr .pc,
  .rslide { position: relative; padding-bottom: 48px !important; }
  /* media ne rezervira več spodnjega prostora za gumb (bil je overlay) */
  .catalog_list.gr .pc-media,
  .rslide .pc-media { position: static; padding: 12px 0 12px !important; }
  .catalog_list.gr .pc-add,
  .rslide .pc-add {
    position: absolute; left: 15px; right: 15px; bottom: 0;
    height: 38px; font-size: 12px; border-radius: 10px; white-space: nowrap;
    opacity: 1 !important; transform: none !important;
  }
  .catalog_list.gr .pc-out,
  .rslide .pc-out {
    position: absolute; left: 15px; right: auto; top: auto; bottom: 6px;
  }

  /* manjša cena */
  .catalog_list.gr .pc-price,
  .rslide .pc-price { font-size: 15px !important; }
  .catalog_list.gr .pc-price .old-price,
  .rslide .pc-price .old-price { font-size: 12px !important; }
}

/* popust značka na .pc kartici – majhna, levo zgoraj (povozi stare konflikte) */
.pc-media .catalog_item_discount,
.pc-media .discount-value {
  top: 16px !important; left: 16px !important; right: auto !important; bottom: auto !important;
  width: auto !important; height: auto !important; border-radius: 999px !important;
  padding: 6px 12px !important; display: inline-flex !important;
}

/* ============================================================
   Slider kartice (.pc.pn_item) + kategorije/znamke (.ccard) – novo
   ============================================================ */
/* pn_section slider: celoten (nov) slog je na KONCU datoteke ("PN_SECTION – PRENOVA"). */

/* kategorije / znamke */
.ccard { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); text-align: center; padding: 0 !important; }
.ccard-media {
  border-radius: 20px; background: #EDF0F3; border: 1px solid var(--line);
  aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 26px; overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
}
.ccard:hover .ccard-media { transform: translateY(-5px); box-shadow: 0 24px 50px -24px rgba(20,28,40,.28); }
.ccard-media img { max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; object-fit: contain; mix-blend-mode: multiply; }
.ccard-title { font-family: var(--display); font-size: 16px; font-weight: 600; margin-top: 14px; color: var(--ink); }
.ccard:hover .ccard-title { color: var(--blue); }
.ccard p { color: var(--muted); font-size: 13px; margin: 4px 0 0; }
.show_brands .ccard-media { aspect-ratio: 16 / 7; }
.show_brands .ccard-media img { max-height: 46px; }

/* ============================================================
   BLOG kartice + KONTAKT – novo
   ============================================================ */
.blog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.blog_item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-1); transition: transform .28s ease, box-shadow .28s ease; }
.blog_item:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.blog_item_img { aspect-ratio: 16 / 10; overflow: hidden; background: #EDF0F3; line-height: 0; }
.blog_item_img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog_item:hover .blog_item_img img { transform: scale(1.05); }
.blog_item_content { padding: 20px; }
.blog_item_content h3 { font-family: var(--display); font-size: 17px; line-height: 1.3; margin: 0 0 8px; }
.blog_item_content h3 a { color: var(--ink); text-decoration: none; }
.blog_item:hover .blog_item_content h3 a { color: var(--blue); }
.blog_item_content p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }

/* ============================================================
   KONTAKT – prenovljena stran
   ============================================================ */
.kontakt-page { max-width: 1160px; margin-left: auto; margin-right: auto; padding: 0 20px; box-sizing: border-box; }

.kontakt-head { max-width: 720px; margin: 6px 0 30px; }
.kontakt-eyebrow { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin: 0 0 10px; }
.kontakt-head h1 { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 14px; }
.kontakt-lead { font-size: 16px; line-height: 1.65; color: var(--ink-soft); }
.kontakt-lead p { margin: 0; }
.kontakt-lead h1, .kontakt-lead h2 { display: none; } /* naslov iz CMS vsebine – podvojen z glavnim h1 */

/* hitri kontakti */
.kontakt-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 28px; }
.qcard {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px; text-decoration: none !important;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 1px 2px rgba(20,28,40,.04); transition: border-color .18s ease, box-shadow .18s ease, transform .12s ease;
}
.qcard:hover { border-color: var(--blue); box-shadow: 0 14px 32px -20px rgba(20,28,40,.4); transform: translateY(-2px); }
.qcard-ic { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--blue-tint); color: var(--blue); }
.qcard-t { display: flex; flex-direction: column; min-width: 0; }
.qcard-t span { font-size: 12.5px; color: var(--muted); font-family: var(--display); font-weight: 600; letter-spacing: .02em; }
.qcard-t b { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.25; word-break: break-word; }

/* mreža: obrazec + stranska vsebina */
.kontakt-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 24px; align-items: start; margin-bottom: 28px; }
.kontakt-page .card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 1px 2px rgba(20,28,40,.04), 0 18px 44px -30px rgba(20,28,40,.2);
  padding: 30px 32px; box-sizing: border-box;
}
.kontakt-page .card > h2 {
  font-family: var(--display) !important; font-weight: 800 !important; font-size: 20px !important;
  color: var(--ink) !important; margin: 0 0 20px !important; padding: 0 !important;
  display: flex; align-items: center; gap: 9px; letter-spacing: -0.01em;
}
.kontakt-page .card > h2 svg { color: var(--blue); }
.kontakt-side { display: flex; flex-direction: column; gap: 24px; }

.kontakt-company-head { display: flex; flex-direction: column; gap: 12px; margin: 0 0 0; padding: 0 0 0; }
.kontakt-logo { height: 30px; width: auto; }
.kontakt-company-head p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-soft); }

/* definicijski seznam (podatki podjetja / delovni čas) */
.kdl { display: flex; flex-direction: column; }
.kdl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.kdl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.kdl > div span { flex: 0 0 auto; color: var(--muted); font-size: 13.5px; }
.kdl > div b { color: var(--ink); font-weight: 600; font-size: 14px; text-align: right; }

/* zemljevid – čez celo širino, zaobljen */
.kontakt-map { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(20,28,40,.04); line-height: 0; margin-bottom: 40px; }
.kontakt-map iframe { display: block; width: 100%; height: 440px; border: 0; filter: saturate(1.02); }

/* ---- enotni obrazec (inputi / labele / gumb) ---- */
.kontakt-form .form-place { display: flex; flex-wrap: wrap; gap: 16px 18px; margin: 0; }
.kontakt-form .form-place > div { flex: 1 1 calc(50% - 9px); min-width: 190px; display: flex; flex-direction: column; margin: 0 !important; }
.kontakt-form .form-place > .full-row { flex: 1 1 100%; }
.kontakt-form .form-place label {
  font-family: var(--display); font-size: 12px !important; font-weight: 700 !important; letter-spacing: .05em;
  text-transform: uppercase; color: var(--muted) !important; margin: 0 0 7px !important;
}
.kontakt-form .form-place label b { font-weight: 700 !important; color: var(--muted) !important; }
.kontakt-form .inputF, .kontakt-form .area-field {
  width: 100% !important; height: 52px; box-sizing: border-box; border: 1.5px solid var(--line) !important;
  border-radius: 12px !important; background: var(--paper) !important; padding: 0 15px !important;
  font-family: var(--body);  color: var(--ink) !important; box-shadow: none !important;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.kontakt-form .area-field { height: auto !important; min-height: 130px; padding: 13px 15px !important; resize: vertical; }
.kontakt-form .inputF:focus, .kontakt-form .area-field:focus {
  outline: none; border-color: var(--blue) !important; background: var(--surface) !important;
  box-shadow: 0 0 0 4px rgba(44,116,178,.13) !important;
}
.kontakt-form .check_container { flex: 1 1 100%; }
/* GDPR / privolitev – navadne (male) črke povsod (kontakt, registracija, gost, checkout) */
.check_container, .check_container p {
  text-transform: none !important; letter-spacing: normal !important;
  font-family: var(--body) !important; font-size: 13.5px !important; font-weight: 500 !important;
  color: var(--ink-soft) !important; line-height: 1.5;
}
.check_container p { margin: 0 !important; }
.kontakt-form .g-recaptcha { margin: 2px 0 4px; }
.kontakt-form .default-form-btn, .kontakt-form input[type="submit"] {
  width: 100% !important; height: 56px !important; border: 0 !important; border-radius: 14px !important;
  background: var(--accent) !important; color: #fff !important; font-family: var(--display); font-weight: 700; font-size: 16px;
  cursor: pointer; box-shadow: 0 14px 30px -12px rgba(236,94,23,.6); transition: background .2s ease, transform .12s ease, box-shadow .2s ease;
}
.kontakt-form .default-form-btn:hover, .kontakt-form input[type="submit"]:hover {
  background: var(--accent-deep) !important; transform: translateY(-1px); box-shadow: 0 18px 34px -12px rgba(236,94,23,.65);
}

@media (max-width: 900px) {
  .kontakt-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .kontakt-page { padding: 0 16px; }
  .kontakt-quick { grid-template-columns: 1fr; gap: 10px; margin-bottom: 22px; }
  .kontakt-page .card { padding: 24px 20px; border-radius: 16px; }
  .kontakt-form .form-place > div { flex: 1 1 100%; }
  .kontakt-map iframe { height: 320px; }
}

/* ============================================================
   NOVO: blog (.bcard), prednosti (.qtr), izpostave (.ftr)
   ============================================================ */
/* --- blog kartica --- */
.blog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 32px; }
.bcard { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.bcard-media { aspect-ratio: 16 / 10; border-radius: 18px; overflow: hidden; background: #EDF0F3; line-height: 0; }
.bcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bcard:hover .bcard-media img { transform: scale(1.05); }
.bcard-body { padding: 18px 2px 0; }
.bcard-title { font-family: var(--display); font-size: 18px; font-weight: 700; line-height: 1.3; margin: 0 0 8px; color: var(--ink); }
.bcard:hover .bcard-title { color: var(--blue); }
.bcard-excerpt { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bcard-more { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-weight: 700; font-size: 13.5px; }
.bcard-more svg { transition: transform .2s ease; }
.bcard:hover .bcard-more svg { transform: translateX(3px); }

/* --- prednosti / quaters (.qtr) --- */
.quaters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; max-width: 100%; margin: 34px auto 40px; padding: 0 24px; }
.qtr { display: flex; gap: 14px; align-items: flex-start; }
.qtr-ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; font-size: 19px; }
.qtr-text h4 { font-family: var(--display); font-size: 15px; font-weight: 700; margin: 3px 0 4px; color: var(--ink); }
.qtr-text p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5; }
/* na produktu: 2 stolpca */
.p-assurances { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 6px 22px !important;
  border-top: 1px solid var(--line) !important; margin: 22px 0 0 !important; padding: 18px 0 0 !important; background: transparent !important; }
.p-assurances .qtr { padding: 8px 0; }
.p-assurances .qtr-ico { width: 40px; height: 40px; font-size: 17px; }

/* mobilno: 1 stolpec, vsaka prednost kot čista kartica */
@media (max-width: 620px) {
  .p-assurances {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 20px 0 0 !important;
    padding: 18px 0 0 !important;
  }
  .p-assurances .qtr {
    align-items: center;
    gap: 13px;
    padding: 12px 14px !important;
    background: var(--surface-2, #fafbf9);
    border: 1px solid var(--line);
    border-radius: 12px;
  }
  .p-assurances .qtr-ico { width: 42px; height: 42px; font-size: 18px; }
  .p-assurances .qtr-text h4 { font-size: 14.5px; margin: 0 0 2px; }
  .p-assurances .qtr-text p { font-size: 13px; line-height: 1.45; }
}

/* --- izpostave (.ftr feature banner) --- */
.ftr { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; max-width: 100%; margin: 60px auto; padding: 0 24px; text-decoration: none; color: var(--ink); }
.ftr.rev .ftr-media { order: 2; }
.ftr-media { aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden; background: radial-gradient(120% 100% at 50% 10%, var(--blue-tint) 0%, #EDF0F3 100%); display: grid; place-items: center; padding: 0; transition: box-shadow .3s ease; }
.ftr:hover .ftr-media { box-shadow: 0 28px 56px -28px rgba(20,28,40,.3); }
.ftr-media img { width: 100% !important; height: 100% !important; object-fit: cover; mix-blend-mode: normal; }
.ftr-title { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--ink); margin: 0 0 16px; letter-spacing: -0.02em; line-height: 1.12; }
.ftr-text { color: var(--ink-soft); font-size: 16px; line-height: 1.65; margin-bottom: 24px; }
.ftr-text p { margin: 0 0 10px; }
.ftr-cta { display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--accent); padding: 13px 26px; border-radius: 12px; font-family: var(--display); font-weight: 700; font-size: 15px; box-shadow: 0 8px 22px -8px rgba(236,94,23,.5); transition: background .2s ease, transform .2s ease; }
.ftr:hover .ftr-cta { background: var(--accent-deep); transform: translateY(-1px); }

@media (max-width: 900px) {
  .quaters { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ftr { grid-template-columns: 1fr; gap: 26px; margin: 40px auto; }
  .ftr.rev .ftr-media { order: 0; }
}
@media (max-width: 560px) { .quaters { grid-template-columns: 1fr; } }

/* quaters strip (vstopna) – čista svetla kartica, brez stare turkizne */
.quaters {
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: var(--shadow-1);
  padding: 30px 28px !important;
  margin: 40px auto !important;
}

/* ============================================================
   POPRAVEK: izpostave (.ftr) = ENOTNA kartica; quaters večji
   ============================================================ */
.ftr {
  display: grid !important; grid-template-columns: 1fr 1fr !important; align-items: stretch !important;
  gap: 0 !important; max-width: 100%; margin: 64px auto !important; padding: 0 !important;
  background: var(--surface); border: 1px solid var(--line); border-radius: 26px; overflow: hidden;
  box-shadow: var(--shadow-1); text-decoration: none; color: var(--ink);
  transition: box-shadow .3s ease, transform .3s ease;
}
.ftr:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); }
.ftr.rev .ftr-media { order: 2; }
.ftr-media {
  background: radial-gradient(130% 110% at 50% 18%, var(--blue-tint) 0%, #E6ECF1 100%) !important;
  display: grid; place-items: center; padding: 0 !important; min-height: 380px; aspect-ratio: auto !important;
  border-radius: 0 !important;
}
.ftr-media img { max-width: 100% !important; max-height: 100% !important; object-fit: cover; mix-blend-mode: multiply; }
.ftr-body { padding: 52px 56px !important; display: flex; flex-direction: column; justify-content: center; }
.ftr-title { font-family: var(--display); font-size: clamp(1.7rem, 2.8vw, 2.3rem); color: var(--ink); margin: 0 0 16px; letter-spacing: -0.025em; line-height: 1.12; }
.ftr-text { color: var(--ink-soft); font-size: 16px; line-height: 1.7; margin-bottom: 28px; }
.ftr-text p { margin: 0 0 10px; }
.ftr-cta { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--accent); padding: 14px 28px; border-radius: 12px; font-family: var(--display); font-weight: 700; font-size: 15px; box-shadow: 0 8px 22px -8px rgba(236,94,23,.5); }
.ftr:hover .ftr-cta { background: var(--accent-deep); }

/* quaters večji/lepši */
.quaters { padding: 36px 34px !important; }
.qtr { gap: 16px; align-items: center; }
.qtr-ico { width: 56px !important; height: 56px !important; font-size: 23px !important; border-radius: 15px; }
.qtr-text h4 { font-size: 16px !important; margin: 0 0 3px !important; }
.qtr-text p { font-size: 14px !important; }

@media (max-width: 900px) {
  .ftr { grid-template-columns: 1fr !important; }
  .ftr.rev .ftr-media { order: 0; }
  .ftr-media { min-height: 260px; }
  .ftr-body { padding: 34px !important; }
}

/* .ftr naslov povezava + bogata vsebina */
.ftr-title a { color: var(--ink); text-decoration: none; }
.ftr:hover .ftr-title a { color: var(--blue); }
.ftr-text h1, .ftr-text h2, .ftr-text h3, .ftr-text h4 { font-family: var(--display); font-size: 16px; color: var(--ink); margin: 0 0 6px; letter-spacing: -0.01em; }
.ftr-text a {  display: inline-block; align-items: center; gap: 8px; margin-top: 20px; color: #fff !important; background: var(--accent); padding: 14px 28px; border-radius: 12px; font-family: var(--display); font-weight: 700; font-size: 15px; text-decoration: none; box-shadow: 0 8px 22px -8px rgba(236,94,23,.5); transition: background .2s ease, transform .2s ease; }
.ftr-text a::after { content: "\2192"; font-size: 1.05em; line-height: 1; transition: transform .2s ease; }
.ftr-text a:hover { background: var(--accent-deep); transform: translateY(-1px); }
.ftr-text a:hover::after { transform: translateX(3px); }
.ftr-text img { max-width: 100%; height: auto; border-radius: 10px; margin: 8px 0; }
.ftr-text p:last-child { margin-bottom: 0; }

/* ============================================================
   Kartice: večje slike, samo spodnji padding (za hover gumb), brez zooma
   ============================================================ */
.pc-media { padding: 12px 0 62px !important; aspect-ratio: 1 / 1; }
.pn_section .pc-media { padding: 10px 0 56px !important; }
.pc:hover .pc-media { transform: none !important; box-shadow: none !important; }
.pc-media img { transition: none !important; }
.pc:hover .pc-media img { transform: none !important; }
/* slike se NE režejo – v celoti vidne, čim večje znotraj panela */
.pc-media img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
/* hover = samo naziv + gumb */
.pc:hover .pc-title { color: var(--blue); }

/* ============================================================
   UPORABNIŠKI RAČUN (user_v2) – prijava / registracija / račun / naročila
   ============================================================ */

/* --- nadzorna plošča: kartice --- */
.user_cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px; max-width: 900px; margin: 8px auto 40px; padding: 0 20px;
}
.user_cards .card {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: 34px 20px; cursor: pointer; text-align: center;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.user_cards .card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-1); }
.user_cards .card.act-card { border-color: var(--blue); background: var(--blue-tint); }
.user_cards .cimg { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-tint); }
.user_cards .cimg img { width: 26px; height: 26px; }
.user_cards .card h5 { margin: 0; font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--ink); }

/* --- avtentikacijski okvir --- */
.lp-containter {
  max-width: 760px; margin: 8px auto 48px; padding: 0 20px; box-sizing: border-box;
}
.lpNav {
  display: flex; gap: 8px; background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px; margin: 0 auto 26px; max-width: 460px;
}
.lpNav a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 16px; border-radius: 999px; text-decoration: none;
  font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--muted);
  transition: background .2s ease, color .2s ease;
}
.lpNav a img { width: 16px; height: 16px; opacity: .7; }
.lpNav a:hover { color: var(--ink); }
.lpNav a.lpAct { background: var(--blue); color: #fff; box-shadow: var(--shadow-1); }
.lpNav a.lpAct img { filter: brightness(0) invert(1); opacity: 1; }

.lpCont {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px; box-shadow: var(--shadow-1);
}
.lp-reg, .lp-log, .lp-pass { color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.lp-pass { display: none; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.lp-log h1, .lp-log h2, .lp-reg h1, .lp-reg h2 { font-family: var(--display); color: var(--ink); margin: 0 0 6px; }

/* --- obrazci --- */
.flex-form { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.lpInput { flex: 1 1 calc(50% - 8px); min-width: 200px; display: flex; flex-direction: column; }
.lpInput.flex_full, .flex-form > .flex_full { flex: 1 1 100%; }
.lpInput label { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.lpInput br { display: none; }
.flex-form .inputF, .flex-form select, .flex-form textarea, .inputF {
  width: 100%; height: 48px; padding: 0 14px; box-sizing: border-box;
  font-family: var(--body); font-size: 15px;
}
.flex-form textarea, .area-field { height: auto; min-height: 120px; padding: 12px 14px; resize: vertical; }
.flex-form select.sMenu { height: 48px; }

.formBtn, input[type="submit"].formBtn, button.formBtn {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  width: 100% !important; height: 56px; border: 0 !important; border-radius: 14px !important;
  background-color: var(--accent) !important; color: #fff !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>") !important;
  background-repeat: no-repeat !important; background-position: right 22px center !important; background-size: 20px !important;
  font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: .02em;
  padding: 0 50px !important; text-align: center;
  transition: background-color .2s ease, transform .12s ease, box-shadow .2s ease;
  box-shadow: 0 12px 26px -12px rgba(236,94,23,.6);
}
.formBtn:hover { background-color: var(--accent-deep) !important; transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(236,94,23,.65); }
.formBtn:active { transform: translateY(0); }

/* custom checkbox */
.check_container {
  position: relative; display: block;
  padding: 4px 0 4px 34px; cursor: pointer; font-size: 14px; color: var(--muted); line-height: 1.55;
  flex: 1 1 100%; -webkit-user-select: none; user-select: none;
}
.check_container p { margin: 0; }
.check_container input { position: absolute; opacity: 0; height: 0; width: 0; }
.check_container .checkmark {
  position: absolute; left: 0; top: 2px; height: 22px; width: 22px;
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 6px;
  transition: background .18s ease, border-color .18s ease;
}
.check_container input:checked ~ .checkmark { background: var(--blue) !important; border-color: var(--blue); }
.check_container .checkmark::after {
  content: ""; position: absolute; display: none; left: 7px; top: 3px;
  width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.check_container input:checked ~ .checkmark::after { display: block; }

/* --- naročila --- */
.login-wrap { max-width: 820px; margin: 8px auto 48px; padding: 0 20px; box-sizing: border-box; }
.login-split, .orders-split {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px; box-shadow: var(--shadow-1);
}
.login-split h3, .orders-split h3 { font-family: var(--display); color: var(--ink); margin: 0 0 18px; font-size: 22px; }
.orders-split span { color: var(--muted); }
.orders-split strong { color: var(--ink); }

.order-item {
  display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 1fr; align-items: center; gap: 12px;
  padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r-s);
  margin-bottom: 10px; color: var(--ink-soft); font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.login-wrap a { text-decoration: none; }
.login-wrap a:hover .order-item { border-color: var(--blue); box-shadow: var(--shadow-1); transform: translateY(-1px); }
.order-item .last-in { text-align: right; font-weight: 600; }

.my-order-items { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 8px; }
.order-item-article {
  display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 14px;
  padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink-soft);
}
.order-item-article .a1 { color: var(--muted); }
.order-item-article .a2 { color: var(--ink); }

.back-btn, a.back-btn {
  display: inline-flex; align-items: center; justify-content: center; margin-top: 22px;
  height: 46px; padding: 0 26px; border-radius: var(--r-s);
  background: var(--blue); color: #fff !important; text-decoration: none;
  font-family: var(--display); font-weight: 700; font-size: 14px;
  transition: background .2s ease;
}
.back-btn:hover { background: var(--blue-deep); }
.info-err { max-width: 820px; margin: 24px auto; padding: 18px 22px; text-align: center; background: var(--blue-tint); border-radius: var(--r-s); color: var(--ink); }

/* --- obvestilo / modal --- */
.message { display: none; position: fixed; inset: 0; z-index: 40000; background: rgba(20,28,40,.5); }
.message_cont { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; }
.message_show {
  position: relative; background: var(--surface); border-radius: var(--r);
  padding: 30px 34px; max-width: 440px; width: 100%; box-shadow: var(--shadow-2); text-align: center;
}
.message_show.warning { border-top: 4px solid var(--accent); }
.message_show.error { border-top: 4px solid #d92d20; }
.message_show.success { border-top: 4px solid #12855a; }
.message_text { color: var(--ink); font-size: 16px; line-height: 1.5; }
.message .closebtn { position: absolute; top: 12px; right: 16px; font-size: 26px; line-height: 1; color: var(--muted); cursor: pointer; }
.message .closebtn:hover { color: var(--ink); }

@media (max-width: 560px) {
  .lpCont, .login-split, .orders-split { padding: 22px 18px; }
  .lpInput { flex: 1 1 100%; }
  .order-item { grid-template-columns: 1fr 1fr; }
  .order-item .last-in { text-align: left; }
  .order-item-article { grid-template-columns: 80px 1fr auto; }
}

/* ISKALNIK: celoten slog je zdaj v sites/templates/iskalnik.php (inline <style>).
   Star CSS je odstranjen, da se ne podvaja/konfliktira. */

/* ============================================================
   GLOBALNO – nova podoba povsod (nadomešča star videz)
   Star CSS ignoriramo; te definicije prevladajo.
   ============================================================ */
body { background: var(--paper); color: var(--ink); }

/* --- vsebinske tabele (tehnične lastnosti, CMS tabele) --- */
.summary table, .p-acc-panel table, .lastnosti table, .blog_read table,
.rMore table, .user_style table, .txt_cont table {
  width: 100% !important; max-width: 100% !important;
  border-collapse: separate !important; border-spacing: 0 !important;
  margin: 0 0 24px !important; background: var(--surface) !important;
  border: 1px solid var(--line) !important; border-radius: 14px !important; overflow: hidden !important;
  font-family: var(--body) !important; font-size: 14.5px !important; line-height: 1.55 !important;
  color: var(--ink-soft) !important;
}
.summary table th, .summary table td, .p-acc-panel table th, .p-acc-panel table td,
.lastnosti table th, .lastnosti table td, .blog_read table th, .blog_read table td,
.rMore table th, .rMore table td, .user_style table th, .user_style table td {
  padding: 12px 16px !important; border: 0 !important;
  border-bottom: 1px solid var(--line) !important; text-align: left !important;
  vertical-align: top !important; background: transparent !important;
  color: var(--ink-soft) !important; width: auto !important; height: auto !important;
  white-space: normal !important; word-break: break-word;
}
.summary table tr:last-child td, .p-acc-panel table tr:last-child td,
.lastnosti table tr:last-child td, .blog_read table tr:last-child td { border-bottom: 0 !important; }
/* zebra + poudarjen prvi stolpec (oznaka lastnosti) */
.summary table tr:nth-child(even) td, .p-acc-panel table tr:nth-child(even) td,
.lastnosti table tr:nth-child(even) td { background: var(--paper) !important; }
.summary table td:first-child, .p-acc-panel table td:first-child,
.lastnosti table td:first-child { font-weight: 600 !important; color: var(--ink) !important; }
.summary table th, .p-acc-panel table th, .lastnosti table th, .blog_read table th {
  background: var(--blue-tint) !important; color: var(--ink) !important;
  font-family: var(--display) !important; font-weight: 700 !important; font-size: 13.5px !important;
}
/* CMS vsebina brez lastne bele podlage */
.summary, .blog_read, .rMore, .txt_cont { background: transparent !important; }
.summary p, .blog_read p { color: var(--ink-soft); }

/* --- moderni native checkboxi / radiji (povsod, brez sprememb markupa) --- */
input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  width: 20px; height: 20px; margin: 0 8px 0 0; padding: 0; flex: 0 0 auto; display: inline-block;
  border: 1.5px solid var(--line-strong) !important; background: var(--surface) !important;
  cursor: pointer; position: relative; vertical-align: -4px;
  transition: background .15s ease, border-color .15s ease; box-shadow: none !important;
}
input[type="checkbox"] { border-radius: 6px !important; }
input[type="radio"] { border-radius: 50% !important; }
input[type="checkbox"]:hover, input[type="radio"]:hover { border-color: var(--blue) !important; }
input[type="checkbox"]:checked, input[type="radio"]:checked { background: var(--blue) !important; border-color: var(--blue) !important; }
input[type="checkbox"]:checked::after {
  content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
input[type="radio"]:checked::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: #fff; }
input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible { box-shadow: 0 0 0 3px rgba(44,116,178,.22) !important; outline: none; }
/* skriti input v custom .check_container ostane skrit (višja specifičnost) */
.check_container input[type="checkbox"], .check_container input[type="radio"] {
  -webkit-appearance: none !important; appearance: none !important;
  width: 0 !important; height: 0 !important; opacity: 0 !important; border: 0 !important; margin: 0 !important;
}
.check_container input:checked::after { display: none; }

/* --- moderni select z lastno puščico --- */
select, .sMenu, .inputF.sMenu {
  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235F6670' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") !important;
  background-repeat: no-repeat !important; background-position: right 14px center !important; background-size: 16px !important;
}

/* feature bloki (lastnost): glej avtoritativni blok nižje ("vsaka lastnost v svoji vrstici") */

/* --- legacy tabi → moderne pilule --- */
.tab {
  display: inline-block; background: var(--surface); border: 1px solid var(--line);
  color: var(--muted) !important; border-radius: 999px; padding: 9px 18px; margin: 0 6px 8px 0;
  font-family: var(--display); font-weight: 600; font-size: 14px; cursor: pointer; line-height: 1.2;
  transition: all .18s ease;
}
.tab:hover { border-color: var(--blue); color: var(--blue) !important; }
.actTab { background: var(--blue) !important; border-color: var(--blue) !important; color: #fff !important; }

/* --- nevtralizacija starih svetlih podlag na vsebinskih ovojih --- */
.psx { background: transparent !important; }
blockquote {
  border-left: 3px solid var(--blue); background: none; border-radius: 0;
  padding: 2px 0 2px 22px !important; margin: 24px 0 !important; color: var(--ink);
  font-size: 17px; line-height: 1.6; text-align: left !important; font-style: normal;
}
blockquote p { margin: 0 !important; }
hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }

/* CMS vsebina: povezave in naslovi v novi tipografiji */
.summary h1, .summary h2, .summary h3, .summary h4,
.blog_read h1, .blog_read h2, .blog_read h3, .blog_read h4,
.p-acc-panel h1, .p-acc-panel h2, .p-acc-panel h3, .p-acc-panel h4 {
  font-family: var(--display); color: var(--ink);
}
.summary a, .blog_read a, .p-acc-panel a { color: var(--blue); }

/* ---- berljiva tipografija CMS vsebine (servis, blog, opisi) ---- */
.user_style h1, .blog_read h1, .summary h1,
.user_style h2, .blog_read h2, .summary h2,
.user_style h3, .blog_read h3, .summary h3,
.user_style h4, .blog_read h4, .summary h4 {
  font-family: var(--display) !important; color: var(--ink) !important; letter-spacing: -0.015em;
}
.user_style h1, .blog_read h1, .summary h1 {
  font-weight: 800 !important; font-size: clamp(26px, 3.2vw, 36px) !important; line-height: 1.15 !important; margin: 0 0 18px !important;
}
.user_style h2, .blog_read h2, .summary h2 {
  font-weight: 700 !important; font-size: clamp(20px, 2.3vw, 26px) !important; line-height: 1.28 !important; margin: 42px 0 14px !important;
}
.user_style h3, .blog_read h3, .summary h3 {
  font-weight: 700 !important; font-size: clamp(17px, 1.8vw, 20px) !important; line-height: 1.35 !important; margin: 30px 0 10px !important;
}
.user_style h4, .blog_read h4, .summary h4 {
  font-weight: 700 !important; font-size: 16px !important; line-height: 1.4 !important; margin: 24px 0 8px !important;
}
.user_style p, .blog_read p, .summary p { line-height: 1.75; margin: 0 0 16px; }
.user_style > h1:first-child, .user_style > h2:first-child { margin-top: 0 !important; }
/* h oznake znotraj opisa izdelka (.summary) naj bodo dosti manjše */
.summary h1 { font-size: clamp(18px, 1.9vw, 21px) !important; margin: 22px 0 9px !important; }
.summary h2 { font-size: clamp(16px, 1.6vw, 18px) !important; margin: 22px 0 8px !important; }
.summary h3 { font-size: 15px !important; margin: 18px 0 7px !important; }
.summary h4 { font-size: 14px !important; margin: 16px 0 6px !important; }
.summary > h1:first-child, .summary > h2:first-child,
.summary > h3:first-child, .summary > h4:first-child { margin-top: 0 !important; }

/* ============================================================
   TOAST obvestila (rd-toast) – nova podoba
   ============================================================ */
.rd-toasts {
  position: fixed; top: calc(var(--head-h, 102px) - 8px); right: 20px; z-index: 50000;
  display: flex; flex-direction: column; gap: 12px;
  width: 380px; max-width: calc(100vw - 32px); pointer-events: none;
}
.rd-toast {
  position: relative;
  pointer-events: auto; display: flex; align-items: flex-start; gap: 14px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-2); padding: 16px 16px 18px 16px;
  transform: translateX(120%); opacity: 0;
  transition: transform .34s cubic-bezier(.2,.8,.2,1), opacity .34s ease;
}
.rd-toast--in { transform: translateX(0); opacity: 1; }
.rd-toast--out { transform: translateX(120%); opacity: 0; }
.rd-toast__ico { flex: 0 0 26px; width: 26px; height: 26px; }
.rd-toast__ico svg { width: 26px; height: 26px; }

/* slika izdelka */
.rd-toast__thumb { position: relative; flex: 0 0 56px; width: 56px; height: 56px; }
.rd-toast__thumb img {
  width: 56px; height: 56px; object-fit: cover; border-radius: 10px;
  border: 1px solid var(--line); background: var(--surface-2, #f4f5f7);
}
.rd-toast__badge {
  position: absolute; right: -6px; bottom: -6px; width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  background: #12855a; color: #fff; border: 2px solid var(--surface); border-radius: 50%;
}
.rd-toast__badge svg { width: 12px; height: 12px; }

.rd-toast__main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.rd-toast__body { min-width: 0; font-family: var(--body); font-size: 14px; line-height: 1.45; color: var(--ink-soft); }
.rd-toast__body b, .rd-toast__body strong { font-family: var(--display); color: var(--ink); font-weight: 700; }

/* gumb na blagajno – usklajen s slogom glavnega gumba na strani */
.rd-toast__cta, .rd-toast__cta:hover, .rd-toast__cta:focus { color: #fff; }
.rd-toast__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: 12px; background: var(--accent); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 14px; line-height: 1;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 22px -8px rgba(236,94,23,.5);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rd-toast__cta svg { width: 17px; height: 17px; transition: transform .2s ease; }
.rd-toast__cta:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(236,94,23,.55); }
.rd-toast__cta:hover svg { transform: translateX(3px); }
.rd-toast__cta:active { transform: translateY(0); }

.rd-toast__close {
  flex: 0 0 auto; border: 0; background: transparent; cursor: pointer;
  font-size: 22px; line-height: 1; color: var(--muted); padding: 0 2px; margin: -2px -2px 0 0;
  transition: color .15s ease;
}
.rd-toast__close:hover { color: var(--ink); }

/* puščica proti ikoni košarice (zgoraj desno) */
/* telo toasta je poravnano tik pod glavo; v glavo štrli le puščica (8px) */
.rd-toast { margin-top: 8px; }
.rd-toast--arrow { margin-top: 8px; }
.rd-toast__arrow {
  position: absolute; top: -8px; right: 26px; width: 16px; height: 16px;
  background: var(--surface); border-left: 1px solid var(--line); border-top: 1px solid var(--line);
  transform: rotate(45deg); border-top-left-radius: 3px; z-index: 1;
}

/* časovni indikator */
.rd-toast__bar {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: rgba(0,0,0,.06); overflow: hidden;
  border-bottom-left-radius: 14px; border-bottom-right-radius: 14px;
}
.rd-toast__bar > i {
  display: block; height: 100%; width: 100%; transform-origin: left center;
  background: var(--muted);
}
@keyframes rdToastBar { from { transform: scaleX(1); } to { transform: scaleX(0); } }

.rd-toast--success .rd-toast__ico { color: #12855a; }
.rd-toast--success .rd-toast__bar > i { background: #12855a; }
.rd-toast--error .rd-toast__ico { color: #d92d20; }
.rd-toast--error .rd-toast__badge { background: #d92d20; }
.rd-toast--error .rd-toast__bar > i { background: #d92d20; }
.rd-toast--warning .rd-toast__ico { color: var(--accent); }
.rd-toast--warning .rd-toast__badge { background: var(--accent); }
.rd-toast--warning .rd-toast__bar > i { background: var(--accent); }

@media (max-width: 560px) {
  /* toast čez cel zaslon (100%); telo tik pod glavo, v glavo štrli le puščica */
  .rd-toasts { top: calc(var(--head-h, 92px) - 8px); right: 0; left: 0; width: auto; max-width: none; }
  .rd-toast { transform: translateY(-140%); border-radius: 12px; }
  .rd-toast--in { transform: translateY(0); }
  .rd-toast--out { transform: translateY(-140%); }
  /* puščica ostane vidna – JS jo poravna na sredino košarice */
}

/* ============================================================
   HERO (vstopna) + editorial sekcijski naslovi
   ============================================================ */
:root { --gutter: clamp(20px, 4vw, 24px); }

.hero {
  position: relative; width: auto; margin-top: 0;
  margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter));
  min-height: clamp(440px, 62vh, 750px); display: flex; align-items: center; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim {/* position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,16,23,.85) 0%, rgba(11,16,23,.6) 40%, rgba(11,16,23,.15) 72%, rgba(11,16,23,0) 100%);*/
}
.hero-inner { position: relative; z-index: 2; max-width: 1800px; margin: 0 auto; width: 100%; padding: 0 var(--gutter); box-sizing: border-box; text-align: center; }
.hero-eyebrow { color: #EAF2FB; font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 18px; }
.hero-title { color: #fff; font-family: var(--display); font-weight: 800; font-size: clamp(34px, 5.2vw, 62px); line-height: 1.03; letter-spacing: -0.03em; margin: 0 auto 20px; max-width: 20ch; }
.hero-lead { color: #D6DEE7; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.55; max-width: 52ch; margin: 0 auto 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hero-btn { display: inline-flex; align-items: center; gap: 10px; height: 54px; padding: 0 28px; border-radius: 999px; font-family: var(--display); font-weight: 700; font-size: 16px; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.hero-btn, .hero-btn:hover, .hero-btn:focus { color: #fff; }
.hero-btn--primary { background: var(--accent); color: #fff; box-shadow: 0 16px 34px -12px rgba(236,94,23,.65); }
.hero-btn--primary:hover { background: var(--accent-deep); transform: translateY(-2px); }
.hero-btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.45); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.hero-btn--ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }

/* --- hero slider (vstopna) --- */
.hero-slider { position: relative; }
.hero-slide {
  position: absolute; inset: 0; display: flex; align-items: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .7s ease, visibility 0s linear .7s;
}
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .7s ease; }
/* prvi diapozitiv (hero.webp) je že temen – scrim samo na ostalih zaradi berljivosti belega (sredinsko poravnanega) besedila */
.hero-slide:not(:first-child) .hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 92% at 50% 50%, rgba(11,16,23,.6) 0%, rgba(11,16,23,.38) 55%, rgba(11,16,23,.22) 100%),
    linear-gradient(180deg, rgba(11,16,23,.28) 0%, rgba(11,16,23,.42) 100%);
}
.hero-dots {
  position: absolute; left: 0; right: 0; bottom: 22px; z-index: 4;
  display: flex; justify-content: center; gap: 9px;
}
.hero-dot {
  width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,.5); transition: background .25s ease, width .25s ease;
}
.hero-dot:hover { background: rgba(255,255,255,.8); }
.hero-dot.is-active { background: #fff; width: 26px; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 46px; height: 46px; display: grid; place-items: center; cursor: pointer;
  color: #fff; border-radius: 999px; border: 1px solid rgba(255,255,255,.4);
  background: rgba(255,255,255,.14); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background .2s ease;
}
.hero-arrow:hover { background: rgba(255,255,255,.28); }
.hero-prev { left: max(var(--gutter), 16px); }
.hero-next { right: max(var(--gutter), 16px); }
@media (max-width: 767px) {
  .hero-arrow { display: none; }
  .hero-dots { bottom: 16px; }
}

/* --- editorial sekcijski naslovi (breaker) --- */
main > .breaker {
  text-align: left !important; float: none !important; display: block; width: auto !important;
  max-width: 1800px; margin: 66px auto 24px !important; 
  font-family: var(--display); font-weight: 800 !important; font-size: clamp(23px, 2.9vw, 34px) !important;
  line-height: 1.12 !important; letter-spacing: -0.02em; color: var(--ink);
}
main > .breaker::before {
  content: ""; display: block; width: 46px; height: 4px; border-radius: 2px;
  background: var(--accent); margin: 0 0 16px;
}

/* dosleden gutter: odmik damo staršu (home-main), ne drsniku */
.home-main { padding-left: var(--gutter); padding-right: var(--gutter); box-sizing: border-box; }
.home-main > .breaker { padding-left: 0 !important; padding-right: 0 !important; }
.home-main > .container { margin-top: 0 !important; max-width: none; padding: 0; }
/* drsnik naj se levo poravna s starševim odmikom (padding 0), desno pušča */
.home-main .pn_section { padding-left: 0 !important; padding-right: 0 !important; }

@media (max-width: 700px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .home-main { overflow-x: hidden; }

  .hero { min-height: 500px; }
  .hero-scrim { }
  .hero-inner { padding: 0 22px !important; }
  .hero-eyebrow { font-size: 10.5px; letter-spacing: .1em; white-space: normal; margin-bottom: 14px; }
  .hero-title { font-size: clamp(30px, 8.5vw, 42px); max-width: 100%; margin-bottom: 16px; }
  .hero-lead { font-size: 15px; max-width: 100%; margin-bottom: 24px; }
  .hero-cta { width: 100%; gap: 10px; }
  .hero-btn { flex: 1 1 100%; width: 100%; justify-content: center; height: 52px; }

  main > .breaker { margin-top: 44px !important; }
}

/* ============================================================
   Manj modre: media paneli → topel nevtralen sivi (ne blue-tint)
   Modro ostane samo kot poudarek (hover, aktivno, CTA).
   ============================================================ */
:root {
  --panel:    radial-gradient(125% 105% at 50% 8%, #E3E4DE 0%, #F4F5F2 70%);
  --panel-sm: radial-gradient(130% 120% at 50% 14%, #E1E1DB 0%, #F4F5F2 100%);
}
.pc-media { background: var(--panel) !important; }
.pn_section .pc-media { background: var(--panel) !important; }
.ccard-media { background: var(--panel) !important; }
.show_brands .ccard-media { background: var(--panel-sm) !important; }
.ftr-media { background: var(--panel) !important; }
.submenuHover img { background: transparent !important; }

/* -% značka je zdaj v vrstici s ceno – inline pilula poleg cene */
.details_add .ci_add { position: relative; }
.details_add .catalog_item_price .discount-value {
  position: static; align-self: center;
  width: auto !important; height: auto !important; min-width: 0;
  margin: 0; padding: 5px 12px; border-radius: 999px; display: inline-flex; align-items: center;
  background: var(--accent) !important; color: #fff !important;
  font-family: var(--display); font-weight: 700; font-size: 13px; line-height: 1;
  box-shadow: 0 6px 16px -6px rgba(236,94,23,.6);
}

/* ============================================================
   MOBILNI popravki – preprečimo horizontalni overflow (grid min-width)
   ============================================================ */
.ftr-media, .ftr-body { min-width: 0; }
.ftr-text { overflow-wrap: anywhere; }
.ftr-title a { overflow-wrap: anywhere; }

@media (max-width: 700px) {
  .ftr { margin: 40px auto !important; border-radius: 20px; }
  .ftr-media { min-height: 100% !important; padding: 0 !important; }
  .ftr-media img { max-height: 100% !important; }
  .ftr-body { padding: 26px 20px !important; }
  .ftr-title { font-size: 24px !important; }
  .ftr-text { font-size: 15px !important; margin-bottom: 20px !important; }
  .ftr-cta { width: 100%; justify-content: center; }
  /* prednosti (quaters) 1 stolpec, lep razmik */
  .quaters { grid-template-columns: 1fr !important; padding: 26px 20px !important; gap: 20px !important; }
  /* blog kartice polna širina */
  .blog-list { grid-template-columns: 1fr !important; }
}

/* ============================================================
   MOBILNA GLAVA – kompaktno, da vse ikone sedejo (brez overflowa)
   ============================================================ */
@media (max-width: 700px) {
  .header-inner { gap: 8px !important; padding: 8px 14px !important; }
  .logo img { height: 27px; }
  .nav-actions { gap: 6px !important; margin-left: auto; }
  .icon-btn, .bskt.cart-ic { width: 38px !important; height: 38px !important; }
  .icon-btn svg, .bskt.cart-ic svg { width: 17px; height: 17px; }
  .bskt.cart-ic .basketIco { width: 17px; height: 17px; padding: 0; border-radius: 50%; font-size: 9.5px !important; }
}

/* blog članek: udobnejše merilo branja (ožji stolpec, levo poravnan kot naslov) */
.blog_read { max-width: 840px; }
.blog_read img { border-radius: var(--r-s); }
@media (max-width: 700px) { .blog_read { max-width: 100%; } }

/* ============================================================
   USER_V2 prenova + PILL TOGGLE checkboxi (povsod)
   ============================================================ */
/* --- segmentni preklopnik (Moj račun / Nadaljuj kot gost) – robustno čez user_v2.css --- */
.lpNav {
  display: flex !important; gap: 5px; align-items: stretch !important;
  background: var(--surface) !important; border: 1px solid var(--line) !important;
  border-radius: 999px !important; box-shadow: var(--shadow-1) !important;
  padding: 5px !important; height: auto !important;
  width: 100%; max-width: 440px; margin: 0 auto 24px !important;
}
.lpNav a, .lpNav a.log, .lpNav a.reg {
  flex: 1 1 0 !important; min-width: 0; display: inline-flex !important;
  align-items: center !important; justify-content: center; gap: 8px;
  margin: 0 !important; height: auto !important; padding: 12px 12px !important;
  border: 0 !important; border-radius: 999px !important; white-space: nowrap;
  color: var(--muted) !important; text-decoration: none !important;
  font-family: var(--display); font-weight: 600; font-size: 14.5px; line-height: 1;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.lpNav a:hover { color: var(--ink) !important; border: 0 !important; }
.lpNav a.lpAct { color: #fff !important; background: var(--blue) !important; box-shadow: 0 8px 20px -8px rgba(44,116,178,.5); }
.lpNav a img, .lpNav img { width: 16px !important; height: 16px !important; margin: 0 !important; opacity: .6; flex: 0 0 auto; }
.lpNav a.lpAct img { filter: brightness(0) invert(1); opacity: 1; }
/* stran za prijavo/registracijo (ua/login) – malo zraka nad preklopnikom */
.desno > .lp-containter .lpNav { margin-top: 30px !important; }

/* --- labele + inputi na novo (filled slog) --- */
.lpInput label, .lp-log label, .lp-reg label {
  font-size: 12px !important; font-weight: 700 !important; letter-spacing: .05em;
  text-transform: uppercase; color: var(--muted) !important; margin-bottom: 8px !important;
}
.lp-log .inputF, .lp-reg .inputF, .lp-pass .inputF, .flex-form .inputF,
.flex-form select, .flex-form textarea {
  height: 54px; border-radius: 13px !important; background: var(--paper) !important;
  border: 1.5px solid transparent !important; padding: 0 16px !important; 
  color: var(--ink) !important; box-shadow: none !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.flex-form textarea, .flex-form .area-field { height: auto; min-height: 130px; padding: 14px 16px !important; }
.lp-log .inputF:focus, .lp-reg .inputF:focus, .flex-form .inputF:focus,
.flex-form select:focus, .flex-form textarea:focus {
  background: var(--surface) !important; border-color: var(--blue) !important;
  box-shadow: 0 0 0 4px rgba(44,116,178,.13) !important;
}
.lp-reg > *:first-child, .lp-log > *:first-child { color: var(--ink-soft); }

/* ============================================================
   PILL TOGGLE — vsi checkboxi (native + custom .check_container)
   ============================================================ */
input[type="checkbox"] {
  -webkit-appearance: none !important; appearance: none !important; -moz-appearance: none !important;
  width: 46px !important; height: 27px !important; min-width: 46px; border-radius: 999px !important;
  background: var(--line-strong) !important; border: none !important; position: relative;
  cursor: pointer; flex: 0 0 auto; vertical-align: middle; margin: 0 10px 0 0;
  transition: background .2s ease; box-shadow: none !important;
}
input[type="checkbox"]::after, input[type="checkbox"]:checked::after {
  content: "" !important; position: absolute; top: 3px; left: 3px; right: auto;
  width: 21px !important; height: 21px !important; border-radius: 50% !important;
  background: #fff !important; border: 0 !important; box-shadow: 0 2px 4px rgba(20,28,40,.28) !important;
  transform: none; transition: transform .2s ease; display: block !important;
}
input[type="checkbox"]:checked { background: var(--blue) !important; }
input[type="checkbox"]:checked::after { transform: translateX(19px) !important; }
input[type="checkbox"]:focus-visible { box-shadow: 0 0 0 4px rgba(44,116,178,.22) !important; }

/* custom .check_container → toggle */
.check_container { padding-left: 60px !important; min-height: 28px; display: flex; align-items: center; }
.check_container .checkmark {
  left: 0; top: 50%; transform: translateY(-50%); width: 48px !important; height: 28px !important;
  border-radius: 999px !important; border: none !important; background: var(--line-strong) !important;
  transition: background .2s ease;
}
.check_container .checkmark::after {
  content: "" !important; display: block !important; position: absolute;
  left: 3px !important; top: 3px !important; width: 22px !important; height: 22px !important;
  border: 0 !important; border-radius: 50% !important; background: #fff !important;
  box-shadow: 0 2px 4px rgba(20,28,40,.28); transform: none !important; transition: transform .2s ease;
}
.check_container input:checked ~ .checkmark { background: var(--blue) !important; }
.check_container input:checked ~ .checkmark::after { transform: translateX(20px) !important; }

/* ============================================================
   PRODUKTNA STRAN – širše, stranske sličice, sticky, večji related
   ============================================================ */
.p-wrap { max-width: 1440px !important; }
.wrap-related { max-width: 1440px !important; }
.catalog_details { gap: 44px !important; }
.catalog_details_image { width: 54% !important; background: transparent !important; border: 0 !important; padding: 0 !important; }
.catalog_details_description { width: calc(46% - 44px) !important; }

/* galerija: sličice levo (vertikalno) + velika glavna desno */
.pgallery { display: flex !important; flex-direction: row-reverse; gap: 14px; align-items: flex-start; }
.pgallery > a {
  flex: 1 1 auto; min-width: 0; display: grid; place-items: center; aspect-ratio: 1 / 1;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 34px; box-sizing: border-box;
}
.pgallery > a img { max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; object-fit: contain; mix-blend-mode: multiply; }
.userGgallery.pGal { flex: 0 0 86px; display: flex !important; flex-direction: column; gap: 12px; margin: 0 !important; padding: 0 !important; }
.userGgallery.pGal a {
  display: grid; place-items: center; width: 86px; height: 86px; box-sizing: border-box;
  background: var(--panel); border: 1.5px solid var(--line); border-radius: 12px; padding: 7px; cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease; overflow: hidden;
}
.userGgallery.pGal a:hover { border-color: var(--line-strong); }
.userGgallery.pGal a.pg-active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(44,116,178,.14); }
.userGgallery.pGal a img { max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; object-fit: contain; mix-blend-mode: multiply; }
.pgallery-dots { display: none !important; }

/* temnejše ločilne črte v desnem stolpcu */
.catalog_details_description .p-acc { border-top: 1px solid var(--line-strong) !important; }
.catalog_details_description .p-acc-item { border-bottom-color: var(--line-strong) !important; }
.catalog_details_description .p-assurances,
.catalog_details_description .p-acc-head { border-color: var(--line-strong) !important; }
.desc_top .p-assurances { border-top: 1px solid var(--line-strong) !important; }

/* Poglejte tudi: širine določa enotni pn_section blok na koncu datoteke */

/* mobilno: galerija se zloži, sličice v vrsto pod glavno */
@media (max-width: 980px) {
  .p-wrap, .wrap-related { max-width: 100% !important; }
  .catalog_details_image { width: 100% !important; position: static !important; }
  .catalog_details_description { width: 100% !important; }
  /* galerija ≤980 je definirana v enotnem bloku nižje */
  /* pn_section (Poglejte tudi) ≤980 = 2 na vrsto; definirano v enotnem bloku zgoraj */
}

/* sticky popravek: overflow-x:hidden (main.css) razbije sticky → uporabimo clip */
html { overflow-x: clip !important; }
body { overflow-x: clip !important; }

/* temnejše (bolj vidne) ločilne črte v desnem stolpcu produktne */
.catalog_details_description .p-acc { border-top-color: #BFC6CE !important; }
.catalog_details_description .p-acc-item { border-bottom-color: #BFC6CE !important; }
.catalog_details_description .p-assurances,
.desc_top .p-assurances { border-top-color: #BFC6CE !important; }
.desc_top { border-color: #BFC6CE !important; }
.catalog_details_description hr, .desc_top hr { border-top-color: #BFC6CE !important; background: #BFC6CE !important; }

/* ============================================================
   GALERIJA ≤980px (tablica + mobilni) – EN avtoritativen layout:
   glavna slika zgoraj, sličice v vodoravnem traku pod njo.
   Z !important povozi konfliktna pravila iz media.css (swipe/scroll-snap),
   ki so povzročala prekrivanje in odrezane slike.
   ============================================================ */
@media (max-width: 980px) {
  .catalog_details_image { width: 100% !important; position: static !important; padding: 0 !important; }
  .catalog_details_description { width: 100% !important; }

  .pgallery {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  /* glavna slika – okvir dobi RAZMERJE slike (--pg-ratio, nastavi JS),
     zato se ne premika ob menjavi in slika ni odrezana (object-fit: contain) */
  .pgallery > a {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: var(--pg-ratio, 4 / 3) !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    scroll-snap-align: none !important;
    background: var(--panel) !important;
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    padding: 22px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .pgallery > a img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important; height: auto !important;
    object-fit: contain !important;
    margin: 0 !important; border: 0 !important; padding: 0 !important;
  }

  /* trak sličic (povozi display:contents iz media.css) */
  .pgallery .userGgallery,
  .userGgallery.pGal {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: none !important;
    margin: 0 !important;
    padding: 0 0 4px 0 !important;
  }
  .userGgallery.pGal a,
  .pgallery > .userGgallery > a {
    flex: 0 0 68px !important;
    width: 68px !important;
    height: 68px !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    scroll-snap-align: none !important;
    background: var(--panel) !important;
    border: 1.5px solid var(--line) !important;
    border-radius: 10px !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .userGgallery.pGal a.pg-active,
  .pgallery > .userGgallery > a.pg-active { border-color: var(--blue) !important; box-shadow: 0 0 0 3px rgba(44,116,178,.14) !important; }
  .userGgallery.pGal a img,
  .pgallery > .userGgallery > a img {
    max-width: 100% !important; max-height: 100% !important;
    width: auto !important; height: auto !important;
    object-fit: contain !important;
  }

  .pgallery-dots { display: none !important; }
}

/* ============================================================
   Mobilni vrstni red produktne strani (≤980): najprej znamka
   (.p-eyebrow) + naziv (.p-title), nato galerija, nato ostalo.
   Opis se sploščii z display:contents, da lahko galerijo vrinemo vmes.
   ============================================================ */
@media (max-width: 980px) {
  .catalog_details {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
  }
  .catalog_details_description { display: contents !important; }
  /* privzeto vse za galerijo */
  .catalog_details_description > * { order: 4; }
  /* najprej znamka + naziv */
  .catalog_details_description > .p-eyebrow { order: 1; }
  .catalog_details_description > .p-title { order: 2; }
  /* nato galerija */
  .catalog_details_image { order: 3; margin: 8px 0 24px !important; }
}

/* ============================================================
   subFilts – podkategorije: čisti centrirani pill-čipi (nov slog)
   ============================================================ */
.subFilts {
  display: flex !important; flex-wrap: wrap; justify-content: center; align-items: stretch;
  gap: 12px; width: 100%; margin: 0 0 30px !important; padding: 0;
  grid-template-columns: none !important;
}
.subF {
  display: inline-flex !important; align-items: center; gap: 12px;
  border: 1px solid var(--line) !important; background: var(--surface) !important;
  border-radius: 999px !important; padding: 8px 22px 8px 14px !important;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; cursor: pointer;
}
.subF:hover { border-color: var(--blue) !important; background: var(--blue-tint) !important; box-shadow: 0 8px 20px -12px rgba(44,116,178,.4); }
.subF a { display: inline-flex !important; align-items: center; gap: 12px; color: var(--ink) !important; text-decoration: none !important; font-weight: 700 !important; }
.subF img {
  width: 56px !important; height: 56px !important; max-width: 56px !important; max-height: 56px !important;
  object-fit: contain; margin: 0 !important; flex: 0 0 56px;
  background: transparent !important; border: 0 !important; padding: 0 !important; mix-blend-mode: multiply;
}
.subF h2 { font-family: var(--display) !important; font-size: 15px !important; line-height: 1.2 !important; font-weight: 700 !important; margin: 0 !important; width: auto !important; color: var(--ink); }
.subF:hover h2, .subF:hover a { color: var(--blue) !important; }

/* ============================================================
   rMore-box (razširljiv opis kategorije) – nov slog
   ============================================================ */
/* prvi naslov v opisu (textBlock_alt) brez zgornjega odmika */
#textBlock_alt > h1:first-child, #textBlock_alt > h2:first-child, #textBlock_alt > h3:first-child,
#textBlock_alt > h4:first-child, #textBlock_alt > h5:first-child, #textBlock_alt > h6:first-child {
  margin-top: 0 !important;
}

/* diskreten okvirček – ozadje kot slike na seznamu (--panel) */
.rMore-box {
  background: var(--panel) !important; border: 1px solid var(--line) !important; border-radius: 14px !important;
  padding: 22px 28px 18px !important; margin: 4px auto 30px !important; max-width: 940px; text-align: left;
}
/* collapsed: gladek fade-out spodaj (brez trdega "…") */
.rMore {
  background: transparent !important; border: 0 !important; padding: 0 !important; margin: 0 auto !important;
  color: var(--ink-soft) !important; line-height: 1.6 !important; font-size: 14px;
  display: block !important; -webkit-line-clamp: unset !important; line-clamp: unset; -webkit-box-orient: unset !important;
  max-height: 4.9em; overflow: hidden; position: relative;
}
.rMore b, .rMore strong { color: var(--ink); }
.rMore::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 3.2em; pointer-events: none;
  background: linear-gradient(to bottom, rgba(244,245,242,0), var(--paper)) !important; display: block !important;
}
.rMore.expanded { max-height: none; overflow: visible; }
.rMore.expanded::after { background: transparent !important; display: none !important; }

/* gumb = navaden diskreten link */
.readMore {
  display: inline-flex !important; align-items: center; gap: 5px; width: auto !important;
  margin: 12px 0 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important;
  color: var(--blue) !important; font-family: var(--body); font-weight: 600 !important; font-size: 14px !important;
  text-decoration: underline !important; text-underline-offset: 3px; cursor: pointer;
  transition: color .18s ease;
}
.readMore::after {
  content: ""; width: 12px; height: 12px; flex: 0 0 12px; text-decoration: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232C74B2' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") center/contain no-repeat;
  transition: transform .2s ease;
}
.readMore:hover { color: var(--blue-deep) !important; }
.rMore-box:has(.rMore.expanded) .readMore::after { transform: rotate(180deg); }

/* ============================================================
   #povp (Želite več informacij) + povpraševalni obrazec – nov slog
   ============================================================ */
#povp.catMore {
  background: var(--surface) !important; border: 1px solid var(--line) !important; border-radius: 16px !important;
  padding: 22px 24px !important; margin: 30px 0 0 !important; box-shadow: var(--shadow-1);
}
#povp.catMore h4 { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--ink) !important; margin: 0 0 16px; }
#povp.catMore h4 img { height: 20px !important; width: 20px; margin: 0 !important; }
#povp.catMore h4 p { margin: 0; }
#povp.catMore a {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px !important; margin: 0 10px 6px 0 !important;
  border: 1.5px solid var(--line-strong) !important; border-radius: 999px !important; background: var(--surface) !important;
  color: var(--blue) !important; font-family: var(--display); font-weight: 700 !important; font-size: 14px !important;
  text-decoration: none !important; transition: border-color .18s ease, background .18s ease, color .18s ease;
}
#povp.catMore a:hover { border-color: var(--blue) !important; background: var(--blue-tint) !important; color: var(--blue-deep) !important; }
/* ikoni na gumbih */
#povp.catMore a[href^="tel"]::before { content:""; width:15px; height:15px; flex:0 0 15px; background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232C74B2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3-8.7A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/></svg>") center/contain no-repeat; }
#povp.catMore a.showPovp::before { content:""; width:15px; height:15px; flex:0 0 15px; background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232C74B2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 4h16v16H4z'/><path d='M22 6l-10 7L2 6'/></svg>") center/contain no-repeat; }

/* Tehnične lastnosti (izpostave): vsaka lastnost v svoji vrstici */
.lastnosti {
  display: flex !important;
  flex-direction: column;
  grid-template-columns: none !important;
  gap: 12px !important;
  margin: 4px 0 !important;
  width: 100%;
}
.lastnost {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.lastnost img {
  width: 84px !important;
  height: 84px;
  flex: 0 0 84px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--panel);
  padding: 8px;
  box-sizing: border-box;
  mix-blend-mode: multiply;
}
.lastnost-body { flex: 1 1 auto; min-width: 0; }
/* višja specifičnost (.lastnosti .lastnost h3), da zanesljivo premaga .summary h3 (vrstica ~1913) */
.lastnosti .lastnost h3 {
  margin: 0 0 5px !important;
  font-family: var(--display);
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  color: var(--ink) !important;
}
.lastnost-body, .lastnost-body p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}
.lastnost-body p + p { margin-top: 8px; }
@media (max-width: 560px) {
  .lastnost { gap: 14px; padding: 12px; }
  .lastnost img { width: 66px !important; height: 66px; flex: 0 0 66px; }
  .lastnosti .lastnost h3 { font-size: 15px !important; }
  .lastnost-body, .lastnost-body p { font-size: 14px; }
}

/* obrazec: odpre se pod info kartico, svoja kartica */
.obrazecS.showObr {
  margin-top: 14px !important; background: var(--surface); border: 1px solid var(--line);
  border-radius: 16px; padding: 24px !important; box-shadow: var(--shadow-1);
}
.obrazecS .form-place { display: flex !important; flex-wrap: wrap; gap: 16px; }
.obrazecS .form-place > div { flex: 1 1 calc(50% - 8px); min-width: 170px; display: flex; flex-direction: column; margin: 0 !important; }
.obrazecS .form-place > .full-row { flex: 1 1 100%; }
.obrazecS .form-place label { font-size: 12px !important; font-weight: 700 !important; letter-spacing: .04em; text-transform: uppercase; color: var(--muted) !important; margin-bottom: 8px !important; }
.obrazecS .form-place label b { font-weight: 700 !important; color: var(--muted) !important; }
.obrazecS .inputF, .obrazecS .area-field {
  width: 100% !important; height: 52px; border-radius: 12px !important; background: var(--paper) !important;
  border: 1.5px solid transparent !important; padding: 0 14px !important; font-size: 15px; box-sizing: border-box;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.obrazecS .area-field { height: auto !important; min-height: 110px; padding: 12px 14px !important; }
.obrazecS .inputF:focus, .obrazecS .area-field:focus { background: var(--surface) !important; border-color: var(--blue) !important; box-shadow: 0 0 0 4px rgba(44,116,178,.13) !important; }
.obrazecS .g-recaptcha { margin: 4px 0; }
.obrazecS .check_container { flex: 1 1 100%; }

/* mobilno: info kartica čez celo širino, gumba v eni vrstici */
@media (max-width: 700px) {
  #povp.catMore {
    display: flex; flex-wrap: wrap; align-items: center;
    width: 100vw; max-width: 100vw;
    margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important; border-left: 0 !important; border-right: 0 !important;
    padding: 20px 16px !important;
  }
  #povp.catMore h4 { flex: 1 1 100%; margin: 0 0 14px !important; }
  #povp.catMore a {
    flex: 1 1 auto; justify-content: center; white-space: nowrap;
    padding: 10px 12px !important; font-size: 13px !important; margin: 0 !important; gap: 6px;
  }
  #povp.catMore a + a { margin-left: 10px !important; }
  /* obrazec ob prikazu tudi full-bleed (100vw) na mobilnikih */
  .obrazecS.showObr {
    width: 100vw; max-width: 100vw;
    margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important; border-left: 0 !important; border-right: 0 !important;
    padding: 15px !important;
  }
}

/* ============================================================
   BLOG – atraktiven "bento" izpis (aktivira se pri >=7 karticah)
   ============================================================ */
.blog-list:has(> .bcard:nth-child(7)) {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-auto-flow: dense !important; align-items: stretch; gap: 24px !important;
}
.blog-list:has(> .bcard:nth-child(7)) .bcard { height: 100%; }

/* PRVI = velik featured z besedilom prek slike */
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child {
  grid-column: span 2; grid-row: span 2; position: relative;
  border-radius: 22px; overflow: hidden; justify-content: flex-end; min-height: 420px;
}
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child .bcard-media {
  position: absolute; inset: 0; aspect-ratio: auto !important; height: 100%; border-radius: 0;
}
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child .bcard-media img { height: 100%; }
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(11,16,23,.85) 0%, rgba(11,16,23,.35) 42%, rgba(11,16,23,0) 66%);
}
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child .bcard-body {
  position: relative; z-index: 2; padding: 28px 30px 26px !important; margin-top: auto;
}
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child .bcard-title {
  color: #fff !important; font-size: clamp(22px, 2.4vw, 30px) !important; line-height: 1.18 !important; margin-bottom: 10px;
}
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child .bcard-excerpt {
  color: rgba(255,255,255,.88) !important; font-size: 15px !important;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 12px;
}
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child .bcard-more { color: #fff !important; }
.blog-list:has(> .bcard:nth-child(7)) .bcard:first-child:hover .bcard-media img { transform: scale(1.04); }

/* 2. in 3. = manjši, kompaktni, brez povzetka */
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(2) .bcard-excerpt,
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(3) .bcard-excerpt { display: none !important; }
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(2) .bcard-media,
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(3) .bcard-media { aspect-ratio: 16 / 9; }
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(2) .bcard-body,
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(3) .bcard-body { padding-top: 14px; }
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(2) .bcard-title,
.blog-list:has(> .bcard:nth-child(7)) .bcard:nth-child(3) .bcard-title { font-size: 16px; }

/* vsake nekaj kartic ena širša (razbije monotonost mreže) */
.blog-list:has(> .bcard:nth-child(10)) .bcard:nth-child(9) { grid-column: span 2; }
.blog-list:has(> .bcard:nth-child(10)) .bcard:nth-child(9) .bcard-media { aspect-ratio: 21 / 9; }

@media (max-width: 900px) {
  .blog-list:has(> .bcard:nth-child(7)) { grid-template-columns: repeat(2, 1fr) !important; }
  .blog-list:has(> .bcard:nth-child(7)) .bcard:first-child { grid-column: span 2; grid-row: auto; min-height: 340px; }
  .blog-list:has(> .bcard:nth-child(10)) .bcard:nth-child(9) { grid-column: span 2; }
}
@media (max-width: 620px) {
  .blog-list:has(> .bcard:nth-child(7)) { grid-template-columns: 1fr !important; }
  .blog-list:has(> .bcard:nth-child(7)) .bcard:first-child,
  .blog-list:has(> .bcard:nth-child(10)) .bcard:nth-child(9) { grid-column: span 1; }
}

/* ============================================================
   DOMAČA STRAN – blog bento (5 kartic: 1 velik featured + 4 manjši)
   ============================================================ */
.blog-list.blog-home {
  grid-template-columns: repeat(4, 1fr) !important; grid-auto-flow: dense !important;
  gap: 22px !important; align-items: stretch;
}
.blog-list.blog-home .bcard { height: 100%; }
.blog-list.blog-home .bcard:first-child {
  grid-column: span 2; grid-row: span 2; position: relative;
  border-radius: 22px; overflow: hidden; justify-content: flex-end; min-height: 400px;
}
.blog-list.blog-home .bcard:first-child .bcard-media { position: absolute; inset: 0; aspect-ratio: auto !important; height: 100%; }
.blog-list.blog-home .bcard:first-child .bcard-media img { height: 100%; }
.blog-list.blog-home .bcard:first-child::after {
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background: linear-gradient(to top, rgba(11,16,23,.85) 0%, rgba(11,16,23,.35) 42%, rgba(11,16,23,0) 66%);
}
.blog-list.blog-home .bcard:first-child .bcard-body { position: relative; z-index:2; padding: 26px 28px 24px !important; margin-top: auto; }
.blog-list.blog-home .bcard:first-child .bcard-title { color:#fff !important; font-size: clamp(20px, 2.2vw, 28px) !important; line-height:1.18 !important; margin-bottom: 10px; }
.blog-list.blog-home .bcard:first-child .bcard-excerpt {
  color: rgba(255,255,255,.88) !important; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; margin-bottom: 12px;
}
.blog-list.blog-home .bcard:first-child .bcard-more { color:#fff !important; }
.blog-list.blog-home .bcard:first-child:hover .bcard-media img { transform: scale(1.04); }
/* 4 manjši: kompaktni, brez povzetka */
.blog-list.blog-home .bcard:not(:first-child) .bcard-excerpt { display: none !important; }
.blog-list.blog-home .bcard:not(:first-child) .bcard-media { aspect-ratio: 16/10; }
.blog-list.blog-home .bcard:not(:first-child) .bcard-title { font-size: 16px; }
.blog-list.blog-home .bcard:not(:first-child) .bcard-body { padding-top: 12px; }

@media (max-width: 900px) {
  .blog-list.blog-home { grid-template-columns: repeat(2, 1fr) !important; }
  .blog-list.blog-home .bcard:first-child { grid-column: span 2; grid-row: auto; min-height: 320px; }
}
@media (max-width: 560px) {
  .blog-list.blog-home { grid-template-columns: 1fr !important; }
  .blog-list.blog-home .bcard:first-child { grid-column: span 1; }
}
/* mobilni blog izpis: slike ostanejo full-bleed, besedilo pa naj ima odmik od roba */
@media (max-width: 700px) {
  .blog-list .bcard-body { padding-left: 20px; padding-right: 20px; }
}

/* ============================================================
   MOBILNI FILTRI + subFilts (avtoritativno – na koncu datoteke).
   Ne dodajaj teh razredov nižje, sicer se povozijo.
   ============================================================ */
@media (max-width: 767px) {

  /* --- subFilts: manjši pill-čipi, levo poravnani, 2–3 v vrsto --- */
  .subFilts {
    justify-content: flex-start !important;
    gap: 8px !important;
    margin: 4px 0 22px !important;
  }
  .subF {
    padding: 6px 14px 6px 8px !important;
    gap: 8px !important;
    border-radius: 999px !important;
  }
  .subF img {
    width: 34px !important; height: 34px !important;
    max-width: 34px !important; max-height: 34px !important; flex: 0 0 34px !important;
  }
  .subF h2, .subF a { font-size: 13px !important; }

  /* --- Filtri skriti za gumbom "Filter" (.mFilt) --- */
  .filter-toolbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  /* vrstica z gumbom Filter + Razvrsti */
  .filter-toolbar .psx {
    display: flex !important; align-items: center; justify-content: space-between;
    gap: 10px; margin: 0 !important; order: 0;
  }
  .filter-toolbar .mFilt { display: inline-flex !important; }

  /* čipi skriti, dokler jih gumb ne odpre */
  .filter-toolbar .filters.filters-bar { display: none !important; order: 1; }
  .filter-toolbar .filters.filters-bar.filtsAct {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    overflow: visible !important;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 10px !important;
  }
  /* vsak filter poln po širini, naslov kot vrstica */
  .filters.filters-bar.filtsAct .filter { width: 100% !important; flex: 1 1 auto !important; }
  .filters.filters-bar.filtsAct .filter-title {
    width: 100% !important; justify-content: space-between !important;
    border-radius: 10px !important;
  }
  /* opcije se razgrnejo inline pod naslovom (ne kot fiksni bottom-sheet) */
  .filters.filters-bar.filtsAct .filter-panel {
    position: static !important;
    left: auto !important; right: auto !important; top: auto !important; bottom: auto !important;
    width: 100% !important; max-width: none !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important; border-radius: 0 !important;
    margin: 6px 0 2px !important; padding: 6px 4px 2px !important;
    background: transparent !important;
  }
}

/* ============================================================
   RSLIDER – nov slider (produkti / kategorije). Popolnoma nov
   razred, brez konfliktov s starim pn_section/pn_item.
   ============================================================ */
.rslider {
  --n: 5;                 /* kartic na pogled */
  --gap: 18px;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
  margin: 0;
  padding: 18px 0 6px;
  box-sizing: border-box;
}
.rslider::-webkit-scrollbar { display: none; }

.rslide {
  flex: 0 0 calc((100% - (var(--n) - 1) * var(--gap)) / var(--n));
  width: calc((100% - (var(--n) - 1) * var(--gap)) / var(--n));
  min-width: 0;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

/* kartic na pogled po napravah */
@media (max-width: 1280px) { .rslider { --n: 4; } }
@media (max-width: 980px)  { .rslider { --n: 3; --gap: 14px; } }
@media (max-width: 620px)  {
  /* identično seznamu: od roba do roba + čisto majhen razmik (2px) */
  .rslider {
    --n: 2; --gap: 2px;
    width: 100vw; max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 12px 0 4px;
    scroll-padding-left: 0;
  }
}

/* Kartice (.pc / .ccard) v slider-ju uporabljajo ISTI slog kot seznam –
   osnovna .pc / .ccard pravila veljajo; mobilni "gumb na dnu" je razširjen
   na .rslide skupaj s seznamom (glej razdelek pri .catalog_list.gr). */

/* ---- navigacija: puščice + pike ---- */
.rslider-nav { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 0 4px; }
.rslider-nav.is-empty { display: none; }
.rslider-arrow {
  width: 44px; height: 44px; border-radius: 50%; padding: 0;
  border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-soft);
  display: grid; place-items: center; cursor: pointer; font-size: 15px;
  transition: border-color .18s ease, color .18s ease, background .18s ease, opacity .18s ease;
}
.rslider-arrow:hover { border-color: var(--blue); color: var(--blue); }
.rslider-arrow[disabled] { opacity: .3; cursor: default; border-color: var(--line); }
.rslider-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.rslider-dot {
  width: 8px; height: 8px; border: 0; padding: 0; border-radius: 50%;
  background: var(--line-strong); cursor: pointer; transition: all .2s ease;
}
.rslider-dot:hover { background: var(--muted); }
.rslider-dot.active { background: var(--blue); width: 22px; border-radius: 5px; }

/* na dotik (≤980): skrij puščice, pusti pike; manjše kartice */
@media (max-width: 980px) {
  .rslider-arrow { display: none; }
  .rslider-nav { padding: 12px 0 2px; }
}
@media (max-width: 620px) {
  .rslide .pc-title { font-size: 13px; }
  .rslide .pc-price { font-size: 15px; }
  .rslide .pc-add { height: 38px; font-size: 12px; }
  .rslide .pc-media { border-radius: 14px; padding: 12px; }
}

/* ============================================================
   MOBILNO: kategorije/znamke – DRSNIK, vsak slide 2×2 (4 kartice),
   naziv v sliki, brez opisa
   ============================================================ */
@media (max-width: 620px) {
  .rslider--cats {
    display: grid !important; grid-auto-flow: column !important;
    grid-template-rows: 1fr 1fr !important;
    grid-auto-columns: 50% !important;               /* natanko 2 stolpca na pogled (brez pokukavanja) */
    overflow-x: auto !important; overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    column-gap: 0 !important; row-gap: 12px !important; align-items: stretch;
    width: 100vw !important; max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important;
    padding: 12px 0 6px !important; box-sizing: border-box;
  }
  .rslider--cats .rslide { width: auto !important; height: 100%; padding: 0 7px !important; box-sizing: border-box; scroll-snap-align: none; }
  .rslider--cats .rslide:nth-child(4n+1) { scroll-snap-align: start; }

  .rslider--cats .ccard { position: relative; text-align: center; height: 100%; }
  .rslider--cats .ccard-media,
  .rslider--cats.show_brands .ccard-media {
    aspect-ratio: 4 / 3 !important; border-radius: 14px; overflow: hidden; padding: 16px !important;
    margin: 0; transform: none !important;
  }
  .rslider--cats.show_brands .ccard-media img { max-height: 100% !important; }
  .rslider--cats .ccard-title {
    position: absolute; left: 7px; right: 7px; bottom: 0; z-index: 2; margin: 0 !important;
    padding: 22px 8px 9px !important; font-family: var(--display) !important; font-weight: 700 !important;
    font-size: 13px !important; line-height: 1.15 !important; text-align: center; color: #fff !important;
    background: linear-gradient(to top, rgba(11,16,23,.82) 0%, rgba(11,16,23,.4) 55%, transparent 100%);
    border-radius: 0 0 14px 14px;
    display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .rslider--cats .ccard:hover .ccard-title { color: #fff !important; }
  .rslider--cats .ccard p { display: none !important; }
}

/* ============================================================
   CAROUSEL ({galerija:} v CMS vsebini) – prenova + delujoče puščice
   ============================================================ */
.carousel {
  position: relative; width: 100%; margin: 20px auto; box-sizing: border-box;
  background: none; border: 0; border-radius: 16px;
  overflow: hidden; aspect-ratio: 16 / 10; display: grid; place-items: center;
}
.carousel .carouselImg {
  width: 100%; height: 100%; object-fit: cover; padding: 0; border-radius: 16px; box-sizing: border-box;
}
.carousel .carouselBtn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; padding: 0 !important; border: 1px solid var(--line) !important;
  border-radius: 50% !important; display: grid !important; place-items: center;
  background: rgba(255,255,255,.85) !important; color: var(--ink) !important;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-size: 18px; line-height: 1; cursor: pointer; white-space: nowrap;
  box-shadow: 0 6px 18px -8px rgba(20,28,40,.35);
  transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}
.carousel .carouselBtn:hover { background: var(--blue) !important; color: #fff !important; border-color: var(--blue) !important; }
.carousel .display-left  { left: 14px; }
.carousel .display-right { right: 14px; }
.carousel .display-left:hover  { transform: translateY(-50%) translateX(-1px); }
.carousel .display-right:hover { transform: translateY(-50%) translateX(1px); }
.carousel .carousel-count {
  position: absolute; right: 14px; bottom: 14px; z-index: 3;
  background: rgba(20,28,40,.72); color: #fff; font-family: var(--display); font-weight: 700;
  font-size: 12px; padding: 4px 11px; border-radius: 999px; font-variant-numeric: tabular-nums;
}
@media (max-width: 700px) {
  .carousel {
    width: 100vw; max-width: 100vw;
    margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
    aspect-ratio: 4 / 3; border-radius: 0;
  }
  .carousel .carouselImg { border-radius: 0; padding: 0; }
  .carousel .carouselBtn { width: 40px; height: 40px; }
}

/* ============================================================
   #obrazec_servis – obrazec za povpraševanje/servis (v CMS vsebini)
   ============================================================ */
.servis-contact { margin: 26px 0; }
.servis-contact .kontakt-quick { margin-bottom: 0; }
/* "Pošljite sporočilo" kartica = sprožilec obrazca (barvno izpostavljena, jasno klikabilna) */
button.qcard { font: inherit; width: 100%; cursor: pointer; }
.qcard-t { align-items: flex-start; text-align: left; }
.qcard-form { background: var(--blue-tint) !important; border-color: rgba(44,116,178,.32) !important; }
.qcard-form .qcard-ic { background: #fff !important; }
.qcard-form .qcard-t span { color: var(--blue-deep); }
.qcard-form .qcard-t b { color: var(--blue); }
.qcard-form:hover { border-color: var(--blue) !important; box-shadow: 0 16px 34px -20px rgba(44,116,178,.55); }
.qcard-arrow { margin-left: auto; flex: 0 0 auto; display: inline-flex; color: var(--blue); transition: transform .22s ease, color .18s ease; }
.qcard-arrow svg { width: 24px !important; height: 24px !important; }
.qcard-form.is-open { border-color: var(--blue) !important; }
.qcard-form.is-open .qcard-arrow { transform: rotate(180deg); }

.servis-inquiry { width: 100%; max-width: 720px; margin: 26px 0; }
.servis-contact .servis-inquiry { margin: 18px 0 0; }
.servis-inquiry .card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 1px 2px rgba(20,28,40,.04), 0 18px 44px -30px rgba(20,28,40,.2);
  padding: 30px 32px; box-sizing: border-box;
}
.servis-inquiry .card > h2 {
  font-family: var(--display) !important; font-weight: 800 !important; font-size: 20px !important;
  color: var(--ink) !important; margin: 0 0 8px !important; padding: 0 !important; letter-spacing: -0.01em;
}
.servis-inquiry-lead { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 20px; }
@media (max-width: 700px) {
  .servis-inquiry { max-width: 100%; }
  .servis-inquiry .card { padding: 24px 20px; border-radius: 16px; }
}

/* ============================================================
   .brands – filter znamk (prodajni-program): diskretni čipi
   ============================================================ */
.brands { display: flex; flex-wrap: wrap; gap: 8px; width: 100%; margin: 4px 0 28px !important; }
.brands a {
  flex: 0 0 auto !important; display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 14px !important; margin: 0 !important; border: 1px solid var(--line-strong) !important;
  border-radius: 999px !important; background: var(--surface) !important; color: var(--ink-soft) !important;
  font-family: var(--display); font-weight: 600 !important; font-size: 13px !important; white-space: nowrap;
  text-decoration: none !important; transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.brands a:hover { border-color: var(--blue) !important; color: var(--blue) !important; background: var(--blue-tint) !important; }
.brands a.actBrand, .brands .actBrand {
  border-color: var(--blue) !important; background: var(--blue) !important; color: #fff !important;
}

@media (max-width: 700px) {
  /* mobilno: drsna vrstica brez indikatorjev */
  .brands {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; -ms-overflow-style: none;
    scroll-snap-type: x proximity; padding-bottom: 4px; margin-bottom: 22px !important;
  }
  .brands::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .brands a { scroll-snap-align: start; }
}

/* ============================================================
   OZNAKE – seznam rezultatov (lepše kartice)
   ============================================================ */
.oznaka {
  display: flex; align-items: center; gap: 20px; width: 100%; box-sizing: border-box;
  padding: 16px; margin: 0 0 14px !important;
  border: 1px solid var(--line) !important; border-radius: 16px; background: var(--surface);
  transition: border-color .18s ease, box-shadow .18s ease, transform .12s ease;
}
.oznaka:hover { border-color: var(--blue) !important; box-shadow: 0 16px 34px -22px rgba(20,28,40,.42); transform: translateY(-2px); }
.oznakaImg { flex: 0 0 150px; width: 150px; line-height: 0; }
.oznakaImg a {
  display: grid; place-items: center; width: 100%; aspect-ratio: 3 / 2;
  border-radius: 12px; overflow: hidden; background: var(--panel);
}
.oznakaImg img { width: 100% !important; height: 100% !important; object-fit: contain; padding: 8px; box-sizing: border-box; }
.oznakaContent { width: auto !important; flex: 1 1 auto; min-width: 0; }
.oznakaContent small {
  display: inline-block; font-family: var(--display); font-weight: 700; font-size: 11px !important;
  letter-spacing: .06em; text-transform: uppercase; color: var(--blue); margin: 0 0 7px;
}
.oznakaContent h2 {
  font-size: 16px !important; font-weight: 700 !important; margin: 0 0 6px !important;
  padding: 0; line-height: 1.3; text-transform: none; letter-spacing: -0.01em;
}
.oznakaContent h2 a { color: var(--ink) !important; text-decoration: none !important; }
.oznaka:hover .oznakaContent h2 a { color: var(--blue) !important; }
.oznakaContent p { font-size: 14px !important; line-height: 1.55 !important; color: var(--muted) !important; margin: 0; }
.oznakaContent b { display: inline-block; margin-top: 10px; color: var(--accent) !important; font-size: 16px; font-weight: 700; }

@media (max-width: 560px) {
  .oznaka { gap: 14px; padding: 12px; align-items: flex-start; }
  .oznakaImg { flex-basis: 96px; width: 96px; }
  .oznakaContent h2 { font-size: 15px !important; }
  .oznakaContent p { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
}
