.snippet-layout-complementary-products hr {
  margin-bottom: 2rem;
}
.snippet-layout-complementary-products ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.snippet-layout-complementary-products .swiper {
  overflow: visible;
}
.snippet-layout-complementary-products .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.snippet-layout-complementary-products .swiper-slide .snippet-card-product {
  width: 11.5rem;
}
.snippet-layout-complementary-products .swiper-controls {
  margin: 1rem 0 0;
  justify-content: flex-end;
}