/* Position wishlist hearts in product sliders like native listing cards. */
body#index .elementor-widget-product-carousel article.product-card .wishlist-button-add,
body#product .product-slider-wrapper article.product-card .wishlist-button-add {
  position: absolute;
  top: 0.635rem;
  right: 0.635rem;
  left: auto;
  z-index: 10;
}

body#index .elementor-widget-product-carousel article.product-card,
body#product .product-slider-wrapper article.product-card {
  position: relative;
}

body#index .elementor-widget-product-carousel article.product-card .thumbnail-container,
body#product .product-slider-wrapper article.product-card .thumbnail-container {
  overflow: visible;
}

body#index .elementor-widget-product-carousel article.product-card .product-title,
body#index .elementor-widget-product-carousel article.product-card .product-title a,
body#index .elementor-widget-product-carousel article.product-card .product-name,
body#index .elementor-widget-product-carousel article.product-card .product-name a,
body#product .product-slider-wrapper article.product-card .product-title,
body#product .product-slider-wrapper article.product-card .product-title a,
body#product .product-slider-wrapper article.product-card .product-name,
body#product .product-slider-wrapper article.product-card .product-name a {
  color: #222 !important;
}

body#index .elementor-carousel-wrapper article.product-card .p-title a,
body#index .elementor-carousel-wrapper article.product-card .p-title a:hover,
body#index .elementor-carousel-wrapper article.product-card .p-title a:focus,
body#product .product-slider-section article.product-card .p-title a,
body#product .product-slider-section article.product-card .p-title a:hover,
body#product .product-slider-section article.product-card .p-title a:focus,
body#product .product-slider-wrapper article.product-card .p-title a,
body#product .product-slider-wrapper article.product-card .p-title a:hover,
body#product .product-slider-wrapper article.product-card .p-title a:focus {
  color: #222 !important;
}

@media (max-width: 767px) {
  body#index .elementor-widget-product-carousel article.product-card .wishlist-button-add,
  body#product .product-slider-wrapper article.product-card .wishlist-button-add {
    top: 0.5rem;
    right: 0.5rem;
  }
}
