/* Shopify static-reveal: theme JS hides homepage sections; force-show (memory: SaaS-builder static reveal) */
.shopify-section,[id^="shopify-section"]{display:block!important;visibility:visible!important;opacity:1!important;}
.shopify-section [style*="display: none"],.shopify-section [style*="display:none"]{display:block!important;}
/* hero sections collapse to 0 without their bg image height */
[id*="hero"]{min-height:auto!important;}
[id*="hero"] img{max-width:100%;height:auto;display:block;}
img[src=""]{display:none!important;}

/* kill flodesk newsletter popup + cart popup overlays on static */
[class*="flodesk"],[id*="flodesk"],.fd-form-content,iframe[src*="flodesk"],.cart-popup-wrapper{display:none!important;}
/* theme hides main content with js-focus-hidden until JS page-load reveal (never fires static) */
.main-content,.js-focus-hidden,main{opacity:1!important;visibility:visible!important;}
[data-aos],.aos-init,.scroll-trigger,.reveal,[class*="animation"]{opacity:1!important;transform:none!important;visibility:visible!important;}
/* hero-1 bg-image section needs min-height to show */
#shopify-section-hero-1,.hero{min-height:auto!important;}
/* hero-1 is a bg-image banner that collapsed to 0 without JS height calc */
#shopify-section-hero-1 .hero,#shopify-section-hero-1 [style*="background-image"]{min-height:520px!important;background-size:cover!important;background-position:center!important;}
#shopify-section-hero-1{min-height:520px!important;background-image:url('/cdn/shop/files/homegrown_everything_gray_2048x.png')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
#shopify-section-hero-1>*,#shopify-section-hero-1 .hero{min-height:520px!important;height:100%!important;}
