/*
 Theme Name:   Go Child
 Template:     go
 Version:      1.0.0
*/
/* Reducir y centrar la imagen de producto */
.woocommerce-product-gallery {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    justify-self: center;
}
