/*
DreyCommerce Palette Guard 1.6.5
Verhindert, dass Theme-Paletten Footer/Header global umfärben.
Kein Design-System, nur Schutz vor globalen h/p-Regeln.
*/

body.drey-palette-degercy-shop-white :where(header, footer) :where(h1, h2, h3, h4, h5, h6, p, span, small, a) {
  font-family: inherit;
}

body.drey-palette-degercy-shop-white .dc-clean-footer,
body.drey-palette-degercy-shop-white .dc-clean-footer :where(h1, h2, h3, h4, h5, h6, p, span, small, a) {
  color: inherit;
}

body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-title,
body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-panel-title,
body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-profile-title,
body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-link,
body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-chip {
  color: #ffffff;
}

body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-text {
  color: rgba(255,255,255,.82);
}

body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-panel-text {
  color: rgba(255,255,255,.76);
}

body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-profile-text {
  color: rgba(255,255,255,.78);
}

body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-copy,
body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-bottom {
  color: rgba(255,255,255,.68);
}

body.drey-palette-degercy-shop-white .dc-clean-footer .dc-clean-footer-bottom-link {
  color: rgba(255,255,255,.74);
}
