/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 23:18 Unexpected "{"
Line 23:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 35:18 Unexpected "{"
Line 35:27 Expected ":"
Line 44:18 Unexpected "{"
Line 44:27 Expected ":"
... and 6 more hidden warnings

**/
/* START_SECTION:rft-artist-app-divider (INDEX:104) */
#shopify-section-{{ section.id }} .rft-divider-section {
  background: var(--bg-warm, #FAFAF7);
  padding: 56px 0;
  border-top: 1px solid var(--line-soft, rgba(10, 14, 39, 0.06));
  border-bottom: 1px solid var(--line-soft, rgba(10, 14, 39, 0.06));
}
#shopify-section-{{ section.id }} .rft-divider-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
}
#shopify-section-{{ section.id }} .rft-divider-content {
  min-width: 0;
}
#shopify-section-{{ section.id }} .eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted, #5A6072);
}
#shopify-section-{{ section.id }} h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink, #0A0E27);
  font-weight: 500;
  line-height: 1.1;
}
#shopify-section-{{ section.id }} p {
  font-size: 13.5px;
  color: var(--muted, #5A6072);
  margin-top: 6px;
  line-height: 1.6;
}
#shopify-section-{{ section.id }} .wavy-divider {
  display: block;
  width: 100%;
  height: 22px;
  opacity: 0.55;
}
@media (max-width: 960px) {
  #shopify-section-{{ section.id }} .rft-divider-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* END_SECTION:rft-artist-app-divider */
