/* Ametica - New Product Page — vizuál 1:1 podľa predlohy najlepsiemobily.sk (redesign).
   Všetko scoped pod .amtc-npp, premenné na wrapperi (neunikajú do :root). */

.amtc-npp {
	/* Farby a rádiusy ťaháme z Automatic.css (ACSS) — žiadne vlastné hodnoty.
	   Lokálne názvy ostávajú ako alias na ACSS premenné, aby zvyšok súboru fungoval. */
	--brand: var(--primary);
	--brand-dark: var(--primary);
	--brand-tint: var(--secondary);
	--brand-tint2: var(--secondary);
	--cta: var(--accent);
	--cta-dark: var(--accent-semi-dark);
	--btn-radius: var(--radius-xxl);
	--akcia: #cd1515;
	--ok: var(--accent);
	--ink: var(--base);
	--head: var(--base-ultra-dark);
	--muted: var(--base-semi-light);
	--line: var(--base-light);
	--card: var(--white);
	--radius: var(--radius-s);
	--pill: var(--radius-s);
	--shadow: 0 2px 10px rgba(36, 152, 202, 0.10);
	--shadow-lg: 0 10px 30px rgba(26, 32, 44, 0.18);

	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--ink);
	line-height: 1.5;
}

.amtc-npp *,
.amtc-npp *::before,
.amtc-npp *::after { box-sizing: border-box; }

.amtc-npp img { max-width: 100%; }
.amtc-npp a { color: var(--brand); text-decoration: none; }
.amtc-npp a:hover { text-decoration: none; }
.amtc-npp button { font-family: inherit; cursor: pointer; }
.amtc-npp h1,
.amtc-npp h2,
.amtc-npp h3 { margin: 0; line-height: 1.25; color: var(--head); }
.amtc-npp .ic { flex: 0 0 auto; }

.amtc-npp .container { max-width: 1240px; margin: 0 auto; padding: 0px 12px 0 12px !important; }

/* ---------- Breadcrumb ---------- */
.amtc-npp .breadcrumb {
	padding: 12px 0 4px; font-size: 13px; color: var(--head);
	display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
}
.amtc-npp .breadcrumb .bc-ellipsis { display: none; }
.amtc-npp .breadcrumb .bc-home { display: inline-flex; align-items: center; color: var(--head); }
.amtc-npp .breadcrumb .bc-home:hover { color: var(--brand); }
.amtc-npp .breadcrumb a { color: var(--head); font-weight: 400; }
.amtc-npp .breadcrumb a:hover { color: var(--brand); }
.amtc-npp .breadcrumb .sep { opacity: 0.5; }
.amtc-npp .breadcrumb .current { color: var(--head); font-weight: 400; }

/* ---------- Titulok ---------- */
.amtc-npp .product-titlebar { display: none; }
.amtc-npp .product-title { font-size: 20px; font-weight: 700; color: var(--ink); letter-spacing: 0; }
.amtc-npp .title-meta { display: flex; align-items: center; gap: 12px; margin: 7px 0 12px; flex-wrap: wrap; font-size: 14px; }
.amtc-npp .title-meta .rating-link { display: flex; align-items: center; gap: 9px; color: var(--ink); background: none; border: none; font-size: 14px; padding: 0; }
.amtc-npp .title-meta .rating-link:hover .rating-count { color: var(--head); }
.amtc-npp .rating-num { font-size: 16px; font-weight: 700; color: var(--head); }
.amtc-npp .rating-count { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.amtc-npp .stars { display: inline-flex; gap: 1px; color: #f7a600; }

/* ---------- Produkt – galéria + pravý stĺpec ---------- */
.amtc-npp .product-grid {
	display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	gap: 32px; align-items: start; padding-top: 14px; padding-bottom: 8px;
}

/* Galéria */
.amtc-npp .gallery { position: sticky; top: calc(var(--amtc-sticky-top, 0px) + 16px); }
.amtc-npp .gallery-main {
	background: #fff; border-radius: var(--radius);
	position: relative; overflow: hidden; aspect-ratio: 1; display: grid; place-items: center;
}
.amtc-npp .gallery-main .gallery-slide { position: absolute; inset: 0; }
.amtc-npp .gallery-main .gallery-slide img { width: 100%; height: 100%; object-fit: contain; }
.amtc-npp .gallery-placeholder {
	width: 100%; height: 100%; display: grid; place-items: center;
	color: var(--muted); font-size: 14px; text-align: center; padding: 16px;
	background: repeating-linear-gradient(45deg, #f4fafd 0 10px, #e9f4fa 10px 20px);
}

/* badge-y nad galériou */
.amtc-npp .gallery-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 3; align-items: flex-start; }
.amtc-npp .gallery-badges .pict-badge { align-self: flex-start; }
.amtc-npp .pict-badge { background: none; border: none; padding: 0; display: block; }
.amtc-npp .pict-badge:hover { transform: scale(1.05); }
.amtc-npp .eu-mini { display: flex; align-items: stretch; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.12)); }
.amtc-npp .eu-mini .arrow {
	background: #00a651; color: #fff; font-weight: 700; font-size: 14px; line-height: 1;
	display: grid; place-items: center; padding: 3px 9px 3px 7px;
	clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%); min-width: 32px;
}
.amtc-npp .eu-mini .scale {
	background: #fff; border: 1.25px solid #1a202c; font-size: 14px; font-weight: 700; color: #1a202c;
	line-height: 1.05; padding: 1px 4px; display: flex; flex-direction: column; justify-content: center;
}
.amtc-npp .badge-circle {
	width: 50px; height: 50px; border-radius: var(--radius-50); background: #f8e923; color: #1a202c;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.14); line-height: 1.05;
}
.amtc-npp .badge-circle .s1,
.amtc-npp .badge-circle .s2,
.amtc-npp .badge-circle .s3 { font-size: 14px; font-weight: 700; }
.amtc-npp .badge-charger {
	width: 38px; height: 44px; background: #fff; border: 2px solid #1a202c; border-radius: var(--radius-xxl);
	display: grid; place-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

/* navigačné šípky */
.amtc-npp .gallery-nav {
	position: absolute; top: 50%; transform: translateY(-50%);
	background: rgba(255,255,255,0.92); border: 1px solid var(--line); border-radius: var(--radius-50);
	width: 36px; height: 36px; display: grid; place-items: center; color: var(--brand); z-index: 3;
}
.amtc-npp .gallery-nav:hover { background: #fff; box-shadow: var(--shadow); }
.amtc-npp .gallery-nav.prev { left: 10px; }
.amtc-npp .gallery-nav.next { right: 10px; }

/* náhľady */
.amtc-npp .gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.amtc-npp .gallery-thumb {
	flex: 0 0 64px; height: 64px; border: 1.5px solid var(--line); border-radius: var(--radius-xxl);
	background: #fff; display: grid; place-items: center; padding: 0;
	color: var(--muted); position: relative; overflow: hidden;
}
.amtc-npp .gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.amtc-npp .gallery-thumb.active { border-color: var(--brand); }
.amtc-npp .gallery-thumb:hover { border-color: var(--brand); }
.amtc-npp .ph-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, #f4fafd 0 10px, #e9f4fa 10px 20px); }
.amtc-npp .ph-label { position: relative; z-index: 1; font-family: ui-monospace, monospace; font-size: 14px; color: #8fa6b3; text-align: center; padding: 4px; }

/* pravý stĺpec – titulok + krátky popis */
.amtc-npp .bb-title .product-title { font-size: 20px; }
.amtc-npp .short-desc { margin: 0 0 14px; font-size: 14px; color: var(--muted); line-height: 1.55; }
.amtc-npp .short-desc p { margin: 0 0 10px; }
.amtc-npp .short-desc p:last-child { margin-bottom: 0; }
.amtc-npp .show-desc-link {
	background: none; border: none; padding: 0; color: var(--brand); font-size: 14px;
	font-weight: 500; text-decoration: underline; text-underline-offset: 2px;
}
.amtc-npp .show-desc-link:hover { color: var(--brand-dark); }

/* ---------- Nákupný panel (buy box) ---------- */
.amtc-npp .buy-panel { background: var(--brand-tint); border: 1px solid var(--brand-tint2); border-radius: var(--radius); overflow: hidden; }
.amtc-npp .buy-panel-body { padding: 4px 16px 16px; }

.amtc-npp .feature-badges { display: flex; gap: 8px; margin: 4px 0 12px; flex-wrap: wrap; }
.amtc-npp .f-badge {
	display: flex; align-items: center; gap: 7px; border: 1px solid var(--brand-tint2); border-radius: var(--radius-xxl);
	padding: 6px 10px; font-size: 14px; background: #fff; color: var(--ink); cursor: pointer; text-align: left;
}

@media (max-width: 600px) {
  .amtc-npp .f-badge {
    width: 100%;
  }
}

.amtc-npp .f-badge:hover { border-color: var(--brand); }
.amtc-npp .f-badge b { display: block; font-size: 14px; color: var(--head); }
.amtc-npp .f-badge small { color: var(--muted); font-size: 14px; display: block; }
.amtc-npp .f-badge .ic { color: var(--brand); }

.amtc-npp .variant-group { margin: 10px 0; }
.amtc-npp .variant-label { font-size: 14px; color: var(--muted); margin-bottom: 6px; display: flex; align-items: center; gap: 5px; }
.amtc-npp .variant-label b { color: var(--head); margin-left: 2px; }
.amtc-npp .tip-inline { display: inline-grid; }
.amtc-npp .tip-btn { background: none; border: none; color: var(--brand); padding: 0 2px; display: grid; place-items: center; }
.amtc-npp .tip-btn:hover { color: var(--brand-dark); }

.amtc-npp .swatches { display: flex; gap: 8px; }
.amtc-npp .swatch {
	width: 36px; height: 36px; border-radius: var(--radius-50); border: 2px solid var(--brand-tint2);
	display: grid; place-items: center; background: #fff; padding: 0;
}
.amtc-npp .swatch .dot { width: 24px; height: 24px; border-radius: var(--radius-50); border: 1px solid rgba(0,0,0,0.12); }
.amtc-npp .swatch.active { border-color: var(--cta); box-shadow: 0 0 0 2px rgba(161,201,0,0.25); }

.amtc-npp .chips { display: flex; gap: 8px; flex-wrap: wrap; }
.amtc-npp .chip {
	display: inline-block; border: 1.5px solid var(--brand-tint2); border-radius: var(--radius-xxl); padding: 6px 12px;
	background: #fff; font-size: 14px; text-align: center; min-width: 84px; color: inherit; cursor: pointer;
}
.amtc-npp a.chip:hover { text-decoration: none; border-color: var(--brand); }
.amtc-npp .chip b { display: block; font-size: 15px; color: var(--head); }
.amtc-npp .chip small { color: var(--muted); font-size: 14px; }
.amtc-npp .chip.active { border-color: var(--cta); background: var(--accent-ultra-light); box-shadow: 0 0 0 1px var(--cta); }
.amtc-npp .chip.out { opacity: 0.55; }
.amtc-npp .chip:disabled { opacity: 0.45; cursor: not-allowed; }
.amtc-npp a.swatch:hover { text-decoration: none; }

/* Dočasné: vypnutie fialového (visited/focus) orámovania chipov a swatchov */
.amtc-npp .chip,
.amtc-npp .chip:visited,
.amtc-npp a.swatch,
.amtc-npp a.swatch:visited { color: var(--ink); }
.amtc-npp .chip:focus,
.amtc-npp .chip:focus-visible,
.amtc-npp a.swatch:focus,
.amtc-npp a.swatch:focus-visible { outline: none; }
.amtc-npp .chip:focus,
.amtc-npp .chip:visited { border-color: var(--brand-tint2); }
.amtc-npp .chip.active,
.amtc-npp .chip.active:focus,
.amtc-npp .chip.active:visited { border-color: var(--cta); }
.amtc-npp a.swatch:focus,
.amtc-npp a.swatch:visited { border-color: var(--brand-tint2); }
.amtc-npp a.swatch.active,
.amtc-npp a.swatch.active:focus,
.amtc-npp a.swatch.active:visited { border-color: var(--cta); }

.amtc-npp .avail-row { display: flex; align-items: center; gap: 14px; margin: 10px 0 0; flex-wrap: wrap; font-size: 14px; }
.amtc-npp .stock-ok { color: var(--ok); font-weight: 700; font-size: 16px; display: flex; align-items: center; gap: 6px; }
.amtc-npp .stock-out { color: var(--akcia); font-weight: 700; font-size: 16px; }
.amtc-npp .delivery-note { color: var(--ink); display: flex; align-items: center; gap: 6px; }
.amtc-npp .delivery-note b { color: var(--head); }
.amtc-npp .delivery-note .ic { color: var(--brand); }
.amtc-npp .ship-highlight {
	background: var(--secondary); border: 1px solid var(--primary); border-radius: var(--pill);
	padding: 6px 13px; cursor: pointer; font-weight: 500;
}
.amtc-npp .ship-highlight .sh-text { flex: 1 1 auto; min-width: 0; line-height: 1.4; }
.amtc-npp .ship-highlight .ic { flex: 0 0 auto; }
.amtc-npp .ship-highlight:hover { border-color: var(--brand); background: var(--secondary); }
.amtc-npp .ship-highlight b { font-weight: 700; }

/* Modal „Možnosti dopravy" – zoznam spôsobov + info box. */
.amtc-npp .ship-options { display: grid; gap: 8px; }
.amtc-npp .ship-option {
	display: flex; align-items: center; gap: 12px; border: 1px solid var(--line);
	border-radius: var(--radius-xxl); padding: 9px 12px; font-size: 14px;
}
.amtc-npp .ship-option .ic { color: var(--brand); flex: 0 0 auto; }
.amtc-npp .so-name { flex: 1; font-weight: 500; color: var(--head); }
.amtc-npp .so-name small { display: block; font-weight: 400; color: var(--muted); font-size: 13px; }
.amtc-npp .so-free { color: var(--ok); }
.amtc-npp .info-box {
	border: 1px solid var(--brand-tint2); background: var(--brand-tint);
	border-radius: var(--radius-xxl); padding: 14px 16px;
}
.amtc-npp .info-box ul { margin: 0; padding-left: 18px; font-size: 14px; color: var(--ink); display: grid; gap: 5px; }
.amtc-npp .info-box b { font-weight: 700; }

.amtc-npp .price-block { display: flex; flex-direction: column; gap: 2px; margin: 12px 0 10px; }
.amtc-npp .price-old { color: var(--muted); text-decoration: line-through; font-size: 16px; }
.amtc-npp .price-line { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.amtc-npp .price-current { font-size: 40px; font-weight: 700; color: var(--head); letter-spacing: -0.8px; line-height: 1.1; }
.amtc-npp .price-save { background: var(--akcia); color: #fff; font-weight: 700; font-size: 14px; border-radius: var(--radius-xxl); padding: 4px 10px; }
.amtc-npp .price-vat { font-size: 14px; color: var(--muted); }

.amtc-npp .promo-strip {
	width: 100%; display: flex; align-items: center; gap: 10px; text-align: left;
	background: #fdf0ef; border: 1.5px dashed var(--akcia); border-radius: var(--radius-xxl);
	padding: 10px 14px; margin: 10px 0 2px; cursor: pointer; font-size: 14px;
}
.amtc-npp .promo-strip:hover { background: #fce7e5; }
.amtc-npp .promo-ic {
	width: 26px; height: 26px; border-radius: var(--radius-xxl); background: var(--akcia); color: #fff;
	display: grid; place-items: center; flex: 0 0 auto;
}
.amtc-npp .promo-label { flex: 1; color: var(--head); }
.amtc-npp .promo-label u { font-weight: 700; color: var(--akcia); text-underline-offset: 2px; }
.amtc-npp .promo-label b { font-weight: 700; color: var(--akcia); margin-left: 4px; letter-spacing: 0.5px; }
.amtc-npp .promo-price { font-weight: 700; color: var(--akcia); font-size: 18px; white-space: nowrap; }

.amtc-npp .splatky-bar {
	width: 100%; display: flex; align-items: center; gap: 12px; text-align: left;
	background: #fff; border: 1.5px solid var(--brand-tint2); border-radius: var(--radius-xxl);
	padding: 10px 14px; margin: 0 0 12px; cursor: pointer;
}
.amtc-npp .splatky-bar:hover { border-color: var(--brand); }
.amtc-npp .splatky-logo { height: 30px; width: auto; flex: 0 0 auto; }
.amtc-npp .splatky-text { flex: 1; min-width: 0; }
.amtc-npp .splatky-text b { display: block; font-size: 15px; color: var(--head); }
.amtc-npp .splatky-text small { display: block; font-size: 14px; color: var(--muted); }
.amtc-npp .splatky-cta {
	background: var(--brand); color: #fff; border-radius: var(--btn-radius); padding: 9px 17px;
	font-size: 14px; font-weight: 700; white-space: nowrap; flex: 0 0 auto;
}
.amtc-npp .splatky-bar:hover .splatky-cta { background: var(--brand-dark); }
.amtc-npp .splatky-embed-hidden { display: none !important; }

.amtc-npp .cta-row { display: flex; gap: 10px; margin: 12px 0 4px; }
.amtc-npp a.btn-cart { text-decoration: none; }
.amtc-npp a.btn-cart:hover { text-decoration: none; }
/* klik na add-to-cart musí dopadnúť na element s data-wooptima-product */
.amtc-npp .wa-product-area-addtocart > * { pointer-events: none; }
.amtc-npp .btn-cart[data-disabled="1"] { background: #c3cdd4; cursor: not-allowed; pointer-events: none; }
.amtc-npp .qty { display: flex; align-items: center; border: 1px solid var(--accent-light); background: #fff; border-radius: var(--btn-radius); overflow: hidden; flex: 0 0 auto; }
.amtc-npp .qty button { width: 36px; height: 48px; border: none; background: none; font-size: 17px; color: var(--cta-dark); }
.amtc-npp .qty button:hover { background: var(--accent-ultra-light); }
.amtc-npp .qty input { width: 38px; height: 48px; border: none; text-align: center; font-size: 16px; font-weight: 700; outline: none; background: none; }
.amtc-npp .btn-cart {
	background: var(--cta); color: #fff; border: none; border-radius: var(--btn-radius);
	font-size: 16px; font-weight: 700; height: 48px; padding: 0 28px; display: flex; align-items: center;
	justify-content: center; gap: 9px; transition: background 0.15s;
	flex: 1 1 auto; max-width: none !important; width: auto;
}
.amtc-npp .btn-cart .wa-product-area-addtocart__text { font-size: 16px !important; }
.amtc-npp .btn-cart:hover { background: var(--cta-dark); }
.amtc-npp .btn-cart:disabled { background: #c3cdd4; cursor: not-allowed; }

.amtc-npp .services { margin-top: 12px; border-top: 1px solid var(--brand-tint2); padding-top: 10px; }
.amtc-npp .services-title { font-size: 14px; font-weight: 700; color: var(--head); margin-bottom: 8px; display: flex; align-items: center; gap: 7px; }
.amtc-npp .services-title .ic { color: var(--brand); }
.amtc-npp .service {
	display: flex; align-items: center; gap: 10px; border: 1px solid var(--brand-tint2); border-radius: var(--radius-xxl);
	padding: 7px 10px; margin-bottom: 6px; cursor: pointer; background: #fff; width: 100%; text-align: left;
}
.amtc-npp .service:hover { border-color: var(--brand); }
.amtc-npp .service.on { border-color: var(--cta); background: var(--accent-ultra-light); }
.amtc-npp .service .cb {
	width: 18px; height: 18px; border: 1.5px solid #c9d4db; border-radius: var(--radius-xxl); flex: 0 0 auto;
	display: grid; place-items: center; color: #fff; background: #fff;
}
.amtc-npp .service.on .cb { background: var(--cta); border-color: var(--cta); }
.amtc-npp .service-name { font-size: 14px; font-weight: 500; color: var(--brand); flex: 1; }
.amtc-npp .service-name small { display: block; font-weight: 400; color: var(--muted); font-size: 14px; }
.amtc-npp .service-price { font-size: 14px; font-weight: 700; color: var(--head); white-space: nowrap; }
.amtc-npp .service-info { background: none; border: none; color: var(--brand); padding: 2px; display: grid; place-items: center; }
.amtc-npp .service-info:hover { color: var(--brand-dark); }

/* ---------- Banner pod produktom ---------- */
.amtc-npp .product-banner { margin-top: 24px; }
.amtc-npp .product-banner .product-banner-link { display: block; }
.amtc-npp .product-banner picture { display: flex; }
.amtc-npp .product-banner img {
	width: 100%; max-width: 100%; height: auto;
	object-fit: contain; border-radius: var(--radius);
}

/* ---------- Kotviace (sticky) menu ----------
   --amtc-sticky-top nastavuje JS = výška Oxygen sticky hlavičky (+ admin bar). */
.amtc-npp .amtc-anchor-nav {
	position: sticky; top: var(--amtc-sticky-top, 0px); z-index: 40;
	background: var(--brand-tint); border-bottom: 2px solid var(--brand-tint2);
	margin: 22px 0 0;
}
.amtc-npp .amtc-anchor-rail {
	display: flex; gap: 2px; overflow-x: auto;
	scrollbar-width: none; -ms-overflow-style: none;
}
.amtc-npp .amtc-anchor-rail::-webkit-scrollbar { display: none; }
.amtc-npp .amtc-anchor-link {
	padding: 12px 18px; font-size: 14px; font-weight: 500; line-height: 1.2;
	color: var(--ink); background: none; border: none;
	border-bottom: 3px solid transparent; white-space: nowrap;
	transition: color .15s ease, border-color .15s ease;
}
.amtc-npp .amtc-anchor-link:hover { color: var(--brand); }
.amtc-npp .amtc-anchor-link.active { color: var(--brand); border-bottom-color: var(--brand); background: #fff; }

/* ---------- Popis + parametre ---------- */
.amtc-npp .section { padding-top: 30px; padding-bottom: 4px; }
.amtc-npp .sec-heading { text-align: left; margin: 32px 0 16px; }
.amtc-npp .sec-heading h2 { font-size: 20px; font-weight: 500; color: var(--head); }
.amtc-npp .sec-heading h2 b { font-weight: 500; }
.amtc-npp .sec-heading .underline { display: none; }
.amtc-npp .desc-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; align-items: start; }
.amtc-npp .desc-body h3 { font-size: 15px; margin: 18px 0 8px; color: var(--head); }
.amtc-npp .desc-body h3:first-child { margin-top: 0; }
.amtc-npp .desc-body p { margin: 0 0 12px; color: var(--ink); font-size: 14px; line-height: 1.65; }
.amtc-npp .section-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 24px; }
.amtc-npp .params-card { position: sticky; top: calc(var(--amtc-sticky-top, 0px) + 56px); }
.amtc-npp .params-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.amtc-npp .params-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); }
.amtc-npp .params-table tr:last-child td { border-bottom: none; }
.amtc-npp .params-table td:first-child { color: var(--brand); font-weight: 700; width: 55%; }
.amtc-npp .params-table td:last-child { font-weight: 400; color: var(--head); }

/* ---------- Často kladené otázky (FAQ) ---------- */
.amtc-npp .faq-card {
	display: block; width: 100%; box-sizing: border-box;
	background: #fff; border: 1px solid var(--line);
	border-radius: var(--radius); box-shadow: var(--shadow);
	padding: 6px 22px;
}
.amtc-npp .faq-item {
	display: block !important; width: 100% !important; box-sizing: border-box;
	border-bottom: 1px solid var(--line);
}
.amtc-npp .faq-item:last-child { border-bottom: none; }
.amtc-npp .faq-q {
	display: flex !important; width: 100% !important; box-sizing: border-box;
	justify-content: space-between; align-items: center; gap: 14px;
	margin: 0; padding: 15px 2px;
	background: none; border: 0; box-shadow: none; cursor: pointer;
	font-family: inherit; font-size: 14px; font-weight: 700; color: var(--head);
	text-align: left; line-height: 1.4;
}
.amtc-npp .faq-q:hover { color: var(--brand); }
.amtc-npp .faq-q > span { flex: 1 1 auto; }
.amtc-npp .faq-q .ic { flex: 0 0 auto; color: var(--brand); transition: transform 0.2s; }
.amtc-npp .faq-item.open .faq-q .ic { transform: rotate(180deg); }
.amtc-npp .faq-a { font-size: 14px; color: var(--ink); line-height: 1.65; padding: 0 24px 15px 2px; margin: 0; }
.amtc-npp .faq-a p { margin: 0 0 10px; }
.amtc-npp .faq-a p:last-child { margin-bottom: 0; }

/* ---------- Kontakt ---------- */
.amtc-npp .contact-card {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	gap: 24px; align-items: center;
}
.amtc-npp .contact-left { display: flex; gap: 16px; align-items: center; }
.amtc-npp .contact-photo { width: 84px; height: 84px; flex: 0 0 auto; border-radius: var(--radius-50); object-fit: cover; }
.amtc-npp .contact-info h3 {
	font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1.25;
	color: var(--head); margin: 0 0 4px; text-transform: none; letter-spacing: 0;
}
.amtc-npp .contact-info p {
	font-family: inherit; font-size: 14px; font-weight: 400; line-height: 1.5;
	color: var(--muted); margin: 0 0 10px;
}
.amtc-npp .contact-line {
	display: flex; align-items: center; gap: 9px;
	font-family: inherit; font-size: 14px; line-height: 1.4;
	font-weight: 700; color: var(--brand); margin-bottom: 5px; text-decoration: none;
}
.amtc-npp .contact-line.sub { font-weight: 400; color: var(--ink); }
.amtc-npp a.contact-line { text-decoration: none; }
.amtc-npp a.contact-line:hover { text-decoration: underline; }
.amtc-npp .contact-line .ic { flex: 0 0 auto; }

/* ---------- Príslušenstvo (Dokúpte vhodné príslušenstvo) ---------- */
.amtc-npp .filter-chips { display: flex !important; flex-direction: row !important; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.amtc-npp .filter-chip {
	background: #fff; border: 1px solid #cdd6dd; border-radius: var(--btn-radius);
	padding: 9px 19px; font-size: 14px; color: var(--head); font-weight: 400; cursor: pointer; height: 37px;
}
.amtc-npp .filter-chip:hover { border-color: var(--brand); }
.amtc-npp .filter-chip.active { border: 2px solid var(--brand); padding: 9px 19px; font-weight: 500; }

.amtc-npp .carousel-wrap { position: relative; max-width: 100%; }
.amtc-npp .carousel {
	display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important;
	gap: 0; overflow-x: auto !important; max-width: 100%; scroll-snap-type: x mandatory; padding: 0;
	scrollbar-width: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
}
.amtc-npp .carousel::-webkit-scrollbar { display: none; }
.amtc-npp .acc-card {
	flex: 0 0 calc(100% / 6) !important; width: calc(100% / 6) !important; min-width: 0 !important;
	scroll-snap-align: start; border-right: 1px solid var(--line);
	background: #fff; padding: 16px 14px; display: flex !important; flex-direction: column !important; gap: 8px;
	text-align: center; align-items: center;
}
.amtc-npp .acc-card.acc-hidden { display: none !important; }
.amtc-npp .acc-card:last-child { border-right: none; }
.amtc-npp .acc-img {
	width: 100% !important; max-width: 100% !important; position: relative;
	overflow: hidden; display: grid; place-items: center; flex: 0 0 auto;
}
.amtc-npp .acc-img img { max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; object-fit: contain; }
.amtc-npp .acc-ph {
	width: 100%; height: 100%; display: grid; place-items: center; padding: 8px; font-size: 12px;
	color: var(--muted); background: repeating-linear-gradient(-45deg, #f2f7fb, #f2f7fb 8px, #e8f1f8 8px, #e8f1f8 16px);
	border-radius: var(--radius-xxl); line-height: 1.3;
}
.amtc-npp .acc-stock { font-size: 14px; color: var(--ok); font-weight: 500; }
.amtc-npp .acc-name {
	display: block; width: 100%; font-size: 15px; font-weight: 400; color: var(--ink); line-height: 1.45;
	min-height: 66px; text-align: center; text-decoration: none; overflow-wrap: anywhere; word-break: break-word;
}
.amtc-npp a.acc-name:hover { color: var(--brand); }
.amtc-npp .acc-bottom { display: flex !important; flex-direction: column !important; gap: 8px; margin-top: auto; width: 100%; }
.amtc-npp .acc-price { font-weight: 700; font-size: 20px; color: var(--ink); white-space: nowrap; text-align: center; }
.amtc-npp .acc-bottom .btn-mini {
	background: var(--cta) !important; border: none !important; color: #fff !important;
	border-radius: var(--btn-radius) !important; min-width: 0 !important;
	max-width: unset !important; width: unset !important; height: 46px !important; min-height: 46px !important; max-height: 46px !important;
	aspect-ratio: auto !important; padding: 0 16px !important; margin: 0 !important; line-height: 1 !important;
	white-space: nowrap !important; overflow: hidden !important;
	font-size: 14px; font-weight: 700; text-decoration: none;
	display: flex !important; flex-direction: row !important; align-items: center !important;
	justify-content: center !important; gap: 7px; cursor: pointer; box-shadow: none !important;
}
.amtc-npp .acc-bottom .btn-mini:hover { background: var(--cta-dark) !important; }
.amtc-npp .acc-bottom .btn-mini svg,
.amtc-npp .acc-bottom .btn-mini .ic { display: none !important; }
.amtc-npp .acc-bottom .btn-mini.btn-mini--disabled,
.amtc-npp .acc-bottom .btn-mini.btn-mini--disabled:hover { background: #cfd6dc !important; color: #fff !important; cursor: default; }
.amtc-npp .acc-section .carousel-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 40px; height: 40px;
	border-radius: var(--radius-50); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg);
	display: grid; place-items: center; color: var(--brand); cursor: pointer;
}
.amtc-npp .acc-section .carousel-arrow:hover { background: var(--brand-tint); }
.amtc-npp .acc-section .carousel-arrow.left { left: -16px; }
.amtc-npp .acc-section .carousel-arrow.right { right: -16px; }

@media (max-width: 720px) {
	.amtc-npp .contact-card { grid-template-columns: 1fr; }

	.amtc-npp .filter-chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
	.amtc-npp .filter-chips::-webkit-scrollbar { display: none; }
	.amtc-npp .filter-chip { flex: 0 0 auto; white-space: nowrap; font-size: 13px; }
	.amtc-npp .acc-card { flex: 0 0 calc((100vw - 40px - 30px) / 2) !important; width: calc((100vw - 40px - 30px) / 2) !important; }
	.amtc-npp .acc-img { height: 110px; }
	.amtc-npp .acc-price { font-size: 17px; }
	.amtc-npp .acc-bottom .btn-mini .btn-mini-label { display: none !important; }
	.amtc-npp .acc-bottom .btn-mini svg,
	.amtc-npp .acc-bottom .btn-mini .ic { display: block !important; width: 26px !important; height: 26px !important; }
}

/* ---------- Hláška mimo produktu ---------- */
.amtc-npp-notice {
	padding: 14px 18px; border: 1px solid #e8eef2; border-radius: var(--radius-l);
	background: #f3fbff; color: #1a202c; font-size: 14px;
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ---------- Responzivita ---------- */
@media (max-width: 900px) {
	.amtc-npp .product-grid { grid-template-columns: 1fr; padding: 8px 12px 0 12px; }
	.amtc-npp .gallery { position: static; max-width: 480px; margin: 0 auto; width: 100%; }
	.amtc-npp .desc-grid { grid-template-columns: 1fr; }
	.amtc-npp .params-card { position: static; }
	.amtc-npp .product-titlebar { display: block; padding: 8px 12px 0 12px; }
	.amtc-npp .product-titlebar .product-title { font-size: 19px; }
	.amtc-npp .product-grid .bb-title { display: none; }
}

@media (max-width: 560px) {
	.amtc-npp .acc-section .carousel-arrow { display: none; }

	.amtc-npp .breadcrumb {
		flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
	}
	.amtc-npp .breadcrumb::-webkit-scrollbar { display: none; }
	.amtc-npp .breadcrumb a,
	.amtc-npp .breadcrumb .current,
	.amtc-npp .breadcrumb .sep { flex: 0 0 auto; }
	.amtc-npp .breadcrumb .bc-ellipsis,
	.amtc-npp .breadcrumb .bc-m { display: inline; }
	.amtc-npp .breadcrumb .bc-ellipsis { color: var(--head); font-weight: 400; letter-spacing: 1px; }
	.amtc-npp .breadcrumb .bc-item:not(.bc-keep) { display: none; }
	.amtc-npp .breadcrumb .sep:not(.bc-keep):not(.bc-m) { display: none; }
	.amtc-npp .gallery-nav { display: none; }
	.amtc-npp .gallery-thumbs { overflow-x: auto; padding-bottom: 4px; }
	.amtc-npp .gallery-thumb { flex: 0 0 56px; height: 56px; }
	.amtc-npp .section { padding: 22px 12px 0 12px; }
	.amtc-npp .sec-heading h2 { font-size: 17px; }
	.amtc-npp .section-card { padding: 16px; }
	.amtc-npp .params-table { font-size: 14px; }
	.amtc-npp .params-table td { padding: 11px 8px; }
	.amtc-npp .rating-num { font-size: 15px; }

	/* Home Credit splátky: logo + text v prvom riadku, CTA na celú šírku pod tým */
	.amtc-npp .splatky-bar { flex-wrap: wrap; gap: 10px 12px; padding: 10px 12px; }
	.amtc-npp .splatky-logo { height: 24px; }
	.amtc-npp .splatky-text { flex: 1 1 0; min-width: 0; }
	.amtc-npp .splatky-text small { margin-top: 1px; }
	.amtc-npp .splatky-cta { flex: 1 1 100%; margin: 0; text-align: center; padding: 10px 14px; }
}

/* ---------- Modal: stavy produktov (1:1 podľa predlohy) ---------- */
.amtc-npp .modal-overlay {
	position: fixed; inset: 0; background: rgba(26, 32, 44, 0.5); z-index: 100;
	display: grid; place-items: center; padding: 20px;
}
.amtc-npp .modal-overlay[hidden] { display: none; }
.amtc-npp .modal {
	background: #fff; border-radius: var(--radius-m); max-width: 520px; width: 100%;
	box-shadow: var(--shadow-lg); max-height: 86vh; overflow: auto;
}
.amtc-npp .modal-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.amtc-npp .modal-head h3 { font-size: 16px; }
.amtc-npp .modal-close { background: none; border: none; color: var(--muted); padding: 4px; display: grid; place-items: center; }
.amtc-npp .modal-close:hover { color: var(--head); }
.amtc-npp .modal-body { padding: 18px 20px; font-size: 14px; color: var(--ink); }
.amtc-npp .modal-body p { margin: 0 0 10px; }
.amtc-npp .modal-body p:last-child { margin-bottom: 0; }
.amtc-npp .modal-body ul { padding-left: 18px; display: grid; gap: 7px; margin: 8px 0 0; }
.amtc-npp .modal-body li { line-height: 1.5; }
.amtc-npp .warn-strip {
	display: flex; gap: 10px; align-items: flex-start; margin-top: 14px;
	background: #fff8e6; border: 1px solid #ffe1a0; border-radius: var(--radius-xxl);
	padding: 10px 12px; font-size: 14px; color: #7a5800;
}
.amtc-npp .warn-strip svg { flex: 0 0 auto; }
.amtc-npp .modal-body .service-modal-price { margin-top: 14px; }

.amtc-npp .states-grid { display: grid; gap: 8px; margin-top: 12px; }
.amtc-npp .state-row { display: flex; gap: 10px; font-size: 14px; align-items: baseline; }
.amtc-npp .state-pill { flex: 0 0 92px; text-align: center; border-radius: var(--pill); font-weight: 700; font-size: 14px; padding: 3px 6px; background: var(--brand-tint2); color: var(--head); }
.amtc-npp .state-pill.novy { background: var(--cta); color: #fff; }
.amtc-npp .state-row p { margin: 0; color: var(--ink); }

/* Energetický štítok – škála tried v modale */
.amtc-npp .eu-scale { display: flex; flex-direction: column; gap: 6px; margin: 14px 0 4px; }
.amtc-npp .eu-scale-row { display: flex; align-items: center; gap: 12px; }
.amtc-npp .eu-scale-arrow {
	color: #fff; font-weight: 700; font-size: 14px; line-height: 1; height: 26px;
	display: grid; place-items: center start; padding: 0 0 0 12px;
	clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.amtc-npp .eu-scale-row.active .eu-scale-arrow { height: 30px; font-size: 16px; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25)); }
.amtc-npp .eu-scale-mark { font-weight: 700; color: var(--head); font-size: 14px; white-space: nowrap; }
.amtc-npp .eu-desc { margin-top: 16px; color: var(--ink); font-size: 14px; }
.amtc-npp .eu-desc p { margin: 0 0 10px; }
.amtc-npp .eu-desc p:last-child { margin-bottom: 0; }

/* ---------- Pripnutá lišta „Vložiť do košíka" (len mobil) ---------- */
.amtc-npp .amtc-sticky-buy { display: none; }
@media (max-width: 768px) {
	.amtc-npp .amtc-sticky-buy {
		display: flex; align-items: center; gap: 12px;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990;
		background: #fff; border-top: 1px solid var(--line);
		padding: 10px 12px; box-shadow: 0 -4px 16px rgba(0,0,0,0.10);
	}
	.amtc-npp .asb-price { display: flex; flex-direction: column; line-height: 1.1; flex: 0 0 auto; }
	.amtc-npp .asb-old { font-size: 12px; color: var(--muted); text-decoration: line-through; }
	.amtc-npp .asb-now { font-size: 18px; font-weight: 700; color: var(--head); }
	.amtc-npp .asb-cta {
		flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
		background: var(--cta); color: #fff; border: none; border-radius: var(--btn-radius);
		height: 48px; font-size: 16px; font-weight: 700; cursor: pointer;
	}
	.amtc-npp .asb-cta[disabled] { opacity: .5; pointer-events: none; }
	.amtc-npp .asb-qty {
		flex: 1; display: flex; align-items: center; justify-content: space-between;
		border: 2px solid var(--cta); border-radius: var(--btn-radius); height: 48px; padding: 0 6px;
	}
	.amtc-npp .asb-qty button {
		width: 42px; height: 42px; border: none; background: none; color: var(--head);
		display: grid; place-items: center; cursor: pointer;
	}
	.amtc-npp .asb-qty [data-asb-count] { font-size: 16px; font-weight: 700; min-width: 28px; text-align: center; color: var(--head); }
	/* aby posledný obsah neprekryla pripnutá lišta */
	.amtc-npp { padding-bottom: 76px; }
	/* CTA v buy boxe je na mobile nahradené pripnutou lištou dole (klik naň
	   ostáva funkčný cez proxy v initStickyBuy, len je vizuálne skryté). */
	.amtc-npp .cta-row { display: none; }
}

/* ---------- Potvrdzovací modal služby (pätička s tlačidlami) ---------- */
.amtc-npp .modal-foot { display: flex; gap: 12px; padding: 4px 20px 20px; align-items: center; }
.amtc-npp .modal-foot .svc-cancel {
	flex: 0 0 auto; background: #fff; border: 1.5px solid var(--brand); color: var(--brand);
	border-radius: var(--btn-radius); padding: 12px 22px; font-weight: 600; font-size: 15px; cursor: pointer;
}
.amtc-npp .modal-foot .svc-cancel:hover { background: var(--brand-tint); }
.amtc-npp .modal-foot .svc-confirm {
	flex: 1; background: var(--cta); border: none; color: #fff;
	border-radius: var(--btn-radius); padding: 12px 22px; font-weight: 700; font-size: 15px; cursor: pointer;
}
.amtc-npp .modal-foot .svc-confirm:hover { background: var(--cta-dark); }

/* Potvrdzovací/­info modal služby – kompaktnejší a bez čiary pod nadpisom (podľa predlohy). */
.amtc-npp .service-modal .modal { max-width: 460px; }
.amtc-npp .service-modal .modal-head { border-bottom: none; padding: 16px 20px 4px; }
