/*
Theme Name: KOGIS Theme
Theme URI: http://yourwebsite.com
Description: Szablon serwisu KOGIS
Author: Agencja Reklamowa S 90
Author URI: https://www.s90.pl/
Version: 2.0.62
Template: Divi
*/

/* Naglowek */

@media (max-width: 1300px) and (min-width: 981px) {
  /* Responsywna czcionka dla wszystkich elementów oprócz trzech ostatnich */
  .et_pb_menu_0_tb_header.et_pb_menu ul li:not(:nth-last-child(-n+2)) a {
    font-size: calc(14px + (18 - 14) * ((100vw - 981px) / (1300 - 981))) !important;
    line-height: calc(15px + (19 - 15) * ((100vw - 981px) / 319)) !important;
  }

  /* Ustawienie paddingu na 5px dla wszystkich elementów menu */
  .menutop .et-menu > li {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.et-menu-nav li.mega-menu li>a {
    width: 330px !important;
}

#menu-menu{
  margin-right: 0px !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul, .et_pb_menu_1_tb_header.et_pb_menu .nav li ul {
    border-color: #147257 !important;
}
/* Ukrycie tekstu i formatowanie ikon */
.menu-fb a,
.menu-insta a, .menu-tel a {
    display: flex;
    align-items: center;
    font-size: 0px !important;
}

/* Dodanie ikon Divi */
.menu-fb a::before,
.menu-insta a::before, .menu-tel a::before {
    font-family: "ETmodules"; /* Użycie ikon Divi */
    font-weight: normal;
    text-indent: 0;
    position: relative;
    font-size: 17px; /* Rozmiar ikony */
    color: #000; /* Czarne ikony */
}



/* Ikona Facebooka w Divi */
.menu-fb a::before {
    content: "\e093"; /* Unicode dla ikony Facebooka w Divi */

}

/* Ikona Instagrama w Divi */
.menu-insta a::before {
    content: "\e09a"; /* Unicode dla ikony Instagrama w Divi */
}

/* Styl po najechaniu - szare ikony */
.menu-fb a:hover::before,
.menu-insta a:hover::before {
    color: #777; /* Szary efekt hover */
}

.et-menu-nav li.mega-menu>ul>li>a:first-child {
    text-align: left;
    font: normal normal bold 13px / 21px Poppins;
    letter-spacing: -0.13px;
    color: #144839 !important;
}

.et-menu li li a {
font: normal normal bold 16px / 43px Poppins;
    letter-spacing: 0px;
    color: #2A2B2C !important;
     font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.divider::after {
    content: '';
    display: block;
    width: 2px;
    height: 30%;
    background-color: #4646463E;
    position: absolute;
    top: 75%;
    right: 0;
    transform: translateY(-50%);
}

.et_pb_module {
    position: relative; /* potrzebne do pozycjonowania kreski */
}

@media only screen and (max-width: 980px) {
    .mobilne .et_pb_icon_0_tb_header,
    .mobilne .et_pb_icon_1_tb_header,
    .mobilne .et_pb_icon_2_tb_header,
    .mobilne .et_pb_icon_3_tb_header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobilne .et_pb_icon_0_tb_header,
    .mobilne .et_pb_icon_1_tb_header,
    .mobilne .et_pb_icon_2_tb_header,
    .mobilne .et_pb_icon_3_tb_header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.et_mobile_menu {
    width: 250px !important; /* Ustaw stałą szerokość np. 250px */
    padding: 10px 0 !important; /* Pionowy padding dla estetyki */
    left: auto !important;
    right: 0 !important; /* Wyrównanie do prawej, pod hamburgerem */
    box-sizing: border-box !important;
    background-color: #fff !important; /* białe tło */
    color: #000 !important;
    border-top: 2px solid #ccc !important;
}

.et_mobile_menu li a {
    padding: 10px 15px !important;
    color: #000 !important;
    display: block !important;
}

.et_mobile_menu li a:hover {
    background-color: #f2f2f2 !important;
}

.mobilne .mega-menu > ul.sub-menu {
    position: static !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.mobilne .mega-menu:hover > ul.sub-menu {
    display: none !important;
}

.mobilne .menu-fb, .mobilne .menu-insta, .mobilne .menu-tel{
      display: none !important;
}

/* Stopka */

.dp_footer_style91 .et_pb_menu ul{display:block !important;}
.dp_footer_style91 .et_pb_menu .et_pb_menu__menu{    display: block !important;width: 100%;}
.dp_footer_style91 .et_pb_menu .et_mobile_nav_menu{display: none !important;}
.dp_footer_style91 .et_pb_newsletter_form .et_pb_newsletter_button_wrap{position: absolute;top: 0;right: 0;width: 35%;overflow:hidden;}
  .dp_footer_style91 .et_pb_newsletter_form form{position:relative;}
.dp_footer_style91 .et_pb_newsletter_form .et_pb_newsletter_field{padding-bottom:0;}
.dp_footer_style91 .et_pb_menu .et-menu{margin:0;}
.dp_footer_style91 .et_pb_menu li{padding:0;}
.dp_footer_style91 .et_pb_newsletter_form .et_pb_newsletter_button_wrap .et_pb_newsletter_button_text{font-size: 15px;}
@media only screen and (max-width:981px){
.dp_footer_style91 .et_pb_menu .et-menu{width: 100% !important;}
.dp_footer_style91 .et_pb_menu li a:before{display:none;}
.dp_footer_style91 .et_pb_menu li{display: block !important;padding:0;}
.dp_footer_style91 .et_pb_blurb_container{display:block;}
}

@media (max-width: 980px) {
   .stopka_menu .et_pb_row  {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

   .stopka_menu .et_pb_column,
    .stopka_menu .et_pb_column {
        width: 50% !important; /* Wymusza równą szerokość */
        flex: none !important; /* Zapobiega rozciąganiu */
        text-align: left;
    }

   .stopka_menu .et_pb_column h3,
    .stopka_menu .et_pb_column h3 {
        margin-bottom: 10px;
    }
}

/* Uklad ogolny */

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


body {
  overflow-x: hidden;
}


.et-l.et-l--body {
    position: relative;
    z-index: 0 !important;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    letter-spacing: 0px;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin: 0px 1px 0px 1px;
   font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    color: #000000 !important;
}

.pagination .page-numbers a {
    background-color: #FFF;
    border: solid 1px;
    border-color: #00a368;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    margin: 0px 1px 0px 1px;
}

.pagination .page-numbers.current {
    background-color: #00a368;
    font-weight: bold;
    border: none;
}

.pagination .page-numbers:first-child,
.pagination .page-numbers:last-child {
  border-radius: 6px;
}

.custom-no-ajax-pagination div {
  width: 100%;
}
.wpc-filters-section {
    margin-bottom: 0px !important;
}

.form-submit .submit{
  color: #fff !important;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.wp-pagenavi {
display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    letter-spacing: 0px;
}
.wp-pagenavi a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #FFF;
    border: solid 1px;
    border-color: #00a368;
    border-radius: 6px;
    color: #609808 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 0px 1px 0px 1px;
}


.wp-pagenavi .extend{
  display: none !important;
}

.wp-pagenavi .pages{
  padding-right:20px;
}

.wp-pagenavi .current{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #00a368;
    border: solid 1px;
    border-color: #00a368;
    border-radius: 6px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 0px 1px 0px 1px;
}


/* Uklad strony głównej */

.home .product-wiek{
    font-size: 18px;
}


@media (min-width: 981px) {
.et_pb_row.top_home {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0; /* reset marginesów jeśli trzeba */
}

.et_pb_row.top_home .et_pb_column.et_pb_column_1_3 {
    width: 430px !important;
    flex: 0 0 430px !important;
    margin-right: 2%;
    border: 2px solid #157257;
}

.et_pb_row.top_home .et_pb_column.et_pb_column_2_3 {
    width: auto !important;
    flex: 1 !important;
}
  
 .top_home .wpc-filter-tematyka ul{
   max-height: 350px !important;
  }
  
.top_home .et_pb_slides .et_pb_slide {
    border-radius: 25px;
}

}

@media (max-width: 980px) {
    .et_pb_row.top_home {
        display: flex;
        flex-direction: column;
    }

    .et_pb_row.top_home .et_pb_column.et_pb_column_1_3 {
        order: 2; /* Lewa kolumna będzie na dole */
    }

    .et_pb_row.top_home .et_pb_column.et_pb_column_2_3 {
        order: 1; /* Prawa kolumna będzie na górze */
    }
}


.blackfont{
  color:#000;
}

.opis h3 span span{
  color: #000
}

/* Pasek z informacjami */
.home .info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 5px 22px;
    color: #464646;
    text-transform: uppercase;
    flex-wrap: wrap;
    border-top: solid 1px #F4F4F4;
    border-bottom: solid 1px #F4F4F4;
}
}

/* Elementy w pasku */
.home .info-bar-item {
}

.home .wpsp-product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: normal normal bold 20px / 24px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    padding: 0px 22px !important;
    min-height: 60px;
}

.home .wpsp-product-title a h3{
text-align: left;
    color: #f57d26 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: normal normal bold 20px / 24px Poppins !important;
    min-height: 48px;
    text-transform: uppercase !important;
    padding-bottom: 0px;
}

.home .wpsp-product-title a h3:hover{
    color: #38b52a!important

}


/* Styl dla ekranów poniżej 460px */
@media screen and (max-width: 460px) {
 .home  .info-bar {
    display: block; /* Przestajemy używać flex */
  }
}

.wpsp-slider-section .wpsp-cart-button p{
  display: inline-block;
  background-color: #38b52a; /* Zielony kolor przycisku */
  color: #ffffff; /* Biały kolor tekstu */
  font-size: 1rem; /* Rozmiar tekstu */
  font-weight: bold; /* Pogrubienie tekstu */
  text-align: center; /* Wyśrodkowanie tekstu */
  text-decoration: none; /* Usunięcie podkreślenia */
  width: 90%;
  border: none; /* Usunięcie ramki */
  border-radius: 8px; /* Zaokrąglenie rogów */
  cursor: pointer; /* Wskaźnik kursora */
  transition: background-color 0.3s ease, transform 0.2s ease; /* Animacja efektu */
}

.wpsp-slider-section .wpsp-cart-button p a{
  border:none !important;
font: normal normal medium 14px/24px Poppins !important;
  margin: 0px !important;
letter-spacing: 0px !important;
color: #FFFFFF !important;
}

/* Kontener dla wszystkich kart */
.wpsp-product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Karta produktu */
.wpsp-product {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ustaw elementy w kolumnie */
  height: 100%; /* Wszystkie karty będą miały równą wysokość */
}

.wpsp-product-image-area {
    position: relative;
    width: 100%;
    height: 351px;
    overflow: hidden;
}

.wpsp-product-image-area a {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; /* lub self-start, zależnie od preferencji */
        overflow: hidden;
}

.wpsp-product-image-area img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1.1); /* zmień w razie potrzeby */
    transition: transform 0.3s ease; /* opcjonalnie, dla płynności */
}


#wpsp-slider-section-wrapper.wpsp-slider-section .wpsp-product .sp-product-content{
    padding: 10px 20px 10px 20px;
    text-align: left;
    font: normal normal normal 14px / 28px Poppins;
    min-height: 105px;
}

/* Sekcja danych produktu */
.wpspro-product-data {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Równe odstępy między elementami */
  flex-grow: 1; /* Wypełnia przestrzeń w karcie */
  justify-content: space-between; /* Rozdziela elementy */
}

/* Cena produktu */
.wpsp-product-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2a9d8f;
}

/* Opis produktu */
.wpsp-product-content {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  text-align: center;
  flex-grow: 1; /* Wypełnia przestrzeń między ceną a przyciskiem */

}

/* Przycisk "Dodaj do koszyka" */
.wpsp-cart-button {
  display: flex;
  justify-content: center;
}

button[name="update_cart"],
input[name="update_cart"] {
    display: none !important;
}


.wpsp-cart-button .add_to_cart_button {
  background-color: #2a9d8f;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpsp-cart-button .add_to_cart_button:hover {
  background-color: #21867a;
}

/* Układ w jednej linii */

.custom-buttons {
    display: flex; /* Układ w jednej linii */
    justify-content: center; /* Wyrównanie do środka */
    align-items: center;
    flex-wrap: wrap; /* Pozwala przyciskom zawijać się w przypadku małych ekranów */
    list-style: none; /* Usunięcie kropek z listy */
    padding: 0;
    margin: 20px 0;
    gap: 10px; /* Większy odstęp między przyciskami */
}

.custom-buttons li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00A64B; /* Zielona ramka */
    border-radius: 50px; /* Bardziej zaokrąglone rogi */
    font-size: 14px; /* Większy tekst */
    font-weight: bold; /* Pogrubiona czcionka */
    background-color: transparent; /* Przezroczyste tło */
    cursor: pointer; /* Wskaźnik na "rękę" */
    transition: all 0.3s ease; /* Płynna animacja */
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Delikatny cień */
}

.custom-buttons li a{
      color: #147257 !important; /* Zielony kolor tekstu */
      padding: 5px 10px; /* Większe wewnętrzne odstępy */
}

.custom-buttons li a:hover{
    color: #fff /* Biały tekst przy najechaniu */
}

.custom-buttons li:hover {
    background-color: #00A64B; /* Zielone tło przy najechaniu */

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Wzmocniony cień */
}

.custom-buttons li.active {
    background-color: #147257; /* Zielone tło dla aktywnego przycisku */
    color: #fff; /* Biały tekst */
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border: 2px solid #00A64B !important; /* Zielona ramka */
    border-radius: 50px !important; /* Bardziej zaokrąglone rogi */
    font-size: 14px; /* Większy tekst */
    font-weight: bold; /* Pogrubiona czcionka */
    background-color: transparent; /* Przezroczyste tło */
    cursor: pointer !important; /* Wskaźnik na "rękę" */
    transition: all 0.3s ease; /* Płynna animacja */
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Delikatny cień */
    padding: 0px;
}

.latest-reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
}

.quote-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/divichild/cytat.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}

.quote-block {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    text-align: left;
    font: normal normal normal 18px / 28px Open Sans;
    letter-spacing: -0.72px;
    color: #000000;
    opacity: 1;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Okrągły kształt */
    overflow: hidden; /* Ukrywa nadmiar obrazu */
    display: flex;
    justify-content: center;
    align-items: center;
  background-color: #f0f0f0;}

.review {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1A5F4B;
    padding-bottom: 10px;
    width: 100%;
}

.review-details h3 {
        text-align: left;
    font: normal normal bold 16px / 10px Poppins;
    letter-spacing: -0.64px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px;
}

.review-details p {
        text-align: left;
    font: normal normal normal 15px / 33px Open Sans;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px;
}

.review-details {
    text-align: left;
}

.review-rating {
    margin-top: 5px; /* Odstęp od tekstu */
    font-size: 16px; /* Rozmiar gwiazdek */
    color: #00A64B; /* Kolor gwiazdek */
    text-align: left; /* Wyrównanie do lewej */
}

blockquote {
    font-style: italic;
    color: #555;
    margin: 15px 0 0;
}

.review-footer {
    margin-top: 20px;
}

.review-footer a {
    text-decoration: none;
    color: #ffffff;
    background: #00c18e;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.review-footer a:hover {
    background: #009f75;
}

@media (min-width: 981px) {
     .opis_glowna .et_pb_row .et_pb_column {
        margin-right: 0px !important;
  }}
  
@media (max-width: 468px) {
.home .info-bar-item {
    width: 100%;
  }

  .wpsp-product-image-area {
    height: auto !important;
  }
}

/* Uklad kategorii produktu */
.custom-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.custom-product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-product-info {
    padding: 15px;
    text-align: center;
}

.custom-product-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.custom-product-title a {
    text-decoration: none;
    color: #333;
}

.custom-product-title a:hover {
    color: #0073aa;
}

.custom-product-price {
    font-size: 16px;
    color: #28a745;
    margin: 10px 0;
}

.custom-product-description {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    line-height: 1.5;
}

.custom-product-button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.custom-product-button:hover {
    background: #005c88;
}

/* Uklad Atrakcje dla dzieci */

.atrakcje_filtry .wpc-filters-widget-wrapper{
    float: left;
    width: 100%;
}

.atrakcje_filtry .wpc-filters-section {
    float: left;
    width: 25%;
    padding:15px;
}

.atrakcje_filtry .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: 172px !important;
}

.atrakcje_wpisy .custom-no-ajax-pagination {
  display: flex; /* Ustawienie Flexbox */
  flex-wrap: wrap; /* Pozwala elementom przechodzić do nowego wiersza */
  gap: 20px; /* Odstęp między elementami */
  justify-content: space-between; /* Równomierne rozmieszczenie elementów */
  padding: 20px; /* Odstęp wewnętrzny kontenera */
}

@media (max-width: 980px) {
.atrakcje_wpisy .custom-no-ajax-pagination {
  display: block;
}

.atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .post-content .post-content-inner{
  min-height: 100px;
}

.atrakcje_filtry .wpc-filters-section {
    width: 100%;
    padding: 5px;
}
}

.atrakcje_wpisy .et_pb_post {
  flex-basis: calc(33.333% - 20px); /* Szerokość każdej atrakcji (1/3 szerokości kontenera minus odstępy) */
  box-sizing: border-box; /* Uwzględnia padding i border w szerokości */
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

  /* Główna karta produktu */
  .atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail {
    margin-bottom: 40px;
    align-items: center;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 20px;
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Obszar obrazu produktu */
  .atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .entry-featured-image-url {
    grid-row: span 5;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9; /* Proporcje obrazu */
  }

  .atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .entry-featured-image-url img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px; /* Dopasowanie do karty */
    min-height: 240px;
  }

  /* Tytuł na zdjęciu */
  .atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .entry-title {
    padding: 12px 10px 10px 20px;
    width: 100%;
    font: normal normal bold 22px / 24px Poppins;
    color: #464646;
    text-transform: uppercase;
    line-height: 24px !important;
    justify-content: left;
    text-align: left;
    min-height: 70px;
  }
  .atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .entry-title a{
    color: #f57d26!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: normal normal bold 20px / 24px Poppins;
    min-height: 48px;
  }

  /* Pasek z informacjami */
  .atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .post-content {
    padding: 10px 35px 10px 35px;
    font: normal normal normal 16px/26px Open Sans; /* Dopasowanie do treści */
    letter-spacing: -0.64px;
    color: #000000; /* Kolor tekstu */
    justify-content: space-between; /* Równy odstęp między informacjami */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .post-content .post-content-inner{
  min-height: 160px;
}

.atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 10px 22px;
     font: normal normal medium 14px/24px Poppins;
    letter-spacing: 0px;
    color: #2A2B2C;
    text-transform: uppercase;
    flex-wrap: wrap;
    border-top: solid 1px #F4F4F4;
    margin-bottom: 10px;
}

.atrakcje_wpisy .dp_posttab_style5_right article.has-post-thumbnail .info-bar-item {
      width: auto;
      font-size: .9rem; 
   }

.info-bar-item .atrakcje-wojewodztwa{
        color: #38b52a;
}

.info-bar-item .atrakcje-regiony{
        color: #f57d26;
}

.atrakcje_wpisy .more-link{
    display: inline-block;
    background-color: #02BF8A;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    line-height: 19px;
    min-width: 80px;
    padding: 8px 14px;
    -moz-border-radius: 0;
    margin: 10px 0px 10px 0px;
}

/* Uklad Blog */

.sidebar_filtry .wpc-filter-title{
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #147257 !important;
    text-transform: initial;
    margin: 30px 0px 20px 0px;
}

/* Uklad kategorii produktu */

/* Podstawowe style desktopowe */
.produkty_taksonomia .custom-product-thumbnail {
    position: relative; /* Potrzebne, aby .info-bar był pozycjonowany względem tego kontenera */
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.produkty_taksonomia .custom-product-image {
    display: block;
    width: 100%;
    height: auto;
}

.produkty_taksonomia .info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    transition: background 0.3s ease-in-out;
}

.produkty_taksonomia .info-bar-one {
    display: flex;
    justify-content: space-between; /* Rozkłada elementy równo */
    align-items: center;
    background: #00A64B;
    padding: 8px 12px;
}

.produkty_taksonomia .info-bar-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.produkty_taksonomia .info-bar-item i {
    font-size: 16px;
    color: #fff; 
    font-style: normal;
}


.produkty_taksonomia .fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.produkty_taksonomia .custom-products-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.produkty_taksonomia .custom-product-row {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 337px;
}

.produkty_taksonomia .custom-product-thumbnail {
    flex: 1; /* Zdjęcie zajmuje połowę szerokości */
    max-width: 50%;
}

.produkty_taksonomia .custom-product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.produkty_taksonomia .custom-product-info {
    flex: 1; /* Opis zajmuje połowę szerokości */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.produkty_taksonomia .custom-product-title {
    font-size: 22px;
    font-weight: bold;
    color: #2A2B2C;
    line-height: 24px;
}

.produkty_taksonomia .custom-product-title-image{
  display:none;
}

.produkty_taksonomia .custom-product-description {
font: normal normal normal 16px/28px Poppins;
letter-spacing: 0px;
color: #464646;
opacity: 1;
}

.produkty_taksonomia .custom-product-button {
    padding: 10px 20px;
    background-color: #00A64B;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}

.produkty_taksonomia .custom-product-button:hover{
      background-color: #02BF8A !important;
}

/* Responsywność dla szerokości ekranu do 1150px */
@media (max-width: 1250px) {
   .produkty_taksonomia  .custom-product-row {
        flex-direction: column;
        height: auto;
    }

   .produkty_taksonomia  .custom-product-thumbnail, .custom-product-info {
        width: 100%;
        max-width: 100%;
    }

   .produkty_taksonomia  .custom-product-thumbnail {
        height: 250px;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
  
     .produkty_taksonomia  .info-bar {
        padding: 0px;
    }

   .produkty_taksonomia  .info-bar-one {
        font-size: 12px;
        padding: 6px 10px;
    }

   .produkty_taksonomia  .custom-product-info {
        padding: 0px;
    }

   .produkty_taksonomia  .custom-product-title {
  display:none;
    }
  
 .produkty_taksonomia  .custom-product-title-image{
        display: block;
        font-size: 18px;
        width: 100%;
        background-color: #144839c4;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.4;
        padding: 10px;
}
  
 .produkty_taksonomia  .custom-product-title-image a{
    color: #fff !important;
}
  
 .produkty_taksonomia  .custom-product-description{
        padding: 0 15px 0 15px;
  }

   .produkty_taksonomia  .custom-product-button {
        padding: 8px 16px;
        margin: 15px;
    }
}

.sidebar_produkty .wpc-filters-submit-button{
   color: #FFF !important;
}


/* Uklad produktu */

.product_nav ul {
    display: flex; /* Układ poziomy dla elementów listy */
    justify-content: space-between; /* Równomierne rozmieszczenie */
    padding: 0;
    margin: 0;
    list-style: none; /* Usunięcie wypunktowania */
}

.product_nav li {
  margin-top: 0px !important;
    padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.product_nav li a {
     background-color:#F5F5F5;
}

.tresci_stare p {
    margin-top: 15px;
}

/* Zmiana stylu ostatniego elementu w menu */
#menu-produkt-nav li:last-child a {
    background-color: #00A64B !important;
    color: #fff !important;
    padding-left: 60px;
    padding-right: 60px;
}

/* Efekt hover dla ostatniego elementu */
#menu-produkt-nav li:last-child a:hover {
    background-color: #008A3E !important; /* Ciemniejszy zielony przy najechaniu */
    color: #fff !important;
}

@media (max-width: 1400px) and (min-width: 981px) {
    .product_nav li a {
        font-size: calc(12px + (18 - 12) * ((100vw - 981px) / (1400 - 981))) !important;
        line-height: calc(15px + (19 - 15) * ((100vw - 981px) / 319)) !important;
        padding-left: calc(15px + (23 - 15) * ((100vw - 981px) / (1400 - 981))) !important;
        padding-right: calc(15px + (23 - 15) * ((100vw - 981px) / (1400 - 981))) !important;

    }
}

/* Wersja mobilna (np. dla ekranów do 768px szerokości) */
@media screen and (max-width: 768px) {
    .wcgs-carousel .wcgs-slider-image {
        height: 250px !important; /* Mniejsza wysokość dla tabletów i dużych telefonów */
    }
}

@media screen and (max-width: 480px) {
    .wcgs-carousel .wcgs-slider-image {
        height: 250px !important;/* Jeszcze mniejsza wysokość dla małych telefonów */
    }
}

/* Styl etykiet pól */
.zgloszenie_produkt .wapf-field-label label {
    text-align: left;
    font: normal normal bold 18px/34px Poppins, sans-serif;
    letter-spacing: 0px;
    color: #2A2B2C;
    text-transform: uppercase;
}

/* Styl dla pól wyboru (input, select) */
.zgloszenie_produkt .wapf-field-input input,
.zgloszenie_produkt .wapf-field-input select {
    background: #FFFFFF;
    border: 1px solid #147257;
    border-radius: 8px;
    opacity: 1;
    padding: 8px;
    text-align: left;
    font: normal normal normal 16px/26px Poppins, sans-serif;
    letter-spacing: 0px;
    color: #464646;
}

/* Dostosowanie grup pól */
.zgloszenie_produkt .wapf-field-group {
    border-bottom: 3px solid #C8CACB;
    padding: 20px 0;
}

/* Dwie kolumny w drugiej grupie */
.zgloszenie_produkt .wapf-field-group:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* Zapewnienie szerokości dla pól */
.zgloszenie_produkt .wapf-field-group:nth-of-type(2) .wapf-field-container {
    flex: 1 1 calc(50% - 10px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

/* Trzecia grupa – minimalna szerokość */
.zgloszenie_produkt .wapf-field-group:nth-of-type(3) .wapf-field-container {
    min-width: 300px;
}

/* Dla checkboxów w trzeciej grupie – układ w dwóch kolumnach */
.zgloszenie_produkt .wapf-field-group:nth-of-type(3) .wapf-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zgloszenie_produkt .wapf-field-group:nth-of-type(3) .wapf-checkbox {
    width: calc(50% - 5px);
}

.zgloszenie_produkt .wapf-field-group:nth-of-type(3) .wapf-label-text{
  font: normal normal bold 13px Poppins;
    letter-spacing: 0px;
    color: #2A2B2C;
}
/* Stylowanie sekcji podsumowania */
.zgloszenie_produkt .wapf-product-totals {
    width: 50%;
    float: left;
    padding-top: 7px;
}

.zgloszenie_produkt .wapf-product-totals div span:first-child {
    text-align: left;
    font: normal normal bold 15px/34px Poppins;
    letter-spacing: 0px;
    color: #2A2B2C !important;
    text-transform: uppercase;
    opacity: 1;
}

.zgloszenie_produkt .wapf-product-totals div span:last-child {
    text-align: left;
    font-weight: 400;
    letter-spacing: 0px;
    color: #2A2B2C !important;
    text-transform: uppercase;
}

/* Separator w podsumowaniu */
.zgloszenie_produkt .wapf--inner div:nth-child(3) {
    border-top: 1px solid #C8CACB;
    padding-top: 10px;
}

.zgloszenie_produkt .wapf--inner div:nth-child(3) span {
    font: normal normal bold 18px/34px Poppins;
}

/* Responsywność – jedna kolumna na mniejszych ekranach */
@media (max-width: 768px) {
    .zgloszenie_produkt .wapf-field-group:nth-of-type(2) {
        flex-direction: column;
    }

   .zgloszenie_produkt  .wapf-field-group:nth-of-type(2) .wapf-field-container,
   .zgloszenie_produkt  .wapf-field-group:nth-of-type(3) .wapf-field-container {
        width: 100%;
    }

   .zgloszenie_produkt  .wapf-field-group:nth-of-type(3) .wapf-checkbox {
        width: 100%;
    }
}

/* Ustawienie kontenera slidera */
.wcgs-carousel {
    overflow: hidden; /* Zapobiega wychodzeniu obrazu poza slider */
    position: relative;
    width: 100%;
    max-width: 800px; /* Możesz zmienić na szerokość swojego slidera */
    height: auto;
}

/* Dostosowanie każdego slajdu */
.wcgs-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    overflow: hidden;
}

.wcgs-carousel .wcgs-slider-image {
    width: 100%; /* Pełna szerokość */
    height: 500px; /* Stała wysokość dla wszystkich obrazków */
    display: flex;
    align-items: center; /* Centrowanie obrazka w pionie */
    justify-content: center;
    overflow: hidden;
}

.wcgs-carousel .wcgs-slider-image img {
    width: 100%; /* Pełne wypełnienie szerokości */
    height: 100%; /* Pełne wypełnienie wysokości */
    object-fit: cover; /* Zapewnia, że obrazek wypełni całą przestrzeń bez pustych krawędzi */
    transition: transform 0.3s ease-in-out;
}

/* Powiększenie obrazu w granicach slidera */
.wcgs-carousel .swiper-slide-active img {
    transform: scale(1.1); /* Powiększenie o 10% */
}

/* Zmniejszenie obrazka po kliknięciu w podgląd */
.wcgs-carousel .wcgs-slider-lightbox {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Stylowanie dla elementu iworks-omnibus */
.iworks-omnibus {
    text-align: left;
    font: normal normal bold 15px / 34px Poppins, sans-serif;
    letter-spacing: 0px;
    color: #2A2B2C !important;
    text-transform: uppercase;
    opacity: 1;
    display: inline-block; /* Aby dopasować szerokość do treści */
}

/* Styl dla ceny w elemencie iworks-omnibus */
.iworks-omnibus .woocommerce-Price-amount {
    font-weight: bold;
    color: #2A2B2C !important;
}

/* Wymuszenie pionowego wyświetlania menu */
.sidebar .et-menu {
    display: block !important;
    list-style: none; /* Usuwa domyślne wypunktowanie */
    margin: 0;
}

/* Styl dla każdego elementu menu */
.sidebar .et-menu li {
        display: list-item !important;
    list-style-type: disc !important;
    margin-top: 0px !important;
    margin-left: 20px !important;
    font-size: 16px;
    color: #000000 !important;
}

/* Styl dla linków */
.sidebar .et-menu li a {
    display: block;
    text-decoration: none;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000 !important;
    line-height: 30px;
    transition: color 300ms ease 0ms;
}

/* Efekt hover */
.sidebar .et-menu li a:hover {
    color: #00A64B !important; /* Zmiana koloru po najechaniu */
}

@media (max-width: 980px) {
    /* Ukrycie hamburgera tylko w sidebarze */
    .sidebar .et_mobile_nav_menu{
        display: none !important;
    }

    /* Pokazanie standardowego menu */
    .sidebar .et_pb_menu__menu {
        display: block !important;
    }

    .sidebar .et_pb_menu__menu .et-menu {
        display: flex !important;
        flex-direction: column; /* Zmień na "row", jeśli chcesz menu w poziomie */
        align-items: flex-start; /* Możesz zmienić na "center" dla wyrównania */
        gap: 5px;
    }

    /* Stylizacja pozycji menu */
    .sidebar .et_pb_menu__menu .et-menu li {
        display: inline-block;
        margin: 5px 0;
    }

    /* Stylizacja linków */
    .sidebar .et_pb_menu__menu .et-menu li a {
        display: block;
        padding: 0px 12px;
        text-decoration: none;
        font-size: 16px;
        color: #000;
    }
}

.sidebar .et_pb_menu__wrap{
  justify-content: flex-start !important;
}

@media (max-width: 980px) {
    /* Ustawienie kontenera na flexbox */
    .floating_menu .et_pb_row {
        display: flex;
        flex-wrap: nowrap; /* Zapobiega zawijaniu wierszy */
        justify-content: space-between; /* Rozstawia przyciski równomiernie */
        align-items: center;
    }

    /* Ustawienie szerokości kolumn na 50%, aby były obok siebie */
    .floating_menu .et_pb_column_1_2 {
        flex: 1; /* Zapewnia równy podział przestrzeni */
        max-width: 50%;
    }

    /* Dostosowanie przycisków, aby były dobrze wyrównane */
    .et_pb_button_module_wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* Opcjonalne dostosowanie wyglądu przycisków */
    .et_pb_button {
        width: 100%; /* Aby przyciski były równej szerokości */
        text-align: center;
        padding: 12px 20px;
        font-weight: bold;
    }
}

/* Ukrycie i ustawienie pozycji menu */
#custom-menu-section {
    position: absolute;
    bottom: 100%; /* Menu rozwija się do góry */
    left: 50%;
    transform: translateX(-50%) translateY(10px); /* Na starcie lekko ukryte */
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: max-content; /* Dopasowanie szerokości do zawartości */
    padding: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* Pokazanie rozwijanego menu */
#custom-menu-section.show {
    max-height: 500px; /* Dostosuj wysokość do treści menu */
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Ukrycie hamburgera tylko w #custom-menu-section */
#custom-menu-section .mobile_menu_bar, #custom-menu-section .et_mobile_nav_menu {
    display: none !important;
}

/* Upewnienie się, że standardowe menu jest widoczne */
#custom-menu-section .et_pb_menu__menu {
    display: block !important;
}

/* Menu jako lista pionowa - jeden element pod drugim */
#custom-menu-section .et-menu {
    display: flex !important;
    flex-direction: column; /* Ustawienie pionowe */
    align-items: flex-start; /* Wyrównanie do lewej */
    gap: 10px; /* Odstęp między elementami */
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Stylizacja elementów menu */
#custom-menu-section .et-menu li {
    display: block; /* Każdy element w osobnej linii */
    width: 100%;
    text-align: left;
}

/* Opcjonalne podkreślenie aktywnego elementu */
#custom-menu-section .et-menu li a {
    text-decoration: none;
    color: black;
    padding: 8px 12px;
    display: block;
    width: 100%;
}

#custom-menu-section .et-menu li a:hover {
    background-color: #f1f1f1;
}

#custom-menu-section  li:last-child a{
      display: none !important;
}



/* Wygląd filtrów */

.wpc-filter-oferta-start-date input, .wpc-filter-oferta-end-date input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    font: normal normal normal 16px / 26px Poppins, sans-serif;
    letter-spacing: 0px;
    color: #464646;
    border: 2px solid #00A64B !important;
    border-radius: 50px !important;
}

.wpc-filter-oferta-start-date .wpc-filters-range-values-wrapper, .wpc-filter-oferta-end-date .wpc-filters-range-values-wrapper{display: none;}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
  border:none !important;
}

.wpc-filter-oferta-start-date .wpc-filters-range-max-column, .wpc-filter-oferta-end-date .wpc-filters-range-min-column {
    display: none;
}

.wpc-filter-_price .wpc-filters-range-min-column, .wpc-filter-_price .wpc-filters-range-values-wrapper{
        display: none;

}

/* Ustaw oba filtry dat obok siebie */
@media (max-width: 1408px) {
  .wpc-filters-range-max-column,
  .wpc-filters-range-min-column {
    max-width: 100% !important;
    margin-right: 0px !important;
  }

  .wpc-filter-oferta-start-date .wpc-filters-range-wrapper, .wpc-filter-oferta-end-date .wpc-filters-range-wrapper{
 display: inline;
  }
}

@media (min-width: 1409px) {
  .wpc-filter-oferta-start-date,
  .wpc-filter-oferta-end-date {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 11px;
  }

  .wpc-filter-oferta-end-date {
    margin-right: 0; /* ostatni bez marginesu */
  }

  .wpc-filters-range-max-column, .wpc-filters-range-min-column {
 max-width: 162px !important;
}

}



.wpc-filter-title{
  text-align: left;
  font: normal normal bold 12px/26px Poppins;
  letter-spacing: 0px;
  color: #FF9900;
  text-transform: uppercase;
  opacity: 1;
}

.wpc-filters-widget-select{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 8px !important;
    text-align: left;
    font: normal normal normal 16px / 26px Poppins, sans-serif;
    letter-spacing: 0px;
    color: #464646;
    border: 2px solid #00A64B !important;
    border-radius: 50px !important;
}

.wpc-filters-widget-select option {
  text-align: left;
  font: normal normal normal 16px/26px Poppins, sans-serif;
  letter-spacing: 0px;
  color: #464646;
  background-color: #ffffff;
  padding: 8px;
}

body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{
  background-color: #147257;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
  background-color: #147257;
}

body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper a {
  color: #fff !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a{
  color: #147257 !important;
  padding: 5px 10px;
  margin-right: 0px;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a:hover{
  color: #fff !important;
}

.wpc-filters-range-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wpc-filters-range-min,
.wpc-filters-range-max {
  width: 80px;
  height: 40px;
  padding: 0 10px;
  font-weight: 500;
  text-align: center;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  font: normal normal normal 16px / 26px Poppins, sans-serif;
  letter-spacing: 0px;
  color: #464646;
  border: 2px solid #00A64B !important;
  border-radius: 50px !important;
}

.wpc-filters-range-slider-wrapper input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #00a368;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.wpc-filters-range-slider-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #00a368;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.wpc-filters-range-slider-wrapper input[type="range"]::-webkit-slider-thumb:hover {
  background: #00c77f;
  transform: scale(1.1);
}

.wpc-filters-range-min:hover,
.wpc-filters-range-max:hover {
  border-color: #00a368;
  box-shadow: 0 0 5px rgba(0, 163, 104, 0.5);
}

.wpc-filters-range-min::after,
.wpc-filters-range-max::after {
  content: " zł";
  margin-left: 8px;
  font-size: 14px;
  color: #666;
}

.wpc-filter-label-wrapper {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border: 2px solid #00A64B !important;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    cursor: pointer !important;
    transition: all 0.3sease;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0px !important;
}

/* Wygląd czytelnia podstrona */

.czytelnia h1, .czytelnia h2, .czytelnia h3 {
    position: relative; /* Aby ::before był poprawnie pozycjonowany */
        margin-top:20px;
}

/* Wygląd atrakcje podstrona */

/* Pasek z informacjami */
.atrakcje_produkty .info-bar {
  display: flex;
  justify-content: space-between; /* Równy odstęp między elementami */
  align-items: center;
  background-color: #00A64B; /* Zielony kolor tła */
  padding: 10px 16px; /* Odstępy wewnętrzne */
  color: #fff; /* Kolor tekstu */
    font-size: 12px;
  font-weight: bold;
}

/* Elementy w pasku */
.atrakcje_produkty .info-bar-item {
  display: flex;
  align-items: center;
  gap: 8px; /* Odstęp między ikoną a tekstem */
}

/* Ikony */
.atrakcje_produkty .info-bar-item i {
  font-size: 1rem; /* Rozmiar ikon */
}

.atrakcje_produkty #wpsp-slider-section-wrapper.wpsp-slider-section .wpsp-product .sp-product-content{
  padding: 22px;
  text-align: left;
font: normal normal normal 15px/28px Poppins;
}

@media screen and (max-width: 1163px) and (min-width: 981px) {
  .atrakcje_produkty .info-bar {
    display: block; /* Przestajemy używać flex */
  }
  
  .atrakcje_produkty .info-bar-item {
    justify-content: center;
}
}


.terminy-cennik-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terminy-cennik-list li {
    margin-bottom: 18px;
    font-size: 18px; /* większa czcionka dla terminów */
    color: #ff8c00; /* pomarańczowy dla terminu */
    font-weight: 600;
}

/* dopisek o najniższej cenie */
.terminy-cennik-list .lowest-30d {
    font-size: 13px;
    color: #000;   /* czarne */
    margin-top: 4px; /* delikatny odstęp */
    margin-left: 4px; /* lekkie przesunięcie */
    font-weight: 400;
}
