.product-card--sept8-promo .price {
  font-size: 18px;
}

.product-card--sept8-promo .rating-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    gap: 5px;
}

.product-card--sept8-promo.product-card .star-rating {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .product-card--sept8-promo.product-card .star-rating--reviews {
        font-size: 10px;
    }
}