#page.site .c-related-products-carousel {
  --swiper-navigation-color : #89856f;
  clear                     : both;
  position                  : relative;
}
#page.site .c-related-products-carousel h2 {
  font-size      : 24px;
  line-height    : 32px;
  font-weight    : 500;
  font-family    : var(--c-font-familiy-title);
  color          : var(--c-text-title);
}
#page.site .c-related-products-carousel h3 {
  margin-bottom : 8px;
  height        : 40px;
  padding       : 16px;
}
#page.site .c-related-products-carousel .swiper-slide {
  background-color : white;
  border-radius    : var(--c-radius);
}
#page.site .c-related-products-carousel .swiper-slide .c-rp-image {
  display          : grid;
  align-items      : center;
  justify-items    : center;
  padding          : 16px;
}
#page.site .c-related-products-carousel .swiper-slide .c-rp-price {
  padding          : 16px;
  height           : 100px;
}
#page.site .c-related-products-carousel .swiper-slide .c-rp-price small {
  display: block;
}
#page.site .c-related-products-carousel .swiper-slide .onsale {
  margin-bottom: 8px;
}
#page.site .c-related-products-carousel .swiper-pagination-bullet-active {
  background-color : #89856f;
}  
#page.site .c-related-products-carousel .swiper-button-next:after,
#page.site .c-related-products-carousel .swiper-button-prev:after {
  content             : '';
  display             : block;
  width               : 48px;
  height              : 48px;
  background-repeat   : no-repeat;
  background-position : center;
  background-size     : 48px 48px;
  content: '';
}
#page.site .c-related-products-carousel .swiper-button-next:after {
  background-image : url(/wp-content/plugins/custom/assets/chevron-right-icon.svg);
}
#page.site .c-related-products-carousel .swiper-button-prev:after {
  background-image : url(/wp-content/plugins/custom/assets/chevron-left-icon.svg);
}
#page.site .c-related-products-carousel .swiper-pagination {
  position   : static;
  margin-top : 16px;
}
