/** Shopify CDN: Minification failed

Line 50:0 Unexpected "}"

**/
h1, h2, h3, h4, h5, h6,
.product-card__title,
.card__heading,
[class*="heading"] {
  font-family: 'Cormorant', 'Cormorant Garamond', Georgia, serif !important;
}

body, p, span, .price,
.card__information, button {
  font-family: 'Montserrat', sans-serif !important;
}
.trust-badge {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 6px;
  letter-spacing: 0.03em;
}
/* Mobile header fix */
/* Mobile header fix */
@media screen and (max-width: 749px) {
  .header {
    background-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }
  .header__menu-toggle {
    display: block !important;
  }
  .header__nav {
    display: none !important;
  }
}
/* Hide compare-at (strikethrough) prices on product cards */
.price--compare {
  display: none;
}
s.price__compare-value {
  display: none;
}
}
