/* v1.5.6 Donation Cart UX */
.msf-header-cart{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 14px;border:1px solid #dbe7f3;border-radius:16px;background:#fff;color:var(--msf-header-text,#0f172a);text-decoration:none;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.06)}
.msf-header-cart:hover{border-color:var(--msf-accent,#16a34a);box-shadow:0 10px 24px rgba(22,163,74,.12)}
.msf-header-cart-icon{font-size:22px;line-height:1}.msf-header-cart-label{font-size:13px}.msf-cart-count{position:absolute;top:-9px;right:-9px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--msf-accent,#16a34a);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;border:2px solid #fff;box-sizing:border-box}.msf-cart-count:empty{display:none}
.msf-cart-toast{position:fixed;z-index:10001;left:24px;bottom:24px;background:#16a34a;color:#fff;padding:14px 18px;border-radius:16px;box-shadow:0 18px 42px rgba(22,163,74,.28);font-weight:800;opacity:0;transform:translateY(12px);transition:.25s ease}.msf-cart-toast.is-visible{opacity:1;transform:translateY(0)}
.msf-mini-cart{position:fixed;z-index:10000;inset:0;display:none}.msf-mini-cart.is-open{display:block}.msf-mini-cart-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.46)}.msf-mini-cart-panel{position:absolute;top:0;bottom:0;left:0;width:min(430px,94vw);background:#fff;border-radius:0 28px 28px 0;box-shadow:30px 0 70px rgba(15,23,42,.22);padding:22px;overflow:auto;direction:rtl}.msf-mini-cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.msf-mini-cart-head h3{margin:0;font-size:24px}.msf-mini-cart-close{width:42px;height:42px;border:0;border-radius:999px;background:#f1f5f9;font-size:24px;cursor:pointer}.msf-mini-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #edf2f7}.msf-mini-item img{width:70px;height:58px;object-fit:cover;border-radius:14px;background:#eef2f7}.msf-mini-item strong{display:block;color:#0f172a}.msf-mini-item b{color:#047857}.msf-mini-remove{border:0;background:#fee2e2;color:#dc2626;border-radius:12px;width:34px;height:34px;cursor:pointer}.msf-mini-total{display:flex;justify-content:space-between;align-items:center;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:18px;padding:16px;margin:18px 0;font-weight:900}.msf-mini-actions{display:grid;gap:10px}.msf-mini-actions a,.msf-mini-actions button{width:100%;border:0;border-radius:16px;padding:14px 16px;text-align:center;text-decoration:none;font-weight:900;cursor:pointer}.msf-mini-view{background:linear-gradient(135deg,#16a34a,#047857);color:#fff}.msf-mini-continue{background:#f8fafc;color:#0f172a;border:1px solid #dbe7f3!important}.msf-mini-empty{padding:30px 10px;text-align:center;color:#64748b}.msf-mini-empty strong{display:block;color:#0f172a;font-size:20px;margin-bottom:8px}
.msf-cart-page{direction:rtl;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:42px 0;color:#0f172a}.msf-cart-page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.msf-cart-page-head h1{font-size:34px;margin:0 0 8px}.msf-cart-page-head p{margin:0;color:#64748b}.msf-cart-clear{border:1px solid #bbf7d0;background:#f0fdf4;color:#047857;border-radius:14px;padding:12px 18px;font-weight:900;cursor:pointer}.msf-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.msf-cart-table-card,.msf-cart-summary{background:#fff;border:1px solid #e5edf6;border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.06);padding:18px}.msf-cart-row{display:grid;grid-template-columns:minmax(240px,1.3fr) 210px 150px 44px;gap:14px;align-items:center;padding:16px;border-bottom:1px solid #eef2f7}.msf-cart-row:last-child{border-bottom:0}.msf-cart-row-head{font-weight:900;color:#334155;background:#f8fafc;border-radius:18px;border-bottom:0}.msf-cart-project{display:flex;align-items:center;gap:14px}.msf-cart-project img{width:92px;height:72px;object-fit:cover;border-radius:16px;background:#eef2f7}.msf-cart-project strong{display:block;font-size:18px}.msf-cart-project small{color:#64748b}.msf-cart-qty{display:flex;align-items:center;justify-content:center;border:1px solid #dbe7f3;border-radius:14px;overflow:hidden;background:#fff}.msf-cart-qty button{width:42px;height:42px;border:0;background:#f8fafc;font-size:20px;color:#047857;font-weight:900;cursor:pointer}.msf-cart-qty input{width:90px;height:42px;border:0;text-align:center;font-weight:900;font-size:17px}.msf-cart-line-total{font-size:20px;color:#047857;font-weight:900}.msf-cart-delete{border:0;background:#fee2e2;color:#dc2626;border-radius:12px;width:38px;height:38px;cursor:pointer;font-size:18px}.msf-cart-summary h2{margin:0 0 18px;font-size:24px}.msf-cart-summary-line,.msf-cart-summary-total{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #eef2f7}.msf-cart-summary-total strong{font-size:28px;color:#047857}.msf-cart-pay-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.msf-cart-pay-options a,.msf-cart-pay-options button{border-radius:18px;padding:16px 12px;text-align:center;text-decoration:none;font-weight:900;cursor:pointer}.msf-cart-login{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.msf-cart-guest{background:#ecfdf5;border:1px solid #bbf7d0;color:#047857}.msf-cart-pay-options small{display:block;font-weight:700;opacity:.75;margin-top:4px}.msf-cart-pay-main{width:100%;border:0;border-radius:18px;padding:17px 18px;background:linear-gradient(135deg,#16a34a,#047857);color:#fff;font-size:18px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(22,163,74,.20)}.msf-cart-pay-main[disabled]{opacity:.65;cursor:wait}.msf-cart-secure{margin:14px 0 0;text-align:center;color:#64748b}.msf-cart-message{margin-top:12px;text-align:center;font-weight:800}.msf-cart-empty{display:none;background:#fff;border:1px dashed #bfdbfe;border-radius:24px;text-align:center;padding:38px;box-shadow:0 12px 32px rgba(15,23,42,.04)}.msf-cart-empty.is-visible{display:block}.msf-cart-empty strong{display:block;font-size:24px;margin-bottom:8px}.msf-cart-empty span{display:block;color:#64748b;margin-bottom:16px}
@media (max-width:960px){.msf-header-cart-label{display:none}.msf-cart-layout{grid-template-columns:1fr}.msf-cart-row{grid-template-columns:1fr;gap:10px}.msf-cart-row-head{display:none}.msf-cart-project img{width:78px;height:62px}.msf-cart-pay-options{grid-template-columns:1fr}.msf-cart-page-head{align-items:flex-start;flex-direction:column}.msf-mini-cart-panel{right:0;left:auto;border-radius:28px 0 0 28px}}

