/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 155:0 Unexpected "<"

**/
<style>
  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-Black.ttf" | asset_url }}') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-BlackItalic.ttf" | asset_url }}') format('truetype');
    font-weight: 900;
    font-style: italic;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-Bold.ttf" | asset_url }}') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-BoldItalic.ttf" | asset_url }}') format('truetype');
    font-weight: 700;
    font-style: italic;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-ExtraBold.ttf" | asset_url }}') format('truetype');
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-ExtraBoldItalic.ttf" | asset_url }}') format('truetype');
    font-weight: 800;
    font-style: italic;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-ExtraLight.ttf" | asset_url }}') format('truetype');
    font-weight: 200;
    font-style: normal;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-ExtraLightItalic.ttf" | asset_url }}') format('truetype');
    font-weight: 200;
    font-style: italic;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-Italic.ttf" | asset_url }}') format('truetype');
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-Light.ttf" | asset_url }}') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Work Sans';
    src: url('{{ "WorkSans-LightItalic.ttf" | asset_url }}') format('truetype');
    font-weight: 300;
    font-style: italic;
  }

  /* Example usage */
  body, .header, .site-header * {
    font-family: 'Work Sans', sans-serif;
  }

  /* Custom styling for Shopify Forms app embed */

/* Make button match the site */
#shopify-section-template--18534539886752__1757527810a3f6e0f2 button[type="submit"] {
  background-color: #c3985a !important;
  color: #000000 !important;
  font-size: 1.05em !important;
  padding: 15px 25px !important;
  margin-top: 25px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}

/* Add hover effect */
#shopify-section-template--18534539886752__1757527810a3f6e0f2 button[type="submit"]:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-2px) !important;
}

/* Make the form header title larger */
#shopify-section-template--18534539886752__1757527810a3f6e0f2 h2 {
  font-size: 2rem !important;
  line-height: 1.3 !important;
}

/* Make the paragraph text slightly larger for readability */
#shopify-section-template--18534539886752__1757527810a3f6e0f2 p {
  font-size: 1.2rem !important;
  line-height: 1.5;
}

/* On mobile: make button and text a bit smaller and fit better */
@media only screen and (max-width: 600px) {
  #shopify-section-template--18534539886752__1757527810a3f6e0f2 button[type="submit"] {
    font-size: 1em !important;
    padding: 12px 20px !important;
    width: 100% !important;
  }

  #shopify-section-template--18534539886752__1757527810a3f6e0f2 p {
    font-size: 1rem !important;
  }

  #shopify-section-template--18534539886752__1757527810a3f6e0f2 h2 {
    font-size: 1.5rem !important;
  }
}
/* Style the Add to Cart button */
#shopify-section-template--18534540574880__main-product .product-form button[type="submit"] {
  background-color: #c3985a !important;
  color: #000 !important;
  font-size: 1.05em !important;
  padding: 12px 24px !important;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 100%;
}

/* Optional: Hover effect */
#shopify-section-template--18534540574880__main-product .product-form button[type="submit"]:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

</style>