
.products-category {
    margin-top: 0;
  }
  
  .products-category-wrapper {
    padding: 0 32px 0 25px;
  }
  
  .products-category-wrapper::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    border: 1px solid #ffb035;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  
  @media only screen and (max-width: 575px) {
    .products-category-wrapper {
        padding: 0 20px 30px 16px;
    }
  }
  
  .products-category-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 3;
  }
  
  .products-category-title::after,
  .products-category-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #ffb035;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  
  .products-category-title::before {
    margin-left: 25px;
  }
  
  .products-category-title::after {
    margin-right: 25px;
  }
  
  .products-category-title span::after {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff;
    width: 100%;
    z-index: -1;
  }
  
  .products-category .swiper {
    margin: -33px 0 -30px;
    padding: 50px 0;
  }
  
  .products-category .swiper-button-next,
  .products-category .swiper-button-prev {
    background-color: #ffb035;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 35px;
    height: 80px;
  }
  
  .products-category .swiper-button-next::after,
  .products-category .swiper-button-prev::after {
    color: #fff;
    font-size: 13px;
  }
  
  .products-category .swiper-button-next {
    left: -17px;
  }
  
  .products-category .swiper-button-prev {
    right: -17px;
  }
  
  @media only screen and (max-width: 575px) {
    .products-category .swiper-button-next {
        left: -8px;
    }
  
    .products-category .swiper-button-prev {
        right: -8px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .products-category .swiper-slide-active .product {
        -webkit-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    }
  
    .products-category .swiper-slide-prev .product {
        -webkit-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
    }
  
    .products-category .swiper-slide-next .product {
        -webkit-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
    }
  }
  