/* Glide-like product_sections_01 carousel (labirintdoors.ru/katalog2) */

.mirror-product-sections-carousel .slider__track-container {
  overflow: hidden;
}

.mirror-product-sections-carousel .product-sections-01-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.35s ease;
  will-change: transform;
}

.mirror-product-sections-carousel .product-sections-01-list__item {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.mirror-product-sections-carousel .product-sections-01-item__img-container {
  display: block;
  position: relative;
  overflow: hidden;
}

.mirror-product-sections-carousel .product-sections-01-item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.mirror-product-sections-carousel .product-sections-01-item__name {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
}

.mirror-product-sections-carousel .product-sections-01-item__name a {
  color: inherit;
  text-decoration: none;
}

.mirror-product-sections-carousel .slider__arrows {
  pointer-events: none;
}

.mirror-product-sections-carousel .slider-arrows__inner {
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  inset: 0 0 auto;
  height: 0;
  top: 40%;
  padding: 0 4px;
}

.mirror-product-sections-carousel .slider-arrows__arrow {
  pointer-events: auto;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #828282;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.mirror-product-sections-carousel .slider-arrows__arrow svg {
  width: 12px;
  height: 16px;
  display: block;
}

.mirror-product-sections-carousel .slider-arrows__arrow.glide__arrow--disabled,
.mirror-product-sections-carousel .slider-arrows__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.mirror-product-sections-carousel .product-sections-01-carousel {
  position: relative;
}

.mirror-product-sections-carousel .slider__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.mirror-product-sections-carousel .glide__bullet {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #cfcfcf;
  cursor: pointer;
}

.mirror-product-sections-carousel .glide__bullet--active {
  background: #000;
}
