/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Unexpected "{"
Line 9:3 Expected identifier but found "'vv-overrides.css'"
Line 33:17 Expected identifier but found "has("

**/
{{ 'vv-overrides.css' | asset_url | stylesheet_tag }}
/* Keep logo left on mobile */
@media (max-width: 768px) {
  .header, .site-header, .header__wrapper { justify-content: flex-start !important; }
  .header__heading, .site-header__logo, .header__logo { text-align: left !important; justify-content: flex-start !important; }
  .header__heading a, .site-header__logo a { margin-left: 0 !important; }
}

/* Remove big vertical gaps between stacked sections */
.section, .shopify-section, .template-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.shopify-section + .shopify-section,
.section + .section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Manual spacing helper when needed */
.vv-spacing { margin-top: 24px !important; margin-bottom: 24px !important; }

/* Kill any transparent overlay Streamline may add above sections */
.shopify-section.has(.image-hotspots)::before,
.shopify-section.has(.hotspots)::before { display: none !important; }
