.shopify-section.recommendations {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 64px;
  @media(width<992px){
    padding-inline: 16px;
  }

.product-recommendations-slider .slick-dots{
  bottom: -30px !important;
  /* top: -40px !important; */
  left: 0px !important;
}

.product-recommendations-slider .slick-track{
  /* margin-left:0 !important; */
  /* margin-right:0 !important; */
  align-items: stretch;
  column-gap: 16px;
}

.product-recommendations-slider .product-item-card{
  display: flex !important;
  flex-direction: column;
}

.product-recommendations-slider .card{
  display: flex !important;
  flex-direction: column;
}

  .product-recommendations__maintitle {
    font-family:"Helvetica Neue", "Helvetica", sans-serif;
    font-weight:900 !important;
    font-size: 48px !important;
    line-height: 1;
    margin-bottom: 42px;
    text-align: center;
    @media(width < 992px) {
      line-height: 1;
      margin-bottom: 24px;
    }
  }

  .product-recommendations-slider {
    position: static;
    max-width: 3564px;
    .slick-track {
       display: flex;
       /* gap: 20px; */
       @media (width > 1400px){
       /* width: 80vw !important; */
         justify-content: space-around;
       }
     }

     .slick-arrow {
       width:48px;
       height:48px;
       @media (width < 768px) {
         width:30px;
         height: 30px; 
       }
     }
     .slick-disabled{
       opacity: .5 !important;
     }

     .slick-list {
      @media (max-width: 600px) {
        /* padding: 0 !important; */
      }
     }

   .fp-title {
     padding-left:1rem;
     font-size: 24px;
     @media (width > 768px) {
       padding-inline-start: 4rem;
       font-size: ;
     }
   }

   .card {
        border-radius: 16px;
   }

   .product-item-card {
    max-width: unset !important;
    
    margin: 0 !important;
   /* margin-right: 16px !important; */
     .col {
       padding-inline: 0 !important;
     }
  }
  .product-item-card__image {
    /* width: 275px !important; */
  }

   .product-item-card .col {
     /* width: 500px !important; */
   }
   .product-item-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #282727;
    margin-bottom:17px;
     min-height: 48px !important;
   }
    
   .slick-next.slick-arrow {
       top: 20px !important;
       right: 35px !important;
     }
     .slick-next:before {
       font-size: 1.5rem;
       font-weight: 600;
     }
     .slick-prev.slick-arrow {
       top: 20px !important;
       right: 70px !important;
       left: unset !important;
       margin-inline-end: 18px;
       @media (width < 768px) {
         right: 50px !important;
       }
     }
     .slick-prev:before {
       font-size: 1.5rem;
       font-weight: 600;
     }
  }
}