.promotion-badge.has-discount {
    max-width: 60%;
    --tw-bg-opacity: 1;
    background-color: rgb(65 171 120);
    --tw-text-opacity: 1;
    color: rgba(65, 171, 120, var(--tw-text-opacity));
}
salla-rating-stars .s-rating-stars-wrapper .s-rating-stars-reviews {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}

.s-block {
  margin-top: 150px;
}
.s-product-card-promotion-title.has-discount {
    background-color: #00A656; /* Your specified color */
}

.s-product-card-sale-price h4, 
.s-product-card-sale-price span {
    color: #00A656;
}
.s-cart-summary-count {
    background-color: #00A656;
}

.offers-link span {
    color: #00A656;
}