.elementor-kit-62{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   HEADER TECHNOLOGICZNY + POPUP
   =============================== */


#header-technology.header-technology {
  background-color: #000;
  width: 100%;
  position: fixed; /* <--- kluczowa zmiana */
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; /* aby header był nad innymi elementami */
  box-sizing: border-box;
  padding: 20px
  
}



/* Kontener: grid (lewo: logo+switch+hamburger, środek: menu, prawo: ikony) */
.header-technology__container {
  display: grid;
  grid-template-columns: auto 1fr auto; 
  align-items: center;
  width: 100%;
}

/* LEWA STRONA: LOGO + SWITCH + HAMBURGER */
.header-technology__left {
  display: flex;
  align-items: center;
}

.header-technology__logo-wrap {
  display: inline-block;
  margin-right: 16px;
}

.header-technology__logo {
  width: 128px;
}

@media (min-width: 1217px) {
  .header-technology__logo {
    width: 170px; 
  }
}

@media (min-width: 1536px) {
  .header-technology__logo {
    width: 288px; 
  }
}

/* PRZEŁĄCZNIK INFO <> SHOP */
.header-technology__switch {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.header-technology__switch-info,
.header-technology__switch-shop {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* Aktywny stan -> czerwona ramka */
.header-technology__switch-info.is-active,
.header-technology__switch-shop.is-active
 {
  border: 2px solid #c4161c !important;
  border-radius: 0 !important;
}

.header-technology__switch-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.25rem;
}

.header-technology__switch-circle {
  display: inline-block;
  background-color: #c4161c;
  color: #fff;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  font-family: sans-serif;
}

/* MENU DESKTOP (środek) */
.header-technology__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-technology__menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-technology__menu li {
  margin: 0;
}

.header-technology__menu li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 1px solid transparent;
}

@media (min-width: 1300px) {
.header-technology__switch-info,
.header-technology__switch-shop,
  .header-technology__menu li a {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

@media (min-width: 1400px) {
.header-technology__switch-info,
.header-technology__switch-shop,
  .header-technology__menu li a {
    font-size: 1.15rem;
    line-height: 1.55rem;
  }
}

@media (min-width: 1536px) {
.header-technology__switch-info,
.header-technology__switch-shop,
  .header-technology__menu li a {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1580px) {
.header-technology__switch-info,
.header-technology__switch-shop,
  .header-technology__menu li a {
    font-size: 1.2rem;
    line-height: 1.55rem;
  }
}

@media (min-width: 1700px) {
.header-technology__switch-info,
.header-technology__switch-shop,
  .header-technology__menu li a {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

/* IKONY (DESKTOP) PO PRAWEJ */
.header-technology__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Wysokość ikonek 45px (z !important) */
.header-technology__icon-img {
  display: inline-block;
  height: 41px !important;
  width: auto;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.header-technology__icon-faq-popup img {
  padding-left: 0px;
}

/* HAMBURGER (początkowo ukryty, pokazujemy w media query) */
.header-technology__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 16px;
}

.header-technology__hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px auto;
}

.join-filter-bar-mobile {
    display: none;
  }

.header-technology-join-menu-mobile {
  display: none;
}

.header-technology__icon-cartpopup-mobile {
  display: none;
}

.header-technology__icon-login-mobile {
  display: none;
}

/* Od 1216px w dół -> chowamy menu i ikony, pokazujemy hamburger */
@media (max-width: 1216px) {

  .header-technology__switch {
    display: none;
  }

  .header-technology__nav {
    display: none;
  }
  .header-technology__icons {
    display: none;
  }
  
  .header-technology-join-menu-mobile {
    display: inline-block;
  }
  
  .header-technology__icon-cartpopup-mobile {
    display: inline-block;
  }
  
  .header-technology__icon-login-mobile {
    display: inline-block;
  }
  
  .header-technology__hamburger {
    display: inline-block;
  }
  #corner-switch {
    display: none !important;
  }
  
  .page-id-68 .join-filter-bar {
    display: none;
  }
  
  .join-filter-bar-mobile {
    display: block;
  }
}

/* MENU MOBILNE */
.header-technology__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 1rem 0;
  box-sizing: border-box;
  z-index: 999;
}
.header-technology__mobile-menu.open {
  display: block;
}

.header-technology__mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-technology__mobile-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

/* Ikony mobilne w hamburgerze */
.header-technology__mobile-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0 1rem;
}

/* AKTYWNY STAN IKON (czerwona ramka) - jeśli w JS dopniemy .is-active */
.header-technology__icon-vip-popup.is-active .header-technology__icon-img,
.header-technology__icon-faq-popup.is-active .header-technology__icon-img,
.header-technology__icon-dramset-popup.is-active .header-technology__icon-img,
.header-technology__icon-params-popup.is-active .header-technology__icon-img,
.header-technology__icon-cartpopup.is-active .header-technology__icon-img,
.header-technology__icon-login-popup.is-active .header-technology__icon-img,
.header-technology__icon-flag-popup.is-active .header-technology__icon-img {
  border: 2px solid #c4161c !important;
}

/* ============= POPUPY ============= */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; 
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.popup-overlay.open {
  display: flex;
}

.popup-content {
  position: relative;
  background: #fff;
  color: #000;
  max-width: 100%;
  width: 90%;
  padding: 2rem;
  box-sizing: border-box;
}


.popup-content .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: transparent;
  border: 3px solid #c4161c;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c4161c;
  z-index: 2;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}

.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}



.ct-container-full
{
    padding: 0;
}


/* 
  =================================================
  HERO - z uwzględnieniem headera (115px)
  Butelka nie skaluje się, jest przycinana w poziomie
  =================================================
*/

.hero-home {
  position: relative;
  width: 100%;
  height: calc(100vh - 115px); /* Pełne okno minus header */
  overflow: hidden;            /* Przycinamy to, co wychodzi poza kontener */
  box-sizing: border-box;
}

/* TŁO WIDEO */
.hero-home__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;   /* Pod spodem */
}

/* STAŁE WYMIARY BUTELKI 
   NIE PODDAJE SIĘ SKALOWANIU
   - w przykładzie 1800px to arbitralna wartość,
     wstaw własną, zgodną z oryginałem. */
.hero-home__bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* Te linie ZABLOKUJĄ responsywne skalowanie */
  height: 100% !important;
  width: auto;
  max-width: none !important; 
  max-height: none !important; 
  min-width: 0 !important; 
  min-height: 0 !important;

  z-index: 2;
}

/* BLOK TEKSTU NA ŚRODKU */
.hero-home__text-wrap {
 position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  border: 2px solid #fff; 
  padding: 2.25rem;
  margin: 5%;
  text-align: center;
  max-width: 90%;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1666px) {
  .hero-home__text-wrap {
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* STYL NAPISU */
.hero-home__heading {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 400;    /* wg wymagań */
  font-size: 4.5rem;   /* mobilnie */
}

@media (min-width: 768px) {
  .hero-home__heading {
    font-size: 6rem;
  }
}

a:hover {
    color: #888 !important;
}


/* ===============================
   HEADER SKLEPU (SHOP PAGE)
   =============================== */

#header-shop.header-shop {
  background-color: #000;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* Kontener grid: lewo (logo+switch+hamburger), środek (menu), prawo (ikony I1,I2,I3) */
.header-shop__container {
  display: grid;
  grid-template-columns: auto 1fr auto; 
  align-items: center;
  width: 100%;
}

/* LEWA STRONA (logo + switch + hamburger) */
.header-shop__left {
  display: flex;
  align-items: center;
}

.header-shop__logo-wrap {
  display: inline-block;
  margin-right: 16px;
}

.header-shop__logo {
  width: 128px;
}

@media (min-width: 1536px) {
  .header-shop__logo {
    width: 288px;
  }
}

/* PRZEŁĄCZNIK INFO <> SHOP */
.header-shop__switch {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.header-shop__switch-info,
.header-shop__switch-shop {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* AKTYWNY STAN PRZEŁĄCZNIKA */
.header-shop__switch-info.is-active,
.header-shop__switch-shop.is-active {
  border: 2px solid #c4161c !important;
  border-radius: 0 !important;
}

.header-shop__switch-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.25rem;
}

.header-shop__switch-circle {
  display: inline-block;
  background-color: #c4161c;
  color: #fff;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  font-family: sans-serif;
}

/* MENU DESKTOP (środek) */
.header-shop__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-shop__menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-shop__menu li {
  margin: 0;
}

.header-shop__menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1536px) {
  .header-shop__menu li a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* IKONY (DESKTOP) PO PRAWEJ (I1,I2,I3) */
.header-shop__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Ikony – stała wysokość 45px z !important */
.header-shop__icon-img {
  display: inline-block;
  height: 45px !important; 
  width: auto;
  margin-right: 8px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

/* HAMBURGER (tylko od 1216px w dół) */
.header-shop__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.header-shop__hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px auto;
}

/* Od 1216px w dół -> chowamy menu + ikony, pokazujemy hamburger */
@media (max-width: 1216px) {
  .header-shop__nav {
    display: none;
  }
  .header-shop__icons {
    display: none;
  }
  .header-shop__hamburger {
    display: inline-block;
  }
}

/* MENU MOBILNE */
.header-shop__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background-color: #000;
  padding: 1rem 0;
  box-sizing: border-box;
  z-index: 999;
}
.header-shop__mobile-menu.open {
  display: block;
}

.header-shop__mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-shop__mobile-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

/* Ikony mobilne (I1,I2,I3) */
.header-shop__mobile-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0 1rem;
}




/* ===============================
   HERO DLA STRONY SKLEPOWEJ
   =============================== */

/* Kontener hero - pełne okno minus header (115px) */
.hero-shop {
  position: relative;
  width: 100%;
  height: calc(100vh - 115px); /* dostosuj do wysokości headera */
  overflow: hidden; 
  box-sizing: border-box;
}

/* Wideo w tle */
.hero-shop__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Wypełnia i przycina */
  z-index: 1;        /* Pod spodem */
}

/* Butelka obrócona o 180°, nie skaluje się w poziomie */
.hero-shop__bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);

  /* Te ustawienia blokują skalowanie butelki w poziomie;
     wypełnia wysokość hero (100%), więc przy wąskim ekranie 
     butelka zostanie przycięta w poziomie (overflow: hidden). */
  height: 100% !important;
  width: auto;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;

  z-index: 2; /* Nad wideo */
}

/* Tekst w ramce na środku */
.hero-shop__text-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  border: 2px solid #fff; 
  padding: 2.25rem;
  margin: 5%;
  text-align: center;
  max-width: 90%;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1666px) {
  .hero-shop__text-wrap {
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* Napis w hero */
.hero-shop__heading {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 400; 
  font-size: 4.5rem; /* mobilnie */
}

@media (min-width: 768px) {
  .hero-shop__heading {
    font-size: 6rem; 
  }
}

.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}
.cart-count-badge {
  position: absolute;
  top: 0;
  right: 5px;
  background: red;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 50%;
}


/* Ulepszony styl dla popupu z koszykiem */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-overlay.open {
  display: flex;
}

.popup-content {
  position: relative;
  width: 90%;
  max-width: 100%;
  max-height: 80vh; /* Maksymalna wysokość to 80% wysokości okna */
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden; /* Ważne dla przewijania zawartości */
  display: flex;
  flex-direction: column;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  z-index: 2;
}

.popup-content h2, .popup-content.h3-big h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom: none;
  padding-bottom: 15px;
}

/* Style dla mini-cart-container */
#mini-cart-container {
  flex: 1;
  overflow-y: auto; /* Umożliwia przewijanie zawartości */
  padding-right: 5px; /* Dodaje trochę miejsca na scrollbar */
  margin-bottom: 15px;
  max-height: 60vh; /* Maksymalna wysokość kontenera z produktami */
}

/* Scrollbar styling */
#mini-cart-container::-webkit-scrollbar {
  width: 6px;
}

#mini-cart-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#mini-cart-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

#mini-cart-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Style dla listy produktów */
.woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini_cart_item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mini_cart_item:last-child {
  border-bottom: none;
}

/* Przycisk usuwania */
.remove_from_cart_button {
  position: absolute;
  top: 10px;
  left: 0;
  color: #888 !important;
  font-size: 18px;
  text-decoration: none !important;
  transition: color 0.2s;
  z-index: 1;
}

.remove_from_cart_button:hover {
  color: #c4161c !important;
}

/* Kontener dla obrazka produktu */
.mini_cart_item .ct-media-container {
  margin-left: 20px; /* Miejsce na przycisk usuwania */
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 5px;
}

.mini_cart_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Informacje o produkcie */
.mini_cart_item .product-data {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mini_cart_item .product-title {
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

.mini_cart_item .quantity {
  font-size: 13px;
  color: #666;
}

/* Total */
.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
}

/* Przyciski */
.woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0 0 0;
  padding: 0;
}

.woocommerce-mini-cart__buttons .button {
  flex: 1;
  display: inline-block;
  padding: 12px 20px;
  background-color: #000;
  color: white !important;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
  border: 2px solid #000;
}

.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background-color: white;
  color: #000 !important;
}

.woocommerce-mini-cart__buttons .button:hover {
  opacity: 0.85;
}

/* Pusty koszyk */
.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 30px 0;
  color: #888;
}

/* Responsywność */
@media (max-width: 576px) {
  .popup-content {
    width: 95%;
    padding: 25px 15px;
  }
  
  .woocommerce-mini-cart__buttons {
    flex-direction: column;
  }
}


.woocommerce-account .entry-content
{
    margin-top: 100px;
}

.woocommerce-checkout .elementor-location-footer
{
    display: none;
}

.wp-block-woocommerce-checkout
{
    margin-bottom: 80px !important;
}

/* custom cart popup */
.popup-overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          z-index: 9999;
          display: none;
          justify-content: center;
          align-items: center;
        }
        
        .popup-overlay.open {
          display: flex;
        }
        
        .popup-content {
          position: relative;
          width: 90%;
          max-width: 500px;
          max-height: 80vh;
          background: white;
          border-radius: 10px;
          padding: 30px;
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
          overflow: hidden;
          display: flex;
          flex-direction: column;
        }
        
        .popup-close {
          position: absolute;
          top: 15px;
          right: 15px;
          width: 30px;
          height: 30px;
          font-size: 24px;
          background: transparent;
          border: none;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #333;
          z-index: 2;
        }
        
        #mini-cart-container {
          flex: 1;
          overflow-y: auto;
          padding-right: 5px;
          margin-bottom: 15px;
          max-height: 60vh;
        }
        
        #mini-cart-container::-webkit-scrollbar {
          width: 6px;
        }
        
        #mini-cart-container::-webkit-scrollbar-track {
          background: #f1f1f1;
          border-radius: 3px;
        }
        
        #mini-cart-container::-webkit-scrollbar-thumb {
          background: #888;
          border-radius: 3px;
        }
        
        #mini-cart-container::-webkit-scrollbar-thumb:hover {
          background: #555;
        }
        
        .woocommerce-mini-cart {
          list-style: none;
          padding: 0;
          margin: 0;
        }
        
        .mini_cart_item {
          position: relative;
          display: flex;
          align-items: center;
          padding: 10px 0;
          border-bottom: 1px solid #f0f0f0;
        }
        
        .mini_cart_item:last-child {
          border-bottom: none;
        }
        
        .remove_from_cart_button {
          position: absolute;
          top: 10px;
          left: 0;
          color: #888 !important;
          font-size: 18px;
          text-decoration: none !important;
          transition: color 0.2s;
          z-index: 1;
        }
        
        .remove_from_cart_button:hover {
          color: #c4161c !important;
        }
        
        .mini_cart_item .ct-media-container {
          margin-left: 20px;
          width: 60px;
          height: 60px;
          overflow: hidden;
          margin-right: 15px;
          border-radius: 5px;
        }
        
        .mini_cart_item img {
          width: 100%;
          height: auto;
          object-fit: cover;
        }
        
        .mini_cart_item .product-data {
          flex: 1;
          display: flex;
          flex-direction: column;
        }
        
        .mini_cart_item .product-title {
          font-weight: 600;
          color: #333;
          text-decoration: none;
          margin-bottom: 5px;
          font-size: 14px;
          line-height: 1.3;
        }
        
        .mini_cart_item .quantity {
          font-size: 13px;
          color: #666;
        }
        
        .woocommerce-mini-cart__total {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 15px 0;
          margin: 0;
          border-top: 1px solid #f0f0f0;
          font-size: 16px;
        }
        
        .woocommerce-mini-cart__buttons {
          display: flex;
          justify-content: center;
          gap: 15px;
          margin: 20px 0 0 0;
          padding: 0;
        }
        
        .woocommerce-mini-cart__buttons .button {
          flex: 1;
          display: inline-block;
          padding: 12px 20px;
          background-color: #000;
          color: white !important;
          text-decoration: none;
          text-align: center;
          border-radius: 5px;
          font-weight: 600;
          font-size: 14px;
          transition: all 0.2s;
          border: 2px solid #000;
        }
        
        .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
          background-color: white;
          color: #000 !important;
        }
        
        .woocommerce-mini-cart__buttons .button:hover {
          opacity: 0.85;
        }
        
        .woocommerce-mini-cart__empty-message {
          text-align: center;
          padding: 30px 0;
          color: #888;
        }
        
        @media (max-width: 576px) {
          .popup-content {
            width: 95%;
            padding: 25px 15px;
          }
          
          .woocommerce-mini-cart__buttons {
            flex-direction: column;
          }
        }


/* Style dla popup wyboru kraju i języka */
.flag-popup-content {
  max-width: 600px !important;
  width: 90% !important;
  padding: 40px !important;
  overflow-y: auto;
}

.flag-logo-container {
  text-align: center;
  padding: 2rem 0;
  display: none;
}

.flag-logo {
  max-width: 250px;
  height: auto;
}

.flag-title {
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 600;
  color: #000;
}

.flag-form {
  max-width: 500px;
  margin: 0 auto;
}

.flag-form-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: flex-end;
}

.flag-form-field {
  flex: 1;
}

.flag-form-field label {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}

.flag-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.1rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
  height: 60px;
  min-width: 200px;  
}

.flag-select:focus {
  border-color: #000;
  outline: none;
}

.flag-submit-btn {
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 2rem;
}

.flag-submit-btn:hover {
  background-color: #333;
}

/* Responsywność */
@media (max-width: 768px) {
  .flag-popup-content {
    padding: 30px 20px !important;
  }
  
  .flag-logo {
    max-width: 200px;
  }
  
  .flag-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .flag-form-row {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .flag-form-field label {
    font-size: 1.1rem;
  }
  
  .flag-select {
    font-size: 1rem;
  }
}

/* Dodatkowy styl dla aktualnie wybranej flagi w nagłówku */
.header-technology__icon-flag-popup img {
  transition: opacity 0.3s;
}

.header-technology__icon-flag-popup:hover img {
  opacity: 0.8;
}

/* age gate */
.age-gate-container {
    width: 100%;
    margin: 0;
    padding: 60px 30px 30px 30px;
    text-align: center;
    line-height: 24px;
}

.age-confirmation-checkbox {
    display: block;
    position: relative;
    padding-left: 0;
    margin: 25px 0;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    text-align: justify;
	font-family: "Industry-Book", sans-serif !important;
}

@media (min-width: 980px) {
  .age-confirmation-checkbox {
    text-align: center;
  }
}

    /*
.age-confirmation-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
*/

    .age-confirmation-checkbox a {
        text-decoration: underline;
    }

        .age-confirmation-checkbox a:hover {
            color: #000 !important;
        }

.age-gate-links {
    margin: 25px 0;
    font-size: 14px;
}

    .age-gate-links a {
        color: #555;
        text-decoration: none;
    }

        .age-gate-links a:hover {
            text-decoration: underline;
        }

.age-gate-submit {
    padding: 12px 30px;
    background: #020617;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.6;
}

    .age-gate-submit:hover {
        opacity: 1;
        transform: translateY(-2px);
    }

    .age-gate-submit:enabled {
        opacity: 1;
    }

.age-gate-container .yesno-button-group {
    margin-bottom: 20px;
}

.age-gate-container .yesno-button {
    padding: 10px 20px;
    margin-right: 10px;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    background-color: transparent;
    transition: border-color 0.3s;
	//color: black;
}

    .age-gate-container .yesno-button.yes-active {
        border-color: black;
    }

    .age-gate-container .yesno-button.no-active {
        border-color: black;
    }

.age-gate-container [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: top;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #000000;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

    .age-gate-container [type=checkbox]:focus {
        outline: none;
        box-shadow: none
    }

    /* Add black focus border only for keyboard navigation */
    .age-gate-container [type=checkbox]:focus-visible {
        outline: 1px solid #000000; /* Black outline for keyboard focus */
        outline-offset: 2px;
    }

    .age-gate-container [type=checkbox]:checked {
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat
    }

    .age-gate-container [type=checkbox]:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
    }

@media (forced-colors: active) {
    .age-gate-container [type=checkbox]:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

.age-gate-container [type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media (forced-colors: active) {
    .age-gate-container [type=checkbox]:indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

/* Footer Locale Selector Styles */
.footer-locale-.elementor-kit-62 {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-locale-container {
  display: flex;
  gap: 15px; /* Reduced gap */
  align-items: center;
  flex-wrap: nowrap; /* Prevent wrapping */
  justify-content: center;
}

.footer-locale-item {
  display: flex;
  align-items: center;
  gap: 8px; /* Slightly reduced gap */
}

.footer-locale-label {
  color: #ffffff;
  font-size: 12px; /* Reduced font size */
  font-weight: 400;
  white-space: nowrap;
}

.footer-select-wrapper {
  position: relative;
  display: inline-block;
}

.footer-locale-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none !important;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 6px 30px 6px 10px; /* Adjusted padding */
  font-size: 12px; /* Reduced font size */
  cursor: pointer;
  min-width: 120px; /* Reduced min-width */
  transition: all 0.3s ease;
  border-radius: 0;
}

.footer-locale-select:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-locale-select:focus {
  outline: none;
  border-color: #c4161c;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff !important; /* Ensure white text during focus */
  -webkit-text-fill-color: #ffffff !important; /* For WebKit focus state */
}

/* Custom arrow */
.footer-select-arrow {
  position: absolute;
  right: 10px; /* Adjusted for smaller padding */
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 8px; /* Slightly smaller arrow */
  pointer-events: none;
}

/* Style for option elements (when dropdown is open) */
.footer-locale-select option {
  background-color: #000000;
  color: #ffffff !important;
  padding: 5px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .footer-locale-container {
    flex-direction: row; /* Keep horizontal */
    gap: 10px; /* Tighter gap */
  }
  
  .footer-locale-item {
    width: auto; /* Allow natural width */
    justify-content: center;
  }
  
  .footer-locale-select {
    min-width: 100px; /* Further reduced min-width */
    font-size: 11px; /* Smaller font for smaller screens */
    padding: 5px 25px 5px 8px; /* Tighter padding */
  }
  
  .footer-locale-label {
    font-size: 11px; /* Smaller label font */
  }
  
  .footer-select-arrow {
    right: 8px; /* Adjust arrow position */
    font-size: 7px; /* Smaller arrow */
  }
}

@media (max-width: 480px) {
  .footer-locale-container {
    gap: 8px; /* Even tighter gap */
  }
  
  .footer-locale-item {
    flex-direction: row; /* Keep horizontal */
    gap: 5px;
  }
  
  .footer-locale-label {
    font-size: 10px; /* Even smaller font */
    text-align: left; /* Align left for consistency */
  }
  
  .footer-locale-select {
    min-width: 90px; /* Smallest min-width */
    font-size: 10px;
    padding: 4px 20px 4px 6px;
  }
  
  .footer-select-arrow {
    right: 6px;
    font-size: 6px;
  }
}

/* Style dla popup logowania */
.login-popup-content {
  max-width: 100% !important;
  max-height: 90vh !important;
  overflow-y: auto;
  padding: 30px 40px !important;
  background-color: #fff;
}

.login-logo-container {
  text-align: center;
  padding: 4rem 0;
}

.login-logo {
  max-width: 300px;
  height: auto;
}

.login-title {
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 600;
  color: #000;
}

.login-form-container {
  max-width: 400px;
  margin: 0 auto 3rem auto;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.login-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.login-form-row.remember-me {
  flex-direction: row;
  align-items: center;
}

.login-form-row label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

.login-form-row input[type="text"],
.login-form-row input[type="password"] {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: border-color 0.3s;
}

.login-form-row input[type="text"]:focus,
.login-form-row input[type="password"]:focus {
  border-color: #000;
  outline: none;
}

.login-submit-btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-submit-btn:hover {
  background-color: #333;
}

.login-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
}

.login-lost-password,
.login-register {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.login-lost-password:hover,
.login-register:hover {
  color: #000;
  text-decoration: underline;
}

.login-separator {
  color: #ddd;
}

.login-alternatives {
  max-width: 400px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.login-alt-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #666;
  position: relative;
}

.login-alt-title::before,
.login-alt-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #ddd;
}

.login-alt-title::before {
  left: 20px;
}

.login-alt-title::after {
  right: 20px;
}

.login-social-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.login-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 25px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.login-social-btn:hover {
  background-color: #f5f5f5;
}

.login-google .login-social-icon {
  color: #4285F4;
  font-weight: 700;
  font-size: 1.2rem;
}

.login-facebook .login-social-icon {
  color: #1877F2;
  font-weight: 700;
  font-size: 1.2rem;
}

.login-social-text {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

/* Scrollbar styling dla popup */
.login-popup-content::-webkit-scrollbar {
  width: 8px;
}

.login-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.login-popup-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.login-popup-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .login-logo-container {
    padding: 3rem 0;
  }
  
  .login-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  
  .login-form-container,
  .login-alternatives {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .login-alt-title::before,
  .login-alt-title::after {
    width: 30px;
  }
  
  .login-alt-title::before {
    left: 10px;
  }
  
  .login-alt-title::after {
    right: 10px;
  }
}

/* Style dla popup FAQ */
.faq-popup-content {
  max-width: 100% !important;
  max-height: 90vh !important;
  padding: 0 !important;
}

.faq-popup-content .popup-scrollable {
	padding: 30px 40px !important;
}

.faq-logo-container {
  text-align: center;
  padding: 8rem 0;
}

.faq-logo {
  max-width: 300px;
  height: auto;
}

.faq-title {
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 600;
}

.faq-content {
  margin-bottom: 4rem;
}

.faq-item {
  margin-bottom: 2rem;
  border-bottom: 2px solid #C4161C;
}

.faq-item:last-child {
  border-bottom: none;
}



.faq-question {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.faq-answer {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}

/* Scrollbar styling dla popup */
.faq-popup-content::-webkit-scrollbar {
  width: 8px;
}

.faq-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.faq-popup-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.faq-popup-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-logo-container {
    padding: 4rem 0;
  }
  
  .faq-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  
  .faq-question,
  .faq-answer {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Style dla popup Parameters */
.params-popup-content {
  max-width: 90vw !important;
  max-height: 90vh !important;
  padding: 0 !important;
  background-color: #fff;
  width: 90%;
  position: relative;
}

.params-popup-content .popup-scrollable {
	padding: 50px 40px 30px 40px !important;
}


@media (max-width: 768px) {
  .params-popup-content .popup-scrollable {
	padding: 0 !important;
  }
}

.params-logo-container {
  text-align: center;
  padding: 4rem 0 2rem 0;
}

.params-logo {
  max-width: 300px;
  height: auto;
}

.params-title {
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
}

/* Zakładki projektów */
.params-tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.params-tab {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.params-tab.active {
  border-color: #c4161c;
  color: #c4161c;
}

.params-tab:hover {
  border-color: #333;
}

/* Zawartość zakładek */
.params-tab-content {
  display: none;
}

.params-tab-content.active {
  display: block;
}

/* Nagłówek projektu */
.params-project-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.params-project-name {
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 2rem 0;
  letter-spacing: 0.5rem;
  text-align: center;
}

.params-project-image {
  width: 30%;
  text-align: center;
}

.params-image {
  max-width: 100%;
  height: auto;
}

/* Informacje o projekcie - układ dwukolumnowy */
.params-info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.params-info-section {
  margin-bottom: 2.5rem;
}

.params-info-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1rem;
}

.params-info-text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}

/* Status */
.params-status-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.params-status-item {
  /*font-size: 1.25rem;*/
  padding: 0.25rem 0;
}

.params-status-item.active {
  border: 2px solid #c4161c;
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

/* Scrollbar styling */
.params-popup-content::-webkit-scrollbar {
  width: 8px;
}

.params-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.params-popup-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.params-popup-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .params-info-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .params-project-name {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
  }
  
  .params-project-image {
    width: 50%;
  }
  
  .params-tab {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 768px) {
  .params-popup-content {
    padding: 40px 20px 20px 20px !important;
  }
  
  .params-logo-container {
    padding: 2rem 0;
  }
  
  .params-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .params-tabs {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  
  .params-project-name {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  
  .params-project-image {
    width: 70%;
  }
  
  .params-info-heading {
    font-size: 1rem;
  }
  
  .params-info-text {
    font-size: 1rem;
  }
}

.vip-popup-content {
  max-width: 100%;
  max-height: 90vh !important;
  padding: 0 !important;
} 

.vip-popup-content .popup-scrollable {
	padding: 30px 40px !important;
}

.vip-logo-container {
  text-align: center;
  padding: 8rem 0;
}

.vip-logo {
  max-width: 300px;
  height: auto;
}

.vip-title {
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 600;
}


/* Scrollbar styling dla popup */
.vip-popup-content::-webkit-scrollbar {
  width: 8px;
}

.vip-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.vip-popup-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.vip-popup-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .vip-logo-container {
    padding: 4rem 0;
  }
  
  .vip-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  
}

/* Style dla popupów produktów */
.generic-product-popup-content {
  max-width: 90vw !important;
  max-height: 90vh !important;
  padding: 0 !important;
  background-color: #fff;
  width: 90%;
  position: relative;
}

.generic-product-popup-content .popup-scrollable {
	padding: 50px 40px 30px 40px !important;
}

@media (max-width: 1216px) {
	.generic-product-popup-content .popup-scrollable {
		padding: 15px !important;
	}
}

.popup-scrollable {
	overflow-y: auto;
}

.popup-scrollable-x {
	overflow-x: auto;
	text-align: center;
}

/* Przycisk zamykania (X) */
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  font-weight: 300;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 10;
}

.popup-close:hover {
  color: #888;
  border: 3px solid #888;
}

/* Tytuł produktu */
.generic-product-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2rem 0;
  line-height: 1.2;
}

/* Układ głównej zawartości (zdjęcie + opis) */
.generic-product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

/* Zdjęcie produktu */
.generic-product-image {
  text-align: center;
}

.generic-product-img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

/* Opis produktu */
.generic-product-description {
  font-size: 1.25rem;
  line-height: 1.6;
}

.generic-product-details {
  margin-bottom: 2rem;
}

.generic-product-specs h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.generic-product-specs ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.generic-product-specs li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

/* Responsywność */
@media (max-width: 992px) {
  .generic-product-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .generic-product-image {
    order: 1;
  }
  
  .generic-product-description {
    order: 2;
  }
  
  .generic-product-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .generic-product-specs h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .generic-product-popup-content {
    padding: 0 !important; /*40px 20px 20px 20px*/
	max-width: 95vw !important;
	max-height: 95vh !important;
	width: 95%;
  }
  
  .generic-product-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  
  .generic-product-description {
    font-size: 1rem;
  }
}

input[type=number] {
padding: 0;
}

.h2-big, .popup-content h2.h2-big {
    font-size: 40px;
}

body nav ul .join-li a {
color: #000;
background: #fff;
padding: 4px;
font-weight: bold;
}

body nav ul .join-li {
margin: 0 1px;
padding: 4px;
}

body nav ul .join-li:has(a.is-active) {
	border: 2px solid #c4161c !important;
}

body nav ul .join-li a.is-active {
background: #fff !important;
color: #000;
}

.header-technology__icons a:hover {
    opacity: 0.5;
}

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.join-product__label {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #666;
  position: relative;
  top: -10px;
}

@media (min-width: 1217px) {
	.big-padding {
		padding: 80px;
	}
}

.red-link {
    color: #c4161c;
}

.reports-product__title {
    height: 3em;
}

.vip0-listing, .vip1-listing, .vip2-listing, .vip3-listing,
.vip0-listing-small, .vip1-listing-small, .vip2-listing-small, .vip3-listing-small {
color: white; display: inline-block; width: 37px; line-height: 1.2em; margin-bottom: 0; margin-left: 3px; margin-right: 3px;
}

.vip0-listing, .vip0-listing-small {
background: red; 
}

.vip1-listing, .vip1-listing-small {
background: green; 
}

.vip2-listing, .vip2-listing-small {
background: blue; 
}

.vip3-listing, .vip3-listing-small {
background: black; 
}

.vip0-listing-small, .vip1-listing-small, .vip2-listing-small, .vip3-listing-small  {
font-size: 0.9rem;
}

.center-grid {
    display: grid;  justify-items: center;
}

.wc-block-components-checkout-return-to-cart-button {
    visibility: hidden;
}

.woocommerce-checkout .header-technology__nav,
.woocommerce-cart .header-technology__nav,
.woocommerce-account .header-technology__nav {
    justify-content: left;
	margin-left: 10px;
}

.woocommerce-checkout .header-technology__menu a.is-active,
.woocommerce-cart .header-technology__menu a.is-active,
.woocommerce-account .header-technology__menu a.is-active
 {
    border: 1px solid #fff !important;
	border-radius: 0 !important;
}

.woocommerce-checkout .header-technology__switch,
.woocommerce-cart .header-technology__switch,
.woocommerce-account .header-technology__switch {
  border: 2px dotted #c4161c !important;
  border-radius: 0 !important;
}

.join-filter-bar-mobile .join-filter-group {
  justify-content: center;
  margin-bottom: 20px;
}

.specials-product__label {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #666;
  position: relative;
  top: -10px;
}

@media (max-width: 1216px) {
	.page-id-68 .join-filter-btn {
		font-size: 1.25rem;
	}
}

.account-icon-wrapper {
    position: relative;
    display: inline-block;
}

.account-online-dot {
    position: absolute;
    top: 27px;
    right: 5px;
    background: #00d000;
    color: #00d000;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0px 4px;
    border-radius: 50%;
}


.header-technology__icon-flag-popup {
	display: none !important;
}

.footer-locale-.elementor-kit-62 {
	visibility: hidden !important;
}

.header-technology__mobile-icons a {
padding: 0 !important;
}

@media (max-width: 768px) {
    body .corner-button, body .switch-button .header-technology__switch-circle {
        width: 40px !important;
        height: 40px !important;
    }
}

.terms-content h2 {
    text-align: initial;
    color: #c4161c;
    margin-bottom: 0;
    margin-top: 2rem;
    padding-bottom: 1rem;
}

.subpoint {
    margin-bottom: 1rem;
}

.center {
    text-align: center;
}

.terms-content h3 {
    font-size: 1rem;
    font-weight: normal;
}

.h2-red {
      color: #c4161c;
}/* End custom CSS */