/* AluPro - nowa karta produktu (podglad ?nowa-karta=1, inc/karta/karta.php) */

.ax-k {
	--ax-navy: var(--wp--preset--color--secondary, #0E151F);
	--ax-blue: var(--wp--preset--color--primary, #0D6EFD);
	--ax-grey: var(--wp--preset--color--tertiary, #6C6C77);
	--ax-line: #D9D9D9;
	--ax-soft: #EEF1F6;
	--ax-cien: 0 1px 2px rgba(14, 21, 31, .05), 0 10px 28px -14px rgba(14, 21, 31, .22);
	--ax-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
	--fam: var(--ax-blue);
	--ax-hdr: 170px;
	max-width: 1240px; margin: 0 auto; box-sizing: border-box;
	padding: 0 var(--wp--custom--spacing--outer, 30px) 120px;
	color: var(--ax-grey); font-size: 17px; line-height: 1.6;
}
.ax-k *, .ax-k *::before, .ax-k *::after { box-sizing: border-box; }
.ax-kolory[data-rodzina="est"] { --fam: #6D4AE0; }
.ax-kolory[data-rodzina="cctv"] { --fam: #0F7C74; }
.ax-kolory[data-rodzina="dost"] { --fam: #B45A09; }
.ax-kolory[data-rodzina="elew"] { --fam: #4B5A6E; }
.ax-kolory[data-rodzina="slus"] { --fam: #A3284A; }

.ax-k h1, .ax-k h2, .ax-k h3 { color: var(--ax-navy); font-weight: 500; line-height: 1.15; text-wrap: balance; margin: 0; }
.ax-k a { color: var(--ax-blue); }
.ax-k hr { display: none; }

.ax-podglad { margin: 18px 0 0; padding: 10px 14px; border-radius: 10px; background: #FFF3DC; color: #7A4B00; font-size: 14px; }
.ax-podglad a { color: inherit; font-weight: 600; }

/* ---------- pasek rodziny ---------- */
.ax-pasek-rodziny { display: flex; align-items: center; gap: 12px 24px; flex-wrap: wrap; padding: 22px 0 18px; border-bottom: 1px solid var(--ax-line); margin-bottom: 32px; }
.ax-rodzina { display: inline-flex; align-items: center; gap: 12px; color: var(--fam); font-weight: 600; font-size: 16px; }
.ax-mark { width: 44px; height: 44px; flex: none; }
.ax-okruszki { font-size: 14px; color: var(--ax-grey); margin-left: auto; }
.ax-okruszki a { color: var(--ax-grey); text-decoration: none; }
.ax-okruszki a:hover { color: var(--ax-blue); }
.ax-mark path { stroke-dasharray: 1; animation: ax-rysuj 1s cubic-bezier(.6, .05, .3, 1) both; animation-delay: calc(var(--i, 0) * 110ms + 150ms); }
@keyframes ax-rysuj { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }

/* ---------- pasek produktu pod belka menu (w przyklejonej grupie naglowka) ---------- */
.ax-lokal { --fam: #0D6EFD; margin-block-start: 0 !important; max-height: 0; overflow: hidden; opacity: 0; background: rgba(249, 250, 253, .94); -webkit-backdrop-filter: saturate(1.4) blur(10px); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid transparent; transition: max-height .35s cubic-bezier(.2, .7, .2, 1), opacity .25s, border-color .25s; }
.ax-lokal.on { max-height: 72px; opacity: 1; border-bottom-color: #E2E6EE; }
/* gdy pasek produktu jest widoczny, belka menu jest pelna - przeswit przejmuje pasek produktu (rozmycie) */
@media (max-width: 1699px) {
	.is-position-sticky:has(> .ax-lokal.on) .has-header-footer-background-color.is-position-sticky { background-color: #0E151F !important; }
}
.ax-lokal-in { max-width: 1240px; margin: 0 auto; padding: 10px var(--wp--custom--spacing--outer, 30px); display: flex; align-items: center; gap: 24px; }
.ax-lokal-n { color: #0E151F; font-weight: 600; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; flex: 0 1 auto; }
.ax-lokal-l { display: flex; gap: 20px; margin-left: auto; }
.ax-lokal-l a { color: #6C6C77; text-decoration: none; font-size: 14.5px; white-space: nowrap; padding: 4px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.ax-lokal-l a:hover, .ax-lokal-l a.on { color: #0E151F; border-bottom-color: #0D6EFD; }
.ax-lokal-c { color: #0E151F; font-size: 15px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.ax-lokal-c .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ax-lokal-b { background: #0D6EFD; color: #fff !important; text-decoration: none; padding: 10px 18px; border-radius: 10px; font-weight: 500; font-size: 15px; white-space: nowrap; display: inline-block; }
.ax-lokal.on .ax-lokal-b { animation: ax-pulsuj 2.2s linear .25s both; }
/* powieksz-pomniejsz w wygasajacej sinusoidzie: s(t) = 1 + e^(-1.6t) * 0.22 * sin(2*pi*2t), 2,2 s */
@keyframes ax-pulsuj { 0% { transform: scale(1.000); } 2.27% { transform: scale(1.119); } 4.55% { transform: scale(1.178); } 6.82% { transform: scale(1.165); } 9.09% { transform: scale(1.094); } 11.36% { transform: scale(1.000); } 13.64% { transform: scale(0.920); } 15.91% { transform: scale(0.880); } 18.18% { transform: scale(0.890); } 20.45% { transform: scale(0.937); } 22.73% { transform: scale(1.000); } 25% { transform: scale(1.055); } 27.27% { transform: scale(1.083); } 29.55% { transform: scale(1.077); } 31.82% { transform: scale(1.044); } 34.09% { transform: scale(1.000); } 36.36% { transform: scale(0.963); } 38.64% { transform: scale(0.944); } 40.91% { transform: scale(0.949); } 43.18% { transform: scale(0.971); } 45.45% { transform: scale(1.000); } 47.73% { transform: scale(1.026); } 50% { transform: scale(1.039); } 52.27% { transform: scale(1.036); } 54.55% { transform: scale(1.021); } 56.82% { transform: scale(1.000); } 59.09% { transform: scale(0.983); } 61.36% { transform: scale(0.974); } 63.64% { transform: scale(0.976); } 65.91% { transform: scale(0.987); } 68.18% { transform: scale(1.000); } 70.45% { transform: scale(1.012); } 72.73% { transform: scale(1.018); } 75% { transform: scale(1.017); } 77.27% { transform: scale(1.009); } 79.55% { transform: scale(1.000); } 81.82% { transform: scale(0.993); } 84.09% { transform: scale(0.989); } 86.36% { transform: scale(0.990); } 88.64% { transform: scale(0.994); } 90.91% { transform: scale(1.000); } 93.18% { transform: scale(1.005); } 95.45% { transform: scale(1.007); } 97.73% { transform: scale(1.007); } 100% { transform: scale(1.000); } }

/* ---------- hero ---------- */
.ax-hero { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.ax-gal { display: grid; gap: 10px; }
.ax-gal-glowne { position: relative; display: block; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--ax-cien); aspect-ratio: 4 / 3; cursor: zoom-in; }
.ax-gal-img { width: 100%; height: 100%; object-fit: contain; display: block; transition: opacity .25s; }
.ax-gal-zoom { position: absolute; right: 12px; top: 12px; width: 36px; height: 36px; border-radius: 10px; background: rgba(255, 255, 255, .9); color: #0E151F; display: grid; place-items: center; opacity: 0; transition: opacity .2s; }
.ax-gal-zoom svg { width: 18px; height: 18px; }
.ax-gal-glowne:hover .ax-gal-zoom, .ax-gal-glowne:focus-visible .ax-gal-zoom { opacity: 1; }
.ax-gal-licz { position: absolute; left: 12px; bottom: 12px; font-family: var(--ax-mono); font-size: 12px; padding: 3px 8px; border-radius: 8px; background: rgba(14, 21, 31, .72); color: #fff; }
.ax-gal-min { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); gap: 8px; }
.ax-gal-min li { list-style: none; margin: 0; }
.ax-gal-t { display: block; width: 100%; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: #fff; cursor: pointer; aspect-ratio: 1; transition: border-color .2s, opacity .2s; opacity: .75; }
.ax-gal-t img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ax-gal-t:hover { opacity: 1; }
.ax-gal-t.on { border-color: var(--fam); opacity: 1; }

/* lightbox */
.ax-lb { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.ax-lb::backdrop { background: rgba(8, 12, 18, .9); }
.ax-lb-in { width: 100%; height: 100%; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; }
.ax-lb img { max-width: 100%; max-height: 90vh; margin: auto; display: block; border-radius: 8px; grid-column: 2; grid-row: 1; }
/* strzalki na stalych kolumnach: przy jednym zdjeciu sa ukryte i obraz nie moze wpasc w waska kolumne 64 px (2.1.0) */
.ax-lb .ax-lb-p { grid-column: 1; grid-row: 1; }
.ax-lb .ax-lb-n { grid-column: 3; grid-row: 1; }
.ax-lb button { background: rgba(255, 255, 255, .1); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 22px; cursor: pointer; margin: auto; }
.ax-lb button:hover { background: rgba(255, 255, 255, .22); }
.ax-lb .ax-lb-x { position: fixed; right: 16px; top: 16px; }

.ax-info { display: grid; gap: 18px; align-content: start; }
.ax-odznaki { display: flex; gap: 8px; flex-wrap: wrap; }
.ax-odz { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; padding: 5px 10px; border-radius: 8px; border: 1px solid var(--ax-line); color: var(--ax-navy); font-variant-numeric: tabular-nums; }
.ax-odz-sys { background: var(--fam); border-color: var(--fam); color: #fff; }
.ax-tytul { font-size: clamp(30px, 3.4vw, 44px); }
.ax-haslo { margin: 0; font-size: 18px; color: var(--ax-navy); max-width: 60ch; }
.ax-klucz { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.ax-klucz-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 1180px) { .ax-klucz-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.ax-kl { border: 1px solid #E5E8EE; border-radius: 12px; padding: 12px 14px; display: grid; gap: 2px; background: #fff; }
.ax-kl b { font-size: 22px; font-weight: 500; color: var(--ax-navy); line-height: 1.15; font-variant-numeric: tabular-nums; }
.ax-kl span { font-size: 13.5px; line-height: 1.35; }
.ax-kl-1 { border-color: color-mix(in srgb, var(--fam) 45%, transparent); background: color-mix(in srgb, var(--fam) 7%, #fff); }
.ax-zrodlo { margin: -6px 0 0; font-size: 13px; }

.ax-kup { display: grid; gap: 14px; padding: 18px; border: 1px solid #E5E8EE; border-radius: 16px; background: #fff; box-shadow: var(--ax-cien); }
.ax-cena { font-size: 24px; color: var(--ax-navy); font-variant-numeric: tabular-nums; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; }
.ax-cena small { font-size: 13px; color: var(--ax-grey); }
/* przelacznik walut PLN / EUR / USD: male przyciski pod cena, do lewej (2.0.7) */
.ax-waluta { flex-basis: 100%; display: flex; gap: 2px; margin: 0 0 0 -8px; }
.ax-waluta button { font: inherit; font-size: 12.5px; font-weight: 500; letter-spacing: .04em; line-height: 1; padding: 6px 8px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: var(--ax-grey); cursor: pointer; transition: color .15s, background-color .15s; }
.ax-waluta button:hover { color: var(--ax-navy); background: #F1F4F9; }
.ax-waluta button[aria-pressed="true"] { color: var(--ax-navy); background: #EEF2F8; border-color: #E2E6EE; cursor: default; }
.ax-waluta button:focus-visible { outline: 2px solid #0D6EFD; outline-offset: 1px; }
.ax-koszyk form.cart { margin: 0 !important; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.ax-koszyk table.variations { margin: 0 0 4px; width: 100%; }
.ax-koszyk table.variations th, .ax-koszyk table.variations td { padding: 4px 8px 4px 0; vertical-align: middle; font-size: 15px; }
.ax-koszyk select { font: inherit; font-size: 15px; padding: 9px 12px; border-radius: 10px; border: 1px solid var(--ax-line); background: #fff; color: var(--ax-navy); min-width: 160px; }
.ax-koszyk .single_variation_wrap { width: 100%; display: grid; gap: 10px; }
.ax-koszyk .woocommerce-variation-add-to-cart { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.ax-koszyk .quantity input { width: 70px; padding: 9px 8px; border-radius: 10px; border: 1px solid var(--ax-line); font: inherit; }
.ax-koszyk .single_add_to_cart_button { border-radius: 10px !important; padding: 12px 22px !important; }
.ax-kup-dol { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; }
.ax-btn-drugi { font-size: 15px; font-weight: 500; padding: 10px 18px; border-radius: 10px; border: 1px solid var(--ax-line); color: var(--ax-navy) !important; text-decoration: none; transition: border-color .2s, background-color .2s; }
.ax-btn-drugi:hover { border-color: var(--ax-blue); background: #F4F8FF; }
.ax-do-docs { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; text-decoration: none; color: var(--ax-navy) !important; }
.ax-do-docs:hover { color: var(--ax-blue) !important; }
.ax-do-docs-n { font-family: var(--ax-mono); font-size: 12px; font-weight: 600; min-width: 26px; height: 26px; padding: 0 6px; border-radius: 8px; background: #0E151F; color: #fff; display: inline-grid; place-items: center; }

.ax-osoba { display: flex; gap: 14px; align-items: center; padding: 14px 16px; border-radius: 16px; background: #F4F6FA; }
.ax-awatar { width: 50px; height: 50px; border-radius: 50%; background: var(--ax-navy); color: #fff; display: grid; place-items: center; font-weight: 600; flex: none; }
.ax-osoba b { display: block; color: var(--ax-navy); font-weight: 600; }
.ax-tel { font-size: 16px; font-weight: 500; font-variant-numeric: tabular-nums; text-decoration: none; }
.ax-osoba small { display: block; font-size: 13.5px; line-height: 1.4; }

/* ---------- sekcje ---------- */
.ax-sek { margin-top: 80px; scroll-margin-top: calc(var(--ax-hdr) + 76px); }
.ax-sek-h { display: flex; align-items: baseline; gap: 8px 16px; flex-wrap: wrap; border-top: 1px solid var(--ax-line); padding-top: 22px; margin-bottom: 26px; }
.ax-sek-h h2 { font-size: clamp(26px, 2.6vw, 34px); }
.ax-sek-h p { margin: 0; font-size: 15px; }
.ax-sek h3 { font-size: 20px; margin: 0 0 12px; }

/* ---------- pasuje do: regula, eksplorator systemu, grupy ---------- */
.ax-regula { margin: 0 0 10px; padding: 14px 16px; border-radius: 12px; background: color-mix(in srgb, var(--fam) 7%, #fff); border: 1px solid color-mix(in srgb, var(--fam) 30%, transparent); color: var(--ax-navy); }
.ax-nie { margin: 0 0 28px; font-size: 15px; }
.ax-nie span { font-weight: 600; color: var(--ax-navy); }
.ax-eks { display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: clamp(20px, 3vw, 44px); align-items: start; }
.ax-eks-rys { margin: 0; position: sticky; top: calc(var(--ax-hdr) + 76px); background-color: #fff; background-image: linear-gradient(#EEF1F6 1px, transparent 1px), linear-gradient(90deg, #EEF1F6 1px, transparent 1px); background-size: 22px 22px; border: 1px solid #E5E8EE; border-radius: 20px; padding: 12px 12px 8px; box-shadow: var(--ax-cien); }
.ax-eks-rys figcaption { font-size: 12.5px; line-height: 1.4; padding: 4px 6px 2px; }
.ax-sch { width: 100%; height: auto; display: block; }
.ax-sch-k path { fill: none; stroke: #0E151F; stroke-linecap: round; stroke-linejoin: round; }
.ax-sch-pas { stroke-width: 2.6; }
.ax-sch-pop { stroke-width: 1.5; }
.ax-sch-krz { stroke-width: 1.2; opacity: .85; }
.ax-sch-k .ax-sch-tyl { stroke: #9AA3B2; stroke-width: 1; opacity: .7; }
.ax-sch-k .ax-sch-drab { stroke: #C3C9D3; stroke-width: 1; }
.ax-sch-k .ax-sch-grunt { stroke: #9AA3B2; stroke-width: 2; stroke-dasharray: 2 5; }
.ax-sch-a { cursor: pointer; outline: none; }
.ax-sch-a .ax-sch-f { fill: #DCE5F3; stroke: #0E151F; stroke-width: 1.4; transition: fill .25s, stroke .25s; }
.ax-sch-a .ax-sch-ant { fill: #C6D3E8; }
.ax-sch-a .ax-sch-l { fill: none; stroke: #0E151F; stroke-width: 1.7; stroke-linecap: round; transition: stroke .25s; }
.ax-sch-a .ax-sch-lina { fill: none; stroke: #6C6C77; stroke-width: 1; stroke-dasharray: 6 4; }
.ax-sch-a .ax-sch-hit { fill: none; stroke: transparent; stroke-width: 14; pointer-events: stroke; }
.ax-sch-a .ax-sch-siat { fill: url(#ax-kreska); color: #6C6C77; stroke: #0E151F; stroke-width: 1.2; }
.ax-sch-a .ax-sch-szyna { stroke-dasharray: 2 3; }
.ax-sch-a:hover .ax-sch-f, .ax-sch-a.hov .ax-sch-f { fill: #C4D8FB; }
.ax-sch-a.on .ax-sch-f { fill: color-mix(in srgb, var(--fam) 32%, #fff); stroke: var(--fam); }
.ax-sch-a.on .ax-sch-l, .ax-sch-a.on .ax-sch-lina { stroke: var(--fam); }
.ax-sch-a.on .ax-sch-siat { color: var(--fam); stroke: var(--fam); }
.ax-eks.wybrane .ax-sch-a:not(.on):not(:hover) { opacity: .5; }
.ax-sch-odn { cursor: pointer; }
.ax-sch-odn path { fill: none; stroke: #6C6C77; stroke-width: 1; }
.ax-sch-odn circle { fill: #6C6C77; }
.ax-sch-odn text { font-family: var(--ax-mono); font-size: 12px; fill: #0E151F; }
.ax-sch-nr { fill: var(--fam); font-weight: 700; }
.ax-sch-odn:hover text, .ax-sch-odn.on text { fill: var(--fam); }
.ax-sch-odn:hover path, .ax-sch-odn.on path { stroke: var(--fam); }
.ax-sch-odn.on circle { fill: var(--fam); }
.ax-eks-panel { display: grid; gap: 18px; align-content: start; }
.ax-eks-podpis { margin: 0; font-size: 15px; }
.ax-eks-czipy { display: flex; flex-wrap: wrap; gap: 8px; }
.ax-eks-czip { font: inherit; font-size: 14.5px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--ax-line); background: #fff; color: var(--ax-navy); cursor: pointer; transition: border-color .2s, background-color .2s, color .2s; }
.ax-eks-czip span { font-family: var(--ax-mono); font-size: 12px; color: var(--ax-grey); margin-left: 2px; }
.ax-eks-czip:hover { border-color: var(--fam); }
.ax-eks-czip[aria-pressed="true"] { background: #0E151F; border-color: #0E151F; color: #fff; }
.ax-eks-czip[aria-pressed="true"] span { color: #9AA3B2; }
.ax-eks-grupa { animation: ax-panel .35s cubic-bezier(.2, .7, .2, 1) both; }
.ax-eks-grupa h3 { font-size: 22px; margin-bottom: 4px; }
.ax-eks-grupa > p { margin: 0 0 14px; font-size: 15px; }
@keyframes ax-panel { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ax-grupy { display: grid; gap: 28px; margin-top: 36px; }
.ax-minis { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.ax-mini { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; border: 1px solid #E5E8EE; border-radius: 14px; background: #fff; text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.ax-mini:hover, .ax-mini.on { border-color: var(--fam); box-shadow: 0 10px 24px -12px rgba(14, 21, 31, .35); transform: translateY(-2px); }
.ax-mini-ten { border-color: var(--fam); background: color-mix(in srgb, var(--fam) 6%, #fff); }
.ax-mini-img img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; display: block; background: #F4F6FA; }
.ax-mini-img:empty { width: 64px; height: 64px; border-radius: 10px; background: #F4F6FA; }
.ax-mini-txt { display: grid; gap: 2px; min-width: 0; }
.ax-mini-sku { font-family: var(--ax-mono); font-size: 12px; font-weight: 600; color: var(--fam); }
.ax-mini-name { font-size: 15px; line-height: 1.3; color: var(--ax-navy); }
.ax-mini-war { font-size: 12.5px; line-height: 1.35; color: var(--ax-grey); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ---------- dane techniczne: dwa komponenty tabel + wykres ---------- */
.ax-tabele { display: grid; gap: 36px; }
.ax-param > * + * { margin-top: 20px; }
.ax-param > h3 { margin-bottom: 0; }
.ax-param p { margin: 0; }
.ax-param .ax-tab + p, .ax-opis-cz .ax-tab + p { margin-top: 22px; }
.ax-tab { background: #fff; border: 1px solid #E5E8EE; border-radius: 16px; box-shadow: var(--ax-cien); }
/* lista parametrow */
.ax-lista { margin: 0; padding: 6px 22px; columns: 2 360px; column-gap: 44px; }
.ax-lista-r { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: baseline; padding: 11px 0; border-bottom: 1px dashed #E2E6EE; break-inside: avoid; }
.ax-lista dt { font-size: 15px; color: var(--ax-grey); }
.ax-lista dd { margin: 0; text-align: right; color: var(--ax-navy); font-size: 15px; }
.ax-lista dd b { font-family: var(--ax-mono); font-weight: 500; font-size: 15.5px; font-variant-numeric: tabular-nums; }
.ax-lista dd span { font-size: 13px; color: var(--ax-grey); }
/* macierz */
.ax-macierz { overflow: hidden; }
.ax-macierz-s { overflow-x: auto; }
.ax-macierz table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; }
.ax-macierz th, .ax-macierz td { padding: 11px 16px; border-bottom: 1px solid #EEF1F6; text-align: left; white-space: nowrap; transition: background-color .15s; }
.ax-macierz thead th { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--ax-grey); background: #F9FAFD; white-space: normal; vertical-align: bottom; min-width: 84px; }
.ax-macierz thead th span { font-family: var(--ax-mono); text-transform: none; letter-spacing: 0; color: #9AA3B2; }
.ax-macierz tbody th { position: sticky; left: 0; background: #fff; color: var(--ax-navy); font-weight: 500; z-index: 1; white-space: normal; min-width: 160px; }
.ax-macierz td { color: var(--ax-navy); }
.ax-macierz .n { text-align: right; }
.ax-macierz td.n { font-family: var(--ax-mono); font-size: 14.5px; font-variant-numeric: tabular-nums; }
.ax-macierz tbody tr:last-child > * { border-bottom: 0; }
.ax-macierz tbody tr:hover > *, .ax-macierz .ax-kol { background: #F4F7FC; }
.ax-macierz tbody tr:hover > .ax-kol { background: #E8F0FF; }
.ax-macierz tr.cur > * { background: color-mix(in srgb, var(--fam) 8%, #fff); }
.ax-macierz tr.cur > th { box-shadow: inset 3px 0 0 var(--fam); }
/* wykresy obciazen */
.ax-wykresy { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 20px; }
.ax-wykres { margin: 0; background: #fff; border: 1px solid #E5E8EE; border-radius: 16px; padding: 18px 18px 12px; box-shadow: var(--ax-cien); }
.ax-wykres figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; margin-bottom: 8px; }
.ax-wykres figcaption b { color: var(--ax-navy); font-weight: 600; font-size: 15px; }
.ax-w-leg { display: flex; gap: 14px; font-size: 13px; color: var(--ax-navy); }
.ax-w-leg span { display: inline-flex; align-items: center; gap: 6px; }
.ax-w-leg i { width: 14px; height: 3px; border-radius: 2px; display: inline-block; }
.ax-w-plot { position: relative; }
.ax-w-plot svg { width: 100%; height: auto; display: block; overflow: visible; }
.ax-w-siatka { stroke: #EEF1F6; stroke-width: 1; }
.ax-w-os { font-family: var(--ax-mono); font-size: 11px; fill: #6C6C77; }
.ax-w-et { font-family: var(--ax-mono); font-size: 12px; font-weight: 600; fill: #0E151F; }
.ax-w-kursor { stroke: #9AA3B2; stroke-width: 1; stroke-dasharray: 3 3; }
.ax-w-tip { position: absolute; top: 6px; transform: translateX(-50%); pointer-events: none; background: #0E151F; color: #fff; border-radius: 10px; padding: 8px 10px; font-size: 12.5px; line-height: 1.5; white-space: nowrap; box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .5); }
.ax-w-tip i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }
.ax-w-tip b { font-family: var(--ax-mono); font-weight: 500; }
.ax-w-zr { margin: 6px 0 0; font-size: 12.5px; }

/* ---------- dokumenty: panel "blueprint" ---------- */
.ax-bp { background-color: #0E151F; background-image: linear-gradient(rgba(91, 155, 255, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 155, 255, .09) 1px, transparent 1px); background-size: 24px 24px; border-radius: 24px; padding: clamp(22px, 3.2vw, 44px); color: #AEB6C4; }
.ax-bp-h { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 18px 32px; margin-bottom: 26px; }
.ax-bp-eyebrow { margin: 0 0 6px; font-family: var(--ax-mono); font-size: 12px; letter-spacing: .18em; color: #5B9BFF; }
.ax-k .ax-bp h2 { color: #fff; font-size: clamp(28px, 3vw, 38px); }
.ax-bp-stat { display: flex; gap: 28px; margin: 0; }
.ax-bp-stat dt { font-family: var(--ax-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #6F7A8C; }
.ax-bp-stat dd { margin: 2px 0 0; color: #fff; font-size: 17px; }
.ax-bp-linijka { position: relative; height: 54px; margin: 0 0 26px; }
.ax-bp-linia { position: absolute; left: 1%; right: 1%; top: 14px; height: 10px; border-top: 1px solid rgba(91, 155, 255, .55); background-image: repeating-linear-gradient(90deg, rgba(91, 155, 255, .45) 0 1px, transparent 1px 2%); background-size: 100% 6px; background-repeat: no-repeat; }
.ax-bp-tik { position: absolute; left: var(--x); top: 0; transform: translateX(-50%); background: none; border: 0; padding: 0; cursor: pointer; display: grid; justify-items: center; gap: 6px; color: #AEB6C4; }
.ax-bp-tik::before { content: ""; width: 2px; height: 22px; background: #5B9BFF; border-radius: 1px; transition: height .2s, box-shadow .2s; }
.ax-bp-tik span { font-family: var(--ax-mono); font-size: 12px; white-space: nowrap; transition: color .2s; }
.ax-bp-tik:hover span, .ax-bp-tik.on span { color: #fff; }
.ax-bp-tik.on::before { height: 28px; box-shadow: 0 0 10px #5B9BFF; }
.ax-bp-siatka { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 22px 18px; }
.ax-arkusz { list-style: none; transition: opacity .25s; }
.ax-arkusz a { display: grid; gap: 10px; text-decoration: none; position: relative; }
.ax-arkusz-p { display: block; aspect-ratio: 1 / 1.3; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 14px 28px -10px rgba(0, 0, 0, .6); outline: 2px solid transparent; outline-offset: 3px; transition: transform .25s cubic-bezier(.2, .7, .2, 1), outline-color .2s; }
.ax-arkusz-p img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; padding: 6px; background: #fff; }
.ax-bp-brak { width: 100%; height: 100%; display: grid; place-items: center; text-align: center; font-family: var(--ax-mono); font-size: 18px; font-weight: 600; color: #6F7A8C; background: #F4F6FA; line-height: 1.3; }
.ax-arkusz-tb { display: grid; gap: 1px; border-left: 2px solid rgba(91, 155, 255, .5); padding-left: 10px; }
.ax-arkusz-kod { font-family: var(--ax-mono); font-size: 14px; font-weight: 600; color: #fff; }
.ax-arkusz-opis { font-size: 13px; color: #C6CCD6; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ax-arkusz-meta { font-family: var(--ax-mono); font-size: 11.5px; color: #6F7A8C; }
.ax-arkusz-dl { position: absolute; right: 8px; top: 8px; width: 32px; height: 32px; border-radius: 50%; background: #0D6EFD; color: #fff; display: grid; place-items: center; font-weight: 700; opacity: 0; transform: scale(.8); transition: opacity .2s, transform .2s; }
.ax-arkusz a:hover .ax-arkusz-p, .ax-arkusz a:focus-visible .ax-arkusz-p { transform: translateY(-4px); outline-color: #5B9BFF; }
.ax-arkusz a:hover .ax-arkusz-dl, .ax-arkusz a:focus-visible .ax-arkusz-dl { opacity: 1; transform: none; }
.ax-arkusz.on .ax-arkusz-p { outline-color: #5B9BFF; }
.ax-arkusz.on .ax-arkusz-tb { border-left-color: #5B9BFF; }
.ax-bp.filtr .ax-arkusz:not(.on) { opacity: .32; }
.ax-arkusz-zap .ax-arkusz-p, .ax-arkusz-cad .ax-arkusz-p { background: transparent; box-shadow: none; border: 1px dashed rgba(91, 155, 255, .6); }
.ax-arkusz-zap .ax-bp-brak, .ax-arkusz-cad .ax-bp-brak { background: transparent; color: #5B9BFF; }
.ax-bp-stopka { margin: 26px 0 0; font-size: 13.5px; }
.ax-bp-stopka a { color: #8C96A6; }

/* ---------- opis, realizacje, pytania ---------- */
.ax-opis-cz { max-width: 880px; }
.ax-opis-cz + .ax-opis-cz { margin-top: 30px; }
.ax-opis-cz p { margin: 0 0 12px; }
.ax-opis-cz ul { padding-left: 20px; display: grid; gap: 6px; }
.ax-realizacje .wp-block-gallery { gap: 12px !important; }
.ax-realizacje img { border-radius: 14px; }
.ax-faq-linki { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ax-faq-linki a { display: inline-flex; gap: 10px; align-items: center; font-size: 16px; text-decoration: none; }
.ax-faq-linki a::after { content: "→"; }
.ax-faq-linki a:hover { text-decoration: underline; }

@media (max-width: 1000px) {
	.ax-lokal-l { display: none; }
	.ax-lokal-n { flex: 1 1 auto; }
}
@media (max-width: 900px) {
	.ax-hero, .ax-eks { grid-template-columns: minmax(0, 1fr); }
	.ax-eks-rys { position: static; max-width: 460px; }
	.ax-okruszki { margin-left: 0; width: 100%; }
	.ax-lokal-c { display: none; }
	.ax-lista { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.ax-mark path, .ax-lokal.on .ax-lokal-b, .ax-eks-grupa { animation: none !important; }
	.ax-mini, .ax-sch-a *, .ax-arkusz, .ax-arkusz-p, .ax-lokal, .ax-gal-img { transition: none; }
}

/* ---------- FAQ linii produktowej (inc/faq-linie.php) ---------- */
.ax-fq-lista { display: grid; max-width: 900px; border-top: 1px solid var(--ax-line); }
.ax-fq { border-bottom: 1px solid var(--ax-line); }
.ax-fq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 2px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 500; color: var(--ax-navy); }
.ax-fq summary::-webkit-details-marker { display: none; }
.ax-fq summary:hover { color: var(--ax-blue); }
.ax-fq summary:focus-visible { outline: 2px solid var(--ax-blue); outline-offset: 2px; border-radius: 6px; }
.ax-fq summary i { flex: none; position: relative; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--ax-line); transition: transform .3s cubic-bezier(.2, .7, .2, 1), background-color .2s, border-color .2s; }
.ax-fq summary i::before, .ax-fq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.6px; margin: -.8px 0 0 -5px; background: currentColor; }
.ax-fq summary i::after { transform: rotate(90deg); transition: transform .3s; }
.ax-fq[open] summary i { transform: rotate(180deg); background: var(--ax-navy); border-color: var(--ax-navy); color: #fff; }
.ax-fq[open] summary i::after { transform: rotate(0deg); }
.ax-fq-a { padding: 0 2px 20px; max-width: 72ch; }
.ax-fq-a p { margin: 0 0 12px; font-size: 16px; }
.ax-fq-a ul { margin: 0 0 12px; padding-left: 20px; }
.ax-fq-a li { margin-bottom: 4px; font-size: 16px; }
.ax-szkic { font-style: normal; font-family: var(--ax-mono); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 2px 7px; margin-left: 8px; border-radius: 6px; background: #FFF3DC; color: #9A5B00; vertical-align: 2px; }
@media (prefers-reduced-motion: reduce) { .ax-fq summary i, .ax-fq summary i::after { transition: none; } }

/* komunikaty WooCommerce na nowej karcie */
.ax-komunikaty:empty, .ax-komunikaty .woocommerce-notices-wrapper:empty { display: none; }
.ax-komunikaty .woocommerce-message, .ax-komunikaty .woocommerce-error, .ax-komunikaty .woocommerce-info { margin: 0 0 18px; padding: 14px 18px; border-radius: 12px; background: #E8F0FF; color: var(--ax-navy); list-style: none; font-size: 15px; }
.ax-komunikaty .woocommerce-error { background: #FDECEA; }
.ax-komunikaty .button { margin-left: 12px; font-weight: 600; }

/* ---------- pasek produktu w pionie: szerokie ekrany maja wolne miejsce po prawej stronie karty ---------- */
.ax-lokal-ik { display: none; }
.ax-lokal-n > span { overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 1700px) {
	.ax-lokal {
		position: fixed; top: calc(var(--ax-lokal-top, 150px) + 20px); left: calc(50% + 632px); width: 200px;
		max-height: none; overflow: visible; border: 1px solid #E2E6EE; border-radius: 16px;
		box-shadow: 0 1px 2px rgba(14, 21, 31, .05), 0 22px 44px -22px rgba(14, 21, 31, .4);
		opacity: 0; visibility: hidden; transform: translateX(16px);
		transition: opacity .3s, transform .45s cubic-bezier(.2, .7, .2, 1), visibility 0s linear .45s;
	}
	.ax-lokal.on { max-height: none; opacity: 1; visibility: visible; transform: none; border-color: #E2E6EE; transition: opacity .3s, transform .45s cubic-bezier(.2, .7, .2, 1), visibility 0s; }
	.ax-lokal-in { flex-direction: column; align-items: stretch; gap: 12px; padding: 18px 16px 16px; max-width: none; }
	.ax-lokal-n { order: 1; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: start; white-space: normal; font-size: 15px; line-height: 1.3; }
	.ax-lokal-ik { display: block; width: 30px; height: 30px; color: var(--fam); }
	/* zakres cen jedna pod druga: lamanie po myslniku, kwota nigdy nie peka w srodku (2.0.4) */
	.ax-lokal-c { order: 2; font-size: 16px; white-space: normal; line-height: 1.4; }
	.ax-lokal-c .woocommerce-Price-amount, .ax-lokal-c .woocommerce-price-suffix { white-space: nowrap; }
	.ax-lokal-c .woocommerce-Price-amount + span[aria-hidden="true"]::after { content: "\A"; white-space: pre; }
	.ax-lokal-b { order: 3; text-align: center; }
	.ax-lokal-l { order: 4; display: flex; flex-direction: column; gap: 0; margin: 4px 0 0; padding-top: 12px; border-top: 1px solid #E2E6EE; }
	.ax-lokal-l a { border-bottom: 0; border-left: 2px solid #E2E6EE; padding: 6px 0 6px 14px; font-size: 14.5px; transition: color .2s, border-color .2s, padding-left .25s; }
	.ax-lokal-l a:hover, .ax-lokal-l a.on { color: #0E151F; border-left-color: var(--fam); padding-left: 18px; }
}
@media (min-width: 1700px) and (prefers-reduced-motion: reduce) {
	.ax-lokal, .ax-lokal.on, .ax-lokal-l a { transition: none; }
}
