/*
Theme Name: Hello child
Author: Francisco Tellez
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Estilos para el afiche del producto */
.product-afiche {
    margin: 20px 0;
    text-align: center;
}

.product-afiche img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}
