/* Isolated styles for lotus (b2b).
 * Scoped under .catalog-template--lotus and [data-template-key="lotus"].
 * Runtime storefront CSS still mostly lives in template-runtime/styles.css;
 * move lotus-prefixed rules here over time so template edits stay isolated.
 */
.catalog-template--lotus,
[data-template-key="lotus"] {
  --template-background: #f6f9fc;
  --template-surface: #ffffff;
  --template-text: #142238;
  --template-muted: #607087;
  --template-accent: #ff9f1c;
  --template-accent-2: #092f56;
  --template-radius: 16px;
}

.catalog-template--lotus {
  background: var(--template-background);
  color: var(--template-text);
  border-radius: var(--template-radius);
  padding: 1.25rem 1.5rem;
}

.catalog-template--lotus .catalog-template__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--template-accent);
}

.catalog-template--lotus .catalog-template__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
}

.catalog-template--lotus .catalog-template__description {
  margin: 0.75rem 0 0;
  color: var(--template-muted);
  line-height: 1.5;
}
