.elementor-7 .elementor-element.elementor-element-6e77e82{--display:flex;}/* Start custom CSS for container, class: .elementor-element-6e77e82 *//* Forçar a exibição da imagem do produto no carrinho mobile */
@media screen and (max-width: 768px) {
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
        text-align: center !important;
    }
    
    /* Ajustar o tamanho da imagem se necessário */
    .woocommerce-page table.cart .product-thumbnail img {
        width: 80px !important;
        height: auto !important;
    }
}/* End custom CSS */