/* # # # # # # # # # # # # # # # # # #   TŁO WALENTYNKOWE    # # # # # # # # # # # # # # # # # # */

/* Wyłączamy tło na body, bo będzie na warstwie pseudo-elementu */
body {
  background: none;
  position: relative;
  overflow-x: hidden;
}

/* Warstwa tła z parallax */
body::before {
  content: "";
  position: fixed;            /* stabilna warstwa względem viewport */
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;

  background-image: url("/data/include/cms//Serca-bok.jpg");
  background-repeat: repeat-y;        /* powielanie w dół */
  background-position: center 0px; /* Y będzie sterowane w JS */
  background-size: 100% auto;         /* szerokość = 100% ekranu */

  transform: translate3d(0, 0, 0);    /* będzie nadpisywane w JS */
  will-change: transform;
}

/* Dodatkowe ustawienia przezroczystego tla stref */

ul.navbar-subnav.--cols5 {
  background-image: url(/data/include/cms//Menu_Tlo_bb.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

#menu_contact {
  background: transparent;
}

#menu_contact ul {
  background: transparent;
}


@media (min-width: 979px) {
    header.commercial_banner {
      background: transparent;
    }
}



/* # # # # # # # # # # # # # # # # # #   ZDJĘCIE LINKOWANIA INFOMRACJI O KODZIE (DO 01.02.)    # # # # # # # # # # # # # # # # # # */


#projector_producttraits a {
  pointer-events: none;
  cursor: default;
  text-decoration: none; /* opcjonalnie, jeśli chcesz też usunąć podkreślenie */
  color: inherit; /* opcjonalnie, jeśli ma wyglądać jak zwykły tekst */
}


.traits__value {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.traits__value a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}