/** Shopify CDN: Minification failed

Line 19:0 Unexpected "#"
Line 19:2 Unexpected "{"
Line 19:11 Expected ":"
Line 19:18 Unexpected "{"
Line 24:4 Unexpected "#"
Line 24:6 Unexpected "{"
Line 24:15 Expected ":"
Line 24:22 Unexpected "{"
Line 29:2 Unexpected "#"
Line 29:4 Unexpected "{"
... and 1 more hidden warnings

**/


/* CSS from section stylesheet tags */
#{{ section.id }} {
    --media-grid-row-height: 150px;
  }

  @media screen and (min-width: 700px) {
    #{{ section.id }} {
      --media-grid-row-height: 290px;
    }
  }

  #{{ section.id }} div {
    padding-top: 0px;
    padding-bottom: 0px;
  }