.products-items {
    gap: 0;
  }
  
  .single-product__rec {
    & .section__subtitle {
      text-align: center;
      margin-bottom: 32px;
    }
  
    & .products-items {
      & .product-item {
        gap: 12px;
        max-width: 459px;
  
        /* @media(max-width:600px) {
          max-width: 300px;
        } */
  
        & .product-item__head {
          & .product-item__cat {
            line-height: 100%;
  
          }
        }
      }
    }
  
  }

#content .splide__pagination {
  bottom: -2px !important;
}