.reward-banner-scroll {
    padding-top: var(--padding-top-desk);
    padding-bottom: var(--padding-bottom-desk);
}

.reward-banner-image-items img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

h2.reward-title-header {
    font-size: 50px;
    color: #000000;
    margin: 0 0 16px 0;
    text-align: center;
}

.reward-banner-header {
    margin: 0 0 50px 0;
}

p.reward-content-header {
    font-size: 20px;
    color: #000000;
    margin: 0 auto;
    max-width: 706px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
}

.reward-content-overlay {
    padding: 9rem 20px;
    position: relative;
}

.reward-slides-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.reward-slides-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

span.free-image-txt {
    letter-spacing: 0;
    line-height: 1.5;
    position: absolute;
    top: 12px;
    right: -34px;
    background: #D6000F;
    color: #fff;
    padding: 3px 45px;
    font-size: 14px;
    text-align: center;
    transform: rotate(45deg);
    font-weight: 500;
    font-family: 'ANTA Sharp Grotesk Medium';
}

h2.reward-slide-product-ttl {
    font-size: 20px;
    color: #030303;
    font-family: 'ANTA Sharp Grotesk Medium';
    margin: 0 0 10px 0;
}

.reward-logo-img-inner img {
    display: block;
    width: 100%;
    max-width: 50px;
    height: auto;
    object-fit: contain;
    margin: 0 0 0 auto;
}

p.reward-content-header strong {
    font-family: 'ANTA Sharp Grotesk Bold';
}

.reward-slide-content-items {
    padding: 18px;
}

a.reward-slide-padding-slides {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    display: block;
}

.reward-slides-main-class {
    padding: 20px 0 20px 0;
}

.reward-banner-image-items {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.reward-image-main-banner {
    position: relative;
}

a.reward-slides-button {
    line-height: 1.2;
    width: 166px;
    font-size: 18px;
    color: #fff;
    background: #000;
    position: relative;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 30px;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.reward-slides-button span.top-text {
    transform: translateY(0%);
    transition: all 0.3s ease;
}

a.reward-slides-button span.bottom-text {
    position: absolute;
    transform: translateY(200%);
    transition: all 0.3s ease;
    text-transform: capitalize;
    color: #fff;
}

a.reward-slides-button:hover span.top-text {
    transform: translateY(-200%);
    transition: all 0.3s ease;
}

a.reward-slides-button:hover span.bottom-text {
    transform: translateY(0%);
    transition: all 0.3s ease;
    color: #fff;
}

.top-borders-corner:after,
.bottom-borders-corner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-top: 5px solid rgb(214 0 15 / 40%);
    border-left: 5px solid rgb(214 0 15 / 40%);
}

.top-borders-corner {
    position: absolute;
    top: 0;
    left: 40%;
    width: 44px;
    height: 5px;
    z-index: 1;
}

.bottom-borders-corner {
    position: absolute;
    top: 0px;
    left: 57.8%;
    width: 44px;
    height: 5px;
    z-index: 1;
}

.bottom-right-borders-corner {
    position: absolute;
    top: auto;
    left: 40%;
    width: 44px;
    height: 5px;
    z-index: 1;
    bottom: 0;
}

.bottom-right-borders-corner::after,
.bottom-left-borders-corner::after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    width: 40px;
    height: 40px;
    border-bottom: 5px solid rgb(214 0 15 / 40%);
    border-left: 5px solid rgb(214 0 15 / 40%);
    bottom: 0;
}

.bottom-left-borders-corner {
    position: absolute;
    top: auto;
    left: 57.8%;
    width: 44px;
    height: 5px;
    z-index: 1;
    bottom: 0;
}

.bottom-borders-corner:after,
.bottom-left-borders-corner::after {
    border-right: 5px solid rgb(214 0 15 / 40%);
    border-left: unset;
}

.top-borders-corner.active:after,
.bottom-borders-corner.active:after,
.bottom-left-borders-corner.active::after,
.bottom-right-borders-corner.active::after {
    border-color: rgb(214 0 15);
}

.reward-slides-main-class {
    opacity: 0;
    transition: all 0.5s;
}

.reward-slides-main-class.swiper-initialized {
    opacity: 1;
}

.mobile-only {
    display: none !important;
}

a.reward-slides-button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media(max-width: 1440px) {
    h2.reward-slide-product-ttl {
        font-size: 16px;
    }

    .reward-slide-content-items {
        padding: 12px;
    }

    .reward-logo-img-inner img {
        max-width: 40px;
    }

    .top-borders-corner,
    .bottom-right-borders-corner {
        left: 37%;
    }

    .bottom-borders-corner,
    .bottom-left-borders-corner {
        left: 59.5%;
    }

    .bottom-right-borders-corner::after,
    .bottom-left-borders-corner::after,
    .top-borders-corner:after,
    .bottom-borders-corner:after {
        border-width: 3px;
        width: 29px;
        height: 29px;
    }

    .top-borders-corner,
    .bottom-borders-corner {
        top: 5px;
    }

    span.free-image-txt {
        top: 6px;
        right: -34px;
        padding: 2px 38px;
        font-size: 12px;
    }

    a.reward-slides-button {
        width: 136px;
        font-size: 15px;
    }

    .reward-slides-main-items.swiper-slide {
        height: auto;
    }

    a.reward-slide-padding-slides {
        height: 100%;
    }
}

@media(max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .reward-banner-scroll {
        padding-top: var(--padding-top-mob);
        padding-bottom: var(--padding-bottom-mob);
    }

    .reward-content-overlay {
        padding: 24px 0 30px;
    }

    .reward-header-content {
        padding: 0 20px;
    }

    .reward-banner-header {
        margin: 0 0 30px 0;
    }

    .reward-banner-header .reward-title-header {
        font-size: 28px;
        line-height: 1.286;
        margin: 0px 0 12px 0;
    }

    .reward-banner-header .reward-content-header {
        font-size: 14px;
        line-height: 1.572;
    }

    .reward-slides-main-class {
        padding: 10px 0;
    }

    .top-borders-corner,
    .bottom-right-borders-corner,
    .bottom-borders-corner,
    .bottom-left-borders-corne,
    .bottom-left-borders-corner {
        display: none;
    }

    .reward-content-overlay .reward-slides-button {
        width: 100%;
        max-width: 140px;
        padding: 5px;
        height: 40px;
        font-size: 16px;
        line-height: 1.25;
        margin-top: 30px;
    }

    h2.reward-slide-product-ttl {
        font-size: 14px;
        line-height: 1.5;
    }
}