.recommendedSlider__img,
.recommended-product__img {
  width: 100%;
  height: 345px;
  border-radius: 1rem;
}

.swiper-button-next.recommendedSlider-next, .swiper-button-prev.recommendedSlider-prev {
  position: relative;
  z-index: 1;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: var(--brand-primary);
  border-radius: 50%;
  color: var(--white);
  margin: 0px;
  top: inherit;
  left: inherit;
  right: inherit;
  padding: 16px;
}
