/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
add_action('wp_head', function() {
    echo '<style>
    @media (max-width: 767px) {
        .shopengine_add_to_list_action,
        .shopengine-wishlist,
        .badge.se-btn {
            display: none !important;
        }
    }
    </style>';
});