:focus {
    outline: 0px solid #007bff; /* Przykład koloru i stylu odznacznika */
}

/* .container .cr-p a {
    color: #7D6951;
} */

/* Ukryj odznacznik fokusu dla myszy */
/* :focus:not(:focus-visible) {
    outline: none;
} */

.contact-card a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-menu li a:hover {
    text-decoration: underline;
}

.councelling-wrap .content-title .link-one:hover {
    text-decoration: underline;
}

body a:focus-visible {
    outline: solid 3px var(--secondaryColor) !important;
    outline-offset: 5px;
 }

 body a:focus, body button:focus {
    outline: solid 3px var(--secondaryColor) !important;
    outline-offset: 5px;
}

.error404 .hero-slider.owl-carousel .owl-nav {
    display: none;
}

.scroll_anchor {
    display: block;
    height: 600px;
    margin-top: -600px;
    visibility: hidden;
	position: absolute;
}

span.page-nav.list-style.mt-30.active{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 57px;
    height: 60px;
    color: var(--blackColor);
    border: 1px solid var(--secondaryColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.28px;
    text-align: center;
    transition: var(--transition);
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}



.simple-wrap-fullwidth:before{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 45.1%;
    height: 250px;
    background-image: url(../img/bg-shape-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    z-index: -1;
}


 .skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
  }

  .skip-to-content-link {
    background: var(--secondaryColor);
    color: var(--whiteColor);
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.72px;
    left: 40%;
    padding: 10px;
    padding-bottom: 20px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 999;
  }
  
  .skip-to-content-link:focus {
    transform: translateY(0%);
  }


  .header-wrap .header-top .header-top-left .select-font-weight ul li button:hover {
    text-decoration: underline;
    color: var(--secondaryColor);
  }

  /* Ukryj komunikat "If you are human, leave this field blank." */
div.frm_show_form {
    display: none !important;
}

.frm_verify {
    display: none;
}


.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block;
    padding-left: 30px;
    text-indent: 0px;
    font-size: 16px !important;
    line-height: 20px !important;
}


.frm_checkbox input {
    background-color: transparent !important;
    border: 2px solid #A4A4A4 !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    margin-right: 5px !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
}

a#rozwinButton {
    font-weight: bold;
    text-decoration: underline;
}

a#rozwinButton:hover  {
  color: var(--primaryColor);
}


.rodo-link {
    text-decoration: underline;
}

#wiecejInfo {
    display: none;
  }

  .contact-wrap .contact-content p {
    margin-bottom: 15px;
  }

.contact-content a {
    text-decoration: underline;
    color: var(--primaryColor);
}  

.contact-content a:hover {
    color: var(--secondaryColor);
}

.contact-desc {
    margin-bottom: 70px;
}


.blog-desc p a:hover {
    color: var(--secondaryColor);
}

.frm_error {
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 13px;
}



.frm_checkbox label {
    position: relative;
        cursor: pointer;
        color: var(--blackColor);
        padding-left: 36px;
        color: var(--black-900, #000);
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }

    .frm6 {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        vertical-align: top;
        float: left;
    }


    .frm_first{
        margin-right: 2%;
    }


  .partner-slider {
    display: flex;
    justify-content: center; /* Wyśrodkowanie w poziomie */
    align-items: center; /* Wyśrodkowanie w pionie */
    height: 90px; /* Wysokość kontenera */
    }

    .partner-logo {
        margin: 0 10px; /* Odstęp między elementami */
        width: auto; /* Automatyczna szerokość */
        padding: 16px 50px
    }

    .partner-logo:hover {
        border: 1px solid #cf2e9b;
    }


    .partner-logo img {
        width: auto !important;
        margin: 0 auto;
        height: 90px;
    }

    .br-wrap .br-menu-wrap .br-menu li {
        display: inline-block;
        margin-right: 30px;
        font-size: 14px;
    }

    .br-wrap .br-menu-wrap .br-bar span {
        font-size: 14px;
    }

    .br-wrap .br-menu-wrap .br-bar:after {
        right: -10px;
    }




  @media only screen and (min-width: 1200px){
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 18px;
    }

    .cta-content {
        margin-top: 50px;
    }
}

@media (max-width: 991px){
    .br-wrap .br-menu-wrap .br-menu li {
        display: block;
        margin-right: 30px;
        text-align: left;
        padding: 5px;
    }
}

.blog-desc p,
.wp-block-post-content p {
    padding-bottom: 15px;
}


.blog-desc ul,
.wp-block-post-content ul {
    list-style: circle;
    padding-left: 30px;
    padding-bottom: 15px;
}

.blog-desc li,
.wp-block-post-content li {
    padding-bottom: 10px;
}


.block-prosta-tresc ol, 
.block-prosta-tresc ul {
    list-style: normal;
    padding-left: 30px;
    padding-bottom: 15px;
    color: #000;
    letter-spacing: 0;
    margin-top: 15px;
}

.block-prosta-tresc li {
    padding-bottom: 10px;
    padding-left: 5px;
}

.block-prosta-tresc ul {
    list-style: circle;
}



.hero-left-item h1 {
    color: #FFF;
    font-size: 41.05px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.052px;
    margin-bottom: 24px;
}

p.has-text-align-right {
    text-align: right;
}

p.has-text-align-left {
    text-align: left;
}

p.has-text-align-center {
    text-align: center;
}

.wpis-content-wrapper {
    text-align: justify;
}

.news-items:hover h2 {
    color: #7d6951;
}

.nnbtn:hover {
    text-decoration: underline;
}

.callto_action-btn:hover {
    background: #eee;
}

.bank-account {
    padding-top: 30px;
}

.bank-account-link {
    color: #fff;
}

.bank-account-link:hover {
    color: #7d6951;
}

.footer-meddle-inner-big {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 23px;
}

.wpis-content-wrapper .wp-block-embed iframe,
.wp-block-post-content iframe {
    width: 100%;
    height: 400px;
}

.news-page-pagenation .actives {
    background-color: #7D6951;
    color: #fff;
    display: flex;
    justify-content: center; /* Wyśrodkowanie w poziomie */
    align-items: center; /* Wyśrodkowanie w pionie */
    width: 100%;
    height: 100%;
}

.news-page-pagenation ul li a {
    color: #000;
}

.news-page-pagenation ul li:hover a {
    color: #fff;
}

.wpis-content-wrapper a {
    color: #7D6951;
}

.wpis-content-wrapper a:hover {
    text-decoration: underline;
}

.small-sp {
    color: #7D6951;
    font-size: 12px;
    font-style: italic; 
}

.bank-account-link:hover {
    cursor: pointer;
}

.footer__copyright {
    text-align: right;
    color: #fff;
    padding-top: 15px;
    margin-bottom: -15px;
    font-size: 12px;
}

.footer__copyright a {
    color: #7D6951;
}

.footer__copyright a:hover {
    color: #fff;
}

.document-items .dc_btn  {
    margin-bottom: 15px;
}

.drop_down>ul {
    min-width: 320px;
}

.rezerwacja-right p {
    margin-top: 0px;
}

.rezerwacja-right p:first-child {
    margin-top: 100px;
}

.rezerwacja-right p {
    margin-bottom: 15px;
}


.video-thumbnail {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Dla efektu zoomu */
    width: 368px; /* Żądana szerokość */
    height: 226px; /* Żądana wysokość */
}

.video-thumbnail img {
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zapewnia, że obraz będzie pokrywać całą powierzchnię kontenera */
    object-position: center; /* Skupia obraz na środku */
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); /* Początkowe ustawienie ikony */
    font-size: 2em; /* Rozmiar ikony */
    color: white; /* Kolor ikony */
    transition: transform 0.3s ease, color 0.3s ease; /* Animacja transformacji i zmiany koloru */
}

.video-thumbnail:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.3) rotate(360deg); /* Obrót i powiększenie ikony na hover */
    color: #fff; /* Zmiana koloru ikony */
}

#nsbBOXText {
    display: block;
    position: fixed;
    z-index: 1001;
    padding: 15px;
    left: 50%; /* Ustawienie elementu poziomo na środku */
    bottom: 80px; /* Odległość od dołu */
    transform: translateX(-50%); /* Przesunięcie elementu w lewo o połowę jego szerokości */
    width: auto; /* Szerokość elementu */
    line-height: 30px;
    font-size: 22px;
    background-color: rgba(31, 34, 54,.3);
    color: #fff;
    text-align: center;
}

.gallery-item {
    position: relative;
}

.gallery-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
    text-align: center;
    background-color: rgba(31, 34, 54,0.7);
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.nsbbox:hover .gallery-image-title {
    display: block;
}

.wyptate-Uni-right ul li {
    color: #1F2236;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: start;
    margin-bottom: 0px;
    justify-content: safe;
}

.wyptate-Uni-left ul li span {
    display: inline-block;
    margin-right: 16px;
}

.wyptate-Uni-left ul li {
    color: #1F2236;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: start;
    margin-bottom: 0px;
    justify-content: safe;
}

.wpis-content-wrapper {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.72px;
}

.wpis-content-wrapper div {
    margin-bottom: 24px;
}

.hero-left-item a {
    color: #fff;
    /* text-decoration: underline; */
}



/* .hero-left-item a:hover {
    color: #7D6951;
    text-decoration: underline;
} */

.hero-left-item  .pagination-top a{
    text-decoration: none;
}

p.pogrzeb-wrapper-p {
    color: #7d6951;
    font-size: 14px;
}

.Pogrzeb-items:hover p.pogrzeb-wrapper-p {
    color: #d7d7d7;
    font-size: 14px;
    
}

.Pogrzeb-items {
    min-height: 240px;
}

.home  .Pogrzeb-items {
    min-height: 180px;
}

.cr-p ul {
    list-style: disc;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cr-p a {
    color: #7d6951;
}

.cr-p a:hover {
   text-decoration: underline;
}


.block-usluga-banner a:hover {
    color: #7d6951;
}

.st_list-p a {
    color: #7d6951;
}

.st_list-p a:hover {
    text-decoration: underline;
}

span.related {
    display: inline;
    padding-right: 5px;
}

i.fa-solid.fa-circle-exclamation {
    color: red;
}

.wyptate-Uni-right a {
    color: #7d6951;
}

.block-banner-strona a:hover {
    color: #7d6951;
}

.wpis-content-wrapper img {
    max-width: 100%;
    height: auto;
}

.hero-btm-menu-list .active a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px; /* Długość podkreślenia */
    background-color: #7d6951; /* Kolor podkreślenia */
    position: static;
    bottom: 20px; /* Ustaw odstęp (padding) od tekstu */
    left: 0;
}

.hero-left-inner h3 {
    color: #1F2236;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.911px;
    margin-bottom: 24px;
}

.left-top-header a.active {
    font-weight: bold !important;
}

.universum-poz-item h3 {
    color: #1F2236;
    font-size: 25.63px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.319px;
    letter-spacing: -1.025px;
    padding: 24px 0;
}

i.fa-brands.fa-facebook-f.fb-top {
    font-size: 20px;
    padding-left: 10px;
    margin-top: 3px;
}

@media (min-width: 768px){
    .callto_action-btn {
        display: none !important;
    }

    a.nav-link.active {
        font-weight: bold;
    }
}

@media (max-width: 991px){
    .modal-body iframe {
        width: 100%;
    }
}

@media (max-width: 767px){
    .callto_action-btn {
        display: inline-block !important;
    }

    

    .Pogrzeb-items {
        min-height: auto;
    }

    .callto_action-btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        line-height: 35px;
        background: #F7F7F7;
        display: block;
        text-align: center;
        padding-top: 8px;
        font-size: 16px;
        position: fixed;
        left: 10px;
        bottom: 10px;
        display: none;
        z-index: 99999;
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        z-index: 99999;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) { 
    .rezerwacja-right p:first-child {
        margin-top: 37px;
    } 
}

@media screen and (max-width: 767px) { 
    .rezerwacja-right p:first-child {
        margin-top: 37px;
    } 
}


/* JUSIFY */
.niesiemy-right p {
    text-align: justify;
}

.funeral-services-industry-left p,
.hero-left-item p {
    text-align: justify;
}

.universum-poz-item p {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.rezerwacja-right p,
.ceremonia-right-item p,
.cr-p p,
.death-took-items p {
    text-align: justify;
}

.wpis-content-wrapper p {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.wyptate-Uni-left p,
.wyptate-Uni-left div,
.wyptate-Uni-right p {
    text-align: justify;
}

.funeral-services-industry-right {
    text-align: justify;
}

.we-are-active-item p {
    text-align: justify;
}

.cr-p p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.mapa-mobile-lokalizacje {
    padding-bottom: 15px;
}

#tabs-mobile {
    display: none;
}

#tabs-desktop {
    display: block;
}

#tabs-mobile .funeral_plants-map iframe {
    height: 300px;
}


.pozostate_bottom-item .bank-account-link {
    color: #000;
}

.pozostate_bottom-item p {
    margin-bottom: 10px;
}

.gren-fixed {
    position: fixed;
}

.oddziaty_title h2 {
    margin-bottom: 30px;
}

.oddziaty_title p {
    color: #fff;
    margin-bottom: 50px;
}

.oddziaty-itemss p small {
    color: #988464;
}

.pozostate-itemss i {
    color: #998565;
    font-weight: bold;
}

.frm_checkbox a {
    color: #998565;
    font-weight: bold;
}

.frm_checkbox a:hover {
    text-decoration: underline;
}

.kontakt-legend {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.oddziaty_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.oddzialy-p {
    color: #fff;
    margin-bottom: 50px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    font-size: 14px!important;
    font-weight: 400!important;
    display: block;
    width: 100% !important;
    padding: 12px 20px!important;
    border: 1px solid #C8C8C8!important;
    margin-bottom: 15px!important;
    outline: none!important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 20px;
    width: 100%!important;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    text-indent: 0px !important;
}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block !important;
    padding-left: 20px!important;
    padding-right: 10px!important;
    margin-top: -20px!important;
    text-align: justify;
    font-size: 14px !important;
    line-height: 20px !important;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #B94A48;
    margin-top: 20px;
    margin-bottom: 20px;
}

.universum-video .video-container img{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -190px;
}

@media (max-width: 768px){
    #tabs-mobile {
        display: block;
    }

    #tabs-desktop {
        display: none;
    }
}


/*KONICZYNA VET*/

.logo img {
    height: 100%;
    width: 100%;
}

#map {
    height: 346px; /* Wysokość kontenera */
    width: 100%; /* Szerokość kontenera */
}

.gm-style-iw-d {
    max-width: 200px;
}

.heading-map {
    color: #0A5170;
    font-size: 16px;
    font-style: normal;
    font-family: "ClashDisplay-Semibold", sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

#map :focus {
    outline: 0px solid transparent;
}

#map .link-map {
    color: #0A5170;
    font-weight: bold;
    font-family: "ClashDisplay-Regular", sans-serif;
}

#map .link-map:hover {
    color: #30CAFB;
    font-weight: bold;
}

#map p {
    margin-bottom: 10px;
    font-family: "ClashDisplay-Regular", sans-serif;
}

.przy-banner .hero-left a {
    background: #1AAA55;
    padding: 16px 24px;
    color: #fff;
}

.breadcrums a{
    background: none !important;
    padding: 0 !important;
    color: #0A5170 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin: 0 0 24px;
}

.breadcrums a:hover,
.breadcrums a:focus {
    color: #30CAFB !important;
}

.lista-banner-shape img {
    max-width: 80%;

}

.podpis-icon img {
    width: 50px;
    max-height: 50px;
}

.krotki-right p {
    font-size: 1.8rem;
}



.zespot-banner .lista-banner-shape {
    /* top: -130px; */
    max-height: 80%;
}

.grupa-banner .lista-banner-shape {
    top: -130px;
}

.single-usluga .grupa-banner .lista-banner-shape {
    top: -0px;
}

.short-cnt-left p {
    font-size: 1.8rem;
    text-align: justify;
}

.short-cnt-left ul li {
    font-size: 1.8rem;
}

.nagtowek-right ul {
 color: #fff;
 padding-left: 30px;
 list-style: circle;
}

.short-cnt-right p a {
    background: none;
    color: #0092CA;
}

.short-cnt-right p a:hover {
    background: none;
    text-decoration: underline;
    color: #0092CA;
}

.lang-single-person {
    height: 24px !important;
    width: 24px !important;
}

.nasz-info-main {
    min-height: 230px;
}

.follow-social-media {
    padding-right: 15px;
}

.social_icon {
    padding-right: 5px;
}

.footer_text_sm {
    color: #fff;
}

.footer_text_sm {
    padding-right: 10px;
}

.link_service__list {
    color: #0A5170;
}

.link_service__list:hover {
    color: #0092CA;
}

.short-cnt-left ul,
.podpis-left ul,
.krotki-right ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px;
}

.p-1,
.nagtowek-right p {
    text-align: justify;
}

.p-1 ul,
.nagtowek-right p ul {
    text-align: left;
}


.podpis-cnt .p-1  {
    text-align: left;
}

.podpis-icon {
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.hero-left {
    padding-right: 15px;
}

.ustugi-content {
    min-height: 120px;
}

.podpis-main-wrapper--two-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    padding-top: 60px;
}

.podpis-main-wrapper--three-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    padding-top: 60px;
}

.short-cnt-left__list {
    padding-left: 0px !important;
}

.short-cnt-left .short-cnt-left__list li span {
    padding: 16px 20px;
    border: 1px solid#0092CA;
    margin-right: 24px;
    width: 50px;
    min-width: 50px;
    text-align: center;
}


.page-id-24 .grupa-banner .lista-banner-shape {
    top: 0px;
}

/*Formidable Forms */

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 23.4px !important;
    background-color: #0092CA !important;
    background:#0092CA !important;
    border: none !important;
    display: block !important;
    border-radius: 0 !important;
    padding: 16px 24px !important;
    text-align: center !important;
    width: 100% !important;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: #0056b3 !important;
    background:#0056b3 !important;
    color: #fff !important;
}

.with_frm_style .frm_primary_label {
   
    color: #0A5170!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 21px!important;
    margin: 0 0 8px!important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 5px!important;
    width: 100%!important;
}

.frm_checkbox label {
    display: block;
    padding-left: 0px;
    color: #0A5170 !important;
    font-size: 12.64px !important;
    font-weight: 400;
    line-height: 18.96px;
    cursor: pointer;
    transition: 0.2s;
}

.with_frm_style .vertical_radio .frm_checkbox label {
    color: #0A5170 !important;
    font-size: 12.64px !important;
    padding-left: 40px!important;
    margin-top: 20px!important;
}

/*Formidable Forms */

a.copyright__author {
    color: #eee;
    font-weight: bold;
    font-size: 12px;
}

a.copyright__author:hover {
    text-decoration: underline;
}

.footer_bottom .fb_icon {
    display: flex;
    align-items: baseline;
}

.col-lg-8.footer_btm_p {
    margin-bottom: 10px;
}


.single-post figure.wp-block-image {
    margin: 0;
}

.single-post .wp-block-image img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-post .poj-details-wrapper ul {
    padding-left: 40px;
    margin-bottom: 30px;
}

.single-post .poj-details-wrapper ul li {
    list-style: circle;
    display: list-item;
    margin-bottom: 10px;
}

.gallery-col {
    margin-bottom: 30px;
}

.gallery-title h2 {
    font-size: 25.63px;
    font-weight: 600;
    line-height: 33.319px;
    margin-bottom: 30px;
}


.single-post .poj-details-wrapper p {
    font-size: 18px;
    line-height: 26px;
}

.single-post .poj-details-wrapper ul li {
    font-size: 18px;
    line-height: 26px;
}

.author_info_content p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}



@media (min-width: 1200px){
    .nasz-slider-content .nasz-info {
        min-height: 330px;
    }

    .nasz-slider-content .nasz-link {
        position: static;
        padding-top: 25px;
    }

    .mt-8, .my-8 {
        margin-top: 8rem!important;
    }

    #menu>li>a {
        font-weight: bold !important;
        font-size: 1.6rem !important;
    }
    
    .logo {
        max-width: 30.9rem;
    }
    
    /* .logo img {
        height: 100%;
        width: 290px;
    } */
}

@media (max-width: 768px) {
    .short-cnt-left p {
        font-size: 1.5rem;
    }

    .short-cnt-left ul li {
        font-size: 1.5rem;
    }


    .button-umow-wizyte {
        margin-top: 30px;
        display: inline-block;
    }
	
	.fb_icon_new {
		margin-top: 0rem;
	}
    
}


#wpadminbar {
    position: fixed;
    top: 0 !important;
}

.header__menu {
    margin: 0px;
    list-style: none;
}

.footer__newsletter {
    color: #fff;
}

.footer_logo_kz {
    max-width: 200px !important;
    margin-bottom: 15px;
}

ol {
    list-style: circle !important;
}

.woocommerce-checkout .checkout-bar li.active:after,
ul.checkout-bar li.visited:after, ul.checkout-bar:before {
    background-color: #dc9814 !important;
}

.header__cart {
    position: relative;
    display: inline-block;
}

.header__cart .cart-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    background-color: #dc9814;
    color: white;
    border-radius: 50%;
    padding: 5px 5px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: -15px;
}





#main-section .entry-title {
    margin-bottom: 30px;
}

#main-section p {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{
    margin-bottom: 30px;
}



strong {
    font-weight: 700;
}

#wp-admin-bar-comments,
#wp-admin-bar-wp-logo,
#wp-admin-bar-new-content {
    display: none !important;
}


.woocommerce-billing-fields__field-wrapper #billing_country_field {
    display: none;
}


.wpcf7-form p {
    margin: 0;
    padding: 0;
    display: inline-block; /* lub inline, w zależności od potrzeb */
}

.control p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox p {
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.control p .wpcf7-form-control {
    flex-grow: 1;
    border-radius: 5px 0 0 5px;
}

.control button[type="submit"] {
    border-radius: 0 5px 5px 0;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none !important; 
}

.footer form .control input {
    width: 100% !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #fff;
    background: #ff0000;
    font-size: 14px;
}

.container__title {
    margin-top: 0px;
}

.course__image img {
    width: 100% !important;
}

.course__image {
    border-radius: 24px 24px 0 0 !important;
}


.product-details-wrapper, .single-product .woocommerce-Tabs-panel, .single-product .archive-header .woocommerce-breadcrumb, .plp-below.archive.woocommerce .archive-header .woocommerce-breadcrumb, .related.products, .site-content #sspotReviews:not([data-shortcode="1"]), .upsells.products, .composite_summary, .composite_wrap, .wc-prl-recommendations, .yith-wfbt-section.woocommerce {
    max-width: 100% !important;
}


#sspotReviews, .product-details-wrapper, .related.products, .single-product .archive-header .woocommerce-breadcrumb, .single-product .woocommerce-Tabs-panel, .upsells.products, .wc-prl-recommendations, .woocommerce-tabs.wc-tabs-wrapper, .yith-wfbt-section.woocommerce {
    padding-right: 0px !important;
    padding-left: 0px !important;
}




@media (min-width: 993px) {
    .woocommerce-tabs {
        padding-top: auto;
        padding-bottom: auto;
    }
}

.related-wrapper {
    display: none;
}

@media (min-width: 993px) {
    .woocommerce-tabs {
        padding-top: 0px !important;
        padding-bottom: 0px  !important;
    }
}


.woocommerce-tabs .panel {
    padding-top: 0px !important;
}

@media (max-width: 768px){
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    a.header__cart {
        padding-right: 15px;
    }
}


.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

/* 
td.product-quantity {
    display: none !important;
} */


@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

@media (max-width: 768px){
    h3 {
        font-size: 26px;
    }
}

.timeline-design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 0;
}

img.timeline-img-content {
    max-width: 400px;
    padding-top: 15px;
}

.timeline-design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    width: 80%;
    height: auto;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.timeline-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
    color: #444344;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
}



.timeline-component {
    margin: 0px 20px 20px 20px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-component.timeline-content:nth-child(3n + 1) {
        grid-column: 1 / 2; /* Elementy wstawiane w pierwszej kolumnie (lewa strona) */
    }

    .timeline-component.timeline-content:nth-child(3n + 2) {
        grid-column: 3 / 4; /* Elementy wstawiane w trzeciej kolumnie (prawa strona) */
    }

    .timeline-middle {
        position: relative;
        width: 3px;
        height: 100%;
        grid-column: 2 / 3; /* Linia pośrodku */
    }

    .timeline-middle:before {
        content: '';
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100px;
        background: repeating-linear-gradient(
            to bottom,
            #444344,
            #444344 50px,
            #444344 50px,
            #444344 100px
        );
    }

    .timeline-middle:nth-of-type(2):before {
        content: '';
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100px;
        background: linear-gradient(
            to bottom,
            #ffffff,
            #444344
        );
    }

    .timeline-middle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100%;
        background: #444344;
    }

    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 45px; /* Zwiększono rozmiar, aby lepiej pasowało do SVG */
        height: 45px;
        border-radius: 50%;
        background-image: url('https://kasia-zasiadly.jelly.ak4.pl/wp-content/themes/kasia-zasiadly/assets/star.svg');
        background-size: cover; /* Ustawienie na 'cover' dopasowuje obraz do rozmiaru kontenera */
        background-position: center;
        background-repeat: no-repeat;
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px){
    .timeline {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        flex-direction: column;
        position: relative;
    }
}

@media (max-width: 1024px){
    img.timeline-img-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .timeline {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .timeline-content img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .timeline-design-section {
        padding: 0px 0;
    }

    img.timeline-img-content {
        max-width: 100%;
    }

    .timeline-middle {
        display: none;
    }

    .timeline-component.timeline-content {
        padding-left: 0px;
        position: relative;
        margin-left: auto;
        width: 100%; /* Zapewnia odpowiednie wyrównanie */
    }

    .timeline-component {
        margin-right: 0px;
        padding-right: 0px;
    }

    .timeline-circle {
        position: absolute;
        top: 20px;
        left: -20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-image: url('https://kasia-zasiadly.jelly.ak4.pl/wp-content/themes/kasia-zasiadly/assets/star.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 420px){
    img.timeline-img-content {
        max-width: 280px;
    }
}


.text-center {
    text-align: center;
}

#timeline-header {
    padding-bottom: 50px;
}



input#main__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ea42a6;
    color: #fffefc;
    height: 64px;
    padding: 16px 32px;
    border-radius: 40px;
    gap: 6px;
    font-size: 24px;
    transition: background-color ease .5s;
}

.block-formularz-kontaktowy input[type=email], .block-formularz-kontaktowy input[type=password], .block-formularz-kontaktowy input[type=tel], .block-formularz-kontaktowy input[type=text], .block-formularz-kontaktowy input[type=url], .block-formularz-kontaktowy textarea {
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 15px;
    font-size: 16px;
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: 1 !important;
}

.block-formularz-kontaktowy input#main__button {
    margin-bottom: 0px;
    width: 100%;
}

.block-formularz-kontaktowy input[type="checkbox"], .block-formularz-kontaktowy input[type="radio"] {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-color: #fff;
}

.block-formularz-kontaktowy input[type=email]::placeholder, 
.block-formularz-kontaktowy input[type=password]::placeholder, 
.block-formularz-kontaktowy input[type=tel]::placeholder, 
.block-formularz-kontaktowy input[type=text]::placeholder, 
.block-formularz-kontaktowy input[type=url]::placeholder, 
.block-formularz-kontaktowy textarea::placeholder {
    color: #B3B3B3;
    opacity: 1; /* Upewnij się, że placeholder nie jest zbyt przezroczysty */
}

/* Dla starszych przeglądarek */
.block-formularz-kontaktowy input[type=email]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=password]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=tel]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=text]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=url]::-webkit-input-placeholder, 
.block-formularz-kontaktowy textarea::-webkit-input-placeholder {
    color: #B3B3B3;
}

.block-formularz-kontaktowy input[type=email]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=password]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=tel]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=text]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=url]:-moz-placeholder, 
.block-formularz-kontaktowy textarea:-moz-placeholder {
    color: #B3B3B3;
}

.block-formularz-kontaktowy input[type=email]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=password]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=tel]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=text]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=url]::-moz-placeholder, 
.block-formularz-kontaktowy textarea::-moz-placeholder {
    color: #B3B3B3;
}

.block-formularz-kontaktowy input[type=email]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=password]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=tel]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=text]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=url]:-ms-input-placeholder, 
.block-formularz-kontaktowy textarea:-ms-input-placeholder {
    color: #B3B3B3;
}


span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 14px;
}


.block-formularz-kontaktowy label {
    display: inline-flex;
    align-items: flex-start; /* Wyrównanie checkboxa i tekstu do góry */
}

.block-formularz-kontaktowy label .wpcf7-list-item-label {
    margin-left: 10px; /* Odstęp między checkboxem a tekstem */
    line-height: 1.5; /* Opcjonalne - poprawienie czytelności tekstu */
}

.block-formularz-kontaktowy label input[type="checkbox"] {
    margin-top: 3px; /* Opcjonalne - dopasowanie pozycji checkboxa */
}


.block-formularz-kontaktowy .wpcf7-not-valid {
    background-color: #ffdff2;
}

.block-formularz-kontaktowy .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

@media (max-width: 768px){
    .main__image_contact {
        margin-top: 15px;
    }
}

.cart-count {
    display: none;
}


@media (max-width: 768px){
    .checkout-wrap {
        margin-bottom: 90px !important;
        margin-top: -25px !important;
    }
    ul.checkout-bar li {
        font-size: 12px !important;
    }
}


.company-field {
    display: none; /* Ukrywanie domyślne */
    margin-bottom: 20px;
}


#billing_company_select_field label {
    font-size: 14px !important;
    font-weight: 700;
}

.form-row label {
    display: block;
    font-family: Montserrat !important;
}

#payment .payment_methods li p, .woocommerce-shipping-calculator,
#main-section p{
    font-family: Montserrat !important;
}


/* Stylizacja dla popupu */
.search-popup {
    display: none; /* Ukryty na początku */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Półprzezroczyste tło */
}

.search-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Szerokość okna popup */
    max-width: 600px; /* Maksymalna szerokość */
    text-align: center;
}

.search-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.search-close:hover,
.search-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.hero-paginations-content ul li a {
    text-transform: uppercase;
}

#payment .place-order .button, .woocommerce a.checkout-button.button.alt {
    color: #fff;
}

#payment .place-order .button:hover, .woocommerce a.checkout-button.button.alt:hover {
    color: #fff;
    background: #7d6951;
}

.checkout_coupon .form-row button {
    color: #fff;
}

.checkout_coupon .form-row button:hover {
    color: #fff;
    background: #7d6951;
}

.checkout_coupon input {
    color: #000;
}

.col-full, .single-product .site-content .shoptimizer-sticky-add-to-cart .col-full, body .woocommerce-message, .single-product .site-content .commercekit-sticky-add-to-cart .col-full, .wc-block-components-notice-banner {
    max-width: 100% !important;
} 


.xoo-wsc-img-col img {
    width: 190px !important;
    height: auto !important;
    max-height: 100px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.xoo-wsc-img-col img {
    width: 80px !important;
    height: 80px !important;
}

.logo-dostawy-footer {
    height: 30px;
    width: auto;
}

span.woocommerce-Price-amount.amount {
    padding-left: 0px !important;
}


.button.alt.geowidget_show_map, #geowidget_show_map {
    width: 100% !important; 
    max-width: 100% !important;
    padding: 12px 10px 12px 10px !important;
    font-weight: normal;
}

.product-item-thumbnail img {
    width: 50px !important;
    height: 50px!important;
    object-fit: cover!important; 
}

.includes_tax .woocommerce-Price-amount.amount {
    padding-left: 0px !important;
}

.call-back-feature {
    display: none !important;
}

@media (max-width: 768px){
    .woocommerce-cart .woocommerce-notices-wrapper {
        margin-top: 60px !important;
    }

}

@media (max-width: 991px){
    .woocommerce-cart-form {
        width: 100% !important;
    }

    .cart-collaterals {
        width: 100% !important;
    }

    .cart-custom-field img {
        max-width: 100%;
    }
}


.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 100px;
}


div#tab-description {
    margin-top: 100px;
}


.newslettera-form input[type="checkbox"] {
    width: 5% !important;
    float: left;
    margin-top: 10px;
    height: 20px;
    margin-right: 15px !important;
    margin-bottom: 30px !important;
}

.sub-btns {
    margin-top: 30px;
}


.filtruj-producty-menu-page h1.woocommerce-products-header__title.page-title {
    display: none !important;
}

@media (max-width: 992px) {
    .sticky-m .mobile-filter, .sticky-m #cgkitpf-horizontal {
        top: 0px !important;
    }

    .filtruj-producty-menu-page {
        padding: 15px 0 !important;
    }

    .filtruj-producty-menu-right {
        display: none !important;
    }

    .woocommerce.archive.filter-open #secondary, .wc-active.search-results.filter-open #secondary, .page-template-template-woocommerce-archives.filter-open #secondary, .woocommerce.archive.yith-wcan-preset-modal-open #secondary {
        z-index: 99999 !important;
    }

    .filter-open .filters.close-drawer {
        z-index: 99999 !important;
    }

    .mySwiper1 .swiper-slide {
        height: 62px !important;
        margin-top: 5px !important;
    }

    .checkout-pagi-link ul {
        display: inline-block !important;
    }

    .checkout-pagi-link ul li {
        display: inline !important;
        padding-right: 2px;
    }

    .checkout-pagi-link ul li a {
        margin-bottom: 0px;
    }
   
}

#searchPopup .product_price {
    display: flex;
    align-items: center;
    margin: 0 auto;
} 

#searchPopup .product_price .symbol {
    order: 2; /* Przesuwa symbol waluty za kwotę */
    margin-left: 5px; /* Opcjonalne: odstęp pomiędzy kwotą a symbolem */
}

#searchPopup .product_price .tax_text {
    order: 3; /* Ustawienie kolejności dla tax_text, jeśli ma być na końcu */
}

#searchPopup .product_price span {
    order: 1; /* Ustawienie kolejności dla kwoty */
}


.ss_modal .ss_modal_header .ss_modal_search label:after {
    background-color: #7D6951 !important;

}

@media screen and (max-width: 576px) {
    .mobile-menu-item .menu-item {
        display: block !important;
    }
}
.sub-menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    transform: translateY(0) !important;
    z-index: 1000 !important;
    background-color: #fff !important;
    border: 1px solid #b0b0b0 !important;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1) !important;
    min-width: 200px !important;
    margin-left: 0px !important;
}

.menu-item:hover > .sub-menu {
    display: block !important;
}

.sub-menu li {
    display: block !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    white-space: nowrap !important;
}

.sub-menu li a {
    color: #333 !important;
    text-decoration: none !important;
    display: block !important;
}

.sub-menu li a:hover {
    background-color: #fff !important;
    color: #7d6951 !important;
}

.menu-item {
    position: relative !important;
}

.menu-item:hover > .sub-menu {
    transform: translateY(0) !important;
}

.icon-wrapper {
    display: none !important;
}

.menu-item ul li a {
    text-transform: uppercase !important;
}

.shop-menu-link a {
    color: #ccb28a !important;
    font-weight: bold !important;
}

.current_page_item a,
.current-menu-item a {
    font-weight: bold !important;
}

.sub-menu .current-menu-item {
    background: #ccb28a !important;
}

.mobile-menu-item a {
    text-transform: uppercase !important;
}

.mobile-menu-item .shop-menu-link a {
    color: #fff !important;
}

@media (max-width: 768px){
    #searchPopup {
        width: 80% !important;
    }
}


.container.checkout-container {
    margin-top: 70px;
}

.woocommerce-MyAccount-navigation ul {
    width: 100%;
}

.woocommerce-MyAccount-content a {
    color: #7D6951 !important;
}

.woocommerce-MyAccount-content a:hover {
    color: #7D6951 !important;
    font-weight: bold;
}


.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button {
    background: transparent !important;
    color: #fff !important;
}

.woocommerce-MyAccount-content a.button.wc-forward {
    background: transparent !important;
    color: #fff !important;
}

.woocommerce-Address-title {
    display: contents !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.addresses header.title a {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
}

p.woocommerce-LostPassword.lost_password a {
    color: #7D6951 !important;
}

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 400px;
}

a.woocommerce-terms-and-conditions-link {
    color: #7D6951 !important;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none !important;
}

ul.product-categories {
    font-family: "Montserrat", sans-serif;
}


.widget .widget-title, .widget .widgettitle, .widget.widget_block h2 {
    color: #383838;
    font-family: "Playfair Display" !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 26px !important;
    margin-bottom: 16px;
}

.below-woocommerce-category h2 {
    font-family: "Playfair Display" !important; 
}

.below-woocommerce-category p {
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 20px; 
}

.new-pd-img img {
    max-height: 350px !important;
}


#product-slider-left .swiper-slide img {
    max-height: 700px;
    width: auto;
    margin: 0 auto;
}

span.ckit-chosen-attribute_semicolon {
    display: none !important;
}

.variations .cgkit-chosen-attribute {
    display: none !important;
}

.variations .label {
    padding: 0px;
    display: block;
    width: 100%;
}

.variations_form table td, .variations_form .variations table th {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    display: block;
}

h1.product_title.entry-title {
    color: #383838;
    font-family: "Playfair Display";
    font-size: 41.05px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.365px;
    margin-bottom: 16px;
}

.single-product .container.checkout-container {
    margin-top: 0px !important;
}


.single-product .checkout-product-details .price {
    color: #BC9153 !important;
    font-size: 25.63px !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 33.319px !important;
    display: inline-flex !important;
    margin-bottom: 0px !important;
}

.single-product .checkout-product-details .price bdi {
    color: #BC9153 !important;
    font-size: 25.63px !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 33.319px !important;
    display: inline-flex !important;
    margin-bottom: 0px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.single-product .checkout-product-details span.woocommerce-Price-currencySymbol {
    color: #BC9153;
    font-size: 25.63px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 33.319px;
    display: inline-flex !important;
    margin-bottom: 0px !important;
}


.single-product .woocommerce-product-details__short-description p {
    color: #434343;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 32px;
    font-family: "Montserrat", sans-serif;
}

.single-product fieldset {
    padding: 5px 0px !important;
    border: 0px solid transparent !important;
}

.single-product .product-widget fieldset legend {
    display: none !important;
}

.single-product .product-widget fieldset img {
    display: block;
    width: 100%;
}


.single-product .variations tbody tr {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

.single-product .variations tbody {
    display: flex;
    flex-wrap: wrap;
}

.single-product .variations th.label,
.single-product .variations td.value {
    width: 100%;
}


a.reset_variations {
    display: none !important;
}

.single-product input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: auto !important;
    margin: 0 !important;
}


/* Show the spinner controls even when not focused */
.single-product input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 55px;
}

/* Force the spinner controls to be visible on all states */
.single-product input[type="number"]::-webkit-inner-spin-button, 
.single-product input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1; /* Ensure the arrows are visible */
    display: block;
}


.single-product .quantity-add-to-cart {
    display: flex;
    align-items: center; /* Wyrównanie elementów w pionie */
}

.single-product .quantity {
    margin-right: 10px; /* Odstęp między polem ilości a przyciskiem */
}

.single-product .add-to-cart-button {
    padding: 10px 20px; /* Dostosowanie rozmiaru przycisku */
    white-space: nowrap; /* Zapobiega łamaniu tekstu w przycisku */
}


.single-product .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
}

.single-product .woocommerce-variation-add-to-cart .quantity {
    margin-right: 10px; /* Odstęp między polem ilości a przyciskiem */
}

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 0; /* Usuń ewentualne marginesy, które mogłyby przesunąć przycisk */
}


.accordion h3 {
    line-height: normal !important;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 0px !important;
}

.checkout-faq-inner {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    background-color: #AD7E45 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    background-color: #000 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
} */

p.stock.in-stock {
    display: none;
}


.checkout-product-details small.omnibus-lowest-price {
    color: #1c781b;
}

.woocommerce-variation-price, .omnibus-container {
    display: flex;
}

.woocommerce-variation-price {
    display: flex;
    align-items: center;
}

.woocommerce-variation-price .price {
    margin-right: 10px; /* Dostosuj odstęp między ceną a tekstem */
}

small.omnibus-lowest-price {
    display: flex;
}


.omnibus-container .woocommerce-Price-currencySymbol {
    color: #1c781b !important;
    font-size: 14px !important;
}

.checkout-product-details .omnibus-container {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.accordion>div p {
    padding-bottom: 15px;
    margin-top: 15px;
    color: #434343;
}

.accordion ul {
    padding-left: 30px;
}

.accordion ul,
.accordion li {
    color: #434343;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    list-style-type: circle;
}


.commercekit-ajs-results {
    position: absolute;
    overflow-y: auto;
    min-height: 280px;
    overflow-x: hidden;
    background: #fff !important;
    z-index: 333;
}

a.commercekit-ajs-view-all {
    color: #fff !important;
}

.product-widget {
    margin-bottom: 50px !important;
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
    background: #AD7E45 !important;
}


button.single_add_to_cart_button.button.alt:hover {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    background: #000 !important;
}

.omnibus-lowest-price {
    font-family: "Montserrat", sans-serif !important; 
}

.omnibus-lowest-price span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #1c781b;
}

.omnibus-lowest-price .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #1c781b !important;

}

.omnibus-lowest-price bdi {
    margin-left: 5px;
    margin-right: 5px;
}

.single-product .cart {
    min-height: 50px;
}

p.price-100ml {
    color: #858282;
    font-style: italic;
}





.single-product .cart {
    display: flex;
}

.single-product .swiper-slide img {
    max-height: 600px !important;
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
}

.single-product .checkout-sub-btn {
    margin-bottom: 32px;
    width: 100%;
}

.single-product .variations_form {
    display: block !important;
}

.cross-sells h2 {
    font-family: "Playfair Display" !important; 
}

#secondary .widget .current-cat > a, #secondary .widget .current-cat > a:hover {
    color: #bc9153;
    font-weight: 800 !important;
    text-decoration: underline;
}

.woocommerce-widget-layered-nav-list__item--chosen a {
    color: #bc9153 !important;
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif !important; 
    text-decoration: underline !important;
}

.img-post {
    max-height: 500px !important;
    width: auto !important;
}


.cat-item-129,
.cat-item-142,
.cat-item-136,
.cat-item-135,
.cat-item-146,
.cat-item-141,
.cat-item-145,
.cat-item-149,
.cat-item-148,
.cat-item-130,
.cat-item-143,
.cat-item-150,
.cat-item-152,
.cat-item-151 {
	display: none !important;
}

.single-product .thums-img-item img {
    max-width: 100px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: fill;
    margin: 0 auto;
}





a.showlogin {
    font-weight: bold;
    text-decoration: underline;
}


@media screen and (max-width: 576px) {
    .new-pd-img {
        height: 300px !important;
    }

    .woocommerce-pagination .page-numbers li .page-numbers {
        width: 30px;
        height: 30px; 
    }
}


.woocommerce-checkout footer,
.woocommerce-cart footer {
    display: none !important;
}

.vat-info {
    display: inline;
}


.vat-info, .vat-info .woocommerce-Price-amount, .vat-info bdi, .vat-info .woocommerce-Price-currencySymbol {
    font-size: 11px !important;
    color: #030303 !important;
    font-weight: 300 !important;
    display: inline;
}


.wips__content__top__card ul {
    display: flex;
    flex-direction: column;
    list-style: decimal;
    gap: 14px;
    padding-left: 20px;
}


.organic__content {
    max-width: 525px;
}

#organic__content2 {
    max-width: 100% !important; 
}
.euthis-cart-notices {
    margin-bottom: 24px;
}

.euthis-cart-notices .woocommerce-error,
.euthis-cart-notices .woocommerce-info,
.euthis-cart-notices .woocommerce-message {
    margin: 0 0 16px;
    list-style: none;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #c059dd;
    padding: 10px 14px;
    color: #fff !important;
    border: 0;
}

.woocommerce-error {
    margin-bottom: 10px !important;
}

.coupon__row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coupon__row .input__field {
    flex: 1;
    margin-bottom: 0;
}

.coupon__row .input__field input {
    width: 100%;
    height: 24px;
}

.coupon__row .btns {
    min-width: 160px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-item-meta dl {
    margin: 8px 0 0;
}

.cart-item-meta dt,
.cart-item-meta dd {
    font-size: 14px;
    line-height: 1.4;
}

#product__cart__cards__btn-buy a {
    background: #2c3a15;
    color: #fff;
}

#product__cart__cards__btn-buy a:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

.product__table .cart-remove-btn,
.mobile__product__cart .cart-remove-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #c79a2b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    transition: 0.3s ease;
    padding: 0;
}

.product__table .cart-remove-btn:hover,
.mobile__product__cart .cart-remove-btn:hover {
    background: #b88b21;
    transform: scale(1.04);
}

.product__table .cart-remove-btn img,
.mobile__product__cart .cart-remove-btn img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}

.product__table td:last-child {
    text-align: center;
    vertical-align: middle;
}

/* =========================
   QUANTITY
========================= */

.product__table td:nth-child(2) {
    width: 150px;
}

.product__table .quantity__count,
.mobile__products__all__cards .quantity__count {
    display: grid;
    grid-template-columns: 42px 44px 42px;
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    height: 42px;
    border: 1px solid #4a5a2a;
    overflow: hidden;
    background: #fff;
}

.product__table .quantity__count .qty-btn,
.mobile__products__all__cards .quantity__count .qty-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
}

.product__table .quantity__count .qty-btn.minus,
.mobile__products__all__cards .quantity__count .qty-btn.minus {
    border-right: 1px solid #d9d9d9;
}

.product__table .quantity__count .qty-btn.plus,
.mobile__products__all__cards .quantity__count .qty-btn.plus {
    border-left: 1px solid #d9d9d9;
}

.product__table .quantity__count .qty-number,
.mobile__products__all__cards .quantity__count .qty-number {
    width: 44px;
    min-width: 44px;
    height: 42px;
    background: #2c430b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}

.product__table .quantity__count .qty-btn:hover,
.mobile__products__all__cards .quantity__count .qty-btn:hover {
    background: #f7f7f7;
}

.product__table .quantity__count .qty-btn:focus,
.product__table .quantity__count .qty-btn:active,
.mobile__products__all__cards .quantity__count .qty-btn:focus,
.mobile__products__all__cards .quantity__count .qty-btn:active {
    outline: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .coupon__row {
        flex-direction: column;
    }

    .coupon__row .btns {
        width: 100%;
        min-width: 100%;
    }
}


.coupon__row .btns:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}


.product__cart__cards h6 {
    margin-bottom: 20px;
}

.product__cart__card {
    padding: 0px;
    background: #fff;
}

.product__cart__card #order_review {
    width: 100%;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
}

.product__cart__card .prodcut__cart__s__card {
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #e5e5e5;
}

.product__cart__card .table__imgs {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 auto;
    min-width: 0;
}

.product__cart__card .table__imgs img {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: auto;
    display: block;
}

.product__cart__card .table__imgs > div {
    min-width: 0;
    flex: 1 1 auto;
}

.product__cart__card .table__imgs h6 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
}

.product__cart__card .table__imgs p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.product__cart__card .summary-line-price {
    min-width: 90px;
    text-align: right;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.3;
    padding-top: 4px;
}

.product__cart__card .summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product__cart__card .summary__row span:first-child {
    color: #111;
}

.product__cart__card .summary__row span:last-child {
    text-align: right;
}

.product__cart__card .summary__row--total {
    border-bottom: 0;
    padding-bottom: 0;
}

.product__cart__card .summary__row--total h4 {
    margin: 0;
}

.euthis-checkout-submit {
    margin-top: 20px;
}

.euthis-checkout-submit .sogno-checkout-consents,
.euthis-checkout-submit .sogno-checkout-consents--marketing {
    margin-bottom: 18px;
}

.euthis-checkout-submit .form-row {
    margin-bottom: 12px;
}

.euthis-checkout-submit .woocommerce-form__label.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.euthis-checkout-submit .woocommerce-form__input-checkbox {
    margin-top: 3px;
    min-width: 16px;
}

.product__cart__cards__btn .btns,
#place_order.btns {
    width: 100%;
}

@media (max-width: 991px) {
    .product__cart__card {
        padding: 20px;
    }

    .product__cart__card .table__imgs img {
        width: 64px;
        min-width: 64px;
        max-width: 64px;
    }

    .product__cart__card .summary-line-price {
        min-width: 80px;
    }
} 


ul.payment_methods li[class*=payment_method] {
    margin: 0;
    padding: 15px 15px !important;
}

#kupuje-place button {
    background: #2c3a15;
}

#kupuje-place button:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}


.quality__verify__rules .accordion-item {
    border-bottom: 1px solid #d9d9d9;
}

.quality__verify__rules .accordion-collapse.show {
    border-bottom: 1px solid #314712;
}

.quality__verify__rules .accordion-item:has(.accordion-collapse.show) {
    border-bottom: 0;
}

.quality__verify__rules .accordion-item {
    border-bottom: 1px solid #d9d9d9;
}

.quality__verify__rules .accordion-item:has(.accordion-collapse.show) {
    border-bottom: 1px solid #314712;
}

.quality__verify__rules .accordion-button {
    position: relative;
}

.quality__verify__rules .accordion-item {
    border: 0;
    background: transparent;
}

.quality__verify__rules .accordion-header {
    position: relative;
}

.quality__verify__rules .accordion-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d9d9d9;
    pointer-events: none;
}

.quality__verify__rules .accordion-button {
    position: relative;
    padding: 0 50px 28px 0;
    background: transparent;
    box-shadow: none !important;
    border: 0 !important;
}

.quality__verify__rules .accordion-button.collapsed {
    padding-bottom: 28px;
}

.quality__verify__rules .accordion-button:not(.collapsed) {
    padding-bottom: 28px;
    color: #314712;
}

.quality__verify__rules .accordion-collapse {
    border: 0 !important;
    background: transparent;
}

.quality__verify__rules .accordion-body1 {
    padding: 28px 0 22px 0;
    box-shadow: inset 0 -1px 0 transparent;
}

.quality__verify__rules .accordion-collapse.show .accordion-body1 {
    box-shadow: inset 0 -1px 0 #314712;
} 

.euthis-myaccount-sidebar .product__cart__card {
    padding: 0;
}

.euthis-myaccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.euthis-myaccount-navigation li:last-child {
    border-bottom: 0;
}

.euthis-myaccount-navigation a {
    display: block;
    padding: 16px 20px;
    color: #1f1f1f;
    text-decoration: none;
    transition: 0.2s ease;
}

.euthis-myaccount-navigation a:hover {
    color: #314712;
}

.euthis-myaccount-navigation .is-active a {
    background: #314712;
    color: #fff;
}

.euthis-myaccount-content {
    min-height: 100%;
}

.euthis-myaccount-content .woocommerce-message,
.euthis-myaccount-content .woocommerce-info,
.euthis-myaccount-content .woocommerce-error {
    margin-bottom: 20px;
}

.euthis-myaccount-content h2,
.euthis-myaccount-content h3 {
    margin-bottom: 20px;
}

.euthis-myaccount-content .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.euthis-myaccount-content .woocommerce-Address {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

@media (max-width: 991px) {
    .euthis-myaccount-content .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}  

.input__field textarea {
    width: 100%;  
}


.mobile__product__cart img {
    width: 100px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .products__quantity2 {
        width: 100%;
    }
}


.quantity__count {
    min-width: 200px;
}

.check__filter {
    min-width: 16px;
}


.product__table table th,
.product__table table td {
	text-align: center;
	vertical-align: middle;
}

.product__table table th:first-child,
.product__table table td:first-child {
	text-align: left;
}


.cart-item-multibuy-row td {
	padding-top: 0 !important;
	border: 0 !important;
}

.cart-item-multibuy-row__inner {
	padding: 0 0 18px 0;
}

.cart-item-multibuy-row__inner .excellent.euthis-cart-multibuy-bar,
.cart-item-multibuy-mobile .excellent.euthis-cart-multibuy-bar {
	display: flex;
	align-items: center;
	margin: 0;
	max-width: 760px;
}

.cart-item-multibuy-mobile {
	margin-top: 16px;
}

.cart-item-multibuy-row__inner .excellent.euthis-cart-multibuy-bar p,
.cart-item-multibuy-mobile .excellent.euthis-cart-multibuy-bar p {
	margin: 0;
}

span.woocommerce-input-wrapper {
    width: 100%;
}


.header__search input[type="search"] {
  padding-left: 15px;
}

.header__search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  cursor: pointer;
  background: no-repeat center / 18px 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23C89B2B' stroke-width='2.2' stroke-linecap='round'><path d='M5 5l10 10M15 5L5 15'/></svg>");
} 


.blog__list__wrap .row > [class*="col-"] {
    display: flex;
}

.blog__list__wrap .blog__list__single__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog__list__wrap .blog__card__img {
    height: 260px; 
    overflow: hidden;
    flex-shrink: 0;
}

.blog__list__wrap .blog__card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog__list__wrap .blog__card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.blog__list__wrap .blog__card__content .btns {
    margin-top: auto;
}


 .header__menu ul li a:hover
 {
    font-weight: 500 !important;
}

.filter__single__card.position-relative {
    padding-bottom: 30px;
}


.hero__area {
	overflow: hidden;
}

.hero__img__right,
.hero__img__left {
	pointer-events: none;
	will-change: transform;
	backface-visibility: hidden;
}

/* prawa gałązka */
.hero__img__right {
	transform-origin: 80% 20%;
	animation: euthis-olive-sway-right 8s ease-in-out infinite;
}

/* lewa gałązka */
.hero__img__left {
	transform-origin: 20% 25%;
	animation: euthis-olive-sway-left 9s ease-in-out infinite;
	animation-delay: -2s;
}

@keyframes euthis-olive-sway-right {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	20% {
		transform: translate3d(-2px, 1px, 0) rotate(-1deg);
	}
	40% {
		transform: translate3d(1px, -1px, 0) rotate(0.8deg);
	}
	60% {
		transform: translate3d(-1px, 1px, 0) rotate(-0.7deg);
	}
	80% {
		transform: translate3d(2px, 0, 0) rotate(0.9deg);
	}
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
}

@keyframes euthis-olive-sway-left {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	20% {
		transform: translate3d(2px, 1px, 0) rotate(1deg);
	}
	40% {
		transform: translate3d(-1px, -1px, 0) rotate(-0.8deg);
	}
	60% {
		transform: translate3d(1px, 1px, 0) rotate(0.6deg);
	}
	80% {
		transform: translate3d(-2px, 0, 0) rotate(-0.9deg);
	}
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero__img__right,
	.hero__img__left {
		animation: none;
	}
} 


.euthis-myaccount-content {
	--euthis-account-bg: #f8f6ef;
	--euthis-account-white: #ffffff;
	--euthis-account-border: #d8dece;
	--euthis-account-text: #5f665b;
	--euthis-account-heading: #102f1c;
	--euthis-account-accent: #a3b18a;
	--euthis-account-radius: 20px;
}

.euthis-myaccount-content .woocommerce-message,
.euthis-myaccount-content .woocommerce-error,
.euthis-myaccount-content .woocommerce-info {
	margin-bottom: 24px;
	border-radius: 16px;
	border: 1px solid var(--euthis-account-border);
	background: var(--euthis-account-white);
	padding: 16px 20px;
}

.euthis-account-section-title {
	margin: 0 0 10px;
	color: var(--euthis-account-heading);
	font-size: 32px;
	line-height: 1.15;
	font-weight: 600;
}

.euthis-account-section-desc,
.euthis-account-intro {
	margin: 0;
	color: var(--euthis-account-text);
	font-size: 16px;
	line-height: 1.7;
}

.euthis-account-addresses__intro {
	margin-bottom: 28px;
}

.euthis-address-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.euthis-address-card {
	background: var(--euthis-account-white);
	border: 1px solid var(--euthis-account-border);
	border-radius: var(--euthis-account-radius);
	padding: 26px;
	height: 100%;
}

.euthis-address-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--euthis-account-border);
}

.euthis-address-card__label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--euthis-account-bg);
	color: var(--euthis-account-heading);
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.euthis-address-card__title-wrap h3,
.euthis-account-address-form__heading h2 {
	margin: 0;
	color: var(--euthis-account-heading);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}

.euthis-address-card__content address,
.euthis-address-card__content p {
	margin: 0;
	color: var(--euthis-account-text);
	font-size: 16px;
	line-height: 1.8;
	font-style: normal;
}

.euthis-address-card__empty {
	opacity: 0.9;
}

.euthis-account-address-form {
	background: var(--euthis-account-white);
	border: 0px solid var(--euthis-account-border);
	border-radius: var(--euthis-account-radius);
	padding: 0px;
}

.euthis-account-address-form__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.euthis-account-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 20px;
	border: 1px solid var(--euthis-account-border);
	border-radius: 0px !important;
	background: transparent;
	color: var(--euthis-account-heading);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s ease;
	white-space: nowrap;
}

.euthis-account-back-link:hover {
	background: var(--euthis-account-bg);
	color: var(--euthis-account-heading);
}

.euthis-address-form .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.euthis-address-form .form-row {
	width: 100%;
	margin: 0;
	float: none;
}

.euthis-address-form .form-row-first,
.euthis-address-form .form-row-last {
	width: calc(50% - 10px);
}

.euthis-address-form label {
	display: block;
	margin: 0 0 10px;
	color: var(--euthis-account-heading);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.euthis-address-form .required {
	color: #b42318;
}

.euthis-address-form input.input-text,
.euthis-address-form select,
.euthis-address-form textarea {
	width: 100%;
	min-height: 58px;
	padding: 16px 20px;
	border: 1px solid var(--euthis-account-border);
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	color: var(--euthis-account-heading);
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.euthis-address-form textarea {
	min-height: 140px;
	resize: vertical;
}

.euthis-address-form input.input-text::placeholder,
.euthis-address-form textarea::placeholder {
	color: #98a092;
	opacity: 1;
}

.euthis-address-form input.input-text:focus,
.euthis-address-form select:focus,
.euthis-address-form textarea:focus {
	outline: none;
	border-color: var(--euthis-account-accent);
	box-shadow: 0 0 0 3px rgba(163, 177, 138, 0.16);
}

.euthis-address-form .select2-container {
	width: 100% !important;
}

.euthis-address-form .select2-container--default .select2-selection--single,
.euthis-address-form .select2-container--default .select2-selection--multiple {
	min-height: 58px;
	border: 1px solid var(--euthis-account-border);
	border-radius: 14px;
	background: #fff;
}

.euthis-address-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-right: 42px;
	color: var(--euthis-account-heading);
	line-height: 56px;
}

.euthis-address-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px;
	right: 14px;
}

.euthis-address-form .select2-container--default.select2-container--focus .select2-selection--single,
.euthis-address-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.euthis-address-form .select2-container--default.select2-container--open .select2-selection--single,
.euthis-address-form .select2-container--default.select2-container--open .select2-selection--multiple {
	border-color: var(--euthis-account-accent);
	box-shadow: 0 0 0 3px rgba(163, 177, 138, 0.16);
}

.select2-dropdown {
	border: 1px solid var(--euthis-account-border);
	border-radius: 14px;
	overflow: hidden;
}

.euthis-address-form__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.euthis-address-form__actions .btns,
.euthis-address-form__actions .button {
	min-height: 56px;
	padding: 14px 28px;
	border: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.euthis-address-cards {
		grid-template-columns: 1fr;
	}

	.euthis-account-address-form {
		padding: 24px;
	}

	.euthis-account-address-form__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.euthis-address-form .form-row-first,
	.euthis-address-form .form-row-last {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.euthis-address-card {
		padding: 20px;
	}

	.euthis-account-section-title {
		font-size: 26px;
	}

	.euthis-address-card__header {
		flex-direction: column;
		align-items: flex-start;
	}
} 

@media (min-width: 991px){
.item__icon__wrap {
    justify-content: space-between !important;
}
}

@media (min-width: 320px) and (max-width: 991px) {
    section.item__icon.mb-100 {
        padding-top: 0px !important;
    }
}



.filter__single__card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.filter__card__img {
	height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f6f3ea;
}

.filter__card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.filter__card__content {
	flex-grow: 1;
}

@media (max-width: 991px) {
	.filter__card__img {
		height: 340px;
	}
}

@media (max-width: 767px) {
	.filter__card__img {
		height: 280px;
	}
}


@media (min-width: 992px) {
	.products__quantity.products__quantity2 {
		display: grid !important;
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"count price"
			"button button";
		column-gap: 20px;
		row-gap: 18px;
		align-items: center;
	}

	.products__quantity.products__quantity2 .quantity__count {
		grid-area: count;
	}

	.products__quantity.products__quantity2 .quantity__text {
		grid-area: price;
		min-width: 0;
	}

	.products__quantity.products__quantity2 > .btns,
	.products__quantity.products__quantity2 > button.btns,
	.products__quantity.products__quantity2 .single_add_to_cart_button {
		grid-area: button;
		width: 100% !important;
		display: block !important;
		margin: 0 !important;
	}
}

.products__quantity.products__quantity2.d-flex.align-items-center.mb-30 {
    width: 100%;
}


.quantity__text > div h6 {
    font-weight: 500;
    color: #000000 !important;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    display: none !important;
}


.blog__card__content > p span {
    font-size: 14px;
    text-transform: uppercase;
}

.beyond__card__content h4 {
    font-family: "Playfair Display", serif !important;
}


.euthis-myaccount-content .woocommerce-error, .euthis-myaccount-content .woocommerce-info {
    margin-bottom: 24px;
    border-radius: 0;
    border: 1px solid var(--euthis-account-border);
    background: var(--euthis-account-white);
    padding: 16px 20px;
    color: #000 !important;
}

.woocommerce-Address-edit .btns .btns--small {
    min-width: 150px !important;
}


@media (max-width: 767px) {
	.selling__product .filter__single__card {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.selling__product .filter__card__img {
		width: 100%;
		height: 260px;
		aspect-ratio: 4 / 3;
		overflow: hidden;
		background: transparent;
		display: block;
	}

	.selling__product .filter__card__img img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.selling__product .card__btn .btns {
		width: 100%;
	}
} 


@media (max-width: 767px) {
	.selling__product .filter__card__img {
		width: 100%;
		height: 260px;
		overflow: hidden;
		background: transparent;
	}

	.selling__product .filter__card__img img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 420px) {
	.selling__product .filter__card__img {
		height: auto;
		aspect-ratio: 4 / 5; /* prostokąt na wysokość */
		overflow: hidden;
	}

	.selling__product .filter__card__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
} 


@media (max-width: 767px) {
	.filter__all__cards .filter__card__img,
	.selling__product .filter__card__img {
		width: 100%;
		height: 420px !important;
		min-height: 420px !important;
		aspect-ratio: unset !important;
		overflow: hidden;
		background: transparent !important;
		display: block;
	}

	.filter__all__cards .filter__card__img img,
	.selling__product .filter__card__img img {
		width: 100% !important;
		height: 100% !important;
		display: block;
		object-fit: cover !important;
		object-position: center;
	}
}

@media (max-width: 420px) {
	.filter__all__cards .filter__card__img,
	.selling__product .filter__card__img {
		height: 360px !important;
		min-height: 360px !important;
	}
}


.product__sort {
	margin-bottom: 30px;
	justify-content: space-between;
}

.product__sort * {
	font-size: var(--font-14);
	font-weight: 500;
}

.product__sort-count,
.product__sort-order {
	flex-basis: 346px;
}

.product__sort-order {
	justify-content: flex-end;
	gap: 16px;
}

.product__sort-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	margin: 0;
}

.product__sort .euthis-shop-ordering {
	position: relative;
	width: 100%;
	max-width: 444px;
}

.product__sort .euthis-shop-ordering::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url("/wp-content/themes/euthis/assets/img/all-icon/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}

.product__sort .euthis-sort-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	padding: 15px 60px 15px 24px;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #232323;
}

.product__sort .euthis-sort-select::-ms-expand {
	display: none;
}

.product__sort .euthis-sort-select:focus,
.product__sort .euthis-sort-select:hover {
	outline: none;
	box-shadow: none;
	border-color: #c8c8c8;
}

@media (max-width: 991px) {
	.product__sort {
		flex-direction: column;
		align-items: stretch !important;
		gap: 16px;
	}

	.product__sort-count,
	.product__sort-order {
		flex-basis: auto;
		width: 100%;
	}

	.product__sort-order {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 12px;
	}

	.product__sort .euthis-shop-ordering {
		max-width: 100%;
	}

	.product__sort .euthis-sort-select {
		height: 64px;
		padding: 16px 52px 16px 18px;
		font-size: 15px;
	}

	.product__sort .euthis-shop-ordering::after {
		right: 18px;
		width: 16px;
		height: 16px;
	}
}


.price-line.has-old-price .current-price,
.current-price.current-price--highlight {
	color: #d9472b !important;
}


.quantity__contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	border: 1px solid #d9d9d9;
}

.quantity__contact__text h6 {
	margin-bottom: 8px;
}

.quantity__contact__text p {
	margin: 0;
}

.bulk-order-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.25s ease;
    padding: 50px;
}

.bulk-order-modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.bulk-order-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.bulk-order-modal__dialog {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin: 40px auto;
	background: #fff;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}

.bulk-order-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	z-index: 3;
}

.bulk-order-modal-open {
	overflow: hidden;
}

.bulk-order-form .input__field select {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	padding-right: 40px;
}

@media (max-width: 767px) {
	.quantity__contact {
		flex-direction: column;
		align-items: stretch;
	}

	.bulk-order-modal__dialog {
		margin: 20px;
		max-height: calc(100vh - 40px);
	}
}

#modal-inside {
    padding: 30px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .greek__olives__all {
        display: block !important;
    }
}

@media (max-width: 991px) {
	.greek__olives__all > .greek__olive__all__saving.deals-container,
	.greek__olives__all > .toggle-deals-btn {
		display: none !important;
	}

	.greek__olives__all > .greek__olive__all__saving.d-flex.d-lg-none {
		display: flex !important;
	}
} 


.woocommerce-variation-price {
    display: none !important;
}

select.euthis-variation-select {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.euthis-variation-select {
    margin-top: 5px;
}


.header__bottom.header__bottom2 {
    position: relative;
    z-index: 1000;
    transition: box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.header__bottom.header__bottom2.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.has-sticky-header {
    padding-top: var(--sticky-header-height, 0px);
}

.admin-bar .header__bottom.header__bottom2.is-sticky {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .header__bottom.header__bottom2.is-sticky {
        top: 46px;
    }
}


body.admin-bar {
    padding-bottom: 32px;
}

#wpadminbar {
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    z-index: 999999;
}

/* Dropdowny z paska mają otwierać się do góry */
#wpadminbar .menupop .ab-sub-wrapper {
    top: auto !important;
    bottom: 32px !important;
}

/* Mobile */
@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-bottom: 46px;
    }

    #wpadminbar .menupop .ab-sub-wrapper {
        bottom: 46px !important;
    }
}


.category-left a.active-cat,
.dropdown-menus a.active-filter {
    color: #C059DC;
    font-weight: 700;
}

.toggle-dropdown.active-toggle > .toggle-content {
    display: block;
}

.accordion10.active-accordion .submenu10 {
    display: block;
}

.category-pagination {
    width: 100%;
    margin-top: 40px;
}

.product-size-link {
    cursor: pointer;
}

.product-size-link:hover {
    color: #C059DC;
    font-weight: 700;
}


.toggle-header h4 a {
    font-weight: 400;
    font-size: 14px;
    color: #3D0C46;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    transition: 0.2s all ease;
}


.product-love ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-love .product-badge-slot span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-love .product-badge-empty {
    visibility: hidden;
}

.product-love .product-badge-sale span {
    background: #C059DC;
    color: #fff;
}

.product-love .product-badge-outofstock span {
    background: #E53935;
    color: #fff;
}

.product-love .product-badge-featured span {
    background: #FF8A00;
    color: #fff;
}

.product-love .product-wishlist-slot span {
    background: transparent;
}

.product-love .product-badge-outofstock span {
    background-color: #E53935 !important;
    color: #fff !important;
    border-color: #E53935 !important;
}

.product-love .product-badge-empty span {
    visibility: hidden;
}


/* ================================
   WooCommerce pagination Zuzoleo
================================ */

.category-pagination {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
    display: block !important;
    text-align: center;
    clear: both;
    position: relative;
    z-index: 1;
}

.category-pagination nav.woocommerce-pagination {
    width: 100%;
    display: block !important;
    text-align: center;
    clear: both;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 auto !important;
    padding: 0 !important;

    border: 0 !important;
    list-style: none !important;
    background: transparent !important;
    overflow: visible !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul li {
    display: inline-flex !important;
    flex: 0 0 auto !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    float: none !important;
    background: transparent !important;
    overflow: visible !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li a,
.category-pagination nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #eadcf0 !important;
    border-radius: 0px !important;
    background: #fff !important;
    color: #3c0646 !important;

    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;

    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li a:hover,
.category-pagination nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #C059DC !important;
    border-color: #C059DC !important;
    color: #fff !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li span.dots,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.dots,
.woocommerce nav.woocommerce-pagination ul li span.dots {
    width: auto !important;
    min-width: 30px !important;
    max-width: none !important;

    border: 0 !important;
    background: transparent !important;
    color: #3c0646 !important;

    pointer-events: none !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li span.dots:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.dots:hover,
.woocommerce nav.woocommerce-pagination ul li span.dots:hover {
    border: 0 !important;
    background: transparent !important;
    color: #3c0646 !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li a.prev,
.category-pagination nav.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    font-size: 22px !important;
}

.category-pagination nav.woocommerce-pagination ul.page-numbers li a.prev:hover,
.category-pagination nav.woocommerce-pagination ul.page-numbers li a.next:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background: #C059DC !important;
    border-color: #C059DC !important;
    color: #fff !important;
}

/* Mobile */
@media (max-width: 767px) {
    .category-pagination {
        margin-top: 32px;
        margin-bottom: 45px;
    }

    .category-pagination nav.woocommerce-pagination ul.page-numbers,
    .woocommerce nav.woocommerce-pagination ul.page-numbers,
    .woocommerce nav.woocommerce-pagination ul {
        gap: 7px !important;
    }

    .category-pagination nav.woocommerce-pagination ul.page-numbers li a,
    .category-pagination nav.woocommerce-pagination ul.page-numbers li span,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li span,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;

        border-radius: 0px !important;
        font-size: 15px !important;
    }

    .category-pagination nav.woocommerce-pagination ul.page-numbers li a.prev,
    .category-pagination nav.woocommerce-pagination ul.page-numbers li a.next,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next,
    .woocommerce nav.woocommerce-pagination ul li a.prev,
    .woocommerce nav.woocommerce-pagination ul li a.next {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        font-size: 18px !important;
    }
}


/* ukryte natywne selecty WooCommerce, ale dalej działają pod warianty */
.zuzoleo-hidden-variation-selects {
    display: none !important;
}

/* warianty / rozmiary */
.insulated-size-wrap ul li {
    cursor: pointer;
    transition: all 0.2s ease;
}

.insulated-size-wrap ul li.active {
    background: #C059DC;
    border-color: #C059DC;
    color: #fff;
}

.insulated-size-wrap ul li.size-desable {
    opacity: 0.35;
    cursor: not-allowed;
    text-decoration: line-through;
    pointer-events: none;
}


.insulated-size-wrap ul {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  column-gap: 4px;
  row-gap: 4px;
  margin-top: 12px;
}

.insulated-size-wrap ul li {
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  color: #3D0C46;
  letter-spacing: -0.253px;
  border: 1px solid #E3E3E3;
  text-align: center;
  transition: 0.2s all ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
} 


/* badge na single */
#zuzoleo-single-badge.product-badge-empty {
    visibility: hidden;
}

#zuzoleo-single-badge.product-badge-sale {
       font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.253px;
    line-height: 18.96px;
    font-size: 12.64px;
    background: #C059DC;
    padding: 4px 8px;
    display: inline-block;
}



#zuzoleo-single-badge.product-badge-outofstock {
    background: #E53935;
    color: #fff;
}

#zuzoleo-single-badge.product-badge-featured {
    background: #FF8A00;
    color: #fff;
}

/* product cards badge */
.product-love .product-badge-empty {
    visibility: hidden;
}

.product-love .product-badge-sale span {
    background: #C059DC;
    color: #fff;
}

.product-love .product-badge-outofstock span {
    background: #E53935;
    color: #fff;
}

.product-love .product-badge-featured span {
    background: #FF8A00;
    color: #fff;
}

/* przycisk po dodaniu do koszyka */
.zuzoleo-add-to-cart-button.is-added {
    cursor: default;
}

.zuzoleo-go-to-cart {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-weight: 700;
    color: #C059DC;
}

.zuzoleo-add-to-cart-button.has-error {
    background: #E53935;
    color: #fff;
}


.single-product .woocommerce-variation-add-to-cart.variations_button {
    display: grid;
    align-items: center;
    margin-bottom: 20px;
}

.ac-panel-cd20 {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.ac-trigger-cd20 {
    cursor: pointer;
}

.ac-cd20.is-active-cd20 .ac-trigger-cd20 {
    color: #C059DC;
}


.insulated-area .demo-image,
.insulated-area .thumbnails .thumbnail{
    border: 1px solid #eee;
}

.insulated-area .thumbnails .thumbnail {
    margin-bottom: 15px;
}

.basket-img img {
    width: auto !important;
    height: 100px !important;
}

.paginations__btns.paginations__btns2 {
    display: none;
}

.checkout-wrap {
    display: none !important;
}

.basket-cnt a {
    font-weight: 500;
    font-size: 16px;
    color: #3D0C46;
    letter-spacing: -0.32px;
}

.cros-box a {
    color: #3D0C46;
}

.payment_box.payment_method_przelewy24 {
    display: none !important;
}

.woocommerce-checkout .bask-inner-flex img {
    width: 100%;
    height: 100px !important;
}


.zuzoleo-login-errors {
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #fff1f1;
    border: 1px solid #ffb7b7;
    color: #b00020;
    font-size: 14px;
    line-height: 1.5;
}

.zuzoleo-login-errors p {
    margin: 0;
}

.zuzoleo-login-errors p + p {
    margin-top: 6px;
}

.zuzoleo-register-main {
    margin-top: 50px;
}


.zuzoleo-login-success {
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #f4e8fa;
    border: 1px solid rgba(192, 89, 220, 0.25);
}

.zuzoleo-login-success p {
    margin: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
}

.zuzoleo-account-content {
    width: 100%;
}

.zuzoleo-orders-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.zuzoleo-order-card {
    background: #fff;
    border: 1px solid rgba(192, 89, 220, 0.18);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.zuzoleo-order-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.zuzoleo-order-card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 6px;
}

.zuzoleo-order-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.zuzoleo-order-card h3 a {
    color: #111;
    text-decoration: none;
}

.zuzoleo-order-card h3 a:hover {
    color: #C059DC;
}

.zuzoleo-order-status {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #C059DC;
}

.zuzoleo-order-status--completed {
    background: #28a745;
}

.zuzoleo-order-status--processing {
    background: #C059DC;
}

.zuzoleo-order-status--on-hold {
    background: #f59e0b;
}

.zuzoleo-order-status--cancelled,
.zuzoleo-order-status--failed,
.zuzoleo-order-status--refunded {
    background: #dc2626;
}

.zuzoleo-order-card__middle ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zuzoleo-order-card__middle li {
    background: #faf7fb;
    border-radius: 16px;
    padding: 14px;
}

.zuzoleo-order-card__middle strong {
    font-size: 15px;
    color: #111;
}

.zuzoleo-order-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.zuzoleo-account-btn,
.zuzoleo-account-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #C059DC;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    transition: 0.25s ease;
}

.zuzoleo-account-btn:hover,
.zuzoleo-account-page-btn:hover {
    background: #9f3fbd;
    color: #fff !important;
}

.zuzoleo-account-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.zuzoleo-account-pagination span {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.zuzoleo-account-empty {
    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 45px 25px;
    border: 1px solid rgba(192, 89, 220, 0.18);
}

.zuzoleo-account-empty .login-logo {
    margin-bottom: 18px;
}

.zuzoleo-account-empty .login-logo img {
    max-width: 130px;
    height: auto;
}

.zuzoleo-account-empty h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.zuzoleo-account-empty p {
    max-width: 480px;
    margin: 0 auto 24px;
    color: #666;
}

@media (max-width: 767px) {
    .zuzoleo-order-card {
        padding: 18px;
    }

    .zuzoleo-order-card__top {
        flex-direction: column;
    }

    .zuzoleo-order-card__middle ul {
        grid-template-columns: 1fr;
    }

    .zuzoleo-account-pagination {
        flex-direction: column;
    }
}


/* =========================
   Zuzoleo My Account
========================= */

.zuzoleo-myaccount-area {
    padding-bottom: 70px;
}

.zuzoleo-myaccount-main {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 28px;
    align-items: flex-start;
}

.zuzoleo-myaccount-sidebar,
.zuzoleo-myaccount-content {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(192, 89, 220, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.zuzoleo-myaccount-sidebar {
    padding: 26px;
    position: sticky;
    top: 24px;
}

.zuzoleo-myaccount-content {
    padding: 28px;
    min-height: 420px;
}

.zuzoleo-myaccount-user {
    text-align: center;
    padding: 20px 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.zuzoleo-myaccount-notices {
    margin-top: 15px;
}

.zuzoleo-myaccount-inner a {
    min-width: 140px !important;
}

.zuzoleo-myaccount-user .login-logo {
    margin-bottom: 14px;
    display: none !important;
}

.zuzoleo-myaccount-user .login-logo img {
    max-width: 110px;
    height: auto;
}

.zuzoleo-myaccount-user h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}

.zuzoleo-myaccount-user p {
    margin: 0;
    font-size: 14px;
    color: #777;
    word-break: break-word;
}

.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation {
    width: 100%;
}

.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
}

.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 0px !important;
    background: #faf7fb;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation li a:hover,
.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation li.is-active a {
    background: #C059DC;
    color: #fff;
}

.zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}

.zuzoleo-myaccount-inner {
    width: 100%;
}

.zuzoleo-myaccount-inner p {
    color: #555;
    line-height: 1.65;
}

.zuzoleo-myaccount-inner a {
    color: #C059DC;
    font-weight: 700;
    text-decoration: none;
}

.zuzoleo-myaccount-inner a:hover {
    text-decoration: underline;
}

.zuzoleo-myaccount-notices .woocommerce-message,
.zuzoleo-myaccount-notices .woocommerce-info,
.zuzoleo-myaccount-notices .woocommerce-error {
    margin-bottom: 22px;
    border-radius: 18px;
    padding: 16px 18px;
}

.zuzoleo-myaccount-inner .woocommerce-info,
.zuzoleo-myaccount-inner .woocommerce-message,
.zuzoleo-myaccount-inner .woocommerce-error {
    border-radius: 18px;
    padding: 16px 18px;
}

.zuzoleo-myaccount-inner .woocommerce-Button,
.zuzoleo-myaccount-inner .button,
.zuzoleo-myaccount-inner button,
.zuzoleo-myaccount-inner input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #C059DC;
    color: #fff !important;
    border: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s ease;
}

.zuzoleo-myaccount-inner .woocommerce-Button:hover,
.zuzoleo-myaccount-inner .button:hover,
.zuzoleo-myaccount-inner button:hover,
.zuzoleo-myaccount-inner input[type="submit"]:hover {
    background: #9f3fbd;
    color: #fff !important;
    text-decoration: none;
}

.zuzoleo-myaccount-inner table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.zuzoleo-myaccount-inner table th {
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    font-weight: 800;
    padding: 0 14px 8px;
}

.zuzoleo-myaccount-inner table td {
    background: #faf7fb;
    padding: 16px 14px;
    vertical-align: middle;
    font-size: 14px;
    color: #111;
}

.zuzoleo-myaccount-inner table tr td:first-child {
    border-radius: 16px 0 0 16px;
}

.zuzoleo-myaccount-inner table tr td:last-child {
    border-radius: 0 16px 16px 0;
}

.zuzoleo-myaccount-inner table td a {
    color: #111;
}

.zuzoleo-myaccount-inner table td a:hover {
    color: #C059DC;
}

.zuzoleo-myaccount-vector {
    margin-top: -30px;
}

/* Orders cards from custom orders.php */
.zuzoleo-orders-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.zuzoleo-order-card {
    background: #fff;
    border: 1px solid rgba(192, 89, 220, 0.18);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.zuzoleo-order-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.zuzoleo-order-card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 6px;
}

.zuzoleo-order-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.zuzoleo-order-card h3 a {
    color: #111;
    text-decoration: none;
}

.zuzoleo-order-card h3 a:hover {
    color: #C059DC;
}

.zuzoleo-order-status {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #C059DC;
}

.zuzoleo-order-status--completed {
    background: #28a745;
}

.zuzoleo-order-status--processing {
    background: #C059DC;
}

.zuzoleo-order-status--on-hold {
    background: #f59e0b;
}

.zuzoleo-order-status--cancelled,
.zuzoleo-order-status--failed,
.zuzoleo-order-status--refunded {
    background: #dc2626;
}

.zuzoleo-order-card__middle ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zuzoleo-order-card__middle li {
    background: #faf7fb;
    border-radius: 16px;
    padding: 14px;
}

.zuzoleo-order-card__middle strong {
    font-size: 15px;
    color: #111;
}

.zuzoleo-order-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.zuzoleo-account-btn,
.zuzoleo-account-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 0px !important;
    background: #C059DC;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    transition: 0.25s ease;
}

.zuzoleo-account-btn:hover,
.zuzoleo-account-page-btn:hover {
    background: #9f3fbd;
    color: #fff !important;
    text-decoration: none;
}

.zuzoleo-account-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.zuzoleo-account-pagination span {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.zuzoleo-account-empty {
    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 45px 25px;
    border: 1px solid rgba(192, 89, 220, 0.18);
}

.zuzoleo-account-empty .login-logo {
    margin-bottom: 18px;
}

.zuzoleo-account-empty .login-logo img {
    max-width: 130px;
    height: auto;
}

.zuzoleo-account-empty h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.zuzoleo-account-empty p {
    max-width: 480px;
    margin: 0 auto 24px;
    color: #666;
}

@media (max-width: 991px) {
    .zuzoleo-myaccount-main {
        grid-template-columns: 1fr;
    }

    .zuzoleo-myaccount-sidebar {
        position: relative;
        top: auto;
    }

    .zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .zuzoleo-myaccount-content,
    .zuzoleo-myaccount-sidebar {
        padding: 18px;
        border-radius: 20px;
    }

    .zuzoleo-myaccount-nav .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }

    .zuzoleo-order-card {
        padding: 18px;
    }

    .zuzoleo-order-card__top {
        flex-direction: column;
    }

    .zuzoleo-order-card__middle ul {
        grid-template-columns: 1fr;
    }

    .zuzoleo-account-pagination {
        flex-direction: column;
    }

    .zuzoleo-myaccount-inner table,
    .zuzoleo-myaccount-inner table thead,
    .zuzoleo-myaccount-inner table tbody,
    .zuzoleo-myaccount-inner table th,
    .zuzoleo-myaccount-inner table td,
    .zuzoleo-myaccount-inner table tr {
        display: block;
        width: 100%;
    }

    .zuzoleo-myaccount-inner table thead {
        display: none;
    }

    .zuzoleo-myaccount-inner table tr {
        background: #faf7fb;
        border-radius: 18px;
        padding: 14px;
        margin-bottom: 14px;
    }

    .zuzoleo-myaccount-inner table td {
        background: transparent;
        padding: 8px 0;
        border-radius: 0 !important;
    }
} 


/* =========================
   Zuzoleo My Account Addresses
========================= */

.zuzoleo-account-addresses__intro {
    margin-bottom: 28px;
}

.zuzoleo-account-addresses__intro h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 900;
    color: #111;
}

.zuzoleo-account-addresses__intro p {
    margin: 0;
    max-width: 720px;
    font-size: 15px;
    line-height: 1.65;
    color: #666;
}

.zuzoleo-address-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.zuzoleo-address-card {
    background: #fff;
    border: 1px solid rgba(192, 89, 220, 0.18);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.zuzoleo-address-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.zuzoleo-address-card__top span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #faf7fb;
    color: #C059DC;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.zuzoleo-address-card__top h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    color: #111;
}

.zuzoleo-address-card__content address {
    margin: 0;
    padding: 18px;
    min-height: 135px;
    border-radius: 18px;
    background: #faf7fb;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-style: normal;
}

.zuzoleo-address-empty {
    min-height: 135px;
    padding: 20px;
    border-radius: 18px;
    background: #faf7fb;
}

.zuzoleo-address-empty h4 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 900;
    color: #111;
}

.zuzoleo-address-empty p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 991px) {
    .zuzoleo-address-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .zuzoleo-address-card {
        padding: 18px;
        border-radius: 20px;
    }

    .zuzoleo-address-card__top {
        flex-direction: column;
    }

    .zuzoleo-address-card__top h3 {
        font-size: 20px;
    }

    .zuzoleo-address-card__top .zuzoleo-account-btn {
        width: 100%;
    }
}

/* =========================
   Zuzoleo Edit Address
========================= */

.zuzoleo-account-edit-address__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 30px;
}

.zuzoleo-account-edit-address__header h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 900;
    color: #111;
}

.zuzoleo-account-edit-address__header p {
    margin: 0;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.65;
    color: #666;
}

.zuzoleo-address-form-box {
    background: #fff;
    border: 1px solid rgba(192, 89, 220, 0.16);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.zuzoleo-address-form .shipping-contact-title h2 {
    margin-bottom: 24px;
}

.zuzoleo-address-form .shipping-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.zuzoleo-address-form .shipping-input-flex,
.zuzoleo-address-form .shipping-input-flex2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.zuzoleo-address-form .shipping-input {
    width: 100%;
}

.zuzoleo-address-form .shipping-input h4 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 900;
    color: #111;
}

.zuzoleo-address-form .form-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.zuzoleo-address-form .form-row label {
    display: none !important;
}

.zuzoleo-address-form .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.zuzoleo-address-form input[type="text"],
.zuzoleo-address-form input[type="email"],
.zuzoleo-address-form input[type="tel"],
.zuzoleo-address-form input[type="password"],
.zuzoleo-address-form select,
.zuzoleo-address-form textarea,
.zuzoleo-address-form .select2-container .select2-selection--single {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    background: #fff;
    padding: 0 18px;
    font-size: 15px;
    color: #111;
    outline: none;
}

.zuzoleo-address-form textarea {
    min-height: 120px;
    padding-top: 16px;
}

.zuzoleo-address-form input:focus,
.zuzoleo-address-form select:focus,
.zuzoleo-address-form textarea:focus,
.zuzoleo-address-form .select2-container--open .select2-selection--single {
    border-color: #C059DC;
}

.zuzoleo-address-form .select2-container {
    width: 100% !important;
}

.zuzoleo-address-form .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
}

.zuzoleo-address-form .select2-container .select2-selection__rendered {
    padding-left: 0;
    color: #111;
    line-height: 54px;
}

.zuzoleo-address-form .select2-container .select2-selection__arrow {
    height: 54px;
    right: 14px;
}

.zuzoleo-address-form-actions {
    margin-top: 26px;
}

.zuzoleo-address-form-actions .zuzoleo-account-btn {
    min-width: 220px;
}

.zuzoleo-account-btn--outline {
    background: #fff;
    color: #C059DC !important;
    border: 1px solid #C059DC !important;
}

.zuzoleo-account-btn--outline:hover {
    background: #C059DC;
    color: #fff !important;
}

@media (max-width: 991px) {
    .zuzoleo-account-edit-address__header {
        flex-direction: column;
    }

    .zuzoleo-address-form .shipping-input-flex,
    .zuzoleo-address-form .shipping-input-flex2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .zuzoleo-address-form-box {
        padding: 20px;
        border-radius: 20px;
    }

    .zuzoleo-account-edit-address__header h2 {
        font-size: 24px;
    }

    .zuzoleo-address-form-actions .zuzoleo-account-btn,
    .zuzoleo-account-btn--outline {
        width: 100%;
    }
}

span.select2.select2-container.select2-container--default {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #515151;
    width: 100%;
    outline: none;
    border: 1px solid #C8C8C8;
    margin-top: 8px;
    padding: 12px 20px;
    transition: 0.2s all ease;
    display: block !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 1px;
    width: 20px;
}

.summer-main::before {
    display: none !important;
}

.summer-main::after {
    display: none !important;
}

.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    background: #323232;
    border-radius: 0px !important;
    color: #fff;
}

.product-img {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.owl-carousel .owl-item .product-img img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
} 


.product-img {
    background: #fff !important;
}


.main-content3 .owl-theme .custom-nav .owl-prev {
     background: #323232;
    border-radius: 0px !important;
    color: #fff;
}

.main-content3 .owl-theme .custom-nav .owl-next {
      background: #323232;
    border-radius: 0px !important;
    color: #fff;
}

.accordion10 .link10 a {
    color: #3D0C46;
}

.single-product .cart {
    display: block;
}

.category-product-flex .product-img,
.owl-carousel .product-img {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.category-product-flex .product-img > img.zuzoleo-product-image,
.owl-carousel .product-img > img.zuzoleo-product-image {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    margin: 0 auto;
}

.category-product-flex .product-love img,
.owl-carousel .product-love img {
    width: auto !important;
    height: auto !important;
    max-width: none;
}

.category-drop-wrap2 .toggle-header h4 span,
.category-drop-wrap2 .link10 span {
    cursor: pointer;
}

.category-parent-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-parent-link li a {
    display: block;
}

@media (max-width: 767px) {
    .category-product-flex .product-img,
    .owl-carousel .product-img {
        height: 220px;
    }
}

.category-product-flex .product-img > img.zuzoleo-product-image, .owl-carousel .product-img > img.zuzoleo-product-image {
    width: 100% !important;
}

.summer-cnt ul li {
    padding-left: 2px;
    padding-right: 2px;
}


.zuzoleo-wishlist-toggle {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e8dce9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.zuzoleo-wishlist-toggle i {
    font-size: 22px;
    line-height: 1;
    color: #c04ce6;
    transition: all 0.25s ease;
}

.zuzoleo-wishlist-toggle .wishlist-icon-active {
    display: none;
}

.zuzoleo-wishlist-toggle.is-active .wishlist-icon-empty {
    display: none;
}

.zuzoleo-wishlist-toggle.is-active .wishlist-icon-active {
    display: inline-block;
}

.zuzoleo-wishlist-toggle:hover {
    border-color: #c04ce6;
}

.zuzoleo-wishlist-toggle:hover i {
    transform: scale(1.12);
}

.zuzoleo-wishlist-toggle.is-loading {
    opacity: 0.45;
    pointer-events: none;
} 

.zuzoleo-wishlist-toggle.is-active .wishlist-icon-active {
    color: #c04ce6;
}

.product-wishlist-slot svg:not(:host).svg-inline--fa, .product-wishlist-slot svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
    color: #c04ce6;
}

.header-wishlist-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.header-wishlist-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-wishlist-icon img {
    width: 18px;
    height: auto;
}

.header-wishlist-icon i {
    font-size: 18px;
    color: #c04ce6;
}

.header-wishlist-item.has-wishlist-items .header-wishlist-icon i {
    font-weight: 900;
}


.demo-image {
    cursor: zoom-in;
}

.zuzoleo-gallery-is-open {
    overflow: hidden;
}

.zuzoleo-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(64, 22, 76, 0.72);
    padding: 30px;
}

.zuzoleo-gallery-modal.is-open {
    display: flex;
}

.zuzoleo-gallery-modal-inner {
    position: relative;
    width: min(1120px, 100%);
    max-height: 94vh;
    background: #fff;
    border-radius: 0px;
    padding: 42px 80px 28px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.zuzoleo-gallery-stage {
    position: relative;
    width: 100%;
    height: min(68vh, 680px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.zuzoleo-gallery-slide {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.zuzoleo-gallery-slide.is-active {
    display: flex;
}

.zuzoleo-gallery-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.zuzoleo-gallery-close,
.zuzoleo-gallery-arrow {
    border: 0;
    background: #fff;
    color: #40164c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.zuzoleo-gallery-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 3;
}

.zuzoleo-gallery-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    z-index: 3;
}

.zuzoleo-gallery-prev {
    left: 18px;
}

.zuzoleo-gallery-next {
    right: 18px;
}

.zuzoleo-gallery-close:hover,
.zuzoleo-gallery-arrow:hover {
    background: #c04ce6;
    color: #fff;
}

.zuzoleo-gallery-counter {
    margin-top: 14px;
    text-align: center;
    color: #40164c;
    font-size: 16px;
    font-weight: 600;
}

.zuzoleo-gallery-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.zuzoleo-gallery-thumb {
    width: 72px;
    height: 72px;
    border: 1px solid #ead8ef;
    background: #fff;
    border-radius: 0px;
    padding: 5px;
    cursor: pointer;
    flex: 0 0 auto;
    transition: all 0.2s ease;
}

.zuzoleo-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.zuzoleo-gallery-thumb.is-active,
.zuzoleo-gallery-thumb:hover {
    border-color: #c04ce6;
}

@media (max-width: 767px) {
    .zuzoleo-gallery-modal {
        padding: 12px;
    }

    .zuzoleo-gallery-modal-inner {
        padding: 54px 16px 20px;
        border-radius: 18px;
    }

    .zuzoleo-gallery-stage {
        height: 58vh;
    }

    .zuzoleo-gallery-arrow {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .zuzoleo-gallery-prev {
        left: 8px;
    }

    .zuzoleo-gallery-next {
        right: 8px;
    }

    .zuzoleo-gallery-thumb {
        width: 58px;
        height: 58px;
    }
} 


.zuzoleo-counter {
    position: relative;
}

.zuzoleo-qty-minus,
.zuzoleo-qty-plus {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.zuzoleo-qty-minus.is-disabled,
.zuzoleo-qty-plus.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.zuzoleo-qty-notice {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(5px);
    min-width: 230px;
    max-width: 300px;
    background: #40164c;
    color: #fff;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 30;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.zuzoleo-qty-notice::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #40164c transparent transparent transparent;
}

.zuzoleo-qty-notice.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
} 


.zuzoleo-promo-topbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 48px;
}

.zuzoleo-promo-topbar .topbar-left {
    width: 100%;
}

.zuzoleo-promo-topbar-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.zuzoleo-promo-topbar-close:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

@media (max-width: 767px) {
    .zuzoleo-promo-topbar {
        padding-right: 42px;
    }

    .zuzoleo-promo-topbar-close {
        right: 10px;
    }
}


/* Fix galerii kafelków na stronie głównej */
.gellary-area .gellary-main {
    display: grid !important;
    grid-template-columns: minmax(0, 33%) minmax(0, 1fr) !important;
    column-gap: 9px !important;
    align-items: stretch !important;
    width: 100% !important;
    aspect-ratio: 1920 / 780;
}

.gellary-area .gellary-main > div {
    min-width: 0;
    height: 100%;
    z-index: 0;
}

.gellary-area .gellary-main > div:first-child {
    display: block;
    height: 100%;
}

.gellary-area .gellary-main > div:first-child > div {
    height: 100%;
}

.gellary-area .gellary-main > div:first-child > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.gellary-area .gellary-right {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
    height: 100%;
    min-width: 0;
}

.gellary-area .gellary-right > div {
    min-width: 0;
    height: 100%;
}

.gellary-area .gellary-right > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.gellary-area .gellary-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gellary-area .gellary-item img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    vertical-align: bottom;
}

.gellary-area .gellary-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gellary-area .gellary-cnt {
    z-index: 2;
}

/* Tablet */
@media (max-width: 991px) {
    .gellary-area .gellary-main {
        grid-template-columns: 1fr !important;
        aspect-ratio: auto;
        row-gap: 8px !important;
    }

    .gellary-area .gellary-main > div:first-child,
    .gellary-area .gellary-main > div:first-child > div,
    .gellary-area .gellary-main > div:first-child > div > a {
        height: auto;
    }

    .gellary-area .gellary-main > div:first-child .gellary-item {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .gellary-area .gellary-right {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: auto !important;
        height: auto;
    }

    .gellary-area .gellary-right > div,
    .gellary-area .gellary-right > div > a {
        height: auto;
    }

    .gellary-area .gellary-right .gellary-item {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .gellary-area {
        padding: 40px 0;
    }

    .gellary-area .gellary-right {
        grid-template-columns: 1fr !important;
    }

    .gellary-area .gellary-cnt {
        left: 24px;
        bottom: 28px;
    }

    .gellary-area .gellary-cnt h4 {
        font-size: 28px;
        line-height: 1.1;
    }
}

.newsletter-arrow {
    padding-left: 15px;
}

.filozofia-arrow {
      padding-left: 15px;
}

.button-arrow-span {
    padding-left: 15px;
}

#zuzoleo-single-badge.product-badge-outofstock {
    background: #E53935;
    color: #fff;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.253px;
    line-height: 18.96px;
    font-size: 12.64px;
    padding: 4px 8px;
    display: inline-block;
}


.main-content2 {
    z-index: 0;
} 

.gellary-area{
    z-index: 0;
} 


/* Mobile archive filters */
.mobile-filter-toggle-wrap {
    display: none;
}

@media (max-width: 991px) {
    .mobile-filter-toggle-wrap {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 18px;
    }

    .mobile-filter-toggle {
        width: 100%;
        border: 1px solid #C059DC;
        background: #C059DC;
        color: #ffffff;
        padding: 13px 18px;
        display: inline-flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: -0.28px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .mobile-clear-filters {
        flex: 0 0 auto;
        color: #8A2D9E;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .category-container[data-mobile-filters="closed"] .category-left,
    .category-container[data-mobile-filters="closed"] .category-dropdown-main {
        display: none !important;
    }

    .category-container[data-mobile-filters="open"] .category-left,
    .category-container[data-mobile-filters="open"] .category-dropdown-main {
        display: block !important;
    }

    .category-container[data-mobile-filters="open"] .category-left {
        margin-bottom: 22px;
    }

    .category-container[data-mobile-filters="open"] .category-dropdown-main {
        margin-bottom: 22px;
    }

    .category-main {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .category-left,
    .category-dropdown-main {
        display: grid !important;
    }
} 


/* Scroll w dropdownach filtrów na archive */
.category-dropdown-main .dropdown .dropdown-menus {
    max-height: 320px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #C059DC #FBF5FE;
}

/* Mobile */
@media (max-width: 991px) {
    .category-dropdown-main .dropdown .dropdown-menus {
        max-height: 25vh !important;
    }


    .basket-img img {
    height: 65px !important;
}

.woocommerce-checkout .bask-inner-flex img {
    width: 100%;
    height: auto !important;
}

}

/* Małe mobile */
@media (max-width: 575px) {
    .category-dropdown-main .dropdown .dropdown-menus {
        max-height: 20vh !important;
    }
}

/* Chrome / Safari / Edge scrollbar */
.category-dropdown-main .dropdown .dropdown-menus::-webkit-scrollbar {
    width: 8px;
}

.category-dropdown-main .dropdown .dropdown-menus::-webkit-scrollbar-track {
    background: #FBF5FE;
    border-radius: 20px;
}

.category-dropdown-main .dropdown .dropdown-menus::-webkit-scrollbar-thumb {
    background: #C059DC;
    border-radius: 20px;
    border: 2px solid #FBF5FE;
}

.category-dropdown-main .dropdown .dropdown-menus::-webkit-scrollbar-thumb:hover {
    background: #8A2D9E;
}

/* Opcjonalnie delikatny odstęp od scrolla, żeby tekst nie przyklejał się do prawej */
.category-dropdown-main .dropdown .dropdown-menus a {
    padding-right: 18px;
} 


.zuzoleo-checkout-notices,
.woocommerce-NoticeGroup-checkout {
    margin-bottom: 24px;
}

.zuzoleo-checkout-notices .woocommerce-error,
.zuzoleo-checkout-notices .woocommerce-message,
.zuzoleo-checkout-notices .woocommerce-info,
.woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-NoticeGroup-checkout .woocommerce-message,
.woocommerce-NoticeGroup-checkout .woocommerce-info {
    list-style: none;
    margin: 0 0 18px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
    line-height: 1.5;
}

.zuzoleo-checkout-notices .woocommerce-error,
.woocommerce-NoticeGroup-checkout .woocommerce-error {
    border-left: 5px solid #e63946;
}

.zuzoleo-checkout-notices .woocommerce-message,
.woocommerce-NoticeGroup-checkout .woocommerce-message {
    border-left: 5px solid #2a9d8f;
}

.zuzoleo-checkout-notices .woocommerce-info,
.woocommerce-NoticeGroup-checkout .woocommerce-info {
    border-left: 5px solid #457b9d;
}

.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea,
.woocommerce-invalid-required-field input,
.woocommerce-invalid-required-field select,
.woocommerce-invalid-required-field textarea {
    border-color: #e63946 !important;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.12);
}

.zuzoleo-checkout-floating-notice {
    position: fixed;
    top: 24px;
    left: 50%;
    z-index: 999999;
    max-width: 620px;
    width: calc(100% - 32px);
    padding: 18px 22px;
    border-radius: 20px;
    background: #fff;
    color: #1f1f1f;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
    border-left: 5px solid #e63946;
    opacity: 0;
    transform: translate(-50%, -20px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.zuzoleo-checkout-floating-notice.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.delivery-box-flex {
    flex-wrap: wrap;
}

.zuzoleo-shipping-method-extra {
    width: 100%;
    margin-top: 14px;
    padding-left: 58px;
}

.zuzoleo-shipping-method-extra:empty {
    display: none;
}

.zuzoleo-shipping-method-extra button,
.zuzoleo-shipping-method-extra .button,
.zuzoleo-shipping-method-extra a.button {
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
    cursor: pointer;
}

.shipping-different-wrap {
    margin-top: 30px;
}

.ship-to-different-address {
    margin-bottom: 18px;
}

.zuzoleo-shipping-different-fields {
    margin-top: 18px;
}

@media (max-width: 768px) {
    .zuzoleo-shipping-method-extra {
        padding-left: 0;
    }

    .zuzoleo-checkout-floating-notice {
        top: 14px;
        border-radius: 16px;
        font-size: 13px;
    }
} 

.checkout-info-alert {
    margin-top: 15px;
    margin-bottom: 15px;
}

a.showlogin {
    color: #fff;
}


.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa; 
    border-radius: 4px;
}



.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 7px;
}

select#shipping_country {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #515151;
    width: 100%;
    outline: none;
    border: 1px solid #C8C8C8;
    margin-top: 8px;
    padding: 12px 20px;
    transition: 0.2s all ease;
    display: block !important;
}


span.paczkomat_id_wrapper label {
    /* display: block; */
    font-weight: 500 !important;
    font-family: "Arima", system-ui !important;
    color: #3D0C46;
    font-size: 20px !important;
    margin-top: 10px !important;
    letter-spacing: -0.256px;
}

#open-geowidget {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: -0.28px;
    border: none;
    width: 100% !important;
    padding: 12px 18px;
    text-transform: uppercase;
    margin-top: 18px;
    background: #C059DC;
    transition: 0.2s all ease;
}

span.paczkomat_id_wrapper span.woocommerce-input-wrapper {
    display: block;
    margin-bottom: 15px !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

.zuzoleo-checkout-floating-notice {
    white-space: normal;
}

.zuzoleo-checkout-floating-line {
    display: block;
    margin-bottom: 8px;
    line-height: 1.45;
}

.zuzoleo-checkout-floating-line:last-child {
    margin-bottom: 0;
}


.shipping-input.woocommerce-invalid input,
.shipping-input.woocommerce-invalid select,
.shipping-input.woocommerce-invalid textarea,
.shipping-input.woocommerce-invalid .select2-selection,
.shipping-input.zuzoleo-field-invalid input,
.shipping-input.zuzoleo-field-invalid select,
.shipping-input.zuzoleo-field-invalid textarea,
.shipping-input.zuzoleo-field-invalid .select2-selection,
.form-row.woocommerce-invalid input,
.form-row.woocommerce-invalid select,
.form-row.woocommerce-invalid textarea,
.form-row.woocommerce-invalid .select2-selection,
.form-row.zuzoleo-field-invalid input,
.form-row.zuzoleo-field-invalid select,
.form-row.zuzoleo-field-invalid textarea,
.form-row.zuzoleo-field-invalid .select2-selection {
    border-color: #e63946 !important;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.12) !important;
    background: #fffafa;
}

.shipping-input.woocommerce-invalid h4,
.shipping-input.zuzoleo-field-invalid h4,
.form-row.woocommerce-invalid h4,
.form-row.zuzoleo-field-invalid h4 {
    color: #e63946;
}

.zuzoleo-field-error {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.35;
    color: #e63946;
}

.zuzoleo-field-invalid {
    animation: zuzoleoFieldErrorPulse 0.25s ease;
}

@keyframes zuzoleoFieldErrorPulse {
    0% {
        transform: translateX(0);
    }

    35% {
        transform: translateX(-3px);
    }

    70% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0);
    }
}

.checkbox.zuzoleo-field-invalid label {
    color: #e63946;
}

.checkbox.zuzoleo-field-invalid label::before,
.checkbox.zuzoleo-field-invalid input + label::before {
    border-color: #e63946 !important;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.12);
} 


.woocommerce-checkout .coupon-wrapper {
    display: none !important;
}


.woocommerce-info {
    background: #c04ce6 !important;
    border-left: none !important;
    border-radius: 0px !important;
}


.checkout-inline-error-message {
    margin: 7px 0 0;
    padding: 0;
    color: #e63946;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.shipping-input .checkout-inline-error-message,
.form-row .checkout-inline-error-message {
    color: #e63946;
}

.zuzoleo-field-error {
    display: none !important;
} 


.zuzoleo-empty-cart-area {
    padding-bottom: 80px;
}

.zuzoleo-empty-cart-box {
    max-width: 720px;
    margin: 0 auto;
    padding: 70px 40px;
    text-align: center;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.06);
}

.zuzoleo-empty-cart-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zuzoleo-empty-cart-icon img {
    max-width: 100%;
    height: auto;
}

.zuzoleo-empty-cart-box h1 {
    margin: 0 0 16px;
    color: #3d124a;
    font-size: 36px;
    line-height: 1.2;
}

.zuzoleo-empty-cart-box p {
    max-width: 560px;
    margin: 0 auto 30px;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 1.6;
}

.zuzoleo-empty-cart-actions {
    display: flex;
    justify-content: center;
}

.zuzoleo-empty-cart-actions .btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .zuzoleo-empty-cart-box {
        padding: 44px 22px;
        border-radius: 22px;
    }

    .zuzoleo-empty-cart-box h1 {
        font-size: 28px;
    }

    .zuzoleo-empty-cart-box p {
        font-size: 15px;
    }
}


.zuzoleo-empty-cart-actions .btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: -0.28px;
    border: none;
    width: 100% !important;
    padding: 12px 18px;
    text-transform: uppercase;
    margin-top: 18px;
    background: #C059DC;
    transition: 0.2s all ease;
}


.menu-btn span {
    background: #c059dd !important;
}


.header-right img, svg {
    vertical-align: text-top;
}

.frm_style_styl-formidable.with_frm_style .form-field {
    margin-bottom: 0px !important;
}


.with_frm_style .frm_primary_label {
    color: #000000 !important;
}

.contact-form-main .frm6 {
    width: 100% !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    border-radius: 0px !important;
}

.with_frm_style .frm_slimselect.ss-main, .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement {
        border-radius: 0px !important;
}

.with_frm_style .vertical_radio .frm_checkbox label {
    color: #000000 !important;
    font-size: 12.64px !important;
    padding-left: 40px !important;
    margin-top: 20px !important;
}

.frm_checkbox a {
    color: #9f3fbd;
    font-weight: bold;
}

.frm_style_styl-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_styl-formidable.with_frm_style .frm-edit-page-btn, .frm_style_styl-formidable.with_frm_style input[type=submit], .frm_style_styl-formidable.with_frm_style .frm_submit input[type=button], .frm_style_styl-formidable.with_frm_style .frm_submit button, .frm_form_submit_style {
       font-weight: 700 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    letter-spacing: -0.28px !important;
    border: none !important;
    width: 100% !important;
    padding: 12px 18px !important;
    text-transform: uppercase !important;
    margin-top: 18px !important;
    background: #C059DC !important;
    transition: 0.2s all ease !important;
    border-radius: 0px !important;
}


.frm_style_styl-formidable.with_frm_style .frm_error, .frm_style_styl-formidable.with_frm_style .frm_limit_error {
    margin-bottom: 15px !important;
}

figure.wp-block-image.aligncenter.size-large {
    margin: 0 auto;
}


figure.wp-block-image.aligncenter.size-large {
    max-width: 1230px !important;
    margin: 0 auto  !important;
    padding: 0 15px  !important;
}


.simple-page-area {
    padding: 80px 0 100px;
}

.simple-page-main {
    max-width: 1060px;
    margin: 0 auto;
}

.simple-page-content {
    color: #3b0048;
    font-size: 16px;
    line-height: 1.8;
}

.simple-page-content > *:first-child {
    margin-top: 0;
}

.simple-page-content > *:last-child {
    margin-bottom: 0;
}

.simple-page-content h1,
.simple-page-content h2,
.simple-page-content h3,
.simple-page-content h4,
.simple-page-content h5,
.simple-page-content h6 {
    color: #3b0048;
    font-weight: 700;
    line-height: 1.3;
    margin: 45px 0 20px;
}

.simple-page-content h1 {
    font-size: 42px;
}

.simple-page-content h2 {
    font-size: 34px;
    text-align: center;
}

.simple-page-content h3 {
    font-size: 28px;
}

.simple-page-content h4 {
    font-size: 22px;
    text-align: center;
}

.simple-page-content h5 {
    font-size: 18px;
}

.simple-page-content h6 {
    font-size: 16px;
}

.simple-page-content p {
    margin: 0 0 22px;
}

.simple-page-content strong {
    font-weight: 700;
    color: #2b0035;
}

.simple-page-content a {
    color: #c252d4;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.25s ease;
}

.simple-page-content a:hover {
    color: #3b0048;
}

.simple-page-content ul,
.simple-page-content ol {
    margin: 0 0 28px 0;
    padding-left: 0;
    list-style: none;
}

.simple-page-content li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 34px;
}

.simple-page-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 9px;
    height: 9px;
    background: #eab3ee;
    border-radius: 50%;
}

.simple-page-content ol {
    counter-reset: simple-counter;
}

.simple-page-content ol li {
    counter-increment: simple-counter;
}

.simple-page-content ol li::before {
    content: counter(simple-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #c252d4;
    font-weight: 700;
}

.simple-page-content blockquote {
    margin: 35px 0;
    padding: 28px 32px;
    background: #fff5fb;
    border-left: 5px solid #eab3ee;
    border-radius: 16px;
    color: #3b0048;
}

.simple-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.simple-page-content figure {
    margin: 35px 0;
}

.simple-page-content figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #8b6d90;
    text-align: center;
}

.simple-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0;
    overflow: hidden;
    border-radius: 16px;
}

.simple-page-content table th,
.simple-page-content table td {
    padding: 16px 18px;
    border: 1px solid #f1d8f4;
    text-align: left;
    vertical-align: top;
}

.simple-page-content table th {
    background: #fff0fa;
    color: #3b0048;
    font-weight: 700;
}

.simple-page-content table td {
    background: #fff;
}

.simple-page-content hr {
    margin: 45px 0;
    border: 0;
    height: 1px;
    background: #f1d8f4;
}

.simple-page-content .wp-block-image {
    margin: 35px 0;
}

.simple-page-content .wp-block-button {
    margin: 30px 0;
}

.simple-page-content .wp-block-button__link {
    background: #3b0048;
    color: #fff;
    border-radius: 0;
    padding: 16px 34px;
    text-decoration: none;
    font-weight: 700;
}

.simple-page-content .wp-block-button__link:hover {
    background: #c252d4;
    color: #fff;
}

.contact-item-img img {
    max-height: 170px;
}


.chose-inner-title h3 {
    font-family: "Arima", system-ui;
}

.product-size-link {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}


.zuzoleo-search-opened {
    overflow: hidden;
}

.zuzoleo-search-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
}

.zuzoleo-search-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.zuzoleo-search-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(59, 0, 72, 0.35);
    backdrop-filter: blur(6px);
}

.zuzoleo-search-modal__box {
    position: relative;
    width: calc(100% - 40px);
    max-width: 860px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    margin: 40px auto;
    padding: 42px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 25px 80px rgba(59, 0, 72, 0.18);
}

.zuzoleo-search-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: 1px solid #f1d8f4;
    background: #fff;
    color: #3b0048;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s ease;
}

.zuzoleo-search-modal__close:hover {
    background: #fff0fa;
    color: #c252d4;
}

.zuzoleo-search-modal__heading {
    text-align: center;
    margin-bottom: 28px;
}

.zuzoleo-search-modal__heading h2 {
    margin: 0 0 10px;
    color: #3b0048;
    font-size: 34px;
    line-height: 1.2;
}

.zuzoleo-search-modal__heading p {
    margin: 0;
    color: #7b5d82;
    font-size: 16px;
}

.zuzoleo-search-form {
    margin-bottom: 28px;
}

.zuzoleo-search-form__field {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 0 22px;
    border: 2px solid #eab3ee;
    background: #fff;
    min-height: 66px;
}

.zuzoleo-search-form__field span {
    display: inline-flex;
    flex: 0 0 auto;
}

.zuzoleo-search-form__field img {
    width: 22px;
    height: 22px;
}

.zuzoleo-search-form__field input[type="search"] {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #3b0048;
    font-size: 20px;
    font-weight: 500;
}

.zuzoleo-search-form__field input[type="search"]::placeholder {
    color: #a98daf;
}

.zuzoleo-search-results {
    min-height: 80px;
}

.zuzoleo-search-results__list {
    display: grid;
    gap: 12px;
}

.zuzoleo-search-result {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px;
    border: 1px solid #f1d8f4;
    background: #fff;
    text-decoration: none;
    transition: 0.25s ease;
}

.zuzoleo-search-result:hover {
    background: #fff7fc;
    border-color: #eab3ee;
}

.zuzoleo-search-result__image {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    background: #f8f8f8;
    overflow: hidden;
}

.zuzoleo-search-result__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zuzoleo-search-result__content h3 {
    margin: 0 0 8px;
    color: #3b0048;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.zuzoleo-search-result__price {
    color: #3b0048;
    font-size: 16px;
    font-weight: 600;
}

.zuzoleo-search-empty,
.zuzoleo-search-loading {
    padding: 28px;
    background: #fff7fc;
    color: #3b0048;
    text-align: center;
    border: 1px solid #f1d8f4;
}

.zuzoleo-search-show-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 17px 24px;
    background: #3b0048;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s ease;
}

.zuzoleo-search-show-all:hover {
    background: #c252d4;
    color: #fff;
}

@media (max-width: 767px) {
    .zuzoleo-search-modal__box {
        width: calc(100% - 24px);
        max-height: calc(100vh - 24px);
        margin: 12px auto;
        padding: 34px 18px 24px;
        border-radius: 18px;
    }

    .zuzoleo-search-modal__heading h2 {
        font-size: 26px;
    }

    .zuzoleo-search-form__field {
        min-height: 58px;
        padding: 0 16px;
    }

    .zuzoleo-search-form__field input[type="search"] {
        font-size: 17px;
    }

    .zuzoleo-search-result {
        gap: 12px;
        padding: 10px;
    }

    .zuzoleo-search-result__image {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    .zuzoleo-search-result__content h3 {
        font-size: 15px;
    }
} 


.zuzoleo-search-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;

    width: 42px;
    height: 42px;
    padding: 0 !important;
    margin: 0;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #f1d8f4;
    background: #fff;
    color: #3b0048;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transform: none;
    transition: 0.25s ease;
}



.category-bottom-description {
    margin: 50px 0 0;
    padding: 40px 0 0;
    color: #3b0048;
    font-size: 16px;
    line-height: 1.8;
}

.category-bottom-description > *:first-child {
    margin-top: 0;
}

.category-bottom-description > *:last-child {
    margin-bottom: 0;
}

.category-bottom-description p {
    margin: 0 0 22px;
}

.category-bottom-description h2,
.category-bottom-description h3,
.category-bottom-description h4 {
    margin: 35px 0 18px;
    color: #3b0048;
    line-height: 1.3;
}

.category-bottom-description h2 {
    font-size: 30px;
}

.category-bottom-description h3 {
    font-size: 24px;
}

.category-bottom-description h4 {
    font-size: 20px;
}

.category-bottom-description ul,
.category-bottom-description ol {
    margin: 0 0 25px;
    padding-left: 22px;
}

.category-bottom-description li {
    margin-bottom: 10px;
}

.category-bottom-description a {
    color: #c252d4;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 767px) {
    .category-bottom-description {
        margin-top: 35px;
        padding-top: 25px;
        font-size: 15px;
        line-height: 1.7;
    }

    .category-bottom-description h2 {
        font-size: 25px;
    }

    .category-bottom-description h3 {
        font-size: 21px;
    }

    .category-bottom-description h4 {
        font-size: 18px;
    }
} 


.zuzoleo-breadcrumbs a {
    color: #3D0C46;
}


.summer-item:hover .summer-cnt h4 {
    text-decoration: none;
    color: #000;
}


.checkout-header-area {
    background: #fff;
    padding: 48px 0 44px;
    border-bottom: 1px solid #f1edf3;
    position: relative;
    z-index: 20;
}

.checkout-header-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
}

.checkout-header-left {
    display: flex;
    justify-content: flex-start;
}

.checkout-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-header-logo img {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
}

.checkout-header-right {
    min-height: 1px;
}

.checkout-header-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    min-height: 54px;
    padding: 14px 28px;
    border: 2px solid #e7a5f0;
    background: #fff;
    color: #3b0048;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.checkout-header-back:hover {
    background: #fff0fa;
    color: #c252d4;
    border-color: #c252d4;
}

@media (max-width: 767px) {
    .checkout-header-area {
        padding: 28px 0;
    }

    .checkout-header-main {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .checkout-header-logo {
        order: 1;
    }

    .checkout-header-left {
        order: 2;
        justify-content: center;
    }

    .checkout-header-right {
        display: none;
    }

    .checkout-header-logo img {
        width: 210px;
    }

    .checkout-header-back {
        min-width: 220px;
        min-height: 48px;
        font-size: 14px;
    }
} 


@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}

html {
    margin-top: 0px !important;
}

/* 
body.woocommerce-checkout .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 20px 100px;
    color: #3b0048;
    text-align: center;
}

body.woocommerce-checkout .woocommerce > p {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 20px;
    line-height: 1.6;
    color: #3b0048;
}

body.woocommerce-checkout .woocommerce .button.wc-backward {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 54px;
    padding: 15px 28px;
    border: 2px solid #e7a5f0;
    background: #fff;
    color: #3b0048;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.25s ease;
}

body.woocommerce-checkout .woocommerce .button.wc-backward:hover {
    background: #fff0fa;
    border-color: #c252d4;
    color: #c252d4;
} */

.summer-cnt h4,
.category-item-product h4,
.slider-item h4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    color: #c252d4;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}


.summer-cnt h4 ins,
.category-item-product h4 ins,
.slider-item h4 ins {
    order: 1;
    display: inline-flex !important;
    color: #c252d4;
    font-weight: 700;
    text-decoration: none !important;
}


.summer-cnt h4 del,
.category-item-product h4 del,
.slider-item h4 del {
    order: 2;
    display: inline-flex !important;
    color: #d7c7dc;
    font-weight: 500;
    opacity: 1;
    text-decoration: line-through !important;
}

.summer-cnt h4 del *,
.category-item-product h4 del *,
.slider-item h4 del * {
    text-decoration: line-through !important;
}


.summer-cnt h4 .woocommerce-Price-amount,
.category-item-product h4 .woocommerce-Price-amount,
.slider-item h4 .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit;
}


.summer-cnt h4 > .woocommerce-Price-amount,
.category-item-product h4 > .woocommerce-Price-amount,
.slider-item h4 > .woocommerce-Price-amount {
    color: #c252d4;
    font-weight: 700;
} 

a.zuzoleo-go-to-cart {
    padding-bottom: 20px;
}

.wp-singular .woocommerce-notices-wrapper {
    display: none !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: block !important;
}

a.restore-item {
    color: #fff;
    font-weight: bold;
}


@media (max-width: 767px) {
    .zuzoleo-single-gallery-image .zuzoleo-mobile-gallery-track {
        display: block;
        padding-right: 0;
        overflow: hidden;
    }

    .zuzoleo-single-gallery-image .zuzoleo-mobile-gallery-slide {
        width: 100%;
        flex: 0 0 100%;
        aspect-ratio: 1 / 1;
    }

    .zuzoleo-single-gallery-image .zuzoleo-mobile-gallery-slide img {
        object-fit: contain;
    }

    .zuzoleo-single-gallery-image .zuzoleo-mobile-gallery-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .zuzoleo-single-gallery-image .zuzoleo-mobile-gallery-slide {
        flex-basis: 100%;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .zuzoleo-single-gallery-image .zuzoleo-mobile-gallery-track {
        padding-right: 0;
    }
}


#owl-csel2 .owl-item.zuzoleo-preview-disabled {
    opacity: 0.8 !important;
    pointer-events: none !important;
}

#owl-csel2 .owl-item.zuzoleo-preview-disabled .slider-item,
#owl-csel2 .owl-item.zuzoleo-preview-disabled .summer-item {
    opacity: 0.8 !important;
    pointer-events: none !important;
}

#owl-csel2 .owl-item.zuzoleo-preview-disabled a,
#owl-csel2 .owl-item.zuzoleo-preview-disabled button,
#owl-csel2 .owl-item.zuzoleo-preview-disabled .zuzoleo-wishlist-toggle {
    pointer-events: none !important;
}

#owl-csel2 .owl-item.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#owl-csel2 .owl-item.active .slider-item,
#owl-csel2 .owl-item.active .summer-item {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#owl-csel2 .owl-item.active a,
#owl-csel2 .owl-item.active button,
#owl-csel2 .owl-item.active .zuzoleo-wishlist-toggle {
    pointer-events: auto !important;
} 


#owl-csel2 .owl-item.zuzoleo-preview-disabled,
#owl-csel3 .owl-item.zuzoleo-preview-disabled {
    opacity: 0.8 !important;
    pointer-events: none !important;
}

#owl-csel2 .owl-item.zuzoleo-preview-disabled .slider-item,
#owl-csel2 .owl-item.zuzoleo-preview-disabled .summer-item,
#owl-csel3 .owl-item.zuzoleo-preview-disabled .slider-item,
#owl-csel3 .owl-item.zuzoleo-preview-disabled .summer-item {
    opacity: 0.8 !important;
    pointer-events: none !important;
}

#owl-csel2 .owl-item.zuzoleo-preview-disabled a,
#owl-csel2 .owl-item.zuzoleo-preview-disabled button,
#owl-csel2 .owl-item.zuzoleo-preview-disabled .zuzoleo-wishlist-toggle,
#owl-csel3 .owl-item.zuzoleo-preview-disabled a,
#owl-csel3 .owl-item.zuzoleo-preview-disabled button,
#owl-csel3 .owl-item.zuzoleo-preview-disabled .zuzoleo-wishlist-toggle {
    pointer-events: none !important;
}

#owl-csel2 .owl-item.active,
#owl-csel3 .owl-item.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#owl-csel2 .owl-item.active .slider-item,
#owl-csel2 .owl-item.active .summer-item,
#owl-csel3 .owl-item.active .slider-item,
#owl-csel3 .owl-item.active .summer-item {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#owl-csel2 .owl-item.active a,
#owl-csel2 .owl-item.active button,
#owl-csel2 .owl-item.active .zuzoleo-wishlist-toggle,
#owl-csel3 .owl-item.active a,
#owl-csel3 .owl-item.active button,
#owl-csel3 .owl-item.active .zuzoleo-wishlist-toggle {
    pointer-events: auto !important;
} 



/* Cena na single product identycznie jak w karuzelach, bez przekreślenia starej ceny */
.zuzoleo-single-product-area .zuzoleo-single-price,
.zuzoleo-single-product-area #zuzoleo-product-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    line-height: 1.15;
}

/* Cena aktualna / promocyjna */
.zuzoleo-single-product-area .zuzoleo-single-price,
.zuzoleo-single-product-area #zuzoleo-product-price,
.zuzoleo-single-product-area .zuzoleo-single-price > .woocommerce-Price-amount,
.zuzoleo-single-product-area #zuzoleo-product-price > .woocommerce-Price-amount,
.zuzoleo-single-product-area .zuzoleo-single-price ins,
.zuzoleo-single-product-area #zuzoleo-product-price ins,
.zuzoleo-single-product-area .zuzoleo-single-price ins .woocommerce-Price-amount,
.zuzoleo-single-product-area #zuzoleo-product-price ins .woocommerce-Price-amount,
.zuzoleo-single-product-area .zuzoleo-single-price ins .woocommerce-Price-currencySymbol,
.zuzoleo-single-product-area #zuzoleo-product-price ins .woocommerce-Price-currencySymbol {
    color: #C059DC !important;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none !important;
}

/* Aktualna cena zawsze pierwsza */
.zuzoleo-single-product-area .zuzoleo-single-price ins,
.zuzoleo-single-product-area #zuzoleo-product-price ins {
    order: 1;
    display: inline-flex;
    align-items: baseline;
    background: transparent !important;
    text-decoration: none !important;
}

/* Stara cena, bez kreski */
.zuzoleo-single-product-area .zuzoleo-single-price del,
.zuzoleo-single-product-area #zuzoleo-product-price del {
    order: 2;
    display: inline-flex;
    align-items: baseline;
    color: #cdb7d3 !important;
    font-size: 20px;
    font-weight: 500;
    opacity: 1 !important;
     text-decoration: line-through !important;
}

/* Usuwa domyślne przekreślenie WooCommerce/przeglądarki */
.zuzoleo-single-product-area .zuzoleo-single-price del *,
.zuzoleo-single-product-area #zuzoleo-product-price del *,
.zuzoleo-single-product-area .zuzoleo-single-price del .woocommerce-Price-amount,
.zuzoleo-single-product-area #zuzoleo-product-price del .woocommerce-Price-amount,
.zuzoleo-single-product-area .zuzoleo-single-price del .woocommerce-Price-currencySymbol,
.zuzoleo-single-product-area #zuzoleo-product-price del .woocommerce-Price-currencySymbol {
    color: #cdb7d3 !important;
    font-size: 20px;
    font-weight: 500;
   text-decoration: line-through !important;
}

/* Ważne: nadpisuje poprzednią kreskę z mojego wcześniejszego CSS */
.zuzoleo-single-product-area .zuzoleo-single-price del::before,
.zuzoleo-single-product-area .zuzoleo-single-price del::after,
.zuzoleo-single-product-area #zuzoleo-product-price del::before,
.zuzoleo-single-product-area #zuzoleo-product-price del::after {
    content: none !important;
    display: none !important;
}

/* Ukrycie tekstów screen reader z WooCommerce */
.zuzoleo-single-product-area .zuzoleo-single-price .screen-reader-text,
.zuzoleo-single-product-area #zuzoleo-product-price .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .zuzoleo-single-product-area .zuzoleo-single-price,
    .zuzoleo-single-product-area #zuzoleo-product-price,
    .zuzoleo-single-product-area .zuzoleo-single-price > .woocommerce-Price-amount,
    .zuzoleo-single-product-area #zuzoleo-product-price > .woocommerce-Price-amount,
    .zuzoleo-single-product-area .zuzoleo-single-price ins,
    .zuzoleo-single-product-area #zuzoleo-product-price ins,
    .zuzoleo-single-product-area .zuzoleo-single-price ins .woocommerce-Price-amount,
    .zuzoleo-single-product-area #zuzoleo-product-price ins .woocommerce-Price-amount,
    .zuzoleo-single-product-area .zuzoleo-single-price ins .woocommerce-Price-currencySymbol,
    .zuzoleo-single-product-area #zuzoleo-product-price ins .woocommerce-Price-currencySymbol {
        font-size: 24px;
    }

    .zuzoleo-single-product-area .zuzoleo-single-price del,
    .zuzoleo-single-product-area #zuzoleo-product-price del,
    .zuzoleo-single-product-area .zuzoleo-single-price del .woocommerce-Price-amount,
    .zuzoleo-single-product-area #zuzoleo-product-price del .woocommerce-Price-amount,
    .zuzoleo-single-product-area .zuzoleo-single-price del .woocommerce-Price-currencySymbol,
    .zuzoleo-single-product-area #zuzoleo-product-price del .woocommerce-Price-currencySymbol {
        font-size: 18px;
    }
}


.zuzoleo-myaccount-inner .woocommerce-Button, .zuzoleo-myaccount-inner .button, .zuzoleo-myaccount-inner button, .zuzoleo-myaccount-inner input[type="submit"] {
    border-radius: 0px !important;
    margin-bottom: 10px;
}

.woocommerce-customer-details .woocommerce-column--1 {
    width: 100%;
}

.woocommerce-customer-details .woocommerce-column--2 {
     width: 100%;
}

.zuzoleo-myaccount-inner h2 {
    padding-bottom: 5px;
}

.card-wrap {
    padding-bottom: 10px;
}


.inner-mobil-menu .zuzoleo-search-open svg path {
    fill: #C059DC;
    transition: fill 0.2s ease;
}

.inner-mobil-menu .zuzoleo-search-open:hover svg path,
.inner-mobil-menu li:hover .zuzoleo-search-open svg path {
    fill: #fff !important;
} 


@media (max-width: 767px) {
    .summer-cnt {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .summer-cnt ul {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start;
        gap: 6px 8px;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px 0;
        padding: 0;
        list-style: none;
        white-space: normal !important;
        overflow: visible;
    }

    .summer-cnt ul li {
        float: none !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin: 0 !important;
        padding: 0 8px;
        box-sizing: border-box;
        white-space: nowrap;
    }


    .summer-cnt ul {
        justify-content: flex-start !important; 
    } 

} 