<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-cart__small {
    display: flex;
}

.c-cart__small--icon {
    flex-shrink: 0;
}

.c-cart__small--list {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;    
}

@media (max-width: 400px) {
    .c-cart__small--list .c-cart__small--price {
        font-size: 10px;
    }
}

.cart-list {
    display:  flex;
    flex-direction: column;
}

.c-cart__small--text {
    display: flex;
    padding: 0;
    background: none;
    color: inherit;
    font-size: 1.3rem;
    opacity: 0.4;
    margin: 0 0 0.2rem;
}
</pre></body></html>