.tlr-cart-page{background:var(--paper);min-height:60vh}.tlr-cart-page .tlr-title{font-size:56px;margin:0 0 30px}.tlr-cart-items{border-top:1px solid var(--line)}.tlr-cart-item{display:grid;grid-template-columns:140px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.tlr-cart-item img{width:140px;height:140px;object-fit:cover}.tlr-cart-item h2{font-family:Georgia,serif;font-weight:400;margin:0}.tlr-cart-item input{display:block;width:90px;margin-top:6px;padding:10px;border:1px solid var(--line)}.tlr-cart-total{display:flex;justify-content:space-between;padding:24px 0;font-size:22px}.tlr-btn.outline-dark{background:transparent;color:var(--ink);border-color:var(--ink)}
@media(max-width:640px){.tlr-cart-item{grid-template-columns:90px 1fr}.tlr-cart-item img{width:90px;height:90px}.tlr-cart-page .tlr-title{font-size:42px}}
