.elementor-3804 .elementor-element.elementor-element-9ea3dfd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for html, class: .elementor-element-8735dc1 *//*
  PEŁNA SEKCJA PRODUKTOWA — JEDNORAZOWA SZCZOTKA DO WC
  Wklej w Elementor: Ustawienia strony → Zaawansowane → Custom CSS
  lub w motywie (Customizer → Dodatkowy CSS / plik child theme).
  Kolor akcentu: #18b394 (miętowo‑zielony / turkus).
*/

.wc-brush-content {
  --wc-brush-white: #ffffff;
  --wc-brush-bg: #f8f9fa;
  --wc-brush-bg-alt: #eef0f2;
  --wc-brush-text: #1a1a1a;
  --wc-brush-text-muted: #555555;
  --wc-brush-border: #e8e8e8;
  --wc-brush-accent: #18b394;
  --wc-brush-accent-light: rgba(24, 179, 148, 0.12);
  --wc-brush-accent-dark: #149a7f;
  --wc-brush-radius: 12px;
  --wc-brush-radius-sm: 8px;
  --wc-brush-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --wc-brush-shadow-hover: 0 4px 20px rgba(0, 0, 0, 0.08);
  --wc-brush-container: min(1200px, 92vw);
  --wc-brush-narrow: min(640px, 92vw);
  --wc-brush-wide: min(1280px, 96vw);
  --wc-brush-space: 3rem;
  --wc-brush-space-sm: 1.5rem;
  --wc-brush-gap: 2rem;
  box-sizing: border-box;
  font-family: inherit;
  color: var(--wc-brush-text);
  line-height: 1.6;
}

.wc-brush-content *,
.wc-brush-content *::before,
.wc-brush-content *::after {
  box-sizing: inherit;
}

/* Kontener */
.wc-brush-container {
  width: 100%;
  max-width: var(--wc-brush-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wc-brush-space-sm);
  padding-right: var(--wc-brush-space-sm);
}

.wc-brush-container--narrow {
  max-width: var(--wc-brush-narrow);
}

.wc-brush-container--wide {
  max-width: var(--wc-brush-wide);
}

/* Sekcje */
.wc-brush-section {
  padding-top: var(--wc-brush-space);
  padding-bottom: var(--wc-brush-space);
}

@media (min-width: 768px) {
  .wc-brush-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Typografia */
.wc-brush-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 var(--wc-brush-space-sm);
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .wc-brush-title {
    font-size: 1.875rem;
  }
}

.wc-brush-lead {
  font-size: 1.0625rem;
  color: var(--wc-brush-text-muted);
  margin: 0 0 var(--wc-brush-gap);
  max-width: 52ch;
}

.wc-brush-subtitle {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--wc-brush-text-muted);
}

.wc-brush-section__title {
  margin-bottom: var(--wc-brush-gap);
}

.wc-brush-section__title--center {
  text-align: center;
}

/* Lista bazowa */
.wc-brush-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-brush-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.wc-brush-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wc-brush-accent);
}

/* --- HERO PRODUKTOWY (galeria + zakup) --- */
.wc-brush-hero {
  background: var(--wc-brush-white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .wc-brush-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.wc-brush-hero__grid {
  display: grid;
  gap: var(--wc-brush-gap);
  align-items: start;
}

@media (min-width: 768px) {
  .wc-brush-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}

/* Galeria: główne zdjęcie + miniatury */
.wc-brush-hero__gallery {
  order: -1;
}

@media (min-width: 768px) {
  .wc-brush-hero__gallery {
    order: 0;
  }
}

.wc-brush-hero__main-img .wc-brush-image-placeholder {
  aspect-ratio: 1;
  border-radius: var(--wc-brush-radius);
}

.wc-brush-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.wc-brush-image-placeholder--thumb {
  aspect-ratio: 1;
  min-height: 0;
}

.wc-brush-image-placeholder--thumb::before {
  content: "";
}

/* Kolumna zakupowa */
.wc-brush-hero__trust {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wc-brush-accent);
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.wc-brush-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  flex-wrap: wrap;
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #1f2933;
}

.wc-brush-hero__stars {
  color: #e6b325;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  line-height: 1;
}

.wc-brush-hero__rating-score,
.wc-brush-hero__rating-count {
  font-weight: 600;
  color: #1f2933;
}

.wc-brush-hero__rating-sep {
  color: var(--wc-brush-text-muted);
}

.wc-brush-hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .wc-brush-hero__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .wc-brush-hero__rating {
    font-size: 0.78rem;
    gap: 0.3rem;
    margin-bottom: 0.55rem;
  }

  .wc-brush-hero__stars {
    font-size: 0.82rem;
  }
}

.wc-brush-hero__desc {
  font-size: 0.9375rem;
  color: var(--wc-brush-text-muted);
  margin: 0 0 1rem;
  line-height: 1.55;
}

.wc-brush-hero__price-label {
  font-size: 0.9375rem;
  margin: 0 0 1.25rem;
  color: var(--wc-brush-text-muted);
}

.wc-brush-hero__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--wc-brush-accent);
}

/* Pakiety: selectable pricing cards (radio + label, bez JS) */
.wc-brush-packages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.75rem;
  width: 100%;
  min-width: 0;
}

@media (min-width: 640px) {
  .wc-brush-packages {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.wc-brush-package-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wc-brush-package-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
}

/* Karta: domyślny stan — czytelny border i cień dla lepszej widoczności */
.wc-brush-package {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  min-width: 0;
  width: 100%;
  padding: 1.5rem 1.25rem 1.25rem;
  border: 2px solid var(--wc-brush-border);
  border-radius: var(--wc-brush-radius);
  background: var(--wc-brush-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.04);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .wc-brush-package {
    padding: 1.75rem 1.25rem 1.5rem;
  }
}

/* ========== MOBILE: pakiety — osobny układ, bez sztywnych wysokości, kompaktowy DTC ========== */
@media (max-width: 767px) {
  .wc-brush-content .wc-brush-packages {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-bottom: 1.25rem !important;
  }

  .wc-brush-content .wc-brush-package-wrap {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Karta: układ pionowy, brak min-height, mniejszy padding */
  .wc-brush-content .wc-brush-package {
    display: flex !important;
    display: -webkit-flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 1rem 1rem 0.875rem !important;
    padding-right: 2.5rem !important;
    border: 2px solid var(--wc-brush-border) !important;
    border-radius: 10px !important;
    background: var(--wc-brush-white) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    color: var(--wc-brush-text) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    position: relative !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
  }

  /* Check (selected) — ta sama pozycja we wszystkich kartach, checkmark wyśrodkowany w kółku */
  .wc-brush-content .wc-brush-package .wc-brush-package__check {
    top: 1rem !important;
    right: 1rem !important;
    width: 20px !important;
    height: 20px !important;
    box-sizing: border-box !important;
  }

  .wc-brush-content .wc-brush-package .wc-brush-package__check::after {
    left: 50% !important;
    top: 50% !important;
    width: 5px !important;
    height: 8px !important;
    border-width: 0 2px 2px 0 !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    box-sizing: border-box !important;
  }

  /* Badge — lżejszy, mniejszy */
  .wc-brush-content .wc-brush-package__badge {
    font-size: 0.5625rem !important;
    padding: 0.2rem 0.4rem !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.05em !important;
  }

  /* Nazwa pakietu */
  .wc-brush-content .wc-brush-package__title {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.2rem !important;
    padding-right: 0 !important;
    line-height: 1.3 !important;
  }

  /* Opis — kompaktowy */
  .wc-brush-content .wc-brush-package__sub {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0.6rem !important;
    color: var(--wc-brush-text-muted) !important;
  }

  /* Stara cena */
  .wc-brush-content .wc-brush-package__price-old {
    display: block !important;
    width: 100% !important;
    font-size: 0.8125rem !important;
    margin-bottom: 0.1rem !important;
  }

  /* Nowa cena — dominuje, ale mniejsza niż na desktop, nie rozwala layoutu */
  .wc-brush-content .wc-brush-package__price {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 1.375rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
    color: var(--wc-brush-accent) !important;
    letter-spacing: -0.02em !important;
    word-break: break-word !important;
  }

  /* Oszczędzasz — osobna linia, margines pod spodem żeby nic nie wpadało */
  .wc-brush-content .wc-brush-package__save {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: var(--wc-brush-accent-dark) !important;
    line-height: 1.4 !important;
  }

  /* Aktywna karta — wyraźna na telefonie */
  .wc-brush-content .wc-brush-package-input:checked + .wc-brush-package {
    border-color: var(--wc-brush-accent) !important;
    background: rgba(24, 179, 148, 0.07) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08), 0 0 0 2px var(--wc-brush-accent) !important;
  }
}

/* Hover */
.wc-brush-package-wrap:hover .wc-brush-package {
  border-color: var(--wc-brush-accent);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(24, 179, 148, 0.2);
  transform: translateY(-2px);
}

/* Selected (radio :checked) — mocny border, bardzo jasne tło akcentowe, mocniejszy cień */
.wc-brush-package-input:checked + .wc-brush-package {
  border-color: var(--wc-brush-accent);
  border-width: 2px;
  background: rgba(24, 179, 148, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12), 0 0 0 2px var(--wc-brush-accent);
}

.wc-brush-package-input:focus-visible + .wc-brush-package {
  outline: 2px solid var(--wc-brush-accent);
  outline-offset: 2px;
}

/* Recommended: mocniejszy cień już w stanie domyślnym, lepsza widoczność */
.wc-brush-package-wrap--recommended .wc-brush-package {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.wc-brush-package-wrap--recommended:hover .wc-brush-package,
.wc-brush-package-wrap--recommended .wc-brush-package-input:checked + .wc-brush-package {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12), 0 0 0 2px var(--wc-brush-accent);
}

/* Badge — mały, elegancki, poziomy */
.wc-brush-package__badge {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.65rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

/* „Darmowa dostawa”: subtelna kolorystyka */
.wc-brush-package__badge--soft {
  background: rgba(24, 179, 148, 0.08);
  color: var(--wc-brush-accent-dark);
}

/* „Najczęściej wybierane”: akcent, ale nie przytłaczający */
.wc-brush-package__badge--filled {
  background: var(--wc-brush-accent);
  color: var(--wc-brush-white);
}

/* Znacznik wyboru (check) po prawej — stała pozycja, wyrównane we wszystkich kartach */
.wc-brush-package__check {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 22px;
  height: 22px;
  border: 2px solid var(--wc-brush-border);
  border-radius: 50%;
  background: var(--wc-brush-white);
  opacity: 0;
  transition: opacity 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}

.wc-brush-package-input:checked + .wc-brush-package .wc-brush-package__check {
  opacity: 1;
  border-color: var(--wc-brush-accent);
  background: var(--wc-brush-accent);
}

/* Checkmark wyśrodkowany w kółku — translate(-50%,-50%) + rotate */
.wc-brush-package-input:checked + .wc-brush-package .wc-brush-package__check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid var(--wc-brush-white);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

/* Hierarchia: nazwa pakietu */
.wc-brush-package__title {
  display: block;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 0.25rem;
  padding-right: 2rem;
}

/* Opis ilości */
.wc-brush-package__sub {
  display: block;
  font-size: 0.8125rem;
  color: var(--wc-brush-text-muted);
  margin-bottom: 0.3rem;
  line-height: 1.4;
}

.wc-brush-package__scent {
  display: block;
  font-size: 0.75rem;
  color: var(--wc-brush-text-muted);
  opacity: 0.92;
  line-height: 1.35;
  margin-bottom: 0.85rem;
}

/* Stara cena — przekreślona, mniejsza, przygaszona */
.wc-brush-package__price-old {
  display: block;
  font-size: 0.875rem;
  color: var(--wc-brush-text-muted);
  text-decoration: line-through;
  margin-bottom: 0.15rem;
}

.wc-brush-package__price-lowest {
  display: block;
  font-size: 0.72rem;
  color: var(--wc-brush-text-muted);
  opacity: 0.9;
  line-height: 1.35;
  margin-bottom: 0.55rem;
}

/* Nowa cena — główny element karty, najbardziej widoczna */
.wc-brush-package__price {
  display: block;
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--wc-brush-accent);
  margin-top: auto;
  margin-bottom: 0.35rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .wc-brush-package__price {
    font-size: 1.875rem;
  }
}

/* Linia „Oszczędzasz X zł” */
.wc-brush-package__save {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--wc-brush-accent-dark);
  margin-bottom: 0.9rem;
}

/* Mały CTA w karcie — lekki, nie konkuruje z ceną */
.wc-brush-package__add {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--wc-brush-text-muted);
  text-decoration: none;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}

.wc-brush-package__add:hover,
.wc-brush-package__add:focus {
  color: var(--wc-brush-accent);
  outline: none;
}

/* Przycisk CTA */
.wc-brush-cta-btn {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  background: var(--wc-brush-accent);
  color: var(--wc-brush-white);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: var(--wc-brush-radius-sm);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.05s ease;
}

.wc-brush-cta-btn:hover,
.wc-brush-cta-btn:focus {
  background: var(--wc-brush-accent-dark);
  color: var(--wc-brush-white);
  outline: none;
}

.wc-brush-cta-btn:active {
  transform: scale(0.99);
}

/* Spinner na przycisku CTA w trakcie dodawania do koszyka */
@keyframes wc-brush-spin {
  to { transform: rotate(360deg); }
}

.wc-brush-cta-btn.loading,
.wc-brush-cta-btn.wc-brush-add-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.wc-brush-cta-btn.loading::after,
.wc-brush-cta-btn.wc-brush-add-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: wc-brush-spin 0.65s linear infinite;
}

/* Spinner na małych linkach „Dodaj do koszyka” w kartach */
.wc-brush-package__add.loading,
.wc-brush-package__add.wc-brush-add-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
  min-width: 1.25rem;
}

.wc-brush-package__add.loading::after,
.wc-brush-package__add.wc-brush-add-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  border: 2px solid rgba(24, 179, 148, 0.25);
  border-top-color: var(--wc-brush-accent);
  border-radius: 50%;
  animation: wc-brush-spin 0.65s linear infinite;
}

.wc-brush-cta-btn-hint {
  font-size: 0.75rem;
  color: var(--wc-brush-text-muted);
  margin: 0.5rem 0 1rem;
}

/* Mini benefity pod CTA — treści do lewej, ptaszek wyśrodkowany w pionie i poziomie */
.wc-brush-hero__benefits {
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  color: var(--wc-brush-text-muted);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wc-brush-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  line-height: 1.4;
}

.wc-brush-hero__benefits-icon {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border: 1.5px solid var(--wc-brush-accent);
  background: var(--wc-brush-accent-light);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-brush-hero__benefits-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 7px;
  border: solid var(--wc-brush-accent);
  border-width: 0 1.8px 1.8px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 480px) {
  .wc-brush-hero__benefits {
    font-size: 0.84rem;
  }

  .wc-brush-hero__benefits li {
    margin-bottom: 0.38rem;
    gap: 0.45rem;
  }

  .wc-brush-hero__benefits-icon {
    width: 16px;
    height: 16px;
  }
}

/* Placeholder zdjęć */
.wc-brush-image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--wc-brush-bg-alt);
  border: 2px dashed var(--wc-brush-border);
  border-radius: var(--wc-brush-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wc-brush-text-muted);
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
}

.wc-brush-image-placeholder::before {
  content: "Zdjęcie (placeholder)";
  opacity: 0.6;
}

.wc-brush-image-placeholder--small {
  aspect-ratio: 1;
  max-width: 200px;
  margin: 0 auto;
}

.wc-brush-image-placeholder--tall {
  aspect-ratio: 3 / 4;
  min-height: 320px;
}

/* Gdy wstawisz prawdziwe zdjęcie: użyj <img> wewnątrz lub zamiast .wc-brush-image-placeholder */
.wc-brush-image-placeholder img,
.wc-brush-content .wc-brush-hero__main-img img,
.wc-brush-content .wc-brush-hero__thumbs img,
.wc-brush-content .wc-brush-how__step-media img,
.wc-brush-content .wc-brush-hero-benefit__media img,
.wc-brush-content .wc-brush-audience__media img,
.wc-brush-content .wc-brush-contents__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--wc-brush-radius);
}

.wc-brush-content .wc-brush-hero__thumbs img {
  border-radius: var(--wc-brush-radius-sm);
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--wc-brush-transition), transform var(--wc-brush-transition);
}

.wc-brush-content .wc-brush-hero__thumbs img:hover {
  transform: translateY(-1px);
}

.wc-brush-content .wc-brush-hero__thumbs img.wc-brush-thumb--active {
  border-color: var(--wc-brush-accent);
}

/* --- 2. PROBLEM → ROZWIĄZANIE --- */
/* Wideo w sekcji problem → rozwiązanie */
.wc-brush-video-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto var(--wc-brush-gap);
  border-radius: var(--wc-brush-radius);
  overflow: hidden;
  background: var(--wc-brush-bg-alt);
  aspect-ratio: 1 / 1;
}

.wc-brush-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.wc-brush-problem-solution {
  background: var(--wc-brush-bg);
}

.wc-brush-problem-solution__title {
  margin-bottom: var(--wc-brush-gap);
}

.wc-brush-problem-solution__grid {
  display: grid;
  gap: var(--wc-brush-gap);
  margin-bottom: var(--wc-brush-gap);
}

@media (min-width: 768px) {
  .wc-brush-problem-solution__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.wc-brush-problem-solution__col {
  background: var(--wc-brush-white);
  padding: var(--wc-brush-gap);
  border-radius: var(--wc-brush-radius);
  box-shadow: var(--wc-brush-shadow);
}

.wc-brush-problem-solution__col--problem .wc-brush-list li::before {
  background: #c0392b;
}

.wc-brush-problem-solution__col--solution .wc-brush-list li::before {
  background: var(--wc-brush-accent);
}

.wc-brush-problem-solution__visual {
  margin-top: var(--wc-brush-gap);
}

.wc-brush-problem-solution__visual .wc-brush-image-placeholder {
  max-width: 500px;
  margin: 0 auto;
}

/* --- 3. KORZYŚCI (karty 2x2) --- */
.wc-brush-benefits {
  background: var(--wc-brush-white);
}

.wc-brush-benefits__grid {
  display: grid;
  gap: var(--wc-brush-gap);
}

@media (min-width: 600px) {
  .wc-brush-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.wc-brush-benefits__card {
  background: var(--wc-brush-bg);
  padding: var(--wc-brush-gap);
  border-radius: var(--wc-brush-radius);
  box-shadow: var(--wc-brush-shadow);
  transition: box-shadow 0.2s ease;
}

.wc-brush-benefits__card:hover {
  box-shadow: var(--wc-brush-shadow-hover);
}

.wc-brush-benefits__icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 1rem;
  border: 2px solid var(--wc-brush-accent);
  border-radius: var(--wc-brush-radius-sm);
  position: relative;
  background: var(--wc-brush-accent-light);
}

.wc-brush-benefits__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -58%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid var(--wc-brush-accent);
  border-bottom: 2px solid var(--wc-brush-accent);
}

.wc-brush-benefits__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.wc-brush-benefits__card-desc {
  font-size: 0.9375rem;
  color: var(--wc-brush-text-muted);
  margin: 0;
  line-height: 1.55;
}

/* --- 4. JAK TO DZIAŁA --- */
.wc-brush-how {
  background: var(--wc-brush-bg);
}

.wc-brush-how__steps {
  display: grid;
  gap: var(--wc-brush-gap);
  margin-top: var(--wc-brush-gap);
}

@media (min-width: 768px) {
  .wc-brush-how__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
  }
}

.wc-brush-how__step {
  text-align: center;
  background: var(--wc-brush-white);
  padding: var(--wc-brush-gap);
  border-radius: var(--wc-brush-radius);
  box-shadow: var(--wc-brush-shadow);
}

.wc-brush-how__step-num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--wc-brush-text-muted);
  margin-bottom: 1rem;
}

.wc-brush-how__step-media {
  margin-bottom: 1rem;
}

.wc-brush-how__step-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.wc-brush-how__step-desc {
  font-size: 0.9375rem;
  color: var(--wc-brush-text-muted);
  margin: 0;
}

/* --- 5. HERO BENEFIT --- */
.wc-brush-hero-benefit {
  background: var(--wc-brush-white);
}

.wc-brush-hero-benefit__grid {
  display: grid;
  gap: var(--wc-brush-gap);
  align-items: center;
}

@media (min-width: 768px) {
  .wc-brush-hero-benefit__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.wc-brush-hero-benefit__media {
  order: -1;
}

@media (min-width: 768px) {
  .wc-brush-hero-benefit__media {
    order: 0;
  }
}

.wc-brush-hero-benefit__title {
  font-size: 1.375rem;
  margin-bottom: var(--wc-brush-space-sm);
}

@media (min-width: 768px) {
  .wc-brush-hero-benefit__title {
    font-size: 1.625rem;
  }
}

.wc-brush-hero-benefit__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-brush-hero-benefit__list li {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.wc-brush-hero-benefit__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--wc-brush-accent);
  font-weight: 600;
}

/* --- 6. DLA KOGO --- */
.wc-brush-audience {
  background: var(--wc-brush-bg);
}

.wc-brush-audience__grid {
  display: grid;
  gap: var(--wc-brush-gap);
  align-items: center;
}

@media (min-width: 768px) {
  .wc-brush-audience__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.wc-brush-audience__list li {
  margin-bottom: 0.6rem;
}

.wc-brush-audience__media .wc-brush-image-placeholder,
.wc-brush-audience__media .wc-brush-audience__img {
  max-width: 420px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .wc-brush-audience__media .wc-brush-image-placeholder,
  .wc-brush-audience__media .wc-brush-audience__img {
    margin-left: 0;
  }
}

/* --- 7. ZAWARTOŚĆ ZESTAWU --- */
.wc-brush-contents {
  background: var(--wc-brush-white);
}

.wc-brush-contents__grid {
  display: grid;
  gap: var(--wc-brush-gap);
  align-items: start;
  margin-top: var(--wc-brush-gap);
}

@media (min-width: 768px) {
  .wc-brush-contents__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.wc-brush-contents__media {
  position: relative;
}

.wc-brush-contents__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wc-brush-contents__badge {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  background: var(--wc-brush-accent-light);
  color: var(--wc-brush-accent-dark);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.02em;
  border: 1px solid rgba(24, 179, 148, 0.3);
}

.wc-brush-contents__list {
  margin-bottom: 1rem;
}

.wc-brush-contents__list li {
  margin-bottom: 0.5rem;
}

.wc-brush-contents__note {
  font-size: 0.9375rem;
  color: var(--wc-brush-text-muted);
  margin: 0;
  font-style: italic;
}

.wc-brush-contents__scent-info {
  margin: 0 0 0.85rem;
}

.wc-brush-contents__scent-line {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--wc-brush-text);
}

.wc-brush-contents__scent-line:last-child {
  margin-bottom: 0;
}

.wc-brush-contents__scent-more {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(24, 179, 148, 0.22);
  background: rgba(24, 179, 148, 0.06);
  border-radius: var(--wc-brush-radius-sm);
}

.wc-brush-contents__scent-more p {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--wc-brush-text-muted);
}

.wc-brush-contents__scent-more p:last-child {
  margin-bottom: 0;
}

/* --- 8. SPECYFIKACJA --- */
.wc-brush-specs {
  background: var(--wc-brush-bg);
}

.wc-brush-specs__box {
  max-width: 560px;
  margin: var(--wc-brush-gap) auto 0;
  background: var(--wc-brush-white);
  border-radius: var(--wc-brush-radius);
  box-shadow: var(--wc-brush-shadow);
  overflow: hidden;
}

.wc-brush-specs__table {
  margin: 0;
  padding: 0;
  display: grid;
}

.wc-brush-specs__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid var(--wc-brush-border);
  align-items: center;
}

.wc-brush-specs__row:last-child {
  border-bottom: none;
}

.wc-brush-specs__row dt {
  margin: 0;
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--wc-brush-text-muted);
}

.wc-brush-specs__row dd {
  margin: 0;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: right;
}

/* --- 9. FAQ (details/summary) --- */
.wc-brush-faq {
  background: var(--wc-brush-white);
}

.wc-brush-faq__list {
  max-width: 640px;
  margin: var(--wc-brush-gap) auto 0;
}

.wc-brush-faq__item {
  border: 1px solid var(--wc-brush-border);
  border-radius: var(--wc-brush-radius-sm);
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.wc-brush-faq__item:last-child {
  margin-bottom: 0;
}

.wc-brush-faq__question {
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wc-brush-faq__question::-webkit-details-marker {
  display: none;
}

.wc-brush-faq__question::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--wc-brush-text-muted);
  transition: transform 0.2s ease;
}

.wc-brush-faq__item[open] .wc-brush-faq__question::after {
  transform: rotate(45deg);
}

.wc-brush-faq__answer {
  padding: 0 1.25rem 1rem;
  border-top: 1px solid var(--wc-brush-border);
}

.wc-brush-faq__answer p {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: var(--wc-brush-text-muted);
  line-height: 1.55;
}

/* --- 10. CTA SOFT --- */
.wc-brush-cta {
  background: var(--wc-brush-accent-light);
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(24, 179, 148, 0.2);
}

.wc-brush-cta__title {
  margin-bottom: 1rem;
}

.wc-brush-cta__text {
  font-size: 1rem;
  color: var(--wc-brush-text-muted);
  margin: 0 0 1.25rem;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.wc-brush-cta__link {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--wc-brush-accent);
  text-decoration: none;
  border: 2px solid var(--wc-brush-accent);
  border-radius: var(--wc-brush-radius-sm);
  transition: background 0.2s ease, color 0.2s ease;
}

.wc-brush-cta__link:hover,
.wc-brush-cta__link:focus {
  background: var(--wc-brush-accent);
  color: var(--wc-brush-white);
  outline: none;
}
.wc-brush-upsell-box {
  margin: 20px 0 16px;
}

.wc-brush-upsell-box__inner {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1.5px solid #d9e9e5;
  border-radius: 14px;
  padding: 12px;
  cursor: pointer;
  transition: .2s ease;
}

.wc-brush-upsell-box__inner:hover {
  border-color: #22b59a;
  box-shadow: 0 6px 14px rgba(34,181,154,.08);
}

.wc-brush-upsell-box__img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 10px;
}

.wc-brush-upsell-box__badge {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e9f8f4;
  color: #179d85;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

.wc-brush-upsell-box__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  color: #222;
}

.wc-brush-upsell-box__desc {
  margin: 0 0 6px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.wc-brush-upsell-box__price {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #22b59a;
}

.wc-brush-upsell-box__check {
  display: none;
}

.wc-brush-upsell-box__check-ui {
  width: 21px;
  height: 21px;
  border: 2px solid #22b59a;
  border-radius: 6px;
  display: block;
  position: relative;
}

.wc-brush-upsell-box__check:checked + .wc-brush-upsell-box__check-ui {
  background: #22b59a;
}

.wc-brush-upsell-box__check:checked + .wc-brush-upsell-box__check-ui::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .wc-brush-upsell-box__inner {
    grid-template-columns: 60px 1fr auto;
    gap: 10px;
  }

  .wc-brush-upsell-box__img {
    width: 60px;
    height: 60px;
  }

  .wc-brush-upsell-box__title {
    font-size: 14px;
  }

  .wc-brush-upsell-box__desc {
    font-size: 12px;
  }

  .wc-brush-upsell-box__price {
    font-size: 16px;
  }
}/* End custom CSS */