/* Código para mantener las galerías con la misma altura */
.gallery-icon img {
    width: 100%;
    height: 400px;
    object-fit: cover !important; 
    object-position: center !important;
}

/* Le da color al texto de la tienda del precio de los sabores */
.wc-pao-addon-image-swatch-price {
	color: var(--theme-color-text_link);
	font-family: ivypresto-display, serif;
	font-size: 24px;
	font-weight: 300;
}

/* Establece la fuente GillSansMT */
@font-face {
    font-family: 'GillSansMT';
    src: url('https://nupcious.wininnovacion.net/wp-content/uploads/2024/10/gillsansmt.woff') format('woff'),
         url('https://nupcious.wininnovacion.net/wp-content/uploads/2024/10/gillsansmt.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/*
 Theme Name:   Bonbon Child Theme
 Theme URI:    https://bonbon.themerex.net
 Description:  Bonbon Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     bonbon
 Version:      1.0.0    
 Tags:         confectionery, cake bakery, artisanal shop, chocolatier, pastry shop, chocolate boutique, gift shop, sweets, desserts, bakery, confections, chocolate, recipe blog, celebration, handmade
 Text Domain:  bonbon
*/


/* =Theme customization starts here
------------------------------------------------------------ */