/** Shopify CDN: Minification failed

Line 73:0 Expected "}" to go with "{"

**/
a.product-modal,
a[data-fancybox*="quick-view"] {
  display: none !important;
}

#content .section-title.span-12 h1 {
  display: none !important;
}

a.slg-hero__media-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .slg-hero__media-wrap {
    max-height: 600px;
  }
  .slg-hero__image {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }
  .slg-hero__eyebrow {
    font-size: 28px;
  }
  .slg-hero__heading {
    font-size: clamp(32px, 4.8vw, 54px);
  }
  .slg-hero__subheading {
    font-size: clamp(24px, 1.6vw, 22px);
    margin-top: 10px;
  }
footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  }
.section-title.span-12 h1 {
  display: none !important;
}
#content h1.title {
  display: none !important;
}
.breadcrumb,
.breadcrumbs,
nav.breadcrumb,
.page-breadcrumbs {
  display: none !important;
}
#content .section-title,
#content .breadcrumb-container,
#content .page-header,
.collection-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#content > .row:first-child {
  display: none !important;
}
div#breadcrumb {
  display: none !important;
}



