/** Shopify CDN: Minification failed

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

**/
/* 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 */
