/** Shopify CDN: Minification failed

Line 23:13 Expected identifier but found whitespace
Line 23:15 Unexpected "{"
Line 23:24 Expected ":"
Line 23:49 Expected ":"
Line 24:16 Expected identifier but found whitespace
Line 24:18 Unexpected "{"
Line 24:27 Expected ":"
Line 24:55 Expected ":"
Line 30:13 Expected identifier but found whitespace
Line 30:15 Unexpected "{"
... and 6 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:line (INDEX:21) */
.divider-section {
  /* 余白を section.settings から読み込む例 */
  margin-top: {{ section.settings.margin_top }}px;
  margin-bottom: {{ section.settings.margin_bottom }}px;
  text-align: center;
}

.divider-section .divider {
  border: none; /* 初期値をリセット */
  border-top: {{ section.settings.divider_thickness }}px {{ section.settings.divider_style }} {{ section.settings.divider_color }};
  width: 100%;
  max-width: 100%;
}
/* END_SECTION:line */