/* =========================================================== */
/* 00. Elementor - WooCommerce Categories
/* =========================================================== */
.woocommerce .product-category .woocommerce-loop-category__title {
  font-weight: 400;
}

.elementor-widget-dplf_products_categories.dplf-wc-category-style--hover .woocommerce-loop-category__title {
  bottom: 10%;
  left: 10%;
  right: 10%;
  transform: translateY(-25px);
  opacity: 0;
}

.elementor-widget-dplf_products_categories.dplf-wc-category-style--hover .product-category:hover .woocommerce-loop-category__title {
  opacity: 1;
  transform: translateY(0);
}

.elementor-widget-dplf_products_categories.dplf-wc-category-style--bottom .product-category .woocommerce-loop-category__title {
  position: relative !important;
  text-align: center !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* =========================================================== */
/* 00. Elementor - WooCommerce Products
/* =========================================================== */
.elementor-widget-dplf_wc_products_carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.elementor-widget-dplf_wc_products_carousel .dplf-wc-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.dplf-wc-carousel .swiper {
    width: 100%;
    height: auto;
}

.dplf-wc-carousel .swiper-wrapper {
    display: flex;
    width: 100%;
}

.dplf-wc-carousel .swiper-slide {
    width: auto;
    flex: 0 0 auto;
    height: auto;
    display: flex;
    align-items: stretch;
}

.dplf-wc-carousel .dplf-wc-product-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.dplf-wc-product-inner {
  overflow: hidden;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.dplf-wc-products.dplf-wc-carousel .dplf-wc-product-inner {
  margin-bottom: 0;
}

.dplf-wc-products {
  position: relative;
  margin: 0;
  padding: 0;
}

.dplf-wc-products .dplf-wc-product-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.dplf-wc-products .dplf-wc-product {
  position: relative;
  width: 100%;
  min-height: 1px;
  text-align: center;
  overflow: hidden;
}

.dplf-wc-products.dplf-wc-carousel .dplf-wc-product {
  padding-bottom: 0;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-image {
  position: relative;
  overflow: hidden;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 2.5s cubic-bezier(.17, .05, .13, .85);
}

.dplf-wc-products .dplf-wc-product:hover .dplf-wc-product-image img {
  transform: scale(1.1);
}

.dplf-wc-products .dplf-wc-add-to-cart {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
}

.dplf-wc-products .dplf-wc-add-to-cart a.add_to_cart_button,
.dplf-wc-products .dplf-wc-add-to-cart a.added_to_cart {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
  outline: 0;
  left: auto;
  border: 0;
  overflow: hidden ;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.dplf-wc-products .dplf-wc-add-to-cart a.added_to_cart {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  opacity: 1;
  padding: 16px 36px;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-content {
  padding-top: 25px;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-title {
  position: relative;
  display: block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 0 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-title a{
  font-weight: 500;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-price {
  position: relative;
  display: block;
  margin: 0;
}

.dplf-wc-products .dplf-wc-product .price {
  position: relative;
  display: block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  vertical-align: middle;
  overflow: hidden;
}

.dplf-wc-products .dplf-wc-product .price * {
  font-size: inherit;
  line-height: inherit;
}

.dplf-wc-products .dplf-wc-product .price del {
  margin: 0 8px 0 0;
}

.dplf-wc-products .dplf-wc-product .price ins {
  text-decoration: none;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-excerpt {
  margin: 10px 0 20px;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-category {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.dplf-wc-products .dplf-wc-product .dplf-wc-product-category a{
  color: var(--dplf-color-primary);
}

.dplf-wc-products .dplf-wc-product .dplf-badge {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  font-size: 14px;
  padding: 2px 8px;
  transform-origin: 0 0;
  letter-spacing: .05em;
  font-weight: 400;
  background-color: #fff;
}

.dplf-wc-products .dplf-wc-rating {
  margin-top: 10px;
}

.dplf-wc-products .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.dplf-wc-products .star-rating {
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dplf-wc-products .star-rating:before {
  content: "\e031\e031\e031\e031\e031";
  color: #ecb200;
}

.dplf-wc-products .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dplf-wc-products .star-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  color: #ecb200;
}

/* =========================================================== */
/* 00. Elementor - WooCommerce Products Carousel
/* =========================================================== */
/* Enhanced transition effects */
.dplf-wc-carousel.slide-transitioning .swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Effect-specific styles */
.dplf-wc-carousel .swiper-slide.swiper-slide-duplicate {
    opacity: 1;
}

/*Arrow Offset*/
.dplf-wc-carousel .dplf-navigation-next {
  transition: all .3s ease-out;
  -webkit-transform: translate(var(--dplf-product-carousel-right-arrow-x-offset, 0), var(--dplf-product-carousel-arrow-y-offset, 0)) rotate(var(--dplf-product-carousel-arrow-rotate, 0));
  transform: translate(var(--dplf-product-carousel-right-arrow-x-offset, 0), var(--dplf-product-carousel-arrow-y-offset, 0)) rotate(var(--dplf-product-carousel-arrow-rotate, 0));
}

.dplf-wc-carousel .dplf-navigation-prev {
  transition: all .3s ease-out;
  -webkit-transform: translate(var(--dplf-product-carousel-left-arrow-x-offset, 0), var(--dplf-product-carousel-arrow-y-offset, 0)) rotate(var(--dplf-product-carousel-arrow-rotate, 0));
  transform: translate(var(--dplf-product-carousel-left-arrow-x-offset, 0), var(--dplf-product-carousel-arrow-y-offset, 0)) rotate(var(--dplf-product-carousel-arrow-rotate, 0));
}

/*Arrows Position Outside*/
.dplf-arrows-position--outside .dplf-wc-carousel {
    padding: 0 65px;
}

@media (max-width: 1200px) {
    .dplf-arrows-position--outside .dplf-wc-carousel {
        padding: 0 25px;
    }
}

/*Pagination Position Outside*/
.dplf-pagination-position--outside .dplf-pagination {
  position: relative;
  top: 30px;
  padding-bottom: 33px;
}

/*Scrollbar Position Outside*/
.dplf-scrollbar-position--outside .dplf-wc-carousel {
    padding-bottom: 40px;
}
