.lcpe-rental-products {
  overflow: hidden;
}
.lcpe-rental-products-swiper {
  max-width: 1164px;
  margin: auto;
  overflow: unset !important;
}
.lcpe-rental-products-swiper .swiper-wrapper {
  align-items: center;
  min-height: 634px;
}
.lcpe-rental-products-swiper .swiper-slide {
  transition: all ease 0.5s;
}

.lcpe-rental-products-swiper .lcpe-rental-product-image {
  position: relative;
  display: block;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding-top: 113%;
}

.lcpe-rental-products-swiper
  .swiper-slide-active
  + .swiper-slide
  .lcpe-rental-product-image {
  padding-top: 135%;
}

.lcpe-rental-products-swiper .lcpe-rental-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all ease 0.5s;
}

.lcpe-rental-products .lcpe-featured-btn {
  top: calc(43% - 21px);
}
.lcpe-rental-products .lcpe-featured-prev {
  left: 40px;
}
.lcpe-rental-products .lcpe-featured-next {
  right: 40px;
}

.lcpe-rental-products-swiper .lcpe-rental-product {
  padding: 16px 24px;
  padding-bottom: 20px;
}
.lcpe-rental-products-swiper .lcpe-rental-product-content {
  background: #fff;
  padding: 30px 21px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
}
.lcpe-rental-products-swiper .lcpe-rental-product-content h3 {
  margin: 0 !important;
  text-align: center;
  margin-bottom: 4px !important;
}
.lcpe-rental-products-swiper .lcpe-rental-product-content h3 a {
  color: #434343;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lcpe-rental-products-swiper
  .swiper-slide-active
  + .swiper-slide
  .lcpe-rental-product-content
  h3
  a {
  color: #000000;
  font-size: 16px;
}

.lcpe-rental-products-swiper
  .lcpe-rental-product-content
  .lcpe-rental-product-price {
  text-align: center;
  color: #f5222d;
}

@media (max-width: 1024px) {
  .lcpe-rental-products-swiper .lcpe-rental-product {
    padding: 12px;
  }
}

@media (max-width: 1023px) {
  .lcpe-rental-products-swiper .lcpe-rental-product-image {
    padding-top: 135%;
  }
  .lcpe-rental-products-swiper .lcpe-rental-product {
    padding: 0;
  }
  .lcpe-rental-products-swiper .lcpe-rental-product-content h3 a {
    font-size: 16px;
    color: #000;
  }
  .lcpe-rental-products-swiper .swiper-wrapper {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .lcpe-rental-products-swiper .lcpe-rental-product-content h3 a {
    font-size: 14px;
  }
  .lcpe-rental-products-swiper .lcpe-rental-product-content {
    padding: 20px;
    box-shadow: none;
  }
}
