/* Container */
.sbu-cart{max-width:720px;margin:0 auto;background:#f7f7f7;padding-bottom:88px}

/* Location bar */
.sbu-cart-loc{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #eee;padding:.55rem .65rem}
.sbu-cart-loc .link{background:none;border:0;color:#06c;text-decoration:underline}

/* Items */
.sbu-cart-items{display:flex;flex-direction:column;gap:.55rem;padding:.6rem}
.sbu-item{display:flex;gap:.6rem;background:#fff;border-radius:12px;padding:.5rem;border:1px solid #eee}
.sbu-item .thumb img{width:92px;height:auto;border-radius:8px;background:#fafafa}
.sbu-item .meta{flex:1;min-width:0}
.sbu-item .name{display:block;color:#111;text-decoration:none;font-weight:600;line-height:1.2}
.sbu-item .price-row{display:flex;gap:.5rem;align-items:baseline;margin:.25rem 0}
.sbu-item .price-now{font-weight:800}
.sbu-item .price-sub{color:#666;font-size:.85rem}
.sbu-item .act-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.25rem}
.sbu-item .qty{display:flex;align-items:center}
.sbu-item .links{display:flex;gap:.75rem}
.sbu-item .links .rm{color:#c00;text-decoration:underline}
.sbu-item .links .wish{background:#f6f6f6;border:0;border-radius:999px;padding:.35rem .6rem}

/* Coupon */
.sbu-coupon{background:#fff;border-top:8px solid #f7f7f7;padding:.6rem}
.sbu-coupon .coupon-toggle{background:#fff;border:1px solid #eee;border-radius:999px;padding:.4rem .7rem}
.sbu-coupon .coupon-box{margin-top:.5rem;display:flex;gap:.5rem}
.sbu-coupon input[type="text"]{flex:1;border:1px solid #ddd;border-radius:8px;padding:.5rem}

/* Collaterals (totals + cross-sells) */
.sbu-collaterals{background:#fff;border-top:8px solid #f7f7f7;padding:.6rem}
.sbu-collaterals .cart_totals{border:0;padding:0}
.sbu-collaterals .cross-sells ul.products{display:flex;gap:.6rem;overflow:auto}
.sbu-collaterals .cross-sells ul.products li.product{flex:0 0 46%;max-width:46%;margin:0}

/* Sticky checkout bar */
.sbu-cart-sticky{position:fixed;left:0;right:0;bottom:0;z-index:10;background:#fff;border-top:1px solid #eee;padding:.5rem .65rem;display:flex;justify-content:space-between;align-items:center}
.sbu-cart-sticky .lbl{font-size:.85rem;color:#666}
.sbu-cart-sticky .amt{font-weight:800;font-size:1.1rem}
.sbu-checkout-btn{background:#dd9933;color:#fff;border:0;border-radius:10px;padding:.6rem 1.1rem;font-weight:700;text-decoration:none}