.product-card__label {
    .tag.percent-off {
        background-color: #fff78c;
        color: #2b0d00;
    }
}
.product-list-wrap .best-selling-products__item {
    .product-card__content .price--listing .price__sale .price-item--sale {
        color: #c66ad8;
    }
    .product-card_title.sale-text {
        color: #c66ad8;
        margin: 0 0 5px;
        font-size: 16px !important;
        @media (max-width: 767px) {
            margin-bottom: 0 !important;
            font-size: 10px !important;
        }
    }
    .product-card__title-wrapper {
        @media (max-width: 767px) {
            display: block;
        }
    }
}
