.text-only .section__caption {
    text-align: left;
    align-items: flex-start;
    width: 100%;
}

.intro{
    margin-bottom: 30px;
}

.intro a{
    color: #5696ff;
    font-weight: bold;
}

@media screen and (min-width: 1400px) {
    .consumables-clearance .section__text{
        width: 50%;
    }
}

.original-price{
    position: relative;
    color: gray;
}
.original-price::after{
    background: #ec1100;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0.5em;
}