/* ---------- FEATURED BADGE (oben rechts über Produktbild) ---------- */

.inner_product .thumbnail_container {
  position: relative !important;
  overflow: visible !important;
}

/* Badge-Container oben rechts positionieren */
.inner_product .featured-badge {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nur das Badge-Icon stylen – unabhängig von WooCommerce-Regeln */
.inner_product .featured-badge img {
  width: 40px !important;
  height: auto !important;
  display: block !important;
  opacity: 0.95;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.4));
}