/** Shopify CDN: Minification failed

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

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