.sf-cart-remove-modal[hidden]{display:none!important}
.sf-cart-remove-modal{position:fixed;z-index:2500;inset:0;display:grid;place-items:center;padding:20px}
.sf-cart-remove-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(16,24,20,.52);backdrop-filter:blur(2px);cursor:default;animation:sf-cart-modal-fade .16s ease-out}
.sf-cart-remove-dialog{position:relative;width:min(100%,390px);padding:24px;border:1px solid #eadfdc;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(20,29,24,.2);text-align:center;animation:sf-cart-modal-pop .18s ease-out}
.sf-cart-remove-icon{display:grid;width:52px;height:52px;margin:0 auto 14px;place-items:center;border-radius:14px;background:#fff1ef;color:#c33b31}
.sf-cart-remove-icon i{font-size:25px}
.sf-cart-remove-dialog h2{margin:0;color:#182230;font-size:17px;line-height:1.35}
.sf-cart-remove-dialog p{margin:8px 0 0;color:#667085;font-size:11px;line-height:1.6}
.sf-cart-remove-dialog p strong{color:#344054;font-weight:700}
.sf-cart-remove-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}
.sf-cart-remove-actions button{min-height:42px;padding:0 14px;border-radius:9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}
.sf-cart-remove-cancel{border:1px solid #dfe3df;background:#fff;color:#475467}
.sf-cart-remove-cancel:hover{background:#f7f8f6}
.sf-cart-remove-confirm{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #b7372f;background:#b7372f;color:#fff;box-shadow:0 7px 16px rgba(183,55,47,.16)}
.sf-cart-remove-confirm:hover{background:#9f2f29}
.sf-cart-remove-actions button:disabled{cursor:not-allowed;opacity:.6}
.sf-cart-item.is-removing{pointer-events:none;animation:sf-cart-row-remove .18s ease-in forwards}
body.sf-cart-remove-open{overflow:hidden}
@keyframes sf-cart-modal-fade{from{opacity:0}to{opacity:1}}
@keyframes sf-cart-modal-pop{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes sf-cart-row-remove{to{opacity:0;transform:translateX(12px);max-height:0;min-height:0;padding-top:0;padding-bottom:0}}
@media(max-width:480px){.sf-cart-remove-modal{align-items:end;padding:12px}.sf-cart-remove-dialog{width:100%;padding:22px 18px;border-radius:16px}.sf-cart-remove-actions{grid-template-columns:1fr}.sf-cart-remove-confirm{grid-row:1}.sf-cart-remove-cancel{grid-row:2}}
