/*
 Theme Name: Storefront Child
 Theme URI: https://example.com/
 Description: Tema hijo de Storefront para Electrostore
 Author: Arturo Peña
 Author URI: https://example.com/
 Template: storefront
 Version: 1.0.0
 Text Domain: storefront-child
*/

/* Ejemplo de personalización mínima: */
body {
    /* Cambie este color solo para comprobar que el tema hijo está activo */
    background-color: #ffffff;
}

#page {
    background-color: #f2f2f2 !important;
}
