/** Shopify CDN: Minification failed

Line 24:10 Unexpected "{"
Line 24:19 Expected ":"
Line 24:46 Expected identifier but found "{"
Line 24:47 Unexpected "{"
Line 24:56 Expected ":"
Line 24:82 Expected ":"
Line 24:98 Expected identifier but found "{"
Line 24:99 Unexpected "{"
Line 24:108 Expected ":"
Line 24:137 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-seo-content (INDEX:13) */
.collection-seo-content{border-top:1px solid rgba(var(--color-foreground),.08)}
.collection-seo-content__inner{max-width:1100px}
.collection-seo-content__body{max-width:900px;margin:0 auto}
.section-{{ section.id }}-padding{padding-top:{{ section.settings.padding_top }}px;padding-bottom:{{ section.settings.padding_bottom }}px}
@media screen and (max-width:749px){.section-{{ section.id }}-padding{padding-top:{{ section.settings.padding_top | times: .75 | round: 0 }}px;padding-bottom:{{ section.settings.padding_bottom | times: .75 | round: 0 }}px}}
/* END_SECTION:collection-seo-content */