/*
 Theme Name: Hello Child
 Theme URI: https://example.com/hello-child
 Description: Child theme for Hello Elementor with minor WooCommerce and gallery fixes.
 Author: WebMaya
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-child
*/

/* --- Place your custom styles below --- */

/* WooCommerce product gallery: remove numbering on thumbs */
.woocommerce-product-gallery ol.flex-control-nav,
.woocommerce div.product div.images .flex-control-nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-product-gallery ol.flex-control-nav li::marker { content: "" }
.woocommerce-product-gallery ol.flex-control-nav li { margin: 0 8px 0 0 }
.woocommerce-product-gallery .flex-control-nav img { max-width: 120px; height: auto }
