@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/Inter/Inter-Bold.woff2') format('woff2');
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.cashback-promo {
    background: #fff;
    padding: 9px 0 16px;

    @media (max-width: 1280px) {
        padding-inline: 30px;
    }

    @media (max-width: 767px) {
        padding: 0;
    }
}

.cashback-promo-body {
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    user-select: none;
    padding: 24px;
    padding-right: 395px;
    isolation: isolate;

    @media (max-width: 1024px) {
        padding-right: 284px;
    }

    @media (max-width: 767px) {
        padding: 10px 10px 177px;
        border-radius: 0;
        min-height: 140px;
    }

    &:before {
        content: '';
        display: block;
        background: linear-gradient(180deg, #40baff 0%, #abe1ff 100%);
        position: absolute;
        inset: 0;
        z-index: -1;
        box-shadow: inset 0px 4px 34px rgba(0, 0, 0, 0.1);
    }

    &:after {
        content: '';
        display: block;
        background: url('../../images/main/banner/cashback-promo-bag-xl.png')
            no-repeat center;
        filter: drop-shadow(0px 3px 54px rgba(0, 57, 104, 0.1));
        background-size: contain;
        position: absolute;
        bottom: -19px;
        z-index: -1;
        width: 586px;
        height: 380px;
        right: 7px;

        /* @media (max-width: 1024px) {
            width: 195px;
            height: 154px;
            right: 10px;
        } */
        @media (max-width: 1024px) {
            width: 468px;
            height: 380px;
            right: -37px;
            bottom: -38px;
        }

        /* @media (max-width: 768px) {
            bottom: -20px;
            right: -110px;
            opacity: 0.3;
        } */
        @media (max-width: 767px) {
            width: 386px;
            bottom: -140px;
            right: 50%;
            transform: translateX(50%);
        }
    }
}

.cashback-promo-details {
    @media (max-width: 767px) {
        text-align: center;
    }
}

.cashback-promo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 16px -4px 0;

    @media (max-width: 767px) {
        justify-content: center;
        gap: 18px;
    }
}

.cashback-promo-logo {
    /* @media (min-width: 768px) and (max-width: 1024px) {
        width: 77px;
        height: 24px;
        position: absolute;
        top: 15px;
        right: 20px;
    } */

    /* @media (max-width: 768px) {
        width: 51px;
        height: 16px;
    } */
    @media (max-width: 767px) {
        width: 80px;
        margin: 0 auto;
    }
}

.cashback-promo-text {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    color: #fff;
    margin: 8px 0 0;

    @media (max-width: 1280px) {
        text-transform: uppercase;
        font-size: 36px;
        line-height: 110%;
        margin-block: 10px;
    }

    @media (max-width: 767px) {
        text-align: center;
        text-transform: unset;
        font-size: 36px;
        line-height: 110%;
        margin: 0;
        text-align: center;
    }
}

.cashback-promo-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cashback-promo-item img {
    @media (max-width: 767px) {
        width: 28px;
        height: auto;
    }
}

.cashback-promo-text span {
    display: block;
    font-family: inherit;
}

.cashback-promo-button {
    display: inline-block;
    white-space: nowrap;
    border: 0;
    background: linear-gradient(180deg, #ff9000 0%, #f86a1d 100%);
    padding: 17px 95px;
    margin: 56px 0 0;
    border-radius: 18px;
    line-height: 1;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;

    @media (max-width: 767px) {
        padding: 14px 24px;
        font-size: 14px;
        margin: 16px 0 0;
    }
}


/* .cashback-promo-button:hover,
.cashback-promo-button:focus {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
} */

.cashback-promo-button::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;
}

