/*
Theme Name: Hello Elementor Child
Theme URI: https://tusitio.com
Description: Tema hijo de OceanWP
Author: Tu Nombre o Empresa
Author URI: https://tusitio.com
Template: hello-elementor
Version: 1.0.0
*/


/* Asegura que las imágenes del side cart no se desborden nunca */

body .vi-wcaio-sidebar-cart-pd-img-wrap {
    max-width: 80px;
    margin-right: 12px;
    flex-shrink: 0;
}

body .vi-wcaio-sidebar-cart-pd-img-wrap img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
