/* cxp-sp-css */
#cxp-sp-toast{position:fixed;left:16px;bottom:16px;z-index:9998;display:flex;align-items:center;gap:12px;max-width:340px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 30px rgba(31,38,135,.18);border:1px solid rgba(183,33,255,.18);font-family:'Space Grotesk','Inter',sans-serif;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}
#cxp-sp-toast.cxp-sp-show{opacity:1;transform:translateY(0);pointer-events:auto}
#cxp-sp-toast img{width:46px;height:46px;border-radius:10px;object-fit:cover;flex:0 0 auto}
#cxp-sp-toast .cxp-sp-txt{font-size:13px;line-height:1.45;color:#1a1a2e}
#cxp-sp-toast .cxp-sp-txt a{color:inherit;text-decoration:none;font-weight:700}
#cxp-sp-toast .cxp-sp-txt a:hover{background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent}
#cxp-sp-toast .cxp-sp-time{display:block;font-size:11px;color:#8a8aa0;margin-top:2px}
#cxp-sp-toast .cxp-sp-close{position:absolute;top:4px;right:8px;border:0;background:none;font-size:15px;line-height:1;color:#8a8aa0;cursor:pointer;padding:4px}
#cxp-sp-toast .cxp-sp-off{position:absolute;bottom:4px;right:10px;font-size:10px;color:#b0b0c0;cursor:pointer;text-decoration:underline;background:none;border:0;padding:2px}
@media (max-width:768px){
#cxp-sp-toast{left:10px;bottom:10px;max-width:calc(100vw - 84px);padding:9px 11px;gap:9px}
#cxp-sp-toast img{width:36px;height:36px}
#cxp-sp-toast .cxp-sp-txt{font-size:11.5px}
}
@media (prefers-reduced-motion:reduce){#cxp-sp-toast{transition:opacity .2s ease;transform:none}}
/* cxp-i18n-css */
/* preklady vo footer menu bývajú malými písmenami — zjednoť prvé písmeno */
#footer .menu a::first-letter, .nm-footer .menu a::first-letter{text-transform:uppercase}
/* filtrovaný grid: float/clear pravidlá témy počítajú aj skryté položky a lámu
   riadky (2+4) — počas filtra prepneme grid na flex, ktorý skryté ignoruje */
ul.products.cxp-flexfix{display:flex !important;flex-wrap:wrap !important}
ul.products.cxp-flexfix::before,ul.products.cxp-flexfix::after{display:none !important;content:none !important}
ul.products.cxp-flexfix li.product{float:none !important;clear:none !important}
/* cxp-atc-css */
#cxp-atc-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px) scale(.95);z-index:99999;display:flex;align-items:center;gap:14px;max-width:min(420px,calc(100vw - 32px));padding:14px 18px;border-radius:16px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 40px rgba(31,38,135,.22),0 0 0 1px rgba(183,33,255,.15);font-family:'Space Grotesk','Inter',sans-serif;opacity:0;transition:opacity .35s ease,transform .35s cubic-bezier(.34,1.56,.64,1);pointer-events:none}
#cxp-atc-toast.cxp-atc-show{opacity:1;transform:translate(-50%,0) scale(1);pointer-events:auto}
#cxp-atc-toast::before{content:"";position:absolute;inset:-1px;border-radius:17px;padding:1px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
#cxp-atc-toast .cxp-atc-check{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#21D4FD,#6D5BFF,#B721FF);display:flex;align-items:center;justify-content:center;position:relative}
#cxp-atc-toast .cxp-atc-check svg{width:20px;height:20px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
#cxp-atc-toast .cxp-atc-check svg path{stroke-dasharray:24;stroke-dashoffset:24;animation:cxpAtcCheck .45s .15s ease forwards}
@keyframes cxpAtcCheck{to{stroke-dashoffset:0}}
#cxp-atc-toast.cxp-atc-show .cxp-atc-check::after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid rgba(109,91,255,.45);animation:cxpAtcPulse .9s ease-out .1s}
@keyframes cxpAtcPulse{0%{transform:scale(.6);opacity:1}100%{transform:scale(1.5);opacity:0}}
#cxp-atc-toast img.cxp-atc-thumb{width:46px;height:46px;border-radius:10px;object-fit:cover;flex:0 0 auto;border:1px solid rgba(109,91,255,.2)}
#cxp-atc-toast .cxp-atc-txt{font-size:13.5px;line-height:1.4;color:#1a1a2e;min-width:0}
#cxp-atc-toast .cxp-atc-txt strong{display:block;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}
#cxp-atc-toast .cxp-atc-txt .cxp-atc-ok{font-size:12px;background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}
#cxp-atc-toast a.cxp-atc-btn{flex:0 0 auto;font-size:12.5px;font-weight:700;color:#fff;text-decoration:none;padding:9px 16px;border-radius:22px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}
#cxp-atc-toast a.cxp-atc-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(109,91,255,.4);color:#fff}
.cxp-atc-fly{position:fixed;z-index:100000;border-radius:12px;object-fit:cover;pointer-events:none;box-shadow:0 10px 30px rgba(109,91,255,.45);will-change:transform,opacity}
@media (max-width:768px){
#cxp-atc-toast{bottom:16px;padding:11px 13px;gap:10px}
#cxp-atc-toast .cxp-atc-txt strong{max-width:130px}
#cxp-atc-toast a.cxp-atc-btn{padding:8px 12px;font-size:11.5px}
}
/* cxp-hdr-css */
.cxp-hdr-fixed{position:fixed !important;top:0;left:0;right:0;z-index:9999 !important;transform:translateY(-105%);transition:transform .45s cubic-bezier(.22,1,.36,1);will-change:transform;background:rgba(255,255,255,.94) !important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(31,38,135,.12)}
.cxp-hdr-fixed.cxp-hdr-visible{transform:translateY(0)}
.cxp-hdr-noanim{transition:none !important}
/* cxp-sc-boost-css */
.cxp-sc-boost{margin:0 0 14px;font-family:'Space Grotesk','Inter',sans-serif}
.cxp-sc-gift{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.9);border:1px solid rgba(109,91,255,.18);box-shadow:0 4px 18px rgba(31,38,135,.08)}
.cxp-sc-gift-txt{margin:0 0 8px;font-size:12.5px;line-height:1.45;color:#1a1a2e}
.cxp-sc-gift-txt strong{font-weight:700}
.cxp-sc-grad{background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}
.cxp-sc-bar{height:8px;border-radius:6px;background:rgba(109,91,255,.12);overflow:hidden}
.cxp-sc-bar span{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);background-size:200% 100%;animation:cxpScBar 2.5s linear infinite;transition:width .6s cubic-bezier(.22,1,.36,1)}
@keyframes cxpScBar{0%{background-position:0 0}100%{background-position:200% 0}}
.cxp-sc-gift-won{border-color:rgba(33,212,253,.45);box-shadow:0 4px 22px rgba(33,212,253,.18)}
.cxp-sc-ship{margin-top:10px;padding:10px 14px;border-radius:12px;font-size:12px;line-height:1.45;color:#1a1a2e;background:linear-gradient(90deg,rgba(33,212,253,.10),rgba(183,33,255,.10));border:1px dashed rgba(109,91,255,.35)}
.cxp-sc-ship .cxp-sc-count{display:inline-block;min-width:58px;font-weight:800;font-variant-numeric:tabular-nums;background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent}
/* cxp-c5-css */
#cxp-c5{position:fixed;right:20px;bottom:20px;z-index:99998;width:min(340px,calc(100vw - 32px));padding:18px;border-radius:16px;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 44px rgba(31,38,135,.25);font-family:'Space Grotesk','Inter',sans-serif;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}
#cxp-c5.cxp-c5-show{opacity:1;transform:translateY(0)}
#cxp-c5::before{content:"";position:absolute;inset:-1px;border-radius:17px;padding:1px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
#cxp-c5 .cxp-c5-x{position:absolute;top:8px;right:12px;border:0;background:none;font-size:18px;line-height:1;color:#9BA3C7;cursor:pointer;padding:4px}
#cxp-c5 h4{margin:0 0 6px;font-size:15px;color:#1a1a2e}
#cxp-c5 p{margin:0 0 10px;font-size:12.5px;line-height:1.5;color:#555a75}
#cxp-c5 .cxp-c5-code{display:block;text-align:center;padding:10px;border:1.5px dashed rgba(109,91,255,.5);border-radius:10px;font-weight:800;font-size:17px;letter-spacing:2px;text-transform:uppercase;background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:10px}
#cxp-c5 .cxp-c5-timer{text-align:center;font-size:12px;color:#555a75;margin-bottom:12px}
#cxp-c5 .cxp-c5-timer strong{font-variant-numeric:tabular-nums;background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent}
#cxp-c5 a.cxp-c5-btn{display:block;text-align:center;font-size:13px;font-weight:700;color:#fff !important;text-decoration:none;padding:12px;border-radius:24px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF)}
@media (max-width:600px){#cxp-c5{right:12px;left:12px;bottom:12px;width:auto}}
/* cxp-stock-css */
.cxp-stock{display:flex;align-items:center;gap:10px;margin:14px 0;padding:10px 14px;border-radius:12px;background:rgba(109,91,255,.06);border:1px solid rgba(109,91,255,.15);font-family:'Space Grotesk','Inter',sans-serif;font-size:13px;color:#1a1a2e}
.cxp-stock-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#6D5BFF;box-shadow:0 0 0 0 rgba(109,91,255,.5);animation:cxpStockPulse 2s infinite}
.cxp-stock-hot .cxp-stock-dot{background:#B721FF;box-shadow:0 0 0 0 rgba(183,33,255,.55)}
@keyframes cxpStockPulse{0%{box-shadow:0 0 0 0 rgba(109,91,255,.45)}70%{box-shadow:0 0 0 8px rgba(109,91,255,0)}100%{box-shadow:0 0 0 0 rgba(109,91,255,0)}}
.cxp-stock-txt{flex:1 1 auto;line-height:1.4}
.cxp-stock-bar{flex:0 0 72px;height:6px;border-radius:4px;background:rgba(109,91,255,.14);overflow:hidden}
.cxp-stock-bar i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF)}
.cxp-stock-hot{background:rgba(183,33,255,.07);border-color:rgba(183,33,255,.25)}
.cxp-stock-loop{display:inline-block;margin:10px auto 12px;white-space:nowrap;background:rgba(255,255,255,.94);border:1px solid rgba(183,33,255,.35);padding:4px 12px;border-radius:14px;box-shadow:0 2px 12px rgba(183,33,255,.15);font-size:11px;font-weight:700;color:#8912CE;font-family:'Space Grotesk','Inter',sans-serif}
/* cxp-pts-css */
.cxp-pts-teaser{margin:6px 0 2px;font-size:12.5px;color:#555a75;font-family:'Space Grotesk','Inter',sans-serif}
.cxp-pts-teaser strong{background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}
.cxp-sc-pts{margin:0 0 10px;padding:9px 14px;border-radius:12px;background:rgba(33,212,253,.06);border:1px solid rgba(33,212,253,.2);font-size:12px;line-height:1.45;color:#1a1a2e;font-family:'Space Grotesk','Inter',sans-serif}
.cxp-sc-pts a{font-weight:700;text-decoration:underline}
.cxp-pts-hero{padding:22px;border-radius:16px;background:linear-gradient(135deg,rgba(33,212,253,.08),rgba(183,33,255,.08));border:1px solid rgba(109,91,255,.2);margin-bottom:18px;font-family:'Space Grotesk','Inter',sans-serif}
.cxp-pts-bal{font-size:15px;color:#555a75;margin-bottom:6px}
.cxp-pts-bal span{font-size:38px;font-weight:800;background-image:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent}
.cxp-pts-next{margin:0 0 10px;font-size:13.5px;color:#1a1a2e}
.cxp-pts-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:22px}
.cxp-pts-tier{padding:16px;border-radius:14px;text-align:center;border:1px solid rgba(109,91,255,.18);background:#fff;font-family:'Space Grotesk','Inter',sans-serif}
.cxp-pts-can{border-color:rgba(33,212,253,.5);box-shadow:0 4px 18px rgba(33,212,253,.12)}
.cxp-pts-tier-amt{font-size:26px;font-weight:800;background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent}
.cxp-pts-tier-cost{font-size:12px;color:#555a75;margin:4px 0 12px}
.cxp-pts-btn{width:100%;border:0;cursor:pointer;font-size:13px;font-weight:700;color:#fff;padding:10px;border-radius:22px;background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF)}
.cxp-pts-lock{font-size:12px;color:#9BA3C7}
.cxp-pts-h3{font-size:16px;margin:0 0 10px}
.cxp-pts-list{list-style:none;margin:0 0 18px;padding:0;font-size:13.5px}
.cxp-pts-list li{padding:8px 0;border-bottom:1px dashed rgba(109,91,255,.2)}
.cxp-pts-code{font-weight:800;letter-spacing:1px}
.cxp-pts-note{font-size:12.5px;color:#555a75}
/* cxp-reco-css */
.cxp-reco{max-width:1200px;margin:30px auto 50px;padding:0 20px;font-family:'Space Grotesk','Inter',sans-serif}
.cxp-reco-h{text-align:center;font-size:26px;font-weight:700;margin:0 0 8px;color:#1a1a2e}
.cxp-reco-sub{text-align:center;font-size:13px;color:#555a75;margin:0 0 26px}
.cxp-reco .cxp-sc-grad{background-image:linear-gradient(90deg,#21D4FD,#B721FF);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}
/* cxp-a11y-css */
.nm-wishlist-button.nm-wishlist-button.nm-wishlist-button{min-width:44px;min-height:44px;display:inline-flex !important;align-items:center;justify-content:center;box-sizing:border-box;background:transparent !important;box-shadow:none !important;z-index:5;overflow:visible}
.nm-wishlist-button i{line-height:1}
ul.products li.product img{object-fit:cover}
.nm-post-meta,.nm-post-meta span,.nm-post-meta a{color:#6b7280 !important}
.cxp-sr{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;white-space:nowrap !important;border:0 !important}
/* lupa v headeri (desktop AJ mobil): veľkosť, farba, rovina a ROZOSTUPY ako
   ostatné ikony — ich kontajnery majú 42px; lupa mala len 20px (mobil 8px svg) */
.nm-header .dgwt-wcas-ico-magnifier-handler,
.nm-header .dgwt-wcas-ico-magnifier{max-width:20px !important;min-width:20px !important;width:20px !important;height:20px !important;fill:#0f172a !important;position:relative;top:-3px}
.nm-header .dgwt-wcas-ico-magnifier-handler path,
.nm-header .dgwt-wcas-ico-magnifier path,
.nm-header .dgwt-wcas-ico-magnifier-handler svg,
.nm-header .dgwt-wcas-ico-magnifier svg{fill:#0f172a !important;width:20px !important;height:20px !important}
.nm-header .dgwt-wcas-search-wrapp:not(.dgwt-wcas-active){display:flex !important;align-items:center !important;justify-content:center !important;width:42px !important;max-width:42px !important;padding:16px 11px !important;margin:0 !important;box-sizing:border-box}
.nm-header .nm-menu-search{display:flex;align-items:center;justify-content:center}
/* kompaktný režim pre nízke slidy — šetrí ~30px výšky */
.cxp-slide-tight .elementor-slide-heading{padding:7px 12px 8px !important}
.cxp-slide-tight .elementor-slide-heading:after{display:none !important}
.cxp-slide-tight .elementor-slide-description{margin-top:5px !important;line-height:1.35 !important}
/* srdiečko/plus preč z galérie produktovej fotky (žiadosť 5.8.) */
.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap{display:none !important}
/* skladová zásoba „X na sklade" v neónovom dizajne namiesto zelenej pilulky */
p.stock{display:inline-block !important;background:rgba(255,255,255,.94) !important;border:1px solid rgba(183,33,255,.35) !important;color:#8912CE !important;border-radius:14px !important;padding:4px 14px !important;font-weight:700 !important;font-size:12px !important;font-family:'Space Grotesk','Inter',sans-serif !important;box-shadow:0 2px 12px rgba(183,33,255,.15) !important}
p.stock.out-of-stock{border-color:rgba(244,63,94,.4) !important;color:#e11d48 !important}
/* množstvo „× 1" v pokladni/košíku — neónová pilulka namiesto zelenej */
.woocommerce-checkout-review-order-table .product-quantity,.woocommerce table.shop_table .product-quantity,.widget_shopping_cart .quantity{display:inline-block;background:rgba(255,255,255,.94) !important;border:1px solid rgba(183,33,255,.35) !important;color:#8912CE !important;border-radius:10px !important;padding:1px 9px !important;font-size:11px !important;font-weight:700 !important;font-family:'Space Grotesk','Inter',sans-serif !important;box-shadow:0 2px 8px rgba(183,33,255,.12) !important}
/* cxp-edu-css */
.cxp-pot{display:inline-flex;align-items:center;gap:10px;font-family:'Space Grotesk','Inter',sans-serif;font-size:11px;font-weight:700;color:#334155}
.cxp-pot-loop{display:flex;justify-content:center;width:100%;margin:8px 0 2px}
.cxp-pot-str{display:flex;flex-direction:column;align-items:center;gap:3px}
.cxp-pot-w{font-size:11px;font-weight:700;line-height:1.15}
ul.products li.product .cxp-stock-loop{display:inline-block;margin:6px auto 12px}
.cxp-pot-dots{display:inline-flex;gap:3px}
.cxp-pot-dots i{width:7px;height:7px;border-radius:50%;background:rgba(15,23,42,.12)}
.cxp-pot-dots i.on{background:linear-gradient(120deg,#21D4FD,#6D5BFF)}
.cxp-pot-dots i.on.p3{background:linear-gradient(120deg,#6D5BFF,#B721FF)}
.cxp-pot-dots i.on.p4{background:linear-gradient(120deg,#B721FF,#FF2E9A)}
.cxp-pot-eff{background:rgba(109,91,255,.08);border-radius:10px;padding:2px 8px;font-weight:600}
.single-product .cxp-pot{font-size:12.5px;margin:2px 0 10px}
.cxp-glos{margin:4px 0 14px}
.cxp-glos-hint{display:block;font-size:11.5px;color:#64748b;margin-bottom:6px;font-family:'Inter',sans-serif}
.cxp-glos-chip{position:relative;display:inline-block;margin:0 6px 6px 0;padding:4px 12px;border-radius:12px;border:1px solid rgba(109,91,255,.3);background:rgba(255,255,255,.9);font-family:'Space Grotesk',sans-serif;font-size:11.5px;font-weight:700;color:#6D5BFF;cursor:pointer}
.cxp-glos-chip:after{content:"?";margin-left:5px;opacity:.55}
.cxp-glos-pop{display:none;margin:8px 0 2px;padding:12px 14px;border-radius:12px;background:#0f172a;color:#e2e8f0;font-weight:400;font-family:'Inter',sans-serif;font-size:12.5px;line-height:1.55;text-align:left;box-shadow:0 12px 32px rgba(15,23,42,.35);max-width:440px}
.cxp-glos-pop.open{display:block}
.cxp-glos-chip.open{background:linear-gradient(120deg,rgba(33,212,253,.15),rgba(183,33,255,.15));border-color:#6D5BFF}
.cxp-quiz-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 18px;padding:12px 16px;border-radius:14px;background:linear-gradient(120deg,rgba(33,212,253,.08),rgba(183,33,255,.08));border:1px solid rgba(109,91,255,.18);font-family:'Space Grotesk',sans-serif;font-weight:700;color:#0f172a}
.cxp-quiz-open{border:0;border-radius:12px;padding:9px 18px;background:linear-gradient(120deg,#21D4FD,#B721FF);color:#fff;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 6px 18px rgba(109,91,255,.3)}
#cxp-quiz-banner{margin:6px 12px 22px;padding:20px 22px;border-radius:18px;background:linear-gradient(120deg,rgba(33,212,253,.1),rgba(183,33,255,.1));border:1px solid rgba(109,91,255,.2);text-align:center;font-family:'Space Grotesk',sans-serif}
#cxp-quiz-banner h3{margin:0 0 6px;font-size:20px;color:#0f172a}
#cxp-quiz-banner p{margin:0 0 12px;font-family:'Inter',sans-serif;font-size:13.5px;color:#475569}
#cxp-quiz-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
#cxp-quiz-modal.open{display:flex}
.cxp-qz-card{width:min(480px,94vw);max-height:88vh;overflow:auto;border-radius:20px;background:rgba(255,255,255,.98);padding:24px 22px;box-shadow:0 24px 60px rgba(15,23,42,.35);font-family:'Space Grotesk',sans-serif;position:relative}
.cxp-qz-close{position:absolute;top:12px;right:14px;border:0;background:none;font-size:22px;cursor:pointer;color:#64748b}
.cxp-qz-step{display:none}
.cxp-qz-step.on{display:block}
.cxp-qz-card h3{margin:0 0 4px;font-size:19px;color:#0f172a}
.cxp-qz-sub{font-family:'Inter',sans-serif;font-size:12.5px;color:#64748b;margin:0 0 14px}
.cxp-qz-opt{display:block;width:100%;text-align:left;margin:0 0 9px;padding:13px 16px;border-radius:14px;border:1px solid rgba(109,91,255,.22);background:rgba(255,255,255,.9);font-family:'Space Grotesk',sans-serif;font-size:14px;font-weight:600;color:#0f172a;cursor:pointer;transition:transform .15s,border-color .15s}
.cxp-qz-opt:hover{transform:translateY(-1px);border-color:#6D5BFF}
.cxp-qz-prog{display:flex;gap:6px;margin:0 0 14px}
.cxp-qz-prog i{flex:1;height:4px;border-radius:3px;background:rgba(15,23,42,.1)}
.cxp-qz-prog i.on{background:linear-gradient(90deg,#21D4FD,#B721FF)}
.cxp-qz-res-item{display:flex;gap:12px;align-items:center;margin:0 0 10px;padding:10px;border-radius:14px;border:1px solid rgba(109,91,255,.16);text-decoration:none}
.cxp-qz-res-item img{width:58px;height:58px;border-radius:10px;object-fit:cover}
.cxp-qz-res-t{font-size:13px;font-weight:700;color:#0f172a;line-height:1.35}
.cxp-qz-res-p{font-size:12.5px;color:#6D5BFF;font-weight:700;margin-top:2px}
.cxp-qz-loading{text-align:center;padding:26px 0;color:#64748b;font-family:'Inter',sans-serif}
@media (max-width:600px){.cxp-quiz-cta{font-size:13px}.cxp-qz-card{padding:20px 16px}}
/* cxp-protect-css */
body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
input,textarea,select,option,[contenteditable="true"],.cxp-pts-code,.cxp-c5-code,.woocommerce-form-coupon,.select2-search__field{-webkit-user-select:text !important;-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important}
img{-webkit-user-drag:none;-khtml-user-drag:none;user-drag:none;-webkit-touch-callout:none}
/* cxp-ship-css */
.cxp-ship-eta{margin:10px 0 8px;padding:10px 14px;border-radius:12px;background:rgba(33,212,253,.07);border:1px solid rgba(33,212,253,.25);font-size:12.5px;line-height:1.5;font-family:'Inter',sans-serif;color:#0f172a}
.cxp-heat-warn{margin:8px 0;padding:10px 14px;border-radius:12px;background:rgba(251,146,60,.08);border:1px solid rgba(251,146,60,.35);font-size:12px;line-height:1.55;font-family:'Inter',sans-serif;color:#7c2d12}
.cxp-ship-faq{margin-top:34px}
.cxp-ship-faq h2{font-family:'Space Grotesk',sans-serif}
.cxp-ship-table{width:100%;max-width:560px;border-collapse:separate;border-spacing:0;margin:14px 0;border:1px solid rgba(109,91,255,.2);border-radius:14px;overflow:hidden;font-family:'Inter',sans-serif;font-size:13.5px}
.cxp-ship-table th{background:linear-gradient(120deg,rgba(33,212,253,.12),rgba(183,33,255,.12));font-family:'Space Grotesk',sans-serif;padding:10px 14px;text-align:left}
.cxp-ship-table td{padding:8px 14px;border-top:1px solid rgba(15,23,42,.06)}
.cxp-ship-table tr:nth-child(even) td{background:rgba(15,23,42,.02)}
/* cxp-optin-css */
.cxp-optin-box{margin:22px 0;padding:20px 22px;border-radius:18px;background:linear-gradient(120deg,rgba(33,212,253,.09),rgba(183,33,255,.09));border:1px solid rgba(109,91,255,.25);text-align:center;font-family:'Space Grotesk',sans-serif}
.cxp-optin-box h3{margin:0 0 6px;font-size:19px;color:#0f172a}
.cxp-optin-box p{margin:0 0 12px;font-family:'Inter',sans-serif;font-size:13.5px;color:#475569}
#cxp-optin-btn{border:0;border-radius:14px;padding:12px 24px;background:linear-gradient(120deg,#21D4FD,#B721FF);color:#fff;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:14.5px;cursor:pointer;box-shadow:0 8px 22px rgba(109,91,255,.35);transition:transform .15s}
#cxp-optin-btn:hover{transform:translateY(-1px)}
#cxp-optin-code{display:inline-block;margin-top:4px;padding:10px 22px;border-radius:12px;background:#0f172a;color:#21D4FD;font-size:18px;font-weight:700;letter-spacing:1px;user-select:text !important}
.cxp-optin-thanks{font-weight:600}
/* checkout: Omnisend opt-in checkbox ako výrazný neónový box */
.cxp-optin-row{display:block;margin:14px 0 !important;padding:13px 16px !important;border-radius:14px;background:linear-gradient(120deg,rgba(33,212,253,.09),rgba(183,33,255,.09));border:1px solid rgba(109,91,255,.28);font-family:'Space Grotesk',sans-serif !important;font-weight:600 !important;color:#0f172a !important}
.cxp-optin-row input[type=checkbox]{transform:scale(1.25);margin-right:9px;accent-color:#6D5BFF}
/* cxp-rev-css */
.cxp-rev-promo{margin:0 0 14px;padding:11px 15px;border-radius:13px;background:linear-gradient(120deg,rgba(33,212,253,.09),rgba(183,33,255,.09));border:1px solid rgba(109,91,255,.25);font-family:'Inter',sans-serif;font-size:13px;color:#0f172a}
.woocommerce-review__verified{display:inline-block;background:rgba(255,255,255,.94);border:1px solid rgba(52,211,153,.5);color:#0f9d58 !important;border-radius:10px;padding:1px 9px;font-size:10.5px;font-weight:700;font-style:normal !important;font-family:'Space Grotesk','Inter',sans-serif;margin-left:6px}
/* cxp-blog-css */
/* ---------- mriežka kariet ---------- */
.nm-blog-grid #nm-blog-list{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;
 list-style:none !important;margin:0 !important;padding:0 !important}
.nm-blog-grid #nm-blog-list:before,.nm-blog-grid #nm-blog-list:after{display:none !important;content:none !important}
.nm-blog-grid #nm-blog-list > li{width:auto !important;float:none !important;margin:0 !important;padding:0 !important;
 position:static !important;left:auto !important;top:auto !important;display:block !important}
@media (max-width:1024px){.nm-blog-grid #nm-blog-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media (max-width:600px){.nm-blog-grid #nm-blog-list{grid-template-columns:1fr;gap:16px}}

/* ---------- karta ---------- */
.cxp-bcard{display:flex;flex-direction:column;height:100%;background:rgba(255,255,255,.92);
 border:1px solid rgba(109,91,255,.18);border-radius:18px;overflow:hidden;
 box-shadow:0 6px 22px rgba(15,23,42,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.cxp-bcard:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(109,91,255,.18);border-color:rgba(109,91,255,.42)}
.cxp-bcard-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#eef0f7;text-decoration:none}
.cxp-bcard-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.cxp-bcard:hover .cxp-bcard-img{transform:scale(1.05)}
.cxp-bcard-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
 background:linear-gradient(135deg,#21D4FD,#6D5BFF 55%,#B721FF)}
.cxp-bcard-ph b{font-family:'Space Grotesk',sans-serif;font-size:44px;font-weight:700;color:#fff;opacity:.92;letter-spacing:.04em}
.cxp-bcard-cat{position:absolute;left:12px;top:12px;z-index:2;display:inline-block;padding:5px 11px;border-radius:999px;
 background:rgba(15,23,42,.72);backdrop-filter:blur(6px);color:#fff;font-family:'Space Grotesk',sans-serif;
 font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.cxp-bcard-body{display:flex;flex-direction:column;flex:1 1 auto;padding:16px 18px 18px;gap:9px}
.cxp-bcard-title{margin:0 !important;font-family:'Space Grotesk',sans-serif !important;font-size:16.5px !important;
 line-height:1.35 !important;font-weight:700 !important}
.cxp-bcard-title a{color:#0f172a !important;text-decoration:none !important;
 display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.cxp-bcard:hover .cxp-bcard-title a{background-image:linear-gradient(120deg,#21D4FD,#B721FF);
 -webkit-background-clip:text;background-clip:text;color:transparent !important}
.cxp-bcard-exc{margin:0 !important;font-family:'Inter',sans-serif;font-size:13px;line-height:1.6;color:#64748b;
 display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.cxp-bcard-topics{list-style:none !important;display:flex;flex-wrap:wrap;gap:5px;margin:2px 0 0 !important;padding:0 !important}
.cxp-bcard-topics li{margin:0 !important;padding:3px 9px;border-radius:7px;background:rgba(109,91,255,.08);
 border:1px solid rgba(109,91,255,.14);font-family:'Inter',sans-serif;font-size:10.5px;color:#475569;
 max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cxp-bcard-meta{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:11px;
 border-top:1px solid rgba(15,23,42,.07);font-family:'Inter',sans-serif;font-size:11.5px;color:#94a3b8}
.cxp-bcard-read{display:inline-flex;align-items:center;gap:4px;font-weight:600;color:#6D5BFF}
@media (prefers-reduced-motion:reduce){.cxp-bcard,.cxp-bcard-img{transition:none !important}
 .cxp-bcard:hover{transform:none}.cxp-bcard:hover .cxp-bcard-img{transform:none}}

/* ---------- článok: lišta postupu, čas čítania, obsah, súvisiace ---------- */
#cxp-readbar{position:fixed;left:0;top:0;height:3px;width:0;z-index:99999;
 background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);transition:width .1s linear;pointer-events:none}
.cxp-artmeta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 20px;padding:11px 16px;
 border-radius:14px;background:rgba(109,91,255,.06);border:1px solid rgba(109,91,255,.16);
 font-family:'Inter',sans-serif;font-size:12.5px;color:#475569}
.cxp-artmeta b{font-family:'Space Grotesk',sans-serif;color:#0f172a}
.cxp-artmeta .cxp-am-sep{color:#cbd5e1}
.cxp-toc{margin:0 0 24px;padding:16px 20px;border-radius:16px;background:rgba(255,255,255,.9);
 border:1px solid rgba(109,91,255,.2);box-shadow:0 6px 20px rgba(15,23,42,.05)}
.cxp-toc h2{margin:0 0 10px !important;font-family:'Space Grotesk',sans-serif !important;font-size:14.5px !important}
.cxp-toc ol{margin:0 !important;padding-left:20px !important}
.cxp-toc li{margin:0 0 5px !important;font-size:13.5px;line-height:1.5}
.cxp-toc a{color:#475569;text-decoration:none;border-bottom:1px solid transparent}
.cxp-toc a:hover{color:#6D5BFF;border-bottom-color:rgba(109,91,255,.4)}
.cxp-rel{margin:38px 0 0;padding-top:26px;border-top:1px solid rgba(15,23,42,.08)}
.cxp-rel h2{font-family:'Space Grotesk',sans-serif !important;font-size:17px !important;margin:0 0 16px !important}
.cxp-rel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
@media (max-width:860px){.cxp-rel-grid{grid-template-columns:1fr}}
/* cxp-oznam-css */
.cxp-oznam{background:linear-gradient(120deg,#21D4FD,#6D5BFF 55%,#B721FF);color:#fff;
 font-family:'Inter',sans-serif;position:relative;z-index:120}
.cxp-oznam-in{max-width:1400px;margin:0 auto;padding:9px 46px 9px 18px;display:flex;
 align-items:center;justify-content:center;gap:9px;text-align:center}
.cxp-oznam .cxp-ico{font-size:15px;line-height:1;flex:0 0 auto}
.cxp-oznam-txt{margin:0;font-size:13px;line-height:1.45;letter-spacing:.01em;color:#fff}
.cxp-oznam-txt strong{font-family:'Space Grotesk','Inter',sans-serif;font-weight:700;color:#fff}
.cxp-oznam-x{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;
 background:rgba(255,255,255,.16);color:#fff;width:24px;height:24px;border-radius:50%;
 cursor:pointer;font-size:11px;line-height:1;display:flex;align-items:center;justify-content:center;transition:.18s}
.cxp-oznam-x:hover{background:rgba(255,255,255,.32)}
.cxp-oznam-x:focus-visible{outline:2px solid #fff;outline-offset:2px}
.cxp-oznam[hidden]{display:none}
/* expedičná hláška počas rekonštrukcie — bez odpočtu, len dátum */
.cxp-sc-ship[data-cxp-mode="oznam"],.cxp-ship-eta[data-cxp-oznam]{
 background:linear-gradient(90deg,rgba(33,212,253,.14),rgba(183,33,255,.14));
 border-style:solid;border-color:rgba(109,91,255,.4)}
@media (max-width:640px){
 .cxp-oznam-in{padding:8px 40px 8px 12px;gap:7px}
 .cxp-oznam-txt{font-size:12px;line-height:1.4}
}
@media (prefers-reduced-motion:reduce){.cxp-oznam-x{transition:none}}
/* cxp-sod-css */
/* Globálne — jednotný CXP dropdown na produkte, v quickview aj gride
	   (starý pills-panel na produkte odstránený zo sekcie 18, 11.8.). */
	/* ---------- PC/desktop: CXP dizajn fake-dropdownu ---------- */
	.sod_select{
		font-family:'Space Grotesk',sans-serif !important; font-size:13.5px !important; font-weight:600 !important;
		color:#0f172a !important; text-transform:none !important; letter-spacing:0 !important;
		background:rgba(255,255,255,.94) !important; border:1.5px solid rgba(109,91,255,.30) !important;
		border-radius:12px !important; padding:11px 40px 11px 15px !important;
		transition:border-color .15s ease, box-shadow .15s ease;
	}
	.sod_select:before,
	.sod_select:after{ display:none !important; }
	.sod_select .sod_label{
		font-family:'Space Grotesk',sans-serif !important; font-size:13.5px !important;
		color:inherit !important; text-transform:none !important;
		white-space:nowrap !important; overflow:hidden !important; text-overflow:ellipsis !important;
		display:block !important; line-height:1.5 !important;
	}
	/* vlastná šípka — chevron */
	.sod_select .sod_label:after{
		content:''; position:absolute; right:15px; top:50%; width:9px; height:9px;
		border-right:2px solid #6D5BFF; border-bottom:2px solid #6D5BFF;
		transform:translateY(-70%) rotate(45deg); transition:transform .18s ease;
	}
	.sod_select.open .sod_label:after{ transform:translateY(-30%) rotate(225deg); }
	.sod_select:hover{ border-color:rgba(109,91,255,.55) !important; }
	.sod_select.focus,
	.sod_select.open{
		border-color:#6D5BFF !important; box-shadow:0 0 0 3px rgba(109,91,255,.15) !important;
	}
	.sod_select{ position:relative !important; }
	/* produktová stránka: kompaktné tlačidlo ako v quickview, nie celá šírka stĺpca */
	.single-product table.variations .sod_select{
		width:auto !important; min-width:220px !important; max-width:340px !important;
		text-align:center !important;
	}
	.sod_select .sod_list_wrapper,
	span.sod_select span.sod_list_wrapper,
	.single-product table.variations .sod_select .sod_list_wrapper,
	#nm-quickview .sod_select .sod_list_wrapper{
		position:absolute !important; top:100% !important; left:50% !important;
		transform:translateX(-50%) !important; min-width:100% !important; width:max-content !important;
		background:#fff !important; border:1.5px solid rgba(109,91,255,.25) !important;
		border-radius:14px !important; box-shadow:0 16px 40px rgba(15,23,42,.16) !important;
		margin-top:6px !important; overflow:hidden !important;
	}
	/* SOD pridáva .above keď sa zoznam otvára nahor */
	.sod_select.above .sod_list_wrapper,
	span.sod_select.above span.sod_list_wrapper,
	.single-product table.variations .sod_select.above .sod_list_wrapper{
		top:auto !important; bottom:100% !important; margin-top:0 !important; margin-bottom:6px !important;
	}
	.sod_select .sod_list{ padding:5px !important; background:#fff !important; max-height:280px !important; overflow:auto !important; }
	.sod_select .sod_option,
	.single-product table.variations .sod_select .sod_option,
	#nm-quickview .sod_select .sod_option{
		display:block !important; width:auto !important; min-width:0 !important;
		font-family:'Space Grotesk',sans-serif !important; font-size:13.5px !important;
		color:#0f172a !important; text-transform:none !important; letter-spacing:0 !important;
		padding:10px 13px !important; border-radius:9px !important; margin:1px 0 !important;
		background:transparent; border:none !important; box-shadow:none !important;
		transform:none !important; text-align:left !important;
		transition:background .12s ease, color .12s ease;
	}
	.sod_select .sod_option:hover,
	.sod_select .sod_option.active{
		background:linear-gradient(120deg,rgba(33,212,253,.12),rgba(183,33,255,.12)) !important;
		color:#6D5BFF !important;
	}
	.sod_select .sod_option.selected{ font-weight:700 !important; color:#6D5BFF !important; }
	.sod_select .sod_option.disabled{ opacity:.4; }
	/* ---------- medzery: dropdown sa nesmie dotýkať množstva/ceny ---------- */
	.variations_form table.variations td.value{ padding:4px 0 14px !important; }
	.variations_form .sod_select{ margin:2px 0 !important; }
	#nm-quickview .nm-quantity-wrap{ margin-top:14px !important; }
	#nm-quickview .single_variation_wrap .woocommerce-variation{ margin:8px 0 10px !important; }
	/* ---------- množstvo: jeden dizajn pre všetky stavy (nemení sa po výbere
	   variantu — WC po výbere odkryje vlastný stepper v .woocommerce-variation-
	   add-to-cart, preto štýlujeme VŠETKY inštancie rovnako) ---------- */
	#nm-quickview .quantity, .single-product form.cart .quantity{
		display:inline-flex !important; align-items:center !important; gap:4px !important;
		border:none !important; background:transparent !important; box-shadow:none !important;
	}
	#nm-quickview .quantity .nm-qty-minus, #nm-quickview .quantity .nm-qty-plus,
	.single-product form.cart .quantity .nm-qty-minus, .single-product form.cart .quantity .nm-qty-plus{
		display:inline-flex !important; align-items:center !important; justify-content:center !important;
		width:26px !important; height:26px !important; min-width:26px !important; line-height:1 !important;
		background:#0f172a !important; color:#fff !important; border-radius:8px !important;
		border:none !important; opacity:1 !important; cursor:pointer !important;
		transition:background .15s ease, transform .15s ease !important;
	}
	#nm-quickview .quantity .nm-qty-minus i, #nm-quickview .quantity .nm-qty-plus i,
	.single-product form.cart .quantity .nm-qty-minus i, .single-product form.cart .quantity .nm-qty-plus i{
		color:#fff !important; font-size:11px !important; line-height:1 !important;
	}
	#nm-quickview .quantity .nm-qty-minus:hover, #nm-quickview .quantity .nm-qty-plus:hover,
	.single-product form.cart .quantity .nm-qty-minus:hover, .single-product form.cart .quantity .nm-qty-plus:hover{
		background:linear-gradient(120deg,#21D4FD,#B721FF) !important; transform:scale(1.08) !important;
	}
	#nm-quickview .quantity input.qty, .single-product form.cart .quantity input.qty{
		font-family:'Space Grotesk',sans-serif !important; font-size:15px !important; font-weight:700 !important;
		color:#0f172a !important; width:44px !important; text-align:center !important;
		border:none !important; background:transparent !important; box-shadow:none !important;
	}
	/* ---------- produkt: množstvo bez bielej kapsuly na pozadí ---------- */
	.single-product form.cart .quantity,
	body.single-product form.cart div.quantity,
	.single-product .woocommerce-variation-add-to-cart .quantity{
		background:transparent !important; border:none !important; box-shadow:none !important;
		border-radius:0 !important; padding:0 !important;
	}
	/* ---------- mobilný header: lupa preč (vyhľadávanie je v ľavom menu) ---------- */
	@media (max-width:1024px){
		.nm-header .js-dgwt-wcas-enable-mobile-form,
		.nm-header .dgwt-wcas-search-icon{ display:none !important; }
	}
	/* ---------- košík: počet ako bublina v pravom hornom rohu ikony
	   (header tlačidlo má ID #nm-menu-cart-btn, offscreen menu triedu) ---------- */
	#nm-menu-cart-btn, .nm-menu-cart-btn{ position:relative !important; display:inline-block !important; }
	#nm-menu-cart-btn .nm-menu-cart-count, .nm-menu-cart-btn .nm-menu-cart-count{
		position:absolute !important; top:-2px !important; right:-6px !important; left:auto !important; bottom:auto !important;
		min-width:16px !important; height:16px !important; line-height:16px !important; padding:0 4px !important;
		background:linear-gradient(120deg,#21D4FD,#B721FF) !important; color:#fff !important;
		font-family:'Space Grotesk',sans-serif !important; font-size:10px !important; font-weight:700 !important;
		border-radius:999px !important; text-align:center !important; box-sizing:border-box !important;
	}
	#nm-menu-cart-btn .nm-menu-cart-count.nm-count-zero,
	.nm-menu-cart-btn .nm-menu-cart-count.nm-count-zero{ display:none !important; }
	/* ---------- dotykové zariadenia: natívny select prekryje fake ---------- */
	@media (hover:none), (pointer:coarse){
		.sod_select{ position:relative !important; }
		.sod_select select,
		.single-product table.variations .sod_select select,
		#nm-quickview .sod_select select{
			display:block !important; position:absolute !important; top:0 !important; left:0 !important;
			width:100% !important; height:100% !important; margin:0 !important; padding:0 !important;
			border:0 !important; opacity:0 !important; z-index:9 !important;
			font-size:16px !important; /* iOS anti-zoom */
			-webkit-appearance:menulist-button; appearance:menulist-button;
		}
		.sod_select .sod_list_wrapper,
		.single-product table.variations .sod_select .sod_list_wrapper{ display:none !important; }
	}
/* cxp-flag-css */
img.cxp-flag{display:inline-block;vertical-align:-2px;border-radius:2px;
 box-shadow:0 0 0 1px rgba(15,23,42,.10);width:18px;height:12px;object-fit:cover}
.cxp-fs-cc img.cxp-flag{width:15px;height:10px;vertical-align:-1px}
.cxp-fs-trig-t img.cxp-flag{vertical-align:-1.5px}
.cxp-ct-flag{margin-right:7px}
/* cxp-design-fixes */
/* lazy-load shimmer: platí len kým je src SVG placeholder od LiteSpeed */
img[data-lazyloaded][src^="data:image/svg"]{
	background:linear-gradient(100deg,rgba(15,23,42,.05) 40%,rgba(109,91,255,.10) 50%,rgba(15,23,42,.05) 60%);
	background-size:200% 100%;
	animation:cxpShimmer 1.3s ease-in-out infinite;
}
@keyframes cxpShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media (prefers-reduced-motion: reduce){img[data-lazyloaded][src^="data:image/svg"]{animation:none}}
/* väčšia dotyková plocha zatváracích ✕ (vizuálna veľkosť nezmenená) */
#cxp-c5 .cxp-c5-x{padding:12px 14px;margin:-8px -8px 0 0}
.cxp-quiz-x,#cxp-quiz .cxp-close,#cxp-optin-box .cxp-close{padding:12px}
/* cxp-topbar-css */
.nm-top-bar{
		background:linear-gradient(120deg,#21D4FD 0%,#6D5BFF 50%,#B721FF 100%) !important;
		border-bottom:0 !important; position:relative !important; overflow:hidden !important;
	}
	.nm-top-bar:before{
		content:''; position:absolute; top:0; left:-60%; width:50%; height:100%;
		background:linear-gradient(100deg, transparent 0%, rgba(255,255,255,.22) 50%, transparent 100%);
		animation:cxpTopbarShine 6s ease-in-out infinite; pointer-events:none; z-index:1;
	}
	@keyframes cxpTopbarShine{ 0%,55%{left:-60%} 100%{left:120%} }
	.nm-top-bar .nm-row{ display:block !important; }
	.nm-top-bar .nm-top-bar-left{ width:100% !important; max-width:100% !important; float:none !important; overflow:hidden !important; }
	.nm-top-bar .nm-top-bar-right{ display:none !important; }
	.nm-top-bar .nm-top-bar-text{
		display:inline-block !important; white-space:nowrap !important;
		overflow:visible !important; text-overflow:clip !important;
		max-width:none !important; width:max-content !important;
		color:#fff !important; font-family:'Space Grotesk',sans-serif !important;
		font-weight:600 !important; font-size:13.5px !important; letter-spacing:.35px !important;
		text-shadow:0 1px 6px rgba(15,23,42,.25) !important;
		animation:cxpTopbarMarquee 22s linear infinite; will-change:transform; position:relative; z-index:2;
	}
	.nm-top-bar .nm-top-bar-text a{ color:#fff !important; text-decoration:underline !important; font-weight:700 !important; }
	.nm-top-bar:hover .nm-top-bar-text{ animation-play-state:paused; }
	@keyframes cxpTopbarMarquee{ 0%{ transform:translateX(100vw);} 100%{ transform:translateX(-100%);} }
	/* Zobraz lištu aj na mobile (téma ju štandardne skrýva) */
	@media (max-width:991px){
		.top-bar-mobile-none .nm-top-bar{ display:block !important; }
		.nm-top-bar .nm-top-bar-text{ font-size:12px !important; animation-duration:15s; }
	}
	@media (prefers-reduced-motion: reduce){ .nm-top-bar .nm-top-bar-text{ animation:none; } .nm-top-bar:before{ animation:none; } }
	/* Marquee len keď sa text NEzmestí (typicky mobil). Na PC sa celé znenie
	   zmestí a pohyb nedáva zmysel — JS nižšie pridá cxp-tb-static. Bol to aj
	   zdroj dead clicks: ľudia sa pohyblivý text snažili chytiť. */
	.nm-top-bar .nm-top-bar-left.cxp-tb-static{ text-align:center !important; }
	.nm-top-bar .nm-top-bar-text.cxp-tb-static{ animation:none !important; transform:none !important; }
/* cxp-filters-css */
:root{ --cxpf-accent:#21D4FD; --cxpf-accent2:#B721FF; --cxpf-ink:#0f172a; --cxpf-muted:#5b6b7d; --cxpf-line:rgba(15,23,42,.10); }

	/* Nadpisy widgetov filtrov */
	.nm-shop-sidebar .nm-widget-title,
	.nm-shop-taxonomy-heading{
		font-family:'Space Grotesk',sans-serif !important; font-weight:700 !important;
		font-size:14px !important; letter-spacing:.4px !important; text-transform:uppercase !important;
		color:var(--cxpf-ink) !important;
	}

	/* ---- Select2 zatvorený box ---- */
	.nm-shop .select2-container--default .select2-selection--single,
	.woocommerce .select2-container--default .select2-selection--single{
		height:46px !important; border:1.5px solid var(--cxpf-line) !important; border-radius:12px !important;
		background:#fff !important; box-shadow:0 2px 8px rgba(15,23,42,.04) !important;
		display:flex !important; align-items:center !important; transition:border-color .15s ease, box-shadow .15s ease !important;
	}
	.nm-shop .select2-container--default .select2-selection--single:hover,
	.select2-container--default.select2-container--open .select2-selection--single{
		border-color:var(--cxpf-accent) !important; box-shadow:0 4px 14px rgba(33,212,253,.18) !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		font-family:'Space Grotesk',sans-serif !important; font-weight:600 !important; font-size:14px !important;
		color:var(--cxpf-ink) !important; line-height:44px !important; padding-left:14px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__placeholder{ color:var(--cxpf-muted) !important; }
	.select2-container--default .select2-selection--single .select2-selection__arrow{ height:44px !important; right:10px !important; }
	.select2-container--default .select2-selection--single .select2-selection__arrow b{ border-color:var(--cxpf-accent2) transparent transparent transparent !important; }

	/* ---- Select2 otvorený panel (pripojený na body) ---- */
	.select2-container--default .select2-dropdown{
		border:1.5px solid var(--cxpf-accent) !important; border-radius:14px !important; overflow:hidden !important;
		box-shadow:0 16px 40px rgba(15,23,42,.16), 0 0 22px rgba(33,212,253,.14) !important;
		margin-top:6px !important; background:#fff !important;
	}
	.select2-dropdown .select2-search--dropdown{ padding:10px !important; }
	.select2-container--default .select2-search--dropdown .select2-search__field{
		border:1.5px solid var(--cxpf-line) !important; border-radius:10px !important; padding:9px 12px !important;
		font-family:'Space Grotesk',sans-serif !important; font-size:14px !important; outline:none !important;
	}
	.select2-container--default .select2-search--dropdown .select2-search__field:focus{ border-color:var(--cxpf-accent) !important; }
	.select2-container--default .select2-results__option{
		font-family:'Space Grotesk',sans-serif !important; font-size:14px !important; font-weight:500 !important;
		color:var(--cxpf-ink) !important; padding:10px 16px !important;
	}
	.select2-container--default .select2-results__option--highlighted[aria-selected],
	.select2-container--default .select2-results__option--highlighted{
		background:linear-gradient(120deg,var(--cxpf-accent),var(--cxpf-accent2)) !important; color:#fff !important;
	}
	.select2-container--default .select2-results__option[aria-selected=true]{
		background:rgba(33,212,253,.10) !important; color:var(--cxpf-ink) !important; font-weight:700 !important;
	}

	/* ---- Natívny <select> (fallback, kým Select2 nabehne) ---- */
	.nm-shop-sidebar select{
		font-family:'Space Grotesk',sans-serif !important; font-size:14px !important; color:var(--cxpf-ink) !important;
		border:1.5px solid var(--cxpf-line) !important; border-radius:12px !important; padding:11px 14px !important; background:#fff !important;
	}

	/* ---- Layered nav zoznam (odkazy s hodnotami) ---- */
	.woocommerce-widget-layered-nav-list{ margin:0 !important; padding:0 !important; }
	.woocommerce-widget-layered-nav-list li{ list-style:none !important; padding:0 !important; border:0 !important; margin:0 0 4px !important; }
	.woocommerce-widget-layered-nav-list li a{
		font-family:'Space Grotesk',sans-serif !important; font-size:14px !important; color:var(--cxpf-muted) !important;
		text-decoration:none !important; display:inline-block !important; padding:6px 10px !important; border-radius:8px !important;
		transition:color .15s ease, background .15s ease !important;
	}
	.woocommerce-widget-layered-nav-list li a:hover{ color:var(--cxpf-accent2) !important; background:rgba(33,212,253,.08) !important; }
	.woocommerce-widget-layered-nav-list li.chosen a{ color:var(--cxpf-accent2) !important; font-weight:700 !important; }
	.woocommerce-widget-layered-nav-list li .count{ color:var(--cxpf-muted) !important; font-size:12px !important; opacity:.8 !important; }

	/* ---- Cenový filter (zoznam rozsahov) ---- */
	.nm-price-filter{ margin:0 !important; padding:0 !important; }
	.nm-price-filter li{ list-style:none !important; margin:0 0 5px !important; padding:0 !important; }
	.nm-price-filter li a,
	.nm-price-filter li.current{
		font-family:'Space Grotesk',sans-serif !important; font-size:13.5px !important; font-weight:600 !important;
		display:block !important; padding:8px 14px !important; border-radius:999px !important; text-decoration:none !important;
	}
	.nm-price-filter li a{ color:var(--cxpf-muted) !important; border:1.5px solid var(--cxpf-line) !important; transition:all .15s ease !important; }
	.nm-price-filter li a:hover{ color:var(--cxpf-accent2) !important; border-color:var(--cxpf-accent) !important; }
	.nm-price-filter li.current{
		color:#fff !important; background:linear-gradient(120deg,var(--cxpf-accent),var(--cxpf-accent2)) !important;
		box-shadow:0 4px 14px rgba(183,33,255,.28) !important;
	}

	/* ---- Reset filtrov / tlačidlo mobilného filtra ---- */
	.nm-shop-search-taxonomy-reset a,
	.nm-shop-sidebar-btn-wrap .nm-shop-sidebar-btn{
		font-family:'Space Grotesk',sans-serif !important; font-weight:700 !important;
	}
/* cxp-short-desc-css */
/* Popis nech je vždy POD obrázkom – neprekrýva plávajúcu galériu */
	.woocommerce-product-details__short-description{ clear:both !important; }
	.woocommerce-product-details__short-description{
		--c1:#21D4FD; --c2:#B721FF; --mid:#6D5BFF; --ink:#0f172a; --muted:#5b6b7d;
		--glass:rgba(255,255,255,.72); --border:rgba(15,23,42,.08); --shadow:0 8px 30px rgba(15,23,42,.08);
		position:relative !important; font-family:'Inter',sans-serif !important;
		font-size:16px !important; font-weight:400 !important; line-height:1.7 !important; color:var(--muted) !important;
		background:var(--glass) !important; border:1px solid var(--border) !important;
		border-radius:4px 16px 16px 4px !important; box-shadow:var(--shadow) !important;
		padding:18px 22px !important; margin:20px 0 24px !important; overflow-wrap:break-word !important;
	}
	.woocommerce-product-details__short-description:before{
		content:''; position:absolute; left:0; top:0; bottom:0; width:3px; border-radius:3px;
		background:linear-gradient(180deg,var(--c1),var(--c2));
	}
	.woocommerce-product-details__short-description strong,
	.woocommerce-product-details__short-description b{
		font-weight:700 !important;
		background:linear-gradient(120deg,var(--c1),var(--mid),var(--c2)) !important;
		-webkit-background-clip:text !important; background-clip:text !important; color:transparent !important;
	}
	.woocommerce-product-details__short-description a{ color:var(--mid) !important; font-weight:700 !important; text-decoration:underline !important; text-underline-offset:2px !important; }
	.woocommerce-product-details__short-description p{ margin:0 0 10px !important; }
	.woocommerce-product-details__short-description p:last-child{ margin-bottom:0 !important; }
/* cxp-pie-css */
.vc_pie_chart.cxp-pie-ready .vc_pie_chart_back{
		border:0 !important;
		background:conic-gradient(var(--cxp-pie-color,#21D4FD) calc(var(--cxp-pie-pct,0)*1%), var(--track,#e9eef5) 0) !important;
		-webkit-mask:radial-gradient(farthest-side, transparent calc(100% - var(--ring,11px)), #000 calc(100% - var(--ring,11px) + 1px));
		mask:radial-gradient(farthest-side, transparent calc(100% - var(--ring,11px)), #000 calc(100% - var(--ring,11px) + 1px));
		transition:background 1s ease;
	}
	.vc_pie_chart.cxp-pie-ready canvas{ display:none !important; }
	.vc_pie_chart:not(.cxp-pie-ready) .vc_pie_chart_value{ visibility:hidden !important; }
/* cxp-filters-css2 */
/* Apply / Použiť tlačidlo */
	.woocommerce-widget-layered-nav-dropdown__submit{
		margin-top:10px !important; padding:11px 22px !important; border:0 !important; border-radius:999px !important;
		cursor:pointer !important; color:#fff !important;
		font-family:'Space Grotesk',sans-serif !important; font-weight:700 !important; font-size:14px !important;
		background:linear-gradient(120deg,#21D4FD,#B721FF) !important;
		box-shadow:0 6px 18px rgba(33,212,253,.35) !important; transition:transform .15s ease, box-shadow .15s ease !important;
	}
	.woocommerce-widget-layered-nav-dropdown__submit:hover{ transform:translateY(-2px) !important; box-shadow:0 10px 26px rgba(183,33,255,.4) !important; }

	/* selectWoo multiselect – guľaté štítky vybraných hodnôt */
	.select2-container--default .select2-selection--multiple{
		border:1.5px solid var(--cxpf-line,rgba(15,23,42,.10)) !important; border-radius:12px !important; background:#fff !important; min-height:46px !important;
	}
	.select2-container--default.select2-container--focus .select2-selection--multiple{ border-color:#21D4FD !important; }
	.select2-container--default .select2-selection--multiple .select2-selection__choice{
		background:linear-gradient(120deg,#21D4FD,#B721FF) !important; color:#fff !important; border:0 !important;
		border-radius:999px !important; padding:4px 12px !important; margin:5px 4px 0 !important;
		font-family:'Space Grotesk',sans-serif !important; font-weight:600 !important; font-size:13px !important;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{ color:#fff !important; margin-right:6px !important; opacity:.85; }
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{ opacity:1; color:#fff !important; }
	.select2-container--default .select2-search--inline .select2-search__field{ font-family:'Space Grotesk',sans-serif !important; }

	/* Zoradiť podľa – zoznam, oblý aktívny stav */
	.nm-product-sorting{ margin:0 !important; padding:0 !important; }
	.nm-product-sorting li{ list-style:none !important; margin:0 0 5px !important; padding:0 !important; }
	.nm-product-sorting li a,
	.nm-product-sorting li.active{
		font-family:'Space Grotesk',sans-serif !important; font-size:14px !important; font-weight:600 !important;
		display:block !important; padding:8px 14px !important; border-radius:10px !important; text-decoration:none !important;
		transition:all .15s ease !important;
	}
	.nm-product-sorting li a{ color:var(--cxpf-muted,#5b6b7d) !important; }
	.nm-product-sorting li a:hover{ color:#B721FF !important; background:rgba(33,212,253,.08) !important; }
	.nm-product-sorting li.active{
		color:#fff !important; font-weight:700 !important;
		background:linear-gradient(120deg,#21D4FD,#B721FF) !important; box-shadow:0 4px 14px rgba(183,33,255,.25) !important;
	}

	/* Zruš vnútorný scroll box LEN na dropdown filtroch (orezával spodok boxu, "box v boxe").
	   Zoznamy (Kategórie a pod.) si scroll ponechajú, aby sa nerozbalili celé. */
	.nm-shop-sidebar .nm-shop-widget-scroll:has(.woocommerce-widget-layered-nav-dropdown){
		max-height:none !important; overflow:visible !important;
	}

	/* KATEGÓRIE (widget_product_categories) – font Space Grotesk */
	.nm-shop-sidebar .product-categories a,
	.nm-shop-sidebar .widget_product_categories a{
		font-family:'Space Grotesk',sans-serif !important; font-size:14px !important; font-weight:600 !important;
		color:var(--cxpf-muted,#5b6b7d) !important; text-decoration:none !important;
	}
	.nm-shop-sidebar .product-categories a:hover{ color:#B721FF !important; }
	.nm-shop-sidebar .product-categories li.current-cat > a{ color:#B721FF !important; font-weight:700 !important; }
/* cxp-product-tweaks-css */
/* a) Progress bar výplň – neón gradient, spoľahlivo viditeľná */
	.vc_bar.cxp-bar-ready{
		display:block !important; height:10px !important; border-radius:999px !important;
		background:linear-gradient(90deg,#21D4FD,#B721FF) !important;
		box-shadow:0 0 10px rgba(33,212,253,.45) !important;
		transform:none !important; transition:width 1s ease !important; min-width:2px !important;
	}

	/* b) Wishlist srdiečko na pravú stranu */
	.single-product .nm-product-share-wrap.has-share-buttons{
		display:flex !important; align-items:center !important; flex-wrap:wrap !important; gap:10px !important;
	}
	.single-product .nm-product-wishlist-button-wrap{
		order:2 !important; margin-left:auto !important;
	}
	.single-product .nm-product-share{ order:1 !important; }

	/* c) Akciový badge – viditeľné percentá, brand gradient */
	.single-product .onsale,
	.woocommerce span.onsale{
		display:inline-flex !important; align-items:center !important; justify-content:center !important;
		min-width:auto !important; width:auto !important; height:auto !important; padding:6px 12px !important;
		border-radius:999px !important; font-family:'Space Grotesk',sans-serif !important;
		font-weight:800 !important; font-size:14px !important; line-height:1 !important; color:#fff !important;
		background:linear-gradient(120deg,#21D4FD,#B721FF) !important;
		box-shadow:0 4px 14px rgba(183,33,255,.3) !important; white-space:nowrap !important;
	}
	span.onsale .nm-onsale-before,
	span.onsale .nm-onsale-after{
		display:inline !important; font-size:inherit !important;
		color:#fff !important; background:none !important; background-color:transparent !important;
	}

	/* Quick view – text splýval s pozadím (gradient text bez podkladu) */
	#nm-quickview{ color:#3a4154 !important; }
	#nm-quickview .woocommerce-product-details__short-description{ color:#475569 !important; }
	#nm-quickview .woocommerce-product-details__short-description strong,
	#nm-quickview .woocommerce-product-details__short-description b{
		background:none !important; -webkit-background-clip:initial !important; background-clip:initial !important;
		-webkit-text-fill-color:currentColor !important; color:#6D5BFF !important;
	}
	#nm-quickview h1, #nm-quickview h2, #nm-quickview .product_title{ color:#0f172a !important; }
	#nm-quickview .price, #nm-quickview .amount{ color:#B721FF !important; }
/* cxp-ui-tweaks-css */
/* b) Do košíka – odsadenie od množstva (produkt aj rýchly náhľad).
	      Silnejšie selektory + odsadenie cez kontajner (téma tlačidlo obteká). */
	form.cart button.single_add_to_cart_button,
	form.cart .nm-variable-add-to-cart-button,
	.woocommerce-variation-add-to-cart button.single_add_to_cart_button{
		margin-top:18px !important; display:block !important; clear:both !important;
	}
	form.cart .nm-quantity-wrap{ margin-bottom:6px !important; }

	/* Skladovosť v product grid/slideri – minimalistický štítok vpravo dole
	   (vľavo hore sú % a Novinka badge, vpravo hore srdiečko). */
	ul.products li.product .nm-shop-loop-thumbnail{ position:relative !important; }
	/* Odznak % je vnorený v <a> okolo fotky, nie priamo v .nm-shop-loop-thumbnail –
	   nastav pozičný kontext aj tam, nech sa 0-offset naozaj počíta od okraja FOTKY. */
	ul.products li.product .nm-shop-loop-thumbnail-link{ position:relative !important; display:block !important; }
	/* Skutočný DOM text (nie CSS content:) – GTranslate a i18n dokážu preložiť
	   iba reálny textový uzol, nie text napečený cez ::after content.
	   Metriky IDENTICKÉ s odznakom Novinka (rovnaká šablóna pilulky):
	   veľký literálny znak "●" nahradený rovnakou malou 6px CSS bodkou,
	   akú má Novinka – práve ten robil Skladom opticky väčším. */
	ul.products li.product .cxp-stock-badge{
		position:absolute; right:10px; bottom:10px; z-index:3; pointer-events:none;
		display:inline-flex; align-items:center; gap:5px;
		font-family:'Space Grotesk',sans-serif; font-size:11.5px; font-weight:800;
		letter-spacing:.3px; line-height:1.4;
		padding:4px 11px; border-radius:999px;
	}
	ul.products li.product .cxp-stock-badge::before{
		content:''; display:inline-block; width:6px; height:6px;
		border-radius:50%; flex:0 0 auto;
	}
	ul.products li.product .cxp-stock-badge.cxp-stock-in{
		color:#0f9d58; background:rgba(255,255,255,.94);
		box-shadow:0 2px 10px rgba(15,23,42,.10);
	}
	ul.products li.product .cxp-stock-badge.cxp-stock-in::before{
		background:linear-gradient(120deg,#34d399,#0f9d58);
	}
	ul.products li.product .cxp-stock-badge.cxp-stock-out{
		color:#fff; background:rgba(15,23,42,.78);
		box-shadow:0 2px 10px rgba(15,23,42,.15);
	}
	ul.products li.product .cxp-stock-badge.cxp-stock-out::before{
		background:linear-gradient(120deg,#f87171,#dc2626);
	}
	/* Témový overlay "out of stock" vypnúť – nahrádza ho náš štítok */
	.products li.outofstock .nm-shop-loop-thumbnail > a:after{ display:none !important; content:none !important; }

	/* c) Mobilné menu – vyhľadávacie pole celé viditeľné + dizajn ako na PC */
	@media (max-width:991px){
		#nm-mobile-menu .nm-mobile-menu-top{ padding-top:52px !important; }
		#nm-mobile-menu .nm-mobile-menu-search{
			width:100% !important; padding:13px 44px 13px 16px !important;
			border:1.5px solid rgba(15,23,42,.12) !important; border-radius:12px !important;
			background:#fff !important; font-family:'Space Grotesk',sans-serif !important;
			font-size:15px !important; color:#0f172a !important;
			box-shadow:0 2px 10px rgba(15,23,42,.06) !important;
		}
		#nm-mobile-menu .nm-mobile-menu-search:focus{ border-color:#21D4FD !important; outline:none !important; }
		#nm-mobile-menu .nm-mobile-menu-item-search{ position:relative !important; }
		#nm-mobile-menu .nm-mobile-menu-item-search .nm-font-search{
			position:absolute !important; right:16px !important; top:50% !important; transform:translateY(-50%) !important;
			color:#6D5BFF !important;
		}
		/* Hlavička mobil – biele pozadie + jemný tieň ako na PC */
		.nm-header{ background:#fff !important; box-shadow:0 2px 14px rgba(15,23,42,.06) !important; }
		/* Menu položky – Space Grotesk + ľavý gradientový prúžok (rovnaký motív
		   ako footer menu a karty v popisoch kategórií) */
		#nm-mobile-menu-main-ul > li{
			position:relative !important;
		}
		#nm-mobile-menu-main-ul > li:before{
			content:''; position:absolute; left:0; top:8px; bottom:8px; width:3px;
			border-radius:3px; background:linear-gradient(180deg,#21D4FD,#B721FF);
		}
		#nm-mobile-menu-main-ul > li > a{
			font-family:'Space Grotesk',sans-serif !important; font-weight:600 !important;
			display:block !important; padding-left:16px !important;
		}
	}

	/* d) Produkt – srdiečko wishlist presunuté JS-om (nižšie v súbore) priamo
	      na fotku produktu, vpravo hore v rohu – pozícia sa rieši tam.
	      Dizajn = presne ako srdiečko v gride: sivý obrys, zlaté keď pridané.
	      !important overridy zámerne prebíjajú starý gradientový blok, ktorý
	      bol v style.css (natieral srdiečko "naplno" aj keď nebolo pridané). */
	.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap{
		position:absolute !important; top:14px !important; right:14px !important;
		left:auto !important; bottom:auto !important; z-index:20 !important; margin:0 !important;
	}
	.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap .nm-wishlist-button{
		position:static !important; top:auto !important; right:auto !important; left:auto !important;
		padding:6px !important; display:block !important;
	}
	.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap .nm-wishlist-button,
	.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap .nm-wishlist-button i{
		font-size:16px !important; line-height:17px !important;
		color:#4c4c4c !important;
		background:none !important; background-image:none !important;
		-webkit-background-clip:initial !important; background-clip:initial !important;
		-webkit-text-fill-color:currentColor !important;
		width:auto !important; height:auto !important;
	}
	.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap .nm-wishlist-button.added,
	.single-product .woocommerce-product-gallery .nm-product-wishlist-button-wrap .nm-wishlist-button.added i{
		color:#dc9814 !important;
	}
/* cxp-headings-css */
/* ---------- C: Bočné línie ---------- */
	body .elementor-element.elementor-element-4e6d614 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-d94ea40 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-33f9fa7 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-3dbab5e .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-27b382c .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-9e477b4 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-4a9aeafa .elementor-heading-title.elementor-heading-title{
		display:flex !important; align-items:center !important; justify-content:center !important;
		gap:18px !important; width:100% !important;
		font-family:'Space Grotesk',sans-serif !important; letter-spacing:-.01em !important;
		background:none !important; background-image:none !important;
		-webkit-background-clip:initial !important; background-clip:initial !important;
		color:#0f172a !important; -webkit-text-fill-color:#0f172a !important;
	}
	body .elementor-element.elementor-element-4e6d614 .elementor-heading-title:before,
	body .elementor-element.elementor-element-d94ea40 .elementor-heading-title:before,
	body .elementor-element.elementor-element-33f9fa7 .elementor-heading-title:before,
	body .elementor-element.elementor-element-3dbab5e .elementor-heading-title:before,
	body .elementor-element.elementor-element-27b382c .elementor-heading-title:before,
	body .elementor-element.elementor-element-9e477b4 .elementor-heading-title:before,
	body .elementor-element.elementor-element-4a9aeafa .elementor-heading-title:before{
		content:'' !important; flex:0 1 90px; height:2px; border-radius:2px;
		background:linear-gradient(90deg,rgba(33,212,253,0),#21D4FD);
	}
	body .elementor-element.elementor-element-4e6d614 .elementor-heading-title:after,
	body .elementor-element.elementor-element-d94ea40 .elementor-heading-title:after,
	body .elementor-element.elementor-element-33f9fa7 .elementor-heading-title:after,
	body .elementor-element.elementor-element-3dbab5e .elementor-heading-title:after,
	body .elementor-element.elementor-element-27b382c .elementor-heading-title:after,
	body .elementor-element.elementor-element-9e477b4 .elementor-heading-title:after,
	body .elementor-element.elementor-element-4a9aeafa .elementor-heading-title:after{
		content:'' !important; flex:0 1 90px; height:2px; border-radius:2px;
		background:linear-gradient(90deg,#B721FF,rgba(183,33,255,0));
	}
	/* Dlhý nadpis (CannaExpress: Vaša Jednoduchá Voľba…) – kratšie línie na mobile */
	@media (max-width:600px){
		body .elementor-element.elementor-element-3dbab5e .elementor-heading-title:before,
		body .elementor-element.elementor-element-3dbab5e .elementor-heading-title:after{ flex-basis:34px; }
	}

	/* ---------- E: Podčiarknutý ťah ---------- */
	/* Popisky ikon kategórií (9 × 2 inštancie) */
	body .elementor-element.elementor-element-99aa592 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-9296216 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-092c6fa .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-88f3f13 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-1392e78 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-a71342c .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-9109d37 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-c40968d .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-1bcbcfd .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-9802b15 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-25a8260 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-85571d5 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-1d4f1e7 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-acf1e8b .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-32a862e .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-6b0b724 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-cc58a15 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-9bfc2e6 .elementor-heading-title.elementor-heading-title,
	/* USP popisky (Vyrobené v EU, Testované Laboratóriami, Maximalná Čistota, Rýchle Dodanie) */
	body .elementor-element.elementor-element-c254c92 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-de95488 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-553b661 .elementor-heading-title.elementor-heading-title,
	body .elementor-element.elementor-element-15eccf1 .elementor-heading-title.elementor-heading-title{
		font-family:'Space Grotesk',sans-serif !important;
		background:linear-gradient(120deg,rgba(33,212,253,.35),rgba(183,33,255,.35)) !important;
		background-repeat:no-repeat !important;
		background-size:100% 9px !important;
		background-position:0 88% !important;
		-webkit-background-clip:initial !important; background-clip:initial !important;
		color:#0f172a !important; -webkit-text-fill-color:#0f172a !important;
		width:fit-content !important; margin-left:auto !important; margin-right:auto !important;
		padding:0 5px !important;
	}
	/* Ak je nadpis odkaz, zdedí tmavú farbu */
	body .elementor-element .elementor-heading-title a{ color:inherit !important; -webkit-text-fill-color:inherit !important; }

	/* ---------- Footer menu na mobile – Space Grotesk + ľavý gradientový prúžok (D) ----------
	   Rovnaký motív ako .cxp-lead karty v popisoch kategórií. Čisté CSS, žiadne
	   JS delenie textu – funguje spoľahlivo aj pri viacslovných/zalomených položkách
	   (predošlý variant zvýrazňoval len prvé slovo, čo pri dlhších textoch
	   vyzeralo rozbito). */
	@media (max-width:767px){
		[data-elementor-type="footer"] .elementor-nav-menu li,
		.elementor-12945 .elementor-nav-menu li{
			position:relative !important;
		}
		[data-elementor-type="footer"] .elementor-nav-menu li:before,
		.elementor-12945 .elementor-nav-menu li:before{
			content:''; position:absolute; left:0; top:6px; bottom:6px; width:3px;
			border-radius:3px; background:linear-gradient(180deg,#21D4FD,#B721FF);
		}
		[data-elementor-type="footer"] .elementor-nav-menu a,
		.elementor-12945 .elementor-nav-menu a{
			font-family:'Space Grotesk',sans-serif !important; font-weight:600 !important;
			letter-spacing:.3px !important;
			color:#0f172a !important; -webkit-text-fill-color:#0f172a !important;
			background:none !important; background-image:none !important;
			-webkit-background-clip:initial !important; background-clip:initial !important;
			display:block !important; padding-left:14px !important;
		}
	}
/* cxp-compare-css */
#cxp-compare-mobile{ display:none; }
	/* Popup (z-index:1000 v pluginovom CSS) je NIŽŠIE než lepivá hlavička
	   webu (.nm-header, z-index:1002) – zatvárací krížik "×" popupu tak bol
	   fyzicky prekrytý hlavičkou a nedal sa naň kliknúť. Popup dvíhame nad ňu. */
	.yith-woocompare-popup-container{ z-index:1010 !important; }
	.yith-woocompare-popup-close{ z-index:1011 !important; }
	body.yith-woocompare-popup-open #cxp-compare-mobile{ position:relative; z-index:1; }
	@media (max-width:767px){
		body.yith-woocompare-popup-open .dataTables_wrapper,
		body.yith-woocompare-popup-open .DTFC_ScrollWrapper,
		body.yith-woocompare-popup-open table.compare-list{ display:none !important; }
		#cxp-compare-mobile{ display:block; padding:10px 12px 40px; font-family:'Space Grotesk',sans-serif; }

		/* Lepivá hlavička s produktmi */
		.cxp-cmp-head{
			position:sticky; top:0; z-index:50;
			display:grid; grid-template-columns:repeat(var(--cols,2),minmax(0,1fr)); gap:8px;
			background:rgba(248,250,255,.92);
			-webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px);
			padding:10px 0 12px; border-bottom:1px solid rgba(15,23,42,.08);
		}
		.cxp-cmp-prod{
			background:rgba(255,255,255,.92); border:1px solid rgba(15,23,42,.08);
			border-radius:12px; padding:10px 8px; text-align:center; position:relative;
			box-shadow:0 4px 14px rgba(15,23,42,.07);
		}
		.cxp-cmp-prod img{ width:100%; max-width:86px; height:auto; border-radius:8px; margin:0 auto 6px; display:block; }
		.cxp-cmp-prod a.product-name, .cxp-cmp-prod h4, .cxp-cmp-prod a{
			font-size:11px; font-weight:700; line-height:1.35; color:#0f172a; text-decoration:none; display:block;
		}
		/* Odstrániť produkt – iba malý červený krížik, bez textu "Remove" */
		.cxp-cmp-prod div.remove{
			position:absolute; top:6px; right:6px; width:24px; height:24px;
		}
		.cxp-cmp-prod div.remove a{
			display:flex !important; align-items:center; justify-content:center;
			width:24px; height:24px; border-radius:50%;
			background:rgba(224,36,94,.12); font-size:0; line-height:1;
		}
		.cxp-cmp-prod div.remove a span.remove{
			font-size:14px !important; font-weight:800; color:#e0245e !important;
		}

		/* Sekcie vlastností */
		.cxp-cmp-section{ margin:16px 0 0; }
		.cxp-cmp-label{
			display:inline-flex; align-items:center; gap:7px;
			font-size:12px; font-weight:800; letter-spacing:.4px; text-transform:uppercase;
			color:#0f172a; margin:0 0 8px;
		}
		.cxp-cmp-label:before{
			content:''; width:7px; height:7px; border-radius:50%; flex:0 0 auto;
			background:linear-gradient(120deg,#21D4FD,#B721FF);
		}
		.cxp-cmp-vals{
			display:grid; grid-template-columns:repeat(var(--cols,2),minmax(0,1fr)); gap:8px;
		}
		.cxp-cmp-val{
			background:rgba(255,255,255,.7); border:1px solid rgba(15,23,42,.07);
			border-radius:10px; padding:10px 8px; font-size:12px; line-height:1.5;
			color:#5b6b7d; text-align:center; overflow-wrap:break-word; word-break:break-word;
		}
		.cxp-cmp-val .amount, .cxp-cmp-val ins .amount{ font-weight:800; color:#B721FF; }
		.cxp-cmp-val del .amount{ font-weight:500; opacity:.7; color:#5b6b7d; }
		.cxp-cmp-val .button, .cxp-cmp-val a.add_to_cart_button, .cxp-cmp-val a.button{
			display:inline-block; background:linear-gradient(120deg,#21D4FD,#B721FF) !important;
			color:#fff !important; border:0 !important; border-radius:999px !important;
			padding:9px 14px !important; font-size:11.5px !important; font-weight:700 !important;
			text-decoration:none !important; box-shadow:0 4px 12px rgba(33,212,253,.3);
		}
		.cxp-cmp-val .stock.in-stock, .cxp-cmp-val.in-stock{ color:#0f9d58; font-weight:700; }
		.cxp-cmp-val img{ max-width:100%; height:auto; border-radius:8px; }
	}
/* cxp-stock-filter-css */
.cxp-stock-filter{ display:flex; flex-direction:column; gap:10px; }
	.cxp-stock-filter label{
		display:flex; align-items:center; gap:9px; cursor:pointer;
		font-family:'Space Grotesk',sans-serif; font-size:13.5px; font-weight:600; color:#5b6b7d;
	}
	.cxp-stock-filter input[type="checkbox"]{
		appearance:none; -webkit-appearance:none; width:18px; height:18px; flex:0 0 auto;
		margin:0; border:1.5px solid rgba(15,23,42,.18); border-radius:5px; background:#fff;
		position:relative; cursor:pointer; transition:border-color .15s ease, background .15s ease;
	}
	.cxp-stock-filter input[type="checkbox"]:checked{
		background:linear-gradient(120deg,#21D4FD,#B721FF); border-color:transparent;
	}
	.cxp-stock-filter input[type="checkbox"]:checked:after{
		content:''; position:absolute; left:5px; top:1px; width:5px; height:9px;
		border:solid #fff; border-width:0 2px 2px 0; transform:rotate(45deg);
	}
	.cxp-stock-filter .cxp-stock-dot{ width:7px; height:7px; border-radius:50%; flex:0 0 auto; }
	.cxp-stock-filter .cxp-stock-dot-in{ background:linear-gradient(120deg,#34d399,#0f9d58); }
	.cxp-stock-filter .cxp-stock-dot-out{ background:rgba(15,23,42,.35); }
	.cxp-stock-hidden{ display:none !important; }
	/* Float block-grid láme riadky cez nth-of-type "clear" pravidlá, ktoré
	   počítajú aj skryté položky → po odfiltrovaní vznikali riadky 1/4/3.
	   Pri aktívnom filtri preto mriežku prepneme na flex (float/clear ignoruje). */
	ul.products.cxp-stock-filtered{ display:flex !important; flex-wrap:wrap !important; }
	ul.products.cxp-stock-filtered li.product{ clear:none !important; }
/* cxp-terp-calc-css */
#cxp-terp-modal{
		position:fixed; inset:0; z-index:999999; display:none; align-items:center; justify-content:center; padding:16px;
	}
	#cxp-terp-modal.cxp-terp-open{ display:flex; }
	.cxp-terp-backdrop{
		position:absolute; inset:0; background:rgba(15,23,42,.45); backdrop-filter:blur(2px);
	}
	.cxp-terp-panel{
		position:relative; width:100%; max-width:380px; max-height:90vh; overflow-y:auto;
		background:#fff; border-radius:20px; padding:28px 26px 24px; box-shadow:0 24px 60px rgba(15,23,42,.25);
		font-family:'Inter',sans-serif; color:#0f172a;
	}
	.cxp-terp-close{
		position:absolute; top:14px; right:14px; width:30px; height:30px; border-radius:50%; border:none;
		background:rgba(15,23,42,.06); color:#5b6b7d; font-size:18px; line-height:1; cursor:pointer;
		display:flex; align-items:center; justify-content:center; transition:background .15s ease;
	}
	.cxp-terp-close:hover{ background:rgba(15,23,42,.12); }
	.cxp-terp-panel h2{
		font-family:'Space Grotesk',sans-serif; font-size:20px; font-weight:700; margin:0 0 8px;
		position:relative; display:inline-block; padding-bottom:10px;
	}
	.cxp-terp-panel h2:after{
		content:''; position:absolute; left:0; bottom:0; width:44px; height:3px; border-radius:3px;
		background:linear-gradient(90deg,#21D4FD,#B721FF);
	}
	.cxp-terp-sub{ font-size:13.5px; color:#5b6b7d; line-height:1.6; margin:0 0 20px; }
	.cxp-terp-panel label{ display:block; font-family:'Space Grotesk',sans-serif; font-size:13px; font-weight:600; color:#0f172a; margin:0 0 16px; }
	.cxp-terp-panel input[type="number"]{
		display:block; width:100%; box-sizing:border-box; margin-top:8px; font-family:'Inter',sans-serif; font-size:15px;
		color:#0f172a; background:#f8fafc; border:1.5px solid rgba(15,23,42,.12); border-radius:12px;
		padding:11px 14px; outline:none; transition:border-color .15s ease, box-shadow .15s ease;
	}
	.cxp-terp-panel input[type="number"]:focus{ border-color:#6D5BFF; box-shadow:0 0 0 3px rgba(109,91,255,.15); }
	.cxp-terp-panel input[type="range"]{
		width:100%; margin-top:10px; height:4px; border-radius:4px; -webkit-appearance:none; appearance:none;
		background:linear-gradient(90deg,#21D4FD,#B721FF); outline:none;
	}
	.cxp-terp-panel input[type="range"]::-webkit-slider-thumb{
		-webkit-appearance:none; appearance:none; width:18px; height:18px; border-radius:50%;
		background:#fff; border:3px solid #6D5BFF; cursor:pointer; box-shadow:0 2px 6px rgba(15,23,42,.25);
	}
	.cxp-terp-panel input[type="range"]::-moz-range-thumb{
		width:18px; height:18px; border-radius:50%; background:#fff; border:3px solid #6D5BFF; cursor:pointer;
	}
	.cxp-terp-range-row{ display:flex; align-items:center; justify-content:space-between; font-family:'Space Grotesk',sans-serif; font-weight:600; font-size:13px; }
	.cxp-terp-range-out{
		font-weight:700; background-image:linear-gradient(120deg,#21D4FD,#6D5BFF,#B721FF);
		-webkit-background-clip:text; background-clip:text; color:transparent;
	}
	.cxp-terp-results{ background:#f8fafc; border-radius:16px; padding:16px 18px; margin:4px 0 14px; }
	.cxp-terp-result-card{ display:flex; align-items:baseline; justify-content:space-between; padding:8px 0; border-bottom:1px solid rgba(15,23,42,.08); }
	.cxp-terp-result-card:last-of-type{ border-bottom:none; }
	.cxp-terp-result-label{ font-size:13px; color:#5b6b7d; }
	.cxp-terp-result-value{ font-family:'Space Grotesk',sans-serif; font-size:17px; font-weight:700; color:#0f172a; }
	.cxp-terp-result-sub{ font-size:11.5px; color:#94a3b8; display:block; text-align:right; margin-top:1px; }
	.cxp-terp-total{ display:flex; align-items:center; justify-content:space-between; padding-top:10px; font-family:'Space Grotesk',sans-serif; font-size:13.5px; font-weight:600; color:#5b6b7d; }
	.cxp-terp-total strong{
		font-size:15px; background-image:linear-gradient(120deg,#21D4FD,#6D5BFF,#B721FF);
		-webkit-background-clip:text; background-clip:text; color:transparent;
	}
	.cxp-terp-note{ font-size:11.5px; color:#94a3b8; line-height:1.6; margin:0; }
/* cxp-freeship-css */
.cxp-freeship-widget{
		background:rgba(255,255,255,.85); border:1px solid rgba(15,23,42,.08);
		border-radius:16px; padding:16px 20px; margin:0 0 22px;
		box-shadow:0 8px 24px rgba(15,23,42,.06); font-family:'Inter',sans-serif;
	}
	.cxp-freeship-widget.cxp-fs-hidden{ display:none; }
	.cxp-fs-msg{
		font-family:'Space Grotesk',sans-serif; font-size:14.5px; font-weight:600; color:#0f172a;
		margin:0 0 10px; display:block; line-height:1.5;
	}
	.cxp-fs-msg .cxp-fs-amount{
		background-image:linear-gradient(120deg,#21D4FD,#6D5BFF,#B721FF);
		-webkit-background-clip:text; background-clip:text; color:transparent; font-weight:700;
	}
	.cxp-fs-track{ background:rgba(15,23,42,.08); border-radius:999px; height:8px; overflow:hidden; }
	.cxp-fs-bar{
		height:100%; border-radius:999px; background:linear-gradient(90deg,#21D4FD,#6D5BFF,#B721FF);
		transition:width .4s ease; width:0%;
	}
	.cxp-freeship-widget.cxp-fs-done .cxp-fs-track{ background:rgba(52,211,153,.15); }
	.cxp-freeship-widget.cxp-fs-done .cxp-fs-bar{ background:linear-gradient(90deg,#34d399,#0f9d58); }

	/* Bočný mini-cart panel je užší – jemne kompaktnejšie odsadenie */
	.widget_shopping_cart_content .cxp-freeship-widget{ padding:12px 14px; margin:14px 0; }
	.widget_shopping_cart_content .cxp-fs-msg{ font-size:13px; margin-bottom:8px; }

	/* ❓ LIMITY DOPRAVY ZDARMA PODĽA KRAJINY
	   Rozbaľuje sa INLINE (nie plávajúci tooltip): #nm-widget-panel má overflow:hidden,
	   takže absolútne pozicovaný panel by sa orezal. */
	/* Trigger = celá fráza „limit 160 € ?", nie holý otáznik — zákazník vidí
	   svoje číslo hneď a otáznik iba ponúka vysvetlenie. */
	.cxp-fs-trig-wrap{ margin:8px 0 0; }
	.cxp-fs-trig-wrap[hidden]{ display:none; }
	.cxp-fs-trig{
		all:unset; box-sizing:border-box; cursor:pointer; position:relative;
		display:inline-flex; align-items:center; gap:5px;
		font-family:'Inter',sans-serif; font-size:11.5px; color:#64748b;
		border-bottom:1px dashed rgba(109,91,255,.5); padding-bottom:1px;
	}
	.cxp-fs-trig:before{ content:''; position:absolute; inset:-12px -8px; } /* väčšia dotyková plocha */
	.cxp-fs-trig:hover{ color:#334155; }
	.cxp-fs-trig:focus-visible{ outline:2px solid #6D5BFF; outline-offset:3px; border-radius:3px; }
	.cxp-fs-trig-i{
		display:inline-flex; align-items:center; justify-content:center;
		width:15px; height:15px; border-radius:50%; flex:0 0 auto;
		background:linear-gradient(120deg,#21D4FD,#B721FF); color:#fff;
		font-family:'Space Grotesk',sans-serif; font-size:10px; font-weight:700; line-height:1;
	}
	/* osobný blok: „moja krajina" hore v paneli */
	.cxp-fs-me{ margin:0 0 9px; padding:8px 10px; border-radius:10px;
		background:rgba(109,91,255,.07); border-left:3px solid #6D5BFF; }
	.cxp-fs-me[hidden]{ display:none; }
	.cxp-fs-me-c{ display:block; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:12.5px; color:#0f172a; }
	.cxp-fs-me-gap{ display:block; margin-top:2px; font-size:12px; color:#334155; }
	.cxp-fs-me-d{ display:block; margin-top:3px; font-size:11px; color:#64748b; }
	.cxp-fs-zones{ margin:10px 0 0; padding:10px 12px; border-radius:12px;
		background:rgba(15,23,42,.04); border:1px solid rgba(109,91,255,.18); }
	.cxp-fs-zones[hidden]{ display:none; }
	.cxp-fs-zh{ margin:0 0 8px; font-size:11.5px; line-height:1.45; color:#475569; }
	.cxp-fs-zrow{ display:flex; align-items:flex-start; gap:8px; padding:5px 0; border-top:1px solid rgba(15,23,42,.06); }
	.cxp-fs-zrow:first-of-type{ border-top:0; padding-top:0; }
	.cxp-fs-zlim{ flex:0 0 44px; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:12px;
		background-image:linear-gradient(120deg,#21D4FD,#B721FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
	.cxp-fs-zcc{ display:flex; flex-wrap:wrap; gap:3px 4px; }
	.cxp-fs-cc{ font-style:normal; display:inline-flex; align-items:center; gap:2px; padding:1px 5px;
		border-radius:6px; background:rgba(255,255,255,.8); border:1px solid rgba(15,23,42,.07); }
	.cxp-fs-cc b{ font-weight:600; font-size:10.5px; color:#334155; letter-spacing:.02em; }
	.cxp-fs-cc.mine{ background:linear-gradient(120deg,rgba(33,212,253,.25),rgba(183,33,255,.25));
		border-color:rgba(109,91,255,.5); box-shadow:0 0 0 1px rgba(109,91,255,.2); }
	.cxp-fs-cc.mine b{ color:#0f172a; font-weight:700; }
	.cxp-fs-zrow.mine .cxp-fs-zlim{ position:relative; }
	.cxp-fs-zrow.mine .cxp-fs-zlim:before{ content:''; position:absolute; left:-10px; top:2px; bottom:2px;
		width:3px; border-radius:2px; background:linear-gradient(180deg,#21D4FD,#B721FF); }
	@media (prefers-reduced-motion:reduce){ .cxp-fs-bar{ transition:none !important; } }
/* cxp-badges-css */
/* Cena produktu – Space Grotesk všade (grid, slider, produktová stránka, quick view) */
	.woocommerce .price,
	.woocommerce .price .amount,
	.woocommerce .price bdi,
	.woocommerce ul.products .price,
	.woocommerce .summary .price{
		font-family:'Space Grotesk',sans-serif !important;
	}
	.woocommerce .price ins .amount{ font-weight:800 !important; }
	.woocommerce .price del .amount{ font-weight:500 !important; opacity:.75 !important; }

	/* %-zľava v gride/slideri – ostáva hore vľavo, teraz červená a výraznejšia
	   (šablóna "Skladom" – biela pilulka + gradientová bodka). */
	ul.products li.product span.onsale,
	.woocommerce ul.products li.product span.onsale{
		position:absolute !important; top:10px !important; left:10px !important;
		right:auto !important; bottom:auto !important; z-index:3 !important; margin:0 !important;
		display:inline-flex !important; align-items:center !important; gap:5px !important;
		font-family:'Space Grotesk',sans-serif !important; font-size:11.5px !important; font-weight:800 !important;
		letter-spacing:.3px !important; line-height:1.4 !important; color:#e0245e !important;
		background:rgba(255,255,255,.94) !important;
		padding:4px 11px !important; border-radius:999px !important; min-width:0 !important; height:auto !important;
		box-shadow:0 2px 10px rgba(224,36,94,.25) !important;
	}
	ul.products li.product span.onsale .nm-onsale-before,
	ul.products li.product span.onsale .nm-onsale-after{
		color:#e0245e !important; background:none !important;
	}
	ul.products li.product span.onsale:before{
		content:'' !important; display:inline-block !important; width:6px !important; height:6px !important;
		border-radius:50% !important; background:linear-gradient(120deg,#ff5c7a,#e0245e) !important; flex:0 0 auto !important;
	}

	/* Novinka – presunutá dole vľavo (na miesto, kde bola predtým % zľava), modrá */
	ul.products li.product .nm-label-itsnew,
	.woocommerce ul.products li.product .nm-label-itsnew{
		position:absolute !important; left:10px !important; bottom:10px !important;
		top:auto !important; right:auto !important; z-index:3 !important; margin:0 !important;
		display:inline-flex !important; align-items:center !important; gap:5px !important;
		font-family:'Space Grotesk',sans-serif !important; font-size:11.5px !important; font-weight:800 !important;
		letter-spacing:.3px !important; line-height:1.4 !important; color:#0891ea !important;
		background:rgba(255,255,255,.94) !important;
		padding:4px 11px !important; border-radius:999px !important; min-width:0 !important; height:auto !important;
		box-shadow:0 2px 10px rgba(33,212,253,.3) !important;
	}
	ul.products li.product .nm-label-itsnew:before{
		content:'' !important; display:inline-block !important; width:6px !important; height:6px !important;
		border-radius:50% !important; background:linear-gradient(120deg,#21D4FD,#0891ea) !important; flex:0 0 auto !important;
	}

	/* Téma niekedy spojí "Novinka" aj "%" do JEDNÉHO <span> so ZDIEĽANÝMI triedami
	   ("nm-label-itsnew onsale" na tom istom elemente) – vtedy má .onsale vyššiu
	   CSS špecifickosť (obsahuje navyše element "span") a vždy vyhráva nad
	   .nm-label-itsnew bez ohľadu na poradie v súbore. Tento kombinovaný selektor
	   je špecifickejší než oba jednotlivo, takže vyhráva spoľahlivo vždy. */
	ul.products li.product span.nm-label-itsnew.onsale,
	.woocommerce ul.products li.product span.nm-label-itsnew.onsale{
		position:absolute !important; left:10px !important; bottom:10px !important;
		top:auto !important; right:auto !important; z-index:3 !important; margin:0 !important;
		color:#0891ea !important; background:rgba(255,255,255,.94) !important;
		box-shadow:0 2px 10px rgba(33,212,253,.3) !important;
	}
	ul.products li.product span.nm-label-itsnew.onsale:before{
		background:linear-gradient(120deg,#21D4FD,#0891ea) !important;
	}

	/* Quick view – výber variácií: preč všetky hranaté čiary/rámiky (tabuľka
	   atribútov, cena variácie, výber množstva), pilulkový dizajn volieb, jednotný font. */
	#nm-quickview table.variations,
	#nm-quickview table.variations tr,
	#nm-quickview table.variations th,
	#nm-quickview table.variations td,
	#nm-quickview .woocommerce-variation,
	#nm-quickview .woocommerce-variation-price,
	#nm-quickview .woocommerce-variation-availability,
	#nm-quickview .single_variation_wrap,
	#nm-quickview .woocommerce-variation-add-to-cart,
	#nm-quickview .nm-quantity-wrap,
	#nm-quickview .quantity,
	#nm-quickview .variable-items-wrapper{
		border:0 !important; border-top:0 !important; border-bottom:0 !important;
		box-shadow:none !important; background:transparent !important; outline:0 !important;
	}
	#nm-quickview table.variations th.label,
	#nm-quickview table.variations .label,
	#nm-quickview table.variations label,
	#nm-quickview .nm-quantity-wrap label{
		font-family:'Space Grotesk',sans-serif !important; font-weight:700 !important;
		font-size:13px !important; letter-spacing:.4px !important; text-transform:uppercase !important;
		color:#0f172a !important;
	}
	#nm-quickview .woocommerce-variation-price,
	#nm-quickview .woocommerce-variation-price .amount,
	#nm-quickview .woocommerce-variation-price bdi{
		font-family:'Space Grotesk',sans-serif !important;
	}
	#nm-quickview .woocommerce-variation-price ins .amount{
		color:#B721FF !important; font-weight:800 !important;
	}
	#nm-quickview .woocommerce-variation-price del .amount{
		color:#94a3b8 !important; font-weight:500 !important; opacity:.8 !important;
	}
	/* Voľby atribútov (tlačidlá) – platí všade: quick view aj produktová stránka.
	   Dizajn v štýle "Skladom" (biela pilulka), farby neónové, animácia pri výbere. */
	.nm-variation-control li,
	.variable-items-wrapper .variable-item,
	table.variations td.value ul li{
		border:0 !important; margin:3px !important; list-style:none !important;
	}
	.nm-variation-control li a,
	table.variations td.value li a,
	.variable-items-wrapper .variable-item,
	table.variations td.value ul li a{
		display:inline-flex !important; align-items:center !important;
		font-family:'Space Grotesk',sans-serif !important; font-size:12.5px !important; font-weight:600 !important;
		color:#5b6b7d !important; background:rgba(255,255,255,.92) !important;
		border:1.5px solid rgba(15,23,42,.10) !important; border-radius:999px !important;
		padding:6px 14px !important; box-shadow:0 2px 8px rgba(15,23,42,.08) !important;
		transition:transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s ease, border-color .15s ease, color .15s ease, background .15s ease !important;
		text-decoration:none !important; cursor:pointer !important; transform:scale(1) !important;
	}
	.nm-variation-control li a:hover,
	.variable-items-wrapper .variable-item:hover{
		border-color:#21D4FD !important; color:#B721FF !important; transform:scale(1.05) !important;
	}
	.nm-variation-control li.selected a,
	.nm-variation-control li.active a,
	.nm-variation-control li a.selected,
	.nm-variation-control li a.active,
	.variable-items-wrapper .variable-item.selected{
		color:#fff !important; background:linear-gradient(120deg,#21D4FD,#B721FF) !important;
		border-color:transparent !important; box-shadow:0 4px 16px rgba(183,33,255,.4) !important;
		transform:scale(1.08) !important;
	}

	/* Mobil – menšie ukazovatele, nech vidno fotku produktu */
	@media (max-width:600px){
		/* %-akcia (grid aj produkt) – rovnaká veľkosť ako odznak Skladom */
		ul.products li.product span.onsale,
		.woocommerce ul.products li.product span.onsale{
			font-size:9.5px !important; padding:3px 8px !important; min-width:0 !important;
			border-radius:999px !important; line-height:1.4 !important;
		}
		/* Novinka – rovnaká veľkosť ako odznak Skladom (pozícia ostáva vľavo dole) */
		ul.products li.product .nm-label-itsnew,
		.woocommerce ul.products li.product .nm-label-itsnew,
		ul.products li.product span.nm-label-itsnew.onsale,
		.woocommerce ul.products li.product span.nm-label-itsnew.onsale{
			font-size:9.5px !important; padding:3px 8px !important; min-width:0 !important;
			border-radius:999px !important; line-height:1.4 !important;
		}
		/* Skladom / Vypredané štítok */
		ul.products li.product .cxp-stock-badge{
			font-size:9.5px !important; padding:3px 8px !important; right:8px !important; bottom:8px !important;
		}
		/* Srdiečko v gridoch – menšie (produktová stránka má teraz pôvodný dizajn témy) */
		ul.products .nm-wishlist-button i{
			font-size:16px !important;
		}
	}
/* cxp-page-overlay-fix-css */
html.nm-page-loaded body .nm-page-load-overlay,
	html.nm-page-loaded .nm-page-load-overlay{
		opacity:0 !important; visibility:hidden !important; pointer-events:none !important;
	}
/* cxp-fx-css */
.cxp-fx{display:block;font-size:.72em;font-weight:600;opacity:.72;line-height:1.3;font-family:'Space Grotesk','Inter',sans-serif}
