/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 30:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-liquid (INDEX:15) */
<style>@media (max-width: 768px) {
 
  .featured-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) {
  .featured-section {
    padding-top: 60px !important;
  }
}
    
  .shopify-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
</style>
  .custom-liquid-section {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }

  @media screen and (max-width: 749px) {
    .custom-liquid-section {
      padding-top: calc(var(--section-padding-top) * 0.75);
      padding-bottom: calc(var(--section-padding-bottom) * 0.75);
    }
  }
/* END_SECTION:custom-liquid */