/** Shopify CDN: Minification failed

Line 22:8 Expected identifier but found "{"
Line 22:9 Unexpected "{"
Line 22:17 Expected ":"
Line 23:9 Expected identifier but found whitespace
Line 23:11 Unexpected "{"
Line 23:19 Expected ":"
Line 23:45 Unexpected "{"
Line 23:46 Unexpected "{"
Line 23:54 Expected ":"
Line 24:7 Expected identifier but found whitespace
... and 8 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:buttons (INDEX:7) */
.add-btn-custom{
	margin:{{section.settings.btn-margin}};
	padding: {{section.settings.btn-padding-x}} {{section.settings.btn-padding-y}};
	color: {{section.settings.btn-text-color}};
	background-color: {{section.settings.btn-background-color}};
	display:inline-block;
}
.section-cta{
	text-align:{{section.settings.btn-text-align}};
}
/* END_SECTION:buttons */