/* استهداف ملصق التخفيض في ثيمات سلة الحديثة */
.s-product-card__sale-badge {
    visibility: hidden;
    position: relative;
}

.s-product-card__sale-badge::after {
    content: "تخفيضات رمضان 🌙";
    visibility: visible;
    position: absolute;
    right: 0;
    top: 0;
    background: #d4af37 !important; /* لون ذهبي */
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}