product-recommendations{display:block}.product-page-related-products{margin-top:0;position:relative}.product-page-related-products .main-content{padding-bottom:0}.product-recommendations-wrapper .content-align--left .product-page-related-products .product-grid--wrapper:not(.product-grid--slider-enabled){justify-content:flex-start}.product-recommendations-wrapper .content-align--center .product-page-related-products .product-grid--wrapper:not(.product-grid--slider-enabled){justify-content:center}.product-recommendations-wrapper .content-align--right .product-page-related-products .product-grid--wrapper:not(.product-grid--slider-enabled){justify-content:flex-end}

.product-recommendations .btn.quick-add-button-variants{
    display:none !Important;
}
button#ProductSubmitButton-template--25287318602026__product-recommendations {
    display: none;
}

/* scroll css on mobile view */

@media (max-width:480px){
    .product-recommendations-wrapper .wrapper-spacing--v {
    padding-top: 38px;
    padding-bottom: 0px;
}

.product-recommendations .product-grid--wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 14px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

}
.product-recommendations .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
}
.product-recommendations .product-grid--wrapper::-webkit-scrollbar {
    display: none;
  }
  .product-recommendations a.text-truncate--line{
   font-size: 11px !important;
  }
  .product-recommendations .product-grid--price{
    font-size: 10px !important;
  }
}