aside .lttrshop-your-order {
    display: flex;
    justify-content: space-between;
    min-height: var(--header-logo-size);
    margin-bottom: var(--lttrshop-space-xxl);
    align-items: center;
}

aside .lttrshop-your-order h2 {
    margin: 0;
    font-size: var(--lttrshop-txt-s);
    line-height: var(--lttrshop-line-s);
}

@media screen and (max-width: 599px) {
    aside .order-state {
        display: none;
    }

    aside .lttrshop-your-order h2:not(.-lttrshop-first-step) {
        display: none;
    }

    aside .lttrshop-your-order h2.-lttrshop-first-step {
        margin-bottom: var(--lttrshop-space-l);
        margin-top: var(--lttrshop-space-l);
    }
}