.customRecommendProducts {
  width: 100%;
  padding: 4rem 0rem;
}

.customRecommendProducts .grid {
  gap: 10px var(--grid-desktop-vertical-spacing);
  justify-content: center;
}

@media screen and (max-width: 997px) {
  .customRecommendProducts .grid {
    gap: 10px var(--grid-mobile-horizontal-spacing) !important;
    justify-content: flex-start;
  }
}
