/**
 * Re:LAX durable overrides (child-theme enqueue — survives Picostrap recompile).
 */

/* Same rule that works in Customizer Additional CSS */
.bg-light-subtle {
  display: none !important;
}

/* Woo gallery starts at opacity:0; keep images visible if gallery JS is slow/blocked */
.woocommerce-product-gallery,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce-product-gallery img {
  opacity: 1 !important;
}

/* Kill leftover hover-zoom chrome if a plugin re-enables it */
.woocommerce-product-gallery .zoomImg,
.woocommerce-product-gallery .zoomWindow,
.woocommerce-product-gallery .zoomLens {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.single-product .woocommerce-product-gallery__image {
  cursor: zoom-in;
}
