.cc_K0NqjoILrr_ZN922PCS5W .velora-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: var(--site-font, inherit);
}

.velora-slider *,
.velora-slider *::before,
.cc_K0NqjoILrr_ZN922PCS5W .velora-slider *::after {
  box-sizing: border-box;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__viewport--dragging {
  cursor: grabbing;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__track {
  width: 100%;
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}

.velora-slider__link,
.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__link {
  color: inherit;
  text-decoration: none;
  -webkit-user-drag: none;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  -webkit-user-drag: none;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__empty {
  width: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px dashed #d7d7d7;
  background: #fafafa;
  color: #747474;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__empty svg {
  color: #a0a0a0;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__controls {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #ffffff;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__arrow {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7b7b7b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__arrow:hover {
  color: #202020;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d0d0d0;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__dot--active {
  width: 24px;
  background: #333333;
}

@media (max-width: 767px) {
.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__empty {
    min-height: 180px;
  }

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__controls {
    min-height: 34px;
    gap: 7px;
  }

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__dots {
    gap: 6px;
  }

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__dot {
    width: 6px;
    height: 6px;
  }

.cc_K0NqjoILrr_ZN922PCS5W .velora-slider__dot--active {
    width: 20px;
  }
}
