.sf-cart-drawer{position:fixed;inset:0;z-index:140;pointer-events:none}.sf-cart-drawer.is-open{pointer-events:auto}.sf-cart-drawer__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.48);backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}.sf-cart-drawer.is-open .sf-cart-drawer__backdrop{opacity:1}.sf-cart-drawer__panel{position:absolute;top:0;bottom:0;inset-inline-end:0;width:min(92vw,430px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;box-shadow:-28px 0 80px -38px rgba(15,23,42,.65);transform:translateX(105%);transition:transform .34s cubic-bezier(.22,1,.36,1)}[dir="rtl"] .sf-cart-drawer__panel{transform:translateX(-105%);box-shadow:28px 0 80px -38px rgba(15,23,42,.65)}.sf-cart-drawer.is-open .sf-cart-drawer__panel{transform:translateX(0)}.sf-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.35rem;border-bottom:1px solid #eef2f7}.sf-cart-drawer__header small{display:block;color:var(--brand-700);font-size:.65rem;font-weight:900}.sf-cart-drawer__header h2{margin-top:.18rem;color:#0f172a;font-size:1.1rem;font-weight:950}.sf-cart-drawer__header h2 span{display:inline-grid;min-width:1.45rem;height:1.45rem;place-items:center;margin-inline-start:.35rem;border-radius:999px;background:var(--brand-50);color:var(--brand-700);font-size:.68rem}.sf-cart-drawer__close{width:40px;height:40px;border-radius:999px;background:#f8fafc;color:#475569;font-size:1.55rem;line-height:1;transition:.18s}.sf-cart-drawer__close:hover{background:#eef2f7;color:#0f172a;transform:rotate(4deg)}.sf-cart-drawer__body{overflow-y:auto;padding:.75rem 1rem 1rem}.sf-cart-drawer__list{display:grid;gap:.35rem}.sf-cart-drawer__item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:.85rem;padding:.85rem .15rem;border-bottom:1px solid #f1f5f9}.sf-cart-drawer__thumb{width:76px;height:84px;border-radius:16px;overflow:hidden;background:#f8fafc;border:1px solid #eef2f7;display:grid;place-items:center}.sf-cart-drawer__thumb img{width:100%;height:100%;object-fit:cover}.sf-cart-drawer__thumb span{color:#cbd5e1}.sf-cart-drawer__thumb svg{width:30px;height:30px}.sf-cart-drawer__item-body{min-width:0;display:flex;flex-direction:column;justify-content:space-between}.sf-cart-drawer__item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.sf-cart-drawer__item-head>a{min-width:0;color:#0f172a;font-size:.76rem;font-weight:850;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sf-cart-drawer__item-head form button{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:#94a3b8}.sf-cart-drawer__item-head form button:hover{background:#fff1f2;color:#e11d48}.sf-cart-drawer__item-head svg{width:16px;height:16px}.sf-cart-drawer__options{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.2rem}.sf-cart-drawer__options span{padding:.2rem .38rem;border-radius:999px;background:#f8fafc;color:#64748b;font-size:.58rem;font-weight:700}.sf-cart-drawer__item-foot{display:flex;align-items:end;justify-content:space-between;gap:.6rem;margin-top:.55rem}.sf-cart-drawer__qty{display:inline-grid;grid-template-columns:28px 30px 28px;align-items:center;height:30px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}.sf-cart-drawer__qty button{height:100%;font-size:.9rem;color:#475569}.sf-cart-drawer__qty button:hover{background:var(--brand-50);color:var(--brand-700)}.sf-cart-drawer__qty strong{text-align:center;font-size:.67rem;color:#0f172a}.sf-cart-drawer__price{text-align:end}.sf-cart-drawer__price strong{display:block;color:#0f172a;font-size:.8rem;font-weight:950}.sf-cart-drawer__price span{color:#94a3b8;font-size:.58rem}.sf-cart-drawer__footer{padding:1rem 1.2rem 1.2rem;border-top:1px solid #e2e8f0;background:rgba(255,255,255,.96);box-shadow:0 -18px 40px -34px rgba(15,23,42,.4)}.sf-cart-drawer__subtotal{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.sf-cart-drawer__subtotal>span{color:#64748b;font-size:.7rem;font-weight:700}.sf-cart-drawer__subtotal strong{color:#0f172a;font-size:1.08rem;font-weight:950}.sf-cart-drawer__subtotal small{color:#64748b;font-size:.65rem}.sf-cart-drawer__checkout,.sf-cart-drawer__full{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;border-radius:14px;font-size:.76rem;font-weight:900}.sf-cart-drawer__checkout{background:linear-gradient(135deg,var(--brand-600),var(--brand-700));color:#fff;box-shadow:0 16px 30px -22px var(--brand-700)}.sf-cart-drawer__checkout:hover{transform:translateY(-1px)}.sf-cart-drawer__full{margin-top:.45rem;min-height:40px;color:#475569}.sf-cart-drawer__full:hover{color:var(--brand-700);background:var(--brand-50)}.sf-cart-drawer__empty{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.sf-cart-drawer__empty-icon{width:78px;height:78px;display:grid;place-items:center;border-radius:24px;background:var(--brand-50);color:var(--brand-700);transform:rotate(-4deg)}.sf-cart-drawer__empty-icon svg{width:34px;height:34px}.sf-cart-drawer__empty strong{margin-top:1.2rem;color:#0f172a;font-size:1rem}.sf-cart-drawer__empty p{max-width:18rem;margin-top:.45rem;color:#64748b;font-size:.72rem;line-height:1.8}.sf-cart-drawer__empty a{margin-top:1rem;padding:.65rem .9rem;border-radius:12px;background:#0f172a;color:#fff;font-size:.72rem;font-weight:850}.sf-cart-toast{position:fixed;z-index:160;inset-inline-end:1.2rem;bottom:1.2rem;display:flex;align-items:center;gap:.7rem;min-width:280px;max-width:min(90vw,360px);padding:.85rem 1rem;border:1px solid #dcfce7;border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 24px 70px -34px rgba(15,23,42,.55);animation:sfCartToastIn .3s cubic-bezier(.22,1,.36,1)}.sf-cart-toast[hidden]{display:none}.sf-cart-toast__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#ecfdf5;color:#047857;font-weight:950}.sf-cart-toast strong,.sf-cart-toast small{display:block}.sf-cart-toast strong{color:#0f172a;font-size:.72rem}.sf-cart-toast small{margin-top:.15rem;color:#64748b;font-size:.62rem}.sf-cart-pending{opacity:.65;pointer-events:none}.sf-cart-pending button[type="submit"]{position:relative}.sf-cart-pending button[type="submit"]:after{content:"";width:14px;height:14px;margin-inline-start:.4rem;border:2px solid currentColor;border-top-color:transparent;border-radius:999px;animation:sfCartSpin .7s linear infinite}@keyframes sfCartToastIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}@keyframes sfCartSpin{to{transform:rotate(360deg)}}@media(max-width:640px){.sf-cart-drawer__panel{width:100%}.sf-cart-drawer__header{padding:1rem}.sf-cart-drawer__body{padding-inline:.8rem}.sf-cart-toast{inset-inline:.75rem;bottom:.75rem;min-width:0}}@media(prefers-reduced-motion:reduce){.sf-cart-drawer__backdrop,.sf-cart-drawer__panel,.sf-cart-toast,.sf-cart-drawer__close{transition:none!important;animation:none!important}}
