/** Shopify CDN: Minification failed

Line 15:18 Unexpected "{"
Line 15:27 Expected ":"
Line 15:34 Unexpected "{"
Line 21:20 Unexpected "{"
Line 21:29 Expected ":"
Line 21:36 Unexpected "{"

**/


/* CSS from block stylesheet tags */
/* Sold Out banner spacing */
#shopify-section-{{ section.id }} {
  padding-top: 5rem;   /* desktop top spacing */
  padding-bottom: 4.5rem; /* desktop bottom spacing */
}

@media screen and (max-width: 749px) {
  #shopify-section-{{ section.id }} {
    padding-top: 3.5rem;   /* mobile top spacing */
    padding-bottom: 3rem;  /* mobile bottom spacing */
  }
}