/** Shopify CDN: Minification failed

Line 17:10 Unexpected "{"
Line 17:19 Expected ":"
Line 18:14 Expected identifier but found whitespace
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 18:51 Expected ":"
Line 19:17 Expected identifier but found whitespace
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 19:57 Expected ":"
... and 10 more hidden warnings

**/
/* START_SECTION:collection-content-stream (INDEX:13) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.collection-content-stream > * + * {
  margin-top: 1rem;
}
@media screen and (min-width: 750px) {
  .collection-content-stream > * + * {
    margin-top: 4rem;
  }
}
/* END_SECTION:collection-content-stream */
/* START_SECTION:collection-subcategories (INDEX:16) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
/* END_SECTION:collection-subcategories */
