/*
 Theme Name:   Hello Commerce Child
 Theme URI:    https://www.zetodesigns.co.za
 Description:  Child theme for Hello Commerce - Zet O Designs
 Author:       Zet O Designs
 Author URI:   https://www.zetodesigns.co.za
 Template:     hello-commerce
 Version:      1.0.0
*/

/* =============================================
   FORCE LIGHT MODE - ALL DEVICES
   ============================================= */

:root {
    color-scheme: only light !important;
}

html {
    color-scheme: only light !important;
}

@media (prefers-color-scheme: dark) {
    html, body,
    .site-header, .site-footer,
    .woocommerce, .woocommerce-page,
    .elementor-section, .elementor-widget-wrap {
        background-color: #ffffff !important;
        color: #1a1a1a !important;
        filter: none !important;
        -webkit-filter: none !important;
    }
}