/*
Theme Name: Supermarket Shopping
Theme URI: https://www.seothemesexpert.com/products/free-supermarket-wordpress-theme
Author: drakearthur
Author URI: https://www.seothemesexpert.com/
Description: The Supermarket Shopping WordPress Theme is a powerful and versatile solution for grocery store owners looking to establish a professional online presence. Specifically designed for grocery supermarkets, it offers a user-friendly platform for showcasing products, promotions, and services. Whether you run a local supermarket, a grocery supermarket chain, or an organic grocery store, this theme is built to meet the needs of online grocery shopping and supermarket delivery services. The theme features an intuitive design that allows for easy navigation, making it simple for customers to browse through fresh produce, bakery items, dairy products, meat, and more. With customizable sections, you can promote supermarket deals, grocery store discounts, and supermarket loyalty programs to encourage customer retention. The online grocery store functionality ensures a smooth supermarket checkout experience for customers ordering groceries online or opting for grocery pickup or same-day grocery delivery services. Visually, the theme offers a clean, modern layout that enhances the shopping experience with vibrant product images and easy-to-find categories. Whether showcasing weekly supermarket specials, grocery store deals, or supermarket flyer promotions, the Supermarket Shopping WordPress Theme provides the flexibility needed for an effective eCommerce grocery store. It’s SEO-friendly and optimized for mobile, ensuring that customers can enjoy a seamless shopping experience across devices. Perfect for improving visibility on search engines, it includes features tailored for promoting local grocery delivery, organic grocery store options, and supermarket chain services.
Version: 0.4
Tested up to: 6.7
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: supermarket-shopping
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, sticky-post, featured-images, footer-widgets, flexible-header, full-width-template, rtl-language-support, translation-ready, post-formats, theme-options, threaded-comments, food-and-drink, e-commerce, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Hide elements with the class add_to_cart_button or single_add_to_cart_button */
.add_to_cart_button,
.single_add_to_cart_button {
    visibility: hidden;
}

header.main-header {
    background: #f7f7f7;
}

/* Default logo */
.custom-logo {
    content: url('/wp-content/uploads/2025/01/cropped-logo-1-2.jpg');
}

/* Logo for screens larger than 768px 
@media (min-width: 1001px) {
    .custom-logo {
        content: url('/wp-content/uploads/2025/01/cropped-logo-1-2.jpg');
    }
}
*/

/* Logo for screens smaller than 768px */
@media (max-width: 1000px) {
    .custom-logo {
        content: url('/wp-content/uploads/2025/01/logo-2-scaled-e1736493625373-600x143.jpg');
    }
}


/*

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    visibility: hidden;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    visibility: hidden;
}
button.single_add_to_cart_button.button.alt {
    visibility: hidden;
}
*/