.bloomreach-products-carousel-swiper {
  padding: 20px 0;
}

.bloomreach-products-carousel-swiper .swiper-heading,
.bloomreach-products-carousel-swiper .swiper-heading .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bloomreach-products-carousel-swiper .swiper-heading {
  padding-bottom: 16px;
  padding-right: 24px;
}

.bloomreach-products-carousel-swiper .swiper-heading h3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}

.bloomreach-products-carousel-swiper .swiper-heading .controls {
  gap: 10px;
}

.bloomreach-products-carousel-swiper .swiper-heading .controls > div {
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

@media (max-width: 640px) {
  .bloomreach-products-carousel-swiper .swiper-heading .controls {
    display: none;
  }

  .bloomreach-products-carousel-swiper .swiper-heading {
    padding-right: 16px;
  }
}
