.ProductCarouselGroup__carousels {
  background-color: var(--ProductCarouselGroup_background-color, transparent);
}

.ProductCarouselGroup__carousels > .FeaturedCollectionInner {
  margin-block-end: var(--ProductCarouselGroup_carousel-gap);
}

.ProductCarouselGroup__carousels > .FeaturedCollectionInner:last-of-type {
  margin-block-end: 0px;
}
