/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.2
 Text Domain:  woodmart-child
*/

/* Fix: SVG images у Elementor image widget повинні мати auto-width. */
.elementor-widget-image a img[src$=".svg"] {
	width: auto !important;
}

/* Cart page: ховаємо стандартну кнопку "Update cart" — оновлення йде через AJAX
   (див. assets/js/cart-qty-ajax.js). Раніше CSS був inline у functions.php. */
body.woocommerce-cart .woocommerce button[name="update_cart"],
body.woocommerce-cart .woocommerce input[name="update_cart"] {
	display: none;
}
