
.new-products-category-title {
    max-width: 318px;
    background: url("./../../../assets/images/bg-2020.png");
    height: 459px;
  }
  
  .new-products-category-title::after,
  .new-products-category-title::before {
    content: "";
    width: -webkit-calc(100% - 46px);
    width: -moz-calc(100% - 46px);
    width: calc(100% - 46px);
    height: 407px;
    right: 27px;
    bottom: 0;
    -webkit-transform: translateY(69px);
    -moz-transform: translateY(69px);
    -ms-transform: translateY(69px);
    -o-transform: translateY(69px);
    transform: translateY(69px);
    background: url("./../../../assets/images/ronaldo.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .new-products-category-title::before {
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  
  .new-products-category-title h2 {
    font-size: 20px;
    line-height: 24px;
    top: 37px;
    right: 39px;
  }
  
  .new-products-category-title h2 span {
    font-size: 16px;
  }
  
  .new-products-category .swiper {
    max-width: -webkit-calc(100% - 360px);
    max-width: -moz-calc(100% - 360px);
    max-width: calc(100% - 360px);
    margin-right: 42px;
  }
  
  .new-products-category .swiper-button-next,
  .new-products-category .swiper-button-prev {
    top: 0;
    right: 0;
    left: auto;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-275px, 60px);
    -moz-transform: translate(-275px, 60px);
    -ms-transform: translate(-275px, 60px);
    -o-transform: translate(-275px, 60px);
    transform: translate(-275px, 60px);
  }
  
  .new-products-category .swiper-button-next::after,
  .new-products-category .swiper-button-prev::after {
    color: #fff;
    font-size: 13px;
  }
  
  .new-products-category .swiper-button-prev {
    -webkit-transform: translate(-225px, 60px);
    -moz-transform: translate(-225px, 60px);
    -ms-transform: translate(-225px, 60px);
    -o-transform: translate(-225px, 60px);
    transform: translate(-225px, 60px);
  }
  
  .new-products-category-title,
  .new-products-category .swiper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  @media only screen and (max-width: 1199px) {
    .new-products-category .swiper {
        max-width: -webkit-calc(100% - 348px);
        max-width: -moz-calc(100% - 348px);
        max-width: calc(100% - 348px);
        margin-right: 30px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .new-products-category-title {
        max-width: 280px;
        height: 400px;
    }
  
    .new-products-category-title::after,
    .new-products-category-title::before {
        height: 360px;
    }
  
    .new-products-category .swiper {
        max-width: -webkit-calc(100% - 300px);
        max-width: -moz-calc(100% - 300px);
        max-width: calc(100% - 300px);
        margin-right: 20px;
    }
  
    .new-products-category .swiper-button-next {
        -webkit-transform: translate(-246px, 60px);
        -moz-transform: translate(-246px, 60px);
        -ms-transform: translate(-246px, 60px);
        -o-transform: translate(-246px, 60px);
        transform: translate(-246px, 60px);
    }
  
    .new-products-category .swiper-button-prev {
        -webkit-transform: translate(-195px, 60px);
        -moz-transform: translate(-195px, 60px);
        -ms-transform: translate(-195px, 60px);
        -o-transform: translate(-195px, 60px);
        transform: translate(-195px, 60px);
    }
  }
  
  @media only screen and (max-width: 575px) {
    .new-products-category-title {
        margin: 0 auto;
    }
  
    .new-products-category .swiper {
        max-width: 100%;
        margin-top: 100px;
    }
  
    .new-products-category .swiper-button-next,
    .new-products-category .swiper-button-prev {
        display: none;
    }
  }
  