.products-by-ids-section-slider {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.products-by-ids-section-slider .section__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  align-items: stretch;
}
.products-by-ids-section-slider .section__heading {
  width: 100%;
  padding: 0 2.8rem;
}
.products-by-ids-section-slider .section__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-h4);
  line-height: 1.2;
}
.products-by-ids-section-slider .section__content {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0.2rem;
}

/*  */

.products-by-ids-section-slider .swiper--main {
  width: 100%;
}
.products-by-ids-section-slider .swiper--main > .swiper-wrapper {
}
.products-by-ids-section-slider
  .swiper--main
  > .swiper-wrapper
  > .swiper-slide {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.products-by-ids-section-slider
  .swiper-pagination--main.swiper-pagination-progressbar {
  width: calc(100% - 4.8rem);
  height: 0.2rem;
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--color-bg-contrast-muted-rgb) / 0.2);
  display: block;
  margin: 0 auto 1.6rem;
}
.products-by-ids-section-slider
  .swiper-pagination--main.swiper-pagination-progressbar.swiper-pagination-lock {
  display: none;
}
.products-by-ids-section-slider
  .swiper-pagination--main.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  position: absolute;
  background-color: var(--color-accent);
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transform: scale(0);
  transform-origin: left top;
}
