/* Isolated styles for oragze (b2c).
 * Scoped under .catalog-template--oragze and [data-template-key="oragze"].
 * Runtime storefront CSS still mostly lives in template-runtime/styles.css;
 * move oragze-prefixed rules here over time so template edits stay isolated.
 */
.catalog-template--oragze,
[data-template-key="oragze"] {
  --template-background: #f4f7ee;
  --template-surface: #ffffff;
  --template-text: #20301e;
  --template-muted: #687565;
  --template-accent: #4d8d3a;
  --template-accent-2: #203d28;
  --template-radius: 24px;
}

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

.catalog-template--oragze .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--oragze .catalog-template__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
}

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