/**
 * Frankenschaum Theme - Rot/Dunkel
 * Brand: frankenschaum.de
 */

:root {
  --brand-primary: #b81818;
  --brand-primary-hover: #9a1414;
  --brand-primary-active: #7d1010;
  --brand-primary-rgb: 184, 24, 24;
  --brand-color: 0, 76%, 41%; /* HSL für #b81818 - Underline-Hover */
  --brand-button: #c8102e;
  --brand-button-hover: #a00d24;
  --brand-accent: #b81818;
  --brand-dark: #1a1a1a;
  --brand-text: #333;
  --brand-disabled: #666;
}

/* Frankenschaum-spezifische Anpassungen */
.estimated-delivery .mt-xxs {
  display: none !important;
}
