/*
Theme Name: Canary44 Fat Woo Child
Template: kadence
Description: Deliberately bulky WooCommerce WPFlow stress-test store.
Version: 1.0.1
*/
:root { --canary44-tar: #1c120f; --canary44-mustard: #f5b942; --canary44-cream: #fff4db; }
body { background: linear-gradient(135deg, var(--canary44-cream), #f2ded0); }
.site-header,
#masthead,
#masthead .site-main-header-wrap,
#masthead .site-header-row-container-inner,
#masthead .main-navigation,
#masthead .mobile-navigation {
    background: #000 !important;
    color: #f7fafc;
}

#mobile-drawer,
#mobile-drawer .drawer-inner,
#mobile-drawer .drawer-header,
#mobile-drawer .drawer-content,
#mobile-drawer .mobile-navigation {
    background: #000 !important;
    color: #f7fafc;
}

#masthead a,
#masthead .site-title,
#masthead .site-title a,
#masthead .main-navigation a,
#masthead .mobile-navigation a,
#masthead .menu-toggle-open,
#masthead .menu-toggle-close,
#masthead .menu-toggle-icon,
#masthead .kadence-svg-iconset,
#mobile-drawer a,
#mobile-drawer .drawer-toggle,
#mobile-drawer .menu-toggle-close,
#mobile-drawer .kadence-svg-iconset {
    color: #f7fafc !important;
}

#masthead a:hover,
#masthead a:focus,
#masthead .main-navigation a:hover,
#masthead .main-navigation a:focus,
#masthead .mobile-navigation a:hover,
#masthead .mobile-navigation a:focus,
#masthead .menu-toggle-open:hover,
#masthead .menu-toggle-open:focus,
#masthead .menu-toggle-close:hover,
#masthead .menu-toggle-close:focus,
#mobile-drawer a:hover,
#mobile-drawer a:focus,
#mobile-drawer .drawer-toggle:hover,
#mobile-drawer .drawer-toggle:focus,
#mobile-drawer .menu-toggle-close:hover,
#mobile-drawer .menu-toggle-close:focus {
    color: var(--canary44-mustard) !important;
}

#masthead .menu-toggle-open,
#masthead .menu-toggle-close,
#mobile-drawer .drawer-toggle,
#mobile-drawer .menu-toggle-close {
    background: transparent !important;
}
.canary44-warning { border: 4px dashed var(--canary44-tar); background: var(--canary44-mustard); padding: 18px; font-weight: 900; text-transform: uppercase; }
ul.products li.product { box-shadow: 0 10px 30px rgba(28,18,15,.12); padding: 12px !important; background: rgba(255,255,255,.72); }
