/*
 Theme Name: Comprar Ozonteck Child
 Theme URI: https://comprarozonteck.com.br/
 Description: Tema filho leve do GeneratePress para integração visual do catálogo Comprar Ozonteck.
 Author: Comprar Ozonteck
 Template: generatepress
 Version: 1.0.3
 Text Domain: comprar-ozonteck-child
*/

body.coz-home-template {
	background: #f7fafc;
}

body.coz-home-template .site.grid-container {
	max-width: none;
}

/*
 * Keep the product image available while deferred commerce scripts initialize.
 * The gallery component starts at opacity zero and normally becomes visible via
 * JavaScript; this fallback avoids an empty product page when that initialization
 * is delayed. Extra gallery images stay collapsed until the slider is ready.
 */
.single-product .woocommerce-product-gallery {
	opacity: 1 !important;
}

.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child {
	display: block !important;
}
