#cart-items {
    margin: 0;
    height: max-content;
}

.cart-item-wrapper {
    position: relative;
}

#cart-items.is-processing .cart-item-wrapper {
    pointer-events: none;
    opacity: 0.6;
}

#cart-items.is-processing .cart-item-wrapper .loading-overlay:not(.hidden) ~ * {
    opacity: 0.6;
}

#cart-items .results-not-found .title {
    font-size: 24px;
}