
.category-products-six {
    margin: 100px 0;
  }
  
  .category-products-six-item img {
    width: 104px;
    max-width: 104px;
    height: 104px;
    max-height: 104px;
    -webkit-filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
  }
  
  .category-products-six-item .content {
    padding: 12px;
  }
  
  .category-products-six-item .content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 106px;
    z-index: -1;
    background-color: #ebedf0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  
  .category-products-six-item .content .name {
    font-weight: 600;
    color: #121212;
    line-height: 21px;
  }
  
  .category-products-six-item .content .name-en {
    font-size: 10px;
    line-height: 17px;
    color: #494949;
    direction: ltr;
  }
  
  .category-products-six .swiper-button-next,
  .category-products-six .swiper-button-prev {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    top: 100px;
    right: auto;
    left: 12px;
  }
  
  .category-products-six .swiper-button-next::after,
  .category-products-six .swiper-button-prev::after {
    content: "\e96c";
    font-family: "icomoon";
    font-size: 26px;
    color: #9da3ad;
  }
  
  .category-products-six .swiper-button-prev {
    left: 52px;
  }
  
  .category-products-six .swiper-button-prev::after {
    content: "\e96b";
  }
  
  @media only screen and (max-width: 767px) {
    .category-products-six .swiper {
        padding-bottom: 64px;
    }
  
    .category-products-six .swiper-button-next,
    .category-products-six .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
  }
  