.lcpe-featured-products {
  position: relative;
  width: 100%;
}

.lcpe-featured-products-swiper {
  width: 100%;
  overflow: hidden;
}

.lcpe-featured-product {
  width: 100%;
  border-radius: 10px !important;
  overflow: hidden;
}

.lcpe-featured-product-image {
  position: relative;
  padding-top: 150%;
  overflow: hidden;
  display: block;
}

.lcpe-featured-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.lcpe-featured-product-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.lcpe-featured-product-sku {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 12px 14px 0 0;
  box-sizing: border-box;
}
.lcpe-featured-product-sku span {
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  background: #000000;
  min-height: 17px;
  padding: 0 5px;
  border-radius: 5px;
}

.lcpe-featured-product-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px;
  padding-bottom: 27px;
  padding-top: 21px;
  width: 100%;
  background: linear-gradient(to top, #1e1e1e, transparent);
  box-sizing: border-box;
}
.lcpe-featured-product-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  line-height: 160%;
}

.lcpe-featured-product-title a {
}

.lcpe-featured-product-rental-price,
.lcpe-featured-product-price {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
}
.lcpe-featured-product-price--title {
  margin-right: 5px;
}

.lcpe-featured-product-info .woocommerce-Price-currencySymbol {
  display: none;
}

.lcpe-featured-products-navigation {
}

.lcpe-featured-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #224c48;
  cursor: pointer;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
}
.lcpe-featured-btn:hover,
.lcpe-featured-btn:focus,
.lcpe-featured-btn:active {
  background: #2b5f5a;
}

.lcpe-featured-prev {
  left: -21px;
}
.lcpe-featured-next {
  right: -21px;
}

@media (max-width: 768px) {
  .lcpe-featured-btn {
    width: 32px;
    height: 32px;
  }
  .lcpe-featured-btn svg {
    width: 6px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .lcpe-featured-btn {
    display: none;
  }
}
