.topbar-green-with-link {
    background-color: #22E243;
    color: #000000;
    padding: 10px 0;
    text-align: center;
    height: 48px;
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    justify-content: space-between;
    align-items: center;
    display: none;

    &.show-topbar {
        display: flex;
    }

    @media(max-width:1400px) {
        padding-left: 24px;
        padding-right: 24px;
    }

    @media(max-width:768px) {
        height: 40px;
        padding: 10px 24px;
    }


    .container-for-content {
        max-width: 1232px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;

        a {
            font-weight: 500;
            font-size: 16px;
            color: black;
            text-decoration: underline;

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

        .close-topbar-green-with-link {
            background: none;
            border: none;
            color: black;
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;

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

body:has(.show-topbar) .navbar-new__container {
    margin-top: 48px;
}

body:has(.forbusiness[aria-expanded="true"]) .topbar-green-with-link {
    display: none;
    margin-top: 0px;
}

body:has(.forbusiness[aria-expanded="true"]) {
    .navbar-new__container {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    body:has(.show-topbar .wrapp-component-select-cashback) {
        .navbar-new__container {
            margin-top: 100px !important;
        }

        .site-content {
            margin-top: 250px !important;
        }
    }
}


/* START header top green cashback *zen/template-parts/blackfriday-landing/HeaderChooseLangCashback.php */
 .topbar-green-with-link.show-topbar.click_green_lang_cashback_topbar {
     @media (max-width: 768px) {
         height: auto;
         padding: 10px 24px;

         .close-topbar-green-with-link {
             top: 10px;
             right: -15px;
         }
     }

     .topbar-green-with-link__link {
         display: flex;
         justify-content: space-between;
         width: calc(100% - 50px);
         align-items: center;

         @media(max-width:768px) {
             width: 100%;
             flex-direction: column;
             text-align: center;
             gap: 10px;
             text-align: left;
             font-size: 12px;
         }
     }

     .wrapp-component-select-cashback {
         display: flex;
         align-items: center;
         gap: 35px;

         @media(max-width:768px) {
             width: 100%;
         }

         #select-cashback-country {
             text-indent: 0;
             border: none;
             padding: 0;
             color: var(--Black, #000);
             background: transparent;
             color: #010101;
             font-feature-settings: 'liga' off, 'clig' off;
             font-family: Nunito;
             font-size: 13.3px;
             font-style: normal;
             font-weight: 600;
             line-height: normal;
             text-transform: uppercase;
             outline: none;
             cursor: pointer;
             border-bottom: 1px solid #000;
             min-width: 60%;

             @media(min-width:1000px) {
                 min-width: 235px;
             }

             option {
                 display: flex;
                 padding: 8px 12px;
                 font-size: 16px;
             }
         }

         #confirm-cashback-country {
             display: inline-flex;
             height: 32px;
             padding: 16px 24px;
             justify-content: center;
             align-items: center;
             gap: 10px;
             flex-shrink: 0;
             border-radius: 64px;
             background: var(--Black, #000);
             color: var(--White, #FFF);
             text-align: center;
             leading-trim: both;
             text-edge: cap;
             font-family: Nunito;
             font-size: 10px;
             font-style: normal;
             font-weight: 600;
             line-height: normal;
             letter-spacing: 0.3px;
             text-transform: uppercase;
             cursor: pointer;
             border: none;
             position: relative;

             &:hover {
                 background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
                 background-position: center;
                 background-size: cover;
             }
         }
     }

 }
/* /KONIEC *zen/template-parts/blackfriday-landing/HeaderChooseLangCashback.php */