/* Added for the static/offline export of glowxxn.com.
   The live theme reveals many sections with GSAP ScrollTrigger animations
   (elements start at opacity:0). Off Shopify those can leave sections blank,
   so we force the "revealed" state. */
.animations-true .animate-fade,
.animate-fade,
[class*="animation--"],
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Hide the Shopify buy/checkout chrome that cannot work off-store */
#shopify-block-accelerated-checkout,
.shopify-payment-button,
shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  display: none !important;
}
