﻿*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  /* ── Paleta ZOOFLIP ── */
  --color-teal: #52bcb4;
  --color-teal-dark: #3da89f;
  --color-mint: #b5ebe8;
  --color-pink: #f4b4c4;
  --color-pink-soft: #f8b8cc;
  --color-yellow: #efd56a;
  --color-yellow-soft: #f5dc6e;
  --color-blue: #a8d8f0;
  --color-blue-soft: #b5d9f0;
  --color-coral: #f5a8b8;
  --color-navy: #1a2e4a;
  --color-text: #1a1a1a;
  --color-text-muted: #5a6472;
  --color-white: #ffffff;
  --color-announcement: #52bcb4;

  /* Hero */
  --hero-mint: #b5ebe8;
  --hero-pink: #f4b4c4;
  --hero-floor: #efd56a;

  /* Karty pupili — obramowanie KARTA_PRODUKTU */
  --pet-cat-border: var(--color-pink);
  --pet-dog-border: var(--color-yellow);
  --pet-rabbit-border: var(--color-mint);
  --pet-fish-border: var(--color-blue);
  --pet-bird-border: var(--color-teal);

  /* Banery */
  --banner-zabawki-bg: var(--color-pink-soft);
  --banner-zabawki-decor: rgba(194, 72, 108, 0.14);
  --banner-ubranka-bg: var(--color-yellow-soft);
  --banner-ubranka-decor: rgba(168, 128, 20, 0.16);
  --banner-karma-bg: var(--color-blue);
  --banner-karma-decor: rgba(40, 110, 158, 0.14);

  /* Maski SVG — ścieżki względem assets/styles/style.css; nadpisywane przez inc/design-tokens.php */
  --mask-karta: url("../pliki/KARTA_PRODUKTU/KARTA_PRODUKTU-mask.svg");
  --mask-karta-frame: url("../pliki/KARTA_PRODUKTU/KARTA_PRODUKTU-frame.svg");
  --mask-karta-full: url("../pliki/KARTA_PRODUKTU/KARTA_PRODUKTU.svg");
  --mask-karta-decor: url("../pliki/KARTA_PRODUKTU/KARTA_PRODUKTU-decor.svg");
  --mask-baner: url("../pliki/BANER_1/BANER.svg");

  /* Wymiary */
  --pet-card-border: 8px;
}

html {
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  /* Nie używaj overflow-x: hidden na body — psuje position:fixed na iOS/Android
     (dolny pasek „pływa” razem ze scrollowaniem strony). */
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* ── Ikony (nazwy z PLIKI/IKONY) ── */

.icon {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  font-size: 24px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 24;
  display: block;
}

.icon--sm {
  font-size: 18px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 20;
}

.icon--xs {
  font-size: 16px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 20;
}

.icon--arrow-left {
  display: inline-block;
  transform: rotate(180deg);
}

.icon-svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* ── Header ── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: visible;
}

/* Pasek promocji */

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 40px;
  padding: 0.5rem 1.5rem;
  background: #52bcb4;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.announcement-bar__text {
  margin: 0;
  text-align: center;
}

.announcement-bar__link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.announcement-bar__link:hover {
  opacity: 0.85;
}

.announcement-bar__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #fff;
  opacity: 0.9;
}

.announcement-bar__arrow:hover {
  opacity: 1;
}

.announcement-bar__arrow .icon {
  font-size: 20px;
}

.announcement-bar .nav-arrow {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Główna nawigacja */

.header-shell {
  position: relative;
  background: #fff;
  overflow: visible;
}

.main-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 88px;
  padding: 0 2.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}

.main-nav__links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.main-nav__links--left {
  justify-self: start;
}

.main-nav__links--right {
  gap: 1.5rem;
}

.main-nav__links a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: opacity 0.15s;
}

.main-nav__links a:hover {
  opacity: 0.65;
}

/* Strzałki (assets/IKONY) */

.nav-arrow {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.nav-arrow--left {
  transform: rotate(180deg);
}

/* Mega menu — hover, 100vw, bez ramek */

.nav-mega__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: default;
  transition: opacity 0.15s;
}

.header-shell[data-active-mega="kolekcje"] .nav-mega[data-mega="kolekcje"] .nav-mega__trigger,
.header-shell[data-active-mega="produkty"] .nav-mega[data-mega="produkty"] .nav-mega__trigger,
.header-shell[data-active-mega="prezenty"] .nav-mega[data-mega="prezenty"] .nav-mega__trigger {
  opacity: 0.65;
}

.header-shell[data-active-mega="kolekcje"] .nav-mega[data-mega="kolekcje"] .nav-arrow,
.header-shell[data-active-mega="produkty"] .nav-mega[data-mega="produkty"] .nav-arrow,
.header-shell[data-active-mega="prezenty"] .nav-mega[data-mega="prezenty"] .nav-arrow {
  transform: rotate(180deg);
}

.mega-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  pointer-events: none;
}

.mega-panel {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.75rem 0 2.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.mega-panel::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 24px;
}

.mega-panel__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.mega-panel__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

.mega-panel__label {
  margin: 0 0 1rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a939e;
}

.mega-panel__grid {
  display: grid;
  gap: 0.15rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-panel__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-panel__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-panel__grid a,
.mega-panel__col a {
  display: block;
  padding: 0.45rem 0;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  transition: opacity 0.12s;
}

.mega-panel__grid a:hover,
.mega-panel__col a:hover {
  opacity: 0.55;
}

.header-shell[data-active-mega="kolekcje"] .mega-panel[data-mega-panel="kolekcje"],
.header-shell[data-active-mega="produkty"] .mega-panel[data-mega-panel="produkty"],
.header-shell[data-active-mega="prezenty"] .mega-panel[data-mega-panel="prezenty"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Kompaktowe dropdowny (waluta, konto) — hover */

.dropdown {
  position: relative;
}

.dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.dropdown--compact.is-open .dropdown__menu,
.dropdown--compact:focus-within .dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown--compact.is-open .nav-arrow,
.dropdown--compact:focus-within .nav-arrow {
  transform: rotate(180deg);
}

.dropdown__menu--compact {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
  padding: 0.35rem 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.15s,
    visibility 0.15s;
  z-index: 200;
}

.dropdown__menu--compact::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}

.dropdown__menu--right {
  left: auto;
  right: 0;
  transform: none;
}

.dropdown__menu--compact a,
.dropdown__option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  transition: opacity 0.12s;
}

.dropdown__menu--compact a:hover,
.dropdown__option:hover {
  opacity: 0.55;
}

.dropdown__option.is-active {
  font-weight: 600;
}

.dropdown--icon .dropdown__trigger {
  opacity: 1;
}

.dropdown--icon .dropdown__trigger:hover {
  background: #f5f5f5;
  opacity: 1;
}

.main-nav__logo {
  justify-self: center;
  display: flex;
  align-items: center;
}

.main-nav__logo img {
  display: block;
  height: 64px;
  width: auto;
}

.main-nav__right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* Waluta */

.main-nav__currency,
.currency-select {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 14px;
  padding: 0.25rem 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}

.currency-select__flag {
  display: block;
  border-radius: 2px;
}

.dropdown--currency .dropdown__option {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.dropdown--currency.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

/* Ikony akcji */

.main-nav__icons {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.main-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-left: 0.35rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--color-teal);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}

.main-nav__cta:hover {
  background: var(--color-teal-dark, #2f8f87);
  color: #fff;
  transform: translateY(-1px);
}

.icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}

.icon-btn:hover {
  background: #f5f5f5;
}

.icon-btn--cart .cart-badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #1e3354;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.icon-btn--cart .cart-badge[data-count="0"],
.icon-btn--cart .cart-badge:empty,
.mobile-bottom-bar__item--cart .cart-badge[data-count="0"],
.mobile-bottom-bar__item--cart .cart-badge:empty,
.cart-badge[data-count="0"],
.cart-badge:empty {
  display: none !important;
}

.page-main {
  min-height: 0;
}

/* Bottom bar + fullscreen menu — mobile */

.main-nav__menu-btn {
  display: none;
}

.mobile-bottom-bar {
  display: none;
}

.mobile-menu {
  display: none;
}

.mobile-bottom-bar__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.7rem 0.25rem 0.45rem;
  border: 0;
  background: transparent;
  color: var(--color-navy);
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
}

.mobile-bottom-bar__item .icon {
  font-size: 22px;
}

.mobile-bottom-bar__item .icon-svg {
  width: 22px;
  height: 22px;
}

.mobile-bottom-bar__label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.mobile-bottom-bar__item.is-active {
  color: var(--color-teal);
}

.mobile-bottom-bar__item.is-active::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 50%;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--color-teal);
  transform: translateX(-50%);
  pointer-events: none;
}

.mobile-bottom-bar__item.is-active .mobile-bottom-bar__label {
  font-weight: 700;
}

.mobile-bottom-bar__account.is-active > .mobile-bottom-bar__item {
  color: var(--color-teal);
}

.mobile-bottom-bar__account {
  position: relative;
  flex: 1;
  min-width: 0;
  z-index: 2;
}

.mobile-bottom-bar__account .mobile-bottom-bar__item {
  width: 100%;
}

.mobile-bottom-bar .dropdown__menu--up {
  top: auto;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  min-width: 168px;
  z-index: 230;
  box-shadow: 0 10px 28px rgba(26, 46, 74, 0.16);
  border: 1px solid rgba(26, 46, 74, 0.08);
  border-radius: 12px;
  background: #fff;
}

.mobile-bottom-bar__account.is-open .dropdown__menu--up,
.mobile-bottom-bar__account.dropdown--compact.is-open .dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-bottom-bar .dropdown__menu--up::before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  height: 12px;
}

.mobile-bottom-bar__item--cart .cart-badge {
  position: absolute;
  top: 0.2rem;
  right: calc(50% - 22px);
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #1e3354;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 74, 0.42);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-menu__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.mobile-menu__views {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.mobile-menu__view {
  display: none;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.mobile-menu__view.is-active {
  display: flex;
}

.mobile-menu__view--main {
  min-height: 0;
}

.mobile-menu__view--main .mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
}

.mobile-menu__view--main .mobile-menu__footer {
  flex-shrink: 0;
}

.mobile-menu__link-main {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-menu__link-main .icon,
.mobile-menu__link-main .icon-svg {
  font-size: 22px;
  width: 22px;
  height: 22px;
}

.mobile-menu__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.75rem 1.25rem 0;
  padding: 0.45rem 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-navy);
  cursor: pointer;
}

.mobile-menu__back .icon {
  font-size: 20px;
}

.mobile-menu__section {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0 1.25rem;
}

.mobile-menu__section-title {
  margin: 0.35rem 1.25rem 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.mobile-menu__sub--section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.mobile-menu__logo {
  display: flex;
  align-items: center;
}

.mobile-menu__logo img {
  display: block;
  height: 44px;
  width: auto;
}

.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--color-navy);
  cursor: pointer;
  transition: background 0.15s ease;
}

.mobile-menu__close:hover {
  background: #f5f5f5;
}

.mobile-menu__close .icon {
  font-size: 24px;
}

.mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0 1rem;
}

.mobile-menu__link,
button.mobile-menu__link,
.mobile-menu__summary,
.mobile-menu__link--subview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.95rem 1.25rem;
  border: 0;
  background: none;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-navy);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
  transition: background 0.15s ease;
}

.mobile-menu__link:hover,
.mobile-menu__summary:hover {
  background: rgba(82, 188, 180, 0.08);
}

.mobile-menu__group {
  border-bottom: 1px solid rgba(26, 46, 74, 0.06);
}

.mobile-menu__group:last-of-type {
  border-bottom: 0;
}

.mobile-menu__summary::-webkit-details-marker {
  display: none;
}

.mobile-menu__summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  opacity: 0.55;
}

.mobile-menu__group[open] .mobile-menu__summary::after {
  transform: rotate(-135deg);
}

.mobile-menu__sub {
  display: grid;
  gap: 0.15rem;
  padding: 0 0 0.85rem 1.25rem;
}

.mobile-menu__sub a {
  display: block;
  padding: 0.55rem 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--color-text-muted);
  text-decoration: none;
}

.mobile-menu__sub a:hover {
  color: var(--color-navy);
}

.mobile-menu__label {
  margin: 0.65rem 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a939e;
}

.mobile-menu__footer {
  display: grid;
  gap: 1.25rem;
  padding: 1.25rem;
  border-top: 1px solid rgba(26, 46, 74, 0.08);
  background: linear-gradient(180deg, #fff 0%, #f8fbfa 100%);
}

.mobile-menu__footer-title {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a939e;
}

.mobile-menu__footer-link {
  display: block;
  padding: 0.45rem 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-navy);
  text-decoration: none;
}

.mobile-menu__currency-options {
  display: flex;
  gap: 0.65rem;
}

.mobile-menu__currency-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(26, 46, 74, 0.12);
  border-radius: 999px;
  background: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-navy);
  cursor: pointer;
}

.mobile-menu__currency-btn.is-active {
  border-color: var(--color-teal);
  background: rgba(82, 188, 180, 0.12);
}

/* ── Hero ── */

.hero {
  position: relative;
  overflow: hidden;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__bg--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  bottom: 22%;
  background: var(--hero-mint);
}

.hero__bg--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  bottom: 22%;
  background: var(--hero-pink);
}

.hero__bg--floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: var(--hero-floor);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) 2.5rem;
}

.hero__content {
  max-width: 520px;
}

.hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.hero__text {
  margin: 0 0 1.75rem;
  max-width: 42ch;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: var(--color-text-muted);
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  background: #fff;
  color: var(--color-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.1);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 46, 74, 0.14);
}

.hero__visual {
  justify-self: end;
  width: min(100%, 420px);
}

.hero__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}

.hero__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-yellow);
  -webkit-mask-image: var(--mask-karta-frame);
  mask-image: var(--mask-karta-frame);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero__shape {
  position: absolute;
  inset: var(--pet-card-border);
  overflow: hidden;
  background: var(--color-mint);
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero__shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* ── Responsywność ── */

@media (max-width: 1100px) {
  .main-nav__links--left > *:nth-child(n + 4) {
    display: none;
  }

  .mega-panel__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .main-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 64px;
    padding: 0.5rem 1rem;
  }

  .main-nav__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-navy);
    cursor: pointer;
    transition: background 0.15s ease;
  }

  .main-nav__menu-btn:hover {
    background: #f5f5f5;
  }

  .main-nav__menu-btn .icon {
    font-size: 26px;
  }

  .main-nav__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-self: auto;
    flex: unset;
    order: 0;
  }

  .main-nav__logo img {
    height: 48px;
  }

  .main-nav__links--left {
    display: none;
  }

  .main-nav__right {
    display: flex;
    margin-left: auto;
    gap: 0.35rem;
    position: relative;
    z-index: 2;
  }

  .main-nav__links--right,
  .main-nav__icons {
    display: none;
  }

  .dropdown--currency .dropdown__menu--compact {
    left: auto;
    right: 0;
    transform: none;
  }

  .mega-bar {
    display: none;
  }

  .mobile-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 250;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 0 max(0.35rem, env(safe-area-inset-left, 0px))
      max(0.25rem, env(safe-area-inset-bottom, 0px))
      max(0.35rem, env(safe-area-inset-right, 0px));
    background: #fff;
    border-top: 1px solid rgba(26, 46, 74, 0.08);
    box-shadow: 0 -4px 20px rgba(26, 46, 74, 0.06);
    /* Osobna warstwa GPU — stabilniejsze fixed na mobile */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: block;
    pointer-events: none;
  }

  .mobile-menu.is-open {
    pointer-events: auto;
  }

  .mobile-menu.is-open .mobile-menu__backdrop {
    opacity: 1;
  }

  .mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
  }

  body:not(.is-loading) {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 860px) {
  .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .hero__content {
    max-width: none;
    order: 2;
  }

  .hero__text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__visual {
    order: 1;
    justify-self: center;
    width: min(72%, 300px);
  }

  .mega-panel__cols {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .mega-panel__grid--3,
  .mega-panel__grid--4 {
    grid-template-columns: 1fr;
  }
}

/* ── Sekcja: kategorie + banery ── */

.shop-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
}

.shop-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.shop-section__title {
  margin: 0 0 2.5rem;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a2e4a;
}

/* Karty kategorii — maska KARTA_PRODUKTU */

.pet-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.pet-carousel__track {
  display: flex;
  gap: clamp(1rem, 2.5vw, 2rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.25rem 0.5rem;
}

.pet-carousel__track::-webkit-scrollbar {
  display: none;
}

.pet-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  scroll-snap-align: center;
  min-width: clamp(110px, 14vw, 150px);
}

.pet-card__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}

.pet-card__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--pet-card-border-color);
  -webkit-mask-image: var(--mask-karta-frame);
  mask-image: var(--mask-karta-frame);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.pet-card__shape {
  position: absolute;
  inset: var(--pet-card-border);
  overflow: hidden;
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.pet-card__shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
}

.pet-card--cat {
  --pet-card-border-color: var(--pet-cat-border);
}

.pet-card--dog {
  --pet-card-border-color: var(--pet-dog-border);
}

.pet-card--rabbit {
  --pet-card-border-color: var(--pet-rabbit-border);
}

.pet-card--fish {
  --pet-card-border-color: var(--pet-fish-border);
}

.pet-card--bird {
  --pet-card-border-color: var(--pet-bird-border);
}

.pet-card__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.carousel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 116px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--color-navy);
  box-shadow: 0 4px 16px rgba(26, 46, 74, 0.2);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  background: var(--color-teal);
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.24);
}

.carousel-btn .nav-arrow {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* ── Bestsellery ── */

.bestsellers-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fafbfc;
}

.bestsellers-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.bestsellers-section__title {
  margin: 0 0 2.5rem;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.bestsellers-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.bestsellers-carousel__track {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.25rem 0.5rem 0.5rem;
  justify-content: safe center;
}

.bestsellers-carousel__track::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 auto;
  width: clamp(200px, 22vw, 260px);
  scroll-snap-align: start;
  position: relative;
}

.product-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card__media-link:focus-visible {
  outline: 2px solid var(--color-mint);
  outline-offset: 4px;
  border-radius: 4px;
}

.product-card:hover .product-card__shape {
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.12);
}

.product-card__nav,
.product-card__dots,
.product-card__dot {
  z-index: 2;
}

.product-card__media {
  position: relative;
  touch-action: pan-y;
}

.product-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 4;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--color-coral, #e76f51);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  pointer-events: none;
}

.product-card__shape {
  position: relative;
  aspect-ratio: 1;
  isolation: isolate;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-card__shape::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--product-card-color);
}

.product-card__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  height: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.product-card__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.15rem, 14%, 2rem);
  background-color: var(--product-card-color);
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
  border-radius: var(--product-image-radius, 20px);
}

.product-card__slide img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: var(--product-image-scale, 72%);
  max-height: var(--product-image-scale, 72%);
  object-fit: contain;
  object-position: center;
  border-radius: var(--product-image-radius, 20px);
  background-color: transparent;
  -webkit-mask-image: radial-gradient(
    ellipse 110% 110% at 50% 50%,
    #000 0%,
    #000 91%,
    rgb(0 0 0 / 0.97) 95%,
    rgb(0 0 0 / 0.9) 98%,
    rgb(0 0 0 / 0.8) 100%
  );
  mask-image: radial-gradient(
    ellipse 110% 110% at 50% 50%,
    #000 0%,
    #000 91%,
    rgb(0 0 0 / 0.97) 95%,
    rgb(0 0 0 / 0.9) 98%,
    rgb(0 0 0 / 0.8) 100%
  );
}

.product-card__slide::after {
  content: "";
  position: absolute;
  inset: clamp(1.15rem, 14%, 2rem);
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse 110% 110% at 50% 50%,
    transparent 0%,
    transparent 91%,
    color-mix(in srgb, var(--product-card-color) 6%, transparent) 96%,
    color-mix(in srgb, var(--product-card-color) 18%, transparent) 99%,
    color-mix(in srgb, var(--product-card-color) 32%, transparent) 100%
  );
}

.product-card__decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-color: var(--product-card-decor, rgba(26, 46, 74, 0.34));
  -webkit-mask-image: var(--mask-karta-decor);
  mask-image: var(--mask-karta-decor);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-card__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--color-navy);
  box-shadow: 0 4px 14px rgba(26, 46, 74, 0.14);
  opacity: 1;
  transform: translateY(-50%);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}

.product-card__nav:hover {
  transform: translateY(calc(-50% - 2px));
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.2);
}

.product-card__nav .nav-arrow {
  width: 14px;
  height: 14px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(1876%) hue-rotate(182deg)
    brightness(95%) contrast(95%);
  opacity: 1;
}

.product-card__media:hover .product-card__nav,
.product-card__media:focus-within .product-card__nav,
.product-card:hover .product-card__nav {
  opacity: 1;
}

.product-card__nav--prev {
  left: 8%;
}

.product-card__nav--next {
  right: 8%;
}

.product-card__dots {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.product-card__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8d0d8;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.product-card__dot.is-active {
  background: var(--color-teal);
  transform: scale(1.25);
}

.product-card__body {
  display: block;
  padding-top: 0.85rem;
  text-align: center;
}

.product-card__title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-navy);
}

.product-card__title a {
  color: inherit;
  text-decoration: none;
}

.product-card__title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-card__desc {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--color-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__price {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text-muted);
}

.product-card--mint {
  --product-card-color: var(--color-mint);
  --product-card-decor: rgba(26, 46, 74, 0.3);
}

.product-card--pink {
  --product-card-color: var(--color-pink);
  --product-card-decor: rgba(120, 40, 70, 0.28);
}

.product-card--yellow {
  --product-card-color: var(--color-yellow);
  --product-card-decor: rgba(110, 85, 10, 0.32);
}

.product-card--blue {
  --product-card-color: var(--color-blue);
  --product-card-decor: rgba(30, 90, 130, 0.3);
}

.product-card--teal {
  --product-card-color: var(--color-teal);
  --product-card-decor: rgba(20, 90, 84, 0.34);
}

.product-card--coral {
  --product-card-color: var(--color-coral);
  --product-card-decor: rgba(140, 50, 75, 0.3);
}

/* Banery — warstwy z BANER.svg */

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.promo-banner {
  display: block;
  transition: transform 0.2s ease;
}

.promo-banner:hover {
  transform: translateY(-4px);
}

.promo-banner__canvas {
  position: relative;
  aspect-ratio: 350 / 250;
  overflow: hidden;
  border-radius: 2px;
}

.promo-banner__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.promo-banner__svg--bg {
  z-index: 0;
}

.promo-banner__svg--decor {
  z-index: 2;
}

.promo-banner__background {
  fill: var(--banner-bg);
}

.promo-banner__paw,
.promo-banner__addition {
  fill: var(--banner-decor);
}

.promo-banner--zabawki {
  --banner-bg: var(--banner-zabawki-bg);
  --banner-decor: var(--banner-zabawki-decor);
}

.promo-banner--ubranka {
  --banner-bg: var(--banner-ubranka-bg);
  --banner-decor: var(--banner-ubranka-decor);
}

.promo-banner--karma {
  --banner-bg: var(--banner-karma-bg);
  --banner-decor: var(--banner-karma-decor);
}

.promo-banner__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  height: 88%;
  object-fit: cover;
  object-position: bottom right;
  z-index: 1;
  -webkit-mask-image: radial-gradient(
    ellipse 95% 95% at 88% 92%,
    #000 35%,
    rgba(0, 0, 0, 0.55) 58%,
    transparent 78%
  );
  mask-image: radial-gradient(
    ellipse 95% 95% at 88% 92%,
    #000 35%,
    rgba(0, 0, 0, 0.55) 58%,
    transparent 78%
  );
  transition: transform 0.35s ease;
}

.promo-banner--ubranka .promo-banner__photo {
  object-position: center bottom;
  width: 55%;
  height: 92%;
}

.promo-banner:hover .promo-banner__photo {
  transform: scale(1.04);
}

.promo-banner__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
  max-width: 52%;
}

.promo-banner__deal {
  margin: 0 0 0.35rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1a2e4a;
}

.promo-banner__text {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 600;
  line-height: 1.25;
  color: #1a2e4a;
}

.promo-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.5rem 1.25rem;
  background: #fff;
  color: #1a2e4a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── Product slider section (BANER.svg) ── */

.section-product-slider-md {
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
  background: #fff;
}

.product-slider-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.feature-grid .feature-product {
  grid-row: 1 / -1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  width: auto;
}

.feature-product__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-grid .feature-product .product-card__media {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.feature-grid .feature-product .product-card__shape {
  flex: 1;
  aspect-ratio: unset;
  min-height: clamp(220px, 30vw, 420px);
}

.feature-grid .feature-product .product-card__nav {
  opacity: 1;
  width: 44px;
  height: 44px;
}

.feature-grid .feature-product .product-card__nav .nav-arrow {
  width: 16px;
  height: 16px;
}

.feature-grid .feature-product .product-card__nav--prev {
  left: 6%;
}

.feature-grid .feature-product .product-card__nav--next {
  right: 6%;
}

.feature-grid .feature-product .product-card__dots {
  margin-top: 0.85rem;
}

.feature-grid .feature-product .product-card__dot {
  width: 8px;
  height: 8px;
}

.feature-product__body {
  display: block;
  padding-top: 1.1rem;
  text-align: left;
  text-decoration: none;
}

.feature-product__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.feature-product__desc {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.feature-product__price {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-navy);
}

.feature-product__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 1.35rem;
  background: var(--product-card-color);
  color: var(--color-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.feature-product__body:hover .feature-product__cta {
  opacity: 0.85;
}

.feature-grid .feature-slide {
  min-width: 0;
  height: 100%;
}

.feature-grid .feature-slide__link {
  height: 100%;
}

.feature-grid .feature-slide__canvas {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-grid .feature-slide__link:hover .feature-slide__canvas {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.feature-slide {
  min-width: 0;
}

.feature-slide__link {
  display: block;
}

.feature-slide__canvas {
  position: relative;
  aspect-ratio: 350 / 250;
  overflow: hidden;
  -webkit-mask-image: var(--mask-baner);
  mask-image: var(--mask-baner);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.feature-slide__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.feature-slide__svg--bg {
  z-index: 0;
}

.feature-slide__svg--decor {
  z-index: 2;
}

.feature-slide__background {
  fill: var(--banner-bg);
}

.feature-slide__paw,
.feature-slide__addition {
  fill: var(--banner-decor);
}

.feature-slide--karma {
  --banner-bg: var(--banner-karma-bg);
  --banner-decor: var(--banner-karma-decor);
}

.feature-slide--zabawki {
  --banner-bg: var(--banner-zabawki-bg);
  --banner-decor: var(--banner-zabawki-decor);
}

.feature-slide--ubranka {
  --banner-bg: var(--banner-ubranka-bg);
  --banner-decor: var(--banner-ubranka-decor);
}

.feature-slide__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 90%;
  object-fit: cover;
  object-position: bottom right;
  z-index: 1;
  -webkit-mask-image: radial-gradient(
    ellipse 95% 95% at 88% 92%,
    #000 35%,
    rgba(0, 0, 0, 0.55) 58%,
    transparent 78%
  );
  mask-image: radial-gradient(
    ellipse 95% 95% at 88% 92%,
    #000 35%,
    rgba(0, 0, 0, 0.55) 58%,
    transparent 78%
  );
  transition: transform 0.35s ease;
}

.feature-slide__link:hover .feature-slide__photo {
  transform: scale(1.03);
}

.feature-slide__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  max-width: 56%;
}

.feature-slide__badge {
  margin: 0 0 0.5rem;
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
  opacity: 0.75;
}

.feature-slide__title {
  margin: 0 0 1.1rem;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.feature-slide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 1.35rem;
  background: #fff;
  color: var(--color-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.feature-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 116px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  box-shadow: 0 4px 16px rgba(26, 46, 74, 0.2);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.feature-slider__arrow:hover {
  transform: translateY(-2px);
  background: var(--color-teal);
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.24);
}

.feature-slider__arrow .nav-arrow {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.feature-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.feature-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8d0d8;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.feature-slider__dot.is-active {
  background: var(--color-teal);
  transform: scale(1.2);
}

.top-rated__title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.rated-card.product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rated-card {
  text-decoration: none;
  transition: transform 0.3s ease;
}

.rated-card:hover {
  transform: translateY(-5px);
}

.rated-card:hover .product-card__shape {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.rated-card__body {
  display: block;
  text-align: center;
  text-decoration: none;
}

.rated-card__stars {
  margin: 0 0 0.3rem;
}

.rated-card__star {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(212, 168, 32, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  color: #b8860b;
}

.rated-card__title {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-navy);
}

.rated-card__price {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-muted);
}

@media (max-width: 900px) {
  .promo-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .pet-carousel {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .carousel-btn {
    display: none;
  }

  .pet-carousel__track {
    justify-content: flex-start;
  }

  .bestsellers-carousel {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .bestsellers-carousel__track {
    justify-content: flex-start;
  }

  .top-rated-carousel {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .product-card__nav {
    opacity: 1;
  }
}

@media (min-width: 901px) {
  .carousel-btn {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .bestsellers-carousel,
  .pet-carousel,
  .top-rated-carousel,
  .product-related__carousel .bestsellers-carousel {
    grid-template-columns: auto 1fr auto;
  }

  .product-card__nav,
  .product-detail__media .product-card__nav {
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .feature-grid .feature-product {
    grid-row: auto;
  }

  .feature-grid .feature-product .product-card__shape {
    aspect-ratio: 1;
    min-height: 0;
  }
}

/* ── Page loader (white veil: 0% → 100% → 0%) ── */

body.is-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 0;
  pointer-events: auto;
  animation: page-loader-fade-in 0.36s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-loader.is-exiting {
  pointer-events: none;
  animation: page-loader-fade-out 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.page-loader.is-gone {
  display: none;
  pointer-events: none;
}

.page-loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  opacity: 1;
}

.page-loader__logo {
  width: min(200px, 52vw);
  height: auto;
}

.page-loader__paws {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.page-loader__paw {
  width: 14px;
  height: 14px;
  background-color: var(--color-teal);
  opacity: 0.2;
  mask: url("../images/paw.svg") center / contain no-repeat;
  -webkit-mask: url("../images/paw.svg") center / contain no-repeat;
  animation: loader-paw-pulse 1.1s ease-in-out infinite;
}

.page-loader__paw:nth-child(2) {
  animation-delay: 0.15s;
}

.page-loader__paw:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes page-loader-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes page-loader-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes loader-paw-pulse {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.08);
  }
}

/* ── Przejścia między podstronami ── */

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
}

.page-transition.is-visible {
  opacity: 1;
  pointer-events: auto;
}

html.zooflip-return .page-loader {
  display: none !important;
}

html.zooflip-return body.is-loading {
  overflow: auto;
}

html.zooflip-return .page-transition {
  opacity: 1;
  pointer-events: auto;
}

html.zooflip-return.zooflip-transition-done .page-transition {
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-transition {
    transition: none;
  }
}

/* ── Trust / Dlaczego ZOOFLIP ── */

.trust-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fafbfc;
}

.trust-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.trust-section__title {
  margin: 0 0 1rem;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.trust-section__lead {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.trust-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
  transition: transform 0.25s ease;
}

.trust-card:hover {
  transform: translateY(-5px);
}

.trust-card__shape {
  position: relative;
  width: clamp(100px, 12vw, 130px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background-color: var(--trust-card-color);
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: box-shadow 0.25s ease;
}

.trust-card:hover .trust-card__shape {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.trust-card__icon {
  font-size: clamp(28px, 3vw, 34px);
  color: var(--color-navy);
  opacity: 0.82;
}

.trust-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.trust-card__text {
  margin: 0;
  max-width: 240px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.trust-card--mint {
  --trust-card-color: var(--color-mint);
}

.trust-card--pink {
  --trust-card-color: var(--color-pink);
}

.trust-card--yellow {
  --trust-card-color: var(--color-yellow);
}

.trust-card--teal {
  --trust-card-color: var(--color-teal);
}

/* ── FAQ ── */

.faq-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
}

.faq-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.faq-section__title {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.faq-section__lead {
  max-width: 620px;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.faq-section__lead a {
  color: var(--color-teal-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-section__lead a:hover {
  color: var(--color-navy);
}

.faq-section__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
  max-width: 1080px;
  margin: 0 auto;
}

.faq-item {
  --faq-accent: var(--color-mint);
  border-radius: 2px;
  background: #fafbfc;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    background 0.35s ease,
    box-shadow 0.25s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.06);
}

.faq-item[open] {
  background: var(--faq-accent);
  box-shadow: 0 10px 24px rgba(26, 46, 74, 0.08);
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-navy);
  cursor: pointer;
  list-style: none;
  transition: color 0.25s ease;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__question-text {
  flex: 1;
  min-width: 0;
}

.faq-item__arrow {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.55;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease;
}

.faq-item[open] .faq-item__arrow {
  transform: rotate(180deg);
  opacity: 0.9;
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 1.25rem;
  transition:
    grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item[open] .faq-item__answer {
  grid-template-rows: 1fr;
  padding: 0 1.25rem 1.1rem;
}

.faq-item__answer-inner {
  overflow: hidden;
}

.faq-item__answer-inner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease 0.05s,
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

.faq-item[open] .faq-item__answer-inner p {
  opacity: 1;
  transform: translateY(0);
}

.faq-item--mint {
  --faq-accent: var(--color-mint);
}

.faq-item--pink {
  --faq-accent: var(--color-pink);
}

.faq-item--yellow {
  --faq-accent: var(--color-yellow);
}

.faq-item--blue {
  --faq-accent: var(--color-blue);
}

.faq-item--teal {
  --faq-accent: var(--color-teal);
}

.faq-item--coral {
  --faq-accent: var(--color-coral);
}

/* ── Newsletter ── */

.newsletter-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fafbfc;
}

.newsletter-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.newsletter-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, var(--color-mint) 0%, var(--color-yellow) 100%);
  border-radius: 2px;
  overflow: hidden;
}

.newsletter-panel__paw {
  position: absolute;
  width: clamp(80px, 12vw, 140px);
  opacity: 0.14;
  pointer-events: none;
}

.newsletter-panel__paw--left {
  top: -10%;
  left: -2%;
  transform: rotate(-18deg);
}

.newsletter-panel__paw--right {
  bottom: -15%;
  right: 28%;
  transform: rotate(22deg);
}

.newsletter-panel__content {
  position: relative;
  z-index: 1;
}

.newsletter-panel__badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newsletter-panel__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.newsletter-panel__text {
  max-width: 480px;
  margin: 0 0 1.35rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.newsletter-form {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  max-width: 480px;
  margin-bottom: 0.85rem;
}

.newsletter-form__input {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 0 1rem;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: var(--color-navy);
  font: inherit;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.08);
}

.newsletter-form__input::placeholder {
  color: var(--color-text-muted);
}

.newsletter-form__input:focus {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
}

.newsletter-form__submit {
  flex-shrink: 0;
  min-height: 48px;
  padding: 0 1.5rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.15);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.newsletter-form__submit:hover {
  background: var(--color-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 46, 74, 0.18);
}

.newsletter-panel__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.newsletter-panel__note a {
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter-panel__visual {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(100%, 300px);
}

.newsletter-panel__shape {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-teal);
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.12);
  transition: transform 0.25s ease;
}

.newsletter-panel:hover .newsletter-panel__shape {
  transform: translateY(-4px) rotate(1deg);
}

.newsletter-panel__shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* ── Footer ── */

.site-footer {
  background: #fff;
  color: var(--color-navy);
  font-size: 0.92rem;
  border-top: 4px solid var(--color-teal);
}

.site-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) 2.5rem 1.5rem;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) 1.1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.site-footer__logo img {
  display: block;
}

.site-footer__desc {
  margin: 0 0 1.25rem;
  max-width: 280px;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.site-footer__social {
  display: flex;
  gap: 0.5rem;
}

.site-footer__social-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-mint);
  color: var(--color-navy);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.site-footer__social-link:hover {
  background: var(--color-teal);
  color: #fff;
  transform: translateY(-2px);
}

.site-footer__social-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.site-footer__heading {
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.site-footer__links a {
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}

.site-footer__links a:hover {
  color: var(--color-teal-dark);
}

.site-footer__address {
  font-style: normal;
  line-height: 1.75;
  color: var(--color-text-muted);
}

.site-footer__address a {
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}

.site-footer__address a:hover {
  color: var(--color-teal-dark);
}

.site-footer__hours {
  margin: 1rem 0 0;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.site-footer__hours-label {
  display: block;
  margin-bottom: 0.15rem;
  font-weight: 600;
  color: var(--color-navy);
}

.site-footer__contact-name {
  display: inline-block;
  font-weight: 700;
  color: var(--color-navy);
}

.site-footer__meta {
  color: var(--color-text-muted);
}

.site-footer__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.site-footer__company-list {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.site-footer__company-row {
  display: grid;
  gap: 0.15rem;
}

.site-footer__company-row dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.site-footer__company-row dd {
  margin: 0;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.site-footer__profile-section {
  margin: 0 0 0.4rem;
  font-weight: 700;
  color: var(--color-navy);
}

.site-footer__profile-section + .site-footer__profile-list {
  margin-bottom: 1rem;
}

.site-footer__profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.site-footer__profile-list li {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.5rem;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.site-footer__pkd-code {
  font-weight: 700;
  color: var(--color-navy);
  font-variant-numeric: tabular-nums;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  flex-wrap: wrap;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}

.site-footer__legal a,
.site-footer__cookie-btn {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  transition: color 0.2s ease;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__cookie-btn:hover {
  color: var(--color-teal-dark);
}

.visually-hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Trust / FAQ / Footer — responsywność ── */

@media (max-width: 1024px) {
  .trust-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-section__list {
    grid-template-columns: 1fr;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .newsletter-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .newsletter-panel__content {
    order: 1;
  }

  .newsletter-panel__visual {
    order: 0;
    width: min(100%, 200px);
    margin: 0 auto;
  }

  .newsletter-panel__text {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-panel__paw--right {
    right: -5%;
    bottom: auto;
    top: 5%;
  }
}

@media (max-width: 640px) {
  .trust-section__grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .site-footer__profile-list li {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Strona produktów ── */

.products-hero {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(135deg, var(--hero-mint) 0%, #fff 55%, var(--hero-pink) 100%);
}

.products-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.products-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.products-breadcrumb a {
  transition: color 0.15s ease;
}

.products-breadcrumb a:hover {
  color: var(--color-navy);
}

.products-breadcrumb__sep {
  opacity: 0.45;
}

.products-breadcrumb [aria-current="page"] {
  color: var(--color-navy);
  font-weight: 600;
}

.products-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.products-hero__lead {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
  color: var(--color-text-muted);
}

.products-catalog {
  --catalog-sidebar: clamp(200px, 15vw, 260px);
  --catalog-gap: clamp(0.85rem, 1.35vw, 1.5rem);
  --catalog-pad-x: clamp(1rem, 2vw, 2.25rem);
  --catalog-filter-pad: clamp(0.95rem, 1.1vw, 1.35rem);
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0 clamp(3.5rem, 5vw, 4.5rem);
  background: #fafbfc;
}

.products-catalog__inner {
  display: grid;
  grid-template-columns: var(--catalog-sidebar) minmax(0, 1fr) var(--catalog-sidebar);
  gap: var(--catalog-gap);
  max-width: min(100%, 1580px);
  margin: 0 auto;
  padding: 0 var(--catalog-pad-x);
  align-items: start;
}

.products-mobile-bar {
  display: none;
}

.products-filters-backdrop {
  display: none;
}

.products-sort-sheet {
  display: none;
}

/* ── Panel filtrów ── */

.products-filters {
  --filter-border: rgba(26, 46, 74, 0.09);
  --filter-radius: 12px;
  --filter-pad-x: var(--catalog-filter-pad, 1.2rem);
  position: sticky;
  top: calc(var(--header-offset, 120px) + 0.75rem);
  align-self: start;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - var(--header-offset, 120px) - 1.5rem);
  border: 1px solid var(--filter-border);
  border-radius: var(--filter-radius);
  background: #fff;
  overflow: hidden;
  min-width: 0;
  font-size: clamp(0.8125rem, 0.85vw, 0.875rem);
}

.products-filters--categories {
  grid-column: 1;
}

.products-filters--refine {
  grid-column: 3;
}

.products-filters__handle {
  display: none;
}

.products-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem var(--filter-pad-x);
  border-bottom: 1px solid var(--filter-border);
}

.products-filters__title {
  margin: 0;
  font-size: clamp(0.9rem, 0.95vw, 1rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-navy);
}

.products-filters__subtitle {
  margin: 0.25rem 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.products-filters__subtitle strong {
  font-weight: 700;
  color: var(--color-navy);
}

.products-filters__close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--color-text-muted);
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.products-filters__close:hover {
  background: rgba(26, 46, 74, 0.06);
  color: var(--color-navy);
}

.products-filters__close .icon {
  font-size: 20px;
}

.products-filters__body {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 46, 74, 0.18) transparent;
}

.products-filters__footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0.75rem;
  padding: 1rem var(--filter-pad-x) calc(1rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--filter-border);
  background: #fff;
}

.products-filters__clear {
  min-height: 46px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  transition: color 0.15s ease, background 0.15s ease;
}

.products-filters__clear:hover {
  color: var(--color-navy);
  background: rgba(26, 46, 74, 0.04);
}

.products-filters__apply {
  min-height: 46px;
  border-radius: 8px;
  background: var(--color-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 0.15s ease;
}

.products-filters__apply:hover {
  background: var(--color-teal-dark);
}

/* Drzewo kategorii */

.cat-nav {
  padding: 0.15rem var(--filter-pad-x) 0.35rem;
}

.cat-nav__search {
  position: relative;
  margin-bottom: 0.85rem;
}

.cat-nav__search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--color-text-muted);
  pointer-events: none;
}

.cat-nav__search-input {
  width: 100%;
  min-height: 38px;
  padding: 0 0.85rem 0 2.25rem;
  border: 1px solid rgba(26, 46, 74, 0.1);
  border-radius: 8px;
  font: inherit;
  font-size: 0.875rem;
  color: var(--color-navy);
  background: #fafbfc;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.cat-nav__search-input::placeholder {
  color: rgba(90, 100, 114, 0.6);
}

.cat-nav__search-input:focus {
  outline: none;
  border-color: var(--color-teal);
  background: #fff;
}

.cat-nav__tree {
  display: flex;
  flex-direction: column;
}

.cat-nav__section {
  border-bottom: 1px solid rgba(26, 46, 74, 0.07);
}

.cat-nav__section:last-child {
  border-bottom: 0;
}

.cat-nav__section > summary {
  list-style: none;
}

.cat-nav__section > summary::-webkit-details-marker {
  display: none;
}

.cat-nav__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.7rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-navy);
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease;
}

.cat-nav__link--inline {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex: 1;
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
  color: inherit;
}

.cat-nav__link--inline .cat-nav__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cat-nav__section-head:hover {
  color: var(--color-teal-dark);
}

.cat-nav__section[open] .cat-nav__section-head {
  color: var(--color-teal-dark);
}

.cat-nav__chevron {
  flex-shrink: 0;
  opacity: 0.45;
  transition: transform 0.2s ease, opacity 0.15s ease;
}

.cat-nav__section[open] .cat-nav__chevron,
.cat-nav__sub[open] .cat-nav__chevron {
  transform: rotate(180deg);
  opacity: 0.75;
}

.cat-nav__section-body {
  padding: 0 0 0.6rem 0.35rem;
}

.cat-nav__sub {
  margin-bottom: 0.35rem;
  padding-left: 0.65rem;
  border-left: 2px solid color-mix(in srgb, var(--color-mint) 70%, transparent);
}

.cat-nav__sub > summary {
  list-style: none;
}

.cat-nav__sub > summary::-webkit-details-marker {
  display: none;
}

.cat-nav__sub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 0.4rem 0 0.4rem 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-navy);
  cursor: pointer;
  user-select: none;
}

.cat-nav__sub-head:hover {
  color: var(--color-teal-dark);
}

.cat-nav__chevron--sm {
  width: 12px;
  height: 12px;
}

.cat-nav__list {
  margin: 0;
  padding: 0.1rem 0 0.25rem 0.6rem;
  list-style: none;
}

.cat-nav__leaf {
  margin: 0;
}

.cat-nav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 34px;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.12s ease;
}

.cat-nav__link:hover {
  background: color-mix(in srgb, var(--color-mint) 22%, transparent);
}

.cat-nav__link input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cat-nav__mark {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(26, 46, 74, 0.2);
  border-radius: 4px;
  background: #fff;
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}

.cat-nav__mark::after {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  margin: 1px 0 0 4px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg) scale(0);
  transition: transform 0.12s ease;
}

.cat-nav__text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-navy);
  line-height: 1.3;
}

.cat-nav__link:has(input:checked) {
  background: color-mix(in srgb, var(--color-mint) 30%, transparent);
}

.cat-nav__link:has(input:checked) .cat-nav__mark {
  border-color: var(--color-teal);
  background: var(--color-teal);
}

.cat-nav__link:has(input:checked) .cat-nav__mark::after {
  transform: rotate(45deg) scale(1);
}

.cat-nav__link:has(input:checked) .cat-nav__text {
  font-weight: 600;
}

.cat-nav__section.is-hidden,
.cat-nav__sub.is-hidden,
.cat-nav__leaf.is-hidden {
  display: none;
}

.cat-nav__list--flat {
  margin: 0;
  padding: 0.15rem 0 0;
  list-style: none;
}

.filter-extra {
  margin-top: 0.5rem;
  padding: 1.25rem var(--filter-pad-x) 0.75rem;
  border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.filter-extra__section {
  border-bottom: 1px solid rgba(26, 46, 74, 0.06);
}

.filter-extra__section:last-child {
  border-bottom: none;
}

.filter-extra__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.7rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-navy);
  cursor: pointer;
  list-style: none;
}

.filter-extra__head::-webkit-details-marker {
  display: none;
}

.filter-extra__section[open] .filter-extra__head .cat-nav__chevron {
  transform: rotate(180deg);
}

.filter-extra__body {
  padding-bottom: 0.85rem;
}

.filter-extra__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.filter-extra__chip {
  display: inline-flex;
  cursor: pointer;
}

.filter-extra__chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-extra__chip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  background: #f4f6f8;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-navy);
  line-height: 1.25;
  transition: background 0.2s ease, color 0.2s ease;
}

.filter-extra__chip:has(input:checked) span,
.filter-extra__chip.is-checked:has(input:checked) span {
  background: var(--color-mint);
  color: var(--color-navy);
  font-weight: 600;
}

.filter-extra__range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.filter-extra__range label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.filter-extra__range input {
  width: 100%;
  min-height: 42px;
  padding: 0 0.75rem;
  border: 1px solid rgba(26, 46, 74, 0.12);
  border-radius: 6px;
  font-size: 15px;
  color: var(--color-navy);
  background: #fff;
}

.filter-extra__range input:focus {
  outline: none;
  border-color: var(--color-mint);
  box-shadow: 0 0 0 2px rgba(126, 217, 200, 0.35);
}

.filter-extra--panel {
  margin: 0;
  padding: 0.2rem var(--filter-pad-x) 0.35rem;
  border-top: none;
}

.products-filters--refine .filter-extra__chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.products-filters--refine .filter-extra__chip {
  display: flex;
}

.products-filters--refine .filter-extra__chip span {
  flex: 1;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
}

.products-filters--refine .filter-extra__range {
  gap: 0.65rem;
}

.products-catalog__main {
  min-width: 0;
  grid-column: 2;
  container-type: inline-size;
  container-name: products-main;
}

.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.products-toolbar__count {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted);
}

.products-toolbar__count strong {
  color: var(--color-navy);
}

.products-sort__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(26, 46, 74, 0.06);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-navy);
}

.products-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.products-empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  width: 100%;
  padding: 2.5rem 1.25rem;
  border-radius: 14px;
  border: 1px dashed rgba(26, 46, 74, 0.14);
  background: #f8fafb;
}

.products-empty__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-navy);
}

.products-empty__text {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.products-empty__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 0.35rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.products-empty__cta:hover {
  opacity: 0.92;
}

.page-search__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.page-search__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-teal-dark, #3da89f);
}

.page-search__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-navy);
}

.page-search__again {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 40px;
  margin-top: 0.25rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(26, 46, 74, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--color-navy);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
}

.page-search__again:hover {
  border-color: rgba(61, 168, 159, 0.5);
}

.page-search__empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.page-search__shop-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-navy);
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}

.products-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 30px;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--filter-border, rgba(26, 46, 74, 0.09));
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-navy);
  transition: border-color 0.15s ease;
}

.products-chip.is-active {
  border-color: var(--color-navy);
  background: #fff;
  font-weight: 600;
}

.products-chip:hover {
  border-color: rgba(26, 46, 74, 0.25);
}

.products-chip__remove {
  font-size: 14px;
  line-height: 1;
  color: var(--color-text-muted);
  transition: color 0.15s ease;
}

.products-chip:hover .products-chip__remove {
  color: var(--color-navy);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 260px));
  gap: clamp(0.75rem, 1.25vw, 1.15rem);
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-inline: auto;
}

.products-grid .product-card {
  width: 100%;
  max-width: 260px;
  margin-inline: auto;
  flex: unset;
  scroll-snap-align: unset;
}

.products-catalog__main .products-grid,
.woocommerce ul.products.products-grid {
  justify-content: center;
  justify-items: center;
}

.products-grid .product-card__body {
  padding-top: 0.7rem;
}

.products-grid .product-card__title {
  font-size: clamp(0.8125rem, 2.5cqi, 0.925rem);
  margin-bottom: 0.2rem;
}

.products-grid .product-card__desc {
  font-size: clamp(0.7rem, 2cqi, 0.78rem);
  margin-bottom: 0.35rem;
}

.products-grid .product-card__price {
  font-size: clamp(0.875rem, 2.5cqi, 0.95rem);
}

.products-grid .product-card__nav {
  width: 34px;
  height: 34px;
}

.products-grid .product-card__nav .nav-arrow {
  width: 12px;
  height: 12px;
}

@container products-main (min-width: 420px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
    gap: clamp(0.65rem, 1.2cqi, 1rem);
    justify-content: center;
  }
}

@container products-main (min-width: 620px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 260px));
    justify-content: center;
  }
}

.products-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  width: 100%;
}

.products-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-pagination__list li {
  display: flex;
}

.products-pagination__btn,
.products-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(26, 46, 74, 0.06);
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1;
  color: var(--color-navy);
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.products-pagination__btn:hover:not([aria-disabled="true"]),
.products-pagination__page:hover {
  background: var(--color-teal);
  color: #fff;
  transform: translateY(-1px);
}

.products-pagination__btn[aria-disabled="true"] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.products-pagination__btn .nav-arrow {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(1876%) hue-rotate(182deg)
    brightness(95%) contrast(95%);
  transition: filter 0.15s ease;
}

.products-pagination__btn:hover:not([aria-disabled="true"]) .nav-arrow {
  filter: brightness(0) invert(1);
}

.products-pagination__page.is-active {
  background: var(--color-navy);
  color: #fff;
  cursor: default;
}

.products-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  color: var(--color-text-muted);
}

.page-products .nav-mega[data-mega="produkty"] .nav-mega__trigger {
  color: var(--color-teal);
  font-weight: 700;
}

@media (min-width: 961px) and (max-width: 1439px) {
  .products-catalog {
    --catalog-sidebar: clamp(168px, 13.5vw, 200px);
    --catalog-gap: 0.7rem;
    --catalog-pad-x: 1.15rem;
    --catalog-filter-pad: 0.9rem;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .products-catalog {
    --catalog-sidebar: clamp(180px, 12vw, 210px);
    --catalog-gap: 0.85rem;
  }
}

@media (min-width: 1200px) {
  .products-catalog {
    --catalog-sidebar: clamp(220px, 14vw, 252px);
    --catalog-gap: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .products-catalog {
    --catalog-sidebar: 260px;
    --catalog-gap: 1.5rem;
    --catalog-filter-pad: 1.35rem;
  }

  .products-catalog__inner {
    max-width: 1620px;
  }

  .products-filters--refine .filter-extra__chips {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .products-filters {
    --filter-pad-x: var(--catalog-filter-pad);
  }
}

@media (min-width: 961px) {
  .products-filters__footer,
  .products-filters__handle {
    display: none;
  }

  .products-filters__body {
    padding-bottom: 1rem;
  }
}

@media (max-width: 960px) {
  .products-catalog__inner {
    display: block;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .products-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    z-index: 115;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0.35rem 0.75rem;
    background: #fff;
    border-top: 1px solid rgba(26, 46, 74, 0.08);
  }

  .products-mobile-bar__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0;
    border: 0;
    background: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-navy);
    text-decoration: underline;
    text-decoration-color: rgba(26, 46, 74, 0.25);
    text-underline-offset: 3px;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
  }

  .products-mobile-bar__link:hover,
  .products-mobile-bar__link.is-active {
    color: var(--color-teal-dark);
    text-decoration-color: var(--color-teal);
  }

  .products-mobile-bar__sep {
    width: 1px;
    height: 14px;
    background: rgba(26, 46, 74, 0.12);
    flex-shrink: 0;
  }

  .products-mobile-bar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: var(--color-navy);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  .products-mobile-bar__badge:empty,
  .products-mobile-bar__badge[data-filters-count="0"] {
    display: none;
  }

  .products-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 140;
    background: rgba(26, 46, 74, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .products-filters-backdrop.is-visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .products-filters--categories,
  .products-filters--refine {
    --filter-pad-x: 1.25rem;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 150;
    max-height: min(92vh, 760px);
    border: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 40px rgba(26, 46, 74, 0.12);
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    top: auto;
    grid-column: auto;
  }

  .products-filters.is-open {
    transform: translateY(0);
  }

  .products-filters__handle {
    display: block;
    width: 40px;
    height: 4px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: rgba(26, 46, 74, 0.15);
    flex-shrink: 0;
  }

  .products-filters__head {
    padding: 0.85rem var(--filter-pad-x) 1.1rem;
  }

  .products-filters__close {
    display: inline-flex;
  }

  .products-sort-sheet {
    position: fixed;
    inset: 0;
    z-index: 160;
    display: block;
    pointer-events: none;
  }

  .products-sort-sheet.is-open {
    pointer-events: auto;
  }

  .products-sort-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 46, 74, 0.42);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .products-sort-sheet.is-open .products-sort-sheet__backdrop {
    opacity: 1;
  }

  .products-sort-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    border-radius: 16px 16px 0 0;
    background: #fff;
    transform: translateY(110%);
    transition: transform 0.28s ease;
  }

  .products-sort-sheet.is-open .products-sort-sheet__panel {
    transform: translateY(0);
  }

  .products-sort-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(26, 46, 74, 0.08);
  }

  .products-sort-sheet__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-navy);
  }

  .products-sort-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(26, 46, 74, 0.06);
  }

  .products-sort-sheet__list {
    margin: 0;
    padding: 0.5rem 0 1rem;
    list-style: none;
  }

  .products-sort-sheet__option {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 1.25rem;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-navy);
    text-align: left;
    transition: background 0.15s ease;
  }

  .products-sort-sheet__option:hover,
  .products-sort-sheet__option.is-active {
    background: color-mix(in srgb, var(--color-mint) 35%, #fff);
  }

  .products-sort-sheet__option.is-active {
    color: var(--color-teal-dark);
  }

  .products-toolbar .products-sort {
    display: none;
  }

  body.page-products:not(.is-loading) {
    padding-bottom: calc(68px + 36px + env(safe-area-inset-bottom, 0px));
  }

  body.page-products.filters-open,
  body.page-products.sort-open {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .products-hero__inner,
  .products-catalog__inner {
    padding: 0 1.25rem;
  }

  .products-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .products-sort {
    width: 100%;
  }
}

/* ── Strona produktu (PDP) ── */

.page-product .page-main {
  background: #fafbfc;
}

.product-page {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3.5rem, 5vw, 4.5rem);
}

.product-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.product-page__breadcrumb {
  margin-bottom: 1.25rem;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.product-detail__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.product-detail__media {
  position: relative;
}

.product-detail__shape {
  aspect-ratio: 1;
}

.product-detail__media .product-card__nav {
  opacity: 1;
  width: 42px;
  height: 42px;
}

.product-detail__media .product-card__dots {
  margin-top: 0.75rem;
}

.product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.product-detail__thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--product-image-radius, 20px);
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-detail__thumb.is-active,
.product-detail__thumb:hover {
  border-color: var(--color-teal);
  box-shadow: 0 4px 14px rgba(26, 46, 74, 0.1);
}

.product-detail__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--product-image-radius, 20px);
}

.product-detail__buy {
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(26, 46, 74, 0.09);
  border-radius: 12px;
  background: #fff;
}

.product-detail__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.product-detail__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--color-navy);
}

.product-detail__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.product-detail__stars {
  color: #f0b429;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.product-detail__rating-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-navy);
}

.product-detail__rating-text span {
  font-weight: 500;
  color: var(--color-text-muted);
}

.product-detail__lead {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.product-detail__price-row {
  margin-bottom: 1.15rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.product-detail__price {
  margin: 0 0 0.25rem;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--color-navy);
}

.product-detail__price-note {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}

.product-detail__variants {
  margin: 0 0 1.15rem;
  padding: 0;
  border: 0;
}

.product-detail__label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-navy);
}

.product-detail__variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-detail__variant {
  cursor: pointer;
}

.product-detail__variant input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-detail__variant span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.9rem;
  border: 1px solid rgba(26, 46, 74, 0.14);
  border-radius: 6px;
  background: #fafbfc;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-navy);
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}

.product-detail__variant:has(input:checked) span {
  border-color: var(--color-navy);
  background: color-mix(in srgb, var(--color-mint) 35%, #fff);
  font-weight: 600;
}

a.product-detail__variant {
  text-decoration: none;
}

.product-detail__variant.is-active span,
a.product-detail__variant:hover span {
  border-color: var(--color-navy);
  background: color-mix(in srgb, var(--color-mint) 35%, #fff);
  font-weight: 600;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.product-detail__qty {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgba(26, 46, 74, 0.14);
  border-radius: 8px;
  background: #fafbfc;
  overflow: hidden;
}

.product-detail__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 48px;
  border: 0;
  background: transparent;
  font-size: 1.1rem;
  color: var(--color-navy);
  cursor: pointer;
}

.product-detail__qty-btn:hover {
  background: rgba(26, 46, 74, 0.05);
}

.product-detail__qty-input {
  width: 52px;
  height: 48px;
  border: 0;
  border-left: 1px solid rgba(26, 46, 74, 0.1);
  border-right: 1px solid rgba(26, 46, 74, 0.1);
  background: #fff;
  text-align: center;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-detail__qty-input::-webkit-outer-spin-button,
.product-detail__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail__cart {
  flex: 1 1 180px;
  min-width: 0;
  min-height: 48px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 8px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.product-detail__cart:hover {
  background: var(--color-teal-dark);
}

.product-detail__wishlist {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-navy);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(26, 46, 74, 0.25);
}

.product-detail__wishlist:hover {
  color: var(--color-teal-dark);
}

.product-detail__wishlist .icon {
  font-size: 1.1rem;
  text-decoration: none;
}

.product-detail__perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.product-detail__perks li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.product-detail__perks .icon {
  font-size: 1.15rem;
  color: var(--color-teal-dark);
}

.product-tabs {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(26, 46, 74, 0.09);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.product-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}

.product-tabs__nav::-webkit-scrollbar {
  display: none;
}

.product-tabs__tab {
  flex: 1 0 auto;
  min-height: 48px;
  padding: 0 1.15rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-muted);
  cursor: pointer;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.product-tabs__tab.is-active {
  color: var(--color-navy);
  border-bottom-color: var(--color-teal);
}

.product-tabs__panel {
  padding: 1.25rem clamp(1rem, 2vw, 1.5rem) 1.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.product-tabs__panel.is-active {
  display: block;
}

.product-tabs__panel[hidden] {
  display: none;
}

.product-tabs__panel p {
  margin: 0 0 0.85rem;
}

.product-tabs__panel ul {
  margin: 0;
  padding-left: 1.15rem;
}

.product-tabs__panel li + li {
  margin-top: 0.35rem;
}

.product-review {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(26, 46, 74, 0.07);
}

.product-review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.product-review__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--color-navy);
}

.product-review__author {
  font-weight: 700;
}

.product-review__sep {
  color: var(--color-text-muted);
}

.product-review__stars {
  color: #f0b429;
  letter-spacing: 0.04em;
}

.product-review__verified {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-teal-dark);
}

.product-review__date {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}

.product-review__body {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.product-review__body p {
  margin: 0;
}

.product-review__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.product-review__action {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-teal-dark);
  text-decoration: none;
}

.product-review__action:hover {
  text-decoration: underline;
}

.product-review__action--delete {
  color: #c0392b;
}

.product-reviews__notice {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--color-mint) 35%, #fff);
  border: 1px solid rgba(45, 156, 131, 0.25);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-navy);
}

.product-review-form__actions--split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.product-review-form__cancel {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: none;
}

.product-review-form__cancel:hover {
  color: var(--color-navy);
  text-decoration: underline;
}

.product-reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-reviews__empty {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 8px;
  background: rgba(26, 46, 74, 0.04);
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  text-align: center;
}

.product-review-form {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.product-review-form__title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-navy);
}

.product-review-form__notes {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}

.product-review-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.product-review-form__field {
  margin: 0;
}

.product-review-form__field--wide,
.product-review-form__rating,
.product-review-form__actions,
.product-review-form__login,
.product-review-form__notes {
  grid-column: 1 / -1;
}

.product-review-form__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-navy);
}

.product-review-form__input,
.product-review-form__textarea,
.product-review-form__rating-select {
  width: 100%;
  border: 1px solid rgba(26, 46, 74, 0.14);
  border-radius: 8px;
  background: #fafbfc;
  font-family: inherit;
  font-size: 0.9375rem;
  color: var(--color-navy);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.product-review-form__input,
.product-review-form__rating-select {
  min-height: 44px;
  padding: 0 0.85rem;
}

.product-review-form__textarea {
  min-height: 132px;
  padding: 0.75rem 0.85rem;
  resize: vertical;
}

.product-review-form__input:focus,
.product-review-form__textarea:focus {
  outline: none;
  border-color: var(--color-teal);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(45, 156, 131, 0.12);
}

.product-review-form__rating-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-review-form__stars {
  display: inline-flex;
  gap: 0.2rem;
}

.product-review-form__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-size: 1.35rem;
  line-height: 1;
  color: #d5dbe3;
  cursor: pointer;
  transition:
    color 0.15s ease,
    transform 0.15s ease,
    background 0.15s ease;
}

.product-review-form__star:hover,
.product-review-form__star.is-active {
  color: #f0b429;
  transform: translateY(-1px);
}

.product-review-form__star.is-active {
  background: rgba(240, 180, 41, 0.12);
}

.product-review-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 8px;
  background: var(--color-navy);
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.product-review-form__submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #fff;
}

.product-reviews__verify-note {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: rgba(26, 46, 74, 0.04);
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

@media (max-width: 640px) {
  .product-review-form__fields {
    grid-template-columns: 1fr;
  }
}

.product-review p:last-child {
  margin: 0;
}

.product-tabs__subtitle {
  margin: 1.15rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.product-tabs__panel a {
  color: var(--color-teal-dark);
  font-weight: 600;
  text-underline-offset: 2px;
}

.product-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.15rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.product-trust__item {
  padding: 1.15rem clamp(0.9rem, 1.5vw, 1.25rem);
  border: 1px solid rgba(26, 46, 74, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.product-trust__item:nth-child(1) {
  background: color-mix(in srgb, var(--color-mint) 32%, #fff);
  border-color: color-mix(in srgb, var(--color-mint) 50%, transparent);
}

.product-trust__item:nth-child(2) {
  background: color-mix(in srgb, var(--color-yellow) 28%, #fff);
  border-color: color-mix(in srgb, var(--color-yellow) 45%, transparent);
}

.product-trust__item:nth-child(3) {
  background: color-mix(in srgb, var(--color-blue) 28%, #fff);
  border-color: color-mix(in srgb, var(--color-blue) 45%, transparent);
}

.product-trust__item:nth-child(4) {
  background: color-mix(in srgb, var(--color-coral) 24%, #fff);
  border-color: color-mix(in srgb, var(--color-coral) 40%, transparent);
}

.product-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-mint) 45%, #fff);
  font-size: 1.35rem;
  color: var(--color-teal-dark);
}

.product-trust__item:nth-child(1) .product-trust__icon {
  background: color-mix(in srgb, var(--color-mint) 65%, #fff);
}

.product-trust__item:nth-child(2) .product-trust__icon {
  background: color-mix(in srgb, var(--color-yellow) 55%, #fff);
  color: var(--color-navy);
}

.product-trust__item:nth-child(3) .product-trust__icon {
  background: color-mix(in srgb, var(--color-blue) 55%, #fff);
  color: var(--color-navy);
}

.product-trust__item:nth-child(4) .product-trust__icon {
  background: color-mix(in srgb, var(--color-coral) 50%, #fff);
  color: var(--color-navy);
}

.product-trust__title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-navy);
}

.product-trust__item p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.product-seo {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(26, 46, 74, 0.08);
  border-radius: 12px;
  background: #fff;
}

.product-seo--mint {
  background: color-mix(in srgb, var(--color-mint) 30%, #fff);
  border-color: color-mix(in srgb, var(--color-mint) 52%, transparent);
}

.product-seo--mint .product-data-table thead th {
  background: color-mix(in srgb, var(--color-mint) 48%, #fff);
}

.product-seo--mint .product-seo__table-wrap {
  border-color: color-mix(in srgb, var(--color-mint) 40%, transparent);
}

.product-seo--yellow {
  background: color-mix(in srgb, var(--color-yellow) 26%, #fff);
  border-color: color-mix(in srgb, var(--color-yellow) 48%, transparent);
}

.product-seo--yellow .product-data-table thead th {
  background: color-mix(in srgb, var(--color-yellow) 42%, #fff);
}

.product-seo--yellow .product-seo__table-wrap {
  border-color: color-mix(in srgb, var(--color-yellow) 38%, transparent);
}

.product-seo--yellow .product-seo__note {
  background: color-mix(in srgb, var(--color-yellow) 35%, #fff);
}

.product-seo--blue {
  background: color-mix(in srgb, var(--color-blue) 28%, #fff);
  border-color: color-mix(in srgb, var(--color-blue) 48%, transparent);
}

.product-seo--blue .product-data-table thead th,
.product-seo--blue .product-data-table tbody th[scope="row"] {
  background: color-mix(in srgb, var(--color-blue) 32%, #fff);
}

.product-seo--blue .product-seo__table-wrap {
  border-color: color-mix(in srgb, var(--color-blue) 40%, transparent);
}

.product-seo__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  color: var(--color-navy);
}

.product-seo__lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.product-seo__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(26, 46, 74, 0.08);
  border-radius: 8px;
}

.product-data-table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.product-data-table th,
.product-data-table td {
  padding: 0.7rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(26, 46, 74, 0.07);
}

.product-data-table thead th {
  background: color-mix(in srgb, var(--color-mint) 22%, #fff);
  font-weight: 700;
  color: var(--color-navy);
}

.product-data-table tbody th[scope="row"] {
  font-weight: 600;
  color: var(--color-navy);
  background: rgba(26, 46, 74, 0.02);
  width: 42%;
}

.product-data-table tbody tr:last-child th,
.product-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-data-table--feeding tbody th[scope="row"] {
  width: 28%;
}

.product-data-table--spec tbody th[scope="row"] {
  width: 38%;
}

.product-seo__note {
  margin-top: 1.15rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--color-mint) 18%, #fff);
}

.product-seo__subtitle {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-navy);
}

.product-seo__note ol {
  margin: 0;
  padding-left: 1.2rem;
}

.product-seo__note li + li {
  margin-top: 0.35rem;
}

.product-longdesc {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border-radius: 12px;
  border: 1px solid transparent;
  background: color-mix(in srgb, var(--color-mint) 12%, #fff);
}

.product-longdesc--pink {
  background: color-mix(in srgb, var(--color-pink) 22%, #fff);
  border-color: color-mix(in srgb, var(--color-pink) 42%, transparent);
}

.product-longdesc__title {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 700;
  color: var(--color-navy);
}

.product-longdesc__content p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.product-longdesc__content p:last-child {
  margin-bottom: 0;
}

.faq-section.product-faq {
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.5vw, 2.5rem);
  background: color-mix(in srgb, var(--color-teal) 10%, #fff);
}

.product-faq {
  margin-inline: calc(-1 * clamp(1.25rem, 2.5vw, 2.5rem));
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border: 0;
  border-radius: 0;
}

.product-faq .faq-section__inner {
  max-width: none;
  padding: 0;
}

.product-faq .faq-section__title {
  text-align: left;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
}

.product-faq .faq-section__lead {
  margin: 0 0 1.75rem;
  max-width: none;
  text-align: left;
}

.product-faq .faq-section__list {
  max-width: none;
  margin: 0;
}

.product-related {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.product-related__carousel {
  margin: 0 -0.25rem;
}

.product-related__carousel .product-card {
  width: clamp(180px, 20vw, 240px);
}

.product-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.product-related__title {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--color-navy);
}

.product-related__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-teal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
  gap: clamp(0.75rem, 1.5vw, 1.15rem);
  justify-content: center;
}

.product-related__grid .product-card {
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}

@media (max-width: 960px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail__actions {
    flex-wrap: nowrap;
  }

  .product-detail__cart {
    flex: 1 1 0;
  }

  body.page-product:not(.is-loading) {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 640px) {
  .product-page__inner {
    padding: 0 1.25rem;
  }

  .product-faq {
    margin-inline: -1.25rem;
    padding: 1.75rem 1.25rem;
  }

  .product-trust {
    grid-template-columns: 1fr;
  }

  .product-related__carousel .carousel-btn {
    display: none;
  }

  .product-related__carousel .bestsellers-carousel__track {
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-detail__qty-btn,
  .product-detail__qty-input {
    height: 48px;
    min-height: 48px;
  }

  .product-detail__qty-btn {
    width: 44px;
  }

  .product-detail__qty-input {
    width: 44px;
  }

  .product-detail__cart {
    padding: 0 0.85rem;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader {
    animation: none !important;
    opacity: 1;
  }

  .page-loader.is-exiting {
    opacity: 0;
  }

  .page-loader__paw {
    animation: none !important;
  }

  .zooflip-skeleton,
  .zooflip-skeleton::after {
    animation: none !important;
  }

  .product-card__slide img.is-decoding,
  .product-detail__thumb img.is-decoding {
    opacity: 1;
  }
}

/* ── Skeleton placeholders (perceived instant load) ── */

.zooflip-skeleton {
  --zooflip-skel-base: color-mix(in srgb, var(--color-mint) 42%, #f3f6f7);
  --zooflip-skel-shine: color-mix(in srgb, var(--color-teal) 18%, #ffffff);
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--zooflip-skel-base);
  border-radius: 10px;
}

.zooflip-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    100deg,
    transparent 20%,
    var(--zooflip-skel-shine) 50%,
    transparent 80%
  );
  animation: zooflip-skel-shimmer 1.15s ease-in-out infinite;
}

.zooflip-skeleton--media {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 18px;
  background: color-mix(in srgb, var(--color-mint) 55%, #eef6f5);
}

.zooflip-skeleton--line {
  height: 0.75rem;
  width: 88%;
  margin-top: 0.55rem;
}

.zooflip-skeleton--line-lg {
  height: 0.95rem;
  width: 72%;
}

.zooflip-skeleton--line-sm {
  width: 42%;
  height: 0.85rem;
}

.zooflip-skeleton-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.zooflip-skeleton-card__body {
  padding: 0.65rem 0.15rem 0.25rem;
}

.zooflip-skel-slot--grid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: 0;
  padding: 0;
}

html.zooflip-pending-content .zooflip-skel-slot--grid {
  display: grid !important;
}

html.zooflip-pending-content .products-catalog__main .products-grid,
html.zooflip-pending-content .products-catalog__main ul.products {
  display: none !important;
}

html.zooflip-pending-content .product-detail {
  position: relative;
}

html.zooflip-pending-content .product-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: 16px;
  background:
    linear-gradient(
      100deg,
      color-mix(in srgb, var(--color-mint) 35%, #fff) 20%,
      color-mix(in srgb, var(--color-teal) 12%, #fff) 50%,
      color-mix(in srgb, var(--color-mint) 35%, #fff) 80%
    );
  background-size: 200% 100%;
  animation: zooflip-skel-shimmer-bg 1.15s ease-in-out infinite;
  pointer-events: none;
}

.products-grid.is-skeleton,
ul.products.is-skeleton {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.products-grid .product-card:nth-child(n + 7),
.products-grid .zooflip-skeleton-card:nth-child(n + 7),
.bestsellers-carousel__track .product-card {
  content-visibility: auto;
  contain-intrinsic-size: 320px 420px;
}

.product-card__slide img,
.product-detail__thumb img {
  transition: opacity 0.2s ease;
}

.product-card__slide img.is-decoding,
.product-detail__thumb img.is-decoding {
  opacity: 0;
}

.product-card__slide img.is-decoded,
.product-detail__thumb img.is-decoded {
  opacity: 1;
}

.product-detail__thumb {
  background: color-mix(in srgb, var(--color-mint) 40%, #f4f7f8);
}

@keyframes zooflip-skel-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes zooflip-skel-shimmer-bg {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (max-width: 960px) {
  .zooflip-skel-slot--grid,
  .products-grid.is-skeleton,
  ul.products.is-skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .zooflip-skel-slot--grid,
  .products-grid.is-skeleton,
  ul.products.is-skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

/* ── Strona bloga ── */

.blog-hero {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(135deg, var(--hero-mint) 0%, #fff 50%, var(--hero-pink) 100%);
}

.blog-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.blog-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.blog-hero__lead {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
  color: var(--color-text-muted);
}

.blog-list {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0 clamp(3.5rem, 5vw, 4.5rem);
  background: #fafbfc;
}

.blog-list__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.blog-categories__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(26, 46, 74, 0.12);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.blog-categories__chip:hover {
  border-color: rgba(82, 188, 180, 0.45);
  color: var(--color-navy);
}

.blog-categories__chip.is-active {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
}

.blog-featured {
  position: relative;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 32px rgba(26, 46, 74, 0.08);
}

.blog-featured__link {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  min-height: 280px;
  color: inherit;
}

.blog-featured__media {
  position: relative;
  overflow: hidden;
  background: var(--color-mint);
}

.blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-featured:hover .blog-featured__media img {
  transform: scale(1.03);
}

.blog-featured__decor {
  position: absolute;
  inset: 0;
  background: var(--mask-karta-decor) center / cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
}

.blog-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.blog-featured__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: var(--color-teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-featured__category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.blog-featured__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.blog-featured__excerpt {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 0.25rem;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.blog-featured__meta-sep {
  opacity: 0.4;
}

.blog-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-teal-dark);
  transition: gap 0.15s ease;
}

.blog-featured:hover .blog-featured__cta {
  gap: 0.55rem;
}

.blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.blog-toolbar__count {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted);
}

.blog-toolbar__count strong {
  color: var(--color-navy);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(26, 46, 74, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(26, 46, 74, 0.1);
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
}

.blog-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card--mint .blog-card__media { background: var(--color-mint); }
.blog-card--pink .blog-card__media { background: var(--color-pink); }
.blog-card--yellow .blog-card__media { background: var(--color-yellow); }
.blog-card--blue .blog-card__media { background: var(--color-blue); }
.blog-card--teal .blog-card__media { background: var(--color-teal); }
.blog-card--coral .blog-card__media { background: var(--color-coral); }

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.04);
}

.blog-card__decor {
  position: absolute;
  inset: 0;
  background: var(--mask-karta-decor) center / cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
  padding: 1.15rem 1.25rem 1.35rem;
}

.blog-card__category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.blog-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--color-navy);
}

.blog-card__excerpt {
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin-top: 0.35rem;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.blog-card__meta-sep {
  opacity: 0.4;
}

.blog-pagination {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.page-blog .main-nav__links--left > a[aria-current="page"] {
  color: var(--color-teal);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-featured__link {
    grid-template-columns: 1fr;
  }

  .blog-featured__media {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .blog-hero__inner,
  .blog-list__inner {
    padding-inline: 1.25rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }

  .blog-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    margin-inline: -1.25rem;
    padding-inline: 1.25rem;
    scrollbar-width: none;
  }

  .blog-categories::-webkit-scrollbar {
    display: none;
  }

  .blog-categories__chip {
    flex-shrink: 0;
  }

  .blog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Pojedynczy artykuł bloga ── */

.page-blog-post .page-main {
  background: #fafbfc;
}

.page-blog-post {
  --blog-sticky-offset: 10rem;
}

@media (max-width: 900px) {
  .page-blog-post {
    --blog-sticky-offset: 7.5rem;
  }
}

.blog-post {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3.5rem, 5vw, 4.5rem);
}

.blog-post__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.blog-post__breadcrumb {
  margin-bottom: 1.25rem;
}

.blog-post__header {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.blog-post__category {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.blog-post__title {
  margin: 0 0 1rem;
  max-width: 22em;
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.blog-post__author {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-post__author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--color-mint);
}

.blog-post__meta-sep {
  opacity: 0.4;
}

.blog-post__cover {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background: var(--color-mint);
}

.blog-post__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-post__cover-decor {
  position: absolute;
  inset: 0;
  background: var(--mask-karta-decor) center / cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

.blog-post__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.blog-post__share-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.blog-post__share-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.blog-post__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(26, 46, 74, 0.12);
  background: #fff;
  color: var(--color-navy);
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}

.blog-post__share-btn:hover {
  border-color: var(--color-teal);
  background: color-mix(in srgb, var(--color-mint) 40%, #fff);
  color: var(--color-teal-dark);
  transform: translateY(-1px);
}

.blog-post__share-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.blog-post__body {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 720px);
  gap: clamp(2rem, 4vw, 3.5rem);
  justify-content: center;
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.blog-post__toc {
  position: sticky;
  top: var(--blog-sticky-offset);
  align-self: start;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(26, 46, 74, 0.09);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(26, 46, 74, 0.06);
  max-height: calc(100vh - var(--blog-sticky-offset) - 1.25rem);
  overflow-y: auto;
  scrollbar-width: thin;
}

.blog-post__content {
  min-width: 0;
}

.blog-post__toc-title {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.blog-post__toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post__toc-list li + li {
  margin-top: 0.45rem;
}

.blog-post__toc-list a {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-text-muted);
  transition: color 0.15s ease;
}

.blog-post__toc-list a:hover {
  color: var(--color-teal-dark);
}

.blog-post__lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  font-weight: 500;
  color: var(--color-navy);
}

.blog-post__content h2 {
  margin: 2.25rem 0 0.85rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.blog-post__content h2:first-child {
  margin-top: 0;
}

.blog-post__content h3 {
  margin: 1.5rem 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-navy);
}

.blog-post__content p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-text);
}

.blog-post__content ul,
.blog-post__content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text);
}

.blog-post__content li + li {
  margin-top: 0.4rem;
}

.blog-post__content a {
  color: var(--color-teal-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-post__content a:hover {
  color: var(--color-navy);
}

.blog-post__callout {
  margin: 1.5rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
  border-left: 4px solid var(--color-teal);
  background: color-mix(in srgb, var(--color-mint) 35%, #fff);
}

.blog-post__callout--warning {
  border-left-color: var(--color-yellow);
  background: color-mix(in srgb, var(--color-yellow) 28%, #fff);
}

.blog-post__callout-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-navy);
}

.blog-post__callout p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.blog-post__section {
  margin: 2rem 0;
}

.blog-post__author-box {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(26, 46, 74, 0.09);
  border-radius: 12px;
  background: #fff;
}

.blog-post__author-box-avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--color-pink);
}

.blog-post__author-box-name {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.blog-post__author-box-role {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-teal-dark);
}

.blog-post__author-box-bio {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.blog-post__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-mint) 0%, color-mix(in srgb, var(--color-teal) 25%, #fff) 100%);
  border: 1px solid color-mix(in srgb, var(--color-teal) 30%, transparent);
}

.blog-post__cta-text {
  margin: 0;
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--color-navy);
}

.blog-post__cta-text strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.blog-post__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0 1.25rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}

.blog-post__cta-btn:hover {
  background: var(--color-teal-dark);
  transform: translateY(-1px);
}

.blog-post__related {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: clamp(2rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.blog-post__related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.blog-post__related-title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--color-navy);
}

.blog-post__related-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-teal-dark);
}

.blog-post__related-link:hover {
  color: var(--color-navy);
}

.blog-post__related .blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-post .faq-section {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 2.5vw, 2rem);
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 46, 74, 0.08);
}

.blog-post .faq-section__inner {
  max-width: 720px;
  margin: 0 auto;
}

.page-blog-post .main-nav__links--left > a[href*="blog"] {
  color: var(--color-teal);
  font-weight: 700;
}

@media (max-width: 960px) {
  .blog-post__body {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .blog-post__toc {
    position: static;
    max-height: none;
    overflow: visible;
    box-shadow: none;
  }

  .blog-post__title {
    max-width: none;
  }

  .blog-post__related .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .blog-post__cover {
    aspect-ratio: 16 / 10;
    margin-inline: -1.25rem;
    border-radius: 0;
  }

  .blog-post__author-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .blog-post__cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .blog-post__cta-btn {
    justify-content: center;
  }

  .blog-post__related .blog-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }
}

/* ── Auth / Logowanie ── */

.page-auth {
  min-height: 100vh;
  min-height: 100dvh;
  background: #fafbfc;
}

.auth-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.auth-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  opacity: 0;
  transform: translateY(-10px);
}

.auth-layout.is-ready .auth-topbar {
  animation: auth-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.auth-topbar__logo img {
  display: block;
  width: min(168px, 40vw);
  height: auto;
}

.auth-topbar__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}

.auth-topbar__back:hover {
  color: var(--color-navy);
}

.auth-layout {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(560px, 72vh, 680px);
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(26, 46, 74, 0.08);
  opacity: 0;
  transform: translateY(18px);
}

.auth-layout.is-ready {
  animation: auth-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

/* ── Stage (lewa kolumna — styl hero) ── */

.auth-stage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  align-self: stretch;
  min-height: 100%;
}

.auth-stage__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.auth-stage__block {
  position: absolute;
  top: 0;
  bottom: 22%;
  transition:
    left 0.78s cubic-bezier(0.65, 0, 0.35, 1),
    width 0.78s cubic-bezier(0.65, 0, 0.35, 1);
}

.auth-stage__block--mint {
  left: 0;
  width: 55%;
  background: var(--hero-mint);
}

.auth-stage__block--pink {
  left: 55%;
  width: 45%;
  background: var(--hero-pink);
}

.auth-layout[data-auth-mode="signup"] .auth-stage__block--mint {
  left: 55%;
  width: 45%;
}

.auth-layout[data-auth-mode="signup"] .auth-stage__block--pink {
  left: 0;
  width: 55%;
}

.auth-stage__floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: var(--hero-floor);
}

.auth-stage__paw {
  position: absolute;
  z-index: 1;
  opacity: 0.12;
  pointer-events: none;
  transition: transform 0.78s cubic-bezier(0.65, 0, 0.35, 1);
}

.auth-stage__paw--1 {
  top: -6%;
  left: -4%;
  transform: rotate(-18deg);
}

.auth-stage__paw--2 {
  bottom: 8%;
  right: 6%;
  transform: rotate(22deg);
}

.auth-layout[data-auth-mode="signup"] .auth-stage__paw--1 {
  transform: rotate(-18deg) translateX(18px);
}

.auth-layout[data-auth-mode="signup"] .auth-stage__paw--2 {
  transform: rotate(22deg) translateX(-14px);
}

.auth-stage__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.75rem, 3vw, 2.75rem);
}

.auth-stage__badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auth-stage__copy {
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.auth-stage__copy-track {
  display: flex;
  width: 200%;
  transition: transform 0.72s cubic-bezier(0.65, 0, 0.35, 1);
}

.auth-layout[data-auth-mode="signup"] .auth-stage__copy-track {
  transform: translateX(-50%);
}

.auth-stage__copy-slide {
  flex: 0 0 50%;
  padding-right: 1rem;
}

.auth-stage__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.auth-stage__text {
  margin: 0;
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.auth-stage__visual {
  position: relative;
  width: min(100%, 240px);
  height: 240px;
  margin: auto 0 1.25rem;
  transform: translate(var(--auth-parallax-x, 0px), var(--auth-parallax-y, 0px));
  transition: transform 0.35s ease-out;
}

.auth-stage__card {
  position: absolute;
}

.auth-stage__card--back {
  top: 18px;
  right: -8px;
  width: 62%;
  transform: rotate(8deg);
  transition: transform 0.78s cubic-bezier(0.65, 0, 0.35, 1);
}

.auth-layout[data-auth-mode="signup"] .auth-stage__card--back {
  transform: rotate(-6deg) translateX(-12px);
}

.auth-stage__card--main {
  top: 0;
  left: 0;
  width: 78%;
}

.auth-stage__card-frame {
  position: absolute;
  inset: 0;
  background-color: var(--color-yellow);
  -webkit-mask-image: var(--mask-karta-frame);
  mask-image: var(--mask-karta-frame);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.auth-stage__card-shape {
  position: absolute;
  inset: var(--pet-card-border);
  overflow: hidden;
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.12);
}

.auth-stage__card-shape--mint {
  background: var(--color-mint);
}

.auth-stage__card-shape--yellow {
  background: var(--color-yellow);
}

.auth-stage__card-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-stage__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.auth-stage__perks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.auth-stage__perks .icon {
  font-size: 16px;
  color: var(--color-teal-dark);
}

/* ── Workspace (prawa kolumna — formularze) ── */

.auth-workspace {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  background: #fff;
}

.auth-workspace__head {
  margin-bottom: 1.75rem;
}

.auth-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.auth-tabs__btn {
  position: relative;
  z-index: 1;
  min-height: 44px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  transition: color 0.3s ease;
}

.auth-tabs__btn.is-active,
.auth-tabs__btn[aria-selected="true"] {
  color: var(--color-navy);
}

.auth-tabs__indicator {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 2px;
  background: var(--color-teal);
  transition: transform 0.65s cubic-bezier(0.65, 0, 0.35, 1);
}

.auth-layout[data-auth-mode="signup"] .auth-tabs__indicator {
  transform: translateX(100%);
}

.auth-panels {
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.auth-panels__viewport {
  overflow: hidden;
  width: 100%;
}

.auth-panels__track {
  display: flex;
  width: 100%;
  align-items: flex-start;
  transition: transform 0.72s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.auth-layout[data-auth-mode="signup"] .auth-panels__track {
  transform: translateX(-100%);
}

.auth-panel {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: clamp(0, 2vw, 1.5rem);
}

.auth-panel__intro {
  margin-bottom: 1.5rem;
}

.auth-panel__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.auth-panel__lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  opacity: 1;
  transform: translateY(0);
}

.auth-field.is-entering {
  animation: auth-field-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.auth-panel__intro.is-entering {
  animation: auth-field-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.auth-field__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.auth-field__wrap {
  position: relative;
}

.auth-field__input {
  width: 100%;
  min-height: 48px;
  padding: 0 1rem;
  border: 0;
  border-radius: 4px;
  background: #fafbfc;
  color: var(--color-navy);
  font: inherit;
  font-size: 0.95rem;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.auth-field__wrap .auth-field__input {
  padding-right: 2.75rem;
}

.auth-field__input::placeholder {
  color: var(--color-text-muted);
}

.auth-field__input:focus {
  outline: none;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px var(--color-teal),
    0 8px 24px rgba(82, 188, 180, 0.12);
}

.auth-field__toggle {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: var(--color-text-muted);
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.auth-field__toggle:hover {
  color: var(--color-navy);
  background: rgba(26, 46, 74, 0.05);
}

.auth-field__toggle .icon {
  font-size: 20px;
}

.auth-strength {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.auth-strength__bar {
  height: 3px;
  border-radius: 999px;
  background: rgba(26, 46, 74, 0.1);
  transition: background 0.25s ease;
}

.auth-strength__bar.is-active:nth-child(1) {
  background: var(--color-coral);
}

.auth-strength__bar.is-active:nth-child(2) {
  background: var(--color-yellow);
}

.auth-strength__bar.is-active:nth-child(3) {
  background: var(--color-teal);
}

.auth-strength__bar.is-active:nth-child(4) {
  background: var(--color-navy);
}

.auth-strength__hint {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.auth-form__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.auth-form__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-teal-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-form__link:hover {
  color: var(--color-navy);
}

.auth-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
  cursor: pointer;
}

.auth-check--block {
  margin-top: 0.15rem;
}

.auth-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-check__box {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.15);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.auth-check__box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.55 17.05 4.5 12l1.4-1.42 3.65 3.65 8.05-8.05L18.5 7.5z'/%3E%3C/svg%3E")
    center / 14px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.55 17.05 4.5 12l1.4-1.42 3.65 3.65 8.05-8.05L18.5 7.5z'/%3E%3C/svg%3E")
    center / 14px no-repeat;
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.auth-check input:checked + .auth-check__box {
  background: var(--color-navy);
  box-shadow: inset 0 0 0 1px var(--color-navy);
}

.auth-check input:checked + .auth-check__box::after {
  opacity: 1;
  transform: scale(1);
}

.auth-check input:focus-visible + .auth-check__box {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
}

.auth-check__label {
  font-size: 13px;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.auth-check__label a {
  color: var(--color-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 0.35rem;
  padding: 0 1.75rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.15);
  overflow: hidden;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.auth-submit:hover:not(:disabled) {
  background: var(--color-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 46, 74, 0.18);
}

.auth-submit:disabled {
  cursor: wait;
}

.auth-submit__label {
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.auth-submit__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  opacity: 0;
}

.auth-submit__loader span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: auth-dot 0.9s ease-in-out infinite;
}

.auth-submit__loader span:nth-child(2) {
  animation-delay: 0.12s;
}

.auth-submit__loader span:nth-child(3) {
  animation-delay: 0.24s;
}

.auth-submit.is-loading .auth-submit__label {
  opacity: 0;
  transform: translateY(-6px);
}

.auth-submit.is-loading .auth-submit__loader {
  opacity: 1;
}

.auth-oauth {
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.auth-oauth__label {
  margin: 0 0 0.85rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.auth-oauth__row {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.auth-oauth__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(26, 46, 74, 0.12);
  background: #fff;
  color: var(--color-navy);
  transition:
    transform 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.auth-oauth__btn svg {
  width: 18px;
  height: 18px;
}

.auth-oauth__btn:hover {
  transform: translateY(-2px);
  border-color: var(--color-teal);
  box-shadow: 0 8px 20px rgba(82, 188, 180, 0.14);
}

.auth-toast {
  position: fixed;
  bottom: 1.75rem;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.25rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.22);
  opacity: 0;
  transform: translate(-50%, 16px);
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.auth-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.auth-toast__icon {
  font-size: 22px;
  color: var(--color-mint);
}

@keyframes auth-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes auth-field-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes auth-dot {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.85);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@media (max-width: 960px) {
  .auth-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .auth-stage {
    min-height: 280px;
  }

  .auth-stage__visual {
    display: none;
  }

  .auth-stage__body {
    justify-content: center;
  }

  .auth-stage__copy {
    margin-bottom: 0.75rem;
  }

  .auth-workspace {
    padding-top: 1.5rem;
  }
}

@media (max-width: 560px) {
  .auth-shell {
    padding: 1rem;
  }

  .auth-stage__perks {
    display: none;
  }

  .auth-form__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-layout,
  .auth-topbar,
  .auth-field.is-entering {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .auth-stage__block,
  .auth-stage__copy-track,
  .auth-panels__track,
  .auth-tabs__indicator,
  .auth-stage__card--back,
  .auth-stage__paw,
  .auth-stage__visual,
  .auth-submit__loader span {
    transition-duration: 0.01ms;
    animation: none;
  }
}

/* ── Dashboard / Moje konto ── */

.page-dashboard {
  min-height: 100vh;
  min-height: 100dvh;
  max-width: 100%;
  background: #fafbfc;
  /* Nie używaj overflow-x na body.page-dashboard — psuje position:fixed
     (bottom nav / modale) na iOS i Androidzie. */
}

.page-dashboard *,
.page-dashboard *::before,
.page-dashboard *::after {
  box-sizing: border-box;
}

.dash-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 100%;
  padding: 1rem clamp(1.25rem, 3vw, 2.5rem);
  background: #fff;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.dash-topbar__logo img {
  display: block;
  width: min(148px, 38vw);
  height: auto;
}

.dash-topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.dash-topbar__link,
.dash-topbar__logout {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.dash-topbar__link {
  color: var(--color-navy);
  background: #fafbfc;
}

.dash-topbar__link:hover {
  background: var(--color-mint);
}

.dash-topbar__logout {
  color: var(--color-text-muted);
}

.dash-topbar__logout:hover {
  color: var(--color-navy);
  background: rgba(26, 46, 74, 0.05);
}

.dash-topbar__link .icon,
.dash-topbar__logout .icon {
  font-size: 20px;
}

.dash-shell {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  max-width: min(1320px, 100%);
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  overflow-x: clip;
}

.dash-sidebar {
  position: sticky;
  top: 1.25rem;
  align-self: start;
  min-width: 0;
  max-width: 100%;
}

.dash-user {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.06);
}

.dash-user__avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-mint), var(--color-teal));
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-user__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-user__email {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.dash-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.06);
  max-width: 100%;
}

.dash-nav__btn {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-align: left;
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.dash-nav__label {
  min-width: 0;
}

.dash-nav__btn .icon {
  font-size: 20px;
}

.dash-nav__btn.is-active,
.dash-nav__btn[aria-selected="true"] {
  background: rgba(82, 188, 180, 0.14);
  color: var(--color-navy);
}

.dash-nav__btn:hover {
  background: #fafbfc;
  color: var(--color-navy);
}

.dash-nav__badge {
  margin-left: auto;
  min-width: 22px;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(26, 46, 74, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
}

.dash-nav__badge--hot {
  background: var(--color-pink);
  color: var(--color-navy);
}

.dash-main {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

.dash-section {
  max-width: 100%;
  overflow-x: clip;
}

.dash-section[hidden] {
  display: none !important;
}

.dash-section__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.dash-section__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dash-section__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.dash-section__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.dash-stat {
  padding: 1rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-stat--mint {
  background: color-mix(in srgb, var(--color-mint) 55%, #fff);
}

.dash-stat--pink {
  background: color-mix(in srgb, var(--color-pink) 50%, #fff);
}

.dash-stat--yellow {
  background: color-mix(in srgb, var(--color-yellow) 45%, #fff);
}

.dash-stat--teal {
  background: color-mix(in srgb, var(--color-teal) 25%, #fff);
}

.dash-stat__icon {
  font-size: 22px;
  color: var(--color-navy);
  opacity: 0.7;
}

.dash-stat__value {
  margin: 0.35rem 0 0.15rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-stat__label {
  margin: 0;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.dash-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
}

.dash-card {
  padding: 1.25rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.06);
}

.dash-card--accent {
  background: linear-gradient(135deg, var(--color-mint) 0%, var(--color-yellow) 100%);
}

.dash-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dash-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-card__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-teal-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dash-order-preview__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.dash-order-preview__id {
  font-weight: 700;
  color: var(--color-navy);
}

.dash-order-preview__items,
.dash-order-preview__date {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.dash-offer-teaser {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: var(--color-navy);
}

.dash-offer-teaser code {
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 0.9em;
}

.dash-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dash-status--transit {
  background: color-mix(in srgb, var(--color-blue) 55%, #fff);
  color: var(--color-navy);
}

.dash-status--prep {
  background: color-mix(in srgb, var(--color-yellow) 55%, #fff);
  color: var(--color-navy);
}

.dash-status--done {
  background: color-mix(in srgb, var(--color-teal) 30%, #fff);
  color: var(--color-navy);
}

.dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.dash-btn:hover {
  transform: translateY(-1px);
}

.dash-btn--primary {
  background: var(--color-navy);
  color: #fff;
  box-shadow: 0 6px 18px rgba(26, 46, 74, 0.14);
}

.dash-btn--primary:hover {
  background: var(--color-teal-dark);
}

.dash-btn--outline {
  background: #fff;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.12);
}

.dash-btn--ghost {
  background: transparent;
  color: var(--color-text-muted);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.1);
}

.dash-btn--light {
  background: #fff;
  color: var(--color-navy);
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.1);
}

.dash-btn--light .nav-arrow {
  filter: none;
}

.dash-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.dash-filter {
  min-height: 36px;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 46, 74, 0.12);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.dash-filter.is-active {
  border-color: var(--color-teal);
  background: rgba(82, 188, 180, 0.12);
  color: var(--color-navy);
}

.dash-orders {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-order__main {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.dash-order__thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--color-mint);
}

.dash-order__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dash-order__body p {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.dash-order__row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.dash-order__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.dash-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash-product {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-product__shape {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--product-image-radius, 20px);
  background: var(--color-mint);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.dash-product__shape img {
  display: block;
  width: auto;
  height: auto;
  max-width: var(--product-image-scale, 72%);
  max-height: var(--product-image-scale, 72%);
  margin: auto;
  object-fit: contain;
  border-radius: var(--product-image-radius, 20px);
}

.dash-product__info h3 {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-navy);
}

.dash-product__info p {
  margin: 0.2rem 0 0;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-offers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}

.dash-offer {
  padding: 1.25rem;
  border-radius: 2px;
}

.dash-offer--mint {
  background: linear-gradient(135deg, var(--color-mint), color-mix(in srgb, var(--color-teal) 30%, #fff));
}

.dash-offer--pink {
  background: linear-gradient(135deg, var(--color-pink), #fff);
}

.dash-offer--yellow {
  background: linear-gradient(135deg, var(--color-yellow), #fff);
}

.dash-offer__tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
  opacity: 0.75;
}

.dash-offer h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  color: var(--color-navy);
}

.dash-offer p {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.dash-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.85rem;
}

.dash-address {
  padding: 1.15rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-address.is-default {
  box-shadow:
    0 8px 20px rgba(26, 46, 74, 0.05),
    inset 0 0 0 2px var(--color-teal);
}

.dash-address__badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.dash-address h3 {
  margin: 0 0 0.5rem;
  color: var(--color-navy);
}

.dash-address address {
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.dash-address__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.dash-address__actions button {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-teal-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dash-settings {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 640px;
}

.dash-settings__group {
  margin: 0;
  padding: 1.15rem;
  border: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-settings__group legend {
  margin-bottom: 0.85rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.dash-settings__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.dash-settings__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.dash-settings__field span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.dash-settings__field input {
  min-height: 44px;
  padding: 0 0.85rem;
  border: 0;
  border-radius: 4px;
  background: #fafbfc;
  font: inherit;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.dash-settings__field input:focus {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
  background: #fff;
}

@media (max-width: 960px) {
  html:has(body.page-dashboard) {
    max-width: 100%;
  }

  .page-dashboard {
    width: 100%;
  }

  .dash-topbar {
    gap: 0.65rem;
    padding: 0.85rem 1rem;
  }

  .dash-topbar__actions {
    gap: 0.4rem;
    justify-content: flex-end;
    min-width: 0;
  }

  .dash-topbar__link span:not(.icon),
  .dash-topbar__logout span:not(.icon) {
    display: none;
  }

  .dash-topbar__link,
  .dash-topbar__logout {
    min-width: 40px;
    padding: 0 0.55rem;
    justify-content: center;
  }

  .dash-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    overflow-x: clip;
  }

  .dash-sidebar {
    position: static;
    width: 100%;
  }

  .dash-user {
    margin-bottom: 0.75rem;
  }

  .dash-nav {
    flex-direction: row;
    align-items: stretch;
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
    padding: 0.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .dash-nav::-webkit-scrollbar {
    display: none;
  }

  .dash-nav__btn {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-height: 42px;
    padding: 0.55rem 0.8rem;
    white-space: nowrap;
  }

  .dash-main,
  .dash-section,
  .dash-toolbar,
  .dash-filters,
  .dash-orders,
  .dash-products,
  .dash-offers,
  .dash-addresses,
  .dash-payments,
  .dash-notifications,
  .dash-returns,
  .dash-settings-wrap,
  .dash-grid,
  .dash-stats {
    max-width: 100%;
    min-width: 0;
  }

  .dash-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dash-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dash-filters {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .dash-filters::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 560px) {
  .dash-shell {
    padding: 0.85rem;
  }

  .dash-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .dash-settings__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .dash-order {
    flex-direction: column;
    align-items: stretch;
  }

  .dash-order__actions {
    width: 100%;
  }

  .dash-order__actions .dash-btn {
    flex: 1;
  }

  .dash-section__head {
    flex-direction: column;
    align-items: stretch;
  }

  .dash-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .dash-search {
    min-width: 0;
    width: 100%;
  }
}

/* ── Dashboard: rozszerzenia ── */

.dash-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.dash-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: min(100%, 280px);
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.1);
}

.dash-search .icon {
  font-size: 20px;
  color: var(--color-text-muted);
}

.dash-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  color: var(--color-navy);
}

.dash-search input:focus {
  outline: none;
}

.dash-menu {
  position: relative;
}

.dash-menu__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: var(--color-text-muted);
  transition: background 0.15s ease;
}

.dash-menu__trigger:hover {
  background: rgba(26, 46, 74, 0.06);
  color: var(--color-navy);
}

.dash-menu__panel {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 20;
  min-width: 200px;
  padding: 0.35rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(26, 46, 74, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}

.dash-menu.is-open .dash-menu__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dash-menu__panel button {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: var(--color-navy);
  transition: background 0.15s ease;
}

.dash-menu__panel button:hover {
  background: #fafbfc;
}

.dash-menu__panel button.is-danger {
  color: #c0392b;
}

.dash-product {
  position: relative;
}

.dash-product__remove {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-text-muted);
  box-shadow: 0 4px 12px rgba(26, 46, 74, 0.12);
  transition:
    color 0.15s ease,
    transform 0.15s ease;
}

.dash-product__remove:hover {
  color: #c0392b;
  transform: scale(1.08);
}

.dash-product__remove .icon {
  font-size: 18px;
}

.dash-order.is-removed,
.dash-product.is-removed,
.dash-address.is-removed,
.dash-payment.is-removed,
.dash-notification.is-removed {
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.dash-empty {
  margin: 2rem 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.dash-empty a {
  color: var(--color-teal-dark);
  font-weight: 600;
  text-decoration: underline;
}

.dash-notifications {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash-notification {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-notification.is-read {
  opacity: 0.65;
}

.dash-notification__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(82, 188, 180, 0.15);
  color: var(--color-teal-dark);
}

.dash-notification__body {
  flex: 1;
  min-width: 0;
}

.dash-notification__body strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-navy);
}

.dash-notification__body p {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.dash-notification__body time {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.dash-payments {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dash-payment {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-payment.is-default {
  box-shadow:
    0 8px 20px rgba(26, 46, 74, 0.05),
    inset 0 0 0 2px var(--color-teal);
}

.dash-payment__badge {
  position: absolute;
  top: 0.65rem;
  right: 3rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.dash-payment__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-mint);
  color: var(--color-navy);
}

.dash-payment h3 {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-navy);
}

.dash-payment p {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.dash-payment .dash-menu {
  margin-left: auto;
}

.dash-returns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.dash-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26, 46, 74, 0.05);
}

.dash-return strong {
  color: var(--color-navy);
}

.dash-return p {
  margin: 0.35rem 0;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.dash-return time {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.dash-card--info {
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.dash-card--info p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.dash-btn--danger {
  background: #c0392b;
  color: #fff;
}

.dash-btn.is-copied {
  background: var(--color-teal-dark);
  pointer-events: none;
}

.dash-settings__group--danger {
  border: 1px solid rgba(192, 57, 43, 0.2);
}

.dash-settings__hint {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.dash-settings__field select,
.dash-settings__field textarea {
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border: 0;
  border-radius: 4px;
  background: #fafbfc;
  font: inherit;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
  resize: vertical;
}

body.dash-modal-open {
  overflow: hidden;
}

.dash-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.dash-modal[hidden] {
  display: none !important;
}

.dash-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 74, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dash-modal.is-visible .dash-modal__backdrop {
  opacity: 1;
}

.dash-modal__panel {
  position: relative;
  width: min(100%, 480px);
  max-height: min(90vh, 720px);
  overflow-y: auto;
  padding: 1.25rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(26, 46, 74, 0.2);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.dash-modal__panel--wide {
  width: min(100%, 920px);
}

.dash-modal__panel--sm {
  width: min(100%, 400px);
}

.dash-modal.is-visible .dash-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.dash-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dash-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: var(--color-text-muted);
}

.dash-modal__close:hover {
  background: #fafbfc;
  color: var(--color-navy);
}

.dash-modal__text {
  margin: 0 0 1.25rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.dash-modal__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dash-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.dash-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.dash-modal__actions--stack {
  flex-direction: column;
  margin-top: 0;
}

.dash-modal__actions--stack .dash-btn {
  width: 100%;
  justify-content: center;
}

.dash-order-detail__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.dash-order-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
}

.dash-order-detail__main {
  min-width: 0;
}

.dash-order-detail__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.dash-order-detail__block--card {
  padding: 1rem;
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.06);
}

.dash-order-detail__label {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.dash-order-detail__id {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-order-detail__total {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-navy);
}

.dash-order-detail__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.dash-order-detail__product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem;
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.06);
}

.dash-order-detail__product-thumb {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: var(--product-image-radius, 20px);
  background: var(--color-mint);
}

.dash-order-detail__product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--product-image-radius, 20px);
}

.dash-order-detail__product-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.dash-order-detail__product-info strong {
  font-size: 0.92rem;
  color: var(--color-navy);
}

.dash-order-detail__product-info span {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.dash-order-detail__product-price {
  font-size: 0.92rem;
  color: var(--color-navy);
  white-space: nowrap;
}

.dash-order-detail__meta {
  margin: 0;
}

.dash-order-detail__meta div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.06);
}

.dash-order-detail__meta div:last-child {
  border-bottom: 0;
}

.dash-order-detail__meta dt {
  color: var(--color-text-muted);
}

.dash-order-detail__meta dd {
  margin: 0;
  color: var(--color-navy);
  line-height: 1.45;
}

.dash-order-detail__aside .dash-timeline {
  margin-bottom: 0;
}

.dash-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.dash-timeline__step {
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem 0;
  position: relative;
}

.dash-timeline__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 24px;
  bottom: -4px;
  width: 2px;
  background: rgba(26, 46, 74, 0.1);
}

.dash-timeline__step.is-done:not(:last-child)::before {
  background: var(--color-teal);
}

.dash-timeline__dot {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(26, 46, 74, 0.12);
  box-shadow: inset 0 0 0 3px #fff;
}

.dash-timeline__step.is-done .dash-timeline__dot {
  background: var(--color-teal);
}

.dash-timeline__step.is-active .dash-timeline__dot {
  background: var(--color-navy);
  box-shadow: 0 0 0 4px rgba(82, 188, 180, 0.25);
}

.dash-timeline__step strong {
  display: block;
  font-size: 0.88rem;
  color: var(--color-navy);
}

.dash-timeline__step span {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.dash-toast {
  position: fixed;
  bottom: 1.75rem;
  left: 50%;
  z-index: 300;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.25rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.22);
  opacity: 0;
  transform: translate(-50%, 16px);
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.dash-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.dash-toast__icon {
  font-size: 22px;
  color: var(--color-mint);
}

@media (max-width: 720px) {
  .dash-order-detail__layout {
    grid-template-columns: 1fr;
  }

  .dash-modal__actions .dash-btn {
    flex: 1 1 auto;
  }
}

/* ── Kontakt / O nas ── */

.info-hero {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
}

.info-hero--contact {
  background: linear-gradient(135deg, var(--hero-mint) 0%, #fff 55%, var(--hero-pink) 100%);
}

.info-hero--about {
  background: linear-gradient(135deg, var(--hero-pink) 0%, #fff 50%, var(--hero-mint) 100%);
}

.info-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.info-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.info-hero__lead {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: var(--color-text-muted);
}

.info-section {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: #fff;
}

.info-section--muted {
  background: #fafbfc;
}

.info-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.info-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.info-form {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.info-form__title {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-navy);
}

.info-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.info-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.info-form__field span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.info-form__field input,
.info-form__field select,
.info-form__field textarea {
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border: 0;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.1);
}

.info-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.info-form__field input:focus,
.info-form__field select:focus,
.info-form__field textarea:focus {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
}

.info-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 0.5rem;
  padding: 0 1.75rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.15);
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}

.info-form__submit:hover:not(:disabled) {
  background: var(--color-teal-dark);
  transform: translateY(-2px);
}

.info-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.info-contact__aside {
  display: grid;
  gap: 0.75rem;
}

.info-card {
  padding: 1rem 1.1rem;
  border-radius: 2px;
}

.info-card--mint {
  background: color-mix(in srgb, var(--color-mint) 50%, #fff);
}

.info-card--pink {
  background: color-mix(in srgb, var(--color-pink) 45%, #fff);
}

.info-card--yellow {
  background: color-mix(in srgb, var(--color-yellow) 40%, #fff);
}

.info-card--teal {
  background: color-mix(in srgb, var(--color-teal) 20%, #fff);
}

.info-card__icon {
  font-size: 24px;
  color: var(--color-navy);
  opacity: 0.75;
}

.info-card h3 {
  margin: 0.35rem 0 0.25rem;
  font-size: 0.95rem;
  color: var(--color-navy);
}

.info-card p,
.info-card address {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  font-style: normal;
}

.info-card a {
  color: var(--color-navy);
  font-weight: 600;
}

.info-card__hint {
  margin-top: 0.25rem !important;
  font-size: 0.78rem !important;
}

.info-map {
  padding: 0 0 clamp(2.5rem, 4vw, 3.5rem);
  background: #fff;
}

.info-map__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
  align-items: center;
}

.info-map__frame {
  min-height: 280px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--hero-mint);
}

.info-map__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 280px;
  color: var(--color-navy);
}

.info-map__placeholder .icon {
  font-size: 48px;
  opacity: 0.45;
}

.info-map__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.info-map__content h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--color-navy);
}

.info-map__content p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.info-map__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-map__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-navy);
}

.info-map__list .icon {
  font-size: 20px;
  color: var(--color-teal-dark);
}

.info-faq {
  background: #fafbfc;
}

.info-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.info-about-intro__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.info-about-intro__content h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.info-about-intro__content p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.info-about-intro__frame {
  position: relative;
  width: min(100%, 380px);
  margin-inline: auto;
  aspect-ratio: 1;
}

.info-about-intro__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-yellow);
  -webkit-mask-image: var(--mask-karta-frame);
  mask-image: var(--mask-karta-frame);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.info-about-intro__shape {
  position: absolute;
  inset: var(--pet-card-border);
  overflow: hidden;
  background: var(--color-mint);
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.info-about-intro__shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-stats {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.info-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-stats__grid li {
  padding: 1.25rem 1rem;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.06);
}

.info-stats__grid strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  color: var(--color-navy);
}

.info-stats__grid span {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.info-team {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-team__member {
  padding: 1.25rem 1rem;
  border-radius: 2px;
  background: #fafbfc;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.06);
  transition: transform 0.2s ease;
}

.info-team__member:hover {
  transform: translateY(-4px);
}

.info-team__avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-mint), var(--color-teal));
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
}

.info-team__member h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  color: var(--color-navy);
}

.info-team__member p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.info-cta {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
  background: linear-gradient(135deg, var(--color-mint) 0%, var(--color-yellow) 100%);
}

.info-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
}

.info-cta__content h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--color-navy);
}

.info-cta__content p {
  margin: 0;
  color: var(--color-text-muted);
}

.info-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.info-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.25rem;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}

.info-cta__btn--primary {
  background: var(--color-navy);
  color: #fff;
}

.info-cta__btn--primary:hover {
  background: var(--color-teal-dark);
  transform: translateY(-2px);
}

.info-cta__btn--outline {
  background: #fff;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.12);
}

.info-toast {
  position: fixed;
  bottom: 1.75rem;
  left: 50%;
  z-index: 300;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.25rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.22);
  opacity: 0;
  transform: translate(-50%, 16px);
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.info-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.info-toast__icon {
  font-size: 22px;
  color: var(--color-mint);
}

.page-contact .main-nav__links--right > a[href*="kontakt"],
.page-about .main-nav__links--right > a[href*="o-nas"] {
  color: var(--color-teal);
  font-weight: 700;
}

@media (max-width: 960px) {
  .info-contact__grid,
  .info-map__inner,
  .info-about-intro {
    grid-template-columns: 1fr;
  }

  .info-stats__grid,
  .info-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .info-form__row,
  .info-stats__grid,
  .info-team {
    grid-template-columns: 1fr;
  }

  .info-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .info-cta__actions {
    justify-content: center;
  }
}

/* ── Kolekcje / Prezenty ── */

.catalog-hero {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
}

.catalog-hero--collections {
  background: linear-gradient(135deg, var(--hero-mint) 0%, #fff 45%, var(--hero-pink) 100%);
}

.catalog-hero--gifts {
  background: linear-gradient(135deg, var(--hero-pink) 0%, #fff 50%, var(--hero-yellow) 100%);
}

.catalog-hero--mint {
  background: linear-gradient(135deg, var(--hero-mint) 0%, #fff 70%);
}

.catalog-hero--pink {
  background: linear-gradient(135deg, var(--hero-pink) 0%, #fff 70%);
}

.catalog-hero--yellow {
  background: linear-gradient(135deg, var(--hero-yellow) 0%, #fff 70%);
}

.catalog-hero--teal {
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-teal) 35%, #fff) 0%, #fff 70%);
}

.catalog-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.catalog-hero__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}

.catalog-hero__lead {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: var(--color-text-muted);
}

.collections-hub {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: #fff;
}

.collections-hub__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.collections-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.collection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 1.25rem;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.collection-card:hover {
  transform: translateY(-4px);
}

.collection-card--mint {
  background: color-mix(in srgb, var(--color-mint) 45%, #fff);
}

.collection-card--pink {
  background: color-mix(in srgb, var(--color-pink) 40%, #fff);
}

.collection-card--yellow {
  background: color-mix(in srgb, var(--color-yellow) 35%, #fff);
}

.collection-card--teal {
  background: color-mix(in srgb, var(--color-teal) 18%, #fff);
}

.collection-card__badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-card__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem 0;
}

.collection-card__visual img {
  width: min(100%, 200px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.collection-card__body {
  position: relative;
  z-index: 1;
}

.collection-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  color: var(--color-navy);
}

.collection-card__desc {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.collection-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.catalog-listing {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3rem, 5vw, 4rem);
  background: #fafbfc;
}

.catalog-listing__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.catalog-toolbar__count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.catalog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.catalog-chips__chip {
  padding: 0.45rem 0.85rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.1);
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.catalog-chips__chip.is-active,
.catalog-chips__chip:hover {
  background: var(--color-navy);
  color: #fff;
}

.gifts-hub {
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3rem, 5vw, 4rem);
  background: #fff;
}

.gifts-hub__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.gifts-hub__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 2px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.gifts-hub__card:hover {
  transform: translateY(-4px);
}

.gifts-hub__card--mint {
  background: color-mix(in srgb, var(--color-mint) 50%, #fff);
}

.gifts-hub__card--pink {
  background: color-mix(in srgb, var(--color-pink) 45%, #fff);
}

.gifts-hub__card--yellow {
  background: color-mix(in srgb, var(--color-yellow) 40%, #fff);
}

.gifts-hub__icon {
  font-size: 32px;
  color: var(--color-navy);
  opacity: 0.7;
}

.gifts-hub__card h2 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--color-navy);
}

.gifts-hub__card p {
  margin: 0;
  flex: 1;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.gifts-hub__cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.gift-listing {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3rem, 5vw, 4rem);
  background: #fafbfc;
}

.gift-listing__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.gift-listing .catalog-chips {
  margin-bottom: 1.25rem;
}

/* ── Zestawy = kafelki produktów ── */

.bundle-sets {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.bundle-set {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(26, 46, 74, 0.07);
  overflow: hidden;
}

.bundle-set--mint {
  box-shadow:
    0 8px 32px rgba(26, 46, 74, 0.07),
    inset 4px 0 0 var(--color-mint);
}

.bundle-set--pink {
  box-shadow:
    0 8px 32px rgba(26, 46, 74, 0.07),
    inset 4px 0 0 var(--color-pink);
}

.bundle-set--yellow {
  box-shadow:
    0 8px 32px rgba(26, 46, 74, 0.07),
    inset 4px 0 0 var(--color-yellow);
}

.bundle-set--teal {
  box-shadow:
    0 8px 32px rgba(26, 46, 74, 0.07),
    inset 4px 0 0 var(--color-teal);
}

.bundle-set__head {
  padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.5rem) 0.85rem;
}

.bundle-set__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.bundle-set__for {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.bundle-set__save {
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.bundle-set__title {
  margin: 0 0 0.25rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--color-navy);
}

.bundle-set__desc {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.bundle-set__prices {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}

.bundle-set__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-navy);
}

.bundle-set__old {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.bundle-set__tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.65rem;
  padding: 0 clamp(1rem, 2vw, 1.5rem) 1rem;
}

.bundle-set__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem clamp(1rem, 2vw, 1.5rem);
  background: #fafbfc;
  border-top: 1px solid rgba(26, 46, 74, 0.06);
}

.bundle-set__count {
  margin: 0;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.bundle-set__cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 1.1rem;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease;
}

.bundle-set__cta:hover {
  background: var(--color-teal-dark);
}

/* Pojedynczy kafelek produktu w zestawie */
.bundle-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: clamp(0.65rem, 1.5vw, 1rem);
}

.bundle-tiles--detail {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.bundle-tile {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.07);
  overflow: hidden;
  transition: transform 0.15s ease;
}

.bundle-tile:hover {
  transform: translateY(-2px);
}

.bundle-tile--compact .bundle-tile__body {
  padding: 0.5rem 0.55rem 0.65rem;
}

.bundle-tile--compact .bundle-tile__name {
  font-size: 0.78rem;
}

.bundle-tile--compact .bundle-tile__spec {
  display: none;
}

.bundle-tile--compact .bundle-tile__price {
  font-size: 0.75rem;
}

.bundle-tile__media {
  position: relative;
  padding: 0.55rem 0.55rem 0;
}

.bundle-tile__shape {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-mint);
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.bundle-tile--pink .bundle-tile__shape {
  background: var(--color-pink);
}

.bundle-tile--yellow .bundle-tile__shape {
  background: var(--color-yellow);
}

.bundle-tile--teal .bundle-tile__shape {
  background: color-mix(in srgb, var(--color-teal) 35%, #fff);
}

.bundle-tile__shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-tile__qty {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 1;
  min-width: 28px;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.bundle-tile__body {
  padding: 0.65rem 0.7rem 0.85rem;
}

.bundle-tile__name {
  margin: 0 0 0.15rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-navy);
}

.bundle-tile__spec {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.bundle-tile__price {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-navy);
}

/* Strona szczegółów zestawu */
.bundle-detail {
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(3rem, 5vw, 4rem);
  background: #fff;
}

.bundle-detail__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.bundle-detail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 1rem 0 clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 2px;
}

.bundle-detail__head--mint {
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-mint) 55%, #fff), #fff);
}

.bundle-detail__head--pink {
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-pink) 50%, #fff), #fff);
}

.bundle-detail__head--yellow {
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-yellow) 45%, #fff), #fff);
}

.bundle-detail__head--teal {
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-teal) 25%, #fff), #fff);
}

.bundle-detail__badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-teal-dark);
}

.bundle-detail__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--color-navy);
}

.bundle-detail__lead {
  margin: 0;
  max-width: 52ch;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.bundle-detail__head-prices {
  text-align: right;
}

.bundle-detail__price {
  margin: 0 0 0.2rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--color-navy);
}

.bundle-detail__price-old {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.bundle-detail__save {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-teal-dark);
}

.bundle-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.bundle-detail__section-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--color-navy);
}

.bundle-summary {
  padding: 1.1rem 1.15rem;
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.bundle-summary__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  color: var(--color-navy);
}

.bundle-summary__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.bundle-summary__table th {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid rgba(26, 46, 74, 0.1);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
  color: var(--color-text-muted);
}

.bundle-summary__table th:last-child,
.bundle-summary__table td:last-child {
  text-align: right;
}

.bundle-summary__table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(26, 46, 74, 0.06);
  vertical-align: top;
}

.bundle-summary__name strong {
  display: block;
  color: var(--color-navy);
}

.bundle-summary__name span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.bundle-summary__qty {
  text-align: center !important;
  font-weight: 700;
  color: var(--color-navy);
}

.bundle-summary__row-sub td {
  padding-top: 0.75rem;
  color: var(--color-text-muted);
}

.bundle-summary__row-total td {
  padding-top: 0.65rem;
  border-bottom: 0;
  font-size: 0.95rem;
}

.bundle-summary__row-total strong {
  color: var(--color-navy);
  font-size: 1.1rem;
}

.bundle-detail__sidebar .auth-check {
  margin: 1rem 0;
}

.bundle-detail__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease;
}

.bundle-detail__cart:hover:not(:disabled) {
  background: var(--color-teal-dark);
}

.bundle-detail__cart:disabled {
  opacity: 0.75;
}

/* ── Kompozytor zestawu (zamiana + ilość) ── */

.bundle-tiles--composer {
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

.bundle-composer__hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-mint) 35%, #fff);
  font-size: 0.85rem;
  color: var(--color-navy);
}

.bundle-composer__hint .icon {
  font-size: 20px;
  color: var(--color-teal-dark);
}

.bundle-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
  overflow: visible;
}

.bundle-slot__media {
  position: relative;
  padding: 0.65rem 0.65rem 0;
}

.bundle-slot__shape {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-mint);
  -webkit-mask-image: var(--mask-karta);
  mask-image: var(--mask-karta);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.bundle-slot--pink .bundle-slot__shape { background: var(--color-pink); }
.bundle-slot--yellow .bundle-slot__shape { background: var(--color-yellow); }
.bundle-slot--teal .bundle-slot__shape { background: color-mix(in srgb, var(--color-teal) 35%, #fff); }

.bundle-slot__shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-slot__qty-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  min-width: 28px;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.bundle-slot__cat {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.bundle-slot__body {
  padding: 0.65rem 0.75rem 0.85rem;
}

.bundle-slot__name {
  margin: 0 0 0.15rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-navy);
}

.bundle-slot__spec {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.bundle-slot__price {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-navy);
}

.bundle-slot__qty {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.bundle-slot__qty-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-right: 0.25rem;
}

.bundle-slot__qty-btn {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 4px;
  background: #fafbfc;
  font-size: 16px;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.12);
  cursor: pointer;
}

.bundle-slot__qty-input {
  width: 44px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.12);
}

.bundle-slot__swap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  border: 0;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bundle-slot__swap:hover {
  background: var(--color-teal-dark);
}

.bundle-swap {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 5;
  padding: 0.65rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(26, 46, 74, 0.15);
}

.bundle-swap__label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.bundle-swap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: 180px;
  overflow-y: auto;
}

.bundle-swap__opt {
  display: block;
  width: 100%;
  padding: 0.5rem 0.65rem;
  border: 0;
  border-radius: 2px;
  background: #fafbfc;
  font: inherit;
  font-size: 0.8rem;
  text-align: left;
  color: var(--color-navy);
  cursor: pointer;
}

.bundle-swap__opt.is-active,
.bundle-swap__opt:hover {
  background: color-mix(in srgb, var(--color-mint) 45%, #fff);
}

.bundle-summary__diff {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: var(--color-teal-dark);
}

.pers-bar__note {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem) 1.25rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.pers-bar__note a {
  font-weight: 700;
  color: var(--color-navy);
}

.pers-options {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #fff;
}

.pers-options__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.pers-option {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 2px;
}

.pers-option--mint {
  background: color-mix(in srgb, var(--color-mint) 45%, #fff);
}

.pers-option--pink {
  background: color-mix(in srgb, var(--color-pink) 40%, #fff);
}

.pers-option--yellow {
  background: color-mix(in srgb, var(--color-yellow) 35%, #fff);
}

.pers-option--teal {
  background: color-mix(in srgb, var(--color-teal) 18%, #fff);
}

.pers-option__icon {
  font-size: 28px;
  color: var(--color-navy);
  opacity: 0.7;
}

.pers-option h2 {
  margin: 0.5rem 0 0.35rem;
  font-size: 1.05rem;
  color: var(--color-navy);
}

.pers-option p {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.pers-option__price {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-navy);
}

.voucher-section {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
  background: #fafbfc;
}

.voucher-section__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
  text-align: center;
}

.voucher-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.voucher-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 120px;
  padding: 1.25rem;
  border: 0;
  border-radius: 2px;
  font: inherit;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.voucher-card:hover {
  transform: translateY(-3px);
}

.voucher-card--mint {
  background: color-mix(in srgb, var(--color-mint) 50%, #fff);
}

.voucher-card--pink {
  background: color-mix(in srgb, var(--color-pink) 45%, #fff);
}

.voucher-card--yellow {
  background: color-mix(in srgb, var(--color-yellow) 40%, #fff);
}

.voucher-card--teal {
  background: color-mix(in srgb, var(--color-teal) 18%, #fff);
}

.voucher-card__amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-navy);
}

.voucher-card__label {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.voucher-section__note {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

@media (max-width: 960px) {
  .collections-hub__grid,
  .gifts-hub__inner,
  .bundle-detail__layout,
  .pers-options__inner {
    grid-template-columns: 1fr;
  }

  .bundle-detail__head-prices {
    text-align: left;
  }

  .voucher-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .collections-hub__grid,
  .voucher-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Personalizacja ── */

.pers-listing-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-mint) 40%, #fff);
  font-size: 0.88rem;
  color: var(--color-navy);
}

.pers-listing-note .icon {
  font-size: 20px;
  color: var(--color-teal-dark);
}

.pers-bar {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  background: #fafbfc;
}

.pers-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto 1rem;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.pers-bar__content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.pers-bar__icon {
  font-size: 28px;
  color: var(--color-teal-dark);
}

.pers-bar__title {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
  color: var(--color-navy);
}

.pers-bar__lead {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.pers-bar__cta,
.pers-bar__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1.1rem;
  border: 0;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.pers-bar .pers-panel--inline {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.pers-hub {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #fff;
}

.pers-hub__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.pers-hub__link,
.pers-configurator__link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-teal-dark);
}

.pers-hub__submit,
.pers-configurator__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 0.75rem;
  border: 0;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.pers-panel {
  padding: 1rem 1.1rem;
  border-radius: 2px;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.pers-panel.is-active,
.pers-panel--full {
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 46, 74, 0.06);
}

.pers-panel--card {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.pers-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.pers-panel__icon {
  font-size: 28px;
  color: var(--color-navy);
  opacity: 0.7;
}

.pers-panel__title {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  color: var(--color-navy);
}

.pers-panel__lead {
  margin: 0;
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

.pers-panel__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.pers-panel__body--row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

.pers-panel__body--open {
  display: flex;
}

.pers-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  border: 0;
  padding: 0;
}

.pers-field--grow {
  flex: 1 1 180px;
}

.pers-field__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.pers-field__input,
.pers-field__textarea {
  min-height: 42px;
  padding: 0.6rem 0.8rem;
  border: 0;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.1);
}

.pers-field__textarea {
  min-height: 80px;
  resize: vertical;
}

.pers-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pers-pill {
  cursor: pointer;
}

.pers-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pers-pill span {
  display: inline-flex;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.12);
}

.pers-pill input:checked + span {
  background: var(--color-navy);
  color: #fff;
}

.pers-swatches {
  display: flex;
  gap: 0.5rem;
}

.pers-swatch input {
  position: absolute;
  opacity: 0;
}

.pers-swatch span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px rgba(26, 46, 74, 0.15);
  cursor: pointer;
}

.pers-swatch input:checked + span {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px var(--color-navy);
}

.pers-preview__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.pers-preview__card {
  position: relative;
  padding: 1.25rem 1rem;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.pers-preview__card[data-ribbon="mint"] {
  background: color-mix(in srgb, var(--color-mint) 35%, #fff);
}

.pers-preview__card[data-ribbon="pink"] {
  background: color-mix(in srgb, var(--color-pink) 35%, #fff);
}

.pers-preview__card[data-ribbon="navy"] {
  background: color-mix(in srgb, var(--color-navy) 8%, #fff);
}

.pers-preview__card[data-ribbon="yellow"] {
  background: color-mix(in srgb, var(--color-yellow) 35%, #fff);
}

.pers-preview__name {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-navy);
}

.pers-preview__msg {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.pers-preview--compact .pers-preview__name {
  font-size: 1rem;
}

.pers-preview--large .pers-preview__name {
  font-size: 1.75rem;
}

.pers-panel__subcheck {
  margin-top: 0.5rem;
}

.pers-panel__items-title {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-navy);
}

.pers-panel__item-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.84rem;
  cursor: pointer;
}

.pers-panel__item-check input {
  position: absolute;
  opacity: 0;
}

.pers-panel__item-mark {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.2);
}

.pers-panel__item-check input:checked + .pers-panel__item-mark {
  background: var(--color-navy);
}

.pers-panel__item-check em {
  font-style: normal;
  color: var(--color-teal-dark);
}

.pers-panel__pricing {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.pers-panel__extra,
.pers-panel__total {
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.pers-panel__total strong {
  color: var(--color-navy);
  font-size: 1.05rem;
}

.bundle-tile__pers {
  display: inline-flex;
  margin-top: 0.25rem;
  padding: 0.2rem 0.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-navy);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.product-card__pers-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.25rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-mint) 50%, #fff);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--color-navy);
}

.product-card__pers-badge .icon {
  font-size: 14px;
}

.pers-configurator {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3rem, 5vw, 4rem);
  background: #fafbfc;
}

.pers-configurator__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.pers-config-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(1rem, 3vw, 2rem);
}

.pers-config-aside--sticky {
  position: sticky;
  top: 1.5rem;
}

.pers-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.pers-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.85rem 0.5rem;
  border-radius: 2px;
  background: #fafbfc;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(26, 46, 74, 0.08);
}

.pers-type-card input {
  position: absolute;
  opacity: 0;
}

.pers-type-card .icon {
  font-size: 24px;
  color: var(--color-navy);
  opacity: 0.65;
}

.pers-type-card strong {
  font-size: 0.82rem;
  color: var(--color-navy);
}

.pers-type-card em {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  font-style: normal;
}

.pers-type-card:has(input:checked) {
  background: color-mix(in srgb, var(--color-mint) 40%, #fff);
  box-shadow: inset 0 0 0 2px var(--color-teal);
}

.pers-panel--voucher {
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

@media (max-width: 960px) {
  .pers-config-grid,
  .pers-type-grid,
  .pers-panel__body--row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
}
