/** Shopify CDN: Minification failed

Line 9:40 Unexpected "{"
Line 9:52 Expected ":"
Line 14:42 Unexpected "{"
Line 14:54 Expected ":"

**/
main > .hero-section:first-child #hero-{{ SECTION_ID }} .hero__wrapper {
  min-height: calc((100vh - var(--announcement-height) - var(--header-height)) * 0.75) !important;
}

@media screen and (max-width: 575.99px) {
  main > .hero-section:first-child #hero-{{ SECTION_ID }} .hero__wrapper {
    min-height: calc((100svh - var(--announcement-height) - var(--header-height)) * 0.75) !important;
  }
}

.hero__wrapper::before {
  padding-bottom: 22.14% !important;
}
