/*
Theme Name: Crysto Child Theme
Description: Child theme for the Crysto theme
Author: ThemetechMount
Author URI: https://www.themetechmount.com/
Template: crysto
Version: 0.1
Tags: light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/

/* NOTE: Main theme's style.css file is already added in head tag. */

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Hide ONLY the global banner-style notices (site-wide bars)
   — keep in-page cart/checkout notices visible. */

/* 1) Classic WooCommerce Store Notice bar */
.woocommerce-store-notice,
p.demo_store,
body.woocommerce-demo-store .woocommerce-store-notice,
body.woocommerce-demo-store p.demo_store,
.woocommerce-store-notice__dismiss-link {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Some themes reserve space for the notice via :before */
body.woocommerce-demo-store:before {
  content: none !important;
  display: none !important;
}

/* Remove any padding some themes add when the store notice is active */
body.woocommerce-demo-store {
  padding-top: 0 !important;
}

/* 2) WooCommerce Blocks “Notice Banner” component
   (used by modern site-wide banners, incl. currency/geo messages) */
.wc-block-components-notice-banner,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* ---- Your custom styles below ---- */

/* Add future custom rules here */
