/*
Theme Name: Catalyst
Template: generatepress
Version: 1.0.0
Text Domain: catalyst
Domain Path: /languages
Requires at least: 5.9
Requires PHP: 7.4
*/

/* ========== KILL STICKY ADD-TO-CART — ALL VARIANTS ========== */
.sticky-bar,
#stickyBar,
.catalyst-sticky-atc,
#stickyATC {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ========== SAFARI iOS BOTTOM BLEED FIX ========== */
html { background: #1c1b1a; }

/* ========== HIDE "SCIENCE EXPLAINED" NAV PILL ON NARROW SCREENS ========== */
@media (max-width: 960px) {
    .catalyst-nav__cta-pill--desktop {
        display: none !important;
    }
}
