/** Shopify CDN: Minification failed

Line 24:12 Unexpected "{"
Line 24:21 Expected ":"
Line 25:18 Expected identifier but found whitespace
Line 25:20 Unexpected "{"
Line 25:29 Expected ":"
Line 25:55 Expected ":"
Line 26:21 Expected identifier but found whitespace
Line 26:23 Unexpected "{"
Line 26:32 Expected ":"
Line 26:61 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:press-wall (INDEX:53) */
.press-wall {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }
  .section-{{ section.id }}-padding {
    --padding-top: {{ section.settings.padding_top }}px;
    --padding-bottom: {{ section.settings.padding_bottom }}px;
  }
/* END_SECTION:press-wall */