/*
Theme Name:    Woop Child
 Theme URI:    http://wooboo.com/woop/
 Description:  Woop Child Theme
 Author:       Woop
 Author URI:   http://wooboo.com/
 Template:     woop
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  woop-child
*/

/* v1 quick toggle: hide category top banner on desktop only (reversible) */
@media (min-width: 992px) {
  .woocommerce-page-header.with-banner .wook-banner {
    display: none !important;
  }

  .woocommerce-page-header.with-banner .woocommerce-sub-categories {
    margin-top: 0 !important;
  }
}
