/* Custom CSS */
/* Disable product image hover zoom; keep gallery and lightbox available. */
.product-zoom-container,
.product-zoom-img {
  display: none !important;
}
/* Show the first Avanam Home slide before Elementor/Swiper finishes booting. */
body#index .elementor-element-dcd34bb.elementor-invisible {
  visibility: visible;
}

/* Wishlist is disabled: hide Avanam's now-inert product action. */
.my-wishlist-button {
  display: none !important;
}
