.w-slider {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  padding-left: var(--side-padding);
}
@media only screen and (max-width: 769px) {
  .w-slider {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
  }
}
.w-slider__heading {
  margin: 0;
  padding-top: 6px;
  width: calc(20% - 5px);
  border-top: 1px solid #9e9e9e;
  text-align: left;
  text-transform: initial;
}
@media only screen and (max-width: 769px) {
  .w-slider__heading {
    width: 100%;
    margin-bottom: 70px;
  }
}
.w-slider .w-slider__holder {
  width: 80%;
}
@media only screen and (max-width: 769px) {
  .w-slider .w-slider__holder {
    width: 100%;
  }
}
.w-slider__item {
  background-color: #f1f1f1;
}
.w-slider__item:hover {
  background-color: #fff;
}
.w-slider__item:not(:last-child) {
  border-top: 1px solid #9e9e9e;
}
.w-slider__item:not(:first-child), .w-slider__item:nth-of-type(2), .w-slider__item:not(:last-child) {
  margin: 0 5px;
}
.w-slider__item .item-info {
  border-top: 3px solid white;
  padding-top: 3px;
  letter-spacing: 0.2px;
  color: black;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 769px) {
  .w-slider__item .item-info {
    font-size: 14px;
    line-height: 17px;
  }
}
.w-slider__item .item-info .name {
  font-weight: 700;
  font-family: var(--f-main-bold);
}
.w-slider__item .item-info .price {
  color: #9e9e9e;
}
.w-slider__item .img-holder {
  position: relative;
  padding-top: 100%;
  margin-bottom: 12px;
  min-height: 300px;
}
.w-slider__item .img-holder .inner-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-slider__item .img-holder .inner-wrap img {
  max-width: 90%;
  max-height: 86%;
  transition: all 0.3s ease-in-out;
}
.w-slider__item .img-holder .inner-wrap picture {
  width: 90%;
  height: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-slider__item .img-holder .inner-wrap picture img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.w-slider__item p {
  padding: 0 3px;
}
@media only screen and (max-width: 769px) {
  .w-slider__item p {
    font-size: 14px;
    min-height: 32px;
  }
}
.w-slider__item p.name {
  text-transform: capitalize;
}
.w-slider .slick-next {
  right: 0;
}
@media only screen and (max-width: 769px) {
  .w-slider .slick-next {
    right: 15px;
  }
}
.w-slider .slick-prev {
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .w-slider .slick-prev {
    left: 15px;
  }
}
.w-slider.featured-in-slider {
  flex-direction: column;
  gap: 34px;
  padding-bottom: 20px;
}
.w-slider.featured-in-slider .w-slider__holder {
  width: 100%;
}
.w-slider.featured-in-slider .slick-list.draggable {
  max-width: 1019px;
  margin: 0 auto;
}
.w-slider.featured-in-slider .w-slider__featured-in-item {
  text-align: center;
}
.w-slider.featured-in-slider .w-slider__featured-in-item .img-wrapper {
  display: flex;
  justify-content: center;
}
.w-slider.featured-in-slider .w-slider__featured-in-item .img-wrapper img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.w-slider.featured-in-slider .w-slider__featured-in-item .w-slider__item-title {
  margin-top: 24px;
}
.w-slider.featured-in-slider .w-slider__featured-in-item:not(:last-child) {
  margin: 0 5px;
}
.w-slider.featured-in-slider p {
  width: 100%;
}

.item-info {
  min-height: 30px;
  max-height: 30px;
  height: 100%;
}

@media only screen and (min-width: 1920px) {
  .w-slider__item .img-holder {
    padding-top: 0;
    min-height: 500px;
  }
}

/*# sourceMappingURL=watches-slider.css.map */
