/* ==========================================================================
   Inear — wygląd 2.0 (makieta zaakceptowana 15.09.2026)
   Prefiks .iv2- chroni przed kolizją z klasami XStore/Bootstrap (.card, .btn).
   ========================================================================== */

@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("fonts/onest-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("fonts/onest-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--iv2-ground: #f1f3f2;
	--iv2-panel: #ffffff;
	--iv2-tile: #f4f6f5;
	--iv2-ink: #0e1513;
	--iv2-ink-2: #2a3431;
	--iv2-muted: #5f6b68;
	--iv2-line: #e3e8e6;
	--iv2-brand: #0b7a6b;
	--iv2-brand-dark: #086054;
	--iv2-brand-soft: #e2f1ed;
	--iv2-hot: #e0262f;
	--iv2-hot-soft: #fdecec;
	--iv2-r-lg: 18px;
	--iv2-r-md: 12px;
	/* Szerokość jak kontener nagłówka Elementora (1410 px treści + 2 × 15 px). */
	--iv2-wrap: 1440px;
	--iv2-font: "Onest", "Segoe UI", system-ui, -apple-system, sans-serif;
	/* Moduł typografii (front.css) przejmuje Onest w całym sklepie. */
	--inear-font: var(--iv2-font);
	--inear-accent: var(--iv2-brand);
	--inear-sale: var(--iv2-hot);
}

.iv2-wrap { max-width: var(--iv2-wrap); margin-inline: auto; padding-inline: 15px; box-sizing: border-box; }
.iv2-i { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

body.inear-v2 :is(.iv2-topstrip, .iv2-catnav, #inear-v2) { font-family: var(--iv2-font); -webkit-font-smoothing: antialiased; }
body.inear-v2 :is(.iv2-topstrip, .iv2-catnav, #inear-v2) :focus-visible { outline: 2px solid var(--iv2-brand); outline-offset: 2px; border-radius: 6px; }
#inear-v2 *, .iv2-catnav *, .iv2-topstrip * { box-sizing: border-box; }
#inear-v2 a { text-decoration: none; color: inherit; }
#inear-v2 h1, #inear-v2 h2, #inear-v2 h3 { font-family: var(--iv2-font); color: var(--iv2-ink); margin: 0; text-transform: none; letter-spacing: normal; }
#inear-v2 p { margin: 0; }
#inear-v2 ul { margin: 0; padding: 0; list-style: none; }
#inear-v2 button { font-family: inherit; cursor: pointer; }

/* ─── Tło strony głównej ─── */
body.inear-v2-home,
body.inear-v2-home .template-container,
body.inear-v2-home .template-content,
body.inear-v2-home .page-wrapper { background: var(--iv2-ground); }
body.inear-v2-home .page-heading,
body.inear-v2-home .breadcrumbs { display: none !important; }

/* ─── Pasek informacyjny ─── */
.iv2-topstrip { background: var(--iv2-panel); border-bottom: 1px solid var(--iv2-line); font-size: 13px; color: var(--iv2-muted); }
.iv2-topstrip .iv2-wrap { display: flex; justify-content: space-between; gap: 6px 24px; flex-wrap: wrap; padding-block: 7px; }
.iv2-topstrip ul { display: flex; gap: 6px 22px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.iv2-topstrip li { display: flex; align-items: center; gap: 6px; margin: 0; }
.iv2-topstrip .iv2-i { width: 16px; height: 16px; color: var(--iv2-brand); }
.iv2-topstrip a { color: var(--iv2-muted); text-decoration: none; }
.iv2-topstrip a:hover { color: var(--iv2-ink); }

/* ─── Nagłówek Elementora: nowe style bez zmiany działania ─── */
body.inear-v2 .elementor-location-header .elementor-element-e98e9bf { box-shadow: 0 1px 0 var(--iv2-line); }
body.inear-v2 .elementor-element-492a5d9 img { width: 118px; height: auto; }
body.inear-v2 .elementor-element-f54584b .etheme-search-input-form-wrapper {
	border: 1.5px solid transparent;
	border-radius: 24px;
	background: var(--iv2-tile);
	overflow: hidden;
	transition: border-color .15s, background-color .15s;
}
body.inear-v2 .elementor-element-f54584b .etheme-search-input-form-wrapper:focus-within { border-color: var(--iv2-brand); background: #fff; }
body.inear-v2 .elementor-element-f54584b .etheme-search-form-input { background: transparent; font-family: var(--iv2-font); font-size: 15px; }
body.inear-v2 .elementor-element-f54584b .etheme-search-form-submit {
	width: 48px; min-width: 48px; height: 48px; border-radius: 50%;
	background: var(--iv2-ink); color: #fff; margin: -1.5px;
}
body.inear-v2 .elementor-element-f54584b .etheme-search-form-submit:hover { background: var(--iv2-brand); }
body.inear-v2 .elementor-element-1fd45109 .etheme-icon-box-icon { color: var(--iv2-brand); }
body.inear-v2 .elementor-element-1fd45109 .etheme-icon-box-title { font-size: 12px; font-weight: 500; color: var(--iv2-muted); }
body.inear-v2 .elementor-element-1fd45109 .etheme-icon-box-description { font-size: 14px; font-weight: 700; color: var(--iv2-ink); }
body.inear-v2 .elementor-location-header .elementor-button-icon-qty { background: var(--iv2-brand) !important; color: #fff !important; font-weight: 700; }
body.inear-v2 .elementor-location-header .etheme-elementor-off-canvas__toggle_button { font-family: var(--iv2-font); font-size: 12px; color: var(--iv2-ink-2); border-radius: 8px; }
body.inear-v2 .elementor-location-header .etheme-elementor-off-canvas__toggle_button:hover { background: var(--iv2-tile); }

@media (min-width: 1025px) {
	/* Drugi rząd („Nasze produkty”, menu) i szybkie linki zastępuje pasek kategorii. */
	body.inear-v2 .elementor-location-header .elementor-element-242ab85e,
	body.inear-v2 .elementor-location-header .elementor-element-51571e73 { display: none !important; }
}

/* ─── Pasek kategorii ─── */
.iv2-catnav { background: var(--iv2-panel); border-bottom: 1px solid var(--iv2-line); }
.iv2-catnav ul { display: flex; gap: 0; margin: 0; padding: 0; list-style: none; overflow-x: auto; scrollbar-width: none; }
.iv2-catnav ul::-webkit-scrollbar { display: none; }
.iv2-catnav li { flex: none; margin: 0; }
.iv2-catnav a { display: flex; align-items: center; gap: 8px; padding: 11px 12px; font-size: 14px; font-weight: 500; color: var(--iv2-ink); white-space: nowrap; text-decoration: none; border-bottom: 2px solid transparent; }
.iv2-catnav a:hover, .iv2-catnav a[aria-current="page"] { border-bottom-color: var(--iv2-ink); color: var(--iv2-ink); }
.iv2-catnav .iv2-i { width: 20px; height: 20px; color: var(--iv2-brand); }
.iv2-catnav__all a { font-weight: 700; }
.iv2-catnav__hot { margin-left: auto !important; }
.iv2-catnav__hot a, .iv2-catnav__hot .iv2-i { color: var(--iv2-hot); font-weight: 600; }

@media (max-width: 1400px) {
	/* Węższe ekrany: ikony tylko przy „Wszystkie kategorie” i „Promocje”, żeby cały pasek się mieścił. */
	.iv2-catnav li:not(.iv2-catnav__all):not(.iv2-catnav__hot) .iv2-i { display: none; }
}

/* ─── Układ ─── */
.iv2-main { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; padding-block: 24px 56px; font-family: var(--iv2-font); color: var(--iv2-ink); font-size: 15px; line-height: 1.5; }
.iv2-panel { background: var(--iv2-panel); border-radius: var(--iv2-r-lg); }
/* Bez min-width: 0 kolumna siatki rośnie do szerokości treści (karuzele, napisy w tle)
   i strona wyjeżdża poza ekran — motyw ma overflow-x: hidden, więc bez paska przewijania. */
.iv2-main > *, .iv2-hero > *, .iv2-duo > * { min-width: 0; }
.iv2-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--iv2-muted); }

.iv2-btns { display: flex; gap: 10px; flex-wrap: wrap; }
#inear-v2 .iv2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 22px; border-radius: 23px; font-weight: 600; font-size: 15px; line-height: 1; border: 0; transition: background-color .15s, color .15s; text-transform: none; letter-spacing: 0; }
#inear-v2 .iv2-btn--dark { background: var(--iv2-ink); color: #fff; }
#inear-v2 .iv2-btn--dark:hover { background: var(--iv2-brand); }
#inear-v2 .iv2-btn--ghost { background: rgba(255, 255, 255, .72); color: var(--iv2-ink); }
#inear-v2 .iv2-btn--ghost:hover { background: #fff; }
#inear-v2 .iv2-btn--brand { background: var(--iv2-brand); color: #fff; }
#inear-v2 .iv2-btn--brand:hover { background: var(--iv2-brand-dark); }
#inear-v2 .iv2-btn--light { background: #fff; color: var(--iv2-ink); }
#inear-v2 .iv2-btn--light:hover { background: #7fd3c2; }
#inear-v2 .iv2-btn.added::after, #inear-v2 .iv2-cart.added::after { display: none; }

/* ─── Hero ─── */
.iv2-hero { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 20px; }
.iv2-hero--solo { grid-template-columns: minmax(0, 1fr); }
.iv2-stage { position: relative; overflow: hidden; border-radius: var(--iv2-r-lg); background: var(--iv2-panel); display: grid; grid-template-rows: 1fr auto; }
.iv2-slides { position: relative; min-height: 420px; }
.iv2-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; padding: 40px 48px; overflow: hidden; }
.iv2-slide[hidden] { display: none; }
.iv2-slide.is-on { animation: iv2-fade .45s ease; }
@keyframes iv2-fade { from { opacity: .35; } to { opacity: 1; } }
.iv2-slide[data-tone="sand"] { background: linear-gradient(115deg, #f6f3ee 0%, #ece6dd 100%); }
.iv2-slide[data-tone="flame"] { background: linear-gradient(115deg, #f7f2ec 0%, #f1e0cf 100%); }
.iv2-slide[data-tone="mint"] { background: linear-gradient(115deg, #f2f6f5 0%, #ddede8 100%); }
.iv2-ghost { position: absolute; right: -2%; top: 50%; transform: translateY(-50%); font: 800 clamp(120px, 15vw, 210px)/.8 var(--iv2-font); letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 2px rgba(14, 21, 19, .13); white-space: nowrap; pointer-events: none; user-select: none; }
.iv2-slide__copy { position: relative; z-index: 2; display: grid; gap: 14px; justify-items: start; max-width: 430px; }
#inear-v2 .iv2-slide h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.04; font-weight: 800; letter-spacing: -.03em; text-wrap: balance; }
.iv2-slide p { color: var(--iv2-ink-2); font-size: 16px; max-width: 36ch; }
/* Bez z-index: nowy kontekst warstw izolowałby multiply od tła slajdu. */
.iv2-slide__img { position: relative; justify-self: center; width: min(340px, 100%); aspect-ratio: 1; }
.iv2-slide__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.iv2-pricetag { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.iv2-pricetag__now { font-size: 30px; font-weight: 800; letter-spacing: -.02em; color: var(--iv2-ink); }
.iv2-pricetag__now.is-sale { color: var(--iv2-hot); }
.iv2-pricetag del { color: var(--iv2-muted); font-size: 16px; }
.iv2-save { font-size: 13px; font-weight: 700; color: var(--iv2-hot); background: var(--iv2-hot-soft); padding: 4px 8px; border-radius: 6px; }

.iv2-tabs { display: flex; border-top: 1px solid var(--iv2-line); overflow-x: auto; scrollbar-width: none; background: var(--iv2-panel); }
.iv2-tabs::-webkit-scrollbar { display: none; }
#inear-v2 .iv2-tabs button { flex: 1 0 auto; display: grid; gap: 1px; text-align: left; padding: 12px 20px; border: 0; background: transparent; border-bottom: 3px solid transparent; font-size: 14px; font-weight: 600; color: var(--iv2-ink); white-space: nowrap; border-radius: 0; text-transform: none; letter-spacing: 0; }
#inear-v2 .iv2-tabs button span { font-size: 12px; font-weight: 400; color: var(--iv2-muted); }
#inear-v2 .iv2-tabs button[aria-selected="true"] { border-bottom-color: var(--iv2-ink); background: var(--iv2-tile); }
#inear-v2 .iv2-tabs button:hover { background: var(--iv2-tile); }

/* Gorący strzał */
.iv2-hotshot { display: grid; gap: 12px; padding: 18px 20px 20px; border: 2px solid var(--iv2-hot); border-radius: var(--iv2-r-lg); background: var(--iv2-panel); align-content: start; }
.iv2-hotshot header { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
#inear-v2 .iv2-hotshot h2 { font-size: 22px; font-weight: 800; letter-spacing: -.02em; display: flex; align-items: center; gap: 8px; }
.iv2-hotshot h2 .iv2-i { color: var(--iv2-hot); width: 24px; height: 24px; }
.iv2-pill { display: grid; justify-items: center; padding: 6px 11px; border-radius: 10px; background: var(--iv2-tile); font-size: 11px; color: var(--iv2-muted); line-height: 1.15; }
.iv2-pill b { font-size: 16px; color: var(--iv2-ink); white-space: nowrap; }
.iv2-hotshot__img { position: relative; display: block; background: var(--iv2-tile); border-radius: var(--iv2-r-md); aspect-ratio: 4/3; overflow: hidden; }
.iv2-hotshot__img img { position: absolute; inset: 8%; width: 84%; height: 84%; object-fit: contain; mix-blend-mode: multiply; }
#inear-v2 .iv2-hotshot h3 { font-size: 15px; font-weight: 600; line-height: 1.35; }
.iv2-clock { display: flex; gap: 6px; align-items: center; font-size: 13px; color: var(--iv2-muted); font-variant-numeric: tabular-nums; }
.iv2-clock b { display: inline-grid; place-items: center; min-width: 34px; height: 30px; padding: 0 5px; border-radius: 6px; background: var(--iv2-ink); color: #fff; font-size: 15px; font-weight: 700; }
.iv2-clock b[hidden] { display: none; }
.iv2-stock { font-size: 13px; font-weight: 600; color: var(--iv2-hot); }

/* ─── Kafle kategorii ─── */
.iv2-tiles { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 12px; }
#inear-v2 .iv2-tile { display: grid; gap: 8px; justify-items: center; text-align: center; padding: 12px 8px 14px; border-radius: var(--iv2-r-md); background: var(--iv2-panel); font-size: 13.5px; font-weight: 600; line-height: 1.25; color: var(--iv2-ink); transition: transform .15s ease, box-shadow .15s ease; }
.iv2-tile__ph { position: relative; display: block; width: 100%; aspect-ratio: 1; border-radius: 10px; background: var(--iv2-tile); overflow: hidden; }
.iv2-tile__ph img { position: absolute; inset: 12%; width: 76%; height: 76%; object-fit: contain; mix-blend-mode: multiply; }
#inear-v2 .iv2-tile:hover { transform: translateY(-2px); box-shadow: 0 10px 24px -14px rgba(14, 21, 19, .35); }

/* ─── Korzyści ─── */
.iv2-usp { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 6px !important; }
.iv2-usp li { display: flex; gap: 14px; align-items: center; padding: 14px 18px; margin: 0; }
.iv2-usp li + li { border-left: 1px solid var(--iv2-line); }
.iv2-usp__ic { width: 42px; height: 42px; border-radius: 50%; background: var(--iv2-brand-soft); color: var(--iv2-brand); display: grid; place-items: center; flex: none; }
.iv2-usp b { display: block; font-size: 14.5px; font-weight: 600; }
.iv2-usp small { font-size: 13px; color: var(--iv2-muted); }

/* ─── Sekcje produktowe ─── */
.iv2-sec { padding: 24px 24px 26px; }
.iv2-sec__head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-bottom: 18px; }
#inear-v2 .iv2-sec__head h2 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.iv2-chips { display: flex; gap: 6px; flex-wrap: wrap; }
#inear-v2 .iv2-chips button { height: 34px; padding: 0 14px; border-radius: 17px; border: 1px solid var(--iv2-line); background: var(--iv2-panel); color: var(--iv2-ink); font-size: 13.5px; font-weight: 500; text-transform: none; letter-spacing: 0; }
#inear-v2 .iv2-chips button[aria-pressed="true"] { background: var(--iv2-ink); border-color: var(--iv2-ink); color: #fff; }
#inear-v2 .iv2-more { margin-left: auto; display: inline-flex; gap: 6px; align-items: center; font-weight: 600; font-size: 14.5px; color: var(--iv2-brand); }
.iv2-more .iv2-i { width: 18px; height: 18px; }
#inear-v2 .iv2-more:hover { text-decoration: underline; }
.iv2-arrows { display: flex; gap: 6px; }
#inear-v2 .iv2-arrows button { width: 38px; height: 38px; padding: 0; border-radius: 50%; border: 1px solid var(--iv2-line); background: var(--iv2-panel); color: var(--iv2-ink); display: grid; place-items: center; }
#inear-v2 .iv2-arrows button:hover { border-color: var(--iv2-ink); }
.iv2-arrows .iv2-i { width: 18px; height: 18px; }

.iv2-row { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 4 * 14px) / 5); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 2px; }
.iv2-row::-webkit-scrollbar { display: none; }
.iv2-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.iv2-empty { grid-column: 1 / -1; color: var(--iv2-muted); padding: 20px 0; }

.iv2-card { position: relative; display: grid; grid-template-rows: auto auto 1fr auto; gap: 8px; padding: 12px 12px 14px; border-radius: var(--iv2-r-md); border: 1px solid var(--iv2-line); background: var(--iv2-panel); scroll-snap-align: start; transition: box-shadow .15s ease, border-color .15s; }
.iv2-card[hidden] { display: none; }
.iv2-card:hover { border-color: transparent; box-shadow: 0 14px 32px -16px rgba(14, 21, 19, .35); }
.iv2-card__ph { position: relative; display: block; aspect-ratio: 1; border-radius: 10px; background: var(--iv2-tile); overflow: hidden; }
.iv2-card__ph img { position: absolute; inset: 12%; width: 76%; height: 76%; object-fit: contain; mix-blend-mode: multiply; }
.iv2-flags { position: absolute; top: 8px; left: 8px; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.iv2-flag { font-size: 11.5px; font-weight: 700; padding: 3px 7px; border-radius: 5px; line-height: 1.3; }
.iv2-flag--sale { background: var(--iv2-hot); color: #fff; }
.iv2-flag--last { background: #fff; color: var(--iv2-hot); box-shadow: inset 0 0 0 1px #f4c4c6; }
.iv2-flag--new { background: var(--iv2-ink); color: #fff; }
.iv2-card__brand { font-size: 12px; color: var(--iv2-muted); font-weight: 500; }
#inear-v2 .iv2-card__title { font-size: 14px; font-weight: 500; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }
#inear-v2 .iv2-card__title a:hover { color: var(--iv2-brand); }
.iv2-card__buy { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.iv2-card__prices { display: grid; gap: 4px; min-width: 0; }
.iv2-price { display: grid; line-height: 1.15; font-variant-numeric: tabular-nums; }
.iv2-price b { font-size: 19px; font-weight: 800; letter-spacing: -.01em; color: var(--iv2-ink); }
.iv2-price.is-sale b { color: var(--iv2-hot); }
.iv2-price del { font-size: 13px; color: var(--iv2-muted); }
.iv2-omni { font-size: 11px; color: var(--iv2-muted); line-height: 1.3; }
.iv2-omni .amount { font-weight: 500; }
.iv2-ship { font-size: 12px; color: var(--iv2-brand); display: flex; align-items: center; gap: 5px; }
.iv2-ship .iv2-i { width: 15px; height: 15px; }
#inear-v2 .iv2-cart { width: 42px; height: 42px; border-radius: 50%; background: var(--iv2-brand); color: #fff; display: grid; place-items: center; flex: none; padding: 0; }
#inear-v2 .iv2-cart:hover { background: var(--iv2-ink); }
#inear-v2 .iv2-cart.loading { opacity: .6; }
#inear-v2 .iv2-cart .iv2-i { width: 20px; height: 20px; }
#inear-v2 .added_to_cart { display: none; }

/* ─── Strefy ─── */
.iv2-duo { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }
.iv2-zone { position: relative; overflow: hidden; border-radius: var(--iv2-r-lg); padding: 32px 36px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; min-height: 300px; }
.iv2-zone__copy { position: relative; z-index: 1; }
#inear-v2 .iv2-zone h2 { margin: 6px 0 8px; font-size: 32px; line-height: 1.05; font-weight: 800; letter-spacing: -.03em; text-wrap: balance; }
.iv2-zone p { margin: 0 0 18px !important; max-width: 34ch; }
.iv2-zone--dark { background: radial-gradient(120% 140% at 85% 20%, #1f2e2a 0%, #0e1513 60%); color: #eef3f1; }
#inear-v2 .iv2-zone--dark h2 { color: #fff; }
.iv2-zone--dark p { color: #b7c4c0; }
#inear-v2 .iv2-zone--dark p a { color: #7fd3c2; text-decoration: underline; }
.iv2-zone--dark .iv2-eyebrow { color: #7fd3c2; }
.iv2-zone--dark .iv2-ghost { -webkit-text-stroke-color: rgba(255, 255, 255, .08); right: -4%; }
.iv2-models { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
#inear-v2 .iv2-models a { display: grid; padding: 8px 12px; border-radius: 10px; background: rgba(255, 255, 255, .08); font-size: 13px; line-height: 1.3; color: #dde6e3; }
#inear-v2 .iv2-models a b { font-size: 15px; color: #fff; font-variant-numeric: tabular-nums; }
#inear-v2 .iv2-models a:hover { background: rgba(255, 255, 255, .16); }
.iv2-orb { position: relative; z-index: 1; width: 230px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #fff 0%, #e7ecea 70%); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6); }
.iv2-orb img { position: absolute; inset: 18%; width: 64%; height: 64%; object-fit: contain; mix-blend-mode: multiply; }
.iv2-zone--light { background: linear-gradient(135deg, #e6f3ef 0%, #d2eae3 100%); }
.iv2-zone--light .iv2-eyebrow { color: var(--iv2-brand); }
.iv2-zone--light .iv2-ghost { -webkit-text-stroke-color: rgba(11, 122, 107, .16); }
/* Bez z-index — patrz uwaga przy .iv2-slide__img. */
.iv2-pair { position: relative; display: flex; align-items: flex-end; }
.iv2-pair img { mix-blend-mode: multiply; width: 170px; height: 170px; object-fit: contain; }
.iv2-pair img + img { width: 130px; margin-left: -20px; }

/* ─── Marki, poradniki, SEO ─── */
.iv2-brands { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 10px; }
#inear-v2 .iv2-brands a { display: grid; place-items: center; height: 64px; padding: 0 6px; text-align: center; border-radius: var(--iv2-r-md); background: var(--iv2-tile); font-weight: 700; font-size: 15px; line-height: 1.15; color: #6e7976; transition: color .15s, background-color .15s; }
#inear-v2 .iv2-brands a:hover { color: var(--iv2-ink); background: var(--iv2-brand-soft); }
.iv2-guides { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
#inear-v2 .iv2-guide { display: grid; grid-template-rows: auto 1fr auto; gap: 10px; padding: 18px; border-radius: var(--iv2-r-md); border: 1px solid var(--iv2-line); min-height: 190px; transition: border-color .15s; }
#inear-v2 .iv2-guide:hover { border-color: var(--iv2-ink); }
.iv2-guide__tag { justify-self: start; font-size: 12px; font-weight: 600; padding: 4px 9px; border-radius: 6px; background: var(--iv2-brand-soft); color: var(--iv2-brand); }
#inear-v2 .iv2-guide h3 { font-size: 16.5px; line-height: 1.35; font-weight: 700; text-wrap: balance; }
.iv2-guide__date { font-size: 13px; color: var(--iv2-muted); display: flex; align-items: center; gap: 6px; }
.iv2-guide__date .iv2-i { width: 16px; height: 16px; }
/* ─── Blog (układ jak w x-kom) ─── */
.iv2-blog__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
#inear-v2 .iv2-blog__head h2 { font-size: 26px; font-weight: 700; letter-spacing: -.02em; }
#inear-v2 .iv2-blog__all { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--iv2-ink-2); }
#inear-v2 .iv2-blog__all:hover { color: var(--iv2-brand); }
.iv2-blog__all .iv2-i { width: 18px; height: 18px; }
.iv2-chips--soft { margin-bottom: 18px; }
#inear-v2 .iv2-chips--soft button { height: 36px; padding: 0 12px; border-radius: 8px; border-color: #d5dbd9; font-size: 14px; }
#inear-v2 .iv2-chips--soft button[aria-pressed="true"] { background: var(--iv2-tile); border-color: var(--iv2-ink-2); color: var(--iv2-ink); }
#inear-v2 .iv2-chips--soft button:hover { border-color: var(--iv2-ink-2); }

.iv2-blog__viewport { position: relative; }
.iv2-blog__row { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 16px) / 4); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.iv2-blog__row::-webkit-scrollbar { display: none; }
.iv2-post { display: grid; grid-template-rows: auto auto 1fr; gap: 8px; min-width: 0; scroll-snap-align: start; }
.iv2-post[hidden] { display: none; }
.iv2-post__ph { position: relative; display: block; aspect-ratio: 375 / 218; border-radius: 10px; overflow: hidden; background: var(--iv2-tile); }
.iv2-post__ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.iv2-post:hover .iv2-post__ph img { transform: scale(1.03); }
.iv2-post__ph.is-empty { display: grid; place-items: center; color: var(--iv2-brand); }
.iv2-post__ph.is-empty .iv2-i { width: 40px; height: 40px; }
#inear-v2 .iv2-post__title { margin-top: 4px; font-size: 17px; font-weight: 500; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#inear-v2 .iv2-post__title a:hover { color: var(--iv2-brand); }
.iv2-post__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; font-size: 12.5px; color: var(--iv2-muted); }

/* Strzałka nałożona na zdjęcia, wyśrodkowana w pionie względem obrazów. */
#inear-v2 .iv2-rowbtn { position: absolute; top: calc((100% - 70px) / 2); transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; padding: 0; border: 1px solid var(--iv2-line); border-radius: 50%; background: #fff; color: var(--iv2-ink); display: grid; place-items: center; box-shadow: 0 4px 14px rgba(14, 21, 19, .14); }
#inear-v2 .iv2-rowbtn[hidden] { display: none; }
#inear-v2 .iv2-rowbtn:hover { border-color: var(--iv2-ink); }
#inear-v2 .iv2-rowbtn--next { right: -8px; }
#inear-v2 .iv2-rowbtn--prev { left: -8px; }
.iv2-rowbtn .iv2-i { width: 20px; height: 20px; }

.iv2-seo { padding: 26px 28px; }
#inear-v2 .iv2-seo h1 { margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.iv2-seo p { color: var(--iv2-muted); max-width: 90ch; font-size: 14px; }

/* Ostatnio oglądane (lista budowana przez front.js) */
.iv2-recent .inear-recent__list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.iv2-recent .inear-recent__list img { background: var(--iv2-tile); border: 0; border-radius: 10px; mix-blend-mode: multiply; }

/* ─── Responsywność ─── */
@media (max-width: 1180px) {
	.iv2-blog__row { grid-auto-columns: calc((100% - 2 * 16px) / 3); }
	.iv2-hero { grid-template-columns: minmax(0, 1fr); }
	.iv2-hotshot { grid-template-columns: 200px minmax(0, 1fr); column-gap: 20px; }
	.iv2-hotshot > header, .iv2-hotshot > .iv2-btn { grid-column: 1 / -1; }
	.iv2-hotshot__img { grid-row: 2 / 8; }
	.iv2-tiles { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.iv2-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.iv2-row { grid-auto-columns: calc((100% - 3 * 14px) / 4); }
	.iv2-brands { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.iv2-duo { grid-template-columns: minmax(0, 1fr); }
	.iv2-recent .inear-recent__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.iv2-topstrip__links, .iv2-topstrip li:nth-child(n+2) { display: none !important; }
	.iv2-main { gap: 16px; padding-block: 16px 40px; }
	.iv2-slides { min-height: 0; }
	.iv2-slide { position: relative; inset: auto; grid-template-columns: minmax(0, 1fr); padding: 22px 20px 20px; gap: 6px; }
	.iv2-slide__img { grid-row: 1; width: min(210px, 64%); }
	.iv2-ghost { font-size: 110px; top: 30%; }
	#inear-v2 .iv2-slide h2 { font-size: 27px; }
	.iv2-slide p { font-size: 15px; }
	.iv2-usp { grid-template-columns: 1fr 1fr; }
	.iv2-usp li:nth-child(3) { border-left: 0; }
	.iv2-usp li:nth-child(n+3) { border-top: 1px solid var(--iv2-line); }
	.iv2-usp li { padding: 12px; }
	.iv2-tiles { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 30%; overflow-x: auto; scrollbar-width: none; }
	.iv2-row { grid-auto-columns: 46%; }
	.iv2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.iv2-blog__row { grid-auto-columns: 78%; }
	#inear-v2 .iv2-rowbtn { display: none; }
	#inear-v2 .iv2-post__title { font-size: 15.5px; }
	.iv2-zone { grid-template-columns: minmax(0, 1fr); padding: 24px 20px; }
	.iv2-orb { width: 160px; justify-self: center; grid-row: 1; }
	.iv2-pair { justify-self: center; grid-row: 1; }
	.iv2-pair img { width: 130px; height: 130px; }
	.iv2-pair img + img { width: 100px; }
	.iv2-sec { padding: 18px 14px 20px; }
	#inear-v2 .iv2-sec__head h2 { font-size: 22px; }
	.iv2-arrows { display: none; }
	.iv2-hotshot { grid-template-columns: 120px minmax(0, 1fr); }
	.iv2-catnav__hot { margin-left: 0 !important; }
	.iv2-recent .inear-recent__list { display: flex; }
}
@media (max-width: 520px) {
	.iv2-wrap { padding-inline: 15px; }
	.iv2-usp { grid-template-columns: minmax(0, 1fr); }
	.iv2-usp li + li { border-left: 0; border-top: 1px solid var(--iv2-line); }
	.iv2-guides { grid-template-columns: minmax(0, 1fr); }
	.iv2-brands { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.iv2-hotshot { grid-template-columns: minmax(0, 1fr); }
	.iv2-hotshot__img { grid-row: auto; }
	.iv2-chips { order: 3; width: 100%; overflow-x: auto; flex-wrap: nowrap; }
	#inear-v2 .iv2-more { margin-left: 0; }
	.iv2-card__buy { flex-direction: column; align-items: stretch; }
	#inear-v2 .iv2-cart { width: 100%; height: 38px; border-radius: 19px; }
}
@media (prefers-reduced-motion: reduce) {
	.iv2-slide.is-on { animation: none; }
	#inear-v2 *, .iv2-catnav * { transition: none !important; }
}
