/* ===== Zusätzliche Anpassungen: Etikett-Reihenfolge + Footer-Fixes ===== */

/* Punkt-Symbol im Footer ausblenden */
footer.ug-footer .ug-footer__photo-dot {
  display: none !important;
}

/* Schriftgröße der unteren Footer-Zeile */
.footer-bottom {
  font-size: 12px !important;
}
.footer-bottom * {
  font-size: 12px !important;
}

/* Sicherstellen, dass die untere Footer-Zeile immer sichtbar ist */
.footer-bottom {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
}

/* Farben der Etiketten (Flags) */
.flags-extra .flag.flag-action  { background: rgb(224, 0, 0) !important; color: #fff !important; }
.flags-extra .flag.flag-custom1 { background: rgb(224, 0, 0) !important; color: #fff !important; }
.flags-extra .flag.flag-new     { background: #FFA700 !important; color: #fff !important; }
.flags-extra .flag.flag-tip     { background: #318651 !important; color: #fff !important; }

/* Reihenfolge der Etiketten – Kostenloser Versand immer zuerst */
.flag-freeshipping { order: 1; }
.flag-action, .flag-new, .flag-tip, .flag-custom1 { order: 2; }
.flag-discount { order: 3; }
