.top-offers-carousel {
  overflow: hidden !important;
  padding: 4px 0 12px !important;
  width: 100% !important;
}
.top-offers-carousel .owl-stage-outer {
  overflow: visible !important;
}

.top-offers-carousel .owl-item {
  box-sizing: border-box !important;
  padding: 0px 8px !important;
  border: none !important;
  border-radius: 0 !important;
  height: max-content !important;
  position: relative !important;
}

.top-offers-carousel .owl-item:hover {
  box-shadow: none !important;
  transform: none !important;
}

.top-offers-carousel .owl-item::before {
  content: "Daily charter";
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.4s ease;
  pointer-events: none;
}
.top-offers-carousel .owl-item:hover::before {
  background: rgba(255, 255, 255, 0.3);
}

.top-offers-carousel .owl-item .uc_image_carousel_container_holder {
  border: 1px solid rgba(19, 23, 43, 0.08) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.top-offers-carousel .owl-item:hover .uc_image_carousel_container_holder {
  box-shadow: 0 8px 24px rgba(50, 86, 198, 0.15) !important;
  transform: translateY(-4px) !important;
}

.top-offers-carousel .owl-item img {
  filter: brightness(0.8);
  height: 180px !important;
  object-fit: cover !important;
  width: 100% !important;
  border-radius: 20px 20px 0 0 !important;
}
.top-offers-carousel .owl-item:hover img {
  filter: brightness(0.8);
}

.top-offers-carousel .uc_more_btn {
  transition: background-color 0.25s ease !important;
}
.top-offers-carousel .owl-item:hover .uc_more_btn {
  background-color: #3256C6!important;
}

.top-offers-carousel .uc_image_carousel_content,
.top-offers-carousel .uc_image_carousel_content_inside {
  padding: 0 !important;
  margin: 0 !important;
}
.top-offers-carousel .uc_image_carousel_content_inside {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-end !important;
}

.top-offers-carousel .uc_post_title {
  padding: 14px 20px 8px !important;
  margin: 0 !important;
  flex: 0 0 100% !important;
  order: 1;
}

.top-offers-carousel .ue_woocommerce_product_label {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  flex: 0 0 100% !important;
  order: 2;
  background: transparent !important;
  color: #6B7280 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 20px 14px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(19, 23, 43, 0.1) !important;
}

.top-offers-carousel .uc_prices {
  margin: 14px 20px 16px !important;
  border-top: none !important;
  text-align: left !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  flex: 1 1 auto !important;
  order: 3;
}
.top-offers-carousel .uc_prices::before {
  content: "From";
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: 1px;
  margin-top: 12px;
  white-space: nowrap;
  color: #6B7280 !important;
}
.top-offers-carousel .uc_prices,
.top-offers-carousel .uc_prices .woocommerce-Price-amount.amount,
.top-offers-carousel .uc_prices .woocommerce-Price-amount.amount bdi,
.top-offers-carousel .uc_prices .woocommerce-Price-currencySymbol {
  color: #13172B !important;
}
.top-offers-carousel .uc_prices .woocommerce-Price-amount.amount {
  text-shadow: none !important;
  display: inline-flex !important;
  align-items: baseline !important;
  white-space: nowrap !important;
}
.top-offers-carousel .uc_prices .woocommerce-Price-amount.amount bdi {
  display: inline !important;
  white-space: nowrap !important;
}
.top-offers-carousel .uc_prices .woocommerce-Price-amount.amount bdi::after {
  content: " / day";
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #6B7280;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 3px;
  display: inline !important;
}

.top-offers-carousel .uc_post_grid_style_one_button {
  order: 4;
  flex: 0 0 auto !important;
  align-self: flex-end !important;
  margin: 0 16px 30px auto !important;
}
.top-offers-carousel .uc_post_grid_style_one_button .uc_more_btn,
.top-offers-carousel .uc_post_grid_style_one_button a {
  margin: 0 !important;
  padding: 8px 10px !important;
}

@media (max-width: 1024px) {
  .top-offers-carousel .owl-stage-outer {
    overflow: hidden !important;
  }
  .top-offers-carousel {
    overflow: visible !important;
    padding: 4px 0 12px !important;
  }
}
