.gri-banner {
    background-color: #ecf0f1 !important;
}


.mobile-tab {
    position:relative !important;
    z-index:3 !important;
    border-top: 2px solid #8a1538;
    background-color: white !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
    display: none;
    align-items: center;
    padding: 12px 15px;
    justify-content: space-between;
}
    .mobile-tab .sepet-button {
        position: relative;
        font-weight: 500;
        font-size: 16px;
        line-height: 18.78px;
        text-align: center;
        text-decoration: none;
        padding: 0 10px;
        border: unset !important;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: unset !important;
        flex-direction: column !important;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #787878;
    }
       
        .mobile-tab .sepet-button .sepet-sayi {
            color:black !important;
            width: 20px;
            right: -15px !important;
            height: 20px;

        }
.mobile-icons {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #787878;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffffa1;
    transition: .4s;
    z-index: 2;
}

.main-header.scrolled
{
    background: #fff;
    transition: .4s;
}

    .main-header > div.container {
        z-index: 1;
    }

  /*  .main-header::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
    }*/
.sepet-button {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.78px;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #871d37;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #871d37;
}
.sepet-button-iki svg path {
    stroke: #FCA649 !important;
}
.sepet-button-iki {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.78px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #871d37;
}

    .sepet-button-iki svg path {
        stroke: #000;
    }

.sepet-sayi {
    position: absolute;
    top: -4px;
    background-color: #FCA649;
    border-radius: 5rem;
    right: 13px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 14px;
}
.main-page-header .sepet-sayi {
    border: 1px solid #ffffff;
}
    .main-header .navbar-nav {
        display: flex;
        align-items: center;
        column-gap: 32px;
    }

        .main-header .navbar-nav .nav-item .nav-link {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 18.78px;
            text-align: center;
            color: #000000;
        }

            .main-header .navbar-nav .nav-item .nav-link.active {
                color: #FCA649;
            }

        .main-header .navbar-nav .nav-item .contact-button {
            font-family: Poppins;
            font-weight: 400;
            font-size: 16px;
            line-height: 18.78px;
            text-align: center;
            color: #000000;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-header .navbar-nav .nav-item .profile-button {
            font-weight: 500;
            font-size: 16px;
            line-height: 18.78px;
            text-align: center;
            color: #000;
            text-decoration: none;
            padding: 10px 30px;
            border: 1px solid #FCA649;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FCA649;
        }

        .main-header .navbar-nav .dropdown .dropdown-menu {
            background: #fff;
            list-style: none;
            padding: 20px 24px;
            margin: 0;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            box-shadow: 0px 6px 6px 0px #0000000f;
            left: unset;
            right: 0;
            top: calc(100% + 10px);
        }

            .main-header .navbar-nav .dropdown .dropdown-menu li a {
                font-family: Poppins;
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                color: #272829;
                background-color: transparent;
                padding: 5px 0;
            }



.main-page-header .navbar-nav .dropdown .dropdown-menu {
    background: #fff;
    list-style: none;
    padding: 20px 24px;
    margin: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 6px 6px 0px #0000000f;
    left: unset;
    right: 0;
    top: calc(100% + 28px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

    .main-page-header .navbar-nav .dropdown .dropdown-menu li a {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #272829!important;
        background-color: transparent;
        padding: 5px 0;
    }


.swal-footer button, .swal-footer button:hover, .swal-footer button:focus, .swal-footer button:focus-visible, .swal-footer button:active {
    background: #FCA649 !important;
    border: 1px solid #FCA649 !important;
    padding: 14px 36px;
    box-shadow: none;
    outline: none;
    color: #272829;
    background-color: #FCA649 !important;
}

footer {
    background: #871d37;
    padding-top: 60px;
}

.footer {
    display: flex;
    flex-direction: column;
    row-gap: 54px;
}

.footer-logo-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}
.footer-page-list {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.footer-page-list-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.78px;
    color: #ffffff;
}
.footer-page-list-title ul li a i{
color:white !important;
}





.ust-icerik{
    display:flex;
    align-items:center;
    column-gap:15px;
}

.footer-page-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-page-list ul li a {
        display: flex;
        column-gap: 1rem;
        font-family: Poppins;
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;
        color: #ffffff;
        text-decoration: none;
    }

        .footer-page-list ul li a svg {
            min-width: 20px;
            min-height: 20px;
            max-width: 20px;
            max-height: 20px;
        }

.footer-social-media-list ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0;
    margin: 0;
    list-style: none;
    row-gap: 24px;
}
.footer-bottom-pages ul li {
    list-style-type: none !important;
}

.footer-social-media-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff;
    font-size: 21px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #ffffff42;
}
.footer-bottom-pages-and-copyright {
    display: flex;
    align-items: center;
    column-gap: 42px;
}

.footer-copyright {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13.35px;
    line-height: 20.03px;
    color: #ffffff;
}
.footer-bottom-pages ul {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 46px;
    margin: 0;
}

    .footer-bottom-pages ul li a {
        font-family: Poppins;
        font-weight: 400;
        font-size: 13.35px;
        line-height: 20.03px;
        color: #ffffff;
        text-decoration: none;
    }

.mobile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 12px 20px;
    display: none;
}

.mobile-header-button button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 24px;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    color: #151515;
}


.mobile-sidenav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
    transition: .4s;
}

.mobile-sidenav.show
{
    left: 0;
    transition: .4s;
}

.mobile-sidenav-top {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E9EAEA;
}
.footer-page-list ul li a svg path {
    stroke: #871D37 !important;
}
.mobile-sidenav-top .mobile-sidenav-logo a img {
    width: 175px;
    object-fit: cover;
}

.mobile-sidenav-button button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 24px;
    color: #101828;
}

.mobile-sidenav-bottom {
    padding: 52px 20px;
    height: calc(100% - 93px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px;
    overflow: hidden;
    overflow-y: auto;
}

    .mobile-sidenav-bottom .mobile-sidenav-page-list {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

        .mobile-sidenav-bottom .mobile-sidenav-page-list li a {
            font-family: Poppins;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #272829;
            text-decoration: none;
        }

            .mobile-sidenav-bottom .mobile-sidenav-page-list li a.user-button {
                padding: 10px 22px;
                background: #FCA649;
                border-radius: 50px;
                display: flex;
                align-items: center;
                width: max-content;
                max-width: 100%;
                color: #000;
                column-gap: 10px;
            }

.mobile-sidenav-social-media-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    column-gap: 24px;
}

    .mobile-sidenav-social-media-list li a {
        background: #f8f9ff;
        border: 1px solid #E9E9EA;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 21px;
        text-decoration: none;
        color: #272829;
    }


.main-page-header {
    background: #272829;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

    .main-page-header .navbar-nav {
        column-gap: 32px;
        align-items: center;
    }

        .main-page-header .navbar-nav li a {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 18.78px;
            color: #fff !important;
            text-decoration: none;
        }

            .main-page-header .navbar-nav li a.active {
                color: #FCA649 !important;
            }

            .main-page-header .navbar-nav li a.contact-button {
                border: 1px solid #FFFFFF;
                border-radius: 50px;
            }

            .main-page-header .navbar-nav li a.profile-button {
                padding: 10px 30px;
                background: #FCA649;
                border-radius: 50px;
                color: #151515 !important;
            }


/*Çerezler Popup*/

.cookie-popup {
    position: fixed;
    bottom: 50px;
    left: 38px;
    width: 400px;
    background: linear-gradient(233.72deg, #484848 14.74%, #000000 100%);
    padding: 20px 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 2;
    transform: translate(0, 40px);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

    .cookie-popup.show {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        transition: .4s;
    }

.cookie-popup-header {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #fff;
}

.cookie-popup-content {
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    row-gap: 4px;
}

    .cookie-popup-content a {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        text-decoration: underline;
        color: #fff;
        text-underline-offset: 3px;
    }

.cookie-popup-footer {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

    .cookie-popup-footer .cookie-reject-button {
        width: 100%;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 500;
        line-height: 23.89px;
        text-align: center;
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 12px 8px;
        border-radius: 50px;
        box-shadow: none;
        outline: none;
    }

    .cookie-popup-footer .cookie-accept-button {
        font-family: Poppins;
        font-size: 13px;
        font-weight: 500;
        line-height: 23.89px;
        text-align: center;
        color: #000;
        background: #FCA649;
        border: 1px solid #FCA649;
        width: 100%;
        border-radius: 50px;
        padding: 12px 8px;
        box-shadow: none;
        outline: none;
    }
.qty-count {
    color: #000 !important;
}
    .qty-count:disabled {
        color: #a0a0a0 !important;
    }
/*Sepet*/

.cart-summary {
    --bs-offcanvas-width: 550px;
    border-top-left-radius: 24px;
    --bs-offcanvas-height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

.basket-offcanvas-header {
    padding: 0 20px;
    padding-top: 50px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    row-gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

    .basket-offcanvas-header .basket-offcanvas-close-button {
        width: max-content;
        max-width: 100%;
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #444444;
        background: none;
        outline: none;
        box-shadow: none;
        border: none;
    }

        .basket-offcanvas-header .basket-offcanvas-close-button i {
            color: #FCA649;
            font-size: 25px;
        }
    .basket-offcanvas-header .basket-offcanvas-title {
        font-family: Poppins;
        font-size: 35px;
        font-weight: 600;
        line-height: 46px;
        text-align: left;
        color: #201D17;
    }

.basket-offcanvas-body {
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.basket-product {
    display: flex;
    column-gap: 24px;
    align-items: center;
}

    .basket-product .basket-product-image, .basket-product .basket-product-image img {
        aspect-ratio: 1/1;
        object-fit: contain;
        min-width: 120px;
        max-width: 120px;
    }

    .basket-product .basket-product-image {
        border: 1px solid #E8E8E8;
        border-radius: 12px;
        position: relative;
        padding: 0px;
    }

.basket-product-properties {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.basket-offcanvas-product-list {
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    overflow: hidden;
    overflow-y: auto;
}

    /* width */
    .basket-offcanvas-product-list::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .basket-offcanvas-product-list::-webkit-scrollbar-track {
        background: #F6F6F6;
    }

    /* Handle */
    .basket-offcanvas-product-list::-webkit-scrollbar-thumb {
        background: #FCA649;
        border-radius: 50px;
    }

        /* Handle on hover */
        .basket-offcanvas-product-list::-webkit-scrollbar-thumb:hover {
            background: #FCA649;
        }

.basket-product-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.basket-product-category {
    font-family: 'Baloo Paaji 2';
    font-size: 14px;
    font-weight: 700;
    line-height: 22.04px;
    text-align: left;
    color: #939393;
}

.basket-product-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1A1A1A;
}

.basket-product-price-and-count-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.basket-product-count-and-remove {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.basket-product-qty-input {
    padding: 6px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

    .basket-product-qty-input input {
        max-width: 40px;
        text-align: center;
        border: none;
        outline: none;
        box-shadow: none;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #444444;
    }

        .basket-product-qty-input input::-webkit-outer-spin-button,
        .basket-product-qty-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .basket-product-qty-input button {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        box-shadow: none;
        outline: none;
        color: #939393;
    }

.basket-product-remove button {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-product-price {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: left;
    color: #000000;
}

    .basket-product-price .currency-swap {
        justify-content: start;
    }

.basket-offcanvas-footer {
    padding: 40px 42px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    background: #F6F6F6;
    box-shadow: 0px -9px 31.7px 0px #87878740;
}

.basket-offcanvas-footer-text-and-total-price-area {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}


.mobile-tab .active {
    color: #8a1538 !important;
}
.mobile-tab .active svg path{
    stroke: #8a1538 !important;
}
.basket-offcanvas-footer-title {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: #151515;
}

.product-card-bottom{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
}

.basket-offcanvas-footer-description {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #626262;
}

.basket-offcanvas-footer-total-price {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: right;
    color: #151515;
}

.basket-offcanvas-footer-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

    .basket-offcanvas-footer-buttons .view-cart-button {
        background: #fff;
        border: 1px solid #E8E8E8;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        color: #151515;
        padding: 16px 24px;
        width: 100%;
        text-decoration: none;
        border-radius: 50px;
    }

    .basket-offcanvas-footer-buttons .complete-shopping-button {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 23.89px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000000;
        background: #FCA649;
        border: 1px solid #FCA649;
        padding: 16px 24px;
        width: 100%;
        border-radius: 50px;
        text-decoration: none;
    }

.basket-product-mobile-price {
    display: none;
}

.basket-product-mobile-remove-button {
    display: none;
}

.offcanvas-backdrop {
    background-color: transparent;
}

    .offcanvas-backdrop.show {
        opacity: 1;
        background-color: #d1d1d1d1;
    }

.cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.cart-empty-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
}

.cart-empty-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.cart-empty-title {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #121212;
}

.cart-empty-description {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

/*Breadcrumb*/

.default-breadcrumb {
    display: flex;
    align-items: center;
    background: #F6F6F6;
    padding: 10px 38px;
    column-gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-top: 86px;
}

    .default-breadcrumb::-webkit-scrollbar {
        display: none;
    }

.default-breadcrumb-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-breadcrumb .default-breadcrumb-item a, .default-breadcrumb .default-breadcrumb-item span {
    color: #626262;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    display: block;
}

.default-breadcrumb .default-breadcrumb-item i {
    color: #626262;
    font-size: 11px;
}

.basket-product-discounted-price {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #871D37;
}

@media only screen and (max-width: 1199px) {
    .footer-social-media-list ul {
            flex-direction: row;
            column-gap: 1rem;
        }

    .main-page-header .navbar-nav {
        column-gap: 10px;
    }

    .main-header .navbar-nav {
        column-gap: 10px;
    }
    }

@media only screen and (max-width: 991px)
{
    .mobile-header-logo img {
        width: 128px !important;
        object-fit:contain !important;
    }
    .mobile-sidenav-logo img {
        width: 128px !important;
        object-fit: contain !important;
    }
    .mobile-tab{
        display:flex !important;
    }
    footer {
        margin-bottom: 69px !important;
    }
    
    .default-breadcrumb {
        padding: 15px 0;
    }
   
    .main-header
    {
        display: none;
    }

    .main-page-header
    {
        display: none;
    }

    .mobile-header {
        display: flex;
    }

    .mobile-page-header {
        position: fixed;
        border-bottom: 1px solid #e6e6e6;
        z-index: 3;
    }
    .sepet-sayi {
        font-size: 12px;
        position: absolute;
        top: -7px;
        background-color: #FCA649;
        padding: 0 7px;
        border-radius: 5rem;
        right: -4px;
    }
    .mobile-header-button {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
}

    @media only screen and (max-width: 767px)
    {
        .footer-bottom {
            flex-direction: column;
            row-gap: 16px;
        }
    }

   

    @media only screen and (max-width: 475px)
    {
        .basket-offcanvas-header .basket-offcanvas-title {
            font-size: 25px;
        }
        .footer-bottom-pages-and-copyright {
            flex-direction: column-reverse;
            row-gap: 12px;
        }

      
        .cookie-popup {
            left: 16px;
            width: calc(100% - 32px);
        }
    }

