.latest-item-sec {
  border-top: 1px solid var(--black);
  padding-top: 15px;
  overflow: visible;
  position: relative;
}
.latest-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  row-gap: 20px;
  margin-bottom: 55px;
}
.latest-item-header h2 {
  margin-bottom: 0;
}
.latest-item .img-wrapper {
  display: block;
  position: relative;
  padding-top: 64%;
  margin-bottom: 15px;
}
.latest-item .img-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #f3f1ef;
}
.latest-item-slider {
  margin-right: calc(-100vw / 2 + 1350px / 2);
  margin-left: -12px;
}
.latest-item-slider .latest-item {
  padding: 0 12px;
}
.latest-item-slider .latest-item .latest-image-wrp {
  position: relative;
}
.latest-item-slider .latest-item .latest-title {
  color: var(--black);
}
.latest-item .icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: 36px;
  background-color: var(--white);
  height: 36px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.latest-item .latest-image-wrp:hover .icon,
.latest-item a:hover .icon {
  background-color: #373737;
}
.latest-item .latest-image-wrp:hover .icon img,
.latest-item a:hover .icon img {
  filter: brightness(0) invert(1);
}
.latest-item .icon img {
  transform: rotate(-90deg);
  width: 15px;
}
.used-products .latest-item-header {
  padding-top: 12px;
  border-top: 1px solid var(--black);
}
.latest-item-sec .slick-track {
  margin-left: 0;
}
@media only screen and (max-width: 1499px) {
  .latest-item-slider {
    margin-right: calc(-100vw / 2 + 1100px / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .latest-item-slider {
    margin-right: calc(-100vw / 2 + 920px / 2);
  }
}
@media only screen and (max-width: 991px) {
  .latest-item-slider {
    margin-right: calc(-100vw / 2 + 680px / 2);
  }
  .latest-item-header {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product section.latest-item-sec {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .latest-item-header h3 {
    letter-spacing: -0.36px;
    font-size: 36px;
  }
  .latest-item-header {
    flex-direction: column;
    align-items: start;
  }
  .latest-item-slider {
    margin-right: calc(-100vw / 2 + 500px / 2);
  }
  .latest-item-slider .latest-item {
    /* width: 50%;*/
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .latest-item-slider .latest-item p {
    letter-spacing: -0.16px;
    font-size: 16px;
  }
  .latest-item-header .btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .latest-item .img-wrapper {
    padding-top: 83%;
  }
  .used-products .splide:not(.is-active) ul.splide__list {
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .used-products .splide:not(.is-active) ul.splide__list li.splide__slide {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .latest-item-slider {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .latest-item .icon {
    height: 24px;
    width: 24px;
    right: 6px;
    bottom: 6px;
  }
  .latest-item .icon img {
    width: 10px;
  }
}
