/* ==========================================================================
   Noxium — 1:1 klon noxium.sk. Namespace .nxm-.
   Telo je SVETLÉ; tmavé sú header, hero, newsletter karty, footer-bottom.
   ========================================================================== */

@font-face{
  font-family:Roboto;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/Roboto-Regular.woff2") format("woff2")
}
@font-face{
  font-family:Roboto;
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/Roboto-Medium.woff2") format("woff2")
}
@font-face{
  font-family:Roboto;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("../fonts/Roboto-Bold.woff2") format("woff2")
}
@font-face{
  font-family:nxm-apollo;
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../fonts/apollo.ttf") format("truetype")
}
:root{
  --nxm-dark:#292929; --nxm-darker:#0F0F0F; --nxm-black:#000; --nxm-ink:#0A0805;
  --nxm-gold:#C8A050; --nxm-gold-light:#e0b95a; --nxm-gold-tint:#F5F0E8; --nxm-icon-yellow:#FFC400;
  --nxm-text:#1f1f1f; --nxm-text-2:#4d4d4d; --nxm-text-3:#767676; --nxm-muted:#7c7e8f;
  --nxm-white:#fff; --nxm-surface:#f6f6f6; --nxm-line:#e6e6e6;
  --nxm-font-body:Roboto,sans-serif;
  --nxm-font-head:Roboto,sans-serif;
  --nxm-wrap:1418px;/* 1:1 .sk — obsah ~1378px, nav/logo začínajú na ~31/18px pri 1440 viewporte (bolo 80rem/1280 = užšie). Namerané z live .sk. */
  --nxm-home-wrap:1418px;/* 1:1 .sk desktop: vonkajší kontajner 1418px, obsah bannerov 1378px pri 1440px viewporte */
  --nxm-r-card:16px; --nxm-r-banner:20px; --nxm-r-pill:50px; --nxm-r-cta:6px;
}

/* ---- base / GP overrides ---- */
/* 1:1 .sk MERANÉ: body = 14px / line-height 19.3846px (≈1.38462). GeneratePress dával 17px/1.6,
   čo dedila celá stránka → 115 lh-deltas, väčšina fs-deltas a docH +2016px na mobile.
   `html` ostáva 16px, lebo na ňom stojí rem-škálovanie témy. */
body{background:var(--nxm-white);color:rgb(15,15,15);font-family:var(--nxm-font-body);font-size:14px;line-height:1.38462} /* sk body color rgb(15,15,15), bolo rgb(31,31,31) */
/* 1:1 .sk: výpisové + legal (FAQ, obch. podmienky, GDPR…) stránky svetlosivé #f5f6f8. Košík/checkout/PDP ostávajú biele (robené/testované na bielom). */
body.home,body.archive,body.tax-product_cat,body.post-type-archive-product,body.woocommerce-shop,body.nxm-legal-page,body.blog{background:#f5f6f8}
.site,#page,.site-content,#content,.site-main{background:transparent}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--nxm-font-head)}
.nxm-wrap{width:100%;max-width:var(--nxm-wrap);margin-inline:auto;padding-inline:1.25rem}
.home .nxm-usp-grid,.home .nxm-banners,.home .nxm-products,.home .nxm-home-content,
.home .nxm-blog,.home .nxm-home-reviews,.home .nxm-news-grid{max-width:var(--nxm-home-wrap)}
.home .site-content{padding:0}
.home .entry-content:empty,.home .inside-article{display:none}
.nxm-mt{margin-top:1.4rem}

/* ---- canonical buttons ---- */
.nxm-cta-gold{display:inline-block;background:var(--nxm-gold);color:var(--nxm-ink);padding:.85rem 2rem;border-radius:var(--nxm-r-cta);font-family:var(--nxm-font-head);font-weight:500;font-size:.92rem;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 0 0 1px rgba(200,160,80,.4);transition:background .35s,box-shadow .35s,transform .35s}
.nxm-cta-gold:hover,.nxm-cta-gold:focus,.nxm-cta-gold:active{background:var(--nxm-gold-light);color:var(--nxm-ink);box-shadow:0 0 0 1px rgba(200,160,80,.6),0 6px 22px rgba(200,160,80,.4);transform:translateY(-1px)} /* color zamknutý — inak GP a:hover stmaví text */
.nxm-btn-pill{display:inline-block;padding:.6rem 1.5rem;border-radius:var(--nxm-r-pill);background:linear-gradient(90deg,#FBD858 0%,#FCAC55 60%,#FEA44E 100%);color:var(--nxm-ink);font-family:var(--nxm-font-head);font-weight:700;font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;transition:filter .2s}
.nxm-btn-pill:hover{filter:brightness(1.06)}
.nxm-btn-dark{display:inline-flex;align-items:center;justify-content:center;background:var(--nxm-dark);border:1px solid var(--nxm-dark);color:#fff;font-family:var(--nxm-font-head);font-weight:600;font-size:.9rem;padding:.8rem 1.4rem;border-radius:var(--nxm-r-pill);cursor:pointer;transition:background .2s,border-color .2s}
.nxm-btn-dark:hover,.nxm-btn-dark:focus,.nxm-btn-dark:active{background:#000;border-color:#000;color:#fff} /* color zamknutý pre <a>.nxm-btn-dark (GP a:hover leak) */

/* ===================== HEADER ===================== */
.nxm-header{position:relative;z-index:200;background:var(--nxm-dark)}
.nxm-topbar{background:var(--nxm-dark);font-size:.875rem;color:#cccccc} /* 14px = 1:1 .sk topbar (bolo .78rem/12,48px) */
.nxm-topbar-inner{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;min-height:3.05rem} /* ~49px = 1:1 .sk (bolo 2.7rem/43px) */
.nxm-topbar-menu{align-self:center}
/* kontakt = tmavý badge visiaci z vrchu (1:1 .sk) */
.nxm-topbar-contacts{display:flex;align-items:center;gap:1.25rem;white-space:nowrap;margin-left:auto;background:var(--nxm-darker);border-radius:0 0 15px 15px;padding:0 1.15rem;color:rgb(196,202,213)} /* 1:1 .sk: tel/mail sivá rgb(196,202,213) (bolo #cfcfcf) — probe v2 */
.nxm-topbar-contacts a{display:inline-flex;align-items:center;gap:.4rem}
.nxm-topbar-contacts a:hover{color:#fff}
.nxm-tb-ico{flex-shrink:0;fill:currentColor;stroke:none} /* 1:1 .sk: apollo glyfy (E917 tel, E916 mail) FILLED — nie Feather stroke */
.nxm-tb-ico.nxm-tb-phone{width:auto;height:17px} /* SK tel U+E917 17px */
.nxm-tb-ico.nxm-tb-mail{width:auto;height:14px}  /* SK mail U+E916 14px */
.nxm-topbar-menu{display:flex;align-items:center;gap:0;flex-wrap:nowrap;justify-content:flex-start;flex:1} /* 1:1 .sk: rozostup cez padding položiek, nie gap (menu_gap probe) */
.nxm-topbar-menu>a{position:relative;transition:color .2s;padding:0 15px} /* 1:1 .sk: 15px po stranách → text-k-textu 30px */
.nxm-topbar-menu>a:first-child{padding-left:0}
.nxm-topbar-menu>a:hover{color:#fff}
.nxm-topbar-menu>a+a::before{content:"";width:5px;height:5px;border-radius:50%;background:rgb(204,204,204);position:absolute;left:0;top:50%;transform:translate(-50%,-50%);pointer-events:none} /* 1:1 .sk: bodka = list-style disc ~5px, farba rgb(204,204,204) (#CCC ako text — z reálneho pixel-samplu SK, computed rgb(15,15,15) bola klamlivá headful) */
/* "Viac ▾" dropdown v topbare */
.nxm-topmore{position:relative;margin-left:auto;margin-right:55px} /* 1:1 .sk desktop 1440: trigger x=896, kontakt začína x=1065 */
.nxm-topmore-btn{width:100px;justify-content:center;background:transparent;border:0;color:inherit;font-family:var(--nxm-font-body);font-size:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;padding:0;transition:color .2s}
.nxm-topmore-btn:hover{color:#fff}
.nxm-topmore[aria-open="true"] .nxm-caret{transform:rotate(180deg)}
.nxm-topmore-menu{position:absolute;top:150%;left:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:6px;min-width:230px;box-shadow:0 8px 28px rgba(0,0,0,.5);display:none;z-index:300}
.nxm-topmore[aria-open="true"] .nxm-topmore-menu{display:block}
.nxm-topmore-menu a{display:block;color:#ddd;padding:.5rem .6rem;border-radius:6px;font-size:.82rem}
.nxm-topmore-menu a:hover{background:rgba(255,255,255,.12);color:#fff}

.nxm-mainbar{background:var(--nxm-dark)}
.nxm-mainbar-inner{display:flex;align-items:center;gap:1.25rem;padding-block:30px 10px}
.nxm-logo{margin-left:-13px}
.nxm-logo img,.nxm-logo .custom-logo{height:2.9rem;width:auto}
/* Desktop logo 1:1 .sk = 55px (bolo 46px). Mobil ostáva 2.9rem kvôli 60px header výške. */
@media(min-width:992px){.nxm-logo img,.nxm-logo .custom-logo{height:55px}}
/* 1:1 .sk: search box svetlosivý #f5f6f8 + 1px border, radius 8px, 490px, CENTROVANÝ (margin auto), placeholder 14px */
.nxm-search{flex:0 1 490px;margin-inline:auto;position:relative;left:20px;display:flex;align-items:stretch;background:#f5f6f8;border:1px solid #e0e5ee;border-radius:8px;overflow:hidden;max-width:490px;min-height:50px} /* 490×50 = 1:1 .sk; left:20px = 1:1 .sk pozícia (search je na SK o 20px vpravo — namerané x388 vs x368) */
.nxm-search input{flex:1;border:0;padding:0 12px;font-family:var(--nxm-font-body);font-size:14px;color:#292929;background:transparent;min-width:0} /* 1:1 .sk: input padding-left 12px, výška cez stretch (SK 10px 50px 10px 12px) */
.nxm-search input:focus{outline:none}
.nxm-search button{border:0;background:transparent;color:rgb(124,126,143);padding:0 1rem;cursor:pointer;display:flex;align-items:center} /* 1:1 .sk: lupa farba rgb(124,126,143) */
.nxm-search svg,.nxm-search-toggle svg{width:1.375rem;height:1.375rem;fill:currentColor;stroke:none} /* 22px = 1:1 .sk lupa (apollo U+E90F, FILLED — nie Feather stroke) */
.nxm-actions{display:flex;align-items:center;gap:1.25rem;margin-left:auto;white-space:nowrap}
.nxm-actions a,.nxm-lang-btn{color:rgb(196,202,213);font-size:16px;transition:color .2s}
.nxm-login span{text-transform:uppercase;letter-spacing:normal} /* 1:1 .sk: login = VERZÁLKY „PRIHLÁSENIE" (getComputedStyle tt=uppercase, full JSON e24), ls normal */
/* Jazyk = „Slovenčina (€)" title-case, 17px (1:1 .sk — NIE uppercase; login ostáva uppercase 16px). Namerané z live .sk. */
.nxm-lang-btn{text-transform:none;letter-spacing:normal;font-size:17px} /* SK má letter-spacing normal */
.nxm-actions a:hover,.nxm-lang-btn:hover{color:#fff}
.nxm-login,.nxm-cart{display:flex;align-items:center;gap:.5rem}
.nxm-login svg,.nxm-cart svg{fill:currentColor;stroke:none} /* 1:1 .sk: apollo icon-font glyfy (E90A person, E918 cart) sú FILLED, nie stroke */
.nxm-login svg{width:1.75rem;height:1.75rem}   /* 28px = 1:1 .sk person ikona (apollo U+E90A ::before 28px — probe full JSON) */
.nxm-cart .nxm-cart-ico{display:none!important}
.nxm-cart-glyph::before{
  content:"\e929";display:block;font-family:nxm-apollo!important;
  font-size:24px;font-style:normal;font-weight:400;line-height:1;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-glyph::before{content:"\e918";font-size:26px}
.nxm-cart{position:relative}
/* 1:1 .sk MERANÉ 16.7.: košík je BIELY rgb(255,255,255). Musí byť `.nxm-actions a.nxm-cart` (0,2,1),
   lebo `.nxm-actions a` (0,1,1) prebíja samotné `.nxm-cart` (0,1,0) a dáva mu sivastú rgb(196,202,213). */
.nxm-actions a.nxm-cart{color:rgb(196,202,213)}
.nxm-cart{gap:10px}
.nxm-cart-icon-wrap{position:static;display:flex;align-items:center;width:28.3672px;height:26px;flex:0 0 28.3672px}
.nxm-cart-frag{display:block;flex:0 0 auto}
.nxm-cart-frag .nxm-cart-bubble{display:none!important} /* Starý WC fragment uložený v localStorage môže ešte obsahovať pôvodnú bublinu. */
.nxm-cart-price{font-weight:700;font-size:16px;line-height:19.2px} /* 1:1 .sk: cart cena 16/19.2, bold. */
.nxm-cart-bubble{position:absolute;top:2px;left:15px;background:#fff;color:#0F0F0F;font-weight:700;font-size:13px;line-height:18px;min-width:20px;height:18px;box-sizing:border-box;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #eee}
.nxm-cart-bubble[hidden]{display:none}
/* lang */
.nxm-lang{position:relative}
.nxm-lang-btn{background:transparent;border:0;cursor:pointer;font-family:var(--nxm-font-body);display:inline-flex;align-items:center;gap:.35rem;padding:4px 2px} /* padding 4px 2px = 1:1 .sk (GP default bol 10px 20px → prevísal box) */
/* 1:1 .sk: header tlačidlá (jazyk/login) BEZ pozadia na hover/focus — SK má len farbu textu (diag2). GP button:hover{background} inak presvitá = ten „sivý štvorec" */
.nxm-lang-btn:hover,.nxm-lang-btn:focus,.nxm-lang-btn:active,
.nxm-login-toggle:hover,.nxm-login-toggle:focus,.nxm-login-toggle:active,
.nxm-topmore-btn:hover,.nxm-topmore-btn:focus,.nxm-topmore-btn:active{background:transparent} /* + „Viac" (nxm-topmore-btn) — ten istý GP button:hover box */
.nxm-caret{transition:transform .2s}
.nxm-lang-btn .nxm-caret{font-size:9px;line-height:1} /* 1:1 .sk: jazyková šípka ▼ je drobná 9px (nie 17px) — probe v2 */
.nxm-login-toggle .nxm-caret{font-size:10px} /* 1:1 .sk: login šípka = 10px (SK ::after apollo chevron E900 10px) */
.nxm-topmore-btn .nxm-caret{font-size:8px} /* 1:1 .sk: „Viac" šípka = 8px (SK ::after apollo chevron E900 8px) */
.nxm-caret.nxm-chev{display:inline-flex;align-items:center}
.nxm-caret.nxm-chev svg{display:block;height:1em;width:auto;fill:currentColor} /* apollo chevron E900: výška = font-size, šírka podľa pomeru ~2:1 */
.nxm-lang[aria-open="true"] .nxm-caret{transform:rotate(180deg)}
.nxm-lang-menu{position:absolute;top:100%;right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:6px;min-width:190px;box-shadow:0 8px 28px rgba(0,0,0,.5);z-index:300;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none} /* 1:1 .sk: rozbaľuje sa na HOVER s animáciou (fade+slide); top:100% aby hover most nespadol */
.nxm-lang:hover .nxm-lang-menu,.nxm-lang[aria-open="true"] .nxm-lang-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.nxm-lang:hover .nxm-caret,.nxm-lang[aria-open="true"] .nxm-caret{transform:rotate(180deg)}
.nxm-lang-menu a{display:flex;justify-content:space-between;gap:.5rem;color:#fff;font-size:.85rem;padding:.5rem .6rem;border-radius:6px}
.nxm-lang-menu a:hover{background:rgba(255,255,255,.15)}
.nxm-lang-menu a.is-active{color:rgba(255,255,255,.42)} /* 1:1 .sk: aktívny jazyk = sivý text, bez zvýrazneného pozadia, bez ✓ */
/* login dropdown (1:1 .sk — panel s login formulárom pod PRIHLÁSENIE; namerané: 360px, radius 20px, shadow, biele) */
.nxm-login-wrap{position:relative}
.nxm-login-toggle{background:transparent;border:0;cursor:pointer;font-family:var(--nxm-font-body);padding:0;color:rgb(196,202,213);font-size:16px} /* 1:1 .sk: login sivý rgb(196,202,213), 16px (probe v2, desktop 1261px) */
.nxm-login-wrap[aria-open="true"] .nxm-login-toggle .nxm-caret{transform:rotate(180deg)}
.nxm-login-menu{position:absolute;top:calc(100% + 10px);right:0;width:360px;min-height:482px;box-sizing:border-box;max-width:92vw;background:#fff;border:1px solid #e0e5ee;border-radius:20px;box-shadow:0 7px 6px rgba(0,0,0,.12);padding:20px;display:none;z-index:320;text-align:left}
.nxm-login-wrap[aria-open="true"] .nxm-login-menu{display:block}
.nxm-login-form{display:flex;flex-direction:column}
.nxm-login-lbl{font-family:var(--nxm-font-head);font-size:12px;font-weight:700;text-transform:uppercase;color:#0f0f0f;letter-spacing:.02em;margin:0 0 8px}
.nxm-login-input{height:50px;border:1px solid #e0e5ee;border-radius:8px;background:#f5f6f8;padding:10px 12px;font-size:14px;color:#0f0f0f;margin:0 0 23px;box-sizing:border-box;width:100%;font-family:var(--nxm-font-body)}
.nxm-login-input:focus{outline:none;border-color:#000}
.nxm-login-input::placeholder{color:#9a9ba6}
.nxm-login-submit{height:50px;border:0;border-radius:25px;background:#292929;color:#fff;font-family:var(--nxm-font-head);font-size:14px;font-weight:400;cursor:pointer;margin:7px 4px 15px;transition:background .2s}
.nxm-login-submit:hover{background:#000}
.nxm-login-register{display:flex;align-items:center;justify-content:center;height:50px;border-radius:25px;background:#000;color:#fff!important;font-family:var(--nxm-font-head);font-size:14px;font-weight:400;text-decoration:none;margin:0 4px 10px;transition:opacity .2s}
.nxm-login-register:hover{opacity:.85;color:#fff!important}
.nxm-login-lost{align-self:stretch;display:block;box-sizing:border-box;height:37px;line-height:37px;text-align:center;font-size:12px;font-weight:700;text-transform:uppercase;text-decoration:underline;color:#7c7e8f!important;letter-spacing:.02em;margin:0 0 8px}
.nxm-login-lost:hover{color:#0f0f0f!important}
.nxm-login-google{align-self:center;display:flex;align-items:center;justify-content:flex-start;width:144px;height:33px;box-sizing:border-box;gap:14px;font-size:12px;font-weight:700;text-transform:uppercase;color:#7c7e8f!important;text-decoration:none;letter-spacing:.02em}
.nxm-login-google:hover{color:#0f0f0f!important}
.nxm-login-google svg{flex:0 0 auto}

.nxm-navrow{background:var(--nxm-dark);border-top:1px solid rgba(255,255,255,.06)}
.nxm-nav{display:flex;gap:0;min-height:3.75rem;align-items:center} /* 1:1 .sk: rozostup cez padding položiek, nie gap (menu_gap probe) */
.nxm-nav a{color:rgb(196,202,213);font-family:var(--nxm-font-body);font-weight:700;font-size:16px;line-height:16px;text-transform:uppercase;letter-spacing:normal;transition:color .2s;padding:0 15px 0 20px} /* Desktop hlavné kategórie majú zostať bold aj pri zoome a na menších notebookoch. */
.nxm-nav a:first-child{padding-left:0}
.nxm-nav a:hover{color:#fff}
/* 1:1 .sk: pri kliku MYŠOU žiadny default focus box (ten „divný štvorec"/„bodky") — len farba textu; klávesnicový focus (:focus-visible) ostáva kvôli prístupnosti */
.nxm-topbar-menu a:focus:not(:focus-visible),
.nxm-topbar-contacts a:focus:not(:focus-visible),
.nxm-topmore:focus:not(:focus-visible),
.nxm-nav a:focus:not(:focus-visible),
.nxm-actions a:focus:not(:focus-visible),
.nxm-lang-btn:focus:not(:focus-visible),
.nxm-login-toggle:focus:not(:focus-visible),
.nxm-cart:focus:not(:focus-visible){outline:none}

/* burger + mobile sheet (default hidden on desktop) */
.nxm-icon{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:#fff;cursor:pointer;padding:0}
.nxm-icon svg{stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.nxm-burger{display:none;flex-direction:column;align-items:center;gap:1px;color:#fff}
.nxm-burger svg{width:1.6rem;height:1.6rem;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round}
.nxm-burger-label{font-family:var(--nxm-font-head);font-weight:600;font-size:.58rem;letter-spacing:.06em;line-height:1}
.nxm-search-toggle{display:none}
.nxm-search-toggle svg{width:1.5rem;height:1.5rem}
.nxm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:998}
.nxm-overlay[hidden]{display:none}
.nxm-sheet{position:fixed;left:0;right:0;bottom:0;box-sizing:border-box;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 40px rgba(0,0,0,.18);z-index:999;transform:translateY(100%);transition:transform .45s cubic-bezier(.3,1,.3,1),height .3s cubic-bezier(.3,1,.3,1);max-height:calc(100dvh - 56px);overflow:hidden;display:flex;flex-direction:column;touch-action:pan-y}
.nxm-sheet.is-open{transform:translateY(0)}
.nxm-sheet.is-dragging{transition:none;user-select:none}
.nxm-sheet-fixed-footer{display:none}
.nxm-sheet-fixed-footer[hidden],.nxm-sheet-fixed-footer[aria-hidden="true"]{display:none!important}
.nxm-sheet-head{display:flex;align-items:center;justify-content:center;position:relative;padding:1rem 1.25rem;touch-action:none;user-select:none;cursor:grab}
.nxm-sheet.is-dragging .nxm-sheet-head{cursor:grabbing}
.nxm-sheet-handle{display:block;width:36px;height:4px;min-height:4px;padding:0;border:0;border-radius:2px;background:rgba(0,0,0,.18);cursor:grab}
.nxm-sheet-handle:hover,.nxm-sheet-handle:focus,.nxm-sheet-handle:active{background:rgba(0,0,0,.28)}
.nxm-sheet-close{position:absolute;right:1.1rem;top:.75rem;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:0;background:rgba(0,0,0,.06);font-size:1.05rem;cursor:pointer;color:#111}
.nxm-sheet-nav{display:flex;flex-direction:column;padding:0 1.25rem}
.nxm-sheet-link,.nxm-sheet-sec{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.nxm-sheet-link{font-family:var(--nxm-font-head);font-weight:700;font-size:1.05rem;letter-spacing:.01em;text-transform:uppercase;color:#111;padding:1.15rem 0;border-top:1px solid rgba(0,0,0,.08)}
.nxm-sheet-link:first-child{border-top:none}
.nxm-sheet-divider{height:1px;background:rgba(0,0,0,.08);margin:0}
.nxm-sheet-sec{font-family:var(--nxm-font-head);font-weight:600;font-size:.92rem;letter-spacing:.01em;text-transform:uppercase;color:rgba(0,0,0,.42);padding:1rem 0;border-top:1px solid rgba(0,0,0,.08)}
.nxm-sheet-chevron{color:rgba(0,0,0,.3);font-size:1.2rem;line-height:1;flex:0 0 auto}
.nxm-sheet-foot{display:flex;flex-direction:column;gap:.7rem;padding:1.3rem 1.25rem 0}
.nxm-pill{display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;border:1.5px solid rgba(0,0,0,.15);border-radius:50px;padding:.85rem;font-family:var(--nxm-font-head);font-weight:700;font-size:.85rem;letter-spacing:.03em;text-transform:uppercase;color:#111}
.nxm-pill-lang{text-transform:none;font-weight:400}
.nxm-sheet-lang{display:flex;flex-direction:column;gap:8px}
.nxm-pill-lang-toggle{width:100%;background:#fff;color:#111;cursor:pointer;font-family:var(--nxm-font-head)}
.nxm-sheet-lang-caret{transition:transform .2s ease}
.nxm-sheet-lang[aria-open="true"] .nxm-sheet-lang-caret{transform:rotate(180deg)}
.nxm-sheet-lang-menu{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--nxm-line);border-radius:8px;background:#f5f6f8}
.nxm-sheet-lang-menu[hidden]{display:none}
.nxm-sheet-lang-menu a{display:flex;align-items:center;min-height:42px;padding:0 14px;color:#111;font-size:13px;border-top:1px solid var(--nxm-line)}
.nxm-sheet-lang-menu a:first-child{border-top:0}
.nxm-sheet-lang-menu a.is-active{font-weight:700;background:#fff}
.nxm-pill-ico{display:flex;flex:0 0 auto}
.nxm-pill-ico svg{width:18px;height:18px}
.nxm-sheet-social{display:flex;align-items:center;justify-content:center;gap:1.3rem;padding:1.3rem 1.25rem .3rem}
.nxm-sheet-social a{display:flex;color:#111}
.nxm-sheet-social svg{width:22px;height:22px}
.nxm-sheet-social a[aria-label="Instagram"] svg,.nxm-sheet-social a[aria-label="Facebook"] svg{fill:none;stroke:currentColor;stroke-width:1.5}

/* ===================== HERO (1:1 noxium.sk — system font, exact hodnoty) ===================== */
.nxm-hero{position:relative;width:100%;height:clamp(320px,36.46vw,700px);overflow:hidden;background:var(--nxm-darker)}
.nxm-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:0}
.nxm-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to right,rgba(10,8,5,.92) 0%,rgba(10,8,5,.55) 45%,rgba(10,8,5,0) 75%)}
.nxm-hero-inner{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 4% 0 clamp(24px,9%,160px);max-width:none;margin:0}
.nxm-hero-inner>*{max-width:clamp(280px,38vw,540px)}
.nxm-eyebrow{font-family:var(--nxm-font-body);font-weight:400;font-size:clamp(9px,.7vw,11px);letter-spacing:.26em;text-transform:uppercase;color:var(--nxm-gold);margin:0 0 clamp(10px,1vw,16px)}
.nxm-hero-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;font-size:clamp(26px,3.6vw,52px);line-height:1.1;color:#F5F0E8;margin:0}
.nxm-hero-title em{font-style:normal;color:var(--nxm-gold)}
.nxm-hero-sub{font-family:var(--nxm-font-body);font-weight:300;font-size:clamp(13px,1.1vw,16px);color:rgba(230,220,200,.65);margin:clamp(8px,1vw,14px) 0 0}
.nxm-hero .nxm-cta-gold{margin-top:clamp(24px,2.8vw,44px);font-weight:500;font-size:clamp(11px,.85vw,15px);padding:clamp(9px,.85vw,16px) clamp(20px,1.8vw,34px)} /* 1:1 .sk: medzera sub→CTA ~40px @1440 (bolo 21.6 → H1 centrovaný nižšie) */
@media(min-width:768px){.nxm-hero .nxm-cta-gold{box-sizing:border-box;min-width:262px;text-align:center}}
.nxm-hero-meta{position:absolute;z-index:3;bottom:clamp(12px,1.8vw,22px);left:clamp(24px,9%,160px);right:auto;margin:0;max-width:none;display:flex;align-items:center;gap:0;font-family:var(--nxm-font-body);font-size:clamp(10px,.8vw,12px);color:rgba(230,220,200,.55);letter-spacing:normal}
.nxm-hero-meta-sep{margin:0 8px}
@media(max-width:600px){
  .nxm-hero{height:90vw;max-height:none;min-height:0}
  .nxm-hero-bg{object-position:right center}
  .nxm-hero::after{background:rgba(10,8,5,.7)}
  .nxm-hero-inner{inset:0;box-sizing:border-box;justify-content:flex-end;align-items:flex-start;padding:0 20px 48px;text-align:left}
  .nxm-hero-inner>*{max-width:100%}
  .nxm-eyebrow,.nxm-hero-title,.nxm-hero-sub{width:100%}
  .nxm-eyebrow{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:9px;line-height:1.3846;margin:0 0 10px}
  .nxm-hero-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:26px;line-height:1.1}
  .nxm-hero-sub{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:13px;line-height:1.5;margin:8px 0 19px}
  .nxm-hero .nxm-cta-gold{display:inline-block;box-sizing:border-box;min-width:0;min-height:0;margin:16px 0 0;padding:9px 20px;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:11px;line-height:1.3846;font-weight:500;letter-spacing:.13em}
  .nxm-hero-meta{position:absolute;left:20px;right:auto;bottom:14px;justify-content:flex-start;gap:0;margin:0;max-width:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:11px;line-height:1.3846;color:rgba(230,220,200,.55);letter-spacing:0;white-space:nowrap}
}

/* ===================== USP — 3 PNG bannery 1:1 .sk benefitBanner (350×100, ikona+text v obrázku) ===================== */
.nxm-usp{background:transparent} /* 1:1 .sk MERANÉ 16.7.: USP bannery NEMAJÚ bielu kartu — celý SK reťazec je rgba(0,0,0,0), ikonky sedia priamo na pozadí stránky (platí pre homepage aj PDP) */
.nxm-usp-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;padding-block:2.4rem;align-items:center;justify-items:center}
.nxm-usp-item{display:flex;align-items:center;justify-content:center;width:100%}
.nxm-usp-img{width:100%;max-width:350px;height:auto;display:block}
.nxm-usp-mobile{display:none}
@media(min-width:1261px){
  .nxm-usp-grid{grid-template-columns:repeat(3,minmax(0,350px));justify-content:center;column-gap:clamp(24px,7vw,109px);padding-block:2.875rem 1.1rem;padding-inline:1.25rem}
  .home .nxm-usp-grid{max-width:1308px}
  .nxm-usp-img{justify-self:center}
} /* Plynulé 3 stĺpce: desktopové rozmery ostanú, na tabletoch sa zmenšia bez pretekania. */

/* ===================== BANNERS ===================== */
.nxm-banners{display:grid;grid-template-columns:1fr;gap:1.25rem;padding-block:1.7rem 2.5rem} /* 1:1 .sk: banner je 145px pod USP-kotvou (medzera +11px) */
.nxm-banner{display:block;border-radius:var(--nxm-r-banner);overflow:hidden;line-height:0;transition:transform .2s ease,box-shadow .2s ease}
.nxm-banner:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.nxm-banner img{display:block;width:100%;height:auto;aspect-ratio:1080/600} /* aspect-ratio drží výšku ešte pred načítaním — bez toho mal banner na mobile výšku 0 a lazy-load sa NIKDY nespustil (nikdy „nevošiel" do viewportu) */
@media(min-width:900px){.nxm-banners{grid-template-columns:1fr 1fr}}

/* ===================== PRODUCTS (1:1 noxium.sk karty) ===================== */
.nxm-products{padding-block:2rem 3.5rem;text-align:center}
.nxm-section-title{font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(1.7rem,4vw,2.3rem);color:#0f0f0f;margin:0 0 2rem;letter-spacing:.01em}
.home .nxm-section-title{font-size:36px;line-height:1.1;letter-spacing:0}
@media(min-width:768px){.home .nxm-products{padding-top:44px}}
.nxm-section-title strong{font-weight:700}
.nxm-products-cta{margin-top:2.5rem}
.nxm-products ul.products,.nxm-products .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1.5rem!important;list-style:none!important;margin:0!important;padding:0!important;width:100%}
@media(min-width:900px){.home .nxm-products ul.products,.home .nxm-products .woocommerce ul.products{column-gap:1.25rem!important}}
@media(min-width:900px){
  .home .nxm-products ul.products li.product{min-height:730px;padding-bottom:20px}
  .home .nxm-products ul.products li.product .button{margin-top:auto}
}
.nxm-products .woocommerce{width:100%}
.nxm-products ul.products::before,.nxm-products ul.products::after{content:none!important;display:none!important}
@media(max-width:899px){.nxm-products ul.products,.nxm-products .woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:559px){.nxm-products ul.products,.nxm-products .woocommerce ul.products{grid-template-columns:1fr!important}}
/* Produktová karta 1:1 .sk: biela, radius 20, BEZ borderu, padding 30/30/80, stály tieň 0 6px 12px .08 */
.nxm-products ul.products li.product{position:relative;float:none!important;clear:none!important;width:auto!important;max-width:none!important;margin:0!important;display:flex;flex-direction:column;background:#fff;border:0;border-radius:20px;padding:30px 30px 30px;text-align:left;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.08);transition:box-shadow .2s,transform .2s} /* 1:1 .sk: pb 30px (bolo 80px = prázdno pod tlačidlom; SK tlačidlo je absolútne ukotvené, PL v toku) */
.nxm-products ul.products li.product:hover{box-shadow:0 10px 22px rgba(0,0,0,.12)}
.nxm-products ul.products li.product a.woocommerce-LoopProduct-link,.nxm-products ul.products li.product a.woocommerce-loop-product__link{display:block}
/* Obrázok full-bleed po okraje karty (SK: 446 v 446 karte, offsetLeft -30) — preráža cez 30px padding.
   !important + selektor "a img" prebíja WooCommerce default (.woocommerce ...a img{width:100%;margin:0 0 1em}) */
.nxm-products ul.products li.product a img,
.nxm-products ul.products li.product img{margin:-30px -30px 1.1rem!important;width:calc(100% + 60px)!important;max-width:none!important;border-radius:0;aspect-ratio:1/1;object-fit:contain}
/* zľava flag (sivý pill vpravo hore) */
.nxm-products ul.products li.product .onsale,.nxm-products ul.products li.product .nxm-sale{position:absolute;top:1rem;right:1rem;left:auto;margin:0;min-height:0;min-width:0;background:#EAEAEA;color:#111;font-family:var(--nxm-font-body);font-weight:400;font-size:.85rem;line-height:1;padding:7px 11px;border-radius:14px}
/* hviezdy */
.nxm-products ul.products li.product .star-rating{display:block;margin:0 0 .45rem;font-size:16px;width:5.6em;color:var(--nxm-star-empty)} /* 1:1 .sk: skupina 90×16 (bolo .8rem → 72×13) */
.nxm-products ul.products li.product .star-rating::before{color:var(--nxm-star-empty)}   /* prázdna hviezda sk rgb(224,229,238) */
.nxm-products ul.products li.product .star-rating span::before{color:var(--nxm-star)}    /* plná hviezda sk rgb(240,184,32), NIE brand zlatá #C8A050 */
/* názov */
.nxm-products ul.products li.product .woocommerce-loop-product__title{font-family:var(--nxm-font-head);font-weight:600;font-size:18px;line-height:1.3;color:rgb(15,15,15);padding:0 0 .55rem} /* 1:1 .sk: názov 18px (bolo 17), farba rgb(15,15,15) (bolo rgb 31,31,31) */
/* cena + Skladom v riadku */
.nxm-products ul.products li.product .price{display:inline-block;font-family:var(--nxm-font-head);font-weight:700;font-size:1.25rem;color:var(--nxm-text);margin:0}
.nxm-products ul.products li.product .price del{color:var(--nxm-text-3);font-weight:400;font-size:.9rem;margin-right:.4rem;opacity:.85}
.nxm-products ul.products li.product .price ins{text-decoration:none}
.nxm-products ul.products li.product .nxm-stock{float:right;color:#009901;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;margin-top:.4rem}
.nxm-products ul.products li.product .nxm-unit-price{display:block;width:70%;margin-top:10px;color:rgb(124,126,143);font-size:14px;font-weight:400;line-height:1.38462}
/* krátky popis */
.nxm-products ul.products li.product .nxm-pdesc{clear:both;color:rgb(124,126,143);font-size:14px;line-height:1.7;margin:.7rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:70px} /* 1:1 .sk: 14px, clamp 2 riadky, max-height 70px (karta vizuálne 1:1; uložený text rieši product-data pass) */
/* tmavé "Do košíka" pill s ikonou */
.nxm-products ul.products li.product .button,.nxm-products ul.products li.product .added_to_cart{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;align-self:center;margin:1.1rem auto 0;width:180px;max-width:100%;height:50px;box-sizing:border-box;background:#292929;color:#fff;border:1px solid #292929;border-radius:25px;font-family:var(--nxm-font-head);font-weight:400;font-size:14px;padding:5px 10px;text-transform:none;letter-spacing:0;box-shadow:0 3px 6px rgba(0,0,0,.12);transition:background .2s,box-shadow .2s}
.nxm-products ul.products li.product .button:hover{background:#000!important;border-color:#000!important;color:#fff!important;box-shadow:0 5px 12px rgba(0,0,0,.18)} /* 1:1 .sk: hover = čierna rgb(0,0,0) (bolo #1a1a1a); color!important lebo WC core a.button:hover posúva text na rgb(81,81,81) = takmer neviditeľné na čiernej */
.nxm-products ul.products li.product .button .nxm-cart-ico{width:1.15rem;height:1.15rem;flex-shrink:0}

/* ===================== NEWSLETTER + STORY ===================== */
.nxm-news-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;padding-block:2rem .5rem} /* 1:1 .sk: menšia medzera box→footer (SK 60px) */
.nxm-newsletter{position:relative;overflow:hidden;background:var(--nxm-black);border-radius:var(--nxm-r-card);padding:2.5rem;min-height:13rem}
.nxm-news-bg{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);width:60%;max-width:30rem;opacity:.18;z-index:0;pointer-events:none}
.nxm-news-body{position:relative;z-index:2;max-width:34rem}
.nxm-newsletter h2{color:#fff;font-weight:700;font-size:clamp(1.6rem,3.2vw,2.5rem);line-height:1.2;margin:0 0 1.25rem} /* 1:1 .sk: titulok newslettra = 40px, lh 48px */
.nxm-news-form{display:flex;gap:.6rem;flex-wrap:wrap}
.nxm-news-form input{flex:1;min-width:14rem;border:0;border-radius:.6rem;padding:.85rem 1rem;font-family:var(--nxm-font-body);font-size:.95rem}
.nxm-news-form .nxm-news-consent{flex-basis:100%;margin:.25rem 0 0}
.nxm-news-form .nxm-btn-dark{background:var(--nxm-dark);color:#fff;border-color:var(--nxm-dark)} /* 1:1 .sk: „Prihlásiť sa do newslettera" = tmavé tlačidlo, biely text */
.nxm-news-form .nxm-btn-dark:hover{background:#000;border-color:#000}
.nxm-news-consent{color:#fff;font-size:14px;margin:1rem 0 0}
.nxm-news-consent a{color:#fff;text-decoration:underline}
.nxm-story{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:var(--nxm-black);border-radius:var(--nxm-r-card);padding:1.5rem;min-height:13rem;color:#fff;overflow:hidden}
.nxm-story-label{font-family:var(--nxm-font-head);font-weight:500;font-size:1.1rem;line-height:1.3}
.nxm-story-label strong{color:var(--nxm-gold);font-weight:700;font-size:1.3rem}
.nxm-story .nxm-btn-pill{align-self:flex-start}
@media(min-width:900px){.nxm-news-grid{grid-template-columns:1fr 18rem}}
/* 1:1 .sk desktop: box = 2 stĺpce — titulok VĽAVO (2 riadky), formulár VPRAVO (input → consent → tlačidlo stacked) */
@media(min-width:900px){
	.nxm-news-body{max-width:none;display:flex;gap:2.5rem;align-items:flex-start}
	.nxm-newsletter h2{margin:0;flex:0 0 40%}
	.nxm-news-form{flex:1;min-width:0;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:.85rem}
	.nxm-news-form .nxm-news-consent{flex-basis:auto;margin:0;order:0}
}

/* ===================== FOOTER (svetlý) ===================== */
.nxm-footer{background:var(--nxm-surface);color:var(--nxm-text-2);border-top:1px solid var(--nxm-line)}
.nxm-footer-grid{display:grid;grid-template-columns:1fr;gap:2.25rem;padding-block:3rem}
/* Poradie stĺpcov 1:1 noxium.sk (MERANÉ): Informácie → Prihlásenie → Doprava/Platba → Kontakt = natural DOM poradie */
.nxm-footer-grid .nxm-fcol:nth-child(1){order:1}
.nxm-footer-grid .nxm-fcol:nth-child(2){order:2}
.nxm-footer-grid .nxm-fcol:nth-child(3){order:3}
.nxm-footer-grid .nxm-fcol:nth-child(4){order:4}
/* Certifikáty (1:1 .sk footerIcons) */
.nxm-footer-certs{border-top:1px solid var(--nxm-line)}
.nxm-footer-certs-row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding-block:1.6rem}
.nxm-footer-certs-row img{height:37px;width:auto;background:#fff;border-radius:10px;padding:8px 14px;box-shadow:0 2px 8px rgba(0,0,0,.06);box-sizing:content-box} /* 1:1 .sk: kompaktné biele karty ~80×53 (na mobile 2+1 riadky) */
.nxm-footer h4{font-family:var(--nxm-font-head);font-weight:400;font-size:1.25rem;color:#000;margin:0 0 1.1rem;text-transform:uppercase;letter-spacing:.04em} /* 1:1 .sk MERANÉ: nadpisy footra = 20px UPPERCASE čierne (predtým som uppercase omylom zmazal — textContent klame, tt=uppercase) */
.nxm-fcol>a{display:block;color:var(--nxm-muted);font-size:14px;line-height:20px;padding:5px 0;transition:color .2s} /* 1:1 .sk MERANÉ: odkazy footra = 14px/lh20, padding-top 5px, vertikálny krok 32px (SK), rgb(124,126,143) */
.nxm-fcol>a:hover{color:var(--nxm-gold)}
.nxm-flogin{display:flex;flex-direction:column;gap:.6rem}
.nxm-flogin-field{display:grid;gap:8px;margin:0 0 4px}
.nxm-flogin-field label{color:var(--nxm-muted);font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase}
.nxm-flogin-field label span{color:#d71920}
.nxm-flogin input{border:1px solid #e0e5ee;border-radius:8px;padding:.7rem .9rem;font-family:var(--nxm-font-body);font-size:.88rem;background:#fff} /* 1:1 .sk: login input radius 8px, border rgb(224,229,238) */
.nxm-flogin .nxm-btn-dark{width:100%}
.nxm-btn-ghostlight{background:#fff;color:#111;border-color:#cfcfcf}
.nxm-btn-ghostlight:hover,.nxm-btn-ghostlight:focus,.nxm-btn-ghostlight:active{background:#f0f0f0;border-color:#bbb;color:#111} /* ghost = tmavý text aj na hover (prebíja .nxm-btn-dark:hover color) */
.nxm-flink-small{display:inline-block;font-size:.78rem;color:var(--nxm-text-3);margin:.75rem 0;text-decoration:underline}
.nxm-fcol>a.nxm-flink-small{font-size:12px;font-weight:700;color:var(--nxm-muted);text-transform:uppercase} /* 1:1 .sk: „Zabudnuté heslo" = 12px 700 UPPERCASE */
.nxm-google{display:flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid var(--nxm-line);border-radius:25px;min-height:48px;box-sizing:border-box;padding:.65rem .9rem;background:#fff;font-size:12px;color:var(--nxm-text);font-weight:700;text-transform:uppercase} /* r25 + 48px = rovnaká pill rodina ako „Prihlásiť sa"/„Nová registrácia" (Šimon 16.7.) */
.nxm-fcol>a.nxm-google{font-size:12px}
.nxm-google:hover{border-color:#bbb}
.nxm-logos{display:flex;flex-wrap:wrap;gap:.5rem}
.nxm-logo-chip{display:flex;align-items:center;justify-content:center;width:120px;height:50px;background:#fff;border:1px solid var(--nxm-line);border-radius:8px;padding:.4rem} /* 1:1 .sk MERANÉ: footer-icon box 120×50 */
.nxm-logo-chip img{width:80px;height:35px;object-fit:contain} /* 1:1 .sk: logá uniformne 80×35 */
.nxm-logo-chip.is-packeta{background:#bb1b04;border-color:#bb1b04}
.nxm-fcontact{display:flex;align-items:center;gap:.5rem;color:var(--nxm-text-2);font-size:.9rem;padding:.3rem 0}
.nxm-fcontact:hover{color:var(--nxm-gold)}
.nxm-faddress{margin:.9rem 0;color:var(--nxm-muted);font-size:14px;font-style:normal;line-height:1.55}
.nxm-socials{display:flex;gap:.6rem;margin:.75rem 0}
.nxm-socials a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;color:#000;background:transparent}
.nxm-socials a:first-child{border-radius:50%;background:#000;color:#fff}
.nxm-socials a:first-child svg{width:22px;height:22px;fill:#fff;stroke:none}
.nxm-socials a:last-child svg{width:26px;height:26px;fill:none;stroke:#000;stroke-width:2}
.nxm-socials a:hover{color:var(--nxm-gold)}
.nxm-contact-btn{margin-top:.6rem}
.nxm-footer-bottom{background:var(--nxm-darker);color:#fff} /* 1:1 .sk: copyright text biely */
.nxm-footer-bottom .nxm-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1.1rem;font-size:.875rem} /* 1:1 .sk: copyright 14px */
.nxm-cookie-settings-open{margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}

/* Consent panel: compact, accessible and independent from optional third-party scripts. */
.nxm-consent{position:fixed;z-index:10020;right:20px;bottom:20px;box-sizing:border-box;width:min(620px,calc(100vw - 40px));padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#292929;color:#fff;box-shadow:0 16px 42px rgba(0,0,0,.28);font-family:var(--nxm-font-body)}
.nxm-consent[hidden],.nxm-consent-settings[hidden]{display:none!important}
.nxm-consent-copy strong{display:block;margin:0 0 7px;font-size:18px;line-height:1.3}
.nxm-consent-copy p{margin:0;color:#e2e2e2;font-size:14px;line-height:1.55}
.nxm-consent-copy a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.nxm-consent-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.nxm-consent-btn{min-height:44px;padding:10px 18px;border:1px solid #fff;border-radius:4px;background:transparent;color:#fff;font-size:14px;font-weight:700;cursor:pointer}
.nxm-consent-btn.is-primary{background:#fff;color:#111}
.nxm-consent-link{min-height:44px;padding:8px 6px;border:0;background:transparent;color:#fff;font-size:14px;text-decoration:underline;cursor:pointer}
.nxm-consent-settings{display:grid;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.18)}
.nxm-consent-settings label{display:flex;align-items:flex-start;gap:10px;margin:0;color:#fff;cursor:pointer}
.nxm-consent-settings input{width:18px;height:18px;margin:2px 0 0;accent-color:#c9963f;flex:0 0 18px}
.nxm-consent-settings label span{display:block;min-width:0}
.nxm-consent-settings label strong{display:block;font-size:14px;line-height:1.35}
.nxm-consent-settings label small{display:block;margin-top:2px;color:#cfcfcf;font-size:12px;line-height:1.4}
@media(max-width:600px){
  .nxm-consent{left:0;right:0;bottom:0;width:100%;padding:20px;border-width:1px 0 0;border-radius:0}
  .nxm-consent-actions{display:grid;grid-template-columns:1fr 1fr}
  .nxm-consent-link{grid-column:1/-1}
  .nxm-consent-btn{width:100%;padding-inline:10px}
}
.nxm-footer-logo{height:1.8rem!important;width:auto!important;max-width:140px} /* !important: na PDP/košíku WC/GP img pravidlo prebíjalo výšku → logo 580px */
@media(min-width:768px){.nxm-footer-grid{grid-template-columns:1.23fr 1.23fr 1.23fr 1fr}}

/* ===================== RESPONSIVE HEADER ===================== */
/* Tabletový header zostáva do 1260 px, aby sa desktopový topbar ani akcie nezalamovali. */
@media(max-width:1260px){
  .nxm-header{position:sticky;top:0}
  .nxm-topbar{display:none}
  .nxm-navrow{display:none}
  .nxm-search{display:none}
  .nxm-lang,.nxm-login span{display:none}
  .nxm-login-wrap{display:block}
  .nxm-burger{display:flex}
  .nxm-search-toggle{display:flex}
  .nxm-mainbar{position:relative}
  .nxm-mainbar-inner{min-height:50px;gap:0;padding:0 0 0 15px}
  /* .nxm-burger-label OSTÁVA VIDITEĽNÝ — .sk MÁ "MENU" text pod hamburger ikonou (opravená chyba vlastného testu 2.7.) */
  .nxm-logo{display:flex;align-items:center;margin-right:auto;margin-left:0}
  .nxm-logo img,.nxm-logo .custom-logo{height:30px;width:auto}
  .nxm-cart-price{display:none}
  .nxm-actions{gap:0;margin-left:auto}
  .nxm-search-toggle{width:30px;height:50px}
  .nxm-search-toggle svg{width:22px;height:22px}
  .nxm-login-wrap,.nxm-login-toggle{width:40px;height:50px}
  .nxm-login-toggle{display:flex;align-items:center;justify-content:center}
  .nxm-login svg{width:16px;height:23px}
  .nxm-login-menu{position:fixed;inset:50px 0 0;width:100vw;max-width:none;min-height:calc(100dvh - 50px);box-sizing:border-box;overflow-y:auto;border:0;border-radius:0;box-shadow:none;padding:20px 26px 20px 14px}
  .nxm-login-lbl{height:20px;line-height:20px;margin-bottom:5px}
  .nxm-login-menu .nxm-login-input{height:50px;margin-bottom:20px;border:1px solid #e0e5ee!important;border-radius:8px!important;background:#f5f6f8!important;padding:10px 12px!important;font-size:16.1px!important;color:#0f0f0f!important}
  .nxm-login-menu .nxm-login-input:focus{border-color:#000!important}
  .nxm-login-menu .nxm-login-input::placeholder{color:#b9bac4!important;opacity:1}
  .nxm-login-submit{height:40px;margin:10px 0 15px;font-size:12px!important}
  .nxm-login-register{height:40px;margin:0;font-size:12px!important}
  .nxm-login-lost{align-self:stretch;display:block;box-sizing:border-box;height:36.609375px;margin:10px 0 30px;padding-top:20px;text-align:center;font-size:12px!important;line-height:16.6154px!important}
  .nxm-login-google{align-self:center;justify-content:flex-start;width:160px;height:33.21875px;gap:14px}
  .nxm-login-google svg{width:26px;height:26px}
  .nxm-login-google span{width:120px;white-space:normal!important;font-size:12px;font-weight:700;line-height:16.6154px;color:#7c7e8f;text-transform:uppercase}
  .nxm-sheet{height:auto;max-height:calc(100dvh - 56px);padding-bottom:0}
  .nxm-sheet.is-expanded{height:calc(100vh - 56px);height:calc(100dvh - 56px)}
  .nxm-sheet-head{position:sticky;top:0;z-index:2;height:84px;box-sizing:border-box;padding:0;background:#fff;border-radius:20px 20px 0 0}
  .nxm-sheet-handle{position:absolute;top:20px;left:50%;transform:translateX(-50%)}
  .nxm-sheet-close{top:44px;right:16px;width:34px;height:34px;padding:0!important;font-size:14px}
  .nxm-sheet-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-bottom:210px;scrollbar-width:none}
  .nxm-sheet-scroll::-webkit-scrollbar{width:0;height:0}
  .nxm-sheet-nav{padding:0}
  .nxm-sheet-link,.nxm-sheet-sec{box-sizing:border-box;width:100%;padding-left:24px;padding-right:24px}
  .nxm-sheet-link{font-size:15px;line-height:23.53125px;padding-top:16px;padding-bottom:16px;letter-spacing:.06em}
  .nxm-sheet-divider{display:block;height:1px;margin:6px 24px;background:rgba(0,0,0,.06)}
  .nxm-sheet-sec{font-size:13px;font-weight:500;line-height:19.375px;padding-top:13px;padding-bottom:13px;letter-spacing:.04em}
  .nxm-sheet-nav--secondary{margin:0}
  .nxm-sheet-fixed-footer{position:fixed;left:0;right:0;bottom:0;z-index:1000;box-sizing:border-box;background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -4px 20px rgba(0,0,0,.08);padding:10px 24px calc(env(safe-area-inset-bottom,0px) + 10px);gap:0;margin:0}
  .nxm-sheet-fixed-footer.is-open{display:flex}
  .nxm-sheet-lang{position:relative;margin-bottom:10px;gap:0}
  .nxm-pill{box-sizing:border-box;height:40px;padding:0;border-width:1px;font-size:13px}
  .nxm-pill-login{height:44px;margin-bottom:2px;border-width:1.5px;letter-spacing:.06em}
  .nxm-pill-lang-toggle{border-width:1.5px}
  .nxm-sheet-lang-menu{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:1002;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.12)}
  .nxm-sheet-social{height:41px;box-sizing:border-box;gap:22px;padding:14px 0 4px}
  .nxm-sheet-social a{width:21px;height:21px;align-items:center;justify-content:center;color:rgba(0,0,0,.35)}
  .nxm-sheet-social svg{width:21px;height:21px}
  .nxm-cart{display:flex;align-items:center;justify-content:center;width:57.1875px;height:50px;flex:0 0 57.1875px}
  .nxm-cart svg{height:26px}
  .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-bubble{top:2px;left:15px}
  .nxm-burger{width:50px;height:50px}
  .nxm-burger svg{width:26px;height:26px}
  .nxm-cart .nxm-cart-frag{position:static}
  /* mobilný search overlay po kliku na lupu */
  .nxm-header.nxm-search-open .nxm-search{display:flex;position:absolute;left:0;right:0;top:100%;margin:0;padding:.75rem 1.1rem;background:var(--nxm-dark);max-width:none;border-radius:0;z-index:60;box-shadow:0 8px 20px rgba(0,0,0,.35)}
}
@media(min-width:768px) and (max-width:1260px){
  .nxm-header{position:relative}
  .nxm-topbar{display:block}
  .nxm-topbar-inner{min-height:49.375px;padding-inline:30.5px}
  .nxm-topbar-menu>a:nth-of-type(n+3),.nxm-topmore{display:none}
  .nxm-topbar-contacts{display:flex}
  .nxm-mainbar-inner{min-height:94px;padding:0 30.5px;gap:0}
  .nxm-logo{flex:0 0 242.09375px;width:242.09375px;margin-left:-13px;margin-right:0;transform:translateY(10px)}
  .nxm-logo img,.nxm-logo .custom-logo{width:264.921875px;height:54.8125px;max-width:none}
  .nxm-search{position:static;left:auto;display:flex;flex:1 1 auto;min-width:237.109375px;max-width:490px;min-height:50px;margin:0;transform:translateY(10px)}
  .nxm-actions{flex:0 0 240.796875px;width:240.796875px;min-width:0;margin:0;gap:0;justify-content:flex-end;transform:translateY(10px)}
  .nxm-search-toggle,.nxm-burger{display:none}
  .nxm-lang{display:none}
  .nxm-login-wrap{display:block;width:159.59375px;height:50px}
  .nxm-login-toggle{
    display:flex;box-sizing:border-box;width:133.390625px;height:50px;margin-left:27.109375px;
    align-items:center;justify-content:flex-start;gap:9.34375px;padding:0 11px!important
  }
  .nxm-login>span{display:inline;width:auto;font-size:14px;line-height:19.3846px;text-transform:uppercase}
  .nxm-login>span .nxm-caret{display:none}
  .nxm-login>svg{flex:0 0 16px!important;width:16px!important;height:28px}
  .nxm-cart{display:flex;flex:0 0 81.203125px;width:81.203125px;height:50px;justify-content:flex-end}
  .nxm-cart-price{display:inline}
  .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-bubble{top:2px;left:15px}
}
@media(min-width:1261px){
  body:not(.woocommerce-cart) .nxm-topbar-inner{min-height:49.375px}
  body:not(.woocommerce-cart) .nxm-mainbar-inner{
    box-sizing:border-box;height:94px;padding-block:29px 10px
  }
  body:not(.woocommerce-cart) .nxm-navrow{box-sizing:border-box;height:60px}
  body:not(.woocommerce-cart) .nxm-nav{min-height:59px}
  body:not(.woocommerce-cart) .nxm-nav a{display:flex;align-items:center;box-sizing:border-box;height:60px;font-weight:700}
  #nxm-login-email{margin-bottom:21px}
  .nxm-search{left:26.5px}
  .nxm-actions{flex:0 0 433px;width:433px;justify-content:flex-end;gap:0}
  .nxm-lang,.nxm-lang-btn{flex:0 0 124px;width:124px}
  .nxm-lang-btn{justify-content:center}
  .nxm-login-wrap{margin-left:8px}
  .nxm-login-toggle{flex:0 0 198px;width:198px;justify-content:center}
  .nxm-cart{flex:0 0 92.171875px;width:92.171875px;height:50px;justify-content:flex-end;margin-left:11px}
  .nxm-login-menu{right:-23px}
  .nxm-login-menu .nxm-google-auth .nsl-container-buttons a[data-plugin="nsl"]{width:144px!important}
  .nxm-login-menu .nxm-google-auth .nsl-button-google{width:100%!important}
  .nxm-login-menu .nxm-google-auth .nsl-button-label-container{max-width:105px!important}
  .nxm-sheet,.nxm-overlay,.nxm-sheet-fixed-footer{display:none!important}
  .nxm-search-toggle,.nxm-burger{display:none!important}
}

@media(min-width:1261px){
  .home .nxm-eyebrow{
    width:clamp(280px,38vw,540px);margin:0 0 16px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:10.08px;line-height:13.9569px
  }
  .home .nxm-hero-sub{
    width:clamp(280px,38vw,540px);margin:11.52px 0 19px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:15.84px;line-height:23.76px
  }
  .home .nxm-hero .nxm-cta-gold{
    min-width:261.875px;margin-top:21.6px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
  }
  .home .nxm-hero-meta{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:12.24px;line-height:16.9477px;letter-spacing:normal;gap:0
  }
  .home .nxm-hero-meta-sep{margin:0 8px}
}

@media(min-width:768px) and (max-width:899px){
  .home .nxm-eyebrow,
  .home .nxm-hero-title,
  .home .nxm-hero-sub{
    width:min(calc(66.75vw + .03125px),540px);
    max-width:min(calc(66.75vw + .03125px),540px)
  }
  .home .nxm-eyebrow{
    margin:0 0 10px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:9px;line-height:12.4615px
  }
  .home .nxm-hero-sub{
    margin:8px 0 19px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:13px;line-height:19.5px
  }
  .home .nxm-hero .nxm-cta-gold{
    width:auto;max-width:none;min-width:0;margin-top:16px;padding:9px 20px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:11px;line-height:15.2308px;letter-spacing:.13em
  }
  .home .nxm-hero-meta{
    width:auto;max-width:none;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:11px;line-height:15.2308px
  }
  .home .nxm-usp-grid{
    box-sizing:border-box;width:713.5px;max-width:none;margin:0 auto;padding:46px 0 0;
    grid-template-columns:350px 350px;column-gap:3.5px;row-gap:35px;
    justify-content:start;align-items:start
  }
  .home .nxm-usp-item{width:350px}
  .home .nxm-banners{
    box-sizing:border-box;width:707px;max-width:none;margin:0 auto;padding:10px 0 40px;
    grid-template-columns:343.5px 343.5px;gap:20px
  }
}

@media(min-width:601px) and (max-width:767px){
  .home .nxm-usp-grid{
    box-sizing:border-box;width:min(calc(100% - 44px),700px);max-width:none;
    margin:0 auto;padding:46px 0 0;
    grid-template-columns:repeat(2,minmax(0,350px));column-gap:0;row-gap:35px;
    justify-content:center;align-items:start
  }
  .home .nxm-usp-item{width:100%}
  .home .nxm-banners{
    box-sizing:border-box;width:calc(100% - 48px);max-width:696px;
    margin:0 auto;padding:10px 0 40px;
    grid-template-columns:repeat(2,minmax(0,1fr));gap:10px
  }
}

/* ==========================================================================
   DESKTOP HEADER PARITY
   Generated from scripts/header-parity.sh against the live SK header.
   Keep the flex skeleton equivalent to Shoptet instead of centering controls
   with compensating margins.
   ========================================================================== */
@media(min-width:1261px){
  body:not(.woocommerce-cart) .nxm-topbar,
  body:not(.woocommerce-cart) .nxm-topbar-inner{
    height:49.375px;min-height:49.375px;max-height:49.375px
  }
  body:not(.woocommerce-cart) .nxm-topbar-inner{
    position:relative
  }
  body:not(.woocommerce-cart) .nxm-topbar-menu{
    flex:0 0 965px;width:965px;height:49.375px;align-self:flex-start
  }
  body:not(.woocommerce-cart) .nxm-topmore{
    align-self:flex-start;margin-right:0;transform:translateX(-.40625px)
  }
  body:not(.woocommerce-cart) .nxm-topbar-menu>a{
    display:flex;box-sizing:border-box;height:49.375px;
    align-items:center;padding-top:15px;padding-bottom:15px
  }
  body:not(.woocommerce-cart) .nxm-topmore-btn{
    display:flex;box-sizing:border-box;width:100px;height:50px;
    align-items:center;justify-content:flex-start;gap:0;
    padding:0 20px;line-height:19.3846px
  }
  body:not(.woocommerce-cart) .nxm-topmore-btn .nxm-caret{
    margin-left:4px
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts{
    position:absolute;right:15px;top:0;box-sizing:border-box;
    width:348.671875px;height:49px;margin:0;padding:0 10px;
    gap:0;justify-content:space-between
  }

  body:not(.woocommerce-cart) .nxm-mainbar-inner{
    width:calc(100% - 62px);max-width:1378px;margin-inline:auto;
    padding-right:0;padding-left:0;gap:0
  }
  body:not(.woocommerce-cart) .nxm-logo{
    flex:0 0 370.109375px;width:370.109375px;height:54px;
    margin-left:-13px;transform:translateY(.09375px)
  }
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:264.921875px;height:54.8125px;max-width:none
  }
  body:not(.woocommerce-cart) .nxm-search{
    position:relative;left:0;display:block;flex:0 0 490px;
    width:490px;height:50px;min-height:50px;max-width:490px;
    margin:0;overflow:visible;background:transparent;border:0;border-radius:0;
    transform:translateY(.5px)
  }
  body:not(.woocommerce-cart) .nxm-search input[type="search"]{
    box-sizing:border-box;width:490px;height:50px;
    padding:10px 50px 10px 12px;background:#f5f6f8;
    border:1px solid #e0e5ee;border-radius:8px;
    font:400 14px/19.3846px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-search button[type="submit"]{
    position:absolute;right:1px;top:1px;box-sizing:border-box;
    width:50px;height:48px;padding:5px 9px 4px;
    justify-content:center;background:#f5f6f8;border:0;border-radius:8px;
    color:rgb(124,126,143);font:400 14px/16.8px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-actions{
    flex:1 1 auto;width:auto;margin:0;gap:0;
    justify-content:flex-end;transform:translateY(.5px)
  }
  body:not(.woocommerce-cart) .nxm-lang{
    align-self:center;flex:0 0 124.25px;width:124.25px;height:25px;
    margin:0 8px 0 4px
  }
  body:not(.woocommerce-cart) .nxm-lang-btn{
    display:flex;box-sizing:border-box;flex:0 0 124.25px;
    width:124.25px;height:25px;align-items:center;justify-content:flex-start;
    gap:4px;padding:4px 2px;font:400 17px/17px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-login-wrap{
    align-self:center;flex:0 0 208.453125px;
    width:208.453125px;height:50px;margin:0
  }
  body:not(.woocommerce-cart) .nxm-login-toggle{
    display:flex;box-sizing:border-box;flex:0 0 198.453125px;
    width:198.453125px;height:50px;margin:0 10px 0 0;padding:0 20px;
    align-items:center;justify-content:flex-start;gap:0;
    border:1px solid transparent;border-bottom:0;border-radius:20px 20px 0 0;
    font:400 16px/16px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>svg{
    flex:0 0 19.53125px!important;width:19.53125px!important;height:28px;
    margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>span{
    display:flex;width:auto;height:16px;align-items:center;
    font:400 16px/16px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret{
    display:inline-flex;flex:0 0 18.578125px;width:18.578125px;height:10px;
    margin-left:10px;font-size:10px;line-height:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret svg{
    width:18.578125px;height:10px
  }
  body:not(.woocommerce-cart) .nxm-cart{
    display:inline-flex;flex:0 0 auto;width:auto;min-width:81.0625px;height:50px;
    margin:0;justify-content:flex-start;gap:0;color:rgb(196,202,213);line-height:19.2px
  }
  body:not(.woocommerce-cart) .nxm-cart-icon-wrap{
    flex:0 0 28.015625px;width:28.015625px;height:26px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph::before,
  body:not(.woocommerce-cart) .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-glyph::before{
    font-size:26px;line-height:26px;color:rgb(196,202,213)
  }
  body:not(.woocommerce-cart) .nxm-cart-frag,
  body:not(.woocommerce-cart) .nxm-cart-price{
    display:block
  }
  body:not(.woocommerce-cart) .nxm-cart-price{
    color:rgb(196,202,213);font-weight:400
  }
  body:not(.woocommerce-cart) .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-icon-wrap{
    flex-basis:28.375px;width:28.375px
  }
  body:not(.woocommerce-cart) .nxm-navrow{
    border-top:0
  }
  body:not(.woocommerce-cart) .nxm-nav{
    min-height:60px
  }
}

/* Lower homepage rhythm and responsive newsletter parity. */
.nxm-news-intro,
.nxm-news-email-label{display:none}

@media(max-width:600px){
  .home .nxm-home-content{
    margin-top:-23px;
    margin-bottom:12.24px
  }
  .home .nxm-brandtext{
    box-sizing:border-box;
    min-height:585px;
    padding:40px 35px
  }
  .home .nxm-home-reviews{
    padding-top:0;
    padding-bottom:0;
    margin-bottom:91px
  }
  .home .nxm-blog{margin-bottom:3.2px}
  .home #nox-faq-wrap{padding-bottom:42px}
  .home .nxm-news-grid{
    box-sizing:border-box;
    width:100%;
    padding-right:12px;
    padding-left:12px
  }
}

@media(min-width:601px) and (max-width:899px){
  .home .nxm-home-reviews{
    padding-top:16px;
    padding-bottom:74px
  }
  .home .nxm-news-grid{
    box-sizing:border-box;
    width:calc(100% - 85px);
    margin-inline:auto;
    padding-right:0;
    padding-left:0
  }
}

@media(max-width:899px){
  .home .nxm-newsletter{
    min-height:0;
    padding:25px 20px 31px;
    background-image:url(../img/newsletter/envelope.svg);
    background-repeat:no-repeat;
    background-position:right -32px bottom -16px;
    background-size:260px auto
  }
  .home .nxm-news-body{
    max-width:none
  }
  .home .nxm-newsletter h2{
    margin:0 0 20px
  }
  .home .nxm-news-intro{
    display:block;
    max-width:31rem;
    margin:0 0 25px;
    color:#fff;
    font-size:14px;
    line-height:21px
  }
  .home .nxm-news-form{
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:flex-start;
    gap:12px
  }
  .home .nxm-news-email-label{
    display:block;
    margin:0;
    color:#fff;
    font-size:12px;
    font-weight:700;
    line-height:17px;
    text-transform:uppercase
  }
  .home .nxm-news-email-label span{
    color:#e11
  }
  .home .nxm-news-form .nxm-news-consent{
    flex-basis:auto;
    margin:0
  }
}

@media(min-width:601px) and (max-width:899px){
  .home .nxm-newsletter{
    padding-bottom:27px
  }
}

@media(max-width:600px){
  .home .nxm-news-intro{
    width:266px;
    max-width:100%
  }
  .home .nxm-news-form input{
    flex:none;
    width:266px;
    height:40px
  }
}

@media(min-width:900px){
  .home .nxm-products:not(.nxm-upgrade){
    padding-bottom:105.35px
  }
  .home .nxm-upgrade{
    padding-bottom:16.63px
  }
  .home .nxm-blog{
    padding-top:58.84px;
    padding-bottom:83.91px
  }
  .home #nox-faq-wrap{
    padding-bottom:31.08px
  }
  .home .nxm-home-reviews{
    padding-top:11px;
    padding-bottom:0;
    margin-bottom:153.59px
  }
}

@media(min-width:992px) and (max-width:1260px){
  .nxm-topbar-inner{
    position:relative;box-sizing:border-box;width:min(calc(100% - 52px),1200px);
    margin:0 auto;padding:0 15px 0 20px
  }
  .nxm-topbar-menu{
    position:relative;flex:0 0 652.390625px;width:652.390625px;
    height:49.375px;align-self:stretch
  }
  .nxm-topbar-menu>a{display:flex;align-items:center;height:49.375px;padding-top:15px;padding-bottom:15px;box-sizing:border-box}
  .nxm-topbar-menu>a:nth-of-type(3),
  .nxm-topbar-menu>a:nth-of-type(4){display:flex}
  .nxm-topbar-menu>a:nth-of-type(n+5){display:none}
  .nxm-topmore{
    position:absolute;left:552.390625px;top:0;display:block;width:100px;height:50px;
    margin:0;z-index:1
  }
  .nxm-topmore-btn{height:50px}
  .nxm-topbar-contacts{
    position:absolute;right:15px;top:0;box-sizing:border-box;
    width:348.671875px;height:49px;margin:0
  }
  .nxm-mainbar-inner{
    box-sizing:border-box;width:min(calc(100% - 52px),1200px);height:94px;
    margin:0 auto;padding:0 20px
  }
  .nxm-logo{
    flex:0 0 269.375px;width:269.375px;height:54px;
    margin-left:-13px;transform:translateY(10px)
  }
  .nxm-logo img,.nxm-logo .custom-logo{
    width:225px;height:46.546875px;max-width:none
  }
  .nxm-search{
    position:static;left:auto;display:flex;flex:1 1 auto;width:auto;min-width:0;
    max-width:490px;min-height:50px;margin:0;transform:translateY(10px)
  }
  .nxm-actions{
    flex:0 0 451.25px;width:451.25px;min-width:0;margin:0;gap:0;
    justify-content:flex-start;transform:translateY(10px)
  }
  .nxm-lang{
    display:block;flex:0 0 124.25px;width:124.25px;margin-left:18.375px
  }
  .nxm-lang-btn{display:flex;width:124.25px;height:50px;align-items:center;justify-content:center}
  .nxm-login-wrap{display:block;flex:0 0 198.453125px;width:198.453125px;height:50px;margin-left:8px}
  .nxm-login-toggle{
    display:flex;width:198.453125px;height:50px;margin:0;padding:0;
    align-items:center;justify-content:center
  }
  .nxm-login>span{display:inline;width:auto;font-size:16px;line-height:22.1538px;text-transform:uppercase}
  .nxm-login>span .nxm-caret{display:inline-flex}
  .nxm-login>svg{flex:0 0 28px!important;width:28px!important;height:28px}
  .nxm-cart{
    display:flex;flex:0 0 92.171875px;width:92.171875px;height:50px;
    margin-left:10px;justify-content:flex-end
  }
  .nxm-cart-price{display:inline}
  .nxm-navrow{display:block;box-sizing:border-box;height:60px}
  .nxm-navrow>.nxm-wrap{
    box-sizing:border-box;width:min(calc(100% - 52px),1200px);height:60px;
    margin:0 auto;padding:0 20px
  }
  .nxm-nav{
    box-sizing:border-box;width:100%;height:60px;min-height:60px;margin:0;padding:0
  }
  .nxm-navrow{border-top:0}
  .nxm-nav a{display:flex;height:60px;box-sizing:border-box;align-items:center}
  .nxm-sheet,.nxm-overlay,.nxm-sheet-fixed-footer{display:none!important}
  .nxm-search-toggle,.nxm-burger{display:none!important}

  .home .nxm-eyebrow,
  .home .nxm-hero-title,
  .home .nxm-hero-sub{
    width:66.2567138672vw;max-width:66.2567138672vw
  }
  .home .nxm-eyebrow{
    margin:0 0 12.288px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:9px;line-height:12.4615px
  }
  .home .nxm-hero-sub{
    margin:8.192px 0 19px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:13px;line-height:19.5px
  }
  .home .nxm-hero .nxm-cta-gold{
    width:auto;max-width:none;min-width:0;margin-top:16px;padding:9px 20px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:11px;line-height:15.2308px;letter-spacing:.13em
  }
  .home .nxm-hero-meta{
    width:auto;max-width:none;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:11px;line-height:15.2308px
  }
  .home .nxm-usp-grid{
    box-sizing:border-box;width:min(calc(100% - 92px),1160px);max-width:none;
    margin:0 auto;padding:46px 0 0;
    grid-template-columns:repeat(2,minmax(0,1fr));column-gap:0;row-gap:35px;
    justify-content:start;align-items:start
  }
  .home .nxm-usp-item{width:100%}
  .home .nxm-usp-item:nth-child(3){grid-column:1/-1}
  .home .nxm-usp-img{transform:translateX(-5px)}
  .home .nxm-banners{
    box-sizing:border-box;width:min(calc(100% - 72px),1180px);max-width:none;
    margin:0 auto;padding:10px 10px 15.375px;
    grid-template-columns:repeat(2,minmax(0,1fr));gap:20px
  }
  .home .nxm-products{
    box-sizing:border-box;width:min(calc(100% - 52px),1200px);
    margin-inline:auto;padding-top:70px
  }
  .home .nxm-products .nxm-section-title{margin-bottom:20px}
  .home .nxm-products ul.products,
  .home .nxm-products .woocommerce ul.products{padding-top:10px!important}
  .home .nxm-products ul.products li.product{
    min-height:628.21875px;height:628.21875px
  }
  .home .nxm-products ul.products li.product img{
    margin-top:-20px!important;margin-bottom:10px!important
  }
  .home .nxm-products ul.products li.product .woocommerce-loop-product__title{padding-bottom:7.5px}
}

@media(min-width:1261px){
  .home .nxm-usp-grid{
    box-sizing:border-box;width:min(calc(100% - 62px),1378px);max-width:1378px;
    margin-inline:auto;padding:46px 0 35px;
    grid-template-columns:repeat(3,minmax(0,1fr));column-gap:0
  }
  .home .nxm-usp-item{width:100%}
  .home .nxm-usp-img{transform:translateX(-5px)}
  .home .nxm-banners{
    box-sizing:border-box;width:min(calc(100% - 42px),1398px);max-width:1398px;
    margin-inline:auto;padding:10px 10px 15.375px;
    grid-template-columns:repeat(2,minmax(0,1fr));gap:20px
  }
  .home .nxm-products{padding-top:70px}
  .home .nxm-products .nxm-section-title{margin-bottom:20px}
  .home .nxm-products ul.products,
  .home .nxm-products .woocommerce ul.products{padding-top:10px!important}
  .home .nxm-products ul.products li.product{
    min-height:729.890625px;height:729.890625px
  }
  .home .nxm-products ul.products li.product img{
    margin-top:-20px!important;margin-bottom:10px!important
  }
  .home .nxm-products ul.products li.product .star-rating{margin-bottom:7px}
  .home .nxm-products ul.products li.product .woocommerce-loop-product__title{padding-bottom:8px}
}

/* ===================== BRAND TEXT (Zaslúžiš si lepší spánok) ===================== */
.nxm-brandtext{background:#fff;border:none;border-radius:20px;padding:2.5rem;margin-block:1.5rem} /* 1:1 .sk: padding 40px, bez rámika, radius 20 */
.nxm-brandtext h2{font-family:var(--nxm-font-head);font-weight:700;font-size:2.25rem;line-height:1.1;color:#0f0f0f;margin:0 0 1.875rem} /* 1:1 .sk: 36px/lh1.1/mb30 */
.nxm-brandtext p{color:rgb(15,15,15);font-size:1rem;line-height:1.8;margin:0 0 1rem;max-width:none} /* 1:1 .sk: text tečie na plnú šírku (SK nemá max-width → 3 riadky, nie 5); line-height 1.8 (28.8px) */
.nxm-brandtext strong{color:var(--nxm-text);font-weight:600}
.nxm-brandtext-cta{margin-top:1.5rem!important}
.nxm-brandtext-cta strong{color:#0f0f0f}

/* ===================== BLOG (Noxium Denník) ===================== */
.nxm-blog{padding-block:2rem 3.5rem;text-align:center}
.nxm-blog-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:560px){.nxm-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.nxm-blog-grid{grid-template-columns:repeat(4,1fr)}}
.nxm-blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--nxm-line);border-radius:14px;overflow:hidden;text-align:left;transition:box-shadow .2s,transform .2s}
.nxm-blog-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.08);transform:translateY(-3px)}
.nxm-blog-img{display:block;aspect-ratio:330/190;background-size:cover;background-position:center;background-color:#1a1a1a} /* 1:1 .sk: crop 330×190 (ratio 1.73), bolo 16/10 */
.nxm-blog-img--ph{background:linear-gradient(135deg,#1a1a1a,#33343d)}
.nxm-blog-body{display:flex;flex-direction:column;padding:20px 15px;flex:1} /* 1:1 .sk: perex neorezaný → karta vyššia, tlačidlo pinnuté dole (margin-top:auto) */
.nxm-blog-card h3{font-family:var(--nxm-font-head);font-weight:700;font-size:20px;line-height:28px;color:#0f0f0f;margin:0 0 15px} /* 1:1 .sk: nadpis 20/700/28, mb15 */
.nxm-blog-ex{color:#0f0f0f;font-size:14px;line-height:1.45;margin:0} /* 1:1 .sk: perex tmavý 14px, BEZ clampu, kategória inline na začiatku */
/* 1:1 .sk: každá blog karta má tmavé pill tlačidlo „Zobraziť celý článok" (SK btn-primary 166×50, #292929, r25) */
.nxm-blog-btn{align-self:center;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:5px 20px;background:#292929;color:#fff;border-radius:25px;font-family:var(--nxm-font-head);font-weight:600;font-size:14px;transition:background .2s}
.nxm-blog-card:hover .nxm-blog-btn{background:#000}

/* ===================== DETAIL PRODUKTU (single product, 1:1) ===================== */
.single-product div.product{margin:2rem 0}
@media(min-width:768px){.single-product div.product{margin-top:22px}}
/* 1:1 .sk: PDP šedé pozadie + produkt v bielej karte, bez viditeľnej 🔍 lupy, qty je súčasťou pack-selectora */
body.single-product{background:#f5f6f8} /* 1:1 .sk MERANÉ: body bg rgb(245,246,248), nie #f4f4f6 */

.single-product .inside-article{background:transparent;border:0;padding-top:0}
/* 1:1 .sk MERANÉ 16.7.: galéria NEMÁ biely box — obrázky sedia priamo na pozadí stránky (SK má
   bg rgba(0,0,0,0) na celom reťazci, radius 12px na obrázku). Biela karta rámovala lifestyle obrázky. */
.single-product .woocommerce-product-gallery{background:transparent;border-radius:0;padding:0;box-sizing:border-box}
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery__image img{border-radius:12px}
.single-product .woocommerce-product-gallery__trigger{display:none!important}
/* Miniatúry galérie — 1:1 .sk: pevný štvorec 110×110, object-fit:cover (nie prirodzený pomer strán obrázka —
   .sk to force-orezáva na štvorec, preto sú všetky miniatúry rovnako vysoké aj pri "širších" info-obrázkoch). */
.single-product .flex-control-thumbs{display:flex!important;gap:17px;padding:0!important;margin:16px 0 0!important;list-style:none}
.single-product .flex-control-thumbs li{width:110px!important;height:110px!important;flex:0 0 auto}
.single-product .flex-control-thumbs img{width:110px!important;height:110px!important;object-fit:cover;display:block;border-radius:12px}
.single-product .summary:has(.nxm-packs) form.cart .quantity{display:none} /* qty box skrytý keď je pack-selector (JS synchronizuje input.qty na pozadí) */
.single-product .nxm-pdp-top{display:block}
@media(min-width:1200px){
  body.single-product .inside-article{padding-left:20px;padding-right:20px}
  .single-product .nxm-pdp-top{display:grid;grid-template-columns:minmax(0,45%) minmax(0,48.62%);justify-content:space-between;gap:0;align-items:flex-start}
  .single-product .nxm-pdp-top>.woocommerce-product-gallery{width:100%!important;max-width:none!important;float:none!important;margin:0!important}
  .single-product .nxm-pdp-top>.summary.entry-summary{width:100%!important;max-width:none!important;float:none!important;margin:0!important}
}
.single-product .summary .product_title{font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(1.8rem,3.2vw,2.25rem);line-height:1.1;color:#0f0f0f;margin:0 0 .75rem}
.single-product .summary .woocommerce-product-rating{margin:0 0 1rem}
/* 1:1 .sk: rating riadok = hviezdy + „51 hodnotení" + link „Podrobnosti hodnotenia" inline */
.single-product .summary .nxm-pd-rating{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}
.single-product .summary .nxm-pd-rating .star-rating{float:none;margin:0}
.nxm-pd-rc{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:rgb(129,131,148)}
.nxm-pd-rlink{font-size:.75rem;color:var(--nxm-muted);text-decoration:underline;text-transform:none}
.nxm-pd-rlink::before{content:"·";margin-right:.35rem;text-decoration:none;display:inline-block}
.single-product .summary .star-rating{font-size:16px;color:var(--nxm-star-empty)}
.single-product .summary .star-rating::before{color:var(--nxm-star-empty)}
.single-product .summary .star-rating span::before{color:var(--nxm-star)}   /* 1:1 .sk: PDP hviezdy rovnaké ako v kartách */
.nxm-pd-stars-empty{display:inline-flex;align-items:center;justify-content:space-between;height:12px;color:rgb(224,229,238);font-family:Arial,sans-serif;font-size:13px;line-height:12px}
.nxm-pd-stars-empty>span{display:block}
.single-product .summary .price{font-family:var(--nxm-font-head);font-size:30px;font-weight:700;line-height:1;color:#0f0f0f;margin:0 0 12px}
.single-product .summary .price ins{text-decoration:none}
.single-product .summary .price del{font-size:16px;font-weight:400;color:var(--nxm-text-3);margin-right:.5rem}
.nxm-pd-avail{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin:0 0 16px}
/* KÓD PRODUKTU + ZNAČKA pod ratingom (1:1 .sk) + skry dolný WC product_meta */
.single-product .summary .nxm-codebrand{display:flex;gap:1.6rem;flex-wrap:wrap;margin:.1rem 0 1rem;font-size:12px;color:rgb(124,126,143);line-height:1.4}
.nxm-cb-lbl{font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgb(124,126,143)}
.nxm-cb-item{font-weight:700;text-transform:uppercase}
.single-product .summary .product_meta{display:none}
/* Rating a kód v jednom desktopovom riadku ako na noxium.sk. */
.single-product .summary .nxm-pd-headmeta{display:flex;align-items:center;gap:48px;margin:0 0 1rem}
.single-product .summary .nxm-pd-headmeta .nxm-pd-rating{flex:0 1 auto;flex-wrap:nowrap;margin:0;padding:10px 16px;background:#fff;border-radius:22px;box-shadow:0 6px 14px rgba(0,0,0,.09);white-space:nowrap}
.single-product .summary .nxm-pd-headmeta .nxm-codebrand{flex:0 0 auto;flex-direction:column;gap:3px;margin:0;font-size:11px;white-space:nowrap}
@media(min-width:768px) and (max-width:1199px){
  .single-product .summary .nxm-pd-headmeta{flex-wrap:wrap;gap:12px}
  .single-product .summary .nxm-pd-headmeta .nxm-codebrand{flex:1 1 100%;white-space:normal}
}
/* Cena | Dostupnosť vedľa seba (1:1 noxium.sk) */
.single-product .summary .nxm-cena-dost{display:flex;gap:2.5rem;margin:.2rem 0 1.3rem;align-items:flex-start}
.nxm-cd-col{display:flex;flex-direction:column;gap:6px}
.nxm-cd-lbl{font-family:var(--nxm-font-head);font-size:20px;font-weight:700;text-transform:none;letter-spacing:normal;color:rgb(15,15,15)}
.nxm-cd-price{font-family:var(--nxm-font-head);font-size:28px;font-weight:700;color:#0f0f0f;line-height:1.05}
.nxm-cd-price .woocommerce-Price-amount{font-size:28px;font-weight:700;color:#0f0f0f}
.nxm-cd-unit{font-size:20px;font-weight:700;color:rgb(15,15,15)}
.nxm-cd-avail{display:flex;align-items:center;gap:7px;font-size:16px;font-weight:500;color:rgb(0,153,1);line-height:1.375;text-transform:uppercase}
.nxm-cd-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex:0 0 auto}
.nxm-cd-out{color:#c62828}
.nxm-detail-link-wrap{margin:0 0 1rem}
.nxm-detail-link{display:inline-flex;align-items:center;gap:.35rem;font-size:12px;font-weight:700;text-transform:uppercase;text-decoration:underline;color:#000}
.nxm-detail-link-caret{font-size:10px;line-height:1}
.single-product .summary .quantity input.qty{width:80px;height:54px;border:1px solid var(--nxm-line);border-radius:8px;text-align:center;font-weight:600;font-size:1rem}
/* Buy-box "Príchuť" karta (1:1 noxium.sk .nxm-var-card: biela, tmavý border, gradient ico, tmavý check) */
.single-product .summary .nxm-flavor{margin:0 0 1.1rem}
.nxm-flavor__label{font-family:var(--nxm-font-head);font-weight:600;font-size:13px;color:#0f0f0f;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px}
.nxm-flavor__card{display:flex;align-items:center;gap:14px;padding:13px 15px;border:2px solid #1a1a1a;border-radius:12px;background:#fff;color:#0d0d0d;width:100%;box-sizing:border-box}
.nxm-flavor__ico{width:48px;height:48px;min-width:48px;border-radius:10px;background:linear-gradient(135deg,#f5d9c0,#f9ebe0);display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1}
.nxm-flavor__ico img.emoji{width:1.5rem;height:1.5rem;vertical-align:middle}
.nxm-flavor__name{flex:1;font-size:15px;font-weight:600;color:#0d0d0d}
.nxm-flavor__check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;border-radius:50%;background:#0d0d0d;color:#fff;flex:0 0 auto}
.nxm-flavor__check svg{width:12px;height:12px;display:block}
/* Buy-box krátky popis (1:1 .sk): intro text "Zaspíš rýchlejšie..." + USP karty SHOW, len slider skrytý */
.single-product .summary .nxm-s-slider-wrap{display:none}
.single-product .summary .nxm-s-wrap{margin:.4rem 0 1.1rem}
.single-product .summary .woocommerce-product-details__short-description{margin:.6rem 0 1.2rem}
body.nxm-product-flasa-noxium .summary .woocommerce-product-details__short-description>p,
body.nxm-product-sleep-mask-noxium .summary .woocommerce-product-details__short-description>p,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .woocommerce-product-details__short-description>p,
body.nxm-product-noxium-spectra .summary .woocommerce-product-details__short-description>p{font-size:16px;line-height:24px;margin:0 0 20px}
body.nxm-product-flasa-noxium .summary .woocommerce-product-details__short-description>p:not(:first-child){
  margin-bottom:14px;color:rgb(124,126,143)
}
body.nxm-product-flasa-noxium .summary .woocommerce-product-details__short-description>p:first-child strong{font-family:var(--nxm-font-head);font-size:20px;line-height:30px;font-weight:700;color:#0d0d0d}
body.nxm-product-sleep-mask-noxium .summary .woocommerce-product-details__short-description>p:first-child strong,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .woocommerce-product-details__short-description>p:first-child strong,
body.nxm-product-noxium-spectra .summary .woocommerce-product-details__short-description>p:first-child strong{font-family:Roboto,Arial,sans-serif;font-size:18.6667px;line-height:20.5333px;font-weight:700;color:#0d0d0d}
body[class*="nxm-product-"] .summary .woocommerce-product-details__short-description>p:last-child{margin-bottom:0}
body.nxm-product-sleep-mask-noxium .summary .woocommerce-product-details__short-description h5,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .woocommerce-product-details__short-description h5,
body.nxm-product-noxium-spectra .summary .woocommerce-product-details__short-description h5{
  margin:10px 0;font:700 14px/15.4px Roboto,Arial,sans-serif;color:#0f0f0f
}
body.nxm-product-sleep-mask-noxium .summary .woocommerce-product-details__short-description h5 span,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .woocommerce-product-details__short-description h5 span,
body.nxm-product-noxium-spectra .summary .woocommerce-product-details__short-description h5 span{
  line-height:20.5333px
}
body.nxm-product-sleep-mask-noxium .summary .woocommerce-product-details__short-description>p,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .woocommerce-product-details__short-description>p,
body.nxm-product-noxium-spectra .summary .woocommerce-product-details__short-description>p{
  margin:0 0 19px;color:rgb(124,126,143)
}
body.nxm-product-sleep-mask-noxium .summary .woocommerce-product-details__short-description>p:last-child,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .woocommerce-product-details__short-description>p:last-child,
body.nxm-product-noxium-spectra .summary .woocommerce-product-details__short-description>p:last-child{
  margin-bottom:19px
}
body.nxm-product-sleep-mask-noxium .summary form.cart .quantity,
body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary form.cart .quantity,
body.nxm-product-noxium-spectra .summary form.cart .quantity,
body.nxm-product-flasa-noxium .summary form.cart .quantity{display:none}
body.nxm-product-flasa-noxium .summary .woocommerce-product-details__short-description::after{
  content:"";display:block;height:1px;margin-top:16px
}
/* USP karty — GRID (1 full + 2 half) aj na MOBILE (1:1 .sk; framework default je slider) */
@media(max-width:480px){
  .single-product .summary .nxm-s-grid{display:flex !important;flex-wrap:wrap;gap:8px}
  .single-product .summary .nxm-s-slider-wrap{display:none !important}
}
/* Buy-box "NAKÚP VIAC A UŠETRI" výber balení (1:1 noxium.sk discount_SK.js) */
/* Množstevná zľava 1:1 .sk (Shoptet .quantity-discounts): headline 20px + 2 riadky + Ušetríte */
.single-product .summary .nxm-qd{margin:1.1rem 0;font-family:var(--nxm-font-body)}
.nxm-qd__head{font-size:20px;font-weight:700;color:#111;margin:0 0 12px}
.nxm-qd__table{display:flex;flex-direction:column;gap:8px}
.nxm-qd__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border:1px solid #e0e5ee;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .18s,box-shadow .18s}
.nxm-qd__item:hover{border-color:#111}
.nxm-qd__item.is-on{border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.08)}
.nxm-qd__title{color:#111;font-size:14px;font-weight:600;line-height:1.3}
.nxm-qd__price{color:#111;font-size:16px;font-weight:700;white-space:nowrap;flex-shrink:0}
.nxm-qd__per{color:#7c7e8f;font-size:12px;font-weight:400}
.nxm-qd__save{margin-top:10px;font-size:14px;color:#111;font-weight:600}
.nxm-qd__save-val{color:#569c34}
/* PDP "Bestseller" badge na obrázku (1:1 SK bestseller_label_v2.js — glassmorphism gold) */
.single-product .woocommerce-product-gallery{position:relative}
/* MOBIL (1:1 .sk): názov + rating NAD galériou; v summary skryté */
.nxm-mtitle{display:none}
@media(max-width:767px){
	body.single-product .inside-article{padding-left:20px!important;padding-right:20px!important}
  .single-product .nxm-pdp-top{display:flex;flex-direction:column}
  .single-product .nxm-pdp-top>.woocommerce-product-gallery,
  .single-product .nxm-pdp-top>.summary{width:100% !important;float:none !important}
  .nxm-mtitle{display:block;width:100%;margin:0 0 34px;order:-1}
  .single-product .woocommerce-breadcrumb{display:none}
  .nxm-mbc{display:block;box-sizing:border-box;width:calc(100% + 40px);margin:-20px 0 22px -20px;padding:0 20px 7px;border-bottom:1px solid #dfe2e7;font-size:.92rem;color:rgb(124,126,143);font-weight:500}
  .nxm-mbc:hover{color:var(--nxm-gold-light)}
  .nxm-mtitle-h1{font-family:var(--nxm-font-head);font-weight:700;font-size:24px;line-height:1.1;color:#0f0f0f;margin:0 0 15px}
  .nxm-mtitle>.nxm-pd-rating{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:0;width:auto;height:35px;box-sizing:border-box;margin:0 0 10px;padding:0 10px;border:1px solid #fff;background:#fff;border-radius:20px;box-shadow:0 6px 12px rgba(0,0,0,.08);white-space:nowrap}
  .nxm-mtitle>.nxm-pd-rating .star-rating{float:none;font-size:14px;margin:0}
  .nxm-mtitle>.nxm-pd-rating .star-rating,.nxm-mtitle>.nxm-pd-rating .nxm-pd-stars-empty{width:80px;margin-right:2px}
  .nxm-mtitle>.nxm-pd-rating .nxm-pd-rc{margin-right:15px;font-size:10px;line-height:15px;letter-spacing:0}
  .nxm-mtitle>.nxm-pd-rating .nxm-pd-rlink{font-size:12px;line-height:1.38462}
  .nxm-mtitle>.nxm-pd-rating .nxm-pd-rlink::before{display:none}
  .nxm-mtitle>.nxm-codebrand{display:flex;flex-direction:column;gap:2px;margin:0 0 .7rem;font-size:10px;line-height:1.35}
  body.nxm-product-flasa-noxium .nxm-mtitle{margin-bottom:31.35px}
  .single-product .summary>h1.product_title,
  .single-product .summary>.woocommerce-product-rating,
  .single-product .summary>.nxm-pd-headmeta{display:none}
	.single-product .flex-control-thumbs{gap:15px;overflow:hidden;margin-top:10px!important}
	.single-product .flex-control-thumbs li{width:calc((100% - 45px)/4)!important;height:auto!important;aspect-ratio:1/1;flex:0 0 calc((100% - 45px)/4)}
	.single-product .flex-control-thumbs img{width:100%!important;height:100%!important;box-sizing:border-box;border:2px solid transparent}
	.single-product .flex-control-thumbs img.flex-active{border-color:#111}
	.single-product .woocommerce-product-gallery{margin-bottom:65px!important}
  .single-product .summary .woocommerce-product-details__short-description{margin-top:0}
	.single-product .summary form.cart{min-height:50px}
	.single-product .summary form.cart .single_add_to_cart_button,
	.single-product .summary .single_add_to_cart_button.button{width:100%!important;height:50px!important;min-height:50px!important;flex:1 1 100%!important;padding:0 2rem!important}
}
/* Sticky galéria (1:1 noxium.sk sticky.js): obrázok ostáva kým je buy-box vedľa,
   PUSTÍ pri konci summary (wrapper .nxm-pdp-top), nejde dole cez popis. Len na 2-stĺpci (1200+). */
@media(min-width:1200px){
  .single-product .nxm-pdp-top{align-items:flex-start}
  .single-product .nxm-pdp-top>.woocommerce-product-gallery{position:-webkit-sticky;position:sticky !important;top:24px;float:none !important;align-self:flex-start}
}
.nxm-best-badge{position:absolute;top:clamp(8px,1.4vw,18px);left:clamp(8px,1.4vw,18px);z-index:50;display:inline-block;background:linear-gradient(135deg,rgba(245,197,24,.38),rgba(245,197,24,.18));-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);border:1px solid rgba(245,197,24,.45);box-shadow:0 4px 16px rgba(0,0,0,.12),inset 0 -1px 2px rgba(150,110,0,.18);color:rgba(26,26,26,.82);font-family:var(--nxm-font-body);font-size:clamp(10px,1.1vw,14px);font-weight:800;letter-spacing:.4px;text-transform:uppercase;line-height:1;padding:clamp(5px,.55vw,8px) clamp(10px,1.15vw,16px);border-radius:999px;pointer-events:none;white-space:nowrap}
/* PDP social proof "★★★★★ 100+ hodnotení obchodu" (1:1 products_SK.js) */
.single-product .summary .nxm-pd-social{display:flex;justify-content:center;margin:.9rem 0 .25rem}
.nxm-pd-social-pill{display:inline-flex;align-items:center;gap:9px;background:rgba(26,26,26,.08);color:#1a1a1a;font-size:13px;font-weight:600;padding:10px 20px;border-radius:50px;border:1.5px solid rgba(26,26,26,.15);white-space:nowrap;letter-spacing:-.1px}
.nxm-pd-social-stars{color:#f5c518;font-size:14px;letter-spacing:1px}
/* PDP "14-dňová záruka vrátenia peňazí" pill */
.single-product .summary .nxm-pd-guarantee{display:flex;justify-content:center;margin:1rem 0 .25rem}
.nxm-pd-guarantee-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(26,26,26,.06);color:#1a1a1a;font-size:13px;font-weight:600;padding:9px 18px;border-radius:50px;border:1.5px solid rgba(26,26,26,.13);white-space:nowrap;letter-spacing:-.1px}
.nxm-pd-guarantee-pill svg{width:16px;height:16px;color:#1a9e3f;flex:0 0 auto}
.single-product .summary form.cart .single_add_to_cart_button,
.single-product .summary .single_add_to_cart_button.button{flex:1 1 100%;width:100%;display:inline-flex;align-items:center;justify-content:center;background:#292929!important;background-image:none!important;color:#fff!important;font-family:var(--nxm-font-head);font-weight:400;font-size:20px;height:60px;line-height:1;padding:0 2rem;border:1px solid #292929!important;border-radius:76px;box-shadow:0 3px 6px rgba(0,0,0,.12);text-transform:none;transition:background .25s,box-shadow .25s}
.single-product .summary form.cart .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button.button:hover{background:#000!important;border-color:#000!important;color:#fff!important;box-shadow:0 5px 12px rgba(0,0,0,.18)} /* 1:1 .sk: hover čierna, color!important istota proti WC core rgb(81,81,81) */
.single-product .summary form.cart{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin:0 0 1.25rem}
.single-product .summary table.variations{margin:0 0 1rem}
.single-product .summary table.variations td.value select{min-height:48px;border:1px solid var(--nxm-line);border-radius:8px;padding:0 .75rem;font-size:.95rem}
.nxm-pd-trust{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--nxm-line)}
.nxm-pd-trust-t{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--nxm-text-3);margin-bottom:.6rem}
.nxm-pd-trust-row{display:flex;gap:1rem;align-items:center}
.nxm-pd-trust-row img{height:48px;width:auto}

/* === POPIS PRODUKTU (.nxm-s-* — z mirroru, scope .single-product) === */
.single-product .nxm-s-wrap{max-width:100%;box-sizing:border-box;font-size:14px;line-height:1.6}
.single-product .nxm-s-wrap *{box-sizing:border-box}
.single-product .nxm-s-headline{font-size:20px!important;font-weight:700!important;color:#0d0d0d!important;margin:0 0 10px!important;line-height:1.3!important}
.single-product .nxm-s-text{font-size:14px;color:rgb(124,126,143);margin:0 0 14px;line-height:1.5}
.single-product .nxm-s-divider{border:none!important;border-top:1px solid #e8e8e8!important;margin:14px 0 16px!important}
.single-product .nxm-s-grid{display:flex;flex-wrap:wrap;gap:8px}
.single-product .nxm-s-card{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;flex:1 1 calc(50% - 4px);min-width:0}
.single-product .nxm-s-card-full{flex:1 1 100%}
.single-product .nxm-s-icon{width:40px;height:40px;min-width:40px;background:#0d0d0d;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:rgb(124,126,143)}
.single-product .nxm-s-label{font-size:13px!important;font-weight:600!important;color:#0d0d0d!important;line-height:1.35!important;margin:0!important}
.single-product .nxm-s-taste{display:flex;align-items:center;gap:14px;margin-top:20px;padding:14px 16px;background:#fff8f2;border:1px solid #f5d9c0;border-radius:12px}
.single-product .nxm-s-taste-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#f5d9c0,#f9ebe0);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}
.single-product .nxm-s-taste-title{font-size:11pt!important;font-weight:700!important;color:#0d0d0d!important;line-height:1.35!important;margin:0 0 4px!important}
.single-product .nxm-s-taste-sub{font-size:12px!important;color:#7a5a44!important;line-height:1.45!important;margin:0!important}
.single-product .nxm-s-slider-wrap{display:none}

/* Flaša Noxium: benefitové karty 1:1 podľa krátkeho popisu na noxium.sk. */
.single-product .nxmFT-wrap,.single-product .nxmFT-wrap *{box-sizing:border-box}
.single-product .nxmFT-divider{border:0!important;border-top:1px solid #e8e8e8!important;margin:14px 0 16px!important}
.single-product .nxmFT-grid{display:flex;flex-wrap:wrap;gap:8px}
.single-product .nxmFT-card{display:flex;align-items:center;gap:12px;flex:1 1 calc(50% - 4px);min-width:0;padding:12px 14px;background:#f9f9f9;border:1px solid #e8e8e8;border-radius:12px}
.single-product .nxmFT-card-full{flex-basis:100%}
.single-product .nxmFT-icon{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;background:#0d0d0d;border-radius:10px;color:#fff;font-size:18px;line-height:1}
.single-product .nxmFT-icon img{display:block;width:27px;height:27px;object-fit:contain}
.single-product .nxmFT-label{font-size:13px;font-weight:600;color:#0d0d0d;line-height:1.35}
.single-product .nxmFT-slider-wrap{display:none}
@media(max-width:480px){
  .single-product .nxmFT-grid{display:none}
  .single-product .nxmFT-slider-wrap{position:relative;display:block;isolation:isolate}
  .single-product .nxmFT-slider{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
  .single-product .nxmFT-slider::-webkit-scrollbar{display:none}
  .single-product .nxmFT-slide{display:flex;flex:0 0 92%;flex-direction:column;align-items:center;gap:10px;padding:22px 16px;background:#f9f9f9;border:1px solid #e8e8e8;border-radius:14px;text-align:center;scroll-snap-align:start}
  .single-product .nxmFT-slide .nxmFT-icon{width:52px;height:52px;flex-basis:52px;border-radius:14px;font-size:24px}
  .single-product .nxmFT-slide .nxmFT-icon img{width:35px;height:35px}
  .single-product .nxmFT-slide .nxmFT-label{font-size:15px}
  .single-product .nxmFT-arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#0d0d0d;color:#fff;font:22px/1 Arial,sans-serif;transform:translateY(-70%);box-shadow:0 2px 8px rgba(0,0,0,.25);cursor:pointer}
  .single-product .nxmFT-arrow[hidden]{display:none}
  .single-product .nxmFT-prev{left:4px}.single-product .nxmFT-next{right:4px}
  .single-product .nxmFT-dots{display:flex;justify-content:center;align-items:center;height:19px;margin-top:6px}
  .single-product .nxmFT-dot{width:7px;height:7px;margin:0 3px;padding:0;border:0;border-radius:4px;background:#ccc;transition:width .2s,background .2s;cursor:pointer}
  .single-product .nxmFT-dot.is-on{width:20px;background:#0d0d0d}
}
@media(max-width:480px){
  .single-product .nxm-s-grid{display:none!important}
  .single-product .nxm-s-slider-wrap{display:block!important}
  .single-product .nxm-s-slider{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;padding-bottom:4px}
  .single-product .nxm-s-slider::-webkit-scrollbar{display:none}
  .single-product .nxm-s-slide{flex:0 0 92%!important;scroll-snap-align:start;background:#f9f9f9;border:1px solid #e8e8e8;border-radius:14px;padding:22px 16px;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center;gap:10px}
  .single-product .nxm-s-slide .nxm-s-icon{width:52px;height:52px;min-width:52px;font-size:24px;border-radius:14px}
  .single-product .nxm-s-slide .nxm-s-label{font-size:15px!important}
}


/* ===================== KATEGÓRIE — perex + badge (z noxium.sk, 1:1) ===================== */
.nxcat { font-family: sans-serif; }
.nxcat__intro { font-size: 12px !important; color: #3a3a3a; line-height: 1.65; margin: 0 0 28px; }
.nxcat__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 40px; margin: 0 0 22px; }
.nxcat__item { font-size: 12px !important; color: #3a3a3a; line-height: 1.7; }
.nxcat__cta { font-size: 12px !important; font-weight: 700; color: #1a1a1a; margin: 0 0 28px; }
.nxcat__intro>span,.nxcat__cta>span{line-height:1.8}

.nxbadge-wrap {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 3px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(240,192,64,0.25);
  contain: layout style;
  transform: translateZ(0);
}
.nxbadge-wrap::before {
  content: '';
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 25%,
    rgba(240,192,64,0.3) 33%,
    rgba(240,192,64,1) 43%,
    rgba(255,235,120,1) 50%,
    rgba(240,192,64,1) 57%,
    rgba(240,192,64,0.3) 67%,
    transparent 75%,
    transparent 100%
  );
  animation: nxBorderSpin 4s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
@keyframes nxBorderSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .nxbadge-wrap::before { animation: none; }
  .nxbadge-wrap { box-shadow: 0 0 0 2px rgba(240,192,64,0.5); }
}
.nxbadge {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #1c1c1e;
  border-radius: 16px;
  padding: 18px 28px;
  box-sizing: border-box;
}
.nxbadge__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-right: 22px;
  flex: 1;
}
.nxbadge__rating { font-size: 36px; font-weight: 700; color: #f0c040; letter-spacing: -0.03em; line-height: 1; }
.nxbadge__stars { display: flex; gap: 2px; color: #f0c040; font-size: 14px; }
.nxbadge__divider { width: 1px; height: 48px; background: rgba(255,255,255,0.12); flex-shrink: 0; }
.nxbadge__right { display: flex; flex-direction: column; gap: 5px; padding-left: 22px; flex: 1; }
.nxbadge__count { font-size: 15px; font-weight: 700; color: #ffffff; }
.nxbadge__quote { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45); font-style: italic; white-space: nowrap; }
.nxbadge,.nxbadge__stars{line-height:1.8}
.nxbadge__count{line-height:1.8}
.nxbadge__quote{line-height:1.8}

.nxcat__shimmer {
  display: inline;
  background: linear-gradient(
    90deg,
    #3a3a3a 0%,
    #3a3a3a 38%,
    rgba(200,155,30,0.4) 44%,
    #f0c040 48%,
    #fff8c0 50%,
    #f0c040 52%,
    rgba(200,155,30,0.4) 56%,
    #3a3a3a 62%,
    #3a3a3a 100%
  );
  background-size: 300% auto;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: nxShimmer 3s ease-in-out infinite;
  will-change: background-position;
}
@keyframes nxShimmer {
  0%   { background-position: 100% center; }
  100% { background-position: 0% center; }
}
@media (prefers-reduced-motion: reduce) {
  .nxcat__shimmer {
    animation: none;
    background: none;
    -webkit-text-fill-color: #3a3a3a;
  }
}

/* ===== PDP tablet 1:1 (iPad Mini až po breakpoint desktopu) ===== */
@media(min-width:768px) and (max-width:1199px){
  body.single-product main.site-main{margin-top:10px}
  body.single-product .inside-article{padding-left:30.5px!important;padding-right:30.5px!important}
  body.single-product .woocommerce-breadcrumb{
    display:flex;align-items:center;box-sizing:border-box;height:33.375px;margin:0;padding:0;
    color:rgb(129,131,148);font-size:14px;line-height:19.3846px;white-space:nowrap
  }
  body.single-product .woocommerce-breadcrumb a{
    color:rgb(129,131,148);font-size:14px;font-weight:700;line-height:19.3846px
  }
  body.single-product .woocommerce-breadcrumb .nxm-bc-sep{
    display:inline-block;flex:0 0 6px;width:6px;color:rgb(129,131,148);font-size:16px;text-align:center
  }
  body.single-product .woocommerce-breadcrumb .nxm-bc-sep:first-of-type{margin:0 15px}
  body.single-product .woocommerce-breadcrumb .nxm-bc-sep:nth-of-type(2){margin:0 7.5px}
  .single-product div.product{margin-top:25px}

  .single-product .nxm-mtitle{
    display:grid;grid-template-columns:363.84375px minmax(0,1fr);grid-template-rows:auto 48.375px;column-gap:40px;
    align-items:start;width:100%;margin:0 0 21px
  }
  .single-product .nxm-mtitle .nxm-mbc{display:none}
  .single-product .nxm-mtitle-h1{
    grid-column:1/-1;height:35.1875px;margin:0 0 25px;color:#0f0f0f;
    font:700 32px/35.2px Roboto,sans-serif
  }
  .single-product .nxm-mtitle>.nxm-pd-rating{
    display:flex;align-items:center;flex-wrap:nowrap;box-sizing:border-box;width:363.84375px;height:40px;
    margin:4.1875px 0 0;padding:10px 16px;gap:15px;border-radius:22px;background:#fff;
    box-shadow:0 6px 14px rgba(0,0,0,.09);white-space:nowrap
  }
  .single-product .nxm-mtitle>.nxm-pd-rating .star-rating,
  .single-product .nxm-mtitle>.nxm-pd-rating .nxm-pd-stars-empty{
    flex:0 0 90px;width:90px!important;height:16px
  }
  .single-product .nxm-mtitle>.nxm-pd-rating .nxm-pd-stars-empty{
    font-size:14px;line-height:15px
  }
  .single-product .nxm-mtitle>.nxm-pd-rating .nxm-pd-rc{
    line-height:15px;letter-spacing:0
  }
  .single-product .nxm-mtitle>.nxm-pd-rating .nxm-pd-rlink::before{display:none}
  .single-product .nxm-mtitle>.nxm-codebrand{
    display:flex;flex-direction:column;gap:3px;margin:5px 0 0;
    color:rgb(124,126,143);font-size:11px;line-height:1.4;white-space:nowrap
  }
  .single-product .summary>h1.product_title,
  .single-product .summary>.woocommerce-product-rating,
  .single-product .summary>.nxm-pd-headmeta{display:none}

  .single-product .woocommerce-product-gallery{margin-bottom:65px!important}
  .single-product .flex-control-thumbs{gap:15px;margin-top:10px!important;overflow:hidden}
  .single-product .flex-control-thumbs li{
    flex:0 0 calc((100% - 75px)/6);width:calc((100% - 75px)/6)!important;
    height:auto!important;aspect-ratio:1/1
  }
  .single-product .flex-control-thumbs img{
    box-sizing:border-box;width:100%!important;height:100%!important;border:2px solid transparent
  }
  .single-product .flex-control-thumbs img.flex-active{border-color:#111}
  .single-product .summary .woocommerce-product-details__short-description{margin-top:0}
}

@media (max-width: 540px) {
  .nxcat__grid { grid-template-columns: 1fr; gap: 4px; }
  .nxbadge { padding: 16px 20px; }
  .nxbadge__rating { font-size: 28px; }
}

.nxcat2 { font-family: sans-serif; }
.nxcat2__intro { font-size: 12px !important; color: #3a3a3a; line-height: 1.65; margin: 0 0 22px; }
.nxcat2__list { margin: 0 0 22px; display: flex; flex-direction: column; gap: 4px; }
.nxcat2__item { font-size: 12px !important; color: #3a3a3a; line-height: 1.7; }
.nxcat2__cta { font-size: 12px !important; font-weight: 700; color: #1a1a1a; margin: 0 0 28px; }
.nxcat2__intro>span,.nxcat2__cta>span{line-height:1.8}

.nxbadge2-wrap {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 3px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(240,192,64,0.25);
  contain: layout style;
  transform: translateZ(0);
}
.nxbadge2-wrap::before {
  content: '';
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 25%,
    rgba(240,192,64,0.3) 33%,
    rgba(240,192,64,1) 43%,
    rgba(255,235,120,1) 50%,
    rgba(240,192,64,1) 57%,
    rgba(240,192,64,0.3) 67%,
    transparent 75%,
    transparent 100%
  );
  animation: nxBorderSpin2 4s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
@keyframes nxBorderSpin2 {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .nxbadge2-wrap::before { animation: none; }
  .nxbadge2-wrap { box-shadow: 0 0 0 2px rgba(240,192,64,0.5); }
}
.nxbadge2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #1c1c1e;
  border-radius: 16px;
  padding: 18px 28px;
  box-sizing: border-box;
}
.nxbadge2__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-right: 22px;
  flex: 1;
}
.nxbadge2__rating { font-size: 36px; font-weight: 700; color: #f0c040; letter-spacing: -0.03em; line-height: 1; }
.nxbadge2__stars { display: flex; gap: 2px; color: #f0c040; font-size: 14px; }
.nxbadge2__divider { width: 1px; height: 48px; background: rgba(255,255,255,0.12); flex-shrink: 0; }
.nxbadge2__right { display: flex; flex-direction: column; gap: 5px; padding-left: 22px; flex: 1; }
.nxbadge2__count { font-size: 15px; font-weight: 700; color: #ffffff; }
.nxbadge2__quote { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45); font-style: italic; white-space: nowrap; }
.nxbadge2,.nxbadge2__stars{line-height:1.8}
.nxbadge2__count{line-height:1.8}
.nxbadge2__quote{line-height:1.8}

@media (max-width: 540px) {
  .nxbadge2 { padding: 16px 20px; }
  .nxbadge2__rating { font-size: 28px; }
}

/* ===================== KOŠÍK + POKLADŇA (1:1 brand) ===================== */
.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,
.woocommerce-cart .site-main,.woocommerce-checkout .site-main{max-width:80rem;margin-inline:auto}
.woocommerce-checkout .entry-title{font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(1.8rem,3.4vw,2.4rem);color:#0f0f0f;margin:0 0 1.5rem}

/* ===== KOŠÍK „Môj košík" 1:1 .sk (krok 1/3) ===== */
.woocommerce-cart .entry-title,.woocommerce-cart .woocommerce-products-header,.woocommerce-cart .page-header{display:none} /* skry default „Košík" titul */
.nxm-cart-headblock{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin:0 0 1.4rem}
.nxm-cart-title{font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(1.8rem,3.4vw,2.4rem);color:#0f0f0f;margin:0}
.nxm-cart-help{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;font-size:14px;color:#0f0f0f;background:#fff;border:1px solid var(--nxm-line);border-radius:12px;padding:.75rem 1.2rem}
.nxm-cart-help-q{color:#6b6b6b}
.nxm-cart-help-i{display:flex;align-items:center;gap:.45rem;color:#0f0f0f;font-weight:600}
.nxm-cart-help-i:hover{color:var(--nxm-gold)}
.nxm-cart-help-ico svg{width:18px;height:18px;display:block}
/* Prázdny košík (1:1 .sk) — skry WC default notice/tlačidlo, vlastná SK karta so smutným vozíkom */
.woocommerce-cart p.cart-empty,.woocommerce-cart .cart-empty.woocommerce-info,.woocommerce-cart .return-to-shop{display:none!important}
.nxm-cart-back-top{display:inline-flex;align-items:center;gap:.35rem;color:#6b6b6b;font-size:14px;margin:0 0 1rem;transition:color .2s}
.nxm-cart-back-top:hover{color:var(--nxm-gold)}
.nxm-cart-empty-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border-radius:16px;padding:4rem 2rem;box-shadow:0 6px 12px rgba(0,0,0,.05);margin:1rem 0 2rem}
.nxm-cart-empty-ico{color:#0f0f0f;margin:0 0 1.5rem}
.nxm-cart-empty-ico svg{width:170px;height:auto;display:block}
.nxm-cart-empty-msg{font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(1.4rem,2.6vw,1.9rem);color:#0f0f0f;margin:0 0 2rem}
.nxm-cart-empty-btn{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--nxm-line);border-radius:999px;padding:.7rem 1.6rem;color:#0f0f0f;font-weight:600;font-size:14px;box-shadow:0 3px 8px rgba(0,0,0,.06);transition:box-shadow .2s}
.nxm-cart-empty-btn:hover{box-shadow:0 5px 14px rgba(0,0,0,.12)}
.nxm-cart-steps{display:flex;gap:.25rem;margin:0}
.nxm-cstep{display:flex;align-items:center;gap:.55rem;flex:1;justify-content:center;font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(.78rem,1.4vw,1.05rem);color:#9a9a9a;background:transparent;padding:1.05rem .5rem;border-radius:16px 16px 0 0;text-align:center;white-space:nowrap}
.nxm-cstep.is-active{background:#fff;color:#0f0f0f}
.nxm-cstep.is-done{color:#1a1a1a}
.nxm-cstep-n{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#e3e3e3;color:#6b6b6b;font-size:.85rem;flex:0 0 auto}
.nxm-cstep.is-active .nxm-cstep-n{background:#1a1a1a;color:#fff}
.nxm-cstep.is-done .nxm-cstep-n{background:#1a9e3f;color:#fff}
/* biela karta = cart form */
.woocommerce-cart form.woocommerce-cart-form{background:#fff;border-radius:0 0 16px 16px;box-shadow:0 1px 3px rgba(0,0,0,.05),0 10px 34px rgba(0,0,0,.05);padding:.5rem 1.6rem 1.4rem;margin:0 0 1.4rem}
.woocommerce-cart form.woocommerce-cart-form table.shop_table{border:0!important;border-radius:0!important;margin:0!important;box-shadow:none;table-layout:fixed;width:100%}
/* Pevné šírky stĺpcov — bez toho sa po AJAX remove .product-remove roztiahol na 469px a riadok sa rozpadol. product-name = zvyšok. */
.woocommerce-cart .cart_item td.product-remove{width:44px}
.woocommerce-cart .cart_item td.product-thumbnail{width:92px}
.woocommerce-cart .cart_item td.product-price{width:120px}
.woocommerce-cart .cart_item td.product-quantity{width:160px}
.woocommerce-cart .cart_item td.product-subtotal{width:120px}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead{display:none} /* .sk nemá hlavičku stĺpcov */
.woocommerce-cart form.woocommerce-cart-form table.shop_table td{border:0;border-bottom:1px solid var(--nxm-line);padding:1.1rem .4rem;background:#fff}
.woocommerce-cart .cart_item td.product-name{font-weight:600}
.woocommerce-cart .cart_item td.product-price::before,.woocommerce-cart .cart_item td.product-subtotal::before{font-weight:400;color:#9a9a9a}
/* odhad doručenia */
.nxm-cart-delivery{display:flex;align-items:center;justify-content:center;gap:.6rem;background:#f4f4f4;border-radius:10px;padding:.85rem 1.3rem;margin:1.2rem auto .3rem;width:max-content;max-width:100%;font-size:.95rem;color:#0f0f0f}
.nxm-cart-delivery strong{font-weight:700}
.nxm-cart-delivery-ico svg{width:22px;height:22px;color:#1a1a1a;display:block}
/* cena bez DPH — farba namerané priamo z .sk (.price-label.price-secondary): rgb(124,126,143) */
.nxm-cart-exvat th{font-weight:400!important;color:#7c7e8f!important}
.nxm-cart-exvat td{color:#7c7e8f!important}
/* „Zákazníci tiež zakúpili" carousel (1:1 .sk .nxm-cart-upsell, namerané 2.7.) */
.nxm-cart-upsell{position:relative;background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:20px 0;margin:1.4rem 0 0;max-width:100%;overflow:hidden;box-sizing:border-box}
/* PDP cross-sell (rovnaký karusel ako v košíku) — odsadenie pod detailom produktu. */
/* ===== PDP „Často kupované spolu" — 1:1 .sk products-alternative-block (MERANÉ 15.7.2026) ===== */
.nxm-cks{display:block;clear:both;margin:30px 0 0}
.nxm-cks h2{font-size:36px;font-weight:700;color:#0f0f0f;text-align:center;line-height:50px;margin:0 0 25px}
.nxm-cks-viewport{position:relative}
.nxm-cks-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:6px 2px 18px} /* padding = priestor pre shadow kariet */
.nxm-cks-track::-webkit-scrollbar{display:none}
.nxm-cks-card{position:relative;flex:0 0 330px;box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;background:#fff;border-radius:20px;box-shadow:0 6px 12px rgba(0,0,0,.08);padding:30px 30px 80px}
.nxm-cks-badge{position:absolute;top:14px;right:14px;font-size:18px;font-weight:400;color:#000;background:#eaeaea;border-radius:14px;padding:6px 10px;line-height:20px;z-index:2}
.nxm-cks-img{display:block;width:270px;height:270px;margin-bottom:9px}
.nxm-cks-img img{width:270px!important;height:270px!important;object-fit:contain;display:block}
.nxm-cks-stars{height:23px;display:flex;align-items:center;margin-top:4px}
.nxm-cks .star-rating{font-size:16px!important}
.nxm-cks-stars .star-rating{margin:0;float:none}
.nxm-cks-name{display:block;font-family:var(--nxm-font-head);font-size:18px;font-weight:700;color:#0f0f0f;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:2px 0 0}
.nxm-cks-name:hover{color:#0f0f0f;text-decoration:underline}
.nxm-cks-meta{display:flex;align-items:center;justify-content:space-between;min-height:34px;margin-top:8px}
.nxm-cks-price{font-size:20px;font-weight:700;color:#000;line-height:28px}
.nxm-cks-price del{font-weight:400;color:rgb(124,126,143);margin-right:6px}
.nxm-cks-price del .woocommerce-Price-amount{font-weight:400;color:rgb(124,126,143)}
.nxm-cks-price ins{text-decoration:none;color:#0f0f0f}
.nxm-cks-avail{font-size:12px;font-weight:500;color:rgb(0,153,1);text-transform:uppercase;flex:0 0 auto}
.nxm-cks-avail.is-out{color:#c62828}
.nxm-cks-desc{font-size:14px;font-weight:400;color:rgb(124,126,143);line-height:24px;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.nxm-cks-btn{position:absolute;left:50%;transform:translateX(-50%);bottom:30px;display:inline-flex;align-items:center;justify-content:center;width:180px;height:50px;background:rgb(41,41,41);color:#fff!important;font-size:14px;font-weight:400;border-radius:25px;text-decoration:none;transition:background .2s}
.nxm-cks-btn:hover,.nxm-cks-btn:focus{background:#000;color:#fff!important}
.nxm-cks-btn::after{content:"";flex:0 0 auto;width:18px;height:18px;margin-left:10px;background-color:currentColor;-webkit-mask:url(../img/icons/cart-e918.svg) no-repeat center/contain;mask:url(../img/icons/cart-e918.svg) no-repeat center/contain}
.nxm-cks-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:#fff;border:0;box-shadow:0 4px 14px rgba(0,0,0,.14);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:#1a1a1a;z-index:4;padding:0}
.nxm-cks-prev{left:-16px}
.nxm-cks-next{right:-16px}
.nxm-cks-arrow[disabled]{opacity:0;pointer-events:none}
.nxm-cks-dots{display:flex;justify-content:center;gap:12px;margin-top:8px}
.nxm-cks-dot{width:12px;height:12px;border-radius:50%;background:#e3e5ea;border:0;padding:0;cursor:pointer}
.nxm-cks-dot.is-on{background:#111}
@media(max-width:600px){.nxm-cks h2{font-size:24px;line-height:1.2}.nxm-cks-card{flex-basis:300px}.nxm-cks-arrow{display:none}}
.nxm-cart-upsell-header{padding:0 1.4rem 1rem}
.nxm-cart-upsell-title{font-family:var(--nxm-font-head);font-size:22px;font-weight:700;color:#1a1a1a;margin:0}
.nxm-cart-upsell-scroll-area{position:relative;min-width:0;max-width:100%}
.nxm-cart-upsell-track-wrap{overflow-x:auto;scrollbar-width:none;min-width:0;max-width:100%;cursor:grab}
.nxm-cart-upsell-track-wrap.nxm-dragging{cursor:grabbing;user-select:none;scroll-behavior:auto}
.nxm-cart-upsell-track-wrap.nxm-dragging a,.nxm-cart-upsell-track-wrap.nxm-dragging img{pointer-events:none}
.nxm-cart-upsell-track-wrap::-webkit-scrollbar{display:none}
.nxm-cart-upsell-track{display:flex;gap:1rem;padding:0 1.4rem;width:max-content}
.nxm-cart-card{flex:0 0 244px;width:244px;max-width:244px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fafafa;border:1px solid #efefef;border-radius:14px;padding:20px 16px 16px;box-sizing:border-box;transition:opacity .3s ease,transform .3s ease}
.nxm-cart-card.nxm-removing{opacity:0;transform:scale(.85);pointer-events:none}
.nxm-cart-card-img-link{display:block;margin-bottom:12px}
.nxm-cart-card-img-wrap{width:172px;height:172px;border-radius:50%;background:#fff;border:1.5px solid #ececec;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 auto}
.nxm-cart-card-img{width:156px;height:156px;object-fit:contain}
.nxm-cart-card-brand{font-size:10px;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px;display:block}
.nxm-badge-bestseller{display:inline-block;background:#f5c518;color:#1a1a1a;font-size:9px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;border-radius:20px;margin-bottom:5px}
.nxm-cart-card-name{display:block;font-family:var(--nxm-font-head);font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:5px}
.nxm-cart-card-price{display:flex;align-items:center;justify-content:center;gap:5px;margin:0 0 10px;min-height:18px}
.nxm-cart-card-price-current{font-family:var(--nxm-font-head);font-size:14px;font-weight:700;color:#c8922a}
/* margin-top:auto — tlačidlo pripnuté na spodok karty; keďže track má align-items:stretch (rovnaká výška kariet),
   tlačidlá sú VŽDY zarovnané aj keď názov zalomí na 2 riadky (1:1 .sk — cardH 325 uniform, btn zarovnané). */
.nxm-cart-card-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;width:100%;height:35px;background:#1a1a1a;color:#fff;border:0;border-radius:8px;font-family:var(--nxm-font-head);font-size:12px;font-weight:700;letter-spacing:.3px;cursor:pointer;text-decoration:none}
.nxm-cart-card-btn:hover{background:#333;color:#fff}
.nxm-cart-card-btn.nxm-added,.nxm-cart-card-btn.added{background:#2a7a4a;pointer-events:none}
.nxm-cart-card-btn.loading{opacity:.6;pointer-events:none}
/* WC po ajax adde pridá odkaz „Zobraziť košík" (.added_to_cart) — .sk ho nemá NIKDE (má modal), skryť globálne (PDP, loop, kategória, cross-sell). */
a.added_to_cart,.added_to_cart.wc-forward{display:none!important}
.nxm-arrow{position:absolute;top:86px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e8e8e8;color:#1a1a1a;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:1rem}
.nxm-arrow-prev{left:.5rem}
.nxm-arrow-next{right:.5rem}
.nxm-arrow-hidden{display:none}
@media(max-width:600px){.nxm-cart-upsell-title{font-size:1.15rem}.nxm-cart-card{flex-basis:200px;width:200px}.nxm-cart-card-img-wrap{width:140px;height:140px}.nxm-arrow{display:none}}

/* Pokladňa: order-review tabuľka mala table-layout:auto → roztiahla sa podľa obsahu širšie než #order_review
   kontajner a pretekala +4px cez viewport (1440). Fixed layout + wrap názvu ju udrží v kontajneri. */
.woocommerce-checkout .woocommerce-checkout-review-order-table{table-layout:fixed;width:100%}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{word-break:break-word}

/* free-ship progress — farebný "fill" cez CELÚ výšku boxu (nie tenký prúžok pod textom),
   1:1 .sk .price-range/.extra-content: bg #e6eaf8, fill #d0d8f2 v šírke % z prahu. Namerané priamo z live DOM. */
.nxm-cart-freeship{position:relative;overflow:hidden;display:flex;align-items:center;gap:.6rem;background:#e6eaf8;color:#0f0f0f;border-radius:10px;padding:.9rem 1.1rem;margin:1rem 0 0;font-size:.92rem;line-height:1.35}
.nxm-cart-freeship.is-done{background:#e8f5e2;color:#0f0f0f}
.nxm-cart-fs-fill{position:absolute;z-index:0;top:0;left:0;bottom:0;background:#d0d8f2;transition:width .3s}
.nxm-cart-freeship.is-done .nxm-cart-fs-fill{background:transparent}
.nxm-cart-freeship svg{position:relative;z-index:1;width:22px;height:22px;flex:0 0 auto}
.nxm-cart-fs-ico{position:relative;z-index:1;display:block;flex:0 0 42px;width:42px;height:34px;color:#292929}
.nxm-cart-freeship .nxm-cart-fs-ico svg{display:block;width:100%;height:100%}
.nxm-cart-freeship.is-done .nxm-cart-fs-ico{color:#61c33f}
.nxm-cart-freeship.is-done .nxm-cart-fs-txt strong{color:#61c33f}
.nxm-cart-freeship strong{font-weight:700}

/* ===== POKLADŇA (.sk krok 2 „Doprava & platba") ===== */
.woocommerce-checkout .entry-title,.woocommerce-checkout .woocommerce-products-header,.woocommerce-checkout .page-header{display:none} /* skry „Pokladňa", používame „Môj košík" hlavičku */
.woocommerce-checkout form.checkout{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}
.woocommerce-checkout #customer_details{flex:1 1 56%;min-width:300px;background:#fff;border-radius:0 0 16px 16px;box-shadow:0 1px 3px rgba(0,0,0,.05),0 10px 34px rgba(0,0,0,.05);padding:1.6rem 1.7rem;box-sizing:border-box}
.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{flex:1 1 36%;min-width:280px;margin:0}
.woocommerce-checkout #order_review_heading{flex-basis:100%;order:-1;font-family:var(--nxm-font-head);font-weight:700;font-size:1.25rem;color:#0f0f0f;margin:0}
@media(min-width:1000px){
  .woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{position:sticky;top:24px}
  .woocommerce-checkout #order_review{background:#f7f7f5;border-radius:14px;padding:1.4rem 1.5rem}
  .woocommerce-checkout #order_review_heading{background:transparent;padding:0 0 .2rem}
}
.woocommerce-checkout #payment{background:transparent}
.woocommerce-checkout #payment ul.payment_methods{border:0;padding:0}
.woocommerce-checkout #place_order{width:100%}
/* tabuľky */
.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{border:1px solid var(--nxm-line);border-radius:12px;border-collapse:separate;overflow:hidden;margin:0 0 1.5rem}
.woocommerce-cart table.shop_table th,.woocommerce-checkout table.shop_table th{font-family:var(--nxm-font-head);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#0f0f0f;padding:1rem;background:#fafafa}
.woocommerce-cart table.shop_table td,.woocommerce-checkout table.shop_table td{padding:1rem;border-top:1px solid var(--nxm-line);vertical-align:middle}
.woocommerce-cart table.cart img{width:56px;border-radius:8px}
.woocommerce-cart td.product-remove a.remove{color:#bbb!important;font-size:1.3rem;line-height:1}
.woocommerce-cart td.product-remove a.remove:hover{color:#e23b3b!important;background:transparent!important}
.woocommerce-cart .product-name a{color:#0f0f0f;font-weight:600}
.woocommerce-cart .product-name a:hover{color:var(--nxm-gold)}
/* „Súvisiaci tovar: N (od X €)" — rozbaľovací link + inline zoznam súvisiacich produktov (1:1 .sk, namerané) */
.nxm-ci-related-toggle{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem;font-size:12px;font-weight:700;text-transform:uppercase;text-decoration:underline;color:#7c7e8f;cursor:pointer}
.nxm-ci-related-toggle:hover{color:#0f0f0f}
.nxm-ci-related-from .amount,.nxm-ci-related-from{font-weight:700}
.nxm-ci-related-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform .2s;margin-left:.1rem}
.nxm-ci-related-toggle.is-open .nxm-ci-related-caret{transform:rotate(180deg)}
.woocommerce-cart tr.nxm-ci-related-tr td.nxm-ci-related-cell{padding:0 0 6px!important;background:transparent!important;border:0!important}
.woocommerce-cart tr.nxm-ci-related-tr td.nxm-ci-related-cell::before{content:none!important}
.woocommerce-cart tr.nxm-ci-related-tr[hidden]{display:none!important}
.nxm-ci-related-list{display:flex;flex-direction:column;gap:10px;padding:2px 0 8px}
.nxm-ci-related-row{display:flex;align-items:center;gap:16px;background:#f5f6f8;border-radius:10px;padding:10px 20px}
.nxm-ci-related-img{flex:0 0 60px;width:60px;height:60px;border-radius:8px;overflow:hidden;display:block;background:#fff}
.nxm-ci-related-img img{width:60px;height:60px;object-fit:contain;display:block}
.nxm-ci-related-info{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}
.nxm-ci-related-name{font-size:15px;font-weight:600;color:#0f0f0f!important;text-decoration:none;line-height:1.3}
.nxm-ci-related-name:hover{color:var(--nxm-gold)!important}
.nxm-ci-related-stock{font-size:.74rem;font-weight:600;color:#1a9e3f;text-transform:uppercase;letter-spacing:.02em}
.nxm-ci-related-price{font-size:15px;font-weight:700;color:#0f0f0f;white-space:nowrap}
.nxm-ci-related-price .amount{font-weight:700}
.nxm-ci-related-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#292929!important;color:#fff!important;border:0!important;border-radius:25px!important;padding:10px 26px!important;font-family:var(--nxm-font-head);font-size:14px!important;font-weight:400!important;text-decoration:none;white-space:nowrap;height:auto!important}
.nxm-ci-related-btn:hover{background:#000!important;color:#fff!important}
.nxm-ci-related-btn svg{width:18px;height:18px;flex:0 0 auto}
.nxm-ci-related-btn.added,.nxm-ci-related-btn.loading{opacity:.7;pointer-events:none}
.nxm-ci-related-row .added_to_cart{display:none!important}
@media(max-width:767px){
  .nxm-ci-related-row{flex-wrap:wrap;gap:10px 14px;padding:12px 14px}
  .nxm-ci-related-info{flex:1 1 60%}
  .nxm-ci-related-price{margin-left:76px}
  .nxm-ci-related-btn{width:100%;padding:12px!important}
}
/* množstvo */
.woocommerce-cart .quantity input.qty{width:72px;height:46px;border:1px solid var(--nxm-line);border-radius:8px;text-align:center;font-weight:600;background:#fff}
/* qty stepper [−][n][+] (1:1 .sk, JS pridá tlačidlá do .quantity) */
.woocommerce-cart .quantity{display:inline-flex;align-items:center;gap:0;border:1px solid var(--nxm-line);border-radius:8px;overflow:hidden;width:max-content}
.woocommerce-cart .quantity input.qty{
  border:0;border-left:1px solid var(--nxm-line);border-right:1px solid var(--nxm-line);border-radius:0;
  width:46px;min-width:46px;padding:0!important;box-sizing:border-box;text-align:center;text-indent:0;
  color:#0f0f0f!important;-webkit-text-fill-color:#0f0f0f!important;opacity:1!important;
  font-size:16px!important;line-height:44px!important;-moz-appearance:textfield;appearance:textfield
}
.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.woocommerce-cart .nxm-qty-btn{width:38px;height:44px;border:0;background:#fff;color:#0f0f0f;font-size:1.1rem;line-height:1;cursor:pointer;flex:0 0 auto}
.woocommerce-cart .nxm-qty-btn:hover{background:#f4f4f4}
/* položka: Príchuť + SKLADOM (1:1 .sk) */
.nxm-ci-flavor{font-size:.82rem;color:var(--nxm-text-3);margin-top:.2rem}
.nxm-ci-stock{font-size:.78rem;font-weight:600;color:#1a9e3f;text-transform:uppercase;letter-spacing:.02em;margin-top:.2rem}
/* update_cart tlačidlo skryté (auto-update cez JS pri zmene qty, ako .sk) */
.woocommerce-cart [name="update_cart"]{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}
/* Nadpis nad 3-stĺpcovou sekciou (1:1 .sk .cart-summary .h4, namerané: 26px/700 #0f0f0f, margin 10px 0 19px) */
.nxm-cart-gifts-heading{font-family:var(--nxm-font-head);font-size:26px;font-weight:700;color:#0f0f0f;margin:10px 0 19px}
/* 3-stĺpcový spodok košíka (kupón | doprava zadarmo | sumár) — 1:1 .sk */
.nxm-cart-bottom{display:flex;gap:30px;align-items:stretch;flex-wrap:nowrap;margin-top:0}
.nxm-cart-col{flex:0 0 calc((100% - 60px)/3);width:calc((100% - 60px)/3);min-width:0;box-sizing:border-box}
.nxm-cart-col-coupon{min-height:243px;background:#fed9de;border-radius:20px;padding:20px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}
.nxm-cart-coupon-toggle{display:none}
.nxm-cart-coupon-panel{display:flex;flex-direction:column;justify-content:center;width:100%;min-width:0}
.nxm-cart-col-coupon .coupon{display:flex;flex-direction:row;align-items:center;gap:1.25rem;width:100%}
.nxm-cart-coupon-heading{font-family:var(--nxm-font-head);font-weight:700;font-size:1rem;color:#0f0f0f;margin:0 0 .9rem}
.nxm-cart-coupon-heading strong{font-weight:700;color:#f80120}
/* Kupón formulár riadok vedľa seba (input | tlačidlo), NIE pod sebou — namerané: input 224px + tlačidlo 115px v 359px kontajneri */
.nxm-cart-col-coupon .coupon .input-text{flex:1 1 auto;min-width:0;height:50px;border:0!important;border-radius:10px;padding:10px 12px;box-sizing:border-box;background:#fff}
.nxm-cart-col-coupon .coupon button.button{flex:0 0 auto;width:auto!important;height:50px!important;padding:5px 20px!important;border-radius:25px!important;background:#fff!important;color:#292929!important;font-weight:400!important;font-family:inherit!important;border:0!important}
.nxm-cart-col-ship{display:flex}
.nxm-cart-col-ship .nxm-cart-freeship{min-height:243px;margin:0;width:100%;padding:40px;border-radius:20px;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:.5rem}
.nxm-cart-fs-txt{position:relative;z-index:1;display:block}
.nxm-cart-col-sum{min-height:243px;background:#e8f5e2;border-radius:20px;padding:40px}
.nxm-cart-col-sum .cart_totals{padding:0}
.nxm-cart-col-sum .cart_totals h2{display:none}
.nxm-cart-col-sum .nxm-cart-freeship{display:none!important}
/* .sk krok 1 nerieši dopravu v sumári (to je až krok 2 "Doprava & platba") a nezobrazuje ani "Cena spolu"
   (žiadny tretí riadok — sumár má LEN "Celkom za tovar" + "Cena bez DPH"). Overené priamo z live markupu:
   <tr class="woocommerce-shipping-totals shipping">, <tr class="order-total"> na .pl vs 2-riadkový .price-wrapper na .sk.
   !important nutné — inak to prebije nižšie pravidlo "tr{display:contents}", ktoré má vyššiu špecifickosť. */
.woocommerce-cart tr.woocommerce-shipping-totals,.woocommerce-cart tr.order-total{display:none!important}
/* Sumár = 2 riadky "label vľavo / cena vpravo" cez celú šírku (1:1 .sk .price-wrapper:
   flex-wrap:wrap, label flex-basis 45% text-align:left, cena flex-basis 55% text-align:right — namerané priamo z live DOM). */
.nxm-cart-col-sum .cart_totals table.shop_table{display:block;border:0!important;background:transparent;margin:0}
.nxm-cart-col-sum .cart_totals table.shop_table tbody{display:flex;min-height:74px;flex-wrap:wrap;align-content:flex-start;align-items:baseline}
.nxm-cart-col-sum .cart_totals table.shop_table tr{display:contents}
.nxm-cart-col-sum .cart_totals table.shop_table th{display:inline!important;flex:1 0 45%;padding:0!important;border:0!important;background:transparent!important;text-align:left;text-transform:none!important}
.nxm-cart-col-sum .cart_totals table.shop_table td{flex:1 0 55%;padding:0!important;border:0!important;background:transparent!important;text-align:right;text-transform:none!important}
/* WC core .shop_table_responsive vkladá vlastný label cez td::before{content:attr(data-title)} (mobil) —
   zdvojoval by dvojbodku ("Celkom za tovar::") a duplicitne zobrazoval label, keď th už label ukazuje sám. */
.nxm-cart-col-sum .cart_totals table.shop_table td::before{content:none!important}
.nxm-cart-col-sum .cart_totals tr.cart-subtotal{margin-bottom:.3rem}
.nxm-cart-col-sum .cart_totals tr.cart-subtotal th{color:#0f0f0f;font-size:16px;font-weight:400}
.nxm-cart-col-sum .cart_totals tr.cart-subtotal th::after{content:":"}
.nxm-cart-col-sum .cart_totals tr.cart-subtotal td{color:#569c34;font-size:22px;font-weight:700}
.nxm-cart-col-sum .cart_totals tr.nxm-cart-exvat th,.nxm-cart-col-sum .cart_totals tr.nxm-cart-exvat td{color:#7c7e8f;font-size:14px;font-weight:400}
.nxm-cart-col-sum .wc-proceed-to-checkout{margin:19px 0 0;padding:0!important}
.nxm-cart-col-sum .wc-proceed-to-checkout .checkout-button{margin:0!important}
/* .sk skrýva "Späť do obchodu" na desktope (namerané: .next-step-back{display:none}, .next-step výška = presne 70px = len tlačidlo) — zobraziť len na mobile (<900px, rovnaký breakpoint ako stĺpce nižšie). */
.nxm-cart-back-link{display:none;text-align:center;color:#292929;font-size:14px;font-weight:400;text-decoration:none;margin:0 0 .6rem}
.nxm-cart-back-link:hover{text-decoration:underline}
@media(max-width:767px){.nxm-cart-back-link{display:block}}
@media(max-width:767px){.nxm-cart-bottom{flex-direction:column;max-width:100%;box-sizing:border-box}.nxm-cart-col{flex:1 1 auto;width:100%;min-width:0;max-width:100%;box-sizing:border-box}}
/* Mobil: 3-krokové taby „Môj košík / Doprava & platba / Osobné údaje a adresa" — nowrap + veľký padding
   ich robilo širšie než 390px (H-overflow ~468px). Kompaktné: menší font, wrap na 2 riadky, menší číselný kruh. */
@media(max-width:600px){
  .nxm-cart-steps{gap:2px}
  .nxm-cstep{font-size:.64rem;padding:.6rem .2rem;white-space:normal;line-height:1.15;gap:.3rem;border-radius:10px 10px 0 0}
  .nxm-cstep-n{width:20px;height:20px;font-size:.7rem}
}
/* tlačidlá (scope iba košík/pokladňa) */
.woocommerce-cart .button,.woocommerce-checkout .button,
.woocommerce-cart button.button,.woocommerce-checkout button.button,
.woocommerce-cart input.button,.woocommerce-checkout input.button{background:#292929!important;background-image:none!important;color:#fff!important;font-family:var(--nxm-font-head);font-weight:600;border:0!important;border-radius:8px!important;padding:.85rem 1.6rem!important;text-transform:none;transition:background .2s}
.woocommerce-cart .button:hover,.woocommerce-checkout .button:hover,
.woocommerce-cart button.button:hover,.woocommerce-checkout button.button:hover,
.woocommerce-cart input.button:hover,.woocommerce-checkout input.button:hover{background:#000!important;color:#fff!important}
.woocommerce-cart td.actions .coupon{display:flex;gap:.6rem;align-items:stretch}
.woocommerce-cart td.actions .coupon .input-text{height:46px;border:1px solid var(--nxm-line);border-radius:8px;padding:0 .9rem;min-width:200px}
.woocommerce-cart td.actions{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;background:#fff}
/* sumár / proceed */
.cart_totals h2,.woocommerce-checkout #order_review_heading{font-family:var(--nxm-font-head);font-weight:700;font-size:1.6rem;color:#0f0f0f;margin:0 0 1rem}
/* checkout (krok 2) ponecháva pôvodnú tabuľkovú prezentáciu sumáru — riadok vyššie prepisuje len .nxm-cart-col-sum (krok 1). */
.woocommerce-checkout .cart_totals table.shop_table td,.woocommerce-checkout .cart_totals table.shop_table th{padding:1rem;text-transform:none;font-weight:400;font-size:16px;color:#0f0f0f}
.woocommerce-checkout .cart_totals .order-total .amount{font-size:1.2rem;font-weight:700;color:#0f0f0f}
/* Pokračovať — pill tvar, tmavé pozadie, 1:1 .sk .next-step-forward (namerané: radius 76px pri h 70px = plný pill, 20px/400) */
.wc-proceed-to-checkout a.checkout-button{display:flex!important;align-items:center;justify-content:center;gap:.5rem;width:100%;text-align:center;background:#292929!important;background-image:none!important;color:#fff!important;font-family:inherit;font-weight:400!important;font-size:20px!important;padding:25px 1.5rem!important;border-radius:999px!important;text-transform:none;transition:background .2s;box-sizing:border-box}
.wc-proceed-to-checkout a.checkout-button:hover{background:#000!important;color:#fff!important}
.wc-proceed-to-checkout a.checkout-button::after{content:"";width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-left:.1rem}
/* checkout formulár */
.woocommerce-checkout h3{font-family:var(--nxm-font-head);font-weight:700;font-size:1.5rem;color:#0f0f0f;margin:0 0 1rem}
.woocommerce-checkout form .form-row label{font-weight:600;font-size:.9rem;color:#333;margin-bottom:.35rem;display:block}
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout form .form-row select{height:50px;border:1px solid var(--nxm-line)!important;border-radius:8px;padding:.6rem .9rem;font-size:.95rem;box-shadow:none;width:100%}
.woocommerce-checkout form .form-row textarea{height:auto;min-height:110px}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.woocommerce-checkout #customer_details{margin-bottom:2rem}
.woocommerce-checkout #payment{background:#fafafa;border:1px solid var(--nxm-line);border-radius:12px}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--nxm-line)}
.woocommerce-checkout #place_order{width:100%;font-size:1.05rem!important;padding:1.1rem 1.5rem!important;border-radius:10px!important}
/* notices — modrý okraj → zlatý */
.woocommerce-cart .woocommerce-info,.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-message,.woocommerce-checkout .woocommerce-message{border-top-color:var(--nxm-gold)!important;background:#faf7f0;border-radius:8px}
.woocommerce-cart .woocommerce-info::before,.woocommerce-checkout .woocommerce-info::before{color:var(--nxm-gold)}
@media(min-width:992px){
  .woocommerce-checkout #customer_details{display:flex;gap:2.5rem}
  .woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{flex:1;width:auto;float:none}
}

/* Finálna pokladňa: jeden checkout v kompaktnom štýle Icon Amsterdam. */
.nxm-checkout-brandbar{height:82px;background:#242424;border-bottom:1px solid #393939}
.nxm-checkout-brandbar-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nxm-checkout-brand{display:flex;align-items:center}
.nxm-checkout-brand img{display:block;width:176px;height:auto}
.nxm-checkout-back{display:flex;align-items:center;gap:8px;color:#fff!important;text-decoration:none;font-size:14px}
.nxm-checkout-back strong{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:#111;font-size:12px;box-sizing:border-box}
.nxm-checkout-back:hover{color:#e8b453!important}
body.nxm-checkout-final{background:#fff}
body.nxm-checkout-final #page{max-width:100%;width:100%;margin:0;background:#fff}
body.nxm-checkout-final #main{width:100%;max-width:none!important;margin:0;padding:0}
body.nxm-checkout-final article{padding:0}
body.nxm-checkout-final .inside-article{padding:0}
body.nxm-checkout-final .entry-content{max-width:1180px!important;margin:0 auto;padding:42px 24px 72px;box-sizing:border-box}
body.nxm-checkout-final .woocommerce-form-coupon-toggle,
body.nxm-checkout-final form.checkout_coupon{display:none!important}
body.nxm-checkout-final .nxm-cart-headblock{margin-bottom:18px}
body.nxm-checkout-final .nxm-cart-headblock .nxm-cart-help{display:none}
body.nxm-checkout-final .nxm-cart-title{font-size:30px}
body.nxm-checkout-final .nxm-cart-steps{max-width:560px;margin-bottom:38px}
body.nxm-checkout-final .select2-hidden-accessible{
  position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;
  padding:0!important;border:0!important;overflow:hidden!important;
  clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important
}
body.nxm-checkout-final .nxm-final-fields select.select2-hidden-accessible{
  width:1px!important;max-width:1px!important
}
body.nxm-checkout-final form.checkout{
  display:grid;grid-template-columns:minmax(0,612px) minmax(350px,430px);
  grid-template-rows:auto auto 1fr;justify-content:space-between;gap:12px 54px;align-items:start
}
body.nxm-checkout-final form.checkout>.woocommerce-NoticeGroup-checkout{grid-column:1 / -1;grid-row:1;min-width:0;margin:0 0 8px}
body.nxm-checkout-final .nxm-final-checkout{grid-column:1;grid-row:2 / span 2;min-width:0}
body.nxm-checkout-final #customer_details{display:none!important}
.nxm-final-section{padding:0 0 30px;margin:0 0 28px;border-bottom:1px solid #dedede}
.nxm-final-section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.nxm-final-section h2{margin:0 0 14px;font-family:var(--nxm-font-head);font-size:18px;line-height:1.3;font-weight:700;color:#111}
.nxm-final-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px}
.nxm-final-section-head a{font-size:13px;color:#303030;text-decoration:underline}
.nxm-final-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.nxm-final-fields .form-row{float:none!important;width:auto!important;margin:0!important;padding:0!important;min-width:0}
.nxm-final-fields .form-row-wide,
.nxm-final-fields #billing_country_field,
.nxm-final-fields #billing_address_1_field,
.nxm-final-fields #billing_address_2_field,
.nxm-final-fields #billing_phone_field,
.nxm-final-fields #billing_email_field,
.nxm-final-fields #kl_newsletter_checkbox_field,
.nxm-final-fields .woocommerce-shipping-fields,
.nxm-final-fields .woocommerce-additional-fields{grid-column:1 / -1}
.nxm-final-fields #billing_postcode_field,.nxm-final-fields #billing_city_field{grid-column:auto}
.nxm-final-fields #billing_state_field:empty{display:none}
.nxm-final-fields .woocommerce-input-wrapper{display:block;width:100%}
.nxm-final-fields select.country_to_state{display:block!important;width:100%!important;max-width:none!important}
.nxm-final-fields .select2-container{width:100%!important}
.nxm-final-fields .optional{font-weight:400;color:#777}
.nxm-final-contact .nxm-final-fields{display:block}
.nxm-final-contact #billing_email_field{margin-bottom:10px!important}
.nxm-final-contact #kl_newsletter_checkbox_field label{display:flex;align-items:flex-start;gap:9px;font-size:12px;font-weight:400;line-height:1.45;cursor:pointer}
.nxm-final-contact #kl_newsletter_checkbox_field input{flex:0 0 auto;margin-top:2px}
.nxm-final-delivery .woocommerce-shipping-fields h3{margin:16px 0 10px;font-size:14px}
.nxm-final-delivery #ship-to-different-address label{display:flex;align-items:center;gap:9px;font-weight:500}
.nxm-final-delivery .shipping_address{padding-top:12px}
.nxm-final-delivery .shipping_address .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.nxm-final-delivery .shipping_address .form-row-wide{grid-column:1 / -1}
.nxm-final-delivery .woocommerce-additional-fields{margin-top:14px}
.nxm-final-delivery .woocommerce-additional-fields h3{font-size:14px;margin:0 0 10px}
.nxm-final-secure{margin:-8px 0 14px;color:#777;font-size:12px}
#nxm-checkout-shipping ul,#nxm-checkout-payment ul.payment_methods{list-style:none;margin:0!important;padding:0!important;border:1px solid #d5d5d5!important;border-radius:10px;overflow:hidden;background:#fff}
#nxm-checkout-shipping li,#nxm-checkout-payment li.wc_payment_method{position:relative;display:block!important;min-height:58px!important;margin:0!important;padding:0!important;border-bottom:1px solid #dedede!important;background:#fff}
#nxm-checkout-shipping li:last-child,#nxm-checkout-payment li.wc_payment_method:last-child{border-bottom:0!important}
#nxm-checkout-shipping input[type="radio"],#nxm-checkout-payment input[type="radio"]{position:absolute;left:14px;top:20px;width:17px;height:17px;margin:0;accent-color:#111;z-index:1}
#nxm-checkout-shipping label,#nxm-checkout-payment li.wc_payment_method>label{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px;min-height:58px!important;margin:0!important;padding:13px 14px 13px 42px!important;box-sizing:border-box!important;font-size:14px!important;font-weight:600!important;color:#151515!important;cursor:pointer}
#nxm-checkout-shipping label .amount{margin-left:auto;white-space:nowrap;font-weight:700}
#nxm-checkout-shipping li:has(input:checked),#nxm-checkout-payment li.wc_payment_method:has(input:checked){box-shadow:inset 0 0 0 1px #111}
#nxm-checkout-payment #payment{margin:0;background:transparent!important;border:0!important;border-radius:0!important}
#nxm-checkout-payment #payment .payment_box{margin:0!important;padding:2px 14px 16px 42px!important;background:#f6f6f6!important;color:#666;font-size:12px;line-height:1.45}
#nxm-checkout-payment #payment .payment_box::before{display:none!important}
#nxm-checkout-payment #payment .payment_box p{margin:0}
#nxm-checkout-payment .nxm-gateway-comgate>label::after{content:"VISA  •  Mastercard";margin-left:auto;padding:4px 7px;border:1px solid #d7dbe5;border-radius:4px;background:#fff;color:#2349a4;font-size:10px;font-weight:700}
#nxm-checkout-payment #payment .form-row.place-order{margin:20px 0 0!important;padding:0!important;background:transparent!important}
#nxm-checkout-payment #payment .woocommerce-privacy-policy-text{margin:0 0 14px;color:#6d6d6d;font-size:11px;line-height:1.45}
#nxm-checkout-payment #place_order{min-height:54px;margin:0!important;background:#050505!important;color:#fff!important;border:0!important;border-radius:10px!important;font-size:15px!important;font-weight:700!important;box-shadow:none!important;text-transform:none!important}
#nxm-checkout-payment #place_order:hover,#nxm-checkout-payment #place_order:focus{background:#242424!important;color:#fff!important;box-shadow:none!important;transform:none!important}
body.nxm-checkout-final #order_review_heading{grid-column:2;grid-row:2;position:static!important;align-self:end;min-width:0;margin:0 0 2px!important;padding:0!important;font-size:18px}
body.nxm-checkout-final #order_review{grid-column:2;grid-row:3;position:sticky;top:24px;min-width:0;margin:0;padding:22px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:10px;box-sizing:border-box}
body.nxm-checkout-final #order_review table.shop_table{width:100%;margin:0;border:0!important;border-radius:0;background:transparent;border-collapse:collapse}
body.nxm-checkout-final #order_review table.shop_table thead{display:none}
body.nxm-checkout-final #order_review table.shop_table th,
body.nxm-checkout-final #order_review table.shop_table td{padding:12px 0!important;border-top-color:#dedede!important;border-right:0!important;border-bottom-color:#dedede!important;border-left:0!important;background:transparent!important;font-size:13px;text-transform:none}
body.nxm-checkout-final #order_review table.shop_table tbody tr.cart_item{border-bottom:1px solid #dedede}
body.nxm-checkout-final #order_review table.shop_table tbody tr.cart_item td{border-bottom:0!important}
body.nxm-checkout-final #order_review table.shop_table tbody td.product-name{display:grid!important;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;align-items:center;min-height:78px;padding:9px 8px 9px 0!important;vertical-align:middle;text-align:left;box-sizing:border-box}
body.nxm-checkout-final #order_review table.shop_table .product-name{width:72%}
body.nxm-checkout-final #order_review table.shop_table .product-total{width:28%}
.nxm-review-product-img{position:static;display:block;grid-column:1;grid-row:1 / span 2;width:58px;height:58px;border:1px solid #e1e1e1;border-radius:8px;background:#fff;overflow:hidden}
.nxm-review-product-img img{display:block;width:100%;height:100%;object-fit:contain}
.nxm-review-product-name{display:block;grid-column:2;grid-row:1;min-width:0;font-weight:600;color:#171717;line-height:1.35}
body.nxm-checkout-final #order_review .product-quantity{display:block;grid-column:2;grid-row:2;margin:3px 0 0;color:#777;font-weight:500;white-space:nowrap}
body.nxm-checkout-final #order_review table.shop_table td.product-total{text-align:right;white-space:nowrap;font-weight:600}
body.nxm-checkout-final #order_review table.shop_table tfoot th{font-weight:500;color:#5e5e5e}
body.nxm-checkout-final #order_review table.shop_table tfoot td{text-align:right;white-space:nowrap}
body.nxm-checkout-final #order_review tr.order-total th,
body.nxm-checkout-final #order_review tr.order-total td{padding-top:17px!important;color:#111;font-size:16px;font-weight:700}
body.nxm-checkout-final #order_review tr.order-total .includes_tax{display:block;margin-top:2px;color:#777;font-size:10px;font-weight:400}
body.nxm-checkout-final #order_review #payment{display:none!important}

@media(max-width:900px){
  .nxm-checkout-brandbar,.nxm-checkout-brandbar-inner{height:68px}
  .nxm-checkout-brandbar-inner{padding-left:18px;padding-right:18px}
  .nxm-checkout-brand img{width:145px}
  .nxm-checkout-back{font-size:0;gap:6px}
  .nxm-checkout-back span{font-size:20px}
  .nxm-checkout-back strong{font-size:11px}
  body.nxm-checkout-final .entry-content{padding:28px 16px 48px}
  body.nxm-checkout-final .nxm-cart-title{font-size:25px}
  body.nxm-checkout-final .nxm-cart-steps{margin-bottom:26px}
  body.nxm-checkout-final form.checkout{display:flex;flex-direction:column;gap:0}
  body.nxm-checkout-final form.checkout>.woocommerce-NoticeGroup-checkout{order:-3;width:100%;margin:0 0 20px}
  body.nxm-checkout-final #order_review_heading{order:-2;width:100%;margin:0 0 10px!important;font-size:17px}
  body.nxm-checkout-final #order_review{order:-1;position:static;width:100%;margin:0 0 30px;padding:16px;border-radius:9px}
  body.nxm-checkout-final #order_review table.shop_table .product-name{width:78%}
  body.nxm-checkout-final #order_review table.shop_table .product-total{width:22%}
  body.nxm-checkout-final #order_review table.shop_table tfoot tr{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;border-top:1px solid #dedede}
  body.nxm-checkout-final #order_review table.shop_table tfoot th,
  body.nxm-checkout-final #order_review table.shop_table tfoot td{display:block;width:auto!important;min-width:0;border:0!important}
  body.nxm-checkout-final #order_review table.shop_table tfoot td{margin-left:auto;white-space:normal;text-align:right}
  body.nxm-checkout-final #order_review tr.order-total .includes_tax{max-width:180px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}
  body.nxm-checkout-final .nxm-final-checkout{order:0;width:100%}
  .nxm-final-section{padding-bottom:24px;margin-bottom:24px}
  .nxm-final-section h2{font-size:17px}
  .nxm-final-fields,.nxm-final-delivery .shipping_address .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}
  .nxm-final-fields .form-row,.nxm-final-delivery .shipping_address .form-row{grid-column:1!important}
  #nxm-checkout-shipping label,#nxm-checkout-payment li.wc_payment_method>label{padding-right:12px!important;font-size:13px!important}
  #nxm-checkout-payment #place_order{min-height:52px;font-size:14px!important}
}

/* ===================== DEEP-DIFF OPRAVY — dávka 1 ===================== */
/* Sekčné tlačidlo "Zobraziť všetky" — čierne pill ako .sk (nie zlaté) */
.nxm-section-btn{display:inline-block;background:#232323;color:#fff;font-family:var(--nxm-font-head);font-weight:600;font-size:20px;padding:10px 24px;border-radius:20px;box-shadow:0 3px 12px rgba(23,23,23,.05);transition:background .2s,box-shadow .2s}
.nxm-section-btn:hover,.nxm-section-btn:focus,.nxm-section-btn:active{background:#000;color:#fff;box-shadow:0 5px 16px rgba(23,23,23,.12)} /* color:#fff zamknutý — inak GP a:hover{color:rgb(34,34,34)} stmaví text = neviditeľný */
.nxm-section-btn--light{background:#fff;color:#0f0f0f;border:1px solid #e6e6e6} /* 1:1 .sk: „Prejsť na blog" = BIELE tlačidlo (nie tmavé) */
.nxm-section-btn--light:hover,.nxm-section-btn--light:focus,.nxm-section-btn--light:active{background:#f5f6f8;color:#0f0f0f;box-shadow:0 5px 16px rgba(0,0,0,.10)}
/* Footer "Kontaktný formulár" — biely text na tmavom (prebíjal .nxm-fcol>a) */
.nxm-fcol>a.nxm-contact-btn,.nxm-fcol>a.nxm-btn-dark{color:#fff}
.nxm-fcol>a.nxm-contact-btn:hover,.nxm-fcol>a.nxm-btn-dark:hover{color:#fff}
.nxm-fcol>a.nxm-btn-ghostlight{color:#111}
/* 1:1 .sk MERANÉ: footer tlačidlá border-radius 25 (nie zdieľané --nxm-r-pill:50, to používa aj story karta) */
.nxm-flogin .nxm-btn-dark,.nxm-news-form .nxm-btn-dark,.nxm-fcol>a.nxm-contact-btn{border-radius:25px}
/* 1:1 .sk MERANÉ: „Nová registrácia" = tmavé tlačidlo/biely text (nie biele/tmavý text) */
.nxm-flogin .nxm-btn-ghostlight{background:#000;color:#fff;border-color:#000}
.nxm-flogin .nxm-btn-ghostlight:hover,.nxm-flogin .nxm-btn-ghostlight:focus,.nxm-flogin .nxm-btn-ghostlight:active{background:#000;border-color:#000;color:#fff}
/* Mobil: "Pridať do košíka" na detaile produktu full-width */
@media(max-width:600px){
  .single-product .summary form.cart{flex-direction:column;align-items:stretch}
  .single-product .summary form.cart .quantity,.single-product .summary .quantity input.qty{width:100%}
  .single-product .summary form.cart .single_add_to_cart_button,
  .single-product .summary .single_add_to_cart_button.button{width:100%}
}


/* ===================== DEEP-DIFF DÁVKA 5 ===================== */
/* ===== dávka5: flags ===== */
/* ── Vlajočky na kartách (archív/kategória) — overlay vľavo hore ───────── */
.nxm-products ul.products li.product{overflow:hidden}
.nxm-products ul.products li.product .nxm-flags{position:absolute;top:1rem;left:1rem;right:auto;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;max-width:calc(100% - 5.5rem);pointer-events:none}
.nxm-products ul.products li.product .nxm-flag{display:block;font-family:var(--nxm-font-head);font-weight:500;font-size:11px;line-height:12.1px;letter-spacing:0;text-transform:none;color:#fff;padding:7px 8px;border-radius:15px;white-space:nowrap;box-shadow:none}
.nxm-products ul.products li.product .nxm-flag-ico{width:.95rem;height:.95rem;flex-shrink:0}
.nxm-products ul.products li.product .nxm-flag-txt{display:inline-block}
/* Doprava zadarmo — zelená */
.nxm-products ul.products li.product .nxm-flag--free{background:#aed721}
/* Darček zdarma — krémovo/zlatá (text tmavý pre kontrast) */
.nxm-products ul.products li.product .nxm-flag--gift{background:#6db7e8;color:#fff}
/* TOP VOĽBA — sivá #7a7a7a (1:1 s .sk) */
.nxm-products ul.products li.product .nxm-flag--top{background:#7a7a7a}
@media(max-width:559px){
  .nxm-products ul.products li.product .nxm-flags{top:.85rem;left:.85rem;gap:.35rem;max-width:calc(100% - 5rem)}
  .nxm-products ul.products li.product .nxm-flag{font-size:11px;line-height:12.1px;padding:7px 8px}
}

/* ===== dávka5: rozloženie kategórií ===== */

/* Rozšír GP container na kategóriách/shope na 1418px (default GP cap = 1200 → karty úzke).
   1:1 .sk: sidebar + 3-stĺpcový grid s kartami ~329px. */
body.archive .site.grid-container.container,
body.tax-product_cat .site.grid-container.container,
body.post-type-archive-product .site.grid-container.container,
body.woocommerce-shop .site.grid-container.container,
body.single-product .site.grid-container.container{max-width:1418px!important} /* 1:1 .sk: PDP container nikdy nedostal rozšírenie ako ostatné stránky (namerané cez exhaustívny CSS diff: main sk=1378px pl=1200px) */
/* Sidebar + obsah — 1:1 SK: sidebar 320px, medzera 30px a tri 329px karty. */
.nxm-cat-grid{
	display:grid;
	grid-template-columns:320px minmax(0,1fr);
	gap:30px;
	align-items:start;
}
.nxm-cat-grid.nxm-cat-grid--no-sidebar{grid-template-columns:minmax(0,1fr);gap:0}
.nxm-cat-col{min-width:0}
.nxm-cat-grid .nxm-products ul.products,
.nxm-cat-grid .nxm-products .woocommerce ul.products{
	grid-template-columns:repeat(2,1fr)!important;
}
@media(min-width:1200px){
	.nxm-cat-grid .nxm-products ul.products,
	.nxm-cat-grid .nxm-products .woocommerce ul.products{
		grid-template-columns:repeat(3,1fr)!important;
		gap:20px!important; /* 1:1 SK: biela karta 329 + medzera 20 = rozstup 349 */
	}
}

/* GeneratePress LEAK: `.inside-article` má bielu → celý archív sedel na bielom podklade.
   SK má šedé rgb(245,246,248) a na ňom biele karty. (Šimon 16.7., screenshot SK vs PL.)
   Nájdené až prechodom CELÉHO reťazca predkov od karty po <html> — bodové dotazy na
   #page/.site/#content `.inside-article` minuli. */
body.tax-product_cat .inside-article,
body.post-type-archive-product .inside-article,
body.woocommerce-shop .inside-article{background:transparent!important;box-shadow:none!important;padding-top:20px}
@media(min-width:1024px){
	body.tax-product_cat .inside-article,
	body.post-type-archive-product .inside-article,
	body.woocommerce-shop .inside-article{padding-left:20px;padding-right:20px}
}

/* Hodnotenie obchodu v sidebari — 1:1 SK: biela karta r20, 4,9 + zlaté hviezdy + počet.
   Selektor MUSÍ byť `.nxm-top10 .nxm-sidebar-rating` (0,2,0): box má aj triedu
   .nxm-top10-inner, ktorá je v súbore NIŽŠIE s rovnakou špecificitou (0,1,0) a prebila by
   radius/border/padding (namerané r16 namiesto r20). */
.nxm-top10 .nxm-sidebar-rating{background:#fff;border:0;border-radius:20px;padding:30px;box-shadow:0 6px 12px rgba(0,0,0,.08)}
.nxm-sidebar-rating-title{font-family:var(--nxm-font-head);font-size:24px;font-weight:600;line-height:1.25;color:rgb(15,15,15);margin:0 0 18px}
.nxm-sidebar-rating-row{display:flex;align-items:center;gap:12px}
.nxm-sidebar-rating-num{font-family:var(--nxm-font-head);font-size:40px;font-weight:700;line-height:1;color:rgb(15,15,15)}
.nxm-sidebar-rating-stars{font-size:26px;line-height:1;color:var(--nxm-star);letter-spacing:2px}
.nxm-sidebar-rating-count{font-size:14px;color:rgb(124,126,143);margin:8px 0 18px}
.nxm-sidebar-rate-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;height:50px;box-sizing:border-box;background:#292929;color:#fff;border:1px solid #292929;border-radius:25px;font-family:var(--nxm-font-head);font-weight:400;font-size:14px;box-shadow:0 3px 6px rgba(0,0,0,.12);transition:background .2s}
/* GP button:hover/a:hover leak — vlastný :hover je povinný (viď pamäť generatepress-presakuje). */
.nxm-sidebar-rate-btn:hover,.nxm-sidebar-rate-btn:focus{background:#000;border-color:#000;color:#fff}
.nxm-rate-star{color:#fff}


/* 1:1 .sk MERANÉ 16.7.: H1 kategórie = 36px/700 Roboto rgb(15,15,15). PL malo 42px/400 (GP default) = „divný font". */
.woocommerce-products-header .woocommerce-products-header__title,
.woocommerce-products-header h1,
body.tax-product_cat .woocommerce-products-header h1,
body.post-type-archive-product .woocommerce-products-header h1{font-family:var(--nxm-font-head);font-size:36px;font-weight:700;color:rgb(15,15,15)}

/* Sidebar box */
.nxm-top10{order:-1}
.nxm-top10-inner{
		position:sticky;top:1.25rem;
		background:#fff;
		border:0;
		border-radius:20px;
		padding:30px;
		box-shadow:0 6px 12px rgba(0,0,0,.08);
	}
.nxm-top10-title{
	font-family:var(--nxm-font-head);
		font-weight:700;font-size:16px;line-height:1.3;
		color:#0f0f0f;margin:0 0 12px;
		padding:0;border:0;
	text-transform:uppercase;letter-spacing:.02em;
}
/* Hodnotenie obchodu box — titul title-case (nie uppercase) ako .sk */
.nxm-sidebar-rating .nxm-top10-title{text-transform:none;letter-spacing:0}
.nxm-top10-title span{display:block}

/* Zoznam — číslovaný, ale bez default čísel (riešime cez counter pred názvom) */
.nxm-top10-list{
	list-style:none;margin:0;padding:0;
	counter-reset:nxm-top10;
}
.nxm-top10-item{
		display:flex;align-items:center;gap:.65rem;
		min-height:51px;padding:3px 0;
		border:0;
	counter-increment:nxm-top10;
}
.nxm-top10-item:first-child{border-top:0}
/* Číselné medailové badge 1:1 .sk (1=zlatá, 2=strieborná, 3=bronzová, 4-10=čierna) */
.nxm-top10-item::before{
	content:counter(nxm-top10);
		flex:0 0 23px;width:23px;height:23px;box-sizing:border-box;
		display:flex;align-items:center;justify-content:center;
		background:#111;color:#fff;border-radius:3px;
		font-family:var(--nxm-font-head);font-weight:700;font-size:12px;line-height:1;
}
.nxm-top10-item:nth-child(1)::before{background:#C8A050}
.nxm-top10-item:nth-child(2)::before{background:#B7BEC7}
.nxm-top10-item:nth-child(3)::before{background:#C0895E}
/* Sidebar box "Hodnotenie obchodu" + tlačidlo (1:1 .sk: #292929 pill radius 25) */
.nxm-sidebar-rating{margin-top:1rem;text-align:left}
.nxm-sidebar-rate-btn{display:inline-flex;align-items:center;gap:.45rem;background:#292929;color:#fff;border-radius:25px;padding:.65rem 1.3rem;font-family:var(--nxm-font-head);font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s,box-shadow .2s;box-shadow:0 3px 6px rgba(0,0,0,.12)}
.nxm-sidebar-rate-btn:hover{background:#1a1a1a;box-shadow:0 5px 12px rgba(0,0,0,.18)}
.nxm-sidebar-rating .nxm-rate-star{color:#C8A050;font-size:1rem}
.nxm-top10-thumb{
		flex:0 0 38px;width:38px;height:38px;
		display:block;line-height:0;
		border:1px solid var(--nxm-line);border-radius:4px;overflow:hidden;
	background:#fafafa;
}
.nxm-top10-thumb img,
.nxm-top10-img{
	width:100%;height:100%;
		object-fit:contain;display:block;margin:0;border-radius:4px;
}
.nxm-top10-link{
	flex:1 1 auto;min-width:0;
	display:flex;flex-direction:column;gap:.15rem;
	text-decoration:none;
}
.nxm-top10-name{
	font-family:var(--nxm-font-body);
		font-size:12px;line-height:1.25;color:var(--nxm-text);
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
	transition:color .2s;
}
.nxm-top10-link:hover .nxm-top10-name{color:var(--nxm-gold)}
.nxm-top10-price{
	font-family:var(--nxm-font-head);
		font-weight:700;font-size:14px;line-height:1.2;color:var(--nxm-text);
}
.nxm-top10-price del{color:var(--nxm-text-3);font-weight:400;font-size:.78rem;margin-right:.3rem;opacity:.85}
.nxm-top10-price ins{text-decoration:none}

/* Tablet/mobil — Top 10 sidebar skrytý (na .sk nie je nad obsahom), obsah 1 stĺpec */
@media(max-width:1023px){
	.nxm-cat-grid{
		grid-template-columns:1fr;
		gap:1.5rem;
	}
	.nxm-top10{display:none}
	.nxm-top10-inner{position:static}
	.nxm-cat-grid .nxm-products ul.products,
	.nxm-cat-grid .nxm-products .woocommerce ul.products{
		grid-template-columns:repeat(2,1fr)!important;
	}
}
@media(max-width:559px){
	.nxm-cat-grid .nxm-products ul.products,
	.nxm-cat-grid .nxm-products .woocommerce ul.products{
		grid-template-columns:1fr!important;
	}
		.nxm-top10{display:none}
}

/* Mobilné kategórie: 20px okraje, kompaktný breadcrumb a H1 ako na noxium.sk. */
@media(max-width:767px){
	body.nxm-has-cat-sidebar main.site-main{margin-top:0}
	body.nxm-has-cat-sidebar .inside-article{padding:11.375px 20px 20px!important}
	body.nxm-has-cat-sidebar .woocommerce-breadcrumb{box-sizing:border-box;width:calc(100% + 40px);margin:0 0 20px -20px;padding:0 20px 7px;border-bottom:1px solid #dfe2e7;font-size:0;line-height:18px}
	body.nxm-has-cat-sidebar .woocommerce-breadcrumb a:first-of-type{font-size:14px;color:rgb(124,126,143);text-decoration:underline}
	body.nxm-has-cat-sidebar .woocommerce-breadcrumb a:first-of-type::before{content:"‹";display:inline-block;margin-right:12px;font-size:22px;line-height:14px;text-decoration:none;vertical-align:-2px}
	body.nxm-has-cat-sidebar .woocommerce-products-header .woocommerce-products-header__title,
	body.nxm-has-cat-sidebar .woocommerce-products-header h1{font-size:26px;line-height:1.1;margin-bottom:20px}
}
@media(max-width:559px){
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products{padding-top:30px}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products{row-gap:20px!important}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products li.product{padding:20px 16px 15px}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products li.product a img{
		width:calc(100% + 32px)!important;
		margin:-12px -16px 10px!important;
	}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products li.product .price{
		margin-top:8px;
		font-size:16px;
		line-height:1.2;
	}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products li.product .nxm-pdesc{margin-top:11.625px}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products li.product .button{
		width:184px;
		margin-top:18px;
	}

	/* .sk používa pri výbave a baleniach karty o 10 px širšie na každej strane. */
	body.term-spankova-vybava .nxm-cat-grid .nxm-products ul.products,
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products ul.products{
		width:calc(100% + 20px);
		margin-left:-10px!important;
		row-gap:0!important;
	}
	body.term-spankova-vybava .nxm-cat-grid .nxm-products{padding-top:20px}
	body.term-spankova-vybava .nxm-cat-grid .nxm-products ul.products li.product{min-height:587.109375px}
	body.term-zvyhodnene-balenia .term-description{line-height:1.8}
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products{padding-top:0}
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products ul.products{margin-top:-1px!important}
}

/* iPad Mini a menšie tablety: rovnaký 2-stĺpcový raster a vertikálny rytmus ako .sk. */
@media(min-width:768px) and (max-width:1023px){
	body.nxm-has-cat-sidebar main.site-main{margin-top:0}
	body.nxm-has-cat-sidebar .inside-article{padding:10px 30.5px 30px!important}
	body.nxm-has-cat-sidebar .woocommerce-breadcrumb{
		box-sizing:border-box;
		height:33.375px;
		margin:0 0 25px;
		padding:10px 0 0;
		line-height:17.8125px;
	}
	body.nxm-has-cat-sidebar .woocommerce-products-header .woocommerce-products-header__title,
	body.nxm-has-cat-sidebar .woocommerce-products-header h1{line-height:1.1}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products{padding-top:20px}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products{
		width:calc(100% + 20px);
		margin-left:-10px!important;
		gap:0!important;
	}
	body.term-zvyhodnene-balenia .term-description{line-height:1.8}
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products{padding-top:0}
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products ul.products{margin-top:-1px!important}
	body.term-spankova-vyziva .nxm-cat-grid ul.products li.product:nth-child(-n+6){
		height:calc((100vw - 41px)/2 + 283.890625px);
	}
	body.term-spankova-vyziva .nxm-cat-grid ul.products li.product:nth-child(n+7),
	body.term-spankova-vybava .nxm-cat-grid ul.products li.product,
	body.term-zvyhodnene-balenia .nxm-cat-grid ul.products li.product{
		height:calc((100vw - 41px)/2 + 254.515625px);
	}
}

/* Desktop bez odstráneného Top 10: obsah ostáva na rovnakej šírke ako pravý stĺpec .sk. */
@media(min-width:1024px){
	body.nxm-has-cat-sidebar .nxm-cat-grid--no-sidebar .nxm-cat-col{
		position:relative;
		top:-3.734375px;
		width:100%;
		max-width:1028px;
		margin-inline:auto;
	}
	body.nxm-has-cat-sidebar .woocommerce-products-header .woocommerce-products-header__title,
	body.nxm-has-cat-sidebar .woocommerce-products-header h1{line-height:1.1}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products{padding-top:20px}
	body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products{
		width:calc(100% + 20px);
		margin-left:-10px!important;
		gap:0!important;
	}
	body.term-zvyhodnene-balenia .term-description{line-height:1.8}
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products{padding-top:0}
	body.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products ul.products{margin-top:-1px!important}
}
@media(min-width:1200px){
	body.term-spankova-vyziva .nxm-cat-grid ul.products li.product:nth-child(-n+6){height:633.21875px}
	body.term-spankova-vyziva .nxm-cat-grid ul.products li.product:nth-child(n+7),
	body.term-spankova-vybava .nxm-cat-grid ul.products li.product,
	body.term-zvyhodnene-balenia .nxm-cat-grid ul.products li.product{height:603.84375px}
}

/* ===== dávka5: reviewgrid ===== */
/* === PDP Parametre tab — 1:1 .sk #productParameter (MERANÉ 16.7.2026): H3 26/700 mb50;
   tabuľka: label 16/400 vľavo, hodnota 14/700 rgb(124,126,143) VPRAVO, riadok border rgb(229,233,241),
   padding 14/0; Kategórie H4 16/700 mt45 mb30 + hamburger ikona 35×35 + link 16/400. === */
.nxm-parametre .nxm-par-h{font-family:var(--nxm-font-head);font-size:26px;font-weight:700;color:#0f0f0f;margin:0 0 50px}
.nxm-parametre table.woocommerce-product-attributes{display:table!important;width:100%;table-layout:fixed;border-collapse:collapse;margin:0}
.nxm-parametre .woocommerce-product-attributes tbody{display:table-row-group!important}
.nxm-parametre .woocommerce-product-attributes tr{display:table-row!important;border-bottom:1px solid rgb(229,233,241);background:transparent!important}
.nxm-parametre .woocommerce-product-attributes th{display:table-cell!important;font-size:16px!important;font-weight:400!important;color:#0f0f0f!important;text-align:left;padding:14px 0!important;background:transparent!important;border:0!important;width:58%!important;vertical-align:middle!important}
.nxm-parametre .woocommerce-product-attributes td{display:table-cell!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;color:rgb(124,126,143)!important;text-align:right;padding:14px 0!important;background:transparent!important;border:0!important;width:42%!important;vertical-align:middle!important}
.nxm-parametre .woocommerce-product-attributes td::before{content:none!important;display:none!important}
.nxm-parametre .woocommerce-product-attributes td p{margin:0!important;display:inline!important;font-style:normal!important}
.nxm-par-cat-h{font-family:var(--nxm-font-head);font-size:16px;font-weight:700;color:#0f0f0f;margin:45px 0 30px}
.nxm-par-cats{display:flex;flex-direction:column;gap:14px}
.nxm-par-cat{display:inline-flex;align-items:center;gap:14px;font-size:16px;font-weight:400;color:#0f0f0f;text-decoration:none;align-self:flex-start}
.nxm-par-cat:hover{color:#0f0f0f;text-decoration:underline}
.nxm-par-cat-ico{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:35px;height:35px;flex:0 0 auto;padding:0 8px;box-sizing:border-box}
.nxm-par-cat-ico span{display:block;height:2px;background:rgb(124,126,143);border-radius:1px}

/* === PDP Hodnotenie tab — 1:1 .sk #ratingTab (MERANÉ 16.7.2026): formulár 706 vľavo,
   Celkové hodnotenie 400 vpravo (medzera 150), recenzie pod formulárom BEZ avatarov. === */
.nxm-rt-top{display:grid;grid-template-columns:minmax(0,706px) 400px;justify-content:space-between;gap:40px}
@media(max-width:900px){.nxm-rt-top{grid-template-columns:1fr}}

/* hviezdy (CSS) — 1:1 .sk hviezdová zlatá rgb(240,184,32), prázdna rgb(224,229,238) */
.nxm-rev-stars{display:inline-flex;gap:2px;line-height:1;vertical-align:middle}
.nxm-rev-star{width:16px;height:16px;display:inline-block;background:var(--nxm-star-empty);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 7.02L12 17.77 5.82 21.16 7 14.14 2 9.27l7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 7.02L12 17.77 5.82 21.16 7 14.14 2 9.27l7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat}
.nxm-rev-star.is-on{background:var(--nxm-star)}
.nxm-rev-star.is-half{background:linear-gradient(90deg,var(--nxm-star) 50%,var(--nxm-star-empty) 50%)}

/* nadpisy stĺpcov (SK: H3 26/700, margin-bottom 30) */
.nxm-rt-h,.nxm-review-form-wrap .comment-reply-title,.nxm-diskusia-form-wrap .comment-reply-title{font-family:var(--nxm-font-head);font-size:26px;font-weight:700;color:#0f0f0f;margin:0 0 30px}

/* Celkové hodnotenie (pravý stĺpec): 4,8 = 80px/400 zlatá; 51 hodnotení = 20/400 */
.nxm-rt-avg-row{display:flex;align-items:flex-start;gap:18px;margin:0 0 28px}
.nxm-rt-avg{font-size:80px;font-weight:400;line-height:.9;color:var(--nxm-star)}
.nxm-rt-avg-side{display:flex;flex-direction:column;gap:8px;padding-top:10px}
.nxm-rt-avg-side .nxm-rev-star{width:18px;height:18px}
.nxm-rt-cnt{font-size:20px;font-weight:400;color:#0f0f0f}
/* histogram: riadok = "N ★ ──bar── Nx"; track f5f6f8 4px, fill rgb(124,126,143) */
.nxm-rt-hist{display:flex;flex-direction:column;gap:12px}
.nxm-rt-hrow{display:flex;align-items:center;gap:10px}
.nxm-rt-hlbl{display:inline-flex;align-items:center;gap:5px;width:33px;flex:none;font-size:14px;color:#0f0f0f}
.nxm-rt-hstar{width:14px;height:14px;display:inline-block;background:var(--nxm-star);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 7.02L12 17.77 5.82 21.16 7 14.14 2 9.27l7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 7.02L12 17.77 5.82 21.16 7 14.14 2 9.27l7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat}
.nxm-rt-htrack{flex:1;height:4px;border-radius:2px;background:#f5f6f8;overflow:hidden}
.nxm-rt-hfill{display:block;height:100%;background:rgb(124,126,143)}
.nxm-rt-hcnt{width:34px;flex:none;text-align:right;font-size:14px;color:rgb(124,126,143)}

/* Formulár „Ohodnoťte produkt" (ľavý stĺpec, natívny comment_form) — SK: labely 12/700 uppercase,
   inputy 50px na f5f6f8 r8 border e0e5ee, submit 280×50 r25 tmavý */
.nxm-review-form-wrap{margin:0;min-width:0}
.nxm-review-form-wrap #respond,.nxm-diskusia-form-wrap #respond{background:transparent;border:0;border-radius:0;padding:0}
.nxm-review-form-wrap p,.nxm-diskusia-form-wrap p{margin:0 0 20px}
.nxm-review-form-wrap label,.nxm-diskusia-form-wrap label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#0f0f0f;margin:0 0 8px}
.nxm-review-form-wrap .required,.nxm-diskusia-form-wrap .required{color:#c62828}
.nxm-review-form-wrap input[type=text],.nxm-review-form-wrap input[type=email],.nxm-diskusia-form-wrap input[type=text],.nxm-diskusia-form-wrap input[type=email]{width:100%;box-sizing:border-box;height:50px;background:#f5f6f8;border:1px solid rgb(224,229,238);border-radius:8px;padding:0 16px;font-size:14px;font-family:inherit;color:#0f0f0f}
.nxm-review-form-wrap textarea,.nxm-diskusia-form-wrap textarea{width:100%;box-sizing:border-box;background:#f5f6f8;border:1px solid rgb(224,229,238);border-radius:8px;padding:14px 16px;font-size:14px;font-family:inherit;color:#0f0f0f;resize:vertical;min-height:140px}
.nxm-review-form-wrap input:focus,.nxm-review-form-wrap textarea:focus{outline:none;border-color:#0f0f0f}
.nxm-rt-rate-hint{font-size:14px;color:#0f0f0f;line-height:1.4;margin:0 0 10px}
/* WC JS premení select#rating na p.stars s <a class="star-N">N</a> — veľké 30px hviezdy ako SK */
.nxm-review-form-wrap .nxm-rt-rate{margin:0 0 20px}
.nxm-review-form-wrap p.stars{margin:0;line-height:1}
.nxm-review-form-wrap p.stars a{position:relative;display:inline-block;width:30px;height:30px;margin-right:8px;font-size:30px;line-height:1;text-indent:-9999px;overflow:hidden;text-decoration:none}
.nxm-review-form-wrap p.stars a::before{content:"★";position:absolute;left:0;top:0;text-indent:0;color:var(--nxm-star-empty)}
.nxm-review-form-wrap p.stars:hover a::before{color:var(--nxm-star)}
.nxm-review-form-wrap p.stars a:hover~a::before{color:var(--nxm-star-empty)}
.nxm-review-form-wrap p.stars.selected a::before{color:var(--nxm-star)}
.nxm-review-form-wrap p.stars.selected a.active~a::before{color:var(--nxm-star-empty)}
.nxm-rt-consent{font-size:12px;color:#292929;margin:0 0 24px}
.nxm-rt-consent a{color:#292929;text-decoration:underline}
/* WC core .woocommerce #respond input#submit (ID selektor) prebíja triedu -> !important */
.nxm-review-form-wrap .nxm-review-submit,.nxm-diskusia-form-wrap .nxm-review-submit{display:inline-flex;align-items:center;justify-content:center;width:280px!important;height:50px!important;background:#292929!important;color:#fff!important;border:0!important;border-radius:25px!important;cursor:pointer;font-family:var(--nxm-font-head)!important;font-size:14px!important;font-weight:400!important;padding:0!important;transition:background .2s}
.nxm-review-form-wrap .nxm-review-submit:hover{background:#000!important;color:#fff!important}
/* „Zrušiť odpoveď" link v nadpise + WP cookies checkbox — SK ich nemá */
.nxm-review-form-wrap #cancel-comment-reply-link,.nxm-diskusia-form-wrap #cancel-comment-reply-link{display:none!important}
.nxm-review-form-wrap .comment-form-cookies-consent,.nxm-diskusia-form-wrap .comment-form-cookies-consent{display:none!important}
.nxm-review-form-wrap .comment-form-cookies-consent{display:flex;align-items:center;gap:.5rem;font-size:12px;color:#666}
.nxm-review-form-wrap .comment-form-cookies-consent label{display:inline;margin:0;font-weight:400;text-transform:none}
.nxm-review-form-wrap .logged-in-as{font-size:.85rem;color:#666;margin-bottom:1rem}

/* zoznam recenzií — pod formulárom (SK: meno 20/700 UPPERCASE, hviezdy 90×16 + dátum 12 sivý, text 14) */
.nxm-rt-list{display:block;max-width:706px;margin-top:56px}
.nxm-rev-card{display:block;background:transparent;border:0;border-radius:0;padding:0;margin:0 0 30px}
.nxm-rev-card.is-hidden{display:none}
.nxm-rev-grid.is-expanded .nxm-rev-card.is-hidden{display:block}
.nxm-rev-name{display:block;font-family:var(--nxm-font-head);font-weight:700;font-size:20px;text-transform:uppercase;color:#0f0f0f}
.nxm-rev-line{display:flex;align-items:center;gap:10px;margin:6px 0 8px}
.nxm-rev-line .nxm-rev-star{width:14px;height:14px}
.nxm-rev-date{font-size:12px;color:rgb(124,126,143)}
.nxm-rev-text{margin:0;font-size:14px;line-height:1.55;color:#0f0f0f}
.nxm-rev-sr,.nxm-rev-rating-meta{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Načítať viac */
.nxm-rev-more-wrap{max-width:706px;text-align:center;margin-top:10px}
.nxm-rev-more{display:inline-flex;align-items:center;gap:.4rem;background:#0f0f0f;color:#fff;border:0;cursor:pointer;
  font-family:var(--nxm-font-head);font-weight:600;font-size:.9rem;padding:.78rem 2rem;border-radius:var(--nxm-r-pill);
  transition:background .2s,transform .15s}
.nxm-rev-more:hover{background:#000;transform:translateY(-1px)}
.nxm-rev-more-n{opacity:.7;font-weight:400}



/* ==========================================================================
   GeneratePress HOVER LEAK — centrálna oprava (Šimon 16.7.: „ten hover efekt tam nemá čo robiť")
   GP dáva GLOBÁLNE (inline CSS, element selektory):
     button:hover{color:#fff;background-color:rgb(63,64,71)}   -> tmavý štvorec na KAŽDOM tlačidle bez vlastného hoveru
     a:hover{color:var(--contrast)}                            -> tmavý text na KAŽDOM linku bez vlastného hoveru
   Naše .nxm-* prvky sú často transparentné alebo na tmavom pozadí -> GP im na hover nasadí tmavý box
   / zmení text na neviditeľný. Trieda (0,1,0) prebije GP element selektor (0,0,1), preto stačí
   zopakovať vlastnú hodnotu. Držíme im ich BASE vzhľad = žiadny hover efekt.
   ========================================================================== */
.nxm-atc-close:hover,.nxm-atc-close:focus,.nxm-atc-close:active{background:transparent;color:#fff}
.nxm-pd-modal-close:hover,.nxm-pd-modal-close:focus,.nxm-pd-modal-close:active{background:transparent;color:#999}
.nxm-icon:hover,.nxm-icon:focus,.nxm-icon:active{background:transparent;color:#fff}
.nxm-sheet-close:hover,.nxm-sheet-close:focus{background:rgba(0,0,0,.06);color:#111}
.nxmNR-zlo-btn:hover,.nxmNR-zlo-btn:focus{background:none!important}
.nxmNR-veda-btn:hover,.nxmNR-veda-btn:focus{background:#111!important}
.nxm-cks-arrow:hover,.nxm-cks-arrow:focus{background:#fff;color:#1a1a1a}
.nxm-cks-dot:hover,.nxm-cks-dot:focus{background:#e3e5ea}
.nxm-cks-dot.is-on:hover,.nxm-cks-dot.is-on:focus{background:#111}
/* Lupa „Hľadať" v hlavičke — transparentné tlačidlo bez hoveru -> GP tmavý štvorec */
.nxm-search button:hover,.nxm-search button:focus{background:transparent;color:rgb(124,126,143)}
/* „Odoslať otázku/Strážiť" v modale: base štýl bol scoped na .nxm-review-form-wrap, takže tento
   submit štyloval CELÝ GeneratePress (sivé tlačidlo). Dorovnané na rovnaký tmavý pill ako Hodnotenie. */
.nxm-pd-modal .nxm-review-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;height:50px;background:#292929;color:#fff;border:0;border-radius:25px;cursor:pointer;font-family:var(--nxm-font-head);font-size:14px;font-weight:400;padding:0;transition:background .2s}
.nxm-pd-modal .nxm-review-submit:hover,.nxm-pd-modal .nxm-review-submit:focus{background:#000;color:#fff}
/* Príbeh značky = <a> na čiernom -> GP by mu na hover zmenil text na tmavý (neviditeľný) */
.nxm-story:hover,.nxm-story:focus,.nxm-story:active{color:#fff}


/* ==========================================================================
   1) TOČIACI SA KOŠÍK pri pridávaní (Šimon 16.7.) — SKUTOČNÁ PRÍČINA:
   WooCommerce počas AJAX nasadí .loading a k tomu `animation: spin 2s linear infinite`
   na ::after. Lenže NÁŠ ::after je IKONA KOŠÍKA (mask cart-e918.svg) -> točil sa košík.
   Spinner nechceme nikde.
   ========================================================================== */
.nxm-products ul.products li.product a.button.loading::after,
.nxm-products ul.products li.product button.loading::after,
.single-product .summary .single_add_to_cart_button.loading::after,
.nxm-cks-btn.loading::after,
.nxm-cart-card-btn.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after{animation:none!important}
/* WooCommerce pri .loading stlmí tlačidlo na opacity .25 — nechceme preblikávanie */
.nxm-products ul.products li.product .button.loading,
.nxm-cks-btn.loading,.nxm-cart-card-btn.loading{opacity:1!important}

/* 2) GP hover leak — tlačidlá v „Produkt bol pridaný" modale (Šimon: „prejsť do košíka má hover") */
.nxm-atc-go:hover,.nxm-atc-go:focus{background:#000;color:#fff}
.nxm-atc-back:hover,.nxm-atc-back:focus{background:#f4f4f4;color:#292929}
.nxm-cart-card-btn:hover,.nxm-cart-card-btn:focus{background:#1a1a1a;color:#fff}

/* Diskusia — zoznam príspevkov (bez ratingu, oddelené od Hodnotenia) */
.nxm-diskusia{max-width:706px;margin:0 auto 0 0}
.nxm-diskusia-empty{color:#666;font-size:14px;margin:0 0 1rem}
.nxm-disc-list{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:2rem}
.nxm-disc-item{border-bottom:1px solid var(--nxm-line);padding-bottom:1.1rem}
.nxm-disc-replies{margin:-.35rem 0 0 2rem;padding-left:1rem;border-left:2px solid var(--nxm-line)}
.nxm-disc-replies .nxm-disc-item{border-bottom:0;padding-bottom:.85rem}
.nxm-disc-item--reply .nxm-disc-name{font-size:16px}
.nxm-disc-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}
.nxm-disc-name{font-family:var(--nxm-font-head);font-weight:700;font-size:20px;text-transform:uppercase;color:#0f0f0f}
.nxm-disc-dot{color:#ccc}
.nxm-disc-date{font-size:12px;color:rgb(124,126,143)}
.nxm-disc-title{font-weight:700;font-size:15px;color:#0f0f0f;margin:0 0 .25rem}
.nxm-disc-text{font-size:14px;color:#0f0f0f;line-height:1.55;margin:0}
@media(max-width:600px){.nxm-disc-replies{margin-left:.75rem;padding-left:.75rem}}
.nxm-diskusia-form-wrap{max-width:706px;margin:0}

/* PDP taby (Popis produktu / Parametre / Hodnotenie / Diskusia) — 1:1 .sk: veľké "folder" taby na celú šírku,
   aktívny = biela karta so zaoblením hore, nie malé WC default inline-block linky (namerané cez exhaustívny CSS diff). */
.woocommerce-tabs ul.tabs,.wc-tabs{display:flex!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important;list-style:none;position:relative}
/* 1:1 .sk MERANÉ: li = transparent, bez borderu/radiusu — WC core dáva sivé boxy (#ebe9eb + border) na LI, nie na A; preto taby vyzerali ako samostatné sivé tlačidlá */
.woocommerce-tabs ul.tabs li,.wc-tabs li{flex:1 1 auto;margin:0!important;padding:0!important;list-style:none;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;position:relative}
.woocommerce-tabs ul.tabs li::before,.woocommerce-tabs ul.tabs li::after,.wc-tabs li::before,.wc-tabs li::after{content:none!important}
/* WC core kreslí čiaru cez ul.tabs::before (border-bottom, position:absolute) — 1:1 .sk ju nemá */
.woocommerce-tabs ul.tabs::before,.woocommerce-tabs ul.tabs::after,.wc-tabs::before,.wc-tabs::after{content:none!important;border:0!important}
.woocommerce-tabs ul.tabs li a,.wc-tabs li a{display:block!important;width:100%;box-sizing:border-box;padding:20px!important;font-family:var(--nxm-font-head);font-size:18px!important;font-weight:400;line-height:18px!important;text-align:center;white-space:nowrap;color:rgb(124,126,143)!important;border:1px solid transparent!important;border-bottom:0!important;border-radius:20px 20px 0 0!important;background:transparent!important;text-decoration:none;transition:color .15s}
.woocommerce-tabs ul.tabs li a:hover,.wc-tabs li a:hover{color:#0f0f0f!important}
.woocommerce-tabs ul.tabs li.active a,.wc-tabs li.active a{background:#fff!important;border-color:rgb(224,229,238)!important;color:#000!important}
/* 1:1 .sk MERANÉ: aktívny tab sa vlieva do panelu — biely 2px pásik (li::after) prekrýva horný border panelu */
.woocommerce-tabs ul.tabs li.active::after,.wc-tabs li.active::after{content:""!important;position:absolute!important;left:1px!important;right:1px!important;bottom:-1px!important;top:auto!important;width:auto!important;height:2px!important;background:#fff!important;border:0!important;box-shadow:none!important;z-index:3}
/* 1:1 .sk MERANÉ: panel = veľká biela karta, radius 0 20 20 20, border rgb(224,229,238), padding 60 (SK #description.tab-pane) */
.woocommerce-tabs .panel{background:#fff!important;border:1px solid rgb(224,229,238)!important;border-radius:0 20px 20px 20px!important;padding:60px!important;margin:0!important}
/* 1:1 .sk MERANÉ 16.7.: hranatý je LEN ten horný roh, kde sedí AKTÍVNY tab.
   prvý tab -> 0 20 20 20 | stredný -> 20 20 20 20 | posledný -> 20 0 20 20.
   PL malo natvrdo 0 20 20 20 -> pri Diskusii (posledný tab) ostal vľavo hranatý roh bez tabu nad ním
   a vpravo sa tab s panelom nespojil. Bez :has() ostane default (prvý tab) = doterajšie správanie. */
.woocommerce-tabs:has(ul.tabs li:not(:first-child).active) .panel{border-top-left-radius:20px!important}
.woocommerce-tabs:has(ul.tabs li:last-child.active) .panel{border-top-right-radius:0!important}
@media(max-width:600px){.woocommerce-tabs .panel{padding:24px 16px!important}}

/* PDP mobile: SK uses two compact trust items followed by four collapsed accordions. */
@media(max-width:767px){
  .nxm-pdp-usp .nxm-usp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:17px 10px 48px}
  .nxm-pdp-usp .nxm-usp-item{min-width:0;align-self:stretch}
  .nxm-pdp-usp .nxm-usp-item--specialists{order:1}
  .nxm-pdp-usp .nxm-usp-item--customers{order:2}
  .nxm-pdp-usp .nxm-usp-item:nth-child(3){display:none}
  .nxm-pdp-usp .nxm-usp-img{display:none}
  .nxm-pdp-usp .nxm-usp-mobile{display:flex;width:100%;flex-direction:column;align-items:center;text-align:center;color:#111}
  .nxm-pdp-usp .nxm-usp-mobile-icon{display:block;width:54px;height:54px;margin-bottom:12px;background-image:var(--nxm-usp-icon);background-repeat:no-repeat;background-position:-3px top;background-size:189px 54px}
  .nxm-pdp-usp .nxm-usp-item--customers{--nxm-usp-icon:url(../img/usp/usp2.png)}
  .nxm-pdp-usp .nxm-usp-item--specialists{--nxm-usp-icon:url(../img/usp/usp3.png)}
  .nxm-pdp-usp .nxm-usp-mobile strong{display:flex;align-items:flex-start;justify-content:center;min-height:40px;padding:0 5px;font-size:16px;line-height:20px;font-weight:700;text-transform:uppercase}
  .nxm-pdp-usp .nxm-usp-mobile>span:last-child{max-width:175px;margin-top:8px;padding:0 4px;font-size:14px;line-height:21px}

  .woocommerce-tabs{margin:0 -9px!important}
  .woocommerce-tabs ul.tabs,.wc-tabs{display:none!important}
  .nxm-pdp-acc-head{display:flex;width:100%;height:80px;box-sizing:border-box;align-items:center;justify-content:space-between;margin:0 0 10px;padding:0 28px;-webkit-appearance:none;appearance:none;background:#fff!important;border:1px solid rgb(224,229,238);border-radius:20px;color:rgb(124,126,143)!important;box-shadow:none!important;font-family:var(--nxm-font-head);font-size:16px;font-weight:700;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .nxm-pdp-acc-head::after{content:"";width:10px;height:10px;flex:0 0 auto;margin-left:16px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-3px);transition:transform .2s}
  .nxm-pdp-acc-head:hover,.nxm-pdp-acc-head:focus,.nxm-pdp-acc-head:active,.nxm-pdp-acc-head.is-open{background:#fff!important;color:rgb(124,126,143)!important;box-shadow:none!important;outline:none}
  .nxm-pdp-acc-head.is-open{margin-bottom:0;border-radius:20px 20px 0 0}
  .nxm-pdp-acc-head.is-open::after{transform:rotate(225deg) translate(-2px,-2px)}
  .woocommerce-tabs .panel{display:none!important;margin:0 0 10px!important;padding:24px 16px!important;border-top:0!important;border-radius:0 0 20px 20px!important}
  .woocommerce-tabs .panel.nxm-pdp-panel-open{display:block!important}

  /* Woo's responsive table stacks attribute labels and values. The SK PDP keeps
     these rows as a compact two-column table, including on narrow phones. */
  .nxm-parametre .nxm-par-h{font-size:16px;line-height:20px;margin:0 0 24px}
  .nxm-parametre .woocommerce-product-attributes th,
  .nxm-parametre .woocommerce-product-attributes td{display:table-cell!important;padding:12px 0!important;line-height:20px!important;vertical-align:middle!important}
  .nxm-parametre .nxm-par-cat-h{margin:26px 0 18px}
  .nxm-parametre .nxm-par-cats{gap:10px}
}

@media(min-width:768px){
  .nxm-pdp-acc-head{display:none}
}

/* Textový tieň v popise je nežiaduci, no dizajnové karty si ponechávajú vlastný box-shadow. */
.single-product #tab-description,
.single-product #tab-description *{text-shadow:none!important}
.single-product #tab-description button,
.single-product #tab-description a[class*="btn"],
.single-product #tab-description button:hover,
.single-product #tab-description button:focus,
.single-product #tab-description button:active,
.single-product #tab-description a[class*="btn"]:hover,
.single-product #tab-description a[class*="btn"]:focus,
.single-product #tab-description a[class*="btn"]:active{box-shadow:none!important}
.single-product .summary .single_add_to_cart_button,
.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus,
.single-product .summary .single_add_to_cart_button:active,
.nxm-products ul.products li.product .button,
.nxm-products ul.products li.product .button:hover,
.nxm-products ul.products li.product .button:focus,
.nxm-products ul.products li.product .button:active,
.nxm-cks-btn,.nxm-cks-btn:hover,.nxm-cks-btn:focus,.nxm-cks-btn:active{box-shadow:none!important}

/* Skry natívny WooCommerce review tab + jeho navigačnú položku (mriežka ho nahrádza) */
.nxm-has-reviews-grid .woocommerce-tabs .reviews_tab,
.nxm-has-reviews-grid #tab-reviews,
.nxm-has-reviews-grid .woocommerce-Reviews{display:none!important}

/* responsive */
@media(max-width:600px){
  .nxm-rt-avg{font-size:56px}
  .nxm-review-submit{width:100%}
}

/* ===== dávka5: footer ===== */
/* ============================================================
   Mobilný footer accordion (≤767px)
   Desktop (≥768px) ostáva bez zmeny — existujúce pravidlo
   .nxm-footer-grid{grid-template-columns:1.23fr 1.23fr 1.23fr 1fr}
   sa nemení. JS pridá .nxm-fcol--acc, .nxm-acc-head, .nxm-acc-ico
   a obalí obsah do .nxm-acc-body. Na desktope sú tieto triedy
   neutralizované nižšie.
   ============================================================ */

/* Indikátor a accordion-obal nesmú ovplyvniť desktop layout */
.nxm-acc-ico{display:none}
.nxm-acc-body{display:contents}

@media(max-width:767px){
  /* na mobile stĺpce nasadajú na seba s deliacou linkou namiesto medzier */
  .nxm-footer-grid{gap:0;padding-block:.5rem}

  .nxm-fcol--acc{border-bottom:1px solid var(--nxm-line)}

  /* h4 ako klikateľný riadok */
  .nxm-fcol--acc>h4.nxm-acc-head{
    display:flex;align-items:center;gap:1rem;
    margin:0;padding:1.15rem .25rem;
    cursor:pointer;-webkit-user-select:none;user-select:none;
    transition:color .2s;
  }
  .nxm-fcol--acc>h4.nxm-acc-head:hover{color:var(--nxm-gold)}
  .nxm-fcol--acc.is-open>h4.nxm-acc-head{color:var(--nxm-text)}

  /* +/− indikátor (čisté CSS, bez obrázkov) */
  .nxm-acc-ico{
    display:block;position:relative;flex:0 0 auto;
    width:15px;height:15px;margin-left:auto;
  }
  .nxm-acc-ico::before,
  .nxm-acc-ico::after{
    content:"";position:absolute;background:var(--nxm-text-2);
    transition:transform .25s ease,opacity .25s ease,background .25s ease;
  }
  .nxm-acc-ico::before{top:6.5px;left:0;width:15px;height:2px}   /* vodorovná */
  .nxm-acc-ico::after{top:0;left:6.5px;width:2px;height:15px}    /* zvislá → tvorí "+" */
  .nxm-fcol--acc.is-open .nxm-acc-ico::after{transform:scaleY(0);opacity:0} /* "+" → "−" */
  .nxm-fcol--acc.is-open .nxm-acc-ico::before{background:var(--nxm-gold)}

  /* rozbaľovací obsah */
  .nxm-acc-body{
    display:block;overflow:hidden;
    max-height:0;opacity:0;visibility:hidden;
    transition:max-height .3s ease,opacity .25s ease,visibility .3s;
  }
  .nxm-fcol--acc.is-open .nxm-acc-body{
    max-height:1600px;opacity:1;visibility:visible;
    padding-bottom:1.2rem;
  }
  /* prvý prvok obsahu bez zbytočného horného odsadenia */
  .nxm-acc-body>*:first-child{margin-top:0}
  /* druhý nadpis v stĺpci dopravy/platby (h4.nxm-mt) ostáva vnútri obsahu, nie je toggle */
  .nxm-acc-body .nxm-mt{margin-top:1.2rem}
}

@media (prefers-reduced-motion: reduce){
  .nxm-acc-body,
  .nxm-acc-ico::before,
  .nxm-acc-ico::after{transition:none}
}

/* ===== Night Ritual — „Nakúp viac a ušetri" pack selector (1:1 .sk discount_SK.js) =====
   POZOR: PHP rendruje triedy .nxm-packs/.nxm-pk-* (nie .nxm-qty-discounts — to bolo staré mŕtve CSS,
   class mismatch = widget bol úplne bez štýlu). Hodnoty presne z discount_SK.js. */
.nxm-packs{margin:24px 0 32px;padding-bottom:10px;contain:layout style}
.nxm-pk-head{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#1a1a1a;margin:0 0 14px;display:flex;align-items:center;gap:10px}
.nxm-pk-head::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#1a1a1a40,transparent)}
.nxm-pk-tiers{display:flex;flex-direction:column;gap:12px}
.nxm-pk{position:relative;display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:12px;border:1.5px solid #e2e2e2;background:#fff;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s;-webkit-tap-highlight-color:transparent}
.nxm-pk:hover{border-color:#1a1a1a;background:#fafafa}
.nxm-pk.is-on{border-color:#1a1a1a;background:#fafafa;box-shadow:0 0 0 3px #1a1a1a14,0 2px 10px #00000008}
.nxm-pk-tag{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#1a1a1a;color:#fff;font-size:8px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 12px;border-radius:20px;white-space:nowrap;pointer-events:none}
.nxm-pk-left{display:flex;align-items:center;gap:13px;flex:1;min-width:0}
.nxm-pk-radio{width:18px;height:18px;border-radius:50%;border:2px solid #d0d0d0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .18s;background:#fff}
.nxm-pk.is-on .nxm-pk-radio{border-color:#1a1a1a}
.nxm-pk-dot{width:8px;height:8px;border-radius:50%;background:#1a1a1a;opacity:0;transform:scale(0);transition:opacity .15s,transform .15s}
.nxm-pk.is-on .nxm-pk-dot{opacity:1;transform:scale(1)}
.nxm-pk-info{display:flex;flex-direction:column;min-width:0}
.nxm-pk-lbl{color:#1a1a1a;font-size:13.5px;font-weight:600;letter-spacing:-.1px;line-height:22px}
.nxm-pk-sub{color:#999;font-size:11.5px;margin-top:2px;line-height:22px}
.nxm-pk-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}
.nxm-pk-price{color:#1a1a1a;font-size:16px;font-weight:700;letter-spacing:-.2px;text-align:right;line-height:26px}
.nxm-pk-old{font-size:15px;color:#bbb;text-decoration:line-through;font-weight:400;line-height:1;text-align:right;letter-spacing:-.2px}
.nxm-pk-badge{display:inline-block;background:#1a1a1a;color:#fff;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;border-radius:5px}
.nxm-pk-perks{display:flex;gap:5px;flex-wrap:nowrap;align-items:center;margin-top:7px}
.nxm-pk-perk{display:inline-flex;align-items:center;font-size:9.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:3px 8px;border-radius:20px;white-space:nowrap}
.nxm-pk-perk-ship{background:#f5c518;color:#1a1a1a}
.nxm-pk-perk-sep{font-size:11px;font-weight:800;color:#555;line-height:1}
.nxm-pk-perk-gift{background:#ffebee;color:#c62828}
.nxm-pk-perk-extra{font-weight:700} /* 1:1 .sk: "DARČEK ZDARMA DO 20 €" — extra bola omylom display:none */
.nxm-pk-save{margin-top:12px;text-align:center;font-size:14px;color:#999}
.nxm-pk-save:empty{display:none}
.nxm-pk-save strong{color:#1a1a1a;font-weight:600}

/* ===================== MINI-CART DRAWER ===================== */
.nxm-cart-toggle{cursor:pointer}
.nxm-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000}
.nxm-drawer-overlay[hidden]{display:none}
/* .nxm-drawer je MŔTVY kód (.sk nemá drawer, žiadny trigger ho už neotvára — pozri noxium.js initDrawer).
   display:none namiesto transform:translateX(), lebo fixed+transform stále počíta do document scrollWidth (H-overflow na mobile). */
.nxm-drawer{display:none;position:fixed;top:0;right:0;height:100dvh;width:min(420px,92vw);background:#fff;z-index:1001;flex-direction:column;box-shadow:-8px 0 40px rgba(0,0,0,.18)}
.nxm-drawer.is-open{display:flex}
.nxm-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid var(--nxm-line);flex:0 0 auto}
.nxm-drawer-title{font-family:var(--nxm-font-head);font-weight:700;font-size:1.2rem;color:#0f0f0f}
.nxm-drawer-close{width:44px;height:44px;border:0;background:transparent;font-size:1.7rem;line-height:1;cursor:pointer;color:#444;border-radius:8px}
.nxm-drawer-close:hover{background:var(--nxm-surface)}
.nxm-drawer-body{flex:1 1 auto;overflow-y:auto;padding:1.25rem}
.nxm-drawer .woocommerce-mini-cart{list-style:none;margin:0;padding:0}
.nxm-drawer .woocommerce-mini-cart__empty-message{color:var(--nxm-text-3);text-align:center;padding:2.5rem 0}
.nxm-drawer li.woocommerce-mini-cart-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 0;border-bottom:1px solid var(--nxm-line);position:relative;padding-right:1.75rem}
.nxm-drawer li.woocommerce-mini-cart-item a:not(.remove){font-family:var(--nxm-font-head);font-weight:600;color:#0f0f0f;font-size:.92rem;line-height:1.3}
.nxm-drawer li.woocommerce-mini-cart-item img{width:54px;height:54px;border-radius:8px;object-fit:contain;border:1px solid var(--nxm-line);order:-1;margin:0;flex:0 0 54px}
.nxm-drawer li.woocommerce-mini-cart-item .quantity{display:block;color:var(--nxm-text-3);font-size:.85rem;margin-top:.2rem;font-family:var(--nxm-font-body)}
.nxm-drawer a.remove{position:absolute;right:0;top:1rem;color:#bbb!important;font-size:1.15rem;width:26px;height:26px;line-height:24px;text-align:center;border-radius:50%}
.nxm-drawer a.remove:hover{color:#e23b3b!important;background:transparent!important}
.nxm-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;font-family:var(--nxm-font-head);font-weight:700;font-size:1.1rem;color:#0f0f0f;border-top:2px solid var(--nxm-line);margin-top:.5rem}
.nxm-drawer .woocommerce-mini-cart__buttons{display:flex;flex-direction:column;gap:.6rem;margin:.25rem 0 0;padding:0}
.nxm-drawer .woocommerce-mini-cart__buttons a{display:flex;align-items:center;justify-content:center;text-align:center;padding:.95rem 1rem;border-radius:10px;font-family:var(--nxm-font-head);font-weight:600;min-height:48px}
.nxm-drawer .woocommerce-mini-cart__buttons a:not(.checkout){background:#fff;color:#0f0f0f;border:1px solid var(--nxm-line)}
.nxm-drawer .woocommerce-mini-cart__buttons a.checkout{background:#292929;color:#fff}
.nxm-drawer .woocommerce-mini-cart__buttons a.checkout:hover{background:#000;color:#fff}
/* „Zobraziť košík" (biele) nemalo hover -> GP mu nasadil tmavý štvorec */
.nxm-drawer .woocommerce-mini-cart__buttons a:not(.checkout):hover,.nxm-drawer .woocommerce-mini-cart__buttons a:not(.checkout):focus{background:#fff;color:#0f0f0f}
@media(max-width:480px){.nxm-drawer{width:100vw}}

/* ===================== OPRAVY (Šimon screenshoty) ===================== */
/* Footer „Kontaktný formulár" — vycentrovaný text (.nxm-fcol>a display:block prebíjal flex) */
.nxm-fcol>a.nxm-contact-btn{display:flex;align-items:center;justify-content:center;text-align:center;width:100%}
/* Story karta na homepage — doplnený obrázok na pozadí (príbeh značky) */
/* 1:1 .sk .nox-fb-card: story karta = titulok hore / obrázok (JASNÝ pribeh3.png, žiadny tmavý overlay ani cover-orez) / tlačidlo dole */
.nxm-story-img{display:block;width:100%;height:auto;max-height:90px;object-fit:contain;object-position:center;margin:.35rem 0} /* 1:1 .sk .nox-fb-img — meraný optimálny prekryv (desktop) */
@media(max-width:899px){.nxm-story-img{max-height:200px}} /* 1:1 .sk mobil: story karta celošírková, veľká ilustrácia (~200px) */
.nxm-story .nxm-btn-pill{background:var(--nxm-gold);color:var(--nxm-ink)}
.nxm-story .nxm-btn-pill:hover{background:var(--nxm-gold-light)}
.nxm-story .nxm-story-label,.nxm-story .nxm-story-label strong{position:relative;z-index:1}
/* Night Ritual — zobrazovacia príchuť v buy-boxe */
.single-product .summary .nxm-pd-flavor{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--nxm-text-2);margin:0 0 1rem;padding:.7rem .95rem;border:1px solid #f0ddc8;border-radius:8px;background:#fff8f2;max-width:max-content}
.single-product .summary .nxm-pd-flavor-ico{font-size:1.15rem;line-height:1}
.single-product .summary .nxm-pd-flavor-label{font-weight:600;color:#0f0f0f}
/* Zoraďovací dropdown na kategórii — skrytý (na žiadosť) */
.woocommerce-ordering{display:none!important}

/* ===================== BLOG VÝPIS (Noxium Denník) — mriežka kariet (namerané .sk) ===================== */
body.blog .site-content,body.blog .grid-container{max-width:1378px;margin-inline:auto}
body.blog .site-main,body.archive.author .site-main{max-width:1378px;margin:0 auto;padding-right:20px;box-sizing:border-box}
@media(max-width:599px){body.blog .site-main{padding-inline:0;box-sizing:border-box}}
@media(min-width:600px){
  body.blog .site-main{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start}
  body.blog .site-main > *:not(article){grid-column:1 / -1}
}
@media(min-width:1024px){
  body.blog .site-main{grid-template-columns:repeat(3,minmax(0,calc((100% - 60px)/3)))}
}
body.blog article.post{min-height:462px;margin:0;background:#fff;border:0;border-radius:20px;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.08);transition:box-shadow .2s}
body.blog article.post:hover{box-shadow:0 6px 12px rgba(0,0,0,.08)}
body.blog article.post .inside-article{position:relative;padding:0 0 100px;display:flex;flex-direction:column;min-height:462px;height:100%;box-sizing:border-box}
body.blog article.post .post-image,body.blog article.post .featured-image{margin:0;order:-1}
body.blog article.post .post-image img,body.blog article.post img.wp-post-image{width:100%;height:190px;object-fit:cover;display:block;border-radius:20px 20px 0 0}
@media(max-width:767px){body.blog article.post .post-image img,body.blog article.post img.wp-post-image{height:115px}}
body.blog article.post .entry-header{padding:20px 15px 0}
body.blog article.post .entry-title{font-family:var(--nxm-font-head);font-weight:700;font-size:20px;line-height:28px;margin:0 0 15px}
@media(max-width:767px){body.blog article.post .entry-title{font-size:16px}}
body.blog article.post .entry-title a{color:#0f0f0f}
body.blog article.post .entry-title a:hover{color:var(--nxm-gold)}
body.blog article.post .entry-summary{margin:0;padding:0 15px;color:#0f0f0f;font-size:14px;line-height:20.3px;flex:1}
body.blog article.post .entry-summary p{margin:0}
/* 1:1 noxium.sk — blog listing aj článok bez dátumu a autora ("od autora:") */
body.blog .entry-meta,body.archive .entry-meta,body.single-post .entry-meta,
body.blog article.post .post-meta-top,.nxm-blog-grid .entry-meta{display:none}
/* nadpis stránky Denník */
body.blog .page-header .entry-title,body.blog h1.page-title{font-family:var(--nxm-font-head);font-weight:700;font-size:clamp(1.8rem,3.4vw,2.4rem);color:#0f0f0f;text-align:center;margin:0 0 2rem}

/* ===================== VERIFIKAČNÉ OPRAVY (3 šírky) ===================== */
/* B) Článok — jeden hero: skry GP featured nad titulom (telo má vlastný obrázok ako .sk) */
.single-post .featured-image.page-header-image-single{display:none}
/* I) Článok H1 (namerané .sk: 36px desktop / 26px mobil, lh 1.1, mb 30/25) */
.single-post .entry-header .entry-title,.single-post h1.entry-title{font-family:var(--nxm-font-head);font-weight:700;font-size:36px;line-height:1.1;margin:0 0 30px}
@media(max-width:767px){.single-post .entry-header .entry-title,.single-post h1.entry-title{font-size:26px;margin:0 0 25px}}
/* ===================== ČLÁNOK — typografia 1:1 (namerané .sk, audit 2.7.) =====================
   POZOR: články majú vlastný vložený <style> v post_content (statický export) — preto !important. */
.single-post .entry-content{font-size:16px!important;line-height:1.8!important}
.single-post .entry-content p{color:rgb(41,41,41)!important;line-height:1.8!important}
.single-post .entry-content .perex{color:rgb(41,41,41)!important}
.single-post .entry-content h2{font-size:24px!important;line-height:1.3!important;margin:20px 0 15px!important}
.single-post .entry-content ul{margin:16px 0 25px!important;padding-left:24px!important}
.single-post .entry-content ul li{margin:0 0 3px!important}
.single-post .entry-content .art-label,.single-post .entry-content .about-tag{line-height:1.8!important}
.single-post .entry-content .cta-block p:has(> .cta-btn){display:contents}
.single-post .entry-content a.cta-btn{text-decoration:underline!important}
.single-post .comments-area,.single-post #comments{display:none}
/* breadcrumb článku (namerané .sk: #0f0f0f 14px, mobil šedý pás full-width) */
.single-post .nxm-breadcrumb{max-width:1418px;font-size:14px;color:#0f0f0f}
.single-post .nxm-breadcrumb a{color:#0f0f0f}
@media(max-width:767px){.single-post .nxm-breadcrumb{background:#f6f6f6;max-width:none;margin:0 0 .5rem;padding:10px 20px}}
/* mobil: obsah článku padding 20px (SK obsah 350px @390) */
@media(max-width:768px){.single-post .separate-containers .inside-article{padding:20px}}
/* "Ďalší článok" (SK: div.next-prev.text-center > a.btn čierny pill 117×50 radius 25) */
.nxm-next-article{text-align:center;margin:2rem 0 1rem}
.nxm-next-article a{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:5px 20px;background:#000;color:#fff;border-radius:25px;font-family:var(--nxm-font-head);font-weight:400;font-size:14px;box-shadow:0 3px 6px rgba(0,0,0,.12);transition:background .2s}
.nxm-next-article a:hover{background:#1a1a1a}
/* C) Blog výpis — H1 "Noxium Denník" + intro (namerané .sk: vľavo, plná šírka) */
.nxm-blog-header{max-width:1358px;margin:0 auto 40px;padding:0;text-align:left}
.nxm-blog-header h1{font-family:var(--nxm-font-head);font-weight:700;font-size:36px;line-height:1.1;color:#0f0f0f;margin:0 0 30px}
@media(max-width:767px){.nxm-blog-header h1{font-size:26px;margin:0 0 25px}}
.nxm-blog-intro{color:#292929;font-size:16px;line-height:1.38462;max-width:none;margin:0 0 19px}
.nxm-blog-intro:last-child{margin-bottom:0}
@media(min-width:600px){
  body.blog .nxm-content-breadcrumb{margin-bottom:5px}
  body.blog .nxm-blog-header{margin-bottom:20px}
}
/* "Zobraziť celý článok" tlačidlo na blog kartách (1:1 noxium.sk) */
body.blog article.post .nxm-blog-readmore,.nxm-blog-grid .nxm-blog-readmore{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;align-self:center;width:auto;height:50px;box-sizing:border-box;margin:0;padding:5px 20px;border:1px solid #292929;border-radius:25px;font-family:var(--nxm-font-head);font-weight:400;font-size:14px;color:#fff;background:#292929;box-shadow:0 3px 6px rgba(0,0,0,.12);transition:background .2s,box-shadow .2s;white-space:nowrap}
body.blog article.post .nxm-blog-readmore:hover,.nxm-blog-grid .nxm-blog-readmore:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 5px 12px rgba(0,0,0,.18)}
@media(max-width:767px){body.blog article.post .nxm-blog-readmore{height:40px;font-size:12px;bottom:20px}}
/* Prefix "Noxium Denník · kategória" v perexe — na .sk je to OBYČAJNÝ text perexu (namerané: 14px, #0f0f0f, bez transformácie) */
body.blog article.post .nxm-blog-cat{display:inline;font-family:var(--nxm-font-body);font-weight:400;font-size:14px;letter-spacing:normal;text-transform:none;color:#0f0f0f;margin:0 .25em 0 0}
/* D) Newsletter pred pätičkou (non-homepage, full-width) */
.nxm-newsletter-section{padding-block:2.5rem 3rem}
.nxm-newsletter-section .nxm-newsletter{min-height:12rem}

/* ===================== HOMEPAGE FAQ + OVERENÉ RECENZIE (1:1 .sk) ===================== */
.nxm-blog-cta{text-align:center;margin-top:2rem}
.nxm-home-reviews .nxm-section-title{text-align:center;margin-bottom:2rem}
/* FAQ 1:1 .sk (faq-banner_SK.js) — scoped pod #nox-faq-wrap, nech nekoliduje s .nxm-wrap(1418) ani #tab-description FAQ */
#nox-faq-wrap{width:100%;display:flex;justify-content:center;padding:32px 20px 0;box-sizing:border-box}
#nox-faq-wrap .nxm-faq-inner{width:100%;max-width:860px;line-height:1.6}
#nox-faq-wrap .nxm-faq-header{background:#111;color:#fff;font-size:20px;font-weight:700;padding:22px 32px;border-radius:14px;letter-spacing:.2px}
#nox-faq-wrap .nxm-faq-list{background:transparent;padding:0;margin-top:10px;display:flex;flex-direction:column;gap:8px}
#nox-faq-wrap .nxm-faq-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 22px;background:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;color:#111;text-align:left;font-family:inherit;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s,transform .15s}
#nox-faq-wrap .nxm-faq-btn:hover{box-shadow:0 6px 16px rgba(0,0,0,.12);transform:translateY(-1px)}
#nox-faq-wrap .nxm-faq-item.nxm-open .nxm-faq-btn{background:#111;color:#fff;border-radius:12px 12px 0 0;box-shadow:0 2px 8px rgba(0,0,0,.06)}
#nox-faq-wrap .nxm-faq-item.nxm-open .nxm-faq-btn:hover{background:#111;transform:none}
#nox-faq-wrap .nxm-faq-icon{font-size:22px;font-weight:300;color:#999;margin-left:12px;flex-shrink:0;line-height:1;display:inline-block;transition:transform .25s ease,color .2s}
#nox-faq-wrap .nxm-faq-item.nxm-open .nxm-faq-icon{color:#C9963F;transform:rotate(45deg)}
#nox-faq-wrap .nxm-faq-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
#nox-faq-wrap .nxm-faq-item.nxm-open .nxm-faq-body{max-height:400px}
#nox-faq-wrap .nxm-faq-body p{padding:16px 22px;font-size:14px;color:#444;margin:0;background:#fafafa;border-radius:0 0 12px 12px;line-height:1.7;box-shadow:0 2px 8px rgba(0,0,0,.06)}
#nox-faq-wrap .nxm-faq-body p a{color:#c9963f;font-weight:600}
@media(max-width:768px){#nox-faq-wrap{padding:32px 16px 0}#nox-faq-wrap .nxm-faq-header{font-size:17px;padding:18px 20px}#nox-faq-wrap .nxm-faq-btn{font-size:14px;padding:14px 18px}}
/* Overené recenzie */
.nxm-home-reviews{padding-block:1rem 7.5rem} /* 1:1 .sk: väčšia medzera pred newsletterom (SK .ratings-block mb ~100px) + priestor pre straddle tlačidlá */
.nxm-hrev-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:900px){.nxm-hrev-grid{grid-template-columns:433px 1fr;gap:40px;align-items:stretch}} /* 1:1 .sk: ľavá karta 433px, medzera 40px, rovnaká výška kariet (tlačidlá straddlujú v rovnakej Y) */
.nxm-hrev-summary{position:relative;background:#fff;border:0;border-radius:20px;box-shadow:0 6px 12px rgba(0,0,0,.08);padding:1.75rem 1.75rem 3rem} /* 1:1 .sk: biela karta bez rámika, tieň, radius 20; extra pb pre straddle tlačidlo */
.nxm-hrev-top{display:grid;grid-template-columns:auto 1fr;column-gap:20px;align-items:center;margin-bottom:1.25rem} /* 1:1 .sk: 4,9 vľavo (2 riadky), hviezdy hore-vpravo, počet pod nimi */
.nxm-hrev-avg{grid-row:1/3;white-space:nowrap;font-family:var(--nxm-font-head);font-weight:400;font-size:clamp(3rem,4.8vw,5rem);color:#f0b820;line-height:1} /* 1:1 .sk: priemer 4,9 = 80px žltá rgb(240,184,32) */
.nxm-hrev-stars{grid-column:2;align-self:end;color:var(--nxm-gold);font-size:1.3rem;letter-spacing:2px}
.nxm-hrev-count{grid-column:2;color:#0f0f0f;font-size:1.25rem;font-weight:400} /* 1:1 .sk: „117 hodnotení" = 20px 400 tmavé, pod hviezdami */
.nxm-hrev-bars{display:flex;flex-direction:column;gap:.4rem}
.nxm-hrev-bar-row{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--nxm-text-2)}
.nxm-hrev-bar-label{display:flex;align-items:center;gap:.15rem;width:1.9rem;flex-shrink:0;font-size:14px;font-weight:700;color:#0f0f0f} /* 1:1 .sk: rate-value 14px 700 tmavé */
.nxm-hrev-bar-label span{color:var(--nxm-star)}
.nxm-hrev-bar-star{color:var(--nxm-gold)}
.nxm-hrev-bar-track{flex:1;height:4px;background:#f5f6f8;border-radius:2px;overflow:hidden}
.nxm-hrev-bar-fill{display:block;height:100%;background:#7c7e8f;border-radius:2px}
.nxm-hrev-bar-c{width:2.6rem;text-align:right;color:var(--nxm-muted);flex-shrink:0;font-size:14px;font-weight:700} /* 1:1 .sk: rate-count 14px 700 rgb(124,126,143) */
.nxm-hrev-add{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);display:inline-flex;align-items:center;gap:.4rem;margin:0;background:#292929;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-family:var(--nxm-font-head);font-weight:600;font-size:.9rem;box-shadow:0 3px 6px rgba(0,0,0,.12)} /* 1:1 .sk: tlačidlo straddluje spodnú hranu karty */
.nxm-hrev-add:hover,.nxm-hrev-add:focus,.nxm-hrev-add:active{background:#000;color:#fff} /* color zamknutý — GP a:hover inak stmaví text */
.nxm-hrev-cards-wrap{position:relative;background:#fff;border:0;border-radius:20px;box-shadow:0 6px 12px rgba(0,0,0,.08);padding:1.5rem 1.5rem 3rem;display:flex;flex-direction:column;min-width:0} /* 1:1 .sk: biela karta bez rámika, tieň, radius 20; extra pb pre straddle tlačidlo */
/* Karuselové šípky ‹ › 1:1 .sk (kruhové biele, po stranách kariet, vertikálne centrované) */
.nxm-hrev-arrow{position:absolute;top:calc(50% - 1.25rem);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--nxm-line);color:#1a1a1a;font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.14);z-index:3;padding:0;transition:box-shadow .2s,transform .2s}
.nxm-hrev-arrow:hover{box-shadow:0 5px 18px rgba(0,0,0,.2)}
.nxm-hrev-prev{left:-20px}
.nxm-hrev-next{right:-20px}
@media(max-width:600px){.nxm-hrev-arrow{display:none}}
.nxm-hrev-cards{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem}
.nxm-hrev-cards::-webkit-scrollbar{display:none}
.nxm-hrev-card{flex:0 0 calc(50% - .75rem);min-width:230px;scroll-snap-align:start}
.nxm-hrev-card-name{font-family:var(--nxm-font-head);font-weight:700;font-size:1rem;color:#0f0f0f;margin-bottom:.4rem}
.nxm-hrev-card-line{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}
.nxm-hrev-cstars{color:var(--nxm-gold);font-size:.9rem;letter-spacing:1px}
.nxm-hrev-cdate{color:var(--nxm-text-3);font-size:.8rem}
.nxm-hrev-card-text{color:var(--nxm-text-2);font-size:.92rem;line-height:1.5;margin:0}
.nxm-hrev-all{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);margin:0;text-align:center} /* 1:1 .sk: „Zobraziť všetky" straddluje spodnú hranu karty */
.nxm-hrev-all a{display:inline-block;border:1px solid var(--nxm-line);border-radius:999px;padding:.6rem 1.5rem;color:#0f0f0f;font-weight:600;font-size:.88rem}
.nxm-hrev-all a:hover{border-color:#0f0f0f}
@media(max-width:600px){.nxm-hrev-card{flex:0 0 85%}}

/* Stránka Hodnotenie obchodu — formulár vľavo, súhrn vpravo, 20 hodnotení v dvojstĺpci. */
.nxm-storepage{box-sizing:border-box;width:100%;max-width:none;margin:0;background:#fff;border-radius:20px;padding:60px 59px 60px 61px}
.nxm-storepage-top{display:flex;align-items:flex-start;min-height:730px}
.nxm-storepage-form{flex:0 0 686px;margin-right:150px}
.nxm-storepage-form h3{font:700 26px/36.4px var(--nxm-font-head);color:#0f0f0f;margin:0 0 10px}
.nxm-review-form{width:100%;margin:0!important}
.nxm-review-form input,.nxm-review-form textarea,.nxm-review-form button{font-family:var(--nxm-font-body)}
.nxm-review-field{box-sizing:border-box;display:flow-root;width:100%;height:95px;padding:0 10px}
.nxm-review-field--message{height:175px}
.nxm-review-field label{display:block;height:20px;margin:20px 0 5px;padding-right:20px;font-size:12px;font-weight:700;line-height:20px;text-transform:uppercase;color:#0f0f0f}
.nxm-review-field label span{color:#d41414}
.nxm-review-field input:not(.nxm-review-hp),.nxm-review-field textarea{box-sizing:border-box;width:100%;height:50px;margin:0;padding:10px 12px;border:1px solid #e0e5ee;border-radius:8px;background:#f5f6f8;color:#292929;font-size:14px;line-height:19.3846px;box-shadow:none;outline:none}
.nxm-review-field textarea{height:130px;resize:vertical;min-height:130px}
.nxm-review-field input:focus,.nxm-review-field textarea:focus{border-color:#7c7e8f;background:#fff}
.nxm-review-hp{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.nxm-review-rating{box-sizing:border-box;width:100%;height:120px;margin:0;padding:0 10px;border:0}
.nxm-review-rating legend{display:block;float:left;width:100%;margin:20px 0 5px;padding:0;color:#292929;font-size:14px;line-height:22.4px}
.nxm-review-stars{clear:both;direction:rtl;display:inline-flex;align-items:center;height:30px}
.nxm-review-stars input{position:absolute;width:1px;height:1px;margin:-1px;opacity:0}
.nxm-review-stars label{box-sizing:border-box;width:41.64px;height:30px;padding:0 10px 0 0;color:#e0e5ee;font-size:30px;line-height:30px;cursor:pointer}
.nxm-review-stars input:checked~label,.nxm-review-stars label:hover,.nxm-review-stars label:hover~label{color:#f0b820}
.nxm-review-consent{box-sizing:border-box;width:100%;min-height:47.4px;margin:20px 0!important;padding:20px 10px 5px!important;color:#292929!important;font-size:14px!important;line-height:22.4px!important}
.nxm-review-consent a{color:#292929!important;text-decoration:underline!important;font-weight:400!important}
.nxm-review-submit{display:flex;align-items:center;justify-content:center;width:280px;height:50px;margin:0 10px;padding:5px 15px;border:1px solid #292929;border-radius:25px;background:#292929;color:#fff;font-size:14px;font-weight:400;line-height:14px;cursor:pointer}
.nxm-review-submit:hover,.nxm-review-submit:focus{background:#000;color:#fff}
.nxm-storepage-summary{flex:0 0 400px;width:400px;margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.nxm-storepage-summary .nxm-hrev-top{grid-template-columns:105.55px 1fr;grid-template-rows:40px 40px;column-gap:20px;height:80px;margin:0 0 26px}
.nxm-storepage-summary .nxm-hrev-avg{align-self:center;height:80px;line-height:80px}
.nxm-storepage-summary .nxm-hrev-bars{gap:10px}
.nxm-storepage-summary .nxm-hrev-bar-row{height:16px;line-height:16px}
.nxm-storepage-summary .nxm-hrev-bar-label{width:33px}
.nxm-storepage-grid{box-sizing:border-box;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:0 -7.5px;padding:7.5px}
.nxm-store-vote{box-sizing:border-box;display:flex;min-height:135.3px;margin:0;padding:15px;border-radius:8px;background:#f5f6f8;color:#0f0f0f}
.nxm-store-vote-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 50px;width:50px;height:50px;margin-right:15px;border-radius:50%;background:#292929;color:#fff;font:700 14px/1 var(--nxm-font-head)}
.nxm-store-vote-body{min-width:0;flex:1}
.nxm-store-vote-name{margin:0 0 10px;font:700 16px/22.15px var(--nxm-font-head);text-transform:none}
.nxm-store-vote-line{display:flex;align-items:center;gap:8px;height:16px;margin:0 0 16px}
.nxm-store-vote-date{color:#7c7e8f;font-size:12px;line-height:16px}
.nxm-store-vote p{margin:0!important;color:#292929!important;font-size:14px!important;line-height:20.3px!important}
.nxm-review-notice{margin:0 0 30px;padding:15px 20px;border-radius:8px;font-size:14px;line-height:20px}
.nxm-review-notice--success{background:#e4f4df;color:#275a1f}
.nxm-review-notice--error{background:#ffe1e3;color:#8a1620}
.nxm-hrev-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem;margin:2.25rem 0 .5rem}
.nxm-hrev-pagination a,.nxm-hrev-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:8px;font-family:var(--nxm-font-head);font-weight:600;font-size:14px;color:#0f0f0f;background:#fff;border:1px solid var(--nxm-line);transition:background .2s}
.nxm-hrev-pagination a:hover{background:#f4f4f4}
.nxm-hrev-pagination .current{background:#292929;color:#fff;border-color:#292929}
.nxm-hrev-pagination .dots{border:0;background:transparent}
@media(max-width:1299px){
  .nxm-storepage-top{gap:60px}
  .nxm-storepage-form{flex:1 1 auto;min-width:0;margin-right:0}
  .nxm-storepage-summary{flex:0 0 360px;width:360px}
}
@media(max-width:899px){
  .nxm-storepage{padding:30px}
  .nxm-storepage-top{display:flex;flex-direction:column;gap:50px;min-height:0;margin-bottom:40px}
  .nxm-storepage-form,.nxm-storepage-summary{flex:none;width:100%;max-width:none;margin:0}
  .nxm-storepage-summary{order:-1}
  .nxm-storepage-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .nxm-storepage{margin:0;width:100%;padding:26px;border-radius:20px}
  .nxm-storepage-form h3{font-size:22px;line-height:30.8px}
  .nxm-storepage-summary .nxm-hrev-top{grid-template-rows:28px 28px;height:56px;margin-bottom:25px}
  .nxm-storepage-summary .nxm-hrev-avg{height:56px;line-height:56px}
  .nxm-review-rating{height:165px}
  .nxm-review-submit{width:calc(100% - 20px);height:40px;margin:0 10px}
  .nxm-store-vote{min-height:0}
  .nxm-store-vote-avatar{flex-basis:42px;width:42px;height:42px;margin-right:12px}
}
/* Článok — breadcrumb + skry neúplný byline autora */
.nxm-breadcrumb{max-width:80rem;margin:1.25rem auto .5rem;padding-inline:1.25rem;font-size:.85rem;color:var(--nxm-text-3)}
.nxm-breadcrumb a{color:var(--nxm-text-3)}
.nxm-breadcrumb a:hover{color:var(--nxm-gold)}
.nxm-breadcrumb .nxm-bc-cur{color:var(--nxm-text)}
.single-post .entry-meta .byline,.single-post .posted-by,.single-post .author.vcard{display:none}

/* =====================================================================
   Night Ritual — CSS interaktívneho popisu (1:1 noxium.sk).
   Pôvodne inline <style> v post_content, WP import ho odstránil →
   pridané sem (vrátane .nxmNR-open rozbaľovacích pravidiel).
   ===================================================================== */
.nxmNR-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1a1a1a;max-width:780px;margin-left:auto !important;margin-right:auto !important;margin-top:0;margin-bottom:0;line-height:1.6;display:block !important}.nxmNR-section{margin:48px 0}.nxmNR-headline{font-size:24px;font-weight:800;color:#111;margin:0 0 20px;line-height:1.3;text-align:center}.nxmNR-problem{background:#f5f5f5;border-radius:12px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.nxmNR-problem h2{font-size:22px;font-weight:800;margin:0 0 16px;color:#111;line-height:1.3}.nxmNR-problem p{font-size:15px;color:#444;margin:0 0 12px}.nxmNR-problem p:last-child{margin-bottom:0}.nxmNR-problem-with-img{display:flex;flex-wrap:wrap;align-items:stretch;gap:24px;padding:28px}.nxmNR-problem-text{flex:1;min-width:220px}.nxmNR-problem-text h2{margin-top:0}.nxmNR-problem-text p:last-child{margin-bottom:0}.nxmNR-product-pic{flex:0 0 220px;align-self:stretch;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.28);display:block;min-height:200px}.nxmNR-product-pic img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:640px){.nxmNR-product-pic{flex:none;width:100%;border-radius:10px;min-height:unset}.nxmNR-product-pic img{height:220px}}.nxmNR-benefit-item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid #eee}.nxmNR-benefit-item:last-child{border-bottom:none}.nxmNR-benefit-icon{width:44px;height:44px;background:#111;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;line-height:24px;padding-top:2px}.nxmNR-benefit-text h4{font-size:16px;font-weight:700;margin:0 0 4px;color:#111;line-height:18px}.nxmNR-benefit-text p{font-size:14px;color:#666;margin:0}.nxmNR-zlo-box{background:#111;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.25)}.nxmNR-zlo-btn{width:100% !important;background:none !important;border:none !important;padding:22px 56px 22px 24px !important;cursor:pointer !important;display:block !important;text-align:left !important;position:relative !important;box-sizing:border-box !important}.nxmNR-zlo-btn-label{font-size:16px !important;font-weight:700 !important;color:#fff !important;display:block !important;line-height:1.3 !important}.nxmNR-zlo-icon{font-size:22px !important;color:#C9963F !important;line-height:1 !important;display:block !important;position:absolute !important;right:22px !important;top:50% !important;transform:translateY(-50%) !important;transition:transform .3s ease !important}.nxmNR-zlo-box.nxmNR-open .nxmNR-zlo-icon{transform:translateY(-50%) rotate(45deg) !important}.nxmNR-zlo-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 24px}.nxmNR-zlo-box.nxmNR-open .nxmNR-zlo-body{max-height:900px;padding:0 24px 24px}.nxmNR-zlo-divider{border:none;border-top:1px solid #222;margin:0}.nxmNR-zlo-active{font-size:13px !important;color:#666 !important;margin:0 0 16px !important;line-height:1.6 !important}.nxmNR-zlo-active strong{color:#666 !important;font-weight:700 !important}.nxmNR-zlo-table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:13px !important}.nxmNR-zlo-table th{text-align:left;color:#888 !important;font-weight:600 !important;padding:6px 10px 6px 0;border:0;border-bottom:1px solid #222;font-size:12px !important}.nxmNR-zlo-table td{padding:10px 10px 10px 0;color:#fff !important;font-size:13px !important;border:0;border-bottom:1px solid #1a1a1a}.nxmNR-zlo-table td:first-child{color:#C9963F !important;font-weight:600 !important}.nxmNR-zlo-note{font-size:11px !important;color:#666 !important;margin:0 0 14px !important;line-height:1.5 !important;border:none !important}.nxmNR-dosing{background:#111;color:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:12px;flex-wrap:wrap}.nxmNR-dosing-big{text-align:left;flex-shrink:0}.nxmNR-dosing-big strong{font-size:72px;font-weight:800;display:block;color:#C9963F;line-height:1}.nxmNR-dosing-big span{font-size:13px;color:#888}.nxmNR-dosing-text p{font-size:14px;color:#bbb;margin:0 0 8px}.nxmNR-dosing-text p:last-child{margin-bottom:0}.nxmNR-science{border-left:3px solid #C9963F;padding:16px 20px;background:#f5f5f5;border-radius:0 8px 8px 0;margin-bottom:12px;font-size:16px;color:#222;line-height:24px}.nxmNR-science strong{color:#111}.nxmNR-science a{color:#C9963F;text-decoration:underline;font-weight:600}#nxmNRVedaBox{border:1.5px solid #111 !important;box-shadow:0 2px 16px rgba(0,0,0,.18) !important}#nxmNRVedaBox .nxmNR-zlo-body{background:#fff !important}.nxmNR-veda-btn{background:#111 !important;outline:none !important;box-shadow:none !important}.nxmNR-veda-btn:focus,.nxmNR-veda-btn:active{outline:none !important;box-shadow:none !important;border:none !important}.nxmNR-faq-item{margin-bottom:4px}.nxmNR-faq-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;color:#111;text-align:left;font-family:inherit;transition:background 0.15s;box-sizing:border-box}.nxmNR-faq-btn:hover{background:#ebebeb}.nxmNR-faq-gold .nxmNR-faq-btn{position:relative;overflow:hidden;background:#f5f5f5;isolation:isolate}.nxmNR-faq-gold .nxmNR-faq-btn:hover{background:#ebebeb}.nxmNR-faq-gold .nxmNR-faq-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent 0%,#f4efde 55%,#f1e8c8 100%);pointer-events:none;z-index:-1;transition:opacity .25s ease}.nxmNR-faq-item.nxmNR-open.nxmNR-faq-gold .nxmNR-faq-btn::before{opacity:0}.nxmNR-faq-item.nxmNR-open .nxmNR-faq-btn{background:#111;color:#fff;border-radius:8px 8px 0 0}.nxmNR-faq-icon{font-size:22px;font-weight:300;color:#999;margin-left:12px;flex-shrink:0;line-height:1}.nxmNR-faq-item.nxmNR-open .nxmNR-faq-icon{color:#C9963F}.nxmNR-faq-body{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.nxmNR-faq-item.nxmNR-open .nxmNR-faq-body{max-height:400px}.nxmNR-faq-body p{padding:16px 20px;font-size:14px;color:#444;margin:0;background:#fafafa;border-radius:0 0 8px 8px;line-height:1.7}.nxmNR-warning{font-size:16px;color:#aaa;margin-top:40px;line-height:1.6;border-top:1px solid #eee;padding-top:20px}.nxmNR-chart-card{background:#111;border-radius:16px;padding:28px 28px 20px;box-shadow:0 10px 32px rgba(0,0,0,.4)}.nxmNR-benefits-grid{display:flex;flex-wrap:wrap;margin:-8px}.nxmNR-bcard{box-sizing:border-box;width:calc(50% - 16px);margin:8px;background:#111;border-radius:16px;padding:28px 20px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 18px rgba(0,0,0,.18);transition:box-shadow .25s ease,transform .25s ease}.nxmNR-bcard-icon{font-size:40px !important;line-height:60px;height:60px;margin-bottom:14px}.nxmNR-bcard-title{color:#fff !important;font-size:16px !important;font-weight:700 !important;line-height:1.35 !important;margin:0 0 8px !important}.nxmNR-bcard-desc{color:#aaa;font-size:16px;line-height:24px;margin:0}.nxmNR-bcard-text{display:flex;flex-direction:column}@media(max-width:600px){.nxmNR-bcard{width:calc(100% - 16px);flex-direction:row !important;align-items:center !important;text-align:left;padding:16px 18px}.nxmNR-bcard-icon{font-size:30px !important;margin-bottom:0 !important;margin-right:16px !important;flex-shrink:0;width:40px;text-align:center;align-self:center}.nxmNR-bcard-text{flex:1;justify-content:center}.nxmNR-bcard-title{font-size:15px !important;margin:0 0 4px !important}.nxmNR-bcard-desc{font-size:13px;margin:0 !important}}.nxmNR-img-row{display:flex;gap:28px;align-items:center}@media(max-width:640px){.nxmNR-img-row{flex-direction:column}}.nr-wrap{background:#111 !important;border-radius:14px !important;padding:28px 24px 32px !important;max-width:780px !important;margin:0 auto !important;box-sizing:border-box !important}.nr-title{font-size:18px !important;font-weight:700 !important;color:#fff !important;margin:0 0 6px !important;line-height:1.3 !important}.nr-sub{font-size:13px !important;color:#888 !important;margin:0 0 24px !important;line-height:1.4 !important}.nr-grid{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-bottom:20px !important}.nr-card{background:#1a1a1a !important;border-radius:12px !important;padding:16px 12px !important;cursor:pointer !important;border:1px solid #222 !important;box-sizing:border-box !important;flex:0 0 calc(33.333% - 7px) !important;min-width:0 !important;text-align:center !important}.nr-card-icon{margin:0 0 10px !important;display:flex !important;justify-content:center !important;align-items:center !important;line-height:1 !important;height:28px !important}.nr-card-icon svg{width:28px !important;height:28px !important;color:#C9963F !important;stroke:#C9963F !important}.nr-card-title{font-size:13px !important;font-weight:700 !important;color:#fff !important;margin:0 0 4px !important;line-height:1.3 !important}.nr-card-sub{font-size:11px !important;color:#888 !important;margin:0 !important;line-height:1.4 !important;visibility:visible !important;opacity:1 !important}.nr-card.nr-active .nr-card-sub{color:#aaa !important}.nr-detail{background:#1a1a1a !important;border-radius:12px !important;padding:20px !important;border:1px solid #C9963F !important;min-height:72px !important;box-sizing:border-box !important}.nr-detail-title{font-size:14px !important;font-weight:700 !important;color:#C9963F !important;margin:0 0 8px !important;line-height:1.3 !important}.nr-detail-text{font-size:13px !important;color:#ccc !important;line-height:1.6 !important;margin:0 !important}.nr-footer{font-size:13px !important;color:#aaa !important;margin:18px 0 0 !important;text-align:center !important;line-height:1.5 !important}.nr-footer strong{color:#C9963F !important}@media(max-width:600px){.nr-card{flex:0 0 calc(50% - 5px) !important}}@media(max-width:600px){.nxmNR-dosing{flex-direction:column;text-align:center}.nxmNR-dosing-big{text-align:center !important}.nxmNR-dosing-text{text-align:center !important}.nxmNR-problem{padding:24px 20px}.nxmNR-problem-with-img{flex-direction:column;padding:20px}.nxmNR-chart-card{padding:20px 16px 16px}}@media(max-width:640px){.nxmNR-wrap{padding:0 !important}.nxmNR-section{margin:32px 0 !important}.nxmNR-headline{font-size:20px !important;margin:0 0 16px !important}.nxmNR-problem{padding:20px 16px !important;border-radius:10px !important}.nxmNR-problem h2{font-size:20px !important;text-align:center !important}.nxmNR-problem p{font-size:14px !important;text-align:left !important}.nxmNR-problem-with-img{flex-direction:column !important;padding:16px !important;gap:16px !important}.nxmNR-problem-text h2{font-size:20px !important}.nxmNR-problem-text p{font-size:14px !important;line-height:1.6 !important}.nxmNR-product-pic{flex:none !important;width:100% !important;border-radius:10px !important;min-height:220px !important}.nxmNR-product-pic img{height:220px !important}.nxmNR-benefits-grid{margin:-6px !important}.nxmNR-bcard{width:calc(100% - 12px) !important;flex-direction:row !important;align-items:center !important;text-align:left !important;padding:16px !important;margin:6px !important}.nxmNR-bcard-icon{font-size:36px !important;margin-bottom:0 !important;margin-right:14px !important;flex-shrink:0 !important;width:40px !important;text-align:center !important}.nxmNR-bcard-text{flex:1 !important}.nxmNR-bcard-title{font-size:15px !important;margin:0 0 4px !important}.nxmNR-bcard-desc{font-size:14px !important;margin:0 !important;line-height:1.5 !important}.nr-wrap{padding:20px 14px 24px !important;border-radius:10px !important}.nr-title{font-size:17px !important}.nr-sub{font-size:13px !important;margin:0 0 18px !important}.nr-grid{gap:8px !important}.nr-card{flex:0 0 calc(50% - 4px) !important;padding:14px 10px !important}.nr-card-title{font-size:12px !important}.nr-card-sub{font-size:10px !important}.nr-detail{padding:16px !important;border-radius:10px !important}.nr-detail-title{font-size:13px !important}.nr-detail-text{font-size:13px !important}.nr-footer{font-size:12px !important;margin:14px 0 0 !important}.nxmNR-benefit-item{padding:16px 0 !important;gap:14px !important}.nxmNR-benefit-icon{width:44px !important;height:44px !important;font-size:20px !important;flex-shrink:0 !important}.nxmNR-benefit-text h4{font-size:15px !important;margin:0 0 4px !important}.nxmNR-benefit-text p{font-size:14px !important;line-height:1.6 !important}.nxmNR-img-row{flex-direction:column !important;gap:16px !important}.nxmNR-dosing{padding:20px 16px !important;border-radius:10px !important;flex-direction:column !important}.nxmNR-dosing-big strong{font-size:56px !important}.nxmNR-dosing-big span{font-size:13px !important}.nxmNR-dosing-text p{font-size:14px !important;text-align:center !important}.nxmNR-dosing-big{text-align:center !important}.nxmNR-zlo-btn{padding:18px 48px 18px 16px !important}.nxmNR-zlo-btn-label{font-size:15px !important}.nxmNR-zlo-body{padding:0 16px !important}.nxmNR-zlo-box.nxmNR-open .nxmNR-zlo-body{padding:0 16px 20px !important}.nxmNR-zlo-table{font-size:12px !important;overflow-x:auto;display:block;padding:6px 8px 6px 0 !important}.nxmNR-zlo-table td{font-size:12px !important;padding:8px 8px 8px 0 !important}.nxmNR-faq-btn{padding:14px 16px !important;font-size:14px !important}.nxmNR-faq-body p{padding:14px 16px !important;font-size:13px !important}.nxmNR-faq-icon{font-size:20px !important}h2.nxmNR-headline{font-size:20px !important;font-weight:800 !important}.nxmNR-section h2{font-size:20px !important;font-weight:800 !important}}@media(max-width:480px){.nxmNR-problem h2{font-size:18px !important}.nxmNR-problem-text h2{font-size:18px !important}.nxmNR-dosing-big strong{font-size:48px !important}.nxmNR-bcard-desc{font-size:13px !important}.nr-card{padding:12px 8px !important}.nr-card-icon svg{width:24px !important;height:24px !important}.nr-card-title{font-size:11px !important}}.nr-card.nr-active{border-color:#C9963F !important;background:#1e1a12 !important}@media(hover:hover){.nxmNR-benefit-icon{transition:transform .2s ease}.nxmNR-benefit-item:hover .nxmNR-benefit-icon{transform:scale(1.12)}.nxmNR-bcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.32)}.nxmNR-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.32)}.nr-card:hover{border-color:#C9963F !important;background:#1e1a12 !important}}.nxmNR-bcard-peach{padding:20px 24px}.nxmNR-bcard-peach .nxmNR-bcard-icon img{display:block;object-fit:contain}@media(max-width:640px){.nxmNR-bcard-peach{padding:16px !important;gap:0 !important}.nxmNR-bcard-peach .nxmNR-bcard-icon{width:40px !important;height:40px !important;min-width:40px !important;max-width:40px !important;margin:0 14px 0 0 !important;padding:0 !important;flex:0 0 40px !important}.nxmNR-bcard-peach .nxmNR-bcard-icon img{width:40px !important;height:40px !important;max-width:40px !important}}.nxmNR-identity-cta p{text-align:center !important}.nxmNR-identity-cta h2{text-align:center !important}@media(max-width:480px){.nxmNR-problem-text h2{font-size:20px !important}}@media(max-width:640px){.nxmNR-compare-note{padding:0 16px !important;box-sizing:border-box !important;max-width:100% !important}}.nxmNR-faq-item.nxmNR-open .nxmNR-faq-body{max-height:1800px !important}
.nxmNR-cmp-dot{width:28px !important;height:28px !important;min-width:28px !important;border-radius:50% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:14px !important;line-height:28px !important;font-weight:800 !important;flex-shrink:0 !important;padding:0 !important;margin:0 !important;text-align:center !important;text-indent:0 !important;vertical-align:middle !important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif !important;box-sizing:border-box !important}.nxmNR-cmp-dot-x{background:#3a1a1a !important;color:#fff !important}.nxmNR-cmp-dot-v{background:#C9963F !important;color:#fff !important}
.nxmNR-cmp-li{font-size:14px !important;line-height:1.5 !important;padding:11px 0 !important;list-style:none !important}.nxmNR-cmp-li-d{color:#ddd !important;border-bottom:1px solid rgba(255,255,255,0.08) !important}.nxmNR-cmp-li-g{color:#333 !important;border-bottom:1px solid rgba(201,150,63,0.2) !important}.nxmNR-cmp-li-last{padding:11px 0 0 !important;border-bottom:none !important}.nxmNR-cmp-li-d strong{color:#fff !important;font-weight:700 !important}.nxmNR-cmp-li-g strong{color:#1a1a1a !important;font-weight:700 !important}
/* =====================================================================
   Popis produktov (Gaba, Melatonín, Sleep Recovery, Ashwagandha, Sleep
   Well, balíky…) — CSS framework z noxium.sk, SCOPNUTÝ pod #tab-description
   (triedy .nxm-* kolidujú s témou → scope zabráni prepísaniu hlavičky/footera).
   JS funkcie (nxmFaq/nxmZlo/nxmVeda/nxmToggleBox) sú v noxium.js.
   ===================================================================== */
#tab-description .nxm-s-wrap{max-width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;}#tab-description .nxm-s-wrap *{box-sizing: border-box;}#tab-description .nxm-s-headline{font-size: 20px !important;
    font-weight: 700 !important;
    color: #0d0d0d !important;
    margin: 0 0 10px !important;
    line-height: 1.3 !important;}#tab-description .nxm-s-text{font-size: 14px;
    color: #555;
    margin: 0 0 14px;
    line-height: 1.6;}#tab-description .nxm-s-divider{border: none !important;
    border-top: 1px solid #e8e8e8 !important;
    margin: 14px 0 16px !important;}#tab-description .nxm-s-grid{display: flex;
    flex-wrap: wrap;
    gap: 8px;}#tab-description .nxm-s-card{background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 calc(50% - 4px);
    min-width: 0;}#tab-description .nxm-s-card-full{flex: 1 1 100%;}#tab-description .nxm-s-icon{width: 40px;
    height: 40px;
    min-width: 40px;
    background: #0d0d0d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;}#tab-description .nxm-s-label{font-size: 13px !important;
    font-weight: 600 !important;
    color: #0d0d0d !important;
    line-height: 1.35 !important;
    margin: 0 !important;}#tab-description .nxm-s-slider-wrap{display: none;}@media (max-width: 480px) {#tab-description .nxm-s-grid{display: none !important;}#tab-description .nxm-s-slider-wrap{display: block !important;}#tab-description .nxm-s-slider{display: flex !important;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      gap: 10px;
      padding-bottom: 4px;}#tab-description .nxm-s-slider::-webkit-scrollbar{display: none;}#tab-description .nxm-s-slide{flex: 0 0 92% !important;
      scroll-snap-align: start;
      background: #f9f9f9;
      border: 1px solid #e8e8e8;
      border-radius: 14px;
      padding: 22px 16px;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center;
      gap: 10px;}#tab-description .nxm-s-slide .nxm-s-icon{width: 52px;
      height: 52px;
      min-width: 52px;
      font-size: 24px;
      border-radius: 14px;}#tab-description .nxm-s-slide .nxm-s-label{font-size: 15px !important;}}#tab-description .nxm-wrap{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a1a1a;
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
    display: block !important;}#tab-description .nxm-section{margin: 48px 0;}#tab-description .nxm-headline{font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 20px;
    line-height: 1.3;}#tab-description .nxm-problem{background: #f5f5f5;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);}#tab-description .nxm-problem h2{font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #111;
    line-height: 1.3;}#tab-description .nxm-problem p{font-size: 15px;
    color: #444;
    margin: 0 0 12px;}#tab-description .nxm-problem p:last-child{margin-bottom: 0;}#tab-description .nxm-steps{display: flex;
    gap: 16px;
    flex-wrap: wrap;}#tab-description .nxm-step{flex: 1;
    min-width: 200px;
    padding: 24px 20px;
    background: #111;
    color: #fff;
    border-radius: 12px;
    text-align: center;}#tab-description .nxm-step-num{font-size: 40px;
    font-weight: 800;
    color: #C9963F;
    display: block;
    line-height: 1;
    margin-bottom: 10px;}#tab-description .nxm-step h3{font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;}#tab-description .nxm-step p{font-size: 13px;
    color: #aaa;
    margin: 0;}#tab-description .nxm-benefit-item{display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;}#tab-description .nxm-benefit-item:last-child{border-bottom: none;}#tab-description .nxm-benefit-icon{width: 44px;
    height: 44px;
    background: #111;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    padding-top: 2px;}#tab-description .nxm-benefit-text h4{font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111;}#tab-description .nxm-benefit-text p{font-size: 14px;
    color: #666;
    margin: 0;}#tab-description .nxm-zlo-box{background: #111;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,.25);}#tab-description .nxm-zlo-btn{width: 100% !important;
    background: none !important;
    border: none !important;
    padding: 22px 56px 22px 24px !important;
    cursor: pointer !important;
    display: block !important;
    text-align: left !important;
    position: relative !important;
    box-sizing: border-box !important;}#tab-description .nxm-zlo-btn-label{font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    display: block !important;
    line-height: 1.3 !important;}#tab-description .nxm-zlo-btn-sub{display: none !important;}#tab-description .nxm-zlo-icon{font-size: 22px !important;
    color: #C9963F !important;
    line-height: 1 !important;
    display: block !important;
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: transform .3s ease !important;}#tab-description .nxm-zlo-box.nxm-open .nxm-zlo-icon{transform: translateY(-50%) rotate(45deg) !important;}#tab-description .nxm-zlo-body{max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s ease;
    padding: 0 24px;}#tab-description .nxm-zlo-box.nxm-open .nxm-zlo-body{max-height: 800px;
    padding: 0 24px 24px;}#tab-description .nxm-zlo-divider{border: none;
    border-top: 1px solid #222;
    margin: 0;}#tab-description .nxm-zlo-active{font-size: 13px !important;
    color: #aaa !important;
    margin: 0 0 16px !important;
    line-height: 1.6 !important;}#tab-description .nxm-zlo-active strong{color: #fff !important;}#tab-description .nxm-zlo-table{width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    font-size: 13px !important;}#tab-description .nxm-zlo-table th{text-align: left;
    color: #888 !important;
    font-weight: 600 !important;
    padding: 6px 10px 6px 0;
    border-bottom: 1px solid #222;
    font-size: 12px !important;}#tab-description .nxm-zlo-table td{padding: 10px 10px 10px 0;
    color: #fff !important;
    font-size: 13px !important;
    border-bottom: 1px solid #1a1a1a;}#tab-description .nxm-zlo-table td:first-child{color: #C9963F !important;
    font-weight: 600 !important;}#tab-description .nxm-zlo-note{font-size: 11px !important;
    color: #666 !important;
    margin: 0 0 14px !important;
    line-height: 1.5 !important;
    border: none !important;}#tab-description .nxm-zlo-helpers{font-size: 12px !important;
    color: #666 !important;
    margin: 0 !important;
    border: none !important;
    line-height: 1.5 !important;
    padding-top: 12px;
    border-top: 1px solid #1e1e1e;}#tab-description .nxm-helpers{font-size: 12px;
    color: #999;
    margin-top: 10px;}#tab-description .nxm-dosing{background: #111;
    color: #fff;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;}#tab-description .nxm-dosing-big{text-align: left; flex-shrink: 0;}#tab-description .nxm-dosing-big strong{font-size: 72px;
    font-weight: 800;
    display: block;
    color: #C9963F;
    line-height: 1;}#tab-description .nxm-dosing-big span{font-size: 13px; color: #888;}#tab-description .nxm-dosing-text h3{font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;}#tab-description .nxm-dosing-text p{font-size: 14px;
    color: #bbb;
    margin: 0 0 8px;}#tab-description .nxm-dosing-text p:last-child{margin-bottom: 0;}#tab-description .nxm-science{border-left: 3px solid #C9963F;
    padding: 16px 20px;
    background: #1a1500;
    border-radius: 0 8px 8px 0;
    margin-bottom: 12px;
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;}#tab-description .nxm-science a{color: #C9963F;
    text-decoration: underline;
    font-weight: 600;}#tab-description .nxm-faq-item{margin-bottom: 4px;}#tab-description .nxm-faq-btn{display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #111;
    text-align: left;
    font-family: inherit;
    transition: background 0.15s;
    box-sizing: border-box;}#tab-description .nxm-faq-btn:hover{background: #ebebeb;}#tab-description .nxm-faq-item.nxm-open .nxm-faq-btn{background: #111;
    color: #fff;
    border-radius: 8px 8px 0 0;}#tab-description .nxm-faq-icon{font-size: 22px;
    font-weight: 300;
    color: #999;
    margin-left: 12px;
    flex-shrink: 0;
    line-height: 1;}#tab-description .nxm-faq-item.nxm-open .nxm-faq-icon{color: #C9963F;}#tab-description .nxm-faq-body{max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;}#tab-description .nxm-faq-item.nxm-open .nxm-faq-body{max-height: 400px;}#tab-description .nxm-faq-body p{padding: 16px 20px;
    font-size: 14px;
    color: #444;
    margin: 0;
    background: #fafafa;
    border-radius: 0 0 8px 8px;
    line-height: 1.7;}#tab-description .nxm-warning{font-size: 12px;
    color: #aaa;
    margin-top: 40px;
    line-height: 1.6;
    border-top: 1px solid #eee;
    padding-top: 20px;}#tab-description .nxm-chart-card{background: #111;
    border-radius: 16px;
    padding: 28px 28px 20px;}#tab-description .nxm-chart-header{margin-bottom: 8px;}#tab-description .nxm-chart-title{font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;}#tab-description .nxm-chart-sub{font-size: 12px;
    color: #666;
    margin: 0 0 16px;}#tab-description .nxm-chart-svg{width: 100%; height: auto; display: block;}#tab-description .nxm-legend{display: flex;
    gap: 24px;
    margin-top: 12px;
    flex-wrap: wrap;}#tab-description .nxm-legend-item{display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #aaa;}#tab-description .nxm-legend-dot{width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
    flex-shrink: 0;}#tab-description .nxm-stats{display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;}#tab-description .nxm-stat{flex: 1;
    min-width: 120px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 16px;
    text-align: center;}#tab-description .nxm-stat strong{display: block;
    font-size: 28px;
    font-weight: 800;
    color: #C9963F;
    line-height: 1;
    margin-bottom: 6px;}#tab-description .nxm-stat span{font-size: 12px;
    color: #777;
    line-height: 1.4;
    display: block;}@keyframes nxmFade { to { opacity: 1; } }#tab-description .nxm-bar-noxium, #tab-description .nxm-bar-regular{transform-box: fill-box;
    transform-origin: bottom;
    transform: scaleY(0);
    will-change: transform;}#tab-description .nxm-bar-label-nox, #tab-description .nxm-bar-label-reg{opacity: 0;}#tab-description .nxm-chart-card.nxm-in-view .nxm-bar-noxium{animation: nxmBarGrow 1.3s cubic-bezier(.4,0,.2,1) forwards .2s;}#tab-description .nxm-chart-card.nxm-in-view .nxm-bar-regular{animation: nxmBarGrow 1.1s cubic-bezier(.4,0,.2,1) forwards .6s;}#tab-description .nxm-chart-card.nxm-in-view .nxm-bar-label-nox{animation: nxmFade .5s ease forwards 1.5s;}#tab-description .nxm-chart-card.nxm-in-view .nxm-bar-label-reg{animation: nxmFade .5s ease forwards 1.9s;}@keyframes nxmBarGrow { to { transform: scaleY(1); } }#tab-description .nxm-chart-card:not(.nxm-in-view) .nxm-bar-noxium, #tab-description .nxm-chart-card:not(.nxm-in-view) .nxm-bar-regular, #tab-description .nxm-chart-card:not(.nxm-in-view) .nxm-bar-label-nox, #tab-description .nxm-chart-card:not(.nxm-in-view) .nxm-bar-label-reg{animation-play-state: paused;}#tab-description .nxm-step{box-shadow: 0 8px 24px rgba(0,0,0,.35);}#tab-description .nxm-stat{box-shadow: 0 4px 16px rgba(0,0,0,.3);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;}#tab-description .nxm-stat:hover{border-color: #C9963F;
    box-shadow: 0 4px 20px rgba(201,150,63,.3);}#tab-description .nxm-tilt{box-shadow: 0 10px 32px rgba(0,0,0,.4);}#tab-description .nxm-benefit-icon{transition: transform .2s ease;}#tab-description .nxm-benefit-item:hover .nxm-benefit-icon{transform: scale(1.12);}#tab-description .nxm-img-row{display: flex;
    gap: 28px;
    align-items: center;}#tab-description .nxm-img-row .nxm-problem{flex: 1;
    margin: 0;}#tab-description .nxm-problem-with-img{display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    padding: 28px;}#tab-description .nxm-problem-text{flex: 1;
    min-width: 220px;}#tab-description .nxm-problem-text h2{margin-top: 0;}#tab-description .nxm-problem-text p:last-child{margin-bottom: 0;}#tab-description .nxm-img-placeholder{flex: 0 0 240px;
    height: 280px;
    background: #f0f0f0;
    border-radius: 14px;
    border: 2px dashed #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #999;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);}#tab-description .nxm-img-placeholder .nxm-img-icon{font-size: 36px;}#tab-description .nxm-banner-img{width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin-bottom: 28px;}@media (max-width: 640px) {#tab-description .nxm-banner-img{height: 220px; border-radius: 10px; margin-bottom: 20px;}}#tab-description .nxm-product-img{flex: 0 0 220px;
    width: 220px;
    height: 100%;
    min-height: 200px;
    object-fit: contain;
    border-radius: 10px;
    display: block;
    align-self: stretch;}#tab-description .nxm-product-pic{flex: 0 0 220px;
    align-self: stretch;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,.28);
    display: block;
    min-height: 200px;}#tab-description .nxm-product-pic img{width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;}@media (max-width: 640px) {#tab-description .nxm-product-pic{flex: none;
      width: 100%;
      border-radius: 10px;
      min-height: unset;}#tab-description .nxm-product-pic img{height: 220px;}}#tab-description .nxm-img-placeholder-wide{width: 100%;
    height: 220px;
    background: #f0f0f0;
    border-radius: 14px;
    border: 2px dashed #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #999;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    margin-bottom: 24px;}#tab-description .nxm-img-placeholder-wide .nxm-img-icon{font-size: 36px;}@media (max-width: 640px) {#tab-description .nxm-img-row{flex-direction: column;}#tab-description .nxm-img-placeholder{flex: none; width: 100%; height: 200px;}}#tab-description .nxm-benefits-grid{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;}#tab-description .nxm-bcard{-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 16px);
    margin: 8px;
    background: #111;
    border-radius: 16px;
    padding: 28px 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,.18);
    -webkit-transition: box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;}#tab-description .nxm-bcard:hover{-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.32);}#tab-description .nxm-bcard-icon{font-size: 40px !important;
    line-height: 1;
    margin-bottom: 14px;}#tab-description .nxm-bcard-title{color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 0 0 8px !important;}#tab-description .nxm-bcard-desc{color: #aaa;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;}#tab-description .nxm-bcard-text{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}@media (max-width: 600px) {#tab-description .nxm-bcard{width: calc(100% - 16px);
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      text-align: left;
      padding: 16px 18px;}#tab-description .nxm-bcard-icon{font-size: 30px !important;
      margin-bottom: 0 !important;
      margin-right: 16px !important;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 40px;
      text-align: center;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;}#tab-description .nxm-bcard-text{-webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;}#tab-description .nxm-bcard-title{font-size: 15px !important;
      margin: 0 0 4px !important;}#tab-description .nxm-bcard-desc{font-size: 13px;
      margin: 0 !important;}}#tab-description #nxmVedaBox{border: 1.5px solid #111 !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.18) !important;}#tab-description #nxmVedaBox .nxm-zlo-body{background: #fff !important;}#tab-description #nxmVedaBox .nxm-science{background: #f5f5f5 !important;
    color: #222 !important;}#tab-description #nxmVedaBox .nxm-science strong{color: #111 !important;}#tab-description .nxm-veda-btn{background: #111 !important;
    outline: none !important;
    box-shadow: none !important;}#tab-description .nxm-veda-btn:focus, #tab-description .nxm-veda-btn:active{outline: none !important;
    box-shadow: none !important;
    border: none !important;}#tab-description .nxm-slider-wrap{display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 8px 4px 20px 4px;
    margin: 0 -4px;
    scrollbar-width: none;}#tab-description .nxm-slider-wrap::-webkit-scrollbar{display: none;}#tab-description .nxm-slide-card{flex: 0 0 calc(33.333% - 11px) !important;
    min-width: 220px !important;
    background: #111 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    text-decoration: none !important;
    color: inherit !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.3) !important;
    position: relative !important;
    border: 1.5px solid #111 !important;}#tab-description .nxm-slide-badge{position: absolute;
    top: 12px;
    right: 12px;
    background: #C9963F !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 8px;
    border-radius: 20px;
    z-index: 2;}#tab-description .nxm-slide-img-wrap{background: #ffffff !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    box-sizing: border-box !important;}#tab-description .nxm-slide-card .nxm-slide-img{width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;}#tab-description .nxm-slide-body{padding: 16px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    flex: 1 !important;
    gap: 6px !important;}#tab-description .nxm-slide-name{font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    border: none !important;}#tab-description .nxm-slide-desc{font-size: 12px !important;
    color: #888 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    flex: 1;
    border: none !important;}#tab-description .nxm-slide-pricing{display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-top: 4px !important;}#tab-description .nxm-slide-price{font-size: 18px !important;
    font-weight: 700 !important;
    color: #C9963F !important;}#tab-description .nxm-slide-old{font-size: 12px !important;
    color: #555 !important;
    text-decoration: line-through !important;}#tab-description .nxm-dots{display: none !important;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;}#tab-description .nxm-dots.nxm-dots-show{display: flex !important;}#tab-description .nxm-dot{width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    transition: background .3s, transform .3s;
    cursor: pointer;}#tab-description .nxm-dot.nxm-dot-active{background: #C9963F;
    transform: scale(1.3);}#tab-description .nxm-slide-btn:hover{background: #b8832e !important;
    color: #fff !important;}#tab-description .nxm-slide-btn{margin-top: 10px !important;
    background: #C9963F !important;
    transition: background .2s ease !important;
    color: #fff !important;
    text-align: center !important;
    padding: 10px 0 !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .3px !important;
    display: block !important;
    text-decoration: none !important;}@media (max-width: 640px) {#tab-description .nxm-slide-card{flex: 0 0 80vw;}}@media (max-width: 600px) {#tab-description .nxm-steps{flex-direction: column;}#tab-description .nxm-steps-img{margin-top: 16px !important;}#tab-description .nxm-dosing{flex-direction: column; text-align: center;}#tab-description .nxm-dosing-big{text-align: center !important;}#tab-description .nxm-dosing-text{text-align: center !important;}#tab-description .nxm-problem{padding: 24px 20px;}#tab-description .nxm-problem-with-img{flex-direction: column;
      padding: 20px 20px;
      gap: 28px;}#tab-description .nxm-product-img{flex: none;
      width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: cover;

      border-radius: 10px;}#tab-description .nxm-chart-card{padding: 20px 16px 16px;}#tab-description .nxm-stats{gap: 8px;}#tab-description .nxm-stat strong{font-size: 22px;}}

/* ===================== „Produkt bol pridaný do košíka!" MODAL (1:1 .sk Colorbox, namerané 2.7.) ===================== */
.nxm-atc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;opacity:0;transition:opacity .2s ease}
.nxm-atc-overlay.is-visible{opacity:.65} /* 1:1 .sk: cboxOverlay = rgba(0,0,0,.5) × opacity .65 = ~32,5% stmavenie (bolo plných .5=50%, tmavšie než SK) */
.nxm-atc-modal{position:fixed;top:90px;left:50%;transform:translate(-50%,-20px);width:min(720px,92vw);max-height:calc(100vh - 130px);overflow-y:auto;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.35);z-index:2001;opacity:0;transition:opacity .2s ease,transform .2s ease}
.nxm-atc-modal.is-visible{opacity:1;transform:translate(-50%,0)} /* 1:1 .sk: modal ukotvený hore pod headerom (nie v strede obrazovky) — nezakrýva "Pridať do košíka" tlačidlo hneď po kliku */
.nxm-atc-head{display:flex;align-items:center;gap:.6rem;background:#66bf3a;color:#fff;padding:1rem 1.4rem;border-radius:14px 14px 0 0;font-family:var(--nxm-font-head);font-weight:700;font-size:1.05rem}
.nxm-atc-head-ico{display:flex;flex:0 0 auto}
.nxm-atc-head-ico svg{width:26px;height:26px;display:block}
.nxm-atc-close{margin-left:auto;background:transparent;border:0;color:#fff;font-size:1.2rem;cursor:pointer;line-height:1;padding:.3rem}

/* PDP "Opýtať sa" / "Strážiť" — riadok odkazov + modaly (1:1 .sk pozícia pod trust badgami) */
.nxm-pd-actions-row{display:flex;justify-content:center;gap:2.2rem;margin:1rem 0 0;padding-top:.2rem}
.nxm-pd-action{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:0;cursor:pointer;color:rgb(124,126,143);font-size:12px;font-weight:700;font-family:inherit;text-transform:uppercase;text-decoration:underline;padding:.3rem}
.nxm-pd-action svg{width:17px;height:17px;flex:0 0 auto}
.nxm-pd-action:hover,.nxm-pd-action:focus{color:#0f0f0f;background:transparent}
.nxm-pd-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;opacity:0;transition:opacity .2s ease}
.nxm-pd-modal-overlay.is-visible{opacity:.65}
.nxm-pd-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%);width:min(440px,92vw);max-height:90vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.35);z-index:2001;opacity:0;transition:opacity .2s ease,transform .2s ease;padding:1.75rem}
.nxm-pd-modal.is-visible{opacity:1;transform:translate(-50%,-50%)}
.nxm-pd-modal h3{font-family:var(--nxm-font-head);font-weight:700;font-size:1.15rem;color:#0f0f0f;margin:0 0 .3rem}
.nxm-pd-modal-sub{font-size:.85rem;color:#777;margin:0 0 1.2rem}
.nxm-pd-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:0;color:#999;font-size:1rem;cursor:pointer;line-height:1;padding:.3rem}
.nxm-pd-modal-close:hover{color:#0f0f0f}
.nxm-pd-modal p{margin:0 0 1rem}
.nxm-pd-modal label{display:block;font-size:.82rem;font-weight:600;color:#0f0f0f;margin-bottom:.35rem}
.nxm-pd-modal input,.nxm-pd-modal textarea{width:100%;box-sizing:border-box;border:1px solid var(--nxm-line);border-radius:8px;padding:.7rem .85rem;font-size:.92rem;font-family:inherit;color:#0f0f0f}
.nxm-pd-modal input:focus,.nxm-pd-modal textarea:focus{outline:none;border-color:#0f0f0f}
.nxm-pd-modal textarea{resize:vertical;min-height:90px}
.nxm-pd-modal .nxm-pd-consent label{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start;font-size:.76rem;font-weight:400;line-height:1.4;color:#666;margin:0}
.nxm-pd-modal .nxm-pd-consent input{width:18px;height:18px;margin:1px 0 0;padding:0;accent-color:#292929}
.nxm-pd-modal .nxm-pd-consent a{color:#292929;text-decoration:underline;text-underline-offset:2px}
.nxm-pd-modal .nxm-review-submit{width:100%}
.nxm-pd-modal-msg{font-size:.85rem;color:#1a9e3f;text-align:center;margin:.8rem 0 0!important}
.nxm-pd-modal-msg.is-error{color:#c62828}
.nxm-atc-body{padding:1.5rem 1.75rem 1.75rem;text-align:center}
.nxm-atc-pname{font-family:var(--nxm-font-head);font-weight:700;font-size:1.15rem;color:#0f0f0f;margin:0 0 1.2rem}
.nxm-atc-flavor{font-weight:400;color:#6b6b6b}
.nxm-atc-ship{display:flex;align-items:center;justify-content:center;gap:.6rem;background:#e2e6fb;color:#0f0f0f;border-radius:12px;padding:1rem 1.2rem;margin:0 0 1.4rem;font-size:.95rem}
.nxm-atc-ship.is-done{background:#eafaef}
.nxm-atc-ship svg{width:24px;height:24px;flex:0 0 auto}
.nxm-atc-ship strong{font-weight:700}
.nxm-atc-mobile-break{display:none}
.nxm-atc-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin:0 0 2rem;flex-wrap:wrap}
.nxm-atc-back{display:inline-flex;align-items:center;gap:.4rem;height:50px;padding:0 1.8rem;border-radius:25px;background:#fff;color:#292929;font-family:var(--nxm-font-head);font-weight:400;font-size:14px;line-height:normal;border:1px solid var(--nxm-line);appearance:none;cursor:pointer}
.nxm-atc-back:hover{background:#f4f4f4}
.nxm-atc-go{display:inline-flex;align-items:center;justify-content:center;height:50px;min-width:260px;padding:0 1.8rem;border-radius:76px;background:#292929;color:#fff;font-family:var(--nxm-font-head);font-weight:400;font-size:14px}
.nxm-atc-go:hover{background:#000}
.nxm-atc-cross-title{font-family:var(--nxm-font-head);font-weight:700;font-size:1.1rem;color:#0f0f0f;margin:0 0 1rem}
.nxm-atc-cross-list{display:flex;flex-direction:column;gap:.9rem;text-align:left}
.nxm-atc-cross-item{display:grid;grid-template-columns:54px 1fr auto auto;align-items:center;gap:1rem;padding:.5rem 0;border-top:1px solid var(--nxm-line)}
.nxm-atc-cross-img img{width:54px;height:54px;object-fit:contain;border-radius:8px;display:block}
.nxm-atc-cross-name{font-family:var(--nxm-font-head);font-weight:600;font-size:.92rem;color:#0f0f0f}
.nxm-atc-cross-stock{color:#1a9e3f;font-weight:600;font-size:.78rem;text-transform:uppercase;justify-self:end}
.nxm-atc-cross-price{font-family:var(--nxm-font-head);font-weight:700;color:#0f0f0f;justify-self:end}
.nxm-atc-cross-add{display:inline-flex;align-items:center;gap:.4rem;height:40px;padding:0 1rem;border-radius:20px;background:#292929;color:#fff!important;border:0;font-family:var(--nxm-font-head);font-weight:400;font-size:.82rem;grid-column:1/-1;justify-self:start;cursor:pointer}
.nxm-atc-cross-add:hover{background:#000;color:#fff!important}
.nxm-atc-cross-add .nxm-cart-ico{width:1rem;height:1rem}
@media(min-width:640px){.nxm-atc-cross-item{grid-template-columns:54px 1fr auto auto auto}.nxm-atc-cross-add{grid-column:auto;justify-self:end}}
body.nxm-atc-open{overflow:hidden}
.single_add_to_cart_button.nxm-loading{opacity:.6;pointer-events:none}
.nxm-atc-loading-body{padding:38px 24px;text-align:center;color:#7c7e8f;font-size:14px}
@media(max-width:600px){
  .nxm-atc-modal{top:96px;width:min(350px,calc(100vw - 40px));max-height:calc(100dvh - 160px);box-sizing:border-box;border:1px solid #e0e0e0;border-radius:14px}
  .nxm-atc-head{height:60px;box-sizing:border-box;gap:12px;padding:0 20px;border-radius:13px 13px 0 0;font-size:14px;font-weight:500}
  .nxm-atc-head-ico svg{width:26px;height:26px}
  .nxm-atc-close{padding:0!important;font-size:25px;font-weight:300}
  .nxm-atc-body{padding:20px 20px 40px}
  .nxm-atc-pname{min-height:44px;margin:0 0 20px;font-size:20px;line-height:22px}
  .nxm-atc-flavor{font-weight:700;color:#0f0f0f}
  .nxm-atc-ship{box-sizing:border-box;width:100%;height:79.1875px;justify-content:flex-start;gap:20px;margin:0 0 15px;padding:0 39px;border-radius:20px;font-size:14px;line-height:19.375px;text-align:left}
  .nxm-atc-ship-ico{display:flex;flex:0 0 50px;align-items:center;justify-content:center;font-size:36px}
  .nxm-atc-ship svg{width:50px;height:50px}
  .nxm-atc-ship-text{display:block;flex:1;min-width:0}
  .nxm-atc-mobile-break{display:block}
  .nxm-atc-actions{flex-direction:column;gap:10px;height:100px;margin:0 0 30px}
  .nxm-atc-go,.nxm-atc-back{box-sizing:border-box;height:45px;padding:0;font-size:12px}
  .nxm-atc-go{order:1;width:210px;min-width:210px}
  .nxm-atc-back{order:2;width:167.34375px}
  .nxm-atc-back,.nxm-atc-back:hover,.nxm-atc-back:focus{background:#000;color:#fff;border-color:#000}
  .nxm-atc-back{justify-content:center;gap:8px}
  .nxm-atc-back span{width:18px;font-size:20px;line-height:1}
  .nxm-atc-cross-title{margin:0 0 10px;font-size:16px;line-height:17.59375px}
  .nxm-atc-cross-list{width:calc(100% + 20px);margin:0 -10px;gap:0}
  .nxm-atc-cross-item{display:grid;grid-template-columns:50px 122px 140px;grid-template-rows:44px 40px;grid-template-areas:"image name stock" "image price add";gap:0 8px;box-sizing:border-box;width:328px;height:119px;padding:10px 0 25px;border:0}
  .nxm-atc-cross-item:first-child{grid-template-rows:58.125px 40px;height:127.125px;padding-bottom:19px}
  .nxm-atc-cross-img{grid-area:image;align-self:start}
  .nxm-atc-cross-img img{width:50px;height:50px;border-radius:0}
  .nxm-atc-cross-name{grid-area:name;align-self:center;font-size:14px;font-weight:700;line-height:19.375px}
  .nxm-atc-cross-stock{grid-area:stock;align-self:center;justify-self:start;font-size:12px}
  .nxm-atc-cross-price{grid-area:price;align-self:center;justify-self:start;font-size:14px;line-height:19.375px;white-space:nowrap}
  .nxm-atc-cross-add{grid-area:add;align-self:center;justify-self:start;box-sizing:border-box;width:140px;height:40px;padding:0;justify-content:center;border-radius:20px;font-size:12px}
  .nxm-atc-cross-item:first-child .nxm-atc-cross-add{transform:translateY(-6px)}
}

/* Košík/pokladňa: rodič 1336px + 40px vnútorný padding na každej strane = 1256px obsah,
   čo je presná maximálna šírka živého .sk košíka. */
@media(min-width:992px){
  body.woocommerce-cart .grid-container.container,
  body.woocommerce-checkout:not(.nxm-checkout-final) .grid-container.container,
  body.woocommerce-cart main.site-main,
  body.woocommerce-checkout:not(.nxm-checkout-final) main.site-main,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout:not(.nxm-checkout-final) .entry-content{max-width:1336px!important}
}

/* ===================== OBSAHOVÉ STRÁNKY — 1:1 .sk =====================
   Statické stránky, Denník a články zdieľajú 1378px obal a rovnaký breadcrumb. */
body.nxm-content-page #page.grid-container.container{
  width:calc(100% - 62px);
  max-width:1378px!important;
  margin:0 auto!important;
  padding:0!important
}
body.nxm-content-page #primary{float:none;width:100%}
body.nxm-content-page main.site-main{margin:0!important}
body.nxm-content-page .inside-article{background:transparent!important}
.nxm-content-breadcrumb,
.single-post .nxm-breadcrumb{
  box-sizing:border-box;
  width:100%;
  min-height:33.375px;
  margin:10px 0 25px;
  padding:0;
  display:flex;
  align-items:center;
  gap:14px;
  color:#6f7480;
  font:14px/19.3846px var(--nxm-font-body)
}
.nxm-content-breadcrumb a,
.single-post .nxm-breadcrumb a{color:#6f7480;font-weight:700}
.nxm-content-breadcrumb span[aria-hidden="true"],
.single-post .nxm-breadcrumb span[aria-hidden="true"]{color:#9ca0a8;font-size:20px;font-weight:300;line-height:1}

/* Statické stránky (Obchodné podmienky, Doprava a platba, GDPR, Reklamácia, FAQ, Kontakt, Príbeh). */
body.nxm-legal-page .grid-container.container{max-width:1378px!important}
body.nxm-legal-page main.site-main{box-sizing:border-box;padding:0 20px 0 0!important}
body.nxm-legal-page .inside-article{padding:0!important}
body.nxm-legal-page .entry-title{font-family:var(--nxm-font-head)!important;font-weight:700!important;font-size:36px!important;line-height:1.1!important;color:#0f0f0f!important;margin:0 0 30px!important;text-align:left!important}
@media(max-width:767px){body.nxm-legal-page .entry-title{font-size:26px!important;line-height:1.1!important;margin:0 0 25px!important}}
body.nxm-legal-page .entry-content{font-family:var(--nxm-font-body)!important;font-size:14px!important;line-height:19.3846px!important;color:rgb(15,15,15)!important;max-width:1358px!important;margin-top:30px!important}
/* Výnimka: FAQ boxy na /caste-otazky-faq/ = 780px centrované 1:1 .sk (h1 ostáva 1358 full-width) */
body.nxm-legal-page .entry-content .nxm-faq-item{max-width:780px!important;width:auto!important;margin-left:auto!important;margin-right:auto!important}
body.nxm-legal-copy .entry-content{font-size:16px!important;line-height:24px!important}
body.nxm-legal-copy .entry-content p{font-size:16px!important;line-height:24px!important;color:rgb(15,15,15)!important;font-family:var(--nxm-font-body)!important;margin:0 0 20px!important}
body.nxm-legal-copy .entry-content h1{font-size:36px!important;font-weight:700!important;line-height:1.1!important;margin:0 0 30px!important;color:#0f0f0f!important}
body.nxm-legal-copy .entry-content h2{font-size:24px!important;font-weight:700!important;line-height:1.1!important;margin:20px 0 15px!important;color:#0f0f0f!important}
body.nxm-legal-copy .entry-content h3{font-size:18px!important;font-weight:700!important;margin:20px 0 10px!important;color:#0f0f0f!important}
body.nxm-legal-copy .entry-content a{font-weight:700!important;color:#000!important;text-decoration:none!important}
body.nxm-legal-copy .entry-content ul,
body.nxm-legal-copy .entry-content ol{margin:16px 0 25px!important;padding-left:24px!important;font-size:16px!important;line-height:24px!important;color:rgb(15,15,15)!important}
body.nxm-legal-copy .entry-content li{margin:0 0 3px!important}
body.page-id-88 .entry-content h4:empty{
  margin:20px 0 15px!important;
  font-size:20px;
  line-height:22px
}
body.page-id-88 .entry-content h5{
  margin:20px 0 15px!important;
  font-size:18px;
  line-height:19.8px
}
@media(max-width:767px){
  body.nxm-legal-copy .entry-content,
  body.nxm-legal-copy .entry-content p,
  body.nxm-legal-copy .entry-content ul,
  body.nxm-legal-copy .entry-content ol{font-size:14px!important;line-height:21px!important}
}
/* Doprava a platba — logá dopravcov (Packeta/GLS/SPS) do jedného riadku (1:1 .sk), nie pod sebou.
   Default WP/GP img v .entry-content je display:block → stackuje aj obrázky v tom istom <p>. */
body.nxm-legal-page .entry-content img[alt="Packeta" i],
body.nxm-legal-page .entry-content img[alt="GLS" i],
body.nxm-legal-page .entry-content img[alt*="GLS" i],
body.nxm-legal-page .entry-content img[alt="SPS" i],
body.page-id-83 .entry-content img[src*="mceclip0-3"]{
  display:inline!important;
  vertical-align:baseline!important;
  margin:0!important;
  max-width:none!important;
  height:auto!important
}
body.page-id-83 .entry-content span[style*="font-size: 14pt"]{line-height:28px!important}
body.page-id-83 .entry-content p:has(img[alt="Packeta" i]){line-height:0!important}
body.page-id-83 .entry-content h1{margin:20px 0 20px!important}

/* Kontakt na .sk používa 767px ľavý stĺpec, ostatné statické stránky plnú šírku. */
body.page-id-84.nxm-legal-page .entry-header,
body.page-id-84.nxm-legal-page .entry-content{width:766.796875px;max-width:100%!important}
body.page-id-84.nxm-legal-page .entry-content,
body.page-id-84.nxm-legal-page .entry-content p{font-size:16px!important;line-height:24px!important}
body.page-id-84.nxm-legal-page .entry-content p{margin:0 0 20px!important}

/* Detail článku: H1 plná šírka, samotný vložený obsah ostáva centrovaný cez .blog-wrap. */
body.single-post #page.grid-container.container{max-width:1378px!important}
body.single-post main.site-main{box-sizing:border-box;padding:0 20px 0 0!important}
body.single-post .inside-article{padding:0!important;background:transparent!important}
body.single-post .entry-content{margin-top:50px}
body.single-post .entry-content p:empty{display:none!important}
body.single-post .entry-content h3{margin-top:20px!important}
body.single-post .entry-content .step h3{margin:20px 0 8px!important}

@media(max-width:767px){
  body.nxm-content-page #page.grid-container.container{width:100%;max-width:none!important;padding:0 20px!important}
  body.nxm-content-page main.site-main,
  body.nxm-legal-page main.site-main,
  body.single-post main.site-main{padding:0!important}
  .nxm-content-breadcrumb,
  .single-post .nxm-breadcrumb{
    width:auto;
    min-height:40px;
    margin:0 -20px 15px;
    padding:10px 20px;
    background:#f6f6f6;
    gap:10px;
    color:#777
  }
  body.nxm-legal-page .entry-content{margin-top:25px!important}
  body.page-id-84.nxm-legal-page .entry-content,
  body.page-id-84.nxm-legal-page .entry-content p{font-size:14px!important;line-height:21px!important}
  body.page-id-82 .entry-content .nxm-wrap>p:empty{display:none!important}
  body.page-id-82 .entry-content .nxm-section:first-of-type{margin-top:3px}
  body.blog .site-main{padding-right:0}
  .nxm-blog-header{margin-bottom:40px}
  .nxm-blog-intro{font-size:16px;line-height:1.38462}
  body.blog article.post{min-height:0}
  body.blog article.post .inside-article{min-height:390px;padding-bottom:80px}
  body.blog .nxm-content-breadcrumb>span{display:none}
  body.blog .nxm-content-breadcrumb a::before{
    content:"‹";
    display:inline-block;
    margin-right:12px;
    color:#7c7e8f;
    font-size:22px;
    font-weight:300;
    line-height:1
  }
  body.single-post .nxm-breadcrumb>a:first-child,
  body.single-post .nxm-breadcrumb>span{display:none}
  body.single-post .nxm-breadcrumb>a:nth-of-type(2){
    display:inline-flex;
    align-items:center;
    color:#777;
    font-weight:400;
    text-decoration:underline
  }
  body.single-post .nxm-breadcrumb>a:nth-of-type(2)::before{
    content:"‹";
    margin-right:12px;
    color:#7c7e8f;
    font-size:22px;
    font-weight:300;
    line-height:1;
    text-decoration:none
  }
}
/* ==========================================================================
   1:1 .sk — hodnoty NAMERANÉ auditom (harness/ → audit/home/<vp>/diff.json)
   Nič tu nie je odhad. Každý riadok = konkrétna delta z diff.json.
   ========================================================================== */

/* sr-only (1:1 .sk — Shoptet ho používa na „Nákupný košík", „Hľadať"; v téme chýbal) */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* --- desktop 1440 --- */
.nxm-btn-dark{font-weight:400}                                   /* sk 400 / bolo 600 */
.nxm-blog-btn{font-weight:400;width:auto;min-width:167px;height:50px;min-height:50px;padding:0 20px;white-space:nowrap} /* sk 400, 167×50; nowrap = 1 riadok ako SK */
.nxm-section-btn{padding:8px 24px}                               /* products.allBtn h 52→48 (sk 48) */
.nxm-section-btn:not(.nxm-section-btn--light){min-width:287px}   /* sk „Zobraziť všetky produkty" = 287px */
.nxm-section-btn--light{display:inline-flex;align-items:center;justify-content:center;
  width:200px;height:50px;padding:0;font-size:14px;font-weight:400;border-radius:25px} /* sk 14px/400/200×50/r25 */
.nxm-hrev-avg{font-size:80px}                                    /* sk 80 / clamp dával 69.12 @1440 */
.nxm-hrev-count{font-size:20px;font-weight:400}                  /* sk 20/400 */
.nxm-hrev-add{min-width:210px;height:50px;padding:0 1.5rem;font-size:14px;font-weight:400;justify-content:center} /* sk 210×50/14/400 */
.nxm-news-form .nxm-btn-dark{width:207px;height:50px;padding:0;font-size:14px;font-weight:400} /* sk 207×50/14/400 */
.nxm-news-form input{flex:none;width:450px;height:50px;font-size:14px;color:rgb(41,41,41);background:#fff} /* sk 450×50/14px/rgb(41,41,41)/biele; flex:none aby vo flex-column neurčoval výšku */
.nxm-fcol>a.nxm-contact-btn{width:200px;height:50px;padding:0;font-size:14px;font-weight:400}  /* sk 200×50/14/400 (bolo 271×35) */

/* ===== HVIEZDIČKY — 1:1 .sk MERANÉ (komponentový cieľ ⟦stars.*⟧) =====
   SK: plná ::before rgb(240,184,32); prázdna rgb(224,229,238); skupina 90×16.
   Brand-zlatá --nxm-gold (#C8A050) je INÁ farba a pre hviezdy sa nepoužíva. */
:root{--nxm-star:#f0b820;--nxm-star-empty:#e0e5ee}
.star-rating{font-size:16px}                       /* 72×13 → 90×16 */
.star-rating::before{color:var(--nxm-star-empty)}  /* bolo rgb(207,200,216) = WooCommerce default */
.star-rating span::before{color:var(--nxm-star)}   /* bolo rgb(200,160,80) = brand zlatá */
.nxm-hrev-stars,.nxm-hrev-cstars,.nxm-hrev-bar-star{color:var(--nxm-star)}

/* ===== IKONA V TLAČIDLE „Do košíka" — 1:1 .sk (⟦icon.atc⟧) =====
   SK: ::after = apollo glyf U+E918 (plný košík), 20px, margin-left 15px, biely.
   PL nemá apollo font → ten istý glyf ako SVG maska, farbu berie z currentColor. */
.nxm-products ul.products li.product a.button,
.single-product .summary .single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center}
.nxm-products ul.products li.product a.button::after,
.single-product .summary .single_add_to_cart_button::after{
  content:"";flex:0 0 auto;width:20px;height:20px;margin-left:15px;font-size:20px;line-height:1;
  background-color:currentColor;
  -webkit-mask:url(../img/icons/cart-e918.svg) no-repeat center/contain;
          mask:url(../img/icons/cart-e918.svg) no-repeat center/contain;
}
/* WooCommerce mení pri .loading/.added obsah, pozíciu aj margin pseudo-ikonky.
   Držíme rovnakú 20 px ikonu a 15 px medzeru vo všetkých stavoch, aby sa centrovaný obsah neposúval. */
.single-product .summary button.single_add_to_cart_button.button.loading::after,
.single-product .summary button.single_add_to_cart_button.button.added::after,
.single-product .summary button.single_add_to_cart_button.button.nxm-loading::after,
.nxm-products ul.products li.product a.button.loading::after,
.nxm-products ul.products li.product a.button.added::after{
  content:""!important;position:static!important;top:auto!important;right:auto!important;
  flex:0 0 20px!important;width:20px!important;height:20px!important;margin-left:15px!important;
  font-family:inherit!important;font-size:20px!important;line-height:1!important;vertical-align:middle!important;
  animation:none!important;transform:none!important;background-color:currentColor!important;
  -webkit-mask:url(../img/icons/cart-e918.svg) no-repeat center/contain!important;
          mask:url(../img/icons/cart-e918.svg) no-repeat center/contain!important;
}

/* --- produktové karty: vzory z generického style dumpu --- */
.nxm-products ul.products li.product .woocommerce-loop-product__title{font-weight:700;line-height:1.38462}  /* sk fw 700 (bolo 600), lh 24.92px */
.nxm-products ul.products li.product .nxm-pdesc{line-height:1.7}                                            /* sk lh 23.8px (bolo 20.4) */
.nxm-products ul.products li.product .button{text-align:center;line-height:1.2}                             /* sk ta center (bolo left), lh 16.8px */
.nxm-products ul.products li.product .nxm-stock{font-weight:500;text-align:right}                           /* sk fw 500 (bolo 600), ta right */
.nxm-products ul.products li.product .onsale{font-size:18px;line-height:1.1}                                /* sk 18px/19.8 (bolo 13.6) */
#nox-faq-wrap .nxm-faq-btn{line-height:1.6}                                                                 /* sk lh 22.4 (bolo 21) */
.nxm-blog-btn{text-align:center}                                                                            /* sk ta center */
.nxm-hrev-bar-label{width:auto;line-height:1.07}                                                            /* sk w10/lh15 (bolo w30/lh15→22) */

/* --- mobil 390 (sk zmenšuje tlačidlá aj nadpisy; ja som to nemal vôbec) --- */
@media(max-width:600px){
  .home .nxm-section-title{font-size:26px;line-height:1.1}
  .nxm-products ul.products li.product .woocommerce-loop-product__title{font-size:16px}   /* sk 16 (bolo 18) */
  .nxm-products ul.products li.product .nxm-pdesc{font-size:12px}                          /* sk 12 (bolo 13.6) */
  .nxm-products ul.products li.product .button{font-size:12px}                             /* sk 12 (bolo 14) */
  .nxm-products ul.products li.product .nxm-stock{font-size:10px;line-height:1.38462}       /* sk 10 / 13.85 */
  .nxm-hrev-avg{font-size:56px}                                  /* sk 56 */
  .nxm-hrev-count{font-size:12px}                                /* sk 12 */
  .nxm-newsletter h2{font-size:18px}                             /* sk 18 */
  .nxm-footer h4,.nxm-fcol--acc>h4.nxm-acc-head{font-size:16px}  /* sk 16 */
  .nxm-blog-btn{font-size:12px;min-width:160px;width:160px;min-height:0;height:40px}  /* sk 160×40/12 */
  .nxm-section-btn--light{font-size:12px;width:160px;height:40px}                      /* sk 160×40/12 */
  .nxm-hrev-add{font-size:12px;min-width:180px;width:180px;height:40px;padding:0}      /* sk 180×40/12 */
  .nxm-news-form .nxm-btn-dark{font-size:12px;width:183px;height:40px}                 /* sk 183×40/12 */
  .nxm-news-form input{flex:0 0 266px;width:266px;height:40px;padding:0 1rem}          /* sk 266×40 */
  /* na mobile akordeón presunie obsah do .nxm-acc-body → priamy potomok .nxm-fcol už neplatí */
  .nxm-fcol>a.nxm-contact-btn,.nxm-acc-body a.nxm-contact-btn{font-size:12px;width:200px;height:40px;padding:0;font-weight:400} /* sk 200×40/12/400 */

  /* 1:1 .sk MERANÉ: na mobile je Denník HORIZONTÁLNY SLIDER (.news-wrapper, overflow-x:auto),
     4× karta 230×446, obrázok 230×115 (2:1), medzera 16px. Ja som karty stohoval pod seba
     → sekcia mala 2064px namiesto 665px = 73 % celého mobilného výškového driftu (+1928px). */
  .nxm-blog-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;
    gap:16px;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .nxm-blog-grid::-webkit-scrollbar{display:none}
  .nxm-blog-card{flex:0 0 230px;scroll-snap-align:start}
  .nxm-blog-card h3{font-size:16px;line-height:22.4px;margin-bottom:12px} /* 1:1 .sk mobil: nadpis 16px (desktop 20px bol prevzatý na mobil) */
  .nxm-blog-card,.nxm-blog-card.nxm-blog-card{border-radius:20px}          /* sk 20 */
  .nxm-blog-img{aspect-ratio:2/1}                    /* sk 230×115 (bolo 16/10) */
  .nxm-fcol--acc.is-open>h4.nxm-acc-head{color:#000}                                   /* sk rgb(0,0,0), bolo rgb(31,31,31) */
}

@media(max-width:600px){
  /* Mobilná .sk: promo bannery sú pred dvojicou USP. */
  .nxm-usp-banners{display:flex;flex-direction:column}
  .nxm-usp-banners .nxm-banners{order:-1}
  .nxm-usp-banners .nxm-usp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:64px 10px 48px}
  .nxm-usp-banners .nxm-usp-item{min-width:0;align-self:stretch}
  .nxm-usp-banners .nxm-usp-item--specialists{order:1}
  .nxm-usp-banners .nxm-usp-item--customers{order:2}
  .nxm-usp-banners .nxm-usp-item:nth-child(3){display:none}
  .nxm-usp-banners .nxm-usp-img{display:none}
  .nxm-usp-banners .nxm-usp-mobile{display:flex;width:100%;flex-direction:column;align-items:center;text-align:center;color:#111}
  .nxm-usp-banners .nxm-usp-mobile-icon{display:block;width:54px;height:54px;margin-bottom:12px;background-image:var(--nxm-usp-icon);background-repeat:no-repeat;background-position:-3px top;background-size:189px 54px}
  .nxm-usp-banners .nxm-usp-item--customers{--nxm-usp-icon:url(../img/usp/usp2.png)}
  .nxm-usp-banners .nxm-usp-item--specialists{--nxm-usp-icon:url(../img/usp/usp3.png)}
  .nxm-usp-banners .nxm-usp-mobile strong{display:flex;align-items:flex-start;justify-content:center;min-height:40px;padding:0 5px;font-size:16px;line-height:20px;font-weight:700;text-transform:uppercase}
  .nxm-usp-banners .nxm-usp-mobile>span:last-child{max-width:175px;margin-top:8px;padding:0 4px;font-size:14px;line-height:21px}
}

/* ===== 1:1 .sk MOBIL @390 — z diagnostiky (produkty/upgrade karty, brandtext, recenzie) ===== */
@media(max-width:559px){
  .nxm-banners{gap:15.375px;padding-top:31px;padding-bottom:0}
  .nxm-usp-banners .nxm-usp-grid{padding-top:60.375px;gap:0}
  .nxm-products ul.products li.product{padding:30px 30px 15px}                                  /* sk: pb 15 (bolo 30) */
  .nxm-products ul.products li.product .button{height:40px;min-height:40px}                     /* sk: tlačidlo 40px (bolo 50) */
  .nxm-products ul.products li.product .woocommerce-loop-product__title{padding-bottom:0}       /* sk: bez spodného paddingu názvu */
  .nxm-products ul.products,.nxm-products .woocommerce ul.products{row-gap:15px}                 /* sk: medzera radov 15 (bolo 24) */
  .nxm-products .nxm-section-title{font-size:26px;margin-bottom:20px}                            /* sk: nadpis 26/mb20 */
}
@media(max-width:767px){
  .nxm-brandtext{padding:1.5rem .9375rem;text-align:center}                                      /* sk mobil: menší padding, vycentrované */
  .nxm-brandtext h2{font-size:1.375rem;line-height:1.1;margin:0 0 1.875rem}                      /* sk mobil: nadpis 22px */
  .nxm-brandtext p,.nxm-brandtext-cta{font-size:.875rem;line-height:1.6}                         /* sk mobil: text 14px */
  .nxm-brandtext-cta{margin-top:1.25rem!important}
}
@media(max-width:600px){
  .nxm-hrev-grid{gap:50px}                                                                       /* sk mobil: väčšia medzera medzi kartami */
  .nxm-hrev-summary{padding:25px 10px 40px}
  .nxm-hrev-top{margin-bottom:25px}
  .nxm-hrev-bars{gap:10px}
  .nxm-hrev-bar-row{height:16px;line-height:16px;gap:10px}
  .nxm-hrev-bar-label{width:33px}
  .nxm-hrev-cards-wrap{padding:30px 37px 61px}
  .nxm-hrev-cards{min-height:210px}                                                              /* sk mobil: jedna recenzia bez náhľadu ďalšej */
  .nxm-hrev-card{flex:0 0 100%;min-width:100%}
  .nxm-hrev-card-name{font-size:20px;line-height:24px;margin-bottom:20px}
  .nxm-hrev-card-line{height:16px;margin-bottom:25px}
  .nxm-hrev-cstars{font-size:16px}
  .nxm-hrev-cdate{font-size:12px}
  .nxm-hrev-card-text{font-size:14px;line-height:1.5;color:#0f0f0f}
  .nxm-hrev-arrow{display:flex;top:50%;width:35px;height:35px;font-size:1.25rem}
  .nxm-hrev-prev{left:-13px}
  .nxm-hrev-next{right:-13px}
  .nxm-hrev-all a{display:inline-flex;align-items:center;justify-content:center;width:186px;height:40px;padding:5px 20px;font-size:12px;white-space:nowrap}
}

/* ===== Finálny audit ovládania a pätičky ===== */
/* Sociálne prihlásenie sa zobrazí až po reálnom nakonfigurovaní poskytovateľa. */
.nxm-login-google,.nxm-google{display:none!important}
.nxm-google-auth:empty{display:none}
.nxm-google-auth .nsl-container{margin-top:22px;text-align:center!important}
.nxm-google-auth .nsl-container-buttons{display:inline-flex!important;align-items:center!important;padding:0!important}
.nxm-google-auth .nsl-container-buttons a[data-plugin="nsl"]{display:inline-block!important;width:auto!important;margin:0!important}
.nxm-google-auth .nsl-button-google{
  display:flex!important;align-items:center!important;min-height:32px;background:transparent!important;
  border:0!important;border-radius:0!important;box-shadow:none!important;color:#7c7e8f!important
}
.nxm-google-auth .nsl-button-google .nsl-button-svg-container{padding:0!important;margin-right:12px}
.nxm-google-auth .nsl-button-google .nsl-button-svg-container svg{width:27px!important;height:27px!important}
.nxm-google-auth .nsl-button-google .nsl-button-label-container{
  flex:0 1 auto!important;max-width:118px;margin:0!important;padding:0!important;overflow:visible!important;
  color:#7c7e8f!important;font-family:var(--nxm-font-body)!important;font-size:12px!important;font-weight:700!important;
  line-height:1.25!important;letter-spacing:0!important;text-align:left!important;text-transform:uppercase!important;
  white-space:normal!important
}
.nxm-google-auth .nsl-button-google:hover .nsl-button-label-container{color:#111!important}
.woocommerce-account .nxm-google-auth-account{margin-top:16px}
.woocommerce-account .nxm-google-auth-account .nsl-container{margin-top:0}
.nxm-news-message{width:100%;margin:0;font-size:13px;line-height:1.45;font-weight:600}
.nxm-news-message:empty{display:none}
.nxm-news-message.is-success{color:#19743a}
.nxm-news-message.is-error{color:#b42318}
.nxm-news-form[aria-busy="true"] .nxm-btn-dark{opacity:.65;cursor:wait}
.nxm-flogistics .nxm-fsection+.nxm-fsection{margin-top:1.8rem}
.nxm-flogistics .nxm-logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.nxm-flogistics .nxm-logo-chip{box-sizing:border-box;width:100%;height:50px;margin:0;padding:.4rem .55rem}
.nxm-flogistics .nxm-logo-chip img{width:100%;height:35px;max-width:88px;object-fit:contain}
.nxm-flogin input{box-sizing:border-box;width:100%;height:50px}
.nxm-flogin .nxm-btn-dark{box-sizing:border-box;height:50px;padding:0 1rem}

@media(min-width:992px){
  .nxm-footer-grid{grid-template-columns:220px 238px 280px 215px;justify-content:space-between;gap:0}
}

@media(min-width:768px){
  /* PDP na .sk využíva celý 1418 px kontajner; vnútorný obsah má pri širokom desktope 1378 px. */
  body.single-product .inside-article{box-sizing:border-box;max-width:none;margin-left:auto!important;margin-right:auto!important}
}

@media(max-width:767px){
  .nxm-footer-grid{display:grid;grid-template-columns:minmax(0,1fr);padding-block:.5rem}
  .nxm-footer-grid>.nxm-fcol:nth-child(1){order:2}
  .nxm-footer-grid>.nxm-flogin-col.nxm-fcol{order:3}
  .nxm-footer-grid>.nxm-fcontact-col.nxm-fcol{order:1}
  .nxm-footer-grid>.nxm-flogistics{display:contents}
  .nxm-footer-grid>.nxm-flogistics>.nxm-fsection:first-child{order:4}
  .nxm-footer-grid>.nxm-flogistics>.nxm-fsection:last-child{order:5}
  .nxm-flogistics .nxm-fsection+.nxm-fsection{margin-top:0}
  .nxm-flogistics .nxm-logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .nxm-flogistics .nxm-logo-chip{height:50px;padding:.35rem .45rem}

  .nxm-fcontact-col{padding:1.5rem .25rem 1.25rem;border-bottom:1px solid var(--nxm-line)}
  .nxm-fcontact-col h4{margin-bottom:1rem}
  .nxm-fcol--acc>h4.nxm-acc-head,
  .nxm-fcol--acc.is-open>h4.nxm-acc-head,
  .nxm-fcol--acc>h4.nxm-acc-head:hover,
  .nxm-fcol--acc>h4.nxm-acc-head:active{color:#000}

  .nxm-acc-ico{width:12px;height:12px;margin-right:3px}
  .nxm-acc-ico::before{
    display:block;top:0;left:0;width:9px;height:9px;background:transparent!important;
    border-right:2px solid #7c7e8f;border-bottom:2px solid #7c7e8f;
    transform:rotate(45deg);transform-origin:center;
  }
  .nxm-acc-ico::after{display:none}
  .nxm-fcol--acc.is-open .nxm-acc-ico::before{background:transparent!important;transform:rotate(225deg)}
  .nxm-fcol--acc>h4.nxm-acc-head:focus,
  .nxm-fcol--acc>h4.nxm-acc-head:focus-visible{outline:0}

  .nxm-flogin input{height:40px;font-size:12px}
  .nxm-flogin .nxm-btn-dark{height:40px;font-size:12px}
}

@media(hover:none){
  .nxm-fcol--acc>h4.nxm-acc-head:hover,
  .nxm-fcol--acc>h4.nxm-acc-head:active{color:#000}
}

/* Finálny nákupný tok: stabilné tlačidlo, kompaktný mobilný košík a dostupné konto v menu. */
.single-product .summary .single_add_to_cart_button,
.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus,
.single-product .summary .single_add_to_cart_button:active{
  animation:none!important;transform:none!important;box-shadow:none!important;
}
.single-product .summary .single_add_to_cart_button.nxm-loading{opacity:1!important;cursor:wait}

@media(max-width:767px){
  body.woocommerce-cart .nxm-cart-headblock{display:none}
  body.woocommerce-cart .inside-article{padding:0 20px 30px}
  body.woocommerce-cart main.site-main{margin-top:75px}
  body.woocommerce-cart .nxm-cart{display:none}
  body.woocommerce-cart .nxm-actions{
    flex:0 0 130px;width:130px;margin-left:auto
  }
  body.woocommerce-cart .nxm-actions .nxm-burger{margin-left:10px}
  body.woocommerce-cart .nxm-cart-steps{
    box-sizing:border-box;width:350px;height:88.09375px;margin:0;gap:0
  }
  body.woocommerce-cart .nxm-cstep{
    box-sizing:border-box;height:88.09375px;padding:13px 4px 0;gap:8px;
    flex-direction:column;justify-content:flex-start;border-radius:20px 20px 0 0;
    color:rgb(129,131,148);font:700 14px/17.5px Roboto,sans-serif;white-space:normal
  }
  body.woocommerce-cart .nxm-cstep-n{width:26px;height:26px;flex:0 0 26px;background:rgb(129,131,148);color:#fff;font-size:14px}
  body.woocommerce-cart .nxm-cstep.is-active .nxm-cstep-n{background:#000}
  .woocommerce-cart form.woocommerce-cart-form{
    box-sizing:border-box;width:350px;padding:11px 21px 18px
  }
  .woocommerce-cart form.woocommerce-cart-form table.shop_table,
  .woocommerce-cart form.woocommerce-cart-form table.shop_table tbody{display:block!important;width:100%!important}
  .woocommerce-cart form.woocommerce-cart-form table.shop_table{margin:20px 0 0!important}
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item{
    position:relative;display:grid!important;width:308px!important;height:205.046875px!important;
    box-sizing:border-box;grid-template-columns:50px 258px;grid-template-rows:122.53125px 56.515625px;
    grid-template-areas:"thumb name" "subtotal subtotal";
    gap:0;padding:0 0 25px;margin:0;border-bottom:1px solid var(--nxm-line)
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td{display:block!important;width:auto!important;height:auto!important;box-sizing:border-box;padding:0!important;border:0!important;background:#fff!important;text-align:left!important}
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-thumbnail{
    grid-area:thumb;display:block!important;width:50px!important;height:122.53125px!important;
    padding:10px 0 0!important
  }
  .woocommerce-cart .cart_item td.product-thumbnail::before{content:none!important}
  .woocommerce-cart .cart_item td.product-thumbnail img{
    display:block;width:50px!important;height:50px!important;object-fit:contain;border-radius:0
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-name{
    grid-area:name;position:relative;display:block!important;width:258px!important;height:122.53125px!important;
    min-width:0;padding:10px 0 10px 10px!important
  }
  .woocommerce-cart .cart_item td.product-name::before{content:none!important}
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-name>a:first-child{
    display:block;width:248px;padding-right:25px;box-sizing:border-box;margin:0;
    font:700 16px/22.1538px Roboto,sans-serif
  }
  .woocommerce-cart .nxm-ci-flavor{
    width:223px;margin:6px 0 10px;font:700 12px/14.4px Roboto,sans-serif;
    color:rgb(124,126,143)
  }
  .woocommerce-cart .nxm-ci-related-toggle{display:none!important}
  .woocommerce-cart .nxm-ci-stock{
    position:absolute;left:125px;top:88.53125px;width:auto;margin:0;
    font:500 10px/10px Roboto,sans-serif;color:#009901
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-remove{
    position:absolute;z-index:2;top:5px;right:-5px;display:flex!important;width:25px!important;height:25px!important;
    align-items:center;justify-content:center
  }
  .woocommerce-cart .cart_item td.product-remove::before{content:none!important}
  .woocommerce-cart td.product-remove a.remove{
    display:flex;align-items:center;justify-content:center;width:25px;height:25px;
    color:#c8ccd6!important;background:transparent!important;font-size:0!important
  }
  .woocommerce-cart td.product-remove a.remove svg{display:block;width:18px;height:18px}
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-price{
    position:absolute;z-index:1;left:0;top:132.53125px;display:block!important;
    width:308px!important;height:19.375px!important;text-align:right!important;white-space:nowrap
  }
  .woocommerce-cart .cart_item td.product-price::before{content:none!important}
  .woocommerce-cart .cart_item td.product-price .amount,
  .woocommerce-cart .cart_item td.product-price .nxm-ci-unit{
    display:inline-block;font:400 12px/16.6154px Roboto,sans-serif;color:rgb(124,126,143)
  }
  .woocommerce-cart .cart_item td.product-price .nxm-ci-unit{
    margin-left:3.421875px;padding-left:3.169921875px
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-quantity{
    position:absolute;z-index:1;left:60px;top:72.53125px;display:block!important;
    width:100px!important;height:40px!important
  }
  .woocommerce-cart .cart_item td.product-quantity::before{content:none!important}
  .woocommerce-cart .quantity{width:100px;height:40px;border-radius:0}
  .woocommerce-cart .quantity input.qty{width:34px;min-width:34px;height:38px}
  .woocommerce-cart .nxm-qty-btn{width:32px;height:38px;padding:0!important}
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-subtotal{
    grid-area:subtotal;display:block!important;width:308px!important;height:56.515625px!important;
    padding:34.375px 0 0!important;text-align:right!important;font:700 16px/22.1538px Roboto,sans-serif
  }
  .woocommerce-cart .cart_item td.product-subtotal::before{content:none!important}
  .woocommerce-cart .cart_item td.product-subtotal .amount{
    display:inline-block;font:700 16px/22.1538px Roboto,sans-serif
  }
  .woocommerce-cart tr.nxm-ci-related-tr{display:block!important;width:100%!important}
  .woocommerce-cart tr.nxm-ci-related-tr[hidden]{display:none!important}
  .woocommerce-cart tr.nxm-ci-related-tr td.nxm-ci-related-cell{display:block!important;width:100%!important}
  .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions,
  .woocommerce-cart form.woocommerce-cart-form table.shop_table tr:has(>td.actions){display:none!important}
  .nxm-cart-delivery{
    box-sizing:border-box;width:308px;height:63.21875px;margin:45px 0 0;padding:15px 25px 15px 60px;
    justify-content:flex-start;font:700 12px/16.6154px Roboto,sans-serif
  }
  .nxm-cart-delivery-ico svg{width:35px;height:28px}
  .nxm-cart-upsell{
    width:308px;margin-top:16px;padding:16px 0;
    font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif
  }
  .nxm-cart-upsell-header{padding:0 14px 12px}
  .nxm-cart-upsell-title{
    font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif;
    font-size:18px;line-height:23.4px
  }
  .nxm-cart-upsell-track-wrap{padding:0 14px 4px}
  .nxm-cart-upsell-track{padding:0}
  .nxm-cart-card{
    flex:0 0 244px;width:244px;max-width:244px;padding:16px 14px 14px;
    font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif
  }
  .nxm-cart-card-img-link{margin-bottom:10px}
  .nxm-cart-card-img-wrap{width:136px;height:136px}
  .nxm-cart-card-img-wrap img{width:122px;height:122px;object-fit:contain}
  .nxm-cart-card-name,
  .nxm-cart-card-btn{font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif!important}
  .nxm-cart-card-btn{width:214px;height:auto!important;padding:9px 0!important}
  .nxm-cart-bottom{
    width:308px;margin:27.984375px auto 0;gap:0
  }
  .nxm-cart-col-coupon{
    width:308px;height:44.375px;min-height:44.375px;margin:0 0 10px;padding:0;
    justify-content:flex-start;background:transparent;border-radius:0
  }
  .nxm-cart-col-coupon.is-open{height:auto;min-height:44.375px}
  .nxm-cart-coupon-toggle{
    position:relative;display:flex;align-items:center;gap:0;width:auto;min-height:39.375px;
    padding:10px 0 10px 30px;background:transparent!important;border:0!important;
    color:#0f0f0f!important;font:400 14px/19.3846px Roboto,sans-serif;
    text-align:left;box-shadow:none!important;cursor:pointer
  }
  .nxm-cart-coupon-check{
    position:absolute;left:0;top:9.6875px;display:block;width:20px;height:20px;
    border:1.5px solid #b9c0cc;border-radius:4px;background:#fff;box-sizing:border-box
  }
  .nxm-cart-col-coupon.is-open .nxm-cart-coupon-check{border-color:#111}
  .nxm-cart-col-coupon.is-open .nxm-cart-coupon-check::after{content:"";position:absolute;left:5px;top:1px;width:7px;height:13px;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(40deg)}
  .nxm-cart-coupon-panel{display:none;margin-top:8px;padding:18px;background:#fed9de;border-radius:20px;box-sizing:border-box}
  .nxm-cart-col-coupon.is-open .nxm-cart-coupon-panel{display:flex}
  .nxm-cart-coupon-heading{display:block;width:100%;margin:0 0 14px;text-align:center;font-size:15px}
  .nxm-cart-col-coupon .coupon{display:flex;margin-top:0;gap:8px}
  .nxm-cart-col-coupon .coupon button.button{height:42px!important;padding:5px 14px!important;font-size:12px}
  .nxm-cart-col-coupon .coupon .input-text{height:42px}
  .nxm-cart-col-ship{
    width:308px;height:79.1875px;min-height:79.1875px;margin:0 0 30px
  }
  .nxm-cart-col-ship .nxm-cart-freeship{
    width:308px;height:79.1875px;min-height:79.1875px;box-sizing:border-box;
    padding:20px;gap:19px;flex-direction:row;align-items:center;
    font:400 14px/19.6px Roboto,sans-serif
  }
  .nxm-cart-col-ship .nxm-cart-fs-ico{flex-basis:46px;width:46px;height:38px}
  .nxm-cart-col-sum{
    width:308px;height:164.984375px;min-height:164.984375px;padding:20px 15px
  }
  .nxm-cart-col-sum .cart_totals table.shop_table,
  .nxm-cart-col-sum .cart_totals table.shop_table tbody{
    box-sizing:border-box;width:278px;height:55.984375px;min-height:55.984375px
  }
  .nxm-cart-col-sum .cart_totals table.shop_table tbody{padding:10px 5px 0}
  .nxm-cart-col-sum .wc-proceed-to-checkout{
    width:278px;height:50px;margin-top:19px;padding-bottom:0
  }
  .nxm-cart-col-sum .wc-proceed-to-checkout .checkout-button{
    width:278px;height:50px;padding:10px 20px!important;justify-content:space-between;
    font:400 18px/30px Roboto,sans-serif!important
  }
  .nxm-cart-back-link{display:none}
  .wc-proceed-to-checkout a.checkout-button{height:50px;padding:0 18px!important;font-size:14px!important}
}

/* iPad mini na výšku ešte používa mobilný košík. Pevná telefónna šírka 350 px
   ho však nechávala nalepený vľavo; tu sa obsah rozšíri a vycentruje bez zásahu
   do 390 px telefónu alebo desktopového layoutu od 768 px. */
@media(min-width:601px) and (max-width:767px){
  body.woocommerce-cart .nxm-cart-steps{
    width:100%;height:71px;margin-left:0;margin-right:0
  }
  body.woocommerce-cart .nxm-cstep{
    height:71px;padding:10px 4px 0;border-radius:20px 20px 0 0
  }
  .woocommerce-cart form.woocommerce-cart-form{
    width:min(520px,100%);margin-left:auto;margin-right:auto
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item{
    width:100%!important;grid-template-columns:70px minmax(0,1fr)
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-thumbnail{
    width:70px!important
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-name{
    width:auto!important
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-name>a:first-child,
  .woocommerce-cart .nxm-ci-flavor{
    width:auto
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-price,
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-subtotal,
  .nxm-cart-delivery,
  .nxm-cart-upsell,
  .nxm-cart-bottom,
  .nxm-cart-col-coupon,
  .nxm-cart-col-ship,
  .nxm-cart-col-ship .nxm-cart-freeship,
  .nxm-cart-col-sum{
    width:100%!important
  }
  .woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-quantity{left:80px}
  .nxm-cart-bottom{max-width:none}
  .nxm-cart-col-sum .cart_totals table.shop_table,
  .nxm-cart-col-sum .cart_totals table.shop_table tbody,
  .nxm-cart-col-sum .wc-proceed-to-checkout,
  .nxm-cart-col-sum .wc-proceed-to-checkout .checkout-button{
    width:100%
  }
}

/* ===== Audit balík R1/D1/P1/A1: jednotná typografia a kompletný Môj účet ===== */
#tab-description .nxmNR-wrap,
#tab-description .nxmFL-wrap,
#tab-description .nxm-wrap,
#tab-description .nxmNR-cmp-dot{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important
}

body.woocommerce-account:not(.woocommerce-checkout){background:#f5f6f8}
body.woocommerce-account:not(.woocommerce-checkout) .site.grid-container.container,
body.woocommerce-account:not(.woocommerce-checkout) .site-content.grid-container{max-width:none}
body.woocommerce-account:not(.woocommerce-checkout) #primary{width:100%}
body.woocommerce-account:not(.woocommerce-checkout) .inside-article{background:transparent!important;padding:52px 20px 72px}
body.woocommerce-account:not(.woocommerce-checkout) .entry-header,
body.woocommerce-account:not(.woocommerce-checkout) .entry-content{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;box-sizing:border-box}
body.woocommerce-account:not(.woocommerce-checkout) .entry-header{margin-bottom:30px}
body.woocommerce-account:not(.woocommerce-checkout) .entry-title{margin:0;color:#0f0f0f;font-family:var(--nxm-font-head);font-size:36px;font-weight:700;line-height:1.1}
body.woocommerce-account:not(.woocommerce-checkout) .entry-content>.woocommerce{width:100%;min-width:0;font-family:var(--nxm-font-body);color:#0f0f0f}

/* Prihlásený stav: stabilná bočná navigácia a pokojný pracovný obsah. */
body.logged-in.woocommerce-account:not(.woocommerce-checkout) .entry-content>.woocommerce{display:grid;grid-template-columns:230px minmax(0,1fr);column-gap:48px;align-items:start}
body.logged-in.woocommerce-account:not(.woocommerce-checkout) .entry-content>.woocommerce::before,
body.logged-in.woocommerce-account:not(.woocommerce-checkout) .entry-content>.woocommerce::after{display:none!important;content:none!important}
body.logged-in.woocommerce-account .entry-content>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:auto;margin:0;padding:0 28px 0 0;border-right:1px solid #dfe2e8}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0;padding:0;list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation li::marker{content:""}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:44px;box-sizing:border-box;padding:9px 12px;border-left:3px solid transparent;color:#565967;font-size:14px;font-weight:500;line-height:1.35;text-decoration:none;transition:background .15s,color .15s,border-color .15s}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#fff;color:#0f0f0f}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-left-color:#c9963f;background:#fff;color:#0f0f0f;font-weight:700}
.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;min-width:0;min-height:280px;color:#292929;font-size:15px;line-height:1.65}
.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{margin:0 0 18px;color:#0f0f0f;font-family:var(--nxm-font-head);font-size:22px;font-weight:700;line-height:1.25}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button){color:#0f0f0f;text-decoration:underline;text-decoration-color:#c9963f;text-underline-offset:3px}
.woocommerce-account .woocommerce-MyAccount-content mark{background:#fff3cf;color:#0f0f0f;padding:2px 5px}

/* Formuláre, hlášky, objednávky a adresy. */
.woocommerce-account .entry-content>.woocommerce .woocommerce-error,
.woocommerce-account .entry-content>.woocommerce .woocommerce-info,
.woocommerce-account .entry-content>.woocommerce .woocommerce-message{box-sizing:border-box;width:100%;margin:0 0 24px;padding:15px 18px 15px 48px;border:1px solid #e0e5ee!important;border-top:3px solid #c9963f!important;border-radius:8px;background:#fff;color:#3f4149;font-size:14px;line-height:1.5}
.woocommerce-account .entry-content>.woocommerce form .form-row{float:none;width:100%;margin:0 0 16px;padding:0}
.woocommerce-account .entry-content>.woocommerce form .form-row label{display:block;margin:0 0 7px;color:#292929;font-size:13px;font-weight:700}
.woocommerce-account .entry-content>.woocommerce input.input-text,
.woocommerce-account .entry-content>.woocommerce input[type="email"],
.woocommerce-account .entry-content>.woocommerce input[type="password"],
.woocommerce-account .entry-content>.woocommerce input[type="text"],
.woocommerce-account .entry-content>.woocommerce input[type="tel"],
.woocommerce-account .entry-content>.woocommerce select,
.woocommerce-account .entry-content>.woocommerce textarea{box-sizing:border-box;width:100%;min-height:50px;margin:0;border:1px solid #dfe3eb!important;border-radius:8px!important;background:#fff!important;padding:11px 13px!important;color:#0f0f0f;font-family:var(--nxm-font-body);font-size:15px;box-shadow:none!important}
.woocommerce-account .entry-content>.woocommerce textarea{min-height:120px}
.woocommerce-account .entry-content>.woocommerce input:focus,
.woocommerce-account .entry-content>.woocommerce select:focus,
.woocommerce-account .entry-content>.woocommerce textarea:focus{border-color:#292929!important;outline:0}
.woocommerce-account .entry-content>.woocommerce .button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;box-sizing:border-box;margin:0;border:0!important;border-radius:24px!important;background:#292929!important;padding:10px 26px!important;color:#fff!important;font-family:var(--nxm-font-head);font-size:14px;font-weight:500;line-height:1.2;text-transform:none;box-shadow:none!important}
.woocommerce-account .entry-content>.woocommerce .button:hover,
.woocommerce-account .entry-content>.woocommerce .button:focus{background:#000!important;color:#fff!important;transform:none!important}
.woocommerce-account .entry-content>.woocommerce table.shop_table{width:100%;margin:0 0 24px;border:1px solid #e0e5ee;border-radius:8px;background:#fff;border-collapse:separate;overflow:hidden}
.woocommerce-account .entry-content>.woocommerce table.shop_table th{background:#f8f8f8;color:#0f0f0f;font-size:12px;font-weight:700;text-transform:uppercase}
.woocommerce-account .entry-content>.woocommerce table.shop_table th,
.woocommerce-account .entry-content>.woocommerce table.shop_table td{padding:14px;border-color:#eceef2}
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.woocommerce-account .woocommerce-Address{float:none;width:auto;box-sizing:border-box;border-top:3px solid #292929;background:#fff;padding:22px}
.woocommerce-account .woocommerce-Address-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.woocommerce-account .woocommerce-Address address{font-style:normal;line-height:1.65}

/* Neprihlásený stav: login a registrácia vedľa seba, bez WooCommerce chaosu. */
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin:0}
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-columns::before,
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-columns::after{display:none!important;content:none!important}
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column1,
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column2{float:none;width:auto;min-width:0;box-sizing:border-box;border:1px solid #e0e5ee;border-radius:8px;background:#fff;padding:30px}
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column1 h2,
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column2 h2{margin:0 0 22px;color:#0f0f0f;font-size:24px;font-weight:700}
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce form.login,
body:not(.logged-in).woocommerce-account .entry-content>.woocommerce form.register{margin:0;padding:0;border:0;background:transparent}
body:not(.logged-in).woocommerce-account .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;font-weight:400!important}
body:not(.logged-in).woocommerce-account .woocommerce-LostPassword{margin:18px 0 0;font-size:13px}
body:not(.logged-in).woocommerce-account .nxm-google-auth-account{margin-top:20px;padding-top:20px;border-top:1px solid #eceef2}

@media(max-width:900px){
  body.woocommerce-account:not(.woocommerce-checkout) .inside-article{padding:36px 16px 56px}
  body.logged-in.woocommerce-account:not(.woocommerce-checkout) .entry-content>.woocommerce{grid-template-columns:minmax(0,1fr);row-gap:28px}
  .woocommerce-account .woocommerce-MyAccount-navigation{width:100%;padding:0 0 14px;border-right:0;border-bottom:1px solid #dfe2e8;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar{display:none}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{width:max-content;max-width:none;flex-direction:row;gap:4px}
  .woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto}
  .woocommerce-account .woocommerce-MyAccount-navigation a{min-height:42px;padding:9px 13px;border-left:0;border-bottom:3px solid transparent;white-space:nowrap}
  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-bottom-color:#c9963f}
  .woocommerce-account .woocommerce-MyAccount-content{min-height:0}
}

@media(max-width:767px){
  body.woocommerce-account:not(.woocommerce-checkout) .inside-article{padding:28px 14px 44px}
  body.woocommerce-account:not(.woocommerce-checkout) .entry-header{margin-bottom:22px}
  body.woocommerce-account:not(.woocommerce-checkout) .entry-title{font-size:28px}
  body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-columns{grid-template-columns:minmax(0,1fr);gap:18px}
  body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column1,
  body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column2{padding:22px 18px}
  body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column1 h2,
  body:not(.logged-in).woocommerce-account .entry-content>.woocommerce .u-column2 h2{font-size:21px}
  .woocommerce-account .entry-content>.woocommerce .button{width:100%}
  .woocommerce-account .woocommerce-Addresses{grid-template-columns:minmax(0,1fr)}
  .woocommerce-account .woocommerce-Address{padding:18px}
}
/* Denník kopíruje Shoptet: bez prázdneho meta riadku nad obsahom článku. */
.single-post .entry-header > .entry-meta{display:none!important}

/* ===== Košík na tablete 1:1: desktopový riadok, tri kroky, bez mobilného skladania ===== */
@media(min-width:768px) and (max-width:1199px){
  .nxm-login>span{line-height:14px;transform:translateY(.5px)}

  body.woocommerce-cart .nxm-logo{flex:0 0 265.53125px;width:265.53125px}
  body.woocommerce-cart .nxm-search{flex:0 0 260.546875px;width:260.546875px;min-width:260.546875px}
  body.woocommerce-cart .nxm-actions{flex:0 0 193.921875px;width:193.921875px}
  body.woocommerce-cart .nxm-login-wrap{width:183.921875px}
  body.woocommerce-cart .nxm-login-toggle{margin-left:50.53125px}
  body.woocommerce-cart .nxm-cart{display:none}

  body.woocommerce-cart main.site-main{margin-top:16px}
  body.woocommerce-cart .inside-article{padding:0 30.5px 30px}
  body.woocommerce-cart .entry-content{margin-top:0}
  body.woocommerce-cart .entry-content>.woocommerce{width:100%}
  body.woocommerce-cart .nxm-cart-headblock{
    display:block;width:100%;margin:0 0 42px
  }
  body.woocommerce-cart .nxm-cart-title{
    width:100%;height:44px;margin:0 0 25px;
    font:700 40px/44px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-help{
    box-sizing:border-box;width:100%;height:67.375px;padding:0 20px;gap:30px;
    flex-wrap:nowrap;border-radius:10px
  }
  body.woocommerce-cart .nxm-cart-help-q{flex:0 0 auto;color:#0f0f0f;font-weight:700}
  body.woocommerce-cart .nxm-cart-help-i{flex:0 0 auto;gap:12px;font-weight:400}
  body.woocommerce-cart .nxm-cart-help-ico svg{width:25px;height:25px}
  body.woocommerce-cart .nxm-cart-steps{
    box-sizing:border-box;width:calc(100% - 2px);height:72px;margin:0 1px;gap:0
  }
  body.woocommerce-cart .nxm-cstep{
    box-sizing:border-box;height:72px;padding:0 8px;gap:11px;border-radius:20px 20px 0 0;
    color:rgb(129,131,148);font:700 16px/19.3846px Roboto,sans-serif;white-space:nowrap
  }
  body.woocommerce-cart .nxm-cstep-n{
    width:32px;height:32px;flex:0 0 32px;background:rgb(129,131,148);color:#fff;font-size:16px
  }
  body.woocommerce-cart .nxm-cstep.is-active .nxm-cstep-n{background:#000}

  body.woocommerce-cart form.woocommerce-cart-form{
    box-sizing:border-box;padding:10px 21px 22px
  }
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table{
    position:relative;display:table!important;width:100%!important;margin:20px 0 0!important;
    table-layout:fixed;border-spacing:0
  }
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody{display:table-row-group!important}
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item{
    position:relative;display:table-row!important;width:auto!important;height:138.546875px!important
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td{
    display:table-cell!important;height:138.546875px!important;padding:30px 10px!important;
    border:0!important;border-bottom:1px solid var(--nxm-line)!important;
    box-sizing:border-box;text-align:left!important;vertical-align:middle;background:#fff!important
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-thumbnail{
    display:table-cell!important;width:80px!important;padding-left:0!important
  }
  body.woocommerce-cart .cart_item td.product-thumbnail::before{content:none!important}
  body.woocommerce-cart .cart_item td.product-thumbnail img{
    display:block;width:60px!important;height:60px!important;object-fit:contain;border-radius:0;
    transform:translateY(.25px)
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-name{
    position:relative;width:auto!important;vertical-align:top!important;
    padding-bottom:29.453125px!important;
    font:700 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart .cart_item td.product-name::before{content:none!important}
  body.woocommerce-cart .cart_item td.product-name>a:first-child{
    display:block;width:238.640625px;font:700 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-ci-flavor{
    width:238.640625px;margin:6px 0 10px;
    font:700 12px/14.4px Roboto,sans-serif;color:rgb(124,126,143)
  }
  body.woocommerce-cart .nxm-ci-stock{
    position:absolute;top:65.015625px;right:10.3125px;margin:0;
    font:500 10px/10px Roboto,sans-serif;color:#009901
  }
  body.woocommerce-cart .nxm-ci-related-toggle{
    margin:0;padding-top:6.33984375px;
    font:700 12px/19.2px Roboto,sans-serif;color:rgb(124,126,143)
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-price{display:none!important}
  body.woocommerce-cart .cart_item td.product-quantity{
    width:144.140625px!important;padding-right:10px!important;padding-left:10px!important
  }
  body.woocommerce-cart .cart_item td.product-quantity::before{content:none!important}
  body.woocommerce-cart .quantity{
    width:115px;height:40px;margin-left:4.5625px;transform:translateY(.25px);border-radius:0
  }
  body.woocommerce-cart .quantity input.qty{
    width:37px;min-width:37px;height:38px!important;line-height:38px!important
  }
  body.woocommerce-cart .nxm-qty-btn{width:38px;height:38px;padding:0!important}
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-subtotal{
    position:relative;
    width:109.21875px!important;padding-left:7px!important;padding-right:35px!important;
    font:700 16px/22.1538px Roboto,sans-serif;white-space:nowrap
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-subtotal::before{content:none!important}
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-subtotal>.amount{
    display:inline-block;line-height:22.1538px;transform:translate(-.046875px,.25px)
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-remove{display:none!important}
  body.woocommerce-cart form.woocommerce-cart-form td.product-subtotal>a.remove{
    position:absolute;z-index:2;top:56.515625px;right:10px;
    display:flex;align-items:center;justify-content:center;width:25px;height:25px;
    color:#c8ccd6!important;background:transparent!important;font-size:0!important
  }
  body.woocommerce-cart form.woocommerce-cart-form td.product-subtotal>a.remove svg{display:block;width:18px;height:18px}
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions,
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table tr:has(>td.actions){display:none!important}
  body.woocommerce-cart tr.nxm-ci-related-tr[hidden]{display:none!important}
  body.woocommerce-cart .nxm-cart-delivery{
    box-sizing:border-box;width:368.796875px;height:49.375px;margin:40.5px auto 0;padding:15px 25px;
    border-radius:10px;font:400 14px/19.3846px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-delivery-ico svg{width:30px;height:25px}
  body.woocommerce-cart .nxm-cart-upsell{
    margin-top:24px;font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif
  }
  body.woocommerce-cart .nxm-cart-upsell-header{padding:0 20px 16px}
  body.woocommerce-cart .nxm-cart-upsell-title{
    font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif;line-height:28.6px
  }
  body.woocommerce-cart .nxm-cart-upsell-track-wrap{padding:0 20px 8px}
  body.woocommerce-cart .nxm-cart-upsell-track{padding:0}
  body.woocommerce-cart .nxm-cart-card{font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif}
  body.woocommerce-cart .nxm-cart-card-img-wrap img{width:156px;height:156px;object-fit:contain}
  body.woocommerce-cart .nxm-cart-card-btn{height:auto!important;padding:9px 0!important}

  body.woocommerce-cart .nxm-cart-bottom{
    display:grid;width:665px;margin:32.009375px auto 0;
    grid-template-columns:317.5px 317.5px;gap:30px
  }
  body.woocommerce-cart .nxm-cart-col{
    width:auto;min-width:0;min-height:0;box-sizing:border-box
  }
  body.woocommerce-cart .nxm-cart-col-coupon{
    width:317.5px;height:134.796875px;min-height:134.796875px;padding:20px;
    justify-content:flex-start
  }
  body.woocommerce-cart .nxm-cart-coupon-heading{
    height:19.796875px;margin:0 0 25px;text-align:center;
    font:700 18px/19.8px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-col-coupon .coupon{gap:19px}
  body.woocommerce-cart .nxm-cart-col-coupon .coupon .input-text{
    flex:0 0 142.5px;width:142.5px;height:50px;
    font:400 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-col-coupon .coupon button.button{
    flex:0 0 115px;width:115px!important;height:50px!important;padding:5px 9px 4px!important;
    transform:translateY(1px);font:400 14px/16.8px Roboto,sans-serif!important
  }
  body.woocommerce-cart .nxm-cart-col-ship{
    width:317.5px;height:134.796875px;min-height:134.796875px
  }
  body.woocommerce-cart .nxm-cart-col-ship .nxm-cart-freeship{
    width:100%;height:134.796875px;min-height:134.796875px;padding:0 20px 0 40px;
    flex-direction:row;align-items:center;justify-content:flex-start;gap:25px
  }
  body.woocommerce-cart .nxm-cart-col-ship .nxm-cart-fs-ico{
    flex:0 0 55px;width:55px;height:42px;margin-left:10px
  }
  body.woocommerce-cart .nxm-cart-col-ship .nxm-cart-fs-txt{
    font:400 16px/22.4px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-col-sum{
    grid-column:1 / -1;width:665px;height:213.296875px;min-height:213.296875px;padding:40px
  }
  body.woocommerce-cart .nxm-cart-col-sum .cart_totals table.shop_table,
  body.woocommerce-cart .nxm-cart-col-sum .cart_totals table.shop_table tbody{
    box-sizing:border-box;width:585px;height:64.296875px;min-height:64.296875px
  }
  body.woocommerce-cart .nxm-cart-col-sum .cart_totals table.shop_table tbody{padding:10px 10px 0}
  body.woocommerce-cart .nxm-cart-col-sum .wc-proceed-to-checkout{
    width:585px;height:50px;margin-top:19px
  }
  body.woocommerce-cart .nxm-cart-col-sum .wc-proceed-to-checkout .checkout-button{
    box-sizing:border-box;width:585px;height:50px;padding:10px 20px!important;
    justify-content:space-between;font:400 18px/30px Roboto,sans-serif
  }
}

/* ===== Košík na počítači 1:1: plná 1378px plocha a Shoptet stĺpce ===== */
@media(min-width:1200px){
  body.woocommerce-cart .nxm-topbar,
  body.woocommerce-cart .nxm-topbar-inner{height:49.375px}
  body.woocommerce-cart .nxm-mainbar{height:95px}
  body.woocommerce-cart .nxm-mainbar-inner{gap:0}
  body.woocommerce-cart .nxm-navrow{height:60px}
  body.woocommerce-cart .nxm-logo{
    flex:0 0 478.765625px;width:478.765625px;margin-left:-13px;margin-right:0
  }
  body.woocommerce-cart .nxm-search{
    flex:0 0 490px;width:490px;min-width:490px;margin:0;
    transform:translate(-26.5px,-.5px)
  }
  body.woocommerce-cart .nxm-actions{
    flex:0 0 208.453125px;width:208.453125px;margin-left:auto;
    transform:translateY(-.5px)
  }
  body.woocommerce-cart .nxm-lang,
  body.woocommerce-cart .nxm-cart{display:none}
  body.woocommerce-cart .nxm-login-wrap{
    width:198.453125px;margin:0 10px 0 0
  }
  body.woocommerce-cart .nxm-login-toggle{
    box-sizing:border-box;width:198.453125px;height:50px;padding:0 20px
  }

  body.woocommerce-cart .grid-container.container,
  body.woocommerce-cart main.site-main,
  body.woocommerce-cart .entry-content{
    width:100%;max-width:1440px!important
  }
  body.woocommerce-cart main.site-main{
    margin:0
  }
  body.woocommerce-cart .inside-article{padding:0 31px 30px}
  body.woocommerce-cart .entry-content{margin-top:0}
  body.woocommerce-cart .entry-content>.woocommerce{width:1378px}
  body.woocommerce-cart .nxm-cart-headblock{
    position:relative;display:block;width:1378px;height:88px;margin:0 0 40px
  }
  body.woocommerce-cart .nxm-cart-title{
    position:absolute;left:0;top:25px;width:344.5px;height:44px;margin:0;
    font:700 40px/44px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-help{
    position:absolute;right:0;top:17.8125px;box-sizing:border-box;
    width:826.796875px;height:67.375px;padding:20px;gap:30px;flex-wrap:nowrap;
    border-radius:10px
  }
  body.woocommerce-cart .nxm-cart-help-q{
    flex:0 0 314.71875px;color:#0f0f0f;font:700 14px/15.4px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-help-i{flex:0 0 auto;gap:12px;font-weight:400}
  body.woocommerce-cart .nxm-cart-help-ico svg{width:25px;height:25px}
  body.woocommerce-cart .nxm-cart-steps{
    box-sizing:border-box;width:1378px;height:73px;margin:0;gap:0
  }
  body.woocommerce-cart .nxm-cstep{
    box-sizing:border-box;height:73px;padding:0 8px;gap:12px;
    border-radius:20px 20px 0 0;color:rgb(129,131,148);
    font:700 20px/27.6923px Roboto,sans-serif;white-space:nowrap
  }
  body.woocommerce-cart .nxm-cstep-n{
    width:32px;height:32px;flex:0 0 32px;background:rgb(129,131,148);color:#fff;font-size:16px
  }
  body.woocommerce-cart .nxm-cstep.is-active .nxm-cstep-n{background:#000}

  body.woocommerce-cart form.woocommerce-cart-form{
    box-sizing:border-box;width:1378px;padding:21px 61px 22px
  }
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table{
    position:relative;display:table!important;width:1256px!important;margin:20px 0 0!important;
    table-layout:fixed;border-spacing:0
  }
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody{display:table-row-group!important}
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item{
    position:relative;display:table-row!important;width:auto!important;height:138.546875px!important
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td{
    display:table-cell!important;height:138.546875px!important;padding:30px 10px!important;
    border:0!important;border-bottom:1px solid var(--nxm-line)!important;
    box-sizing:border-box;text-align:left!important;vertical-align:middle;background:#fff!important
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-remove{display:none!important}
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-thumbnail{
    display:table-cell!important;width:80px!important;padding-left:0!important
  }
  body.woocommerce-cart .cart_item td.product-thumbnail::before{content:none!important}
  body.woocommerce-cart .cart_item td.product-thumbnail img{
    display:block;width:60px!important;height:60px!important;object-fit:contain;border-radius:0;
    transform:translateY(.25px)
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-name{
    position:relative;width:auto!important;vertical-align:top!important;
    padding-bottom:29.453125px!important;font:700 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart .cart_item td.product-name::before{content:none!important}
  body.woocommerce-cart .cart_item td.product-name>a:first-child{
    display:block;width:370.90625px;font:700 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-ci-flavor{
    width:370.90625px;margin:6px 0 10px;
    font:700 12px/14.4px Roboto,sans-serif;color:rgb(124,126,143)
  }
  body.woocommerce-cart .nxm-ci-stock{
    position:absolute;top:63.015625px;right:10.046875px;margin:0;
    font:500 12px/12px Roboto,sans-serif;color:#009901
  }
  body.woocommerce-cart .nxm-ci-related-toggle{
    margin:0;padding-top:6.33984375px;
    font:700 12px/19.2px Roboto,sans-serif;color:rgb(124,126,143)
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-quantity{
    width:217.859375px!important;text-align:center!important
  }
  body.woocommerce-cart .cart_item td.product-quantity::before{content:none!important}
  body.woocommerce-cart .quantity{width:115px;height:40px;border-radius:0}
  body.woocommerce-cart .cart_item td.product-quantity .quantity{
    transform:translateY(.25px)
  }
  body.woocommerce-cart .quantity input.qty{
    width:37px;min-width:37px;height:38px!important;line-height:38px!important
  }
  body.woocommerce-cart .nxm-qty-btn{width:38px;height:38px;padding:0!important}
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-price{
    display:table-cell!important;width:228.34375px!important;text-align:center!important
  }
  body.woocommerce-cart .cart_item td.product-price::before{content:none!important}
  body.woocommerce-cart .cart_item td.product-price .amount,
  body.woocommerce-cart .cart_item td.product-price .nxm-ci-unit{
    display:inline-block;font:400 16px/22.1538px Roboto,sans-serif;color:rgb(124,126,143);
    transform:translate(-1.546875px,.265625px)
  }
  body.woocommerce-cart .cart_item td.product-price .nxm-ci-unit{
    margin-left:4.46875px;padding:0;transform:translate(-2.609375px,.265625px)
  }
  body.woocommerce-cart form.woocommerce-cart-form tr.cart_item>td.product-subtotal{
    position:relative;width:213.484375px!important;padding:30px 35px 30px 0!important;
    font:700 16px/22.1538px Roboto,sans-serif;white-space:nowrap
  }
  body.woocommerce-cart .cart_item td.product-subtotal::before{content:none!important}
  body.woocommerce-cart .cart_item td.product-subtotal>.amount{
    position:absolute;left:81.21875px;top:57.9375px;
    display:inline-block;font:700 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart form.woocommerce-cart-form td.product-subtotal>a.remove{
    position:absolute;z-index:2;top:56.515625px;right:10px;
    display:flex;align-items:center;justify-content:center;width:25px;height:25px;
    color:#c8ccd6!important;background:transparent!important;font-size:0!important
  }
  body.woocommerce-cart form.woocommerce-cart-form td.product-subtotal>a.remove svg{
    display:block;width:18px;height:18px
  }
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions,
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table tr:has(>td.actions){display:none!important}
  body.woocommerce-cart tr.nxm-ci-related-tr[hidden]{display:none!important}
  body.woocommerce-cart .nxm-cart-delivery{
    box-sizing:border-box;width:368.796875px;height:49.375px;margin:40.5px auto 0;padding:15px 25px;
    border-radius:10px;font:700 14px/19.3846px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-delivery-ico svg{width:30px;height:25px}
  body.woocommerce-cart .nxm-cart-upsell{
    margin-top:24px;font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif
  }
  body.woocommerce-cart .nxm-cart-upsell-header{padding:0 20px 16px}
  body.woocommerce-cart .nxm-cart-upsell-title{
    font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif;line-height:28.6px
  }
  body.woocommerce-cart .nxm-cart-upsell-track-wrap{padding:0 20px 8px}
  body.woocommerce-cart .nxm-cart-upsell-track{padding:0}
  body.woocommerce-cart .nxm-cart-card{font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif}
  body.woocommerce-cart .nxm-cart-card-img-wrap img{width:156px;height:156px;object-fit:contain}
  body.woocommerce-cart .nxm-cart-card-btn{
    height:auto!important;padding:9px 0!important;
    font-family:-apple-system,"SF Pro Text",Inter,system-ui,sans-serif!important
  }

  body.woocommerce-cart .nxm-cart-bottom{
    display:grid;width:1256px;height:220.515625px;margin:32px auto 0;
    grid-template-columns:398.671875px 398.65625px 398.671875px;gap:30px
  }
  body.woocommerce-cart .nxm-cart-col{
    width:auto;min-width:0;height:220.515625px;min-height:220.515625px;box-sizing:border-box
  }
  body.woocommerce-cart .nxm-cart-col-coupon{
    padding:20px;align-items:flex-start;justify-content:center
  }
  body.woocommerce-cart .nxm-cart-coupon-heading{
    width:100%;height:19.796875px;margin:0 0 25px;text-align:center;
    font:700 18px/19.8px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-col-coupon .coupon{gap:19px}
  body.woocommerce-cart .nxm-cart-col-coupon .coupon .input-text{
    flex:0 0 223.671875px;width:223.671875px;height:50px;
    font:400 16px/22.1538px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-col-coupon .coupon button.button{
    flex:0 0 115px;width:115px!important;height:50px!important;padding:5px 9px 4px!important;
    transform:translateY(1px);font:400 14px/16.8px Roboto,sans-serif!important
  }
  body.woocommerce-cart .nxm-cart-col-ship .nxm-cart-freeship{
    width:100%;height:220.515625px;min-height:220.515625px;margin:0;padding:0 40px;
    flex-direction:row;align-items:center;justify-content:flex-start;gap:25px
  }
  body.woocommerce-cart .nxm-cart-col-ship .nxm-cart-fs-ico{
    flex:0 0 55px;width:55px;height:42px;margin-left:10px
  }
  body.woocommerce-cart .nxm-cart-col-ship .nxm-cart-fs-txt{
    font:400 16px/22.4px Roboto,sans-serif
  }
  body.woocommerce-cart .nxm-cart-col-sum{
    width:auto;height:220.515625px;min-height:220.515625px;padding:40px
  }
  body.woocommerce-cart .nxm-cart-col-sum .cart_totals table.shop_table,
  body.woocommerce-cart .nxm-cart-col-sum .cart_totals table.shop_table tbody{
    box-sizing:border-box;width:318.671875px;height:51.515625px;min-height:51.515625px
  }
  body.woocommerce-cart .nxm-cart-col-sum .cart_totals table.shop_table tbody{padding:0}
  body.woocommerce-cart .nxm-cart-col-sum .wc-proceed-to-checkout{
    width:318.671875px;height:70px;margin-top:19px
  }
  body.woocommerce-cart .nxm-cart-col-sum .wc-proceed-to-checkout .checkout-button{
    box-sizing:border-box;width:318.671875px;height:70px;padding:17px 31px!important;
    justify-content:space-between;font:400 20px/36px Roboto,sans-serif
  }
}

/* ===== PDP desktop 1:1: galéria, metadáta, krátky popis a cena ===== */
.single-product .nxm-s-wrap>p:empty{display:none!important}
.single-product .summary .woocommerce-product-details__short-description>p:first-child{
  font:16px/24px Roboto,sans-serif;
  margin:0 0 19px
}
.single-product .summary .woocommerce-product-details__short-description>p:first-child>span:first-child{
  line-height:1.5px!important
}
.single-product .summary .woocommerce-product-details__short-description>p:first-child>span:last-child{
  line-height:30px!important
}

@media(min-width:1200px){
  body.single-product main.site-main{margin-top:8.578125px!important}
  body.single-product .woocommerce-breadcrumb{
    display:flex;align-items:center;box-sizing:border-box;height:33.375px;margin:0;padding:0;
    color:rgb(129,131,148);font-size:14px;line-height:19.3846px;white-space:nowrap
  }
  body.single-product .woocommerce-breadcrumb a{
    color:rgb(129,131,148);font-size:14px;font-weight:700;line-height:19.3846px
  }
  body.single-product .woocommerce-breadcrumb .nxm-bc-sep{
    display:inline-block;flex:0 0 6px;width:6px;color:rgb(129,131,148);font-size:16px;text-align:center
  }
  body.single-product .woocommerce-breadcrumb .nxm-bc-sep:first-of-type{margin:0 15px}
  body.single-product .woocommerce-breadcrumb .nxm-bc-sep:nth-of-type(2){margin:0 7.5px}
  .single-product div.product{margin-top:25px}
  .single-product .nxm-pdp-top{
    grid-template-columns:minmax(0,calc(50% - 70px)) minmax(0,calc(50% - 20px))
  }
  .single-product .nxm-pdp-top>.woocommerce-product-gallery,
  .single-product .nxm-pdp-top>.summary.entry-summary{margin-top:1px!important}
  .single-product .summary .nxm-pd-headmeta{
    height:48.375px;align-items:flex-start;gap:40px;margin-top:25px;margin-bottom:30px
  }
  .single-product .summary .nxm-pd-headmeta .nxm-pd-rating{
    box-sizing:border-box;height:40px;margin-top:4.1875px;padding:10px 16px;gap:15px
  }
  .single-product .summary .nxm-pd-headmeta .star-rating,
  .single-product .summary .nxm-pd-headmeta .nxm-pd-stars-empty{
    flex:0 0 90px;width:90px!important;height:16px
  }
  .single-product .summary .nxm-pd-headmeta .nxm-pd-stars-empty{
    font-size:14px;line-height:15px
  }
  .single-product .summary .nxm-pd-headmeta .nxm-pd-rc{
    line-height:15px;letter-spacing:0
  }
  .single-product .summary .nxm-pd-headmeta .nxm-pd-rlink::before{display:none}
  .single-product .summary .nxm-pd-headmeta .nxm-codebrand{margin-top:5px}
  .single-product .flex-control-thumbs{gap:17px;padding-left:1px!important;margin-top:11px!important}
  .single-product .flex-control-thumbs li,
  .single-product .flex-control-thumbs img{
    width:109.796875px!important;height:109.796875px!important
  }
  .single-product .summary .woocommerce-product-details__short-description{
    margin-top:0;margin-bottom:8px
  }
  .nxm-detail-link-wrap{margin-top:-11px;margin-bottom:25px}
  .single-product .summary .nxm-cena-dost{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px
  }
  body.nxm-product-sleep-mask-noxium .nxm-detail-link-wrap,
  body.nxm-product-noxium-stuple-do-usi-v-krabicke .nxm-detail-link-wrap,
  body.nxm-product-noxium-spectra .nxm-detail-link-wrap{margin-top:11px}
  body.nxm-product-flasa-noxium .summary .nxm-pd-headmeta{margin-bottom:21.625px}
  body.nxm-product-flasa-noxium .summary .nxm-pd-headmeta .nxm-pd-rating{
    flex:0 0 373.84375px;width:373.84375px;margin-top:0
  }
  body.nxm-product-flasa-noxium .summary .nxm-pd-headmeta .nxm-codebrand{margin-top:11.6875px}
  body.nxm-product-flasa-noxium .nxm-detail-link-wrap{
    margin-top:4px;margin-bottom:27px;transform:translateY(2px)
  }
  body.nxm-product-sleep-mask-noxium .summary form.cart,
  body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary form.cart,
  body.nxm-product-noxium-spectra .summary form.cart,
  body.nxm-product-flasa-noxium .summary form.cart{
    margin-top:62.984375px;margin-bottom:0!important
  }
  body.nxm-product-sleep-mask-noxium .summary form.cart::before,
  body.nxm-product-sleep-mask-noxium .summary form.cart::after,
  body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary form.cart::before,
  body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary form.cart::after,
  body.nxm-product-noxium-spectra .summary form.cart::before,
  body.nxm-product-noxium-spectra .summary form.cart::after,
  body.nxm-product-flasa-noxium .summary form.cart::before,
  body.nxm-product-flasa-noxium .summary form.cart::after{display:none!important}
  body.nxm-product-sleep-mask-noxium .summary .nxm-pd-social,
  body.nxm-product-noxium-stuple-do-usi-v-krabicke .summary .nxm-pd-social,
  body.nxm-product-noxium-spectra .summary .nxm-pd-social,
body.nxm-product-flasa-noxium .summary .nxm-pd-social{margin-top:14px}
}

/* ==========================================================================
   HOMEPAGE PARITY 2026-07-28
   Mobile and small-tablet geometry measured against the live noxium.sk page.
   ========================================================================== */
@media(max-width:600px){
  .home .nxm-hero{
    height:max(420px,98.958333vw);
    max-height:none;
    min-height:420px
  }
  .home .nxm-hero-bg{
    object-fit:cover;
    object-position:50% 50%
  }
  .home .nxm-hero::after{
    background:linear-gradient(
      to bottom,
      rgba(10,8,5,.88) 0%,
      rgba(10,8,5,.55) 45%,
      rgba(10,8,5,.1) 70%,
      rgba(10,8,5,0) 100%
    )
  }
  .home .nxm-hero-inner{
    inset:9% 0 0;
    display:block;
    box-sizing:border-box;
    padding:0 6%;
    text-align:center
  }
  .home .nxm-hero-inner>*{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto
  }
  .home .nxm-eyebrow{
    margin-top:0;
    margin-bottom:6px;
    font-size:9px;
    line-height:12.4615px;
    letter-spacing:2.34px
  }
  .home .nxm-hero-title{
    font-size:24px;
    line-height:28.8px
  }
  .home .nxm-hero-sub{
    margin-top:0;
    margin-bottom:0;
    font-size:12px;
    line-height:18px
  }
  .home .nxm-hero .nxm-cta-gold{
    display:table;
    width:auto;
    margin:8px auto 0;
    padding:8px 16px;
    font-size:10px;
    line-height:13.8461px;
    font-weight:700;
    letter-spacing:1.3px
  }
  .home .nxm-hero-meta{
    left:0;
    right:0;
    bottom:14px;
    justify-content:center;
    width:100%;
    font-size:10px;
    line-height:13.8461px;
    text-align:center
  }
}

@media(max-width:559px){
  .home .nxm-usp-banners .nxm-usp-grid{
    box-sizing:border-box;
    width:calc(100% - 40px);
    margin-inline:auto;
    padding-inline:0
  }
  .home .nxm-usp-banners .nxm-usp-mobile-icon{
    width:60px;
    height:60px;
    margin-bottom:10px;
    background-position:-3px top;
    background-size:210px 60px
  }
  .home .nxm-usp-banners .nxm-usp-mobile strong{
    min-height:40px;
    font-size:16px;
    line-height:20px
  }
  .home .nxm-usp-banners .nxm-usp-mobile>span:last-child{
    margin-top:5px;
    line-height:19.3846px
  }
  .home .nxm-products{
    padding-right:12px;
    padding-left:12px
  }
  .home .nxm-products .nxm-section-title{
    margin-right:8px;
    margin-left:8px
  }
  .home .nxm-products ul.products,
  .home .nxm-products .woocommerce ul.products{
    row-gap:2px!important
  }
  .home .nxm-products ul.products li.product{
    padding:30px 24px 30px
  }
  .home .nxm-products ul.products li.product a img,
  .home .nxm-products ul.products li.product img{
    width:calc(100% + 32px)!important;
    margin:-22px -16px 9.6px!important
  }
  .home .nxm-products ul.products li.product .button,
  .home .nxm-products ul.products li.product .added_to_cart{
    width:184px
  }
  .home .nxm-products:not(.nxm-upgrade) .nxm-products-cta{
    margin-top:95px
  }
  .home .nxm-products:not(.nxm-upgrade) .nxm-section-btn{
    min-width:0;
    padding:10px 16px
  }
  .home .nxm-products:not(.nxm-upgrade){
    padding-bottom:68px
  }
}

@media(min-width:601px) and (max-width:767px){
  .home .nxm-hero-inner>*{
    width:min(calc(66.75vw + .03125px),540px);
    max-width:min(calc(66.75vw + .03125px),540px)
  }
  .home .nxm-section-title{
    font-size:26px;
    line-height:1.1
  }
  .home .nxm-products ul.products,
  .home .nxm-products .woocommerce ul.products{
    gap:20px!important
  }
  .home .nxm-products ul.products li.product{
    padding-bottom:10px
  }
  .home .nxm-products ul.products li.product .woocommerce-loop-product__title{
    font-size:16px
  }
  .home .nxm-products ul.products li.product .nxm-pdesc{
    font-size:12px
  }
  .home .nxm-products ul.products li.product .nxm-stock{
    font-size:10px;
    line-height:1.38462
  }
  .home .nxm-products ul.products li.product .button,
  .home .nxm-products ul.products li.product .added_to_cart{
    width:200px;
    height:40px;
    min-height:40px;
    font-size:12px
  }
}

/* Shoptet switches to its fixed 1170px desktop container below 1440px. */
@media(min-width:1200px) and (max-width:1439px){
  body:not(.woocommerce-cart) .nxm-topbar-inner,
  body:not(.woocommerce-cart) .nxm-mainbar-inner,
  body:not(.woocommerce-cart) .nxm-navrow>.nxm-wrap{
    box-sizing:border-box;width:1168px;max-width:1168px;margin-inline:auto;padding-inline:15px
  }
  body:not(.woocommerce-cart) .nxm-topbar,
  body:not(.woocommerce-cart) .nxm-topbar-inner{
    height:49.375px;min-height:49.375px;max-height:49.375px
  }
  body:not(.woocommerce-cart) .nxm-topbar-inner{position:relative}
  body:not(.woocommerce-cart) .nxm-topbar-menu{
    position:relative;display:flex;align-self:flex-start;
    flex:0 0 796.59375px;width:796.59375px;height:49.375px
  }
  body:not(.woocommerce-cart) .nxm-topbar-menu>a{
    display:flex;box-sizing:border-box;height:49.375px;
    align-items:center;padding-top:15px;padding-bottom:15px
  }
  body:not(.woocommerce-cart) .nxm-topbar-menu>a:nth-of-type(5){display:flex}
  body:not(.woocommerce-cart) .nxm-topbar-menu>a:nth-of-type(n+6){display:none}
  body:not(.woocommerce-cart) .nxm-topmore{
    position:absolute;left:696.59375px;top:0;align-self:flex-start;
    width:100px;height:50px;margin:0;transform:none
  }
  body:not(.woocommerce-cart) .nxm-topmore-btn{
    display:flex;box-sizing:border-box;width:100px;height:50px;
    align-items:center;justify-content:flex-start;gap:0;
    padding:0 20px;line-height:19.3846px
  }
  body:not(.woocommerce-cart) .nxm-topmore-btn .nxm-caret{margin-left:4px}
  body:not(.woocommerce-cart) .nxm-topbar-contacts{
    position:absolute;right:10px;top:0;box-sizing:border-box;
    width:348.671875px;height:49px;margin:0;padding:0 10px;
    gap:0;justify-content:space-between
  }
  body:not(.woocommerce-cart) .nxm-mainbar-inner{
    height:94px;min-height:94px;gap:0
  }
  body:not(.woocommerce-cart) .nxm-logo{
    flex:0 0 348.40625px;width:348.40625px;height:54px;
    margin-left:-13px;margin-right:0;transform:translateY(.09375px)
  }
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:264.921875px;height:54.8125px;max-width:none
  }
  body:not(.woocommerce-cart) .nxm-search{
    position:relative;left:0;display:block;flex:0 0 293.421875px;
    width:293.421875px;min-width:293.421875px;max-width:293.421875px;
    height:50px;min-height:50px;margin:0;overflow:visible;
    background:transparent;border:0;border-radius:0;transform:translateY(.5px)
  }
  body:not(.woocommerce-cart) .nxm-search input[type="search"]{
    box-sizing:border-box;width:293.421875px;height:50px;
    padding:10px 50px 10px 12px;background:#f5f6f8;
    border:1px solid #e0e5ee;border-radius:8px;
    font:400 14px/19.3846px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-search button[type="submit"]{
    position:absolute;right:1px;top:1px;box-sizing:border-box;
    width:50px;height:48px;padding:5px 9px 4px;
    justify-content:center;background:#f5f6f8;border:0;border-radius:8px;
    color:rgb(124,126,143);font:400 14px/16.8px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-actions{
    display:flex;flex:1 1 auto;width:auto;min-width:0;margin:0;gap:0;
    justify-content:flex-end;transform:translateY(.5px)
  }
  body:not(.woocommerce-cart) .nxm-lang{
    display:block;align-self:center;flex:0 0 124.25px;
    width:124.25px;height:25px;margin:0 8px 0 4px
  }
  body:not(.woocommerce-cart) .nxm-lang-btn{
    display:flex;box-sizing:border-box;flex:0 0 124.25px;
    width:124.25px;height:25px;align-items:center;justify-content:flex-start;
    gap:4px;padding:4px 2px;font:400 17px/17px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-login-wrap{
    display:block;align-self:center;flex:0 0 208.453125px;
    width:208.453125px;height:50px;margin:0
  }
  body:not(.woocommerce-cart) .nxm-login-toggle{
    display:flex;box-sizing:border-box;flex:0 0 198.453125px;
    width:198.453125px;height:50px;margin:0 10px 0 0;padding:0 20px!important;
    align-items:center;justify-content:flex-start;gap:0;
    border:1px solid transparent;border-bottom:0;border-radius:20px 20px 0 0;
    font:400 16px/16px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>svg{
    flex:0 0 19.53125px!important;width:19.53125px!important;height:28px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>span{
    display:flex;width:auto;height:16px;align-items:center;
    font:400 16px/16px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret{
    display:inline-flex;flex:0 0 18.578125px;width:18.578125px;height:10px;
    margin-left:10px;font-size:10px;line-height:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret svg{width:18.578125px;height:10px}
  body:not(.woocommerce-cart) .nxm-cart{
    display:inline-flex;flex:0 0 auto;width:auto;min-width:81.0625px;height:50px;
    margin:0;justify-content:flex-start;gap:0;color:rgb(196,202,213);line-height:19.2px
  }
  body:not(.woocommerce-cart) .nxm-cart-icon-wrap{
    flex:0 0 28.015625px;width:28.015625px;height:26px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph::before,
  body:not(.woocommerce-cart) .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-glyph::before{
    font-size:26px;line-height:26px;color:rgb(196,202,213)
  }
  body:not(.woocommerce-cart) .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-icon-wrap{
    flex-basis:28.375px;width:28.375px
  }
  body:not(.woocommerce-cart) .nxm-cart-frag,
  body:not(.woocommerce-cart) .nxm-cart-price{display:block}
  body:not(.woocommerce-cart) .nxm-cart-price{
    color:rgb(196,202,213);font-weight:400
  }
  body:not(.woocommerce-cart) .nxm-navrow{
    display:block;box-sizing:border-box;height:60px;border-top:0
  }
  body:not(.woocommerce-cart) .nxm-navrow>.nxm-wrap{height:60px}
  body:not(.woocommerce-cart) .nxm-nav{
    box-sizing:border-box;width:100%;height:60px;min-height:60px;margin:0;padding:0
  }
  body:not(.woocommerce-cart) .nxm-nav a{
    display:flex;box-sizing:border-box;height:60px;align-items:center
  }
}

@media(min-width:1201px) and (max-width:1260px){
  body:not(.woocommerce-cart) .nxm-logo{transform:translateY(10px)}
  body:not(.woocommerce-cart) .nxm-search,
  body:not(.woocommerce-cart) .nxm-actions{transform:translateY(10px)}
}

@media(width:1200px){
  body:not(.woocommerce-cart) .nxm-topbar-inner,
  body:not(.woocommerce-cart) .nxm-mainbar-inner,
  body:not(.woocommerce-cart) .nxm-navrow>.nxm-wrap{
    width:1138px;max-width:1138px;padding-inline:0
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts{right:-5px}
  body:not(.woocommerce-cart) .nxm-logo{
    flex-basis:341.734375px;width:341.734375px;transform:translateY(10px)
  }
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:224.96875px;height:46.546875px
  }
  body:not(.woocommerce-cart) .nxm-search{
    flex-basis:296.75px;width:296.75px;min-width:296.75px;max-width:296.75px;
    transform:translateY(10px)
  }
  body:not(.woocommerce-cart) .nxm-search input[type="search"]{width:296.75px}
  body:not(.woocommerce-cart) .nxm-actions{transform:translateY(10px)}
}

@media(max-width:767px){
  body:not(.woocommerce-cart) .nxm-mainbar,
  body:not(.woocommerce-cart) .nxm-mainbar-inner{
    height:50px;min-height:50px
  }
  body:not(.woocommerce-cart) .nxm-logo,
  body:not(.woocommerce-cart) .nxm-actions{
    transform:none
  }
  body:not(.woocommerce-cart) .nxm-search-toggle{
    flex:0 0 30px;width:30px;height:50px;color:#fff
  }
  body:not(.woocommerce-cart) .nxm-search-toggle svg{display:none}
  body:not(.woocommerce-cart) .nxm-search-toggle::before{
    content:"\e90f";display:block;width:22px;height:22px;
    font:400 22px/22px nxm-apollo;color:#fff;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
  }
  body:not(.woocommerce-cart) .nxm-login-wrap,
  body:not(.woocommerce-cart) .nxm-login-toggle{
    flex:0 0 40px;width:40px;height:50px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle{color:#fff}
  body:not(.woocommerce-cart) .nxm-login-toggle>svg{display:none}
  body:not(.woocommerce-cart) .nxm-login-toggle::before{
    content:"\e90a";display:block;width:15.34375px;height:22px;
    font:400 22px/22px nxm-apollo;color:#fff;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
  }
  body:not(.woocommerce-cart) .nxm-cart{
    align-self:center;display:flex;flex:0 0 35.859375px;
    width:35.859375px;height:40px;margin:0 10px 0 11px;
    align-items:center;justify-content:flex-start;color:#fff
  }
  body:not(.woocommerce-cart) .nxm-cart-icon-wrap{
    flex:0 0 25.859375px;width:25.859375px;height:24px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph::before{
    width:25.859375px;height:24px;font-size:24px;line-height:24px;color:#fff
  }
  body:not(.woocommerce-cart) .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-glyph::before{
    font-size:24px;line-height:24px
  }
  body:not(.woocommerce-cart) .nxm-burger{
    position:relative;flex:0 0 50px;width:50px;height:50px;color:#fff
  }
  body:not(.woocommerce-cart) .nxm-burger>svg{display:none}
  body:not(.woocommerce-cart) .nxm-burger::before{
    content:"\e92f";display:block;position:relative;top:-6px;
    width:22.65625px;height:16px;font:700 16px/16px nxm-apollo;color:#fff;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
  }
  body:not(.woocommerce-cart) .nxm-burger-label{
    position:absolute;top:30.78125px;left:9.578125px;
    width:30.84375px;height:15.21875px;
    font:500 11px/15.2308px Roboto,sans-serif;letter-spacing:0;text-transform:uppercase
  }
}

/* Shoptet enlarges the mobile logo above 480px while retaining the 60px bar. */
@media(min-width:481px) and (max-width:767px){
  body:not(.woocommerce-cart) .nxm-logo,
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:174px;height:36px
  }
  body:not(.woocommerce-cart) .nxm-logo{flex:0 0 174px}
}

/* Tablet header parity: Shoptet uses two fixed container widths, not fluid rows. */
@media(min-width:768px) and (max-width:991px){
  body:not(.woocommerce-cart) .nxm-topbar-inner{
    box-sizing:border-box;width:747px;max-width:747px;height:49.375px;
    margin-inline:auto;padding:0 20px
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts{
    position:absolute;right:calc((100vw - 747px)/2);top:0;box-sizing:border-box;
    width:310.15625px;height:49px;margin:0;padding:0 10px;
    gap:0;justify-content:flex-start
  }
  body:not(.woocommerce-cart) .nxm-topbar-menu>a{
    display:flex;box-sizing:border-box;height:49.375px;
    align-items:center;padding:15px 10px
  }
  body:not(.woocommerce-cart) .nxm-topbar-menu>a:first-of-type{padding-left:0}
  body:not(.woocommerce-cart) .nxm-mainbar-inner{
    box-sizing:border-box;width:707px;max-width:707px;height:94px;min-height:94px;
    margin-inline:auto;padding:30px 0 10px;gap:0;align-items:normal
  }
  body:not(.woocommerce-cart) .nxm-logo{
    flex:0 0 242.09375px;width:242.09375px;height:54px;
    margin-left:-13px;margin-right:0;transform:none
  }
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:184.9375px;height:38.265625px;max-width:none
  }
  body:not(.woocommerce-cart) .nxm-search{
    position:relative;left:auto;display:block;box-sizing:border-box;
    flex:0 0 237.109375px;width:237.109375px;min-width:237.109375px;
    max-width:237.109375px;height:50px;min-height:50px;margin:0;
    overflow:visible;background:transparent;border:0;border-radius:0;
    transform:translateY(2px)
  }
  body:not(.woocommerce-cart) .nxm-actions{
    flex:0 0 240.796875px;width:240.796875px;height:50px;
    margin:0;gap:0;justify-content:flex-start;transform:translateY(2px)
  }
  body:not(.woocommerce-cart) .nxm-login-wrap{
    flex:0 0 170.5px;width:170.5px;height:50px;margin:0
  }
  body:not(.woocommerce-cart) .nxm-login-toggle{
    display:flex;box-sizing:border-box;flex:0 0 133.390625px;
    width:133.390625px;height:50px;margin:0 10px 0 27.109375px;
    padding:0 10px!important;align-items:center;justify-content:flex-start;gap:0;
    border:1px solid transparent;border-bottom:0;border-radius:20px 20px 0 0;
    font:400 14px/14px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>span{
    display:flex;width:auto;height:14px;align-items:center;
    font:400 14px/14px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>svg{
    flex:0 0 16px!important;width:16px!important;height:28px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret{display:none}
  body:not(.woocommerce-cart) .nxm-cart{
    display:inline-flex;flex:0 0 70.296875px;width:70.296875px;height:50px;
    margin:0;justify-content:flex-start;gap:0;color:#fff;
    font:400 12px/14.4px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-cart-icon-wrap{
    flex:0 0 28.015625px;width:28.015625px;height:26px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph::before{
    font-size:26px;line-height:26px;color:#fff
  }
  body:not(.woocommerce-cart) .nxm-cart-price{
    display:block;width:32.28125px;color:rgb(196,202,213);
    font:400 12px/14.4px Roboto,sans-serif
  }
}

@media(min-width:992px) and (max-width:1199px){
  body:not(.woocommerce-cart) .nxm-topbar-inner{
    box-sizing:border-box;width:972px;max-width:972px;height:49.375px;
    margin-inline:auto;padding:0 20px
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts{
    position:absolute;right:15px;top:0;box-sizing:border-box;
    width:348.671875px;height:49px;margin:0;padding:0 10px;
    gap:0;justify-content:space-between
  }
  body:not(.woocommerce-cart) .nxm-mainbar-inner{
    box-sizing:border-box;width:932px;max-width:932px;height:94px;min-height:94px;
    margin-inline:auto;padding:30px 0 10px;gap:0;align-items:normal
  }
  body:not(.woocommerce-cart) .nxm-logo{
    flex:0 0 273.078125px;width:273.078125px;height:54px;
    margin-left:-13px;margin-right:0;transform:none
  }
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:224.96875px;height:46.546875px;max-width:none
  }
  body:not(.woocommerce-cart) .nxm-search{
    position:relative;left:auto;display:block;box-sizing:border-box;
    flex:0 0 228.078125px;width:228.078125px;min-width:228.078125px;
    max-width:228.078125px;height:50px;min-height:50px;margin:0;
    overflow:visible;background:transparent;border:0;border-radius:0;
    transform:translateY(2px)
  }
  body:not(.woocommerce-cart) .nxm-actions{
    flex:0 0 443.84375px;width:443.84375px;height:50px;
    margin:0;gap:0;justify-content:flex-start;transform:translateY(2px)
  }
  body:not(.woocommerce-cart) .nxm-lang{
    display:block;align-self:center;flex:0 0 124.25px;
    width:124.25px;height:25px;margin:0 0 0 22.078125px
  }
  body:not(.woocommerce-cart) .nxm-lang-btn{
    display:flex;box-sizing:border-box;width:124.25px;height:25px;
    align-items:center;justify-content:flex-start;gap:4px;padding:4px 2px;
    font:400 17px/17px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-login-wrap{
    align-self:center;flex:0 0 208.453125px;
    width:208.453125px;height:50px;margin:0 0 0 8px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle{
    display:flex;box-sizing:border-box;flex:0 0 198.453125px;
    width:198.453125px;height:50px;margin:0 10px 0 0;padding:0 20px!important;
    align-items:center;justify-content:flex-start;gap:0;
    border:1px solid transparent;border-bottom:0;border-radius:20px 20px 0 0;
    font:400 16px/16px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>svg{
    flex:0 0 19.53125px!important;width:19.53125px!important;height:28px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>span{
    display:flex;width:auto;height:16px;align-items:center;
    font:400 16px/16px Roboto,sans-serif;text-transform:uppercase
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret{
    display:inline-flex;flex:0 0 18.578125px;width:18.578125px;height:10px;
    margin-left:10px;font-size:10px;line-height:10px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret svg{
    width:18.578125px;height:10px
  }
  body:not(.woocommerce-cart) .nxm-cart{
    display:inline-flex;flex:0 0 81.0625px;width:81.0625px;height:50px;
    margin:0;justify-content:flex-start;gap:0;color:#fff;line-height:19.2px
  }
  body:not(.woocommerce-cart) .nxm-cart-icon-wrap{
    flex:0 0 28.015625px;width:28.015625px;height:26px;margin-right:10px
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph::before{
    font-size:26px;line-height:26px;color:#fff
  }
  body:not(.woocommerce-cart) .nxm-cart-price{
    display:block;color:rgb(196,202,213);font-weight:400
  }
  body:not(.woocommerce-cart) .nxm-navrow>.nxm-wrap{
    box-sizing:border-box;width:972px;max-width:972px;height:60px;
    margin-inline:auto;padding:0 20px
  }
  body:not(.woocommerce-cart) .nxm-nav{
    width:932px;height:60px;min-height:60px
  }
}

/* Exact framework boundary states used by the SK Shoptet theme. */
@media(width:768px){
  body:not(.woocommerce-cart) .nxm-topbar-contacts{width:350.15625px}
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:264.921875px;height:54.8125px
  }
}

@media(width:992px){
  body:not(.woocommerce-cart) .nxm-logo{
    flex-basis:246.40625px;width:246.40625px
  }
  body:not(.woocommerce-cart) .nxm-logo img,
  body:not(.woocommerce-cart) .nxm-logo .custom-logo{
    width:184.9375px;height:38.265625px
  }
  body:not(.woocommerce-cart) .nxm-search{
    flex-basis:241.421875px;width:241.421875px;
    min-width:241.421875px;max-width:241.421875px
  }
  body:not(.woocommerce-cart) .nxm-actions{
    flex-basis:457.171875px;width:457.171875px
  }
  body:not(.woocommerce-cart) .nxm-lang{margin-left:35.40625px}
  body:not(.woocommerce-cart) .nxm-nav>a{
    font:700 14px/14px Roboto,sans-serif
  }
}

@media(min-width:768px) and (max-width:1199px){
  body:not(.woocommerce-cart) .nxm-search input[type="search"]{
    box-sizing:border-box;width:100%;height:50px;
    padding:10px 50px 10px 12px;background:#f5f6f8;
    border:1px solid #e0e5ee;border-radius:8px;
    font:400 14px/19.3846px Roboto,sans-serif
  }
  body:not(.woocommerce-cart) .nxm-search button[type="submit"]{
    position:absolute;right:1px;top:1px;box-sizing:border-box;
    width:50px;height:48px;padding:5px 9px 4px;
    justify-content:center;background:#f5f6f8;border:0;border-radius:8px;
    color:rgb(124,126,143);font:400 14px/16.8px Roboto,sans-serif
  }
}

@font-face{
  font-family:nxm-roboto-sk;src:url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-style:normal;font-weight:400;font-display:swap
}
@font-face{
  font-family:nxm-roboto-sk;src:url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-style:normal;font-weight:500;font-display:swap
}
@font-face{
  font-family:nxm-roboto-sk;src:url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-style:normal;font-weight:700;font-display:swap
}

/* Header parity contract. Keep this final so historical responsive overrides
   cannot replace the measured SK typography and Apollo controls. */
.nxm-header{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}
.nxm-topbar-contacts a{
  box-sizing:border-box;height:39.375px;padding:10px;gap:0;
  font:400 14px/19.3846px Roboto,sans-serif;color:rgb(196,202,213)
}
.nxm-topbar-contacts a>svg{display:none}
.nxm-topbar-contacts a::before{
  display:block;position:relative;top:-1px;margin-right:8px;
  font-family:nxm-apollo;font-style:normal;font-weight:400;
  color:rgb(196,202,213);-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.nxm-topbar-contacts a:first-of-type::before{
  content:"\e917";flex:0 0 17px;width:17px;height:17px;font-size:17px;line-height:17px
}
.nxm-topbar-contacts a:last-of-type::before{
  content:"\e916";flex:0 0 19.78125px;width:19.78125px;height:14px;font-size:14px;line-height:14px
}
.nxm-search input[type="search"]{
  display:block;-webkit-appearance:none;appearance:none
}
.nxm-search input[type="search"]::placeholder{color:rgb(185,186,196);opacity:1}

@media(min-width:768px){
  body:not(.woocommerce-cart) .nxm-topbar-menu>a{
    display:block;line-height:19.3846px
  }
  body:not(.woocommerce-cart) .nxm-topmore-btn{line-height:19.3846px}
  body:not(.woocommerce-cart) .nxm-topmore-btn .nxm-caret{display:none}
  body:not(.woocommerce-cart) .nxm-topmore-btn::after{
    content:"\e900";display:block;flex:0 0 14.859375px;
    width:14.859375px;height:11.0625px;margin-left:10px;
    font:400 8px/11.0769px nxm-apollo;color:rgb(124,126,143);
    -webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto
  }
  body:not(.woocommerce-cart) .nxm-search button[type="submit"] svg{display:none}
  body:not(.woocommerce-cart) .nxm-search button[type="submit"]::before{
    content:"\e90f";display:block;position:absolute;left:50%;top:50%;
    width:22px;height:26.390625px;transform:translate(-50%,-50%);
    font:400 22px/26.4px nxm-apollo;color:rgb(124,126,143);
    -webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>svg,
  body:not(.woocommerce-cart) .nxm-login-toggle .nxm-caret{display:none}
  body:not(.woocommerce-cart) .nxm-login-toggle::before{
    content:"\e90a";display:block;flex:0 0 19.53125px;
    width:19.53125px;height:28px;margin-right:10px;
    font:400 28px/28px nxm-apollo;color:rgb(196,202,213);
    -webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto
  }
  body:not(.woocommerce-cart) .nxm-login-toggle::after{
    content:"\e900";display:block;flex:0 0 18.578125px;
    width:18.578125px;height:10px;margin-left:10px;
    font:400 10px/10px nxm-apollo;color:rgb(196,202,213);
    -webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph{transform:translateY(-1px)}
}

@media(min-width:768px) and (max-width:991px){
  body:not(.woocommerce-cart) .nxm-topbar-menu>a:nth-of-type(n+3){display:none}
  body:not(.woocommerce-cart) .nxm-topbar-contacts{
    padding-right:10px;padding-left:10px;justify-content:flex-start
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts a{
    height:auto;font-size:12px;line-height:16.6154px
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts a:first-of-type::before{
    flex-basis:15px;width:15px;height:15px;font-size:15px;line-height:15px
  }
  body:not(.woocommerce-cart) .nxm-topbar-contacts a:last-of-type::before{
    flex-basis:16.953125px;width:16.953125px;height:12px;font-size:12px;line-height:12px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle::before{
    flex-basis:15.34375px;width:15.34375px;height:22px;
    font-size:22px;line-height:22px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle::after{display:none}
}

@media(width:992px){
  body:not(.woocommerce-cart) .nxm-nav>a{font:700 14px/16px Roboto,sans-serif}
}

@media(min-width:768px) and (max-width:1199px){
  body:not(.woocommerce-cart) .nxm-topbar-menu>a:nth-of-type(n+5){display:none}
  body:not(.woocommerce-cart) .nxm-topmore{z-index:1}
  body:not(.woocommerce-cart) .nxm-topbar-contacts{z-index:2}
  body:not(.woocommerce-cart) .nxm-topmore-btn{
    display:flex;box-sizing:border-box;width:100px;height:50px;
    align-items:center;justify-content:flex-start;gap:0;padding:0 20px
  }
  body:not(.woocommerce-cart) .nxm-login-toggle>span{
    display:block;transform:none
  }
  body:not(.woocommerce-cart) .nxm-cart-glyph{transform:none}
  body:not(.woocommerce-cart) .nxm-cart-glyph::before,
  body:not(.woocommerce-cart) .nxm-cart-price{color:rgb(196,202,213)}
}

@media(width:768px){
  body:not(.woocommerce-cart) .nxm-topbar-contacts{
    padding-right:30px;padding-left:30px
  }
  body:not(.woocommerce-cart) .nxm-topmore{
    display:block;position:absolute;left:425.390625px;top:0;
    width:100px;height:50px;margin:0
  }
}

@media(min-width:769px) and (max-width:991px){
  body:not(.woocommerce-cart) .nxm-topmore{
    display:block;position:absolute;
    left:calc(425.390625px + (100vw - 768px)/2);top:0;
    width:100px;height:50px;margin:0
  }
}

@media(min-width:1200px) and (max-width:1260px){
  body:not(.woocommerce-cart) .nxm-cart{color:#fff}
  body:not(.woocommerce-cart) .nxm-cart-glyph{transform:none}
  body:not(.woocommerce-cart) .nxm-cart-glyph::before,
  body:not(.woocommerce-cart) .nxm-cart-price{color:rgb(196,202,213)}
}

@media(min-width:1261px){
  body:not(.woocommerce-cart) .nxm-search input[type="search"]{
    padding-top:9px;padding-bottom:11px
  }
}

@media(min-width:1261px){
  body:not(.woocommerce-cart) .nxm-cart{color:#fff}
  body:not(.woocommerce-cart) .nxm-cart-glyph::before,
  body:not(.woocommerce-cart) .nxm-cart:has(.nxm-cart-bubble:not([hidden])) .nxm-cart-glyph::before{
    color:rgb(196,202,213)
  }
  body:not(.woocommerce-cart) .nxm-cart-price{color:rgb(196,202,213)}
}

.nxm-header,
.nxm-header *{font-family:nxm-roboto-sk,sans-serif!important}

/* Product archives: the reference grid keeps a real 20px gutter. The previous
   no-sidebar compensation expanded the list by 20px and collapsed the gap. */
@media(min-width:768px){
  body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products,
  body.nxm-has-cat-sidebar.term-spankova-vybava .nxm-cat-grid .nxm-products ul.products,
  body.nxm-has-cat-sidebar.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products ul.products{
    width:100%;margin-left:0!important;gap:20px!important
  }
}
@media(min-width:1024px) and (max-width:1199px){
  body.nxm-has-cat-sidebar .nxm-cat-grid--no-sidebar .nxm-cat-col{
    width:calc(100vw - 442px);max-width:none;margin-left:auto;margin-right:20px
  }
}
@media(max-width:767px){
  body.nxm-has-cat-sidebar .nxm-cat-grid .nxm-products ul.products,
  body.nxm-has-cat-sidebar.term-spankova-vybava .nxm-cat-grid .nxm-products ul.products,
  body.nxm-has-cat-sidebar.term-zvyhodnene-balenia .nxm-cat-grid .nxm-products ul.products{
    width:100%;margin-left:0!important;row-gap:20px!important
  }
}
@media(max-width:559px){
  .home .nxm-products ul.products,
  .home .nxm-products .woocommerce ul.products{row-gap:15px!important}
}

/* Desktop cart preview. It is a sibling of the measured cart link, so opening
   it cannot resize or move any header contract element. */
.nxm-cart-hover{display:none}
@media(min-width:992px) and (hover:hover) and (pointer:fine){
  body:not(.woocommerce-cart) .nxm-actions{position:relative}
  body:not(.woocommerce-cart) .nxm-cart-hover{
    display:block;position:absolute;z-index:250;top:calc(100% + 8px);right:0;
    box-sizing:border-box;width:360px;max-height:min(520px,calc(100vh - 150px));
    padding:20px;background:#fff;color:#0f0f0f;border:1px solid #e5e9f1;
    border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.16);
    opacity:0;visibility:hidden;pointer-events:none;overflow:auto;
    transform:translateY(4px);transition:opacity .14s ease,transform .14s ease,visibility .14s
  }
  body:not(.woocommerce-cart) .nxm-cart-hover::before{
    content:"";position:absolute;left:0;right:0;top:-12px;height:12px
  }
  body:not(.woocommerce-cart) .nxm-cart-hover.is-open{
    opacity:1;visibility:visible;pointer-events:auto;transform:none
  }
  .nxm-cart-hover-title{
    margin:0 0 14px;font:700 20px/1.2 nxm-roboto-sk,sans-serif;color:#0f0f0f
  }
  .nxm-cart-hover-empty{margin:18px 0;color:#7c7e8f;font-size:14px;text-align:center}
  .nxm-cart-hover-items{max-height:235px;margin:0;padding:0;list-style:none;overflow:auto}
  .nxm-cart-hover-item{
    position:relative;display:grid;grid-template-columns:68px minmax(0,1fr) auto;
    gap:12px;align-items:center;min-height:94px;padding:10px 24px 10px 0;
    box-sizing:border-box;border-top:1px solid #e5e9f1
  }
  .nxm-cart-hover-image{display:block;width:68px;height:68px;border-radius:8px;overflow:hidden}
  .nxm-cart-hover-image img{display:block;width:68px;height:68px;margin:0;object-fit:contain}
  .nxm-cart-hover-copy{min-width:0}
  .nxm-actions a.nxm-cart-hover-name{
    display:block;color:#0f0f0f;font-size:14px;font-weight:700;line-height:1.3;
    white-space:normal;overflow-wrap:anywhere
  }
  .nxm-cart-hover-copy dl.variation{margin:3px 0 0;color:#7c7e8f;font-size:11px;line-height:1.3}
  .nxm-cart-hover-copy dl.variation dt,.nxm-cart-hover-copy dl.variation dd{display:inline;margin:0}
  .nxm-cart-hover-copy dl.variation p{display:inline;margin:0}
  .nxm-cart-hover-qty{display:block;margin-top:5px;color:#7c7e8f;font-size:12px}
  .nxm-cart-hover-price{align-self:center;color:#0f0f0f;font-size:14px;font-weight:700;white-space:nowrap}
  .nxm-actions a.nxm-cart-hover-remove{
    position:absolute;right:0;top:8px;width:22px;height:22px;padding:0;
    color:#7c7e8f!important;background:transparent!important;border:0;border-radius:50%;
    font-size:20px;font-weight:400;line-height:20px;text-align:center;text-decoration:none
  }
  .nxm-actions a.nxm-cart-hover-remove:hover{color:#0f0f0f!important}
  .nxm-cart-hover-shipping{padding:16px 0 10px;border-top:1px solid #e5e9f1}
  .nxm-cart-hover-progress{height:5px;overflow:hidden;background:#e5e9f1;border-radius:4px}
  .nxm-cart-hover-progress span{display:block;height:100%;background:#1a1a1a;border-radius:4px}
  .nxm-cart-hover-shipping p{margin:9px 0 0;color:#7c7e8f;font-size:12px;line-height:1.35;text-align:center}
  .nxm-cart-hover-shipping strong{color:#0f0f0f}
  .nxm-actions a.nxm-cart-hover-button{
    display:flex;align-items:center;justify-content:center;box-sizing:border-box;
    width:100%;height:50px;margin-top:10px;padding:0 20px;background:#292929;
    color:#fff!important;border-radius:25px;font-size:14px;font-weight:500;text-align:center
  }
  .nxm-actions a.nxm-cart-hover-button:hover,
  .nxm-actions a.nxm-cart-hover-button:focus{background:#000;color:#fff!important}
}
