/** Shopify CDN: Minification failed

Line 44:0 Unexpected "{"
Line 44:1 Expected identifier but found "%"
Line 44:13 Unexpected "{"
Line 44:14 Expected identifier but found "%"

**/
/* Rivea 2026 — moderne Akzente, Fokus auf Kauf */
:root {
  --rivea-accent: #FF4D2E;
  --rivea-ink: #14110F;
  --rivea-cream: #FAF8F3;
}

/* Kauf-Buttons in Signalfarbe */
.rivea-deals__cta,
.rivea-steps__cta,
.rivea-hero__ctas .rivea-btn--light {
  background: var(--rivea-accent) !important;
  border-color: var(--rivea-accent) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
}
.rivea-deals__cta:hover,
.rivea-steps__cta:hover,
.rivea-hero__ctas .rivea-btn--light:hover { filter: brightness(1.08); }

/* Hervorgehobene Deal-Karte bekommt den Akzent */
.rivea-deals__card--featured { background: var(--rivea-ink) !important; border-color: var(--rivea-ink) !important; }
.rivea-deals__badge { background: var(--rivea-accent) !important; }
.rivea-deals__card--featured .rivea-deals__cta { background: var(--rivea-accent) !important; color: #fff !important; }

/* NEU-Badge im Slider */
.rivea-slider__badge { background: var(--rivea-accent) !important; }

/* Große, ruhige Typo */
.rivea-hero h1 { letter-spacing: -1px; }
.rivea-deals__now { font-size: 44px !important; }

/* Warenkorb-Blase in Signalfarbe */
.cart-bubble__background { fill: var(--rivea-accent) !important; }
{% comment %}{% endcomment %}
