.product-recommendations {
	display: inline-block;
	vertical-align: top;
	width: 100%;
  overflow: hidden;
	text-align: center;
}

.product-recommendations slider-component {
    padding: 10px;
}

.product-recommendations:not(.product-recommendations--loaded) {
  padding: 0;
  margin: 0;
}

product-recommendations .slider-buttons {
	display: inline-block !important;
}

.product-recommendations__heading {
  margin: 0;
  margin-bottom: 3rem;
}
