.checkout-layout{display:grid;gap:18px}.checkout-layout>.grid{display:grid;gap:18px}.checkout-block{padding:18px}.checkout-block h2{margin-top:0;font-size:1.1rem}.checkout-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(214,171,91,.1)}.checkout-item img{width:48px;height:48px;border-radius:9px;object-fit:cover}.checkout-item span{display:grid;min-width:0}.checkout-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-item small{color:var(--muted)}.checkout-summary>.button{width:100%;margin-top:16px}@media(min-width:900px){.checkout-layout{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:start}.checkout-summary{position:sticky;top:90px}}@media(max-width:460px){.checkout-block{padding:14px}.checkout-item{grid-template-columns:42px minmax(0,1fr)}.checkout-item img{width:42px;height:42px}.checkout-item>b{grid-column:2}}
