/**
* Theme Name: Speedia Child
* Description: This is a child theme of Speedia, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Template_path</a>
* Template: speedia
* Version: 1.7
*/
@media (max-width: 768px) {
  .woocommerce div.product {
    display: flex;
    flex-direction: column;
  }
  .woocommerce div.product .woocommerce-product-gallery {
    order: -1; /* Mueve la galería de imágenes arriba */
  }
}
