/** Shopify CDN: Minification failed

Line 17:0 Unexpected "<"
Line 20:15 Expected identifier but found whitespace
Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 25:14 Expected identifier but found whitespace
Line 25:16 Unexpected "{"
Line 25:25 Expected ":"
Line 25:71 Expected ":"
Line 66:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-html-wrapper {
    padding: 40px 20px;
    text-align: {{ section.settings.text_align }};
    font-family: 'Cairo', sans-serif !important;
  }

  .custom-html-wrapper .custom-html-content {
    font-size: {{ section.settings.font_scale | divided_by: 100.0 }}rem;
    font-family: 'Cairo', sans-serif !important;
  }

  .custom-html-wrapper .custom-html-heading {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Cairo', sans-serif !important;
  }

  .custom-html-wrapper .custom-html-subheading {
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-family: 'Cairo', sans-serif !important;
  }

  .custom-html-wrapper .custom-html-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }

  .custom-html-wrapper.default {
    max-width: 1200px;
    margin: 0 auto;
  }

  .custom-html-wrapper.narrow {
    max-width: 900px;
    margin: 0 auto;
  }

  .custom-html-wrapper.x-narrow {
    max-width: 600px;
    margin: 0 auto;
  }
</style>