
.categories-products .btn-my-products {
    font-weight: bold;
    line-height: 16px;
    padding: 10px 18px 12px;
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px;
  }
  
  .categories-products .btn-my-products i {
    margin-right: 9px;
    font-size: 8px;
  }
  
  .categories-products-right {
    max-width: 25%;
    z-index: 9;
    margin-top: 34px;
  }
  
  .categories-products-right::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 60px;
    background: url("./../../../assets/images/new-two/pattern-02.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(-71px);
    -moz-transform: translateY(-71px);
    -ms-transform: translateY(-71px);
    -o-transform: translateY(-71px);
    transform: translateY(-71px);
  }
  
  .categories-products-right .sup-title {
    font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    max-width: 211px;
  }
  
  .categories-products-right .title {
    margin: 3px 0 7px;
    font-size: 32px;
    line-height: 39px;
    font-weight: 900;
    color: #000;
  }
  
  .categories-products-right .title span {
    color: #dd2029;
    font-weight: 400;
  }
  
  .categories-products-right p {
    font-size: 11px;
    color: #919191;
    line-height: 31px;
    margin-bottom: 19px;
  }
  
  .categories-products-left {
    max-width: 75%;
    padding-right: 49px;
  }
  
  .categories-products-item .image {
    margin-bottom: 59px;
  }
  
  .categories-products-item .image::before,
  .categories-products-item .image::after {
    position: absolute;
    -webkit-border-radius: 149px 0px 149px 149px;
    -moz-border-radius: 149px 0px 149px 149px;
    border-radius: 149px 0px 149px 149px;
  }
  
  .categories-products-item .image::before {
    top: 23px;
    right: 15px;
    bottom: -4px;
    left: -2px;
    background-color: #e2d5f9;
  }
  
  .categories-products-item .image::after {
    top: 3px;
    right: -5px;
    bottom: -24px;
    left: -22px;
    border: 1px dashed #c7c7c7;
  }
  
  .categories-products-item .image img {
    width: 219px;
    height: 225px;
    -webkit-filter: drop-shadow(9px 44px 44px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(9px 44px 44px rgba(0, 0, 0, 0.25));
  }
  
  .categories-products-item .btn {
    max-width: -webkit-calc(100% - 54px);
    max-width: -moz-calc(100% - 54px);
    max-width: calc(100% - 54px);
    -webkit-border-radius: 40px 0px 40px 40px;
    -moz-border-radius: 40px 0px 40px 40px;
    border-radius: 40px 0px 40px 40px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 12px 14px;
  }
  
  .categories-products-item .btn i {
    margin-right: 6px;
    font-size: 8px;
  }
  
  .categories-products-item .btn::before {
    position: absolute;
    top: -2px;
    left: -webkit-calc(100% + 3px);
    left: -moz-calc(100% + 3px);
    left: calc(100% + 3px);
    width: 51px;
    height: 51px;
    background: url("./../../../assets/images/new-two/gift.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    -webkit-transform: rotate(0.83deg);
    -moz-transform: rotate(0.83deg);
    -ms-transform: rotate(0.83deg);
    -o-transform: rotate(0.83deg);
    transform: rotate(0.83deg);
  }
  
  .categories-products .swiper-button-next,
  .categories-products .swiper-button-prev {
    left: auto;
    top: auto;
    -webkit-transform: translate(-52px, 0);
    -moz-transform: translate(-52px, 0);
    -ms-transform: translate(-52px, 0);
    -o-transform: translate(-52px, 0);
    transform: translate(-52px, 0);
  }
  
  .categories-products .swiper-button-prev {
    -webkit-transform: translate(-12px, 0);
    -moz-transform: translate(-12px, 0);
    -ms-transform: translate(-12px, 0);
    -o-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
  
  .categories-products .swiper-button-prev::after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  @media only screen and (max-width: 1199px) {
    .categories-products-left {
        padding-right: 16px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .categories-products-right {
        max-width: 30%;
    }
  
    .categories-products-left {
        max-width: 70%;
    }
  
    .categories-products-item .image img {
        width: 200px;
        height: 206px;
    }
  }
  
  @media only screen and (max-width: 767px) {
  
    .categories-products-right,
    .categories-products-left {
        max-width: 100%;
    }
  
    .categories-products-left {
        padding: 0;
    }
  
    .categories-products .btn-my-products {
        max-width: -webkit-calc(100% - 80px);
        max-width: -moz-calc(100% - 80px);
        max-width: calc(100% - 80px);
        width: 100%;
    }
  
    .categories-products-item {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
  
    .categories-products .swiper-button-next {
        -webkit-transform: translate(-52px, -6px);
        -moz-transform: translate(-52px, -6px);
        -ms-transform: translate(-52px, -6px);
        -o-transform: translate(-52px, -6px);
        transform: translate(-52px, -6px);
    }
  
    .categories-products .swiper-button-prev {
        -webkit-transform: translate(-12px, -6px);
        -moz-transform: translate(-12px, -6px);
        -ms-transform: translate(-12px, -6px);
        -o-transform: translate(-12px, -6px);
        transform: translate(-12px, -6px);
    }
  }
  