.amazing-offer {
    margin: 25px 0 25px;
  }
  
  .amazing-offer::after {
    content: "";
    z-index: -4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./../../../assets/images/bg-amazing-offer.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(-260px);
    -moz-transform: translateY(-260px);
    -ms-transform: translateY(-260px);
    -o-transform: translateY(-260px);
    transform: translateY(-260px);
  }
  
  .amazing-offer .section-heading .detail {
    padding-right: 60px;
  }
  
  .amazing-offer .section-heading .detail::before {
    content: "";
    top: 0;
    right: 0;
    width: 39px;
    height: 62px;
    background: url("./../../../assets/images/dots-amazing-offer.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-filter: brightness(0.98);
    filter: brightness(0.98);
  }
  
  .amazing-offer-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
  }

  @media only screen and (max-width: 575px) {
    .amazing-offer-wrapper {
      padding: 5px 15px 18px 20px;
    }
  }
  
  .amazing-offer-wrapper::after {
    content: "";
    top: -9px;
    left: 0;
    -webkit-transform: scaleX(0.95);
    -moz-transform: scaleX(0.95);
    -ms-transform: scaleX(0.95);
    -o-transform: scaleX(0.95);
    transform: scaleX(0.95);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .amazing-offer-wrapper::before {
    content: "";
    top: -16px;
    left: 0;
    -webkit-transform: scaleX(0.9);
    -moz-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    -o-transform: scaleX(0.9);
    transform: scaleX(0.9);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  
  .amazing-offer .product {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  
  .amazing-offer .product-image .discount {
    width: 60px;
    height: 32px;
    line-height: 32px;
    background-color: #ee232b;
    -webkit-border-radius: 50px 50px 50px 0;
    -moz-border-radius: 50px 50px 50px 0;
    border-radius: 50px 50px 50px 0;
  }
  
  .amazing-offer .product-image .discount::after {
    content: none;
  }
  
  .amazing-offer .product-hover {
    padding: 18px 0;
  }
  
  .amazing-offer .product .detail {
    padding: 0 8px;
  }
  
  .amazing-offer .product .offer {
    background-color: #fff9eb;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 28px;
    padding: 0 22px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #212341;
    -webkit-text-decoration-color: #707070;
    -moz-text-decoration-color: #707070;
    text-decoration-color: #707070;
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer .product .detail .price {
        font-size: 22px;
    }
  }
  
  .amazing-offer .product-four .product-image .discount {
    left: 0;
  }
  
  .amazing-offer .swiper {
    padding-top: 14px;
  }
  
  .amazing-offer .swiper-slide {
    padding: 0 14px;
  }
  
  .amazing-offer .swiper-slide:not(:last-child)::after {
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f5f3fc;
  }
  
  .amazing-offer .swiper-button-next,
  .amazing-offer .swiper-button-prev {
    top: -93px;
    right: auto;
    left: 140px;
  }
  
  .amazing-offer .swiper-button-next {
    left: 175px;
  }
  
  .amazing-offer-btn {
    height: 41px;
    width: 215px;
    margin: 0 auto;
    background: url("./../../../assets/images/amazing-offer-scroll-bottom.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }



  .amazing-offer-four::after {
    content: none;
  }
  
  .amazing-offer-four::before {
    content: "";
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: url("./../../../assets/images/bg-0023.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }
  
  .amazing-offer-four .section-heading .detail::before {
    -webkit-filter: none;
    filter: none;
  }
  
  
  .amazing-offer-four-wrapper {
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 0 31px;
    background-color: #fff;
  }
