/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:15 Expected ":"
Line 19:39 Expected identifier but found "{"
Line 19:40 Unexpected "{"
Line 19:49 Expected ":"
Line 19:75 Expected ":"
Line 19:92 Expected identifier but found "{"
Line 19:93 Unexpected "{"
Line 19:102 Expected ":"
Line 19:131 Expected ":"
... and 30 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ sid }}-padding{padding-top:{{ section.settings.padding_top }}px; padding-bottom:{{ section.settings.padding_bottom }}px;}
@media (max-width: 750px){.section-{{ sid }}-padding{padding-top:{{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom:{{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;}}
.section-{{ sid }}-padding{padding-top:{{ section.settings.padding_top }}px; padding-bottom:{{ section.settings.padding_bottom }}px;}
@media (max-width: 750px){.section-{{ sid }}-padding{padding-top:{{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom:{{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;}}