.coupon-offer {
    width: 100%;
    display: block;
}

.coupon_price {
    color: var(--plp-pink);
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.coupon_text {
    color: var(--plp-ink-2);
    font-size: 14px;
	font-weight:600;
	color: var(--plp-pink);
}

.coupon-price-cart {
    margin-top: 4px;
    line-height: 1.3;
    white-space: nowrap;
}

.coupon-price-cart__label {
    font-size: 0.9em;
}

.coupon-price-cart__price {
    font-weight: bold;
}
