.ProductStrip-frame {
  margin-bottom: clamp(24px, calc(21.55102px + 0.65306vw), 32px);
}

.ProductStrip-title {
  margin-bottom: clamp(0px, calc(-2.44898px + 0.65306vw), 8px);
  color: var(--colorBrand);
  text-align: center;
  font-weight: 700;
  line-height: 40px;
}

.ProductStrip-subtitle {
  color: var(--colorBrand);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.ProductStrip-swiper {
  position: relative;
  overflow: hidden;
}

.ProductStrip-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  justify-content: center;
}

.ProductStrip-swiper.slider-active .ProductStrip-wrapper {
  justify-content: normal;
}

.ProductStrip-controls {
  position: absolute;
  top: clamp(5rem, calc(3.16327rem + 7.83673vw), 11rem);
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spaceMd);
}

.ProductStrip .swiper-button-disabled {
  display: none;
}

.ProductStrip-button-prev {
  transform: none;
}

/*# sourceMappingURL=product-strip.min.css.map */
