/*
Theme Name: MyShop Theme
Theme URI: https://example.com/myshop-theme
Author: MyShop
Author URI: https://example.com
Description: A modern, customizable shop theme built with Tailwind CSS. Features multiple header layouts, hero sections, and product display options.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myshop-theme
Tags: e-commerce, custom-colors, custom-logo, featured-images, theme-options, translation-ready
*/

.woocommerce .products ul::before,
.woocommerce ul.products::before,
.myshop-toolbar-left::before {
    content: none !important;
    display: none !important;
}

.myshop-toolbar-left .woocommerce-result-count {
    display: none !important;
}
