.landing-product--tea .price__wrapper{
    flex-direction: row-reverse;
}

.landing-product--tea .price__compare{
    color: var(--text, #100F0F);
    font-weight: 500;
}

.price__compare:after{
    background-color: #EC1D25;
    width: 115%;
    height: 2px;
}

.products-list__list > li:last-child .products-list__product__image-wrapper{
    max-width: 300px;
}

.products-list__product__cup-price{
    color: #363534;
}