.sold-out-label-image {
width: 20% !important; /* Setze das Bild auf 20% der Breite */
height: auto !important; /* Höhe automatisch anpassen */
border-radius: 50% !important; /* Ecken rund machen (Kreis) */
object-fit: cover; /* Objekt skalieren, sodass es den Container ausfüllt */
display: inline-block; /* Inline-Block für Marquee */
}