.ecomirror-category_slider .theme-slider-wrap .title {
  font-size: 63px;
  line-height: 100%;
  font-family: var(--font-tenor-sans);
  text-transform: uppercase;
  margin-bottom: clamp(32px, 18 * (100vw - 375px) / 905 + 32px, 50px);
}
.ecomirror-category_slider .theme-slider-wrap .content {
  font-size: clamp(12px, 2 * (100vw - 375px) / 905 + 12px, 14px);
  line-height: 130%;
  color: rgba(33, 27, 20, 0.6);
  margin-bottom: clamp(12px, 12 * (100vw - 375px) / 905 + 12px, 24px);
}
.ecomirror-category_slider .theme-slider-wrap .wrap {
  align-items: end;
  margin-top: 16px;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .numbers span {
  font-size: clamp(14px, 4 * (100vw - 375px) / 905 + 14px, 18px);
  color: rgba(33, 27, 20, 0.6);
  line-height: 130%;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .numbers span.current {
  color: var(--text-default);
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows {
  display: flex;
  gap: 24px;
  justify-content: end;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .left {
  cursor: pointer;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .left .arrow-wrap {
  width: 60px;
  height: 16px;
  position: relative;
  overflow: hidden;
  max-width: 60px;
  transition: all var(--transition);
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .left .arrow-wrap svg {
  position: absolute;
  left: 0;
  top: 0;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .left.swiper-button-disabled .arrow-wrap {
  max-width: 36px;
  opacity: 0.3;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .right {
  cursor: pointer;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .right .arrow-wrap {
  width: 60px;
  height: 16px;
  position: relative;
  overflow: hidden;
  max-width: 60px;
  transition: all var(--transition);
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .right .arrow-wrap svg {
  position: absolute;
  right: 0;
  top: 0;
}
.ecomirror-category_slider .theme-slider-wrap .wrap .arrows .right.swiper-button-disabled .arrow-wrap {
  max-width: 36px;
  opacity: 0.3;
}
@media all and (min-width: 1400px) {
  .ecomirror-category_slider .theme-slider-wrap .theme-slider-row-categories .theme-slider-swiper {
    width: calc(50vw + 50%);
    margin-right: calc(50% - 50vw);
  }
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper {
  margin-top: clamp(32px, 28 * (100vw - 375px) / 905 + 32px, 60px);
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .swiper-wrapper {
  padding-bottom: clamp(24px, 20 * (100vw - 375px) / 905 + 24px, 44px);
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide {
  position: relative;
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide.square {
  aspect-ratio: 1/1;
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide.rectangle {
  aspect-ratio: 4/3;
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide .background-image {
  z-index: 1;
  border-radius: clamp(12px, 28 * (100vw - 375px) / 905 + 12px, 40px);
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide .background-image img {
  border-radius: clamp(12px, 28 * (100vw - 375px) / 905 + 12px, 40px);
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide .category-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: clamp(18px, 18 * (100vw - 375px) / 905 + 18px, 36px);
  line-height: 130%;
  text-transform: uppercase;
  font-family: var(--font-tenor-sans);
  color: white;
  z-index: 2;
}
.ecomirror-category_slider .theme-slider-wrap .swiper-scrollbar {
  position: static !important;
  height: 1px;
  background-color: rgba(33, 27, 20, 0.2);
}
.ecomirror-category_slider .theme-slider-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  height: 1px;
  background-color: var(--color-default) !important;
}
.ecomirror-category_slider .theme-slider-wrap .theme-slider-row-new .product .onsale {
  display: none;
}
.ecomirror-category_slider.big-title .theme-slider-wrap .title {
  margin-bottom: 20px;
}

@media all and (max-width: 1399px) {
  .ecomirror-category_slider .theme-slider-wrap .theme-slider-row-categories {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .ecomirror-category_slider .theme-slider-wrap .theme-slider-row-categories > .col {
    padding-right: 0;
  }
}
@media all and (min-width: 1200px) {
  .title-cal {
    padding-right: 0;
    flex: 0 0 auto;
    width: 680px;
  }
  .col-360 {
    max-width: 381px;
  }
}
@media all and (max-width: 1199px) and (min-width: 992px) {
  .ecomirror-category_slider .theme-slider-wrap .slider-button .theme-button {
    padding: clamp(14.5px, 6.5 * (100vw - 375px) / 905 + 14.5px, 21px) 50px;
  }
}
@media all and (max-width: 1199px) {
  .ecomirror-category_slider .theme-slider-wrap .title {
    font-size: clamp(28px, 35 * (100vw - 375px) / 905 + 28px, 63px);
  }
  .ecomirror-category_slider .theme-slider-wrap .theme-slider-controls {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ecomirror-category_slider .theme-slider-wrap .content {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 991px) {
  .ecomirror-category_slider .theme-slider-wrap .title {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 576px) {
  .ecomirror-category_slider .theme-slider-wrap .slider-button .theme-button {
    width: 100%;
    text-align: center;
  }
  .ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide.square {
    aspect-ratio: 2/3;
  }
  .ecomirror-category_slider .theme-slider-wrap .theme-slider-swiper .theme-slider[data-type=categories] .swiper-slide .swiper-category-slide.rectangle {
    aspect-ratio: 1/1;
  }
}
/*# sourceMappingURL=category_slider.css.map */
