.related-products-cart-wrapper {
  width: 100%;
}

.box-type-related {
  overflow-x: scroll;
}

.related-products-no-padding {
  padding-top: unset !important;
  
  .related-products-cart {
    display: flex;
    gap: 4rem;

    .cart-item__wrapper {
      display: flex;
      flex-direction: column;
      gap: 1.6rem;
      margin-top: unset !important;
    }

    .cart-item__wrapper:last-child {
      padding-right: 3rem;
    }
  }
}

.related-products-cart-details {
  gap: 1.6rem;

  .cart-item__name {
    width: 18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .price {
    height: 7rem;
  }

  .price-item--sale-percent, .price-item--sale.price-item--last {
    font-size: 1.6rem !important;
  }

  button {
    min-height: 4rem;
    margin-bottom: 2rem;
  }
}
