/**
 * Product Page: Product Images Module Styling
 *
 * Overrides for the Divi Woo Product Images module and default WooCommerce gallery.
 */

/* Adjust the vertical gap between the main product image and the thumbnail grid below it */
.woocommerce div.product div.images ol.flex-control-nav.flex-control-thumbs {
	margin-top: 20px !important; /* Adjust this value to increase or decrease the gap */
}
