.slider__container {
  position: relative;
  width: 100%;
}

.default-swiper {
  width: 100%;
  cursor: ew-resize;
}

.slider__container .swiper-wrapper {
  width: 100%;
}

.slider__container .slider__image {
  height: 27.1rem;
  object-fit: cover;
  object-position: center;

  @media (max-width: 1794px) {
    height: 25rem;
  }

  @media (max-width: 1330px) {
    height: 25rem;
  }

  @media (max-width: 1299px) {
    height: 24rem;
  }

  @media (max-width: 1020px) {
    height: 24rem;
  }

  @media (max-width: 760px) {
    height: 20rem;
  }
}

.slider__container .slider__image--small,
.slider__container .swiper-slide--small {
  width: 18.13rem !important;

  @media (max-width: 1794px) {
    width: 18.13rem !important;
  }

  @media (max-width: 1330px) {
    width: 18.13rem !important;
  }

  @media (max-width: 1299px) {
    width: 16rem !important;
  }

  @media (max-width: 1020px) {
    width: 16rem !important;
  }

  @media (max-width: 760px) {
    width: 12rem !important;
  }
}

.slider__container .slider__image--big,
.slider__container .swiper-slide--big {
  width: 27.71rem !important;

  @media (max-width: 1794px) {
    width: 27.71rem !important;
  }

  @media (max-width: 1330px) {
    width: 27.71rem !important;
  }

  @media (max-width: 1299px) {
    width: 25rem !important;
  }

  @media (max-width: 1020px) {
    width: 20rem !important;
  }

  @media (max-width: 760px) {
    width: 18rem !important;
  }
}

.slider__container .slider__image--extra_big,
.slider__container .swiper-slide--extra_big {
  position: relative;
  width: 55.75rem !important;

  @media (max-width: 1794px) {
    width: 48rem !important;
  }

  @media (max-width: 1330px) {
    width: 45rem !important;
  }

  @media (max-width: 1299px) {
    width: 45rem !important;
  }

  @media (max-width: 1020px) {
    width: 35rem !important;
  }

  @media (max-width: 760px) {
    width: 20rem !important;
    height: 15rem !important;
  }

  @media (max-width: 549px) {
    width: 14rem !important;
    height: 10rem !important;
  }
}

.slider__container .slider__image--label {
  position: absolute;
  left: 0%;
  bottom: 0%;
  padding: 0.8rem 1.05rem 0.6rem;
  background-color: #fff;
  color: #161616;
  font-family: "CamptonBook", sans-serif;
  font-size: 20px
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
  
  @media (max-width: 760px) {
  padding: 0.5rem 1rem;
  }

  @media (max-width: 549px) {
  padding: 0.45rem 0.8rem;
  }
}

.slider__custom-cursor {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 2;
  width: 6.25rem;
  height: 6.25rem;
  padding: 0.67rem;
  background-color: #b5a280;
  border-radius: 100%;
  pointer-events: none;
  transition: all 200ms ease-out;
}

.slider__custom-cursor-label {
  color: #fafafa;
  text-align: center;
  font-family: "CamptonLight", "Times New Roman", sans-serif;
  font-size: clamp(12px, 1vw, 0.83rem) /*20px*/;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  text-transform: uppercase;
}

.slider__custom-cursor-arrow {
  width: 5px;
  height: 10px;
}
