.cart-page{max-width:1180px}.cart-page .section-head p{color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.cart-list{padding:6px 24px}.cart-list article{grid-template-columns:58px minmax(150px,1fr) 35px 28px 35px 120px}.cart-icon{width:48px;height:48px;border-radius:10px;background:#eef3ef;display:grid;place-items:center;overflow:hidden}.cart-icon img{width:100%;height:100%;object-fit:cover}.continue-shopping{display:inline-block;margin-top:16px;color:var(--green);font-size:12px;font-weight:900}.cart-checkout-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px;box-shadow:0 15px 40px rgba(16,47,37,.09);position:sticky;top:95px}.cart-checkout-card>span{font-size:9px;letter-spacing:1.5px;color:var(--green);font-weight:900}.cart-checkout-card>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.cart-checkout-card>div small{color:var(--muted)}.cart-checkout-card .cart-estimated{align-items:center;border-top:2px solid var(--ink);border-bottom:0;margin-top:5px;font-size:18px}.shipping-notice{background:#fff7dc;border:1px solid #eadb9f;color:#705d1f;border-radius:10px;padding:12px;font-size:11px;line-height:1.45}.cart-checkout-card .signed-customer{justify-content:flex-start;gap:4px;background:#edf7f0;color:#176c50;border:0;border-radius:9px;padding:11px;margin:12px 0}.login-required{display:block!important;background:#f1f6f2;border:0!important;border-radius:10px;padding:14px!important;margin-top:12px}.login-required b{display:block;color:var(--green)}.login-required p{font-size:11px;color:var(--muted);line-height:1.5;margin:6px 0 0}.register-checkout{display:block;text-align:center;padding:11px;margin-top:8px;border:1px solid var(--green);color:var(--green);border-radius:9px;font-size:11px;font-weight:900}
@media(max-width:800px){.cart-layout{grid-template-columns:1fr}.cart-checkout-card{position:static}.cart-list article{grid-template-columns:48px minmax(120px,1fr) 32px 20px 32px}.cart-list article>strong{display:none}}
@media(max-width:500px){.cart-list{padding:5px 12px}.cart-list article{gap:6px}.cart-icon{width:42px;height:42px}.cart-list h3{font-size:14px}}
