.amazing-offer{
    background: var(--main-color);
    border-radius: 24px;
    padding: 16px;
    position: relative;
}
.amazing-offer:before{
    content: "";
    width: 93px;
    height: 254px;
    background: var(--black-color-5);
    border-radius: 24px;
    position: absolute;
    top:50%;
    right: -24px;
    transform: translateY(-50%);
    z-index: -1;
}
.amazing-offer:after{
    content: "";
    width: 21px;
    height: 21px;
    background: var(--black-color-5);
    border-radius: 10px 0;
    position: absolute;
    top:calc(50% + 8px);
    left: -10px;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}
.amazing-head{
    width: 29%;
    background: var(--white-color);
    position: relative;
    border-radius: 16px;
}
.amazing-img-wrap:before{
    content: "";
    width: 274px;
    max-width: 100%;
    height: 156px;
    max-height: 50%;
    background: linear-gradient(to top, #303030 0%, rgba(48,48,48,.3) 11%,transparent 20%);
    border-radius: 0 0 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.amazing-img-wrap img{
    transform: translate(-45%, -16px);
    margin-bottom: 16px;
}
.amazing-head .amazing-head-title{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: var(--black-color);
    padding: 0 39px;
}
.amazing-head .amazing-head-subtitle{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--black-color-70);
    padding: 0 39px;
    margin-bottom: 14px;
}
.amazing-head .timer-wrap{
    padding: 0 39px 9px;
    position: relative;
}
.amazing-head .timer-wrap:before{
    content: "";
    width: 16px;
    height: 24px;
    background-color: var(--black-color-10);
    mask-image: url(../img/flower2.svg);
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.amazing-head .timer-wrap:after{
    content: "";
    width: 16px;
    height: 24px;
    background-color: var(--black-color-10);
    mask-image: url(../img/flower2.svg);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}
.amazing-head .timer-wrap .timer-title{
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: var(--black-color);
    margin-bottom: 8px;
}
.amazing-head .timer-wrap .timer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.amazing-head .timer-wrap .timer div{
    width: calc(25% - 6px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.amazing-head .timer-wrap .timer div span{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background: var(--black-color-5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}
.amazing-head .timer-wrap .timer div b{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: var(--black-color);
}



.amazing-body{
    width: 71%;
    padding-right: 56px;
    position: relative;
}
.amazing-body .swiper-pagination{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 39px;
    height: auto;
    justify-content: start;
    align-items: end;
    position: absolute;
    right: 10px;
    top: 16px;
}
.amazing-body .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: var(--white-color-40);
    opacity: 1;
    background: var(--white-color-10);
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin: 0 !important;
}

.amazing-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 38px;
    color: var(--black-color);
    background: var(--white-color);
}



.amazing-body .swiper-wrapper {
    align-items: stretch;
}

.amazing-body .swiper-slide {
    height: auto;
}

.amazing-slider-box{
    background: var(--white-color);
    position: relative;
    border-radius: 16px;
}
.amazing-product-box{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.amazing-product-box .img-wrap{
    width: 34%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px 8px 0;
}
.amazing-product-box .img-wrap .off{
    color: var(--white-color);
    font-size: 14px;
    line-height: 20px;
    padding: 1px 11px;
    position: relative;
}
.amazing-product-box .img-wrap .off svg{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
}
.amazing-product-box .img-wrap .off svg path {
    fill: var(--main-color);
}
.amazing-product-box .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 2px;
}
.amazing-product-box .info-wrap{
    width: 66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px 25px;
}
.amazing-product-box .info-wrap .product-name{
    margin: 0;
}
.amazing-product-box .info-wrap .product-name a{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    margin-bottom: 16px;
    height: 48px;
}
.amazing-product-box .info-wrap .product-name .fa{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-color);
}
.amazing-product-box .info-wrap .product-name .en{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--black-color-70);
    direction: ltr;
    text-align: right;
}
.amazing-product-box .info-wrap .summary{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: var(--black-color-70);
    margin-bottom: 16px;
}
.amazing-product-box .info-wrap .btns-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.amazing-product-box .info-wrap .btns-wrap .btn{
    width: calc(50% - 4px);
    height: 70px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
    border: 1px solid var(--black-color-10);
    border-radius: 16px;
}

.amazing-product-box .info-wrap .btns-wrap .btn svg path{
    fill: var(--main-color);
}
.amazing-product-box .info-wrap .btns-wrap .btn div{
    padding-right: 14px;
    border-right: 1px solid var(--black-color-10);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.amazing-product-box .info-wrap .btns-wrap .btn div b{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: var(--black-color);
}
.amazing-product-box .info-wrap .btns-wrap .btn div span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: var(--black-color-70);
}
.amazing-product-box .info-wrap .buy-action{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.amazing-product-box .info-wrap .buy-action .btn{
    width: 65%;
    height: 58px;
    background: var(--sec-color);
    color: var(--white-color);
    border-radius: 16px;
    padding: 10px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amazing-product-box .info-wrap .buy-action .btn span{
    padding-right: 16px;
    border-right: 1px solid var(--white-color-10);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.amazing-product-box .info-wrap .buy-action .price{
    max-width: 35%;
    display: flex;
    flex-direction: column;
    color: var(--black-color);
    gap: 0;
    justify-content: center;
    align-items: end;
}
.amazing-product-box .info-wrap .buy-action .price bdi{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.amazing-product-box .info-wrap .buy-action .price ins{
    text-decoration: none;
    line-height: 28px;
}
.amazing-product-box .info-wrap .buy-action .price del{
    text-decoration: none;
    line-height: 21px;
}
.amazing-product-box .info-wrap .buy-action .price del bdi{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.3;
    text-decoration: line-through;
}
.amazing-product-box .info-wrap .buy-action .price del .woocommerce-Price-currencySymbol,
.amazing-product-box .info-wrap .buy-action .price .woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-right: 8px;
    text-decoration: none;
}

.amazing-body{
    position: relative;
    transition: all .3s ease-in-out;
}
.amazing-body:hover:before{
    content: "";
    width: 170px;
    height: 164px;
    border-radius: 100%;
    background: var(--black-color);
    opacity: 0.4;
    filter: blur(34px);
    position: absolute;
    left: 52px;
    bottom: -17px;
    z-index: -1;
}


@media (max-width: 1399px) {

    .amazing-product-box .info-wrap{
        padding: 23px 16px;
    }
    .amazing-product-box .info-wrap .buy-action .price{
        max-width: 39%;
    }
    .amazing-product-box .info-wrap .buy-action .btn{
        width: 60%;
        gap: 10px;
    }
    .amazing-product-box .info-wrap .buy-action .btn span{
        padding-right: 10px;
        font-size: 14px;
    }
    .amazing-product-box .info-wrap .btns-wrap .btn{
        padding: 10px;
        gap: 10px;
    }
    .amazing-product-box .info-wrap .btns-wrap .btn div{
        padding-right: 10px;
    }
}
@media (max-width: 1199px) {
    .amazing-body{
        padding-right: 16px;
    }
    .amazing-body .swiper-pagination{
        display: none;
    }
    .amazing-head .amazing-head-title{
        font-size: 16px;
    }
    .amazing-head .amazing-head-title,
    .amazing-head .amazing-head-subtitle,
    .amazing-head .timer-wrap{
        padding: 0 25px;
    }
    .amazing-head .timer-wrap:before{
        right: 4px;
    }
    .amazing-head .timer-wrap:after{
        left: 4px;
    }
}
@media (max-width: 1023px) {

    .amazing-offer:before{
        display: none;
    }
    .amazing-offer .d-flex{
        flex-wrap: wrap;
        gap: 8px;
    }
    .amazing-head,
    .amazing-body{
        width: 100%;
        padding: 0;
    }
    .amazing-head{
        display: flex;
    }
    .amazing-product-box .info-wrap .btns-wrap,
    .amazing-product-box .info-wrap .summary,
    .amazing-head .timer-wrap:before,
    .amazing-head .timer-wrap:after,
    .amazing-img-wrap:before{
        display: none;
    }
    .amazing-head .amazing-img-wrap{
        width: 35%;
        padding-left: 17px;
    }
    .amazing-head .amazing-img-wrap img{
        transform: translateX(21px);
    }
    .amazing-head .text-wrap{
        width: 65%;
        padding: 18px 0 19px 19px;
    }
    .amazing-head .amazing-head-title,
    .amazing-head .amazing-head-subtitle,
    .amazing-head .timer-wrap {
        padding: 0;
    }
    .amazing-product-box{
        padding: 8px;
    }
    .amazing-product-box .img-wrap{
        padding: 0;
    }
    .amazing-product-box .info-wrap{
        padding: 8px 16px;
    }
    .amazing-product-box .info-wrap .buy-action{
        flex-direction: column;
        gap: 6px;
    }
    .amazing-product-box .info-wrap .buy-action .price{
        max-width: 100%;
    }
    .amazing-product-box .info-wrap .buy-action .btn{
        width: 100%;
        gap: 8px;
    }
    .amazing-product-box .info-wrap .buy-action .btn span{
        padding-right: 8px;
    }
    .amazing-product-box .info-wrap .product-name a{
        height: auto;
        margin: 0 0 8px;
        gap: 8px;
    }
    .amazing-product-box .info-wrap .product-name .fa{
        font-size: 14px;
    }
    .amazing-product-box .info-wrap .product-name .en{
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .amazing-offer{
        background: transparent;
        padding: 0 16px;
    }
    .amazing-offer:after{
        content: "";
        width: 100%;
        height: 72%;
        background: var(--main-color);
        border-radius: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
}
    @media (max-width: 400px) {
        .amazing-product-box .img-wrap .off{
            font-size: 14px;
            padding: 0 7px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .amazing-product-box .img-wrap{
            padding: 8px 0;
        }
        .amazing-product-box .info-wrap{
            padding: 8px;
        }
        .amazing-product-box .info-wrap .buy-action .btn {
            height: 48px;
            gap: 4px;
            padding: 5px;
        }
        .amazing-product-box .info-wrap .buy-action .btn span{
            padding-right: 4px;
            font-size: 12px;
        }
    }