.block--hero-slider-wrapper {
  width: calc(var(--slide-width, 100vw) - var(--scrollbar-width, 0));
}
.block--hero-slider-wrapper .swiper .swiper-wrapper {
  align-items: center;
}
.block--hero-slider-wrapper .swiper .slides {
  background-color: #fff;
}
.block--hero-slider-wrapper .swiper-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 43px);
  z-index: 10;
  height: 86px;
  width: 56px;
  background-color: #C53833;
}
.block--hero-slider-wrapper .swiper-button:hover {
  filter: none;
  opacity: 0.75;
}
.block--hero-slider-wrapper .swiper-button:focus {
  filter: none;
}
.block--hero-slider-wrapper .swiper-button.swiper-button-prev {
  transform: none;
  padding: 17px 10px 17px 0;
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767.98px) {
  .block--hero-slider-wrapper .swiper-button.swiper-button-prev {
    bottom: 1.75rem;
  }
}
.block--hero-slider-wrapper .swiper-button.swiper-button-next {
  transform: none;
  padding: 17px 0 17px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 43px;
  border-bottom-left-radius: 43px;
  right: 0;
}
@media (max-width: 767.98px) {
  .block--hero-slider-wrapper .swiper-button.swiper-button-next {
    bottom: 1.75rem;
  }
}
.block--hero-slider-wrapper .swiper-button i {
  font-size: 48px;
  color: #fff;
}
.block--hero-slider-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .block--hero-slider-wrapper .swiper-pagination {
    margin: 2rem 0;
  }
}
.block--hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  flex: 0 0 11px;
  height: 11px;
  background-color: var(--bs-primary);
  border-radius: 50%;
}
.block--hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}
.block--hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.block--hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 100%;
  z-index: 2;
  top: -9px;
}

.editor-styles-wrapper .block--hero-slider-wrapper {
  width: 100%;
}
.editor-styles-wrapper .block--hero-slider-wrapper .swiper,
.editor-styles-wrapper .block--hero-slider-wrapper .swiper-pagination {
  display: none;
}

.kitchen-sink .block--hero-slider-wrapper {
  --slide-width: 100% !important;
}
