.swk-product-recommendations {
  display: block;
}

.swk-product-recommendations .page-width {
  width: 100%;
}

.swk-product-recommendations .swk-featured-products__heading {
  text-align: start;
}

.swk-product-recommendations .swk-featured-products__grid {
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 26rem), 1fr));
}

.swk-product-recommendations .swk-featured-products__item,
.swk-product-recommendations .swk-featured-products__slide {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.section-swk-product-recommendations:empty,
.swk-product-recommendations:not(.product-recommendations--loaded) {
  display: none;
}
