/*
Theme Name: EasyCOD Kit Theme (TY Builder)
Theme URI:  https://example.com
Author:     EasyCOD
Description: Minimal WooCommerce + Elementor-first theme. Includes product gallery patches and Elementor widgets for fully customizable EasyCOD thank-you pages.
Version:    1.1.0
Text Domain: easycod-kit
*/

/* Minimal base. Do NOT style .easycod-* here. */

/* Product gallery visibility: EasyCOD plugin may hide gallery; we force it visible on single product pages. */
.single-product .woocommerce-product-gallery{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  height:auto !important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image{
  opacity:1 !important;
  visibility:visible !important;
}
