.instant-offer{
    width: 100%;
    height: 100%;
    background: var(--white-color);
    border-radius: 24px;
    padding: 4px;
    position: relative;
}

.instant-offer.with-backdrop:before{
    content: "";
    width: 21px;
    height: 21px;
    background: var(--black-color-5);
    border-radius: 10px 0;
    position: absolute;
    top:calc(50% - 8px);
    right: -10px;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}
.instant-offer.with-backdrop:after{
    content: "";
    width: 93px;
    height: 254px;
    background: var(--black-color-5);
    border-radius: 24px;
    position: absolute;
    top:50%;
    left: -24px;
    transform: translateY(-50%);
    z-index: -1;
}


.instant-offer .swiper{
    height: 100%;
}
.instant-offer .swiper-wrapper {
    align-items: stretch;
}

.instant-offer .swiper-slide {
    height: auto;
}
.instant-offer .instant-offer-title{
    background: var(--white-color);
    color: var(--black-color);
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 24px 18px 20px;
    border: 1px solid var(--black-color-10);
    border-top: 0;
    border-right: 0;
    border-radius: 0 24px 0 24px;
    width: max-content;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.instant-offer .main-product-box{
    padding: 4px;
}
.instant-offer .main-product-box .product-cat{
    background: var(--black-color-5);
    color: var(--black-color-70);
    right: unset;
    top: 14px;
    left: 12px;
}
.instant-offer .main-product-box .product-img img{
    max-height: 160px;
    object-fit: contain;
    margin-bottom: 0;
    margin-top: 61px;

}
.instant-offer .main-product-box .product-name a{
    align-items: center;
    margin-bottom: 4px;
    height: 48px;
}
.instant-offer .main-product-box .off-box,
.instant-offer .main-product-box .product-name .en{
    display: none;
}

@media (max-width: 1399px) {
    .instant-offer .instant-offer-title{
        font-weight: 400;
        /*letter-spacing: -4px;*/
        padding: 18px 20px 16px;
    }
    .instant-offer .main-product-box .product-cat{
        top: 11px;
        left: 0;
        padding: 10px;
    }
}
@media (max-width: 1199px) {
    .instant-offer .instant-offer-title{
        padding: 12px 9px;
        font-size: 14px;
    }
    .instant-offer .main-product-box .product-name .fa{
        font-size: 14px;
    }
    .instant-offer .main-product-box .product-img img{
        max-height: 118px;
    }
    .instant-offer .main-product-box .info .btn {
        font-size: 11px;
        padding: 8px;
    }
    .instant-offer .main-product-box .product-cat{
        top: 4px;
        left: 3px;
        padding: 8px;
        font-size: 12px;
        max-width: 94px;
    }
}
@media (max-width: 1023px) {
    .instant-offer .instant-offer-title{
        font-size: 16px;
        /*letter-spacing: -4px;*/
        padding: 18px 25px 16px;
    }
    .instant-offer .main-product-box .product-name .fa{
        font-size: 16px;
    }
    .instant-offer .main-product-box .product-img img{
        max-height: 118px;
    }
    .instant-offer .main-product-box .info .btn {
        font-size: 16px;
        padding: 14px 8px;
    }
    .instant-offer .main-product-box .product-cat{
        top: 14px;
        left: 25px;
        padding: 10px 20px;
        font-size: 14px;
        max-width: max-content;
    }
    .instant-offer.with-backdrop:after{
        display: none;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .instant-offer.with-backdrop:before{
        display: none;
    }
}
@media (max-width: 400px){
    .instant-offer .main-product-box .product-cat{
        display: none;
    }
}
