.commerce-cart{max-width:960px;margin:0 auto;padding:1rem}.commerce-cart-items{display:grid;gap:1rem}.commerce-cart-item{display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr auto;gap:.75rem;align-items:center;border-bottom:1px solid #ddd;padding:.75rem 0}.commerce-cart-item input{max-width:8rem}.commerce-cart-summary{display:flex;gap:1rem;align-items:center;justify-content:flex-end;margin-top:1rem;flex-wrap:wrap}.commerce-cart-warning{grid-column:1/-1;color:#9a3412;margin:.25rem 0}.commerce-cart-empty{text-align:center}
@media (max-width:720px){.commerce-cart-item{grid-template-columns:1fr}.commerce-cart-summary{justify-content:flex-start}}
