/* LAYOUT */

/* nadpisanie koloru tekstu w całym body */

body {
  color: #333 !important;
}

a {
    color: #333 !important;
    
}

#menu_categories [title="Kosmetyki z propolisem -15%"] {
    text-underline-offset: 3px !important;
    text-decoration: underline 2px rgb(218, 41, 28) !important;
}

#menu_categories [title="Kosmetyki z propolisem -15%"]:hover {
    text-decoration-color: #131200 !important;
}


:root {
  --color-label-promo-background: #DA291C;
  --color-promo-price: #DA291C;
}


#Filters.filters.mb-4 {
    padding: 20px 20px 5px 20px;
    border: 1px solid #fcbf00;
    border-radius: 15px;
}

.btn.--icon-right.d-block.pr-4 {
    color: #333;
}

.btn.p-md-0.mt-md-2 {
    color: #333;
    text-decoration: underline;
}



/* AKTYWACJA (zostaje jak było) */
#menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]{
  position: relative;
  padding-right: 30px;
/*  background: linear-gradient(to right, currentColor, #fcbf00) 0 100% / 100% 1px no-repeat; */
}
#menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]::after{
  content:"🎁";
  position:absolute; right:8px; top:50%;
  transform:translateY(-50%); font-size:14px; pointer-events:none;
}
#menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]:hover,
#menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]:focus-visible{
  background: linear-gradient(to right, currentColor, currentColor) 0 100% / 100% 1px no-repeat;
}

/* WYŁĄCZENIE: strona docelowa LUB sekcja „Zestawy prezentowe” */
html:has(link[rel="canonical"][href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i])
  #menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i],
#menu_categories2:has(.menu_categories_headline .menu_categories_label[title*="Zestawy prezentowe" i])
  ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]{
  background: none !important;
  font-weight: inherit;
}

html:has(link[rel="canonical"][href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i])
  #menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]::after,
#menu_categories2:has(.menu_categories_headline .menu_categories_label[title*="Zestawy prezentowe" i])
  ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]::after{
  content: none !important;
}

/* safety: hover też bez linii w tych stanach */
html:has(link[rel="canonical"][href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i])
  #menu_categories2 ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]:hover,
#menu_categories2:has(.menu_categories_headline .menu_categories_label[title*="Zestawy prezentowe" i])
  ul a[href*="/pomysly-na-prezent/zestawy-prezentowe/zestawy-prezentowe-z-mydlem" i]:hover{
  background: none !important;
}



/* 1) Domyślna prezentacja tylko dla obrazków .svg */
.nav-gfx img[src$=".svg"],
.nav-picture img[src$=".svg"] {
  width: 80px !important;
  height: auto !important;
  display: block !important;
  filter: none !important;
  image-rendering: auto;

  /* padding 3px góra/dół */
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  box-sizing: content-box;
}

/* 2) Tylko na hover/active – czarny kolor przez filtr dla .svg */
.nav-link:hover .nav-gfx img[src$=".svg"],
.nav-link:hover .nav-picture img[src$=".svg"],
.nav-item.active .nav-gfx img[src$=".svg"],
.nav-item.active .nav-picture img[src$=".svg"] {
  filter: grayscale(100%) brightness(0%) contrast(100%) !important;
}

/* 3) Wyciszenie efektów mogących powodować "skok" */
.nav-link,
.nav-link:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* 4) Stylowanie plików .webp z zaokrąglonymi rogami */
.nav-gfx img[src$=".webp"],
.nav-picture img[src$=".webp"] {
  border-radius: 15px !important;
  display: block !important;
  border: solid 3px #fcbf00;
}



/*-----------------------------------
  @font-face dla wszystkich wag Poppins
-----------------------------------*/

@font-face {
  font-family: 'Poppins';
  src: url('/data/include/cms/fonts/poppins/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/data/include/cms/fonts/poppins/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/data/include/cms/fonts/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/data/include/cms/fonts/poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/data/include/cms/fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/data/include/cms/fonts/poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


* Styl miniaturek hotspotu */ 

:root {
  --product-icon-background: transparent !important;
}

@media (min-width: 757px) {
  .hotspot__product .product__icon picture img {
    max-height: 28.2rem !important;
  }
}

/* Styl nagłówków Hotspotow */

.headline__name {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 16px;
    font-family: var(--font-family-headline);
    font-size: 30px;
    line-height: 1;
    color: #000000;
    text-transform: lowercase;
}
.headline__name::first-letter {
  /* potem pierwszy znak na wielką */
  text-transform: uppercase;
}

.headline__name::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 75px; height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
}

/* Nazwy produktów w Hotspotach */

/* Styl nazw produktów w hotspotach (np. "NOWOŚCI", "POLECANE") */

.hotspot a.product__name {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    font-family: 'Poppins';
    color: #252525;
    line-height: 1.7rem;
}

.hotspot a.product__name:hover {
  text-decoration: underline !important;
  text-decoration-color: #fcbf00 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 2px !important; /* opcjonalnie, estetyka */
}


/* WYGLAD LISTINGÓW */

.product__icon img { /* Zaokrąglenia grafik */
    border-radius: 20px 20px 20px 20px;
}

.headline { /* Nagłówki listingów */ 
    letter-spacing: inherit;
}



/* ============================================================
   AE DESC 1.001 | Overwrite CMS Editor
   Sekcje: Powitanie
   Date: 23.06.2025
   ============================================================ */

._ae_desc .powitanie__paragraph {
  margin: 0 0 1em !important;
}

._ae_desc .powitanie__subtitle {
  margin: 25px 0 13px !important;
}


/* ============================================================
   Sekcja Powitalna 1.31 | Video + Headline
   Date: 30.06.2025 11:29
   ============================================================ */


.powitanie {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  box-sizing: border-box;
  height: 576px;
}

.powitanie__text,
.powitanie__image {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  box-sizing: border-box;
}

.powitanie__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.powitanie__title {
  position: relative;
  margin: 0 0 26px;
  padding: 0 0 14px;
  font-family: var(--font-family-headline);
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  display: flex;
  flex-direction: column;
}

.powitanie__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
}

.powitanie__tagline-inside {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #555;
  margin-top: 10px;
  line-height: 1.3;
}

.powitanie__paragraph {
  margin: 0 0 1em;
  line-height: 1.5;
}

.powitanie__subtitle {
  margin: 25px 0 13px;
  font-family: var(--font-family-headline);
  font-size: 22px;
  line-height: 1;
  color: #000;
  position: relative;
}
.powitanie__subtitle::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 10px;
  background-color: #fcbe00;
  border-radius: 2px;
}

.powitanie__socials {
  display: flex;
  gap: 14px;
}

.social-box {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  text-decoration: none;
}

.social-box.instagram  { background-color: #E1306C; }
.social-box.facebook   { background-color: #1877F2; }
.social-box.youtube    { background-color: #FF0000; }
.social-box.tiktok     { background-color: #000000; }
.social-box.pinterest  { background-color: #E60023; }

.social-box__logo {
  width: 16px;
  height: 16px;
  pointer-events: none;
  z-index: 1;
}

.social-box:hover {
  background-color: #fcbf00;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.powitanie__video-wrapper {
  position: relative;
  width: 100%;
  height: 576px;
  overflow: hidden;
  border-radius: 25px;
  background: #fff;
}

.powitanie__video-crop {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  overflow: hidden;
  background: #fff;
  clip-path: inset(0 0 0 0);
}

.powitanie__video-crop iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background-color: transparent;
  object-fit: cover;
}

.powitanie__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: transparent;
}

@media (max-width: 768px) {
  .powitanie {
    flex-direction: column;
    height: auto;
  }

  .powitanie__text {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .powitanie__text,
  .powitanie__image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .social-box {
    width: 40px;
    height: 40px;
  }

  .social-box__logo {
    width: 20px;
    height: 20px;
  }

  .powitanie__image--desktop-only {
    display: none !important;
  }
}

/* ============================================================
   Popularne kategorie 1.00 | Opis
   Sekcje: 
   Date: 
   ============================================================ */
   
   
.kategorie-promo__heading {
  font-family: var(--font-family-headline, sans-serif);
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 25px;  /* zwiększony odstęp o dodatkowe 5px */
  position: relative;
  display: inline-block;
  position: relative;
  display: inlne-block;
}
.kategorie-promo__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;       /* zwiększony odstęp o 5px */
  width: 50px;
  height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
}

/* ——— Sekcja Kategorie Promo (Grid, full width) ——— */
.kategorie-promo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* ——— Pojedynczy box jako <a> z tłem i tekstem ——— */
.kategorie-promo__item {
  position: relative;
  height: 320px;                   
  background-size: cover;
  background-position: center;     
  background-repeat: no-repeat;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;

  /* domyślne zmienne overlayu */
  --overlay-height: 50%;
  --overlay-color: rgba(0, 0, 0, 0.6);
}

/* ——— Gradientowy overlay z użyciem CSS var ——— */
.kategorie-promo__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--overlay-height);
  background: linear-gradient(transparent, var(--overlay-color));
  z-index: 0;
}

/* ——— Tytuł na gradientowym tle ——— */
.kategorie-promo__title {
  margin: 0;
  font-family: var(--font-family-headline, sans-serif);
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  display: inline-block;
  transition: transform 0.3s ease;      /* animacja przesunięcia */
}
.kategorie-promo__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
  z-index: 1;
  transition: width 0.3s ease;         /* animacja podkreślenia */
}

/* ——— Hover: animacja przesunięcia tytułu i podkreślenia ——— */
.kategorie-promo__item:hover .kategorie-promo__title {
  transform: translateY(-5px);
}
.kategorie-promo__item:hover .kategorie-promo__title::after {
  width: 80px;
}

/* ——— Backgroundy i indywidualne kolory overlayu ——— */
.item-1 {
  background-image: url('/data/include/cms/layout/home/kat_1_mydla-naturalne-2.webp');
  --overlay-color: rgba(0, 0, 0, 0.8);
}
.item-2 {
  background-image: url('/data/include/cms/layout/home/kat_2_dezodoranty-w-kremie.webp');
  --overlay-color: rgba(0, 0, 0, 0.8);
}
.item-3 {
  background-image: url('/data/include/cms/layout/home/kat_3_balsamy-do-ciala.webp');
  --overlay-color: rgba(0, 0, 0, 0.8);
}
.item-4 {
  background-image: url('/data/include/cms/layout/home/kat_4_perfumy-w-wosku.webp');
  --overlay-color: rgba(0, 0, 0, 0.8);
}
.item-5 {
  background-image: url('/data/include/cms/layout/home/kat_5_kosmetyki-dla-dzieci.webp');
  --overlay-color: rgba(0, 0, 0, 0.8);
}
.item-6 {
  background-image: url('/data/include/cms/layout/home/kat_6_balsamy-do-ust.webp');
  --overlay-color: rgba(0, 0, 0, 0.8);
}

/* ——— Retina (2×) ——— */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .item-1 { background-image: url('/data/include/cms/layout/home/kat_1_mydla-naturalne-2-retina.webp'); }
  .item-2 { background-image: url('/data/include/cms/layout/home/kat_2_dezodoranty-w-kremie.webp'); }
  .item-3 { background-image: url('/data/include/cms/layout/home/kat_3_balsamy-do-ciala.webp'); }
  .item-4 { background-image: url('/data/include/cms/layout/home/kat_4_perfumy-w-wosku.webp'); }
  .item-5 { background-image: url('/data/include/cms/layout/home/kat_5_kosmetyki-dla-dzieci.webp'); }
  .item-6 { background-image: url('/data/include/cms/layout/home/kat_6_balsamy-do-ust.webp'); }
}

/* ——— Tablet: 3 kolumny ——— */
@media (max-width: 1024px) {
  .kategorie-promo {
    grid-template-columns: repeat(3, 1fr);
  }
  .kategorie-promo__item {
    height: 280px;
  }
}

/* ——— Mobile: 1 kolumna ——— */
@media (max-width: 768px) {
  .kategorie-promo {
    grid-template-columns: 1fr;
  }
  .kategorie-promo__item {
    height: auto;
    min-height: 220px;
  }
}

/* ============================================================
   Poznaj mnie 1.08 | WCAG Ready
   Sekcje: Homepage, Pierwsza strefa
   Date: 23-06-2025 21:08
   zmodyfikowane: box-shadow dla focus; przywrócony porządek DOM
   ============================================================ */

.poznaj-mnie {
  display: flex;
  gap: 20px;
  padding: 0 90px;
  margin-top: 80px;
  margin-bottom: 40px;
  box-sizing: border-box;
  align-items: center;
}

.poznaj-mnie__image,
.poznaj-mnie__content {
  flex: 0 0 calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}

/* obrazek */
.poznaj-mnie__image {
  overflow: hidden;
  border-radius: 25px;
}
.poznaj-mnie__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.poznaj-mnie__image-link:focus {
  /* żółty glow zamiast outline */
  box-shadow: 0 0 0 4px rgba(252, 190, 0, 0.8);
}
.poznaj-mnie__image-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 25px;
  transition: transform .3s ease, filter .3s ease, box-shadow .3s ease;
}
.poznaj-mnie__image-link:hover img,
.poznaj-mnie__image-link:focus img {
  transform: scale(1.05);
  filter: brightness(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* sekcja tekstowa */
.poznaj-mnie__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 20px;
}

/* H2: tytuł sekcji */
.poznaj-mnie__title {
  margin: 0 0 8px;
  font-family: var(--font-family-headline);
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}

/* H3: podtytuł jako link + żółta kreska pod spodem */
.poznaj-mnie__subtitle {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.3;
}
.poznaj-mnie__subtitle-link {
  font-family: 'Poppins', sans-serif; /* globalnie zaimportowany */
  font-weight: 300;
  font-size: 24px;
  color: #555;
  text-decoration: none;
  display: inline-block;
}
.poznaj-mnie__subtitle-link:focus {
  box-shadow: 0 0 0 3px rgba(252, 190, 0, 0.8);
}
.poznaj-mnie__subtitle-link:hover {
  text-decoration: underline;
  text-decoration-color: #fcbf00;
}
.poznaj-mnie__subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;  /* tu regulujesz odległość kreski od H3 */
  width: 75px;
  height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
}

/* przycisk rabatowy */
.poznaj-mnie__discount-link {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 13px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1;
  color: #ffffff !important;
  background-color: #DA291C;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.poznaj-mnie__discount-link:hover {
  background-color: #fcbf00;
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.poznaj-mnie__discount-link:focus {
  outline: 3px solid #000;
  outline-offset: 3px;
}

/* opis produktu */
.poznaj-mnie__paragraph {
  margin: 0 0 9px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

/* stopka oferty */
.poznaj-mnie__offer {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #666;
}

/* --------------------------------------------------
   Po 1000px → układ „stacked” jak w mobile
   -------------------------------------------------- */
@media (max-width: 1000px) {
  .poznaj-mnie {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
    align-items: stretch;
  }
  .poznaj-mnie__content {
    order: -1;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .poznaj-mnie__image,
  .poznaj-mnie__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .poznaj-mnie__image-link img {
    width: 100%;
    height: auto;
  }
}

/* --------------------------------------------------
   Mobile (poniżej 768px)
   -------------------------------------------------- */
@media (max-width: 768px) {
  .poznaj-mnie {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
    align-items: stretch;
  }
  .poznaj-mnie__content {
    order: -1;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .poznaj-mnie__image,
  .poznaj-mnie__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .poznaj-mnie__image-link img {
    width: 100%;
    height: auto;
  }
}





/* Styl miniaturek hotspotu */ 

:root {
  --product-icon-background: transparent !important;
}

@media (min-width: 757px) {
  .hotspot__product .product__icon picture img {
    max-height: 28.2rem !important;
  }
}




/* ---- WYgląd bloga na stronie głównej test ---- */

@media (min-width: 979px) {
    .article__image_wrapper, .article__image_wrapper img {
        height: 38rem;
        max-height: 39rem;
        border-radius: 25px;
    }
}


/* ============================================================
   Promo Footer Products – pełny CSS z CTA pod nagłówkiem
   ============================================================ */

.promo-footer-products__heading {
  font-family: var(--font-family-headline, sans-serif);
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.promo-footer-products__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 50px;
  height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
}

/* Nowy element “Zobacz” */
.promo-footer-products__cta {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #555;
  margin-top: 5px;
  line-height: 1.3;
}

/* grid layout */
.promo-footer-products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* pojedynczy box */
.promo-footer-products__item {
  position: relative;
  height: 238px;                  /* desktop: proporcja 3:4 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  --overlay-height: 75%;
  --overlay-color: rgba(0, 0, 0, 0.8);
}
.promo-footer-products__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--overlay-height);
  background: linear-gradient(transparent, var(--overlay-color));
  z-index: 0;
}

/* tytuł */
.promo-footer-products__title {
  margin: 0;
  font-family: var(--font-family-headline, sans-serif);
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  z-index: 1;
}

/* opis */
.promo-footer-products__description {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  font-weight: inherit;
}
.promo-footer-products__description::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #fcbe00;
  border-radius: 2px;
  z-index: 1;
  transition: width 0.3s ease;
}
.promo-footer-products__item:hover .promo-footer-products__description::after {
  width: 80px;
}

/* indywidualne tła */
.promo-footer-products__item--1 {
  background-image: url('/data/include/cms/layout/global/footer_products_sen-o-paryzu.webp');
}
.promo-footer-products__item--2 {
  background-image: url('/data/include/cms/layout/global/footer_products_pumeks.webp');
}
.promo-footer-products__item--3 {
  background-image: url('/data/include/cms/layout/global/footer_products_hydrolat.webp');
}
.promo-footer-products__item--4 {
  background-image: url('/data/include/cms/layout/global/footer_products_peeling.webp');
}
.promo-footer-products__item--5 {
  background-image: url('/data/include/cms/layout/global/footer_products_szampon.webp');
}
.promo-footer-products__item--6 {
  background-image: url('/data/include/cms/layout/global/footer_products_olejek.webp');
}

/* Retina (2×) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .promo-footer-products__item--1 { background-image: url('/data/include/cms/layout/global/footer_products_sen-o-paryzu.webp'); }
  .promo-footer-products__item--2 { background-image: url('/data/include/cms/layout/global/footer_products_pumeks.webp'); }
  .promo-footer-products__item--3 { background-image: url('/data/include/cms/layout/global/footer_products_hydrolat.webp'); }
  .promo-footer-products__item--4 { background-image: url('/data/include/cms/layout/global/footer_products_peeling.webp'); }
  .promo-footer-products__item--5 { background-image: url('/data/include/cms/layout/global/footer_products_szampon.webp'); }
  .promo-footer-products__item--6 { background-image: url('/data/include/cms/layout/global/footer_products_olejek.webp'); }
}

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .promo-footer-products {
    grid-template-columns: repeat(3, 1fr);
  }
  .promo-footer-products__item {
    height: 280px;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .promo-footer-products {
    grid-template-columns: 1fr;
  }
  .promo-footer-products__item {
    height: auto;
    min-height: 220px;
  }
}


.product__prices .price.--convert {
    display: none;
}

.product__prices .price.--points {
    display: none;
}

.article__more_link {
    display: none;
}

.product__prices .price.--omnibus, .product__prices .price.--max, .product__prices .price.--before-rebate, .product__prices .price.--new-price {
    font-size: 10px;
}

.label_icons {
	margin: 0px 0px 13px -6px;
}

#footer_links .footer_links_label {
    font-size: 20px;
    color: #000000;
}

/*  -----------------------
    Temporary Labels colors
    -----------------------
    Wersja: 1.02
    Data: 11.07.2025, 10:29
    -----------------------   */

.label.--bargain {
    background: #DA291C;
}

.label.--bestseller {
    background: #FFD700;
    color: #333;
    font-weight: bold;
}



/*
 *  ------------------------
 *  Temporary Buttons styles
 *  ------------------------
 *  Wersja: 1.02
 *  Data: 11.07.2025, 12:04
 *  ------------------------
 */

.btn.--large.--solid {
    background: #fcbf00;
    border: none;
    color: #000;
}

.btn.--large.--solid:hover {
    background: #000000;
    border: none;
    color: #fcbf00 !important;
}


/* Temporary */


.btn.--medium.--solid {
    color: #000;
}

.btn.--medium.--solid:hover {
    color: #fcbf00 !important;
    background: #000;
}


/* Testing */

.product__icon img {
  max-height: none !important;
}

.product__name {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    font-family: 'Poppins';
    color: #000;
    line-height: 1.7rem;
}

/*
.hotspot a.product__name:hover {
  text-decoration: underline !important;
  text-decoration-color: #fcbf00 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 2px !important;
}
*/

.product_name__name {
    color: #131200;
    font-size: 3rem !important;
    line-height: 3.3rem;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 20px 0px !important;
}


.product_name__block.--description {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.4rem;
}


#projector_productname .label_icons {
  margin: 0 !important;
}


.projector_prices__unit_converted_price {
    color: #838383
}

.projector_status__info_amount {
    display: none;
}

.projector_stocks__info .projector_info__link.--link {
    display: none;
}

#CDT .number {
    background: #DA291C;
}

/*  -----------------------
    Menu Decorations
    Wersja: 1.00
    Data: 11.07.2025, 10:29
    ------------------------   */

#menu_categories [title="Letnie niezbędniki -15%"],
.nav-link-wrapper [title="Letnie niezbędniki -15%"] {
    text-decoration: underline !important;
    text-decoration-color: #ff0002 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    font-weight: bold;
}

#menu_categories [title="Letnie niezbędniki -15%"]:hover {
    text-decoration-color: #131200 !important;
}

#menu_categories [title="Kosmetyki"],
#menu_categories [title="Świece"],
#menu_categories [title="Herbaty"],
#menu_categories [title="Dom"],
#menu_categories [title="Miody"] {
    text-decoration: underline !important;
    text-decoration-color: #fcbf00 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
}

#menu_categories [title="Kosmetyki"]:hover,
#menu_categories [title="Świece"]:hover,
#menu_categories [title="Herbaty"]:hover,
#menu_categories [title="Dom"]:hover,
#menu_categories [title="Miody"]:hover {
    text-decoration-color: #131200 !important;
}



/*  -----------------------
    Wyszukiwarka Premium
    Wersja: 1.00
    Data: 09.97.2025, 13:27
    ------------------------   */

#menu_search .search_result__label {
    font-size: 1.7rem;
    font-family: Poppins, sans-serif;
    color:#131200;
    margin-bottom: 2.5rem;
    position: relative;
}

#menu_search .search_result__label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 75px;
    height: 2px;
    background-color: #fcbe00;
    border-radius: 2px;
}

#menu_search .search_result__sub.--categories .search_result__items .search_result__item {
    border-radius: 0.5rem;
    padding: 1rem 1rem 0.8rem 1rem !important;
    font-size: 1.2rem !important;
}

#menu_search .search_result__item.--producer {
    display: none !important;
}

#menu_search .search_result__item.--menu {
    background: #FCBF00;
    color: #131200 !important;
    border: 1px solid #131200 !important;
}

#menu_search .search_result__item.--menu:hover {
    background: #131200;
    color: #ffb300 !important;
    border-color: #131200 !important; 
}

#menu_search .search_result__item.--series {
    background: #ffffff;
    color: #131200 !important;
    border: 1px solid #131200 !important;
}

#menu_search .search_result__item.--series:hover {
    background: #131200;
    color: #ffffff !important;
    border-color: #131200 !important;
}

#menu_search .search_result__name_wrapper {
    font-size: 13px !important;
    line-height: 1.6rem;
    color: #252525;
}
#menu_search .search_result__name:hover{
    text-decoration: underline !important;
    text-decoration-color: #fcbf00 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
}

@media (min-width: 979px) {
    #menu_search .search_result__icon {
        width: 105px;
        margin-right: 0;
        margin-bottom: 7px;
        border-radius: 10px;    }
}

#menu_search .search_result__item.--button-all {
    background: #ffffff;
    padding: 15px 20px;
    color: #131200 !important;
    border: 1px solid #131200;
}
#menu_search .search_result__item.--button-all:hover {
    background: #131200;
    color: #fff !important;
    border-color: #131200 !important; 
}

/*
 *  -----------------------
 *    Old Template Styles
 *  -----------------------
 *  Wersja: 1.05
 *  Data: 14.07.2025, 09:17
 *  -----------------------
 *
 */


.info-estetyka-box {
    margin: 25px 0 25px 0;
    border-color: #fcbf00;
    padding: 10px 25px 10px 25px !important;
    border-radius: 15px;
    background-color: #fcbf00;
}

.info-estetyka-icon {
    float: left;
    margin-top: 17px;
    margin-right: 20px;
    margin-bottom: 3px;
    width: 4em;
}

.info-estetyka-text {
    line-height: 1.4 !important;
    color: #000000 !important;
}

/* .karta-opis-standard {
    font-size: 14px;
    line-height: 1.9rem !important;
    color: #000000 !important;
}
*/

.naglowek-h2-standard {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.6em !important;
    line-height: 1.2 !important;
    color: #333;
}

.search_categoriesdescription_next cm expanded ol ul a{
    font-size: 14px;
    line-height: 1.9rem !important;
    color: #000000 !important;
}



/*  -----------------------
    Oszczędż kupując...
    -----------------------
       Wersja: 1.12
       Data: 25.07.2025
    -----------------------   */



.hotspot.--bundle .product__icon {
    border: 2px solid #DA291C;
    border-right: 0;
    padding-left: 15px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fffbfd;
}

.hotspot.--bundle .product__wrapper {
    border: 2px solid #DA291C;
    border-left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fffbfd;
}

@media (max-width: 756px) {
    .hotspot.--bundle .product__icon,
    .hotspot.--bundle .product__wrapper {
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        padding-left: 0 !important;
    }
}


#projector_in_bundle .label.--bargain {
    margin: 0px 0px 6px 6px;
}

#projector_in_bundle .product__name {
    color: #000 !important;
    font-size: 1.8rem !important;
    line-height: 1.2;
    font-weight: 700 !important
}

#projector_in_bundle .product__prices .price.--max {
    font-style:  bold;
}

#projector_in_bundle a.product__name:hover {
    text-decoration-color: #DA291C !important;
    line-height: 1.2;
}

#projector_in_bundle .product__see {
    display: none !important;
}

#product__prices.--omnibus .price {
  color: #DA291C !important;
}

#projector_in_bundle .products:not(.swiper-wrapper):not(.hotspot-associated) {
    gap: inherit;
}

.product__prices.--omnibus {
    color: #000
}


/*
 *  -----------------------
 *   KARTA Gallery Slider
 *  -----------------------
 *  Wersja: 1.09
 *  Data: 18.07.2025, 09:20
 *  -----------------------
 *
 */

.photos__slider {
    border-radius: 25px;
}

#photos_nav_list .swiper-wrapper {
    --thumbnails-border: 1px solid #FBFAF6;
    --thumbnails-border-active: 2px solid #fcbf00;
    --thumbnails-border-hover: 2px solid #fcbf00;
    --thumbnails-border-radius: 10px;
    --thumbnails-more-button-color: #000000;
}

#photos_nav_list .photos__photo.--nav {
    max-height: none;
}

#photos_nav_list .photos__photo.--nav:active {
    max-height: none;
}

#galleryModal, .photos {
    --thumbnails-height: 68px;
    --thumbnails-size: 72px;
}

@media (min-width: 979px) {
    .photos__slider {
        margin-left: 1.5vw;
    }
    .modal__content .photos__slider {
        margin-left: 0 !important;
    }
}

/*
 *  ------------------------
 *    Add to Cart Styling
 *  ------------------------
 *      Wersja: 1.13
 *      Data: 22.07.2025
 *  ------------------------
 */

.projector_bundle__info .projector_bundle__name_value {
    text-decoration: underline !important;
    text-decoration-color: #fcbf00 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}

#projector_maxprice_percent {
  color: #fff !important;
  background: #DA291C;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: .4em .3em .5em .5em;
  border-radius: 4px;
  display: inline-block; 
  line-height: 1;
  margin-left: 0.5em; 
}

#projector_form .projector_bundle .f-dropdown .f-dropdown-toggle, #projector_form .projector_bundle select:not(.f-select-select) {
    width: 180px;
}

#projector_form .projector_bundle__label {
    color: #000;
    margin-bottom: 1rem;
}

#projector_form .projector_bundle__icon img {
    border-radius: 5px;
}

#projector_form .projector_prices__price {
    font-family: Poppins, sans-serif;
}

#projector_form .projector_prices__lowest_price {
    margin-top: 15px;
}

a[href="https://miodowamydlarnia.pl/pl/search.html?forpoints=y"] {
  display: none !important;
}

.product__promo .price.--max .price_percent {
    background: #DA291C;
    color: #fff;
    font-size: 15px;
    padding: 2px 5px;
    border-radius: 5px;
}

#projector_form .projector_variants__label, #projector_form .projector_multiversions__label {
    display: inherit;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 0px 0px 10px 0px;
}

#projector_form .projector_variants__label:after, #projector_form .projector_multiversions__label:after {
    display: none;
}
    
@media (min-width: 1200px) {
    #projector_form .projector_variants {
         display: block !important;
    }
}

@media (min-width: 1200px) {
    #projector_form .projector_variants__label, #projector_form .projector_multiversions__label {
        width: 380px;
    }
}

/* Stylizacja kart */

.section.longdescription.cm p,
.section.longdescription.cm ul,
.section.longdescription.cm ol {
    font-size: 16px; 
    line-height: 24px!important;
}

.section.longdescription.cm h2 {
    margin: 40px 0px 16px 0px;
    font-size: 27px;   
    line-height: 34px;  
}

/* Stylizacja kategorii */

section.search_description.--bottom.cm p,
section.search_description.--bottom.cm ul,
section.search_description.--bottom.cm ol {
    font-size: 16px; 
    line-height: 24px;
}

section.search_description.--bottom.cm h2 {
    font-family: var(--font-family-headline);
    font-size: 27px!important;   
    line-height: 34px!important;;  
    margin: 48px 0px 16px 0px;  
}

section.search_description.--bottom.cm h3 {
    font-family: var(--font-family-headline);
    font-size: 23px;  
    line-height: 29px;  
    margin: 40px 0px 16px 0px; 
}

section.search_description.--bottom.cm h5 {
    font-family: var(--font-family-headline);
    font-size: 19px; 
    line-height: 24px; 
    margin: 24px 0px 16px 0px; 
}

section.search_description.--bottom.cm h4 {
    font-family: var(--font-family-headline);
    font-size: 21px;
    line-height: 26px;  
    margin: 32px 0px 16px 0px;
}

/* Old website css */

.naglowek-h2-intro {
    font-family: var(--font-family-headline);
    font-size: 32px!important; 
    line-height: 40px!important;
    margin: 56px 0px 36px 0px!important; 
    position: relative;
}

.naglowek-h2-intro::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; 
    width: 75px;
    height: 2px;
    background-color: #fcbe00;
    border-radius: 2px;
}

section.search_description.--bottom.cm h2.naglowek-h2-intro {
    font-family: var(--font-family-headline);
    font-size: 32px!important; 
    line-height: 40px!important;
    margin: 56px 0px 36px 0px!important;
    position: relative;
}

section.search_description.--bottom.cm h2.naglowek-h2-intro::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; 
    width: 75px;
    height: 2px;
    background-color: #fcbe00;
    border-radius: 2px;
}

.naglowek-h2-intro-pseudo {
    font-family: var(--font-family-headline);
    font-size: 32px!important; 
    line-height: 40px!important;
    margin: 56px 0px 36px 0px!important;
    position: relative;
}

.naglowek-h2-intro-pseudo::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; 
    width: 75px;
    height: 2px;
    background-color: #fcbe00;
    border-radius: 2px;
}

.karta-opis-standard {
    font-size: 16px!important;
    line-height: 24px!important;
    color: #000;
}


.naglowek-h2-standard {
    font-family: var(--font-family-headline);
    font-size: 27px!important;   
    line-height: 34px!important;  
    margin: 48px 0px 16px 0px!important;
}

/* Stylizacja kategorii i filtrów pionowych */

#menu_categories2 {
    position: relative;
    z-index: 0;            /* tworzy kontekst */
    background: url(/data/include/cms/layout/global/menu_categories2-tlo_standard1.webp) left top / auto repeat;
    overflow: hidden;
    padding: 25px;
    border-radius: 15px;
}

#menu_categories2 ul {
  list-style: disc;       /* standardowa kropka */
  padding-left: 1em;    /* odsuniecie, by marker był widoczny */
  margin: 0;
}

#menu_categories2 li::marker {
  color: #876500;          /* kolor kropki */
  font-size: 1em;     /* opcjonalnie rozmiar markera */
}

#menu_categories2 ul li {
  list-style-position: outside; /* marker na zewnątrz (domyślnie) */
}

#menu_categories2 ul li a {
    color: #000!important;
    font-size: 14px;
    text-decoration: underline solid 1px #b48700;
    
}

#menu_categories2::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(252,191,0,.70);
  z-index: -1;          /* pod zawartością */
  pointer-events: none;
}

.menu_categories_label.menu_go_up {
    color: #000!important;
}

#menu_categories2 .menu_categories_label {
    color: #000!important;
    font-size: 16px;
    font-family:'Poppins', sans-serif
}

#menu_categories2 ul li a.active {
        color: #000!important;
}

#menu_categories2 .menu_categories_headline .menu_categories_label ul {
    color: #000!important;
}

#menu_categories2 .menu_categories_headline .menu_go_up:after {
    color: #000!important;
    padding: 5px 8px 4px 7px;
    border: 1px solid #000!important;
    border-radius: 5px;
}

#menu_categories2 ul.no_active > li > a {
  color: #000 !important;
  text-decoration: underline solid 1px #b48700;
}

@media (min-width: 1024px) {
  .filters__price .filters__options button[type="submit"] { 
    display: none !important; 
  }
}

.search_description__wrapper > p {
    font-size: 16px;
    line-height:24px;
}

h1.search_name__label.headline .headline__name {
    margin: 0;
}

@media (min-width: 757px) {
    .search_name {
        margin: 10px 0px 0px 0px;
    }
}

@media (min-width: 757px) {
    .s_paging {
        margin: 20px -0.75rem 0px -0.75rem;
    }

    
@media (min-width: 757px) {
    .search_name__total {
        padding-bottom: 2px;
    }
}

/* Promocje */
#filter_dual_content label.f-label[for="filter_promotion_y"] > .--name {
    background: #da291c !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 8px;
}

/* Bestsellery */
#filter_dual_content label.f-label[for="filter_bestseller_y"] > .--name {
    background: #FFD700;
    font-size: 10px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 8px;
}


#filter_list .filter_list_content > a.btn {
    width: auto;
    background: #000;
    color: #fff !important;
}

.f-group.--file .f-control:focus + .f-label, .f-group.--checkbox .f-control:focus + .f-label, .f-group.--radio .f-control:focus + .f-label, .f-group.--file .f-control.focused + .f-label, .f-group.--checkbox .f-control.focused + .f-label, .f-group.--radio .f-control.focused + .f-label {
    color: #333;
}

/*  -----------------------
    Blog Miodowej Mydlarni
    -----------------------
       Wersja: 1.05
       Data: 25.08.2025
    -----------------------   */



.blog-item_sub.cm p,
.blog-item_sub.cm ul,
.blog-item_sub.cm ol {
    font-size: 16px !important;
    line-height: 24px !important;
}

.blog-item_sub.cm h2 {
    font-family: var(--font-family-headline);
    font-size: 27px!important;   
    line-height: 34px!important;;  
    margin: 48px 0px 16px 0px;
}

#blog-item img.blog_image {
    float: right!important;
    margin: 0px 0px 20px 20px!important;
    max-width: 50%!important;
    display: inline-block!important;
    border-radius: 15px!important;
}

#blog-item .big_label {
    display: block;
    text-align: left;
    text-transform: none;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 16px;
    font-family: var(--font-family-headline);
    font-size: 32px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0px;
}

#blog-item .big_label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background-color: #fcbe00;
    border-radius: 2px;
}

/*  -----------------------
    Blog Miodowej Mydlarni
    -----------------------
       Wersja: 1.05
       Data: 25.08.2025
    -----------------------   */



.blog-item_sub.cm p,
.blog-item_sub.cm ul,
.blog-item_sub.cm ol {
    font-size: 16px !important;
    line-height: 24px !important;
}

.blog-item_sub.cm h2 {
    font-family: var(--font-family-headline);
    font-size: 27px!important;   
    line-height: 34px!important;;  
    margin: 48px 0px 16px 0px;
}

#blog-item img.blog_image {
    float: right;
    margin: 0px 0px 20px 20px;
    max-width: 50%;
    display: inline-block;
    border-radius: 15px;
}

#blog-item .big_label {
    display: block;
    text-align: left;
    text-transform: none;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 16px;
    font-family: var(--font-family-headline);
    font-size: 32px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0px;
}

#blog-item .blog_image {
    float: right;
    margin: 0px 0px 20px 20px;
    max-width: 50%;
    display: inline-block;
    border-radius: 15px;
}

#menu_categories [title="Na prezent"]::before {
    content: "🎁"; /* ikona emoji prezentu, albo ikonka z Font Awesome */
    margin-right: 2px; /* odstęp od tekstu */
    font-size: 1em; /* wielkość ikony */
    display: inline-block; /* żeby zachować odstęp */
    vertical-align: middle; /* wyrównanie do tekstu */
}



/* Karta produktu odstep */

#projector_longdescription {
  margin-top: 30px !important;
}


/* 28.08.2025 1.031 */