/* PDP layout/styles live in shop-pdp.css. */
.t-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.t-cart-items{display:flex;flex-direction:column;gap:10px}.t-cart-item{display:grid;grid-template-columns:76px 1fr auto;gap:15px;align-items:center;background:var(--t-card);border:1px solid var(--t-border);border-radius:16px;padding:12px}.t-cart-thumb{width:76px;height:76px;border-radius:11px;background:#0b0b0b;display:grid;place-items:center;overflow:hidden}.t-cart-thumb img{width:100%;height:100%;object-fit:cover}.t-cart-thumb span{font-family:var(--t-font-display);font-weight:800;font-size:23px;color:#080808;background:var(--t-accent);width:36px;height:36px;display:grid;place-items:center;border-radius:11px}.t-cart-item-main h2{font-family:var(--t-font-display);font-size:14px;margin:0 0 4px}.t-cart-item-main>span{font-size:10px;color:#71717a}.t-cart-controls{display:flex;gap:10px;align-items:center;margin-top:11px}.t-cart-controls input{width:48px;height:30px;background:#0a0a0a;border:1px solid var(--t-border);border-radius:8px;color:#fff;text-align:center}.t-cart-controls button{background:transparent;border:0;color:#71717a;font-size:10px}.t-cart-item>strong{font-size:12px}.t-cart-summary{position:sticky;top:calc(var(--t-nav-h) + 18px);background:var(--t-card);border:1px solid var(--t-border);border-radius:18px;padding:21px}.t-cart-summary>span{font-size:9px;letter-spacing:.14em;color:var(--t-accent);font-weight:800}.t-cart-summary h2{font-family:var(--t-font-display);margin:8px 0 23px}.t-cart-summary>div{display:flex;justify-content:space-between;padding:10px 0;color:#888;font-size:12px}.t-cart-summary>div b{color:#fff}.t-cart-summary .t-total{border-top:1px solid #242424;margin-top:6px;padding-top:17px;color:#fff;font-size:14px}.t-checkout-btn{width:100%;margin-top:13px}.t-cart-summary>p{color:#555;font-size:9px;line-height:1.6}.t-empty-state{text-align:center;border:1px dashed #292929;border-radius:18px;padding:65px 20px}.t-empty-state .t-empty-mark{margin:0 auto}.t-empty-state h2{font-family:var(--t-font-display);margin:17px 0 7px}.t-empty-state p{color:#71717a;font-size:12px;line-height:1.7;margin:0 auto 18px;max-width:400px}.t-cart-page{min-height:65vh}
@media(max-width:900px){.t-cart-layout{grid-template-columns:1fr}.t-cart-summary{position:static}.t-cart-item{grid-template-columns:62px 1fr}.t-cart-thumb{width:62px;height:62px}.t-cart-item>strong{grid-column:2}.t-cart-summary{margin-top:2px}}
