.frg-toast{position:fixed;top:22px;right:22px;background:#232323;color:#fff;padding:14px 16px;border-radius:14px;box-shadow:0 14px 30px rgba(0,0,0,.18);opacity:0;transform:translateY(-10px);pointer-events:none;transition:.22s ease;z-index:99999;font-weight:700}.frg-toast.is-visible{opacity:1;transform:translateY(0)}.frg-cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:.22s ease;z-index:9997}.frg-cart-overlay.is-open{opacity:1;pointer-events:auto}.frg-cart-drawer{position:fixed;top:0;right:0;width:min(390px,100vw);height:100vh;background:#fff;box-shadow:-8px 0 28px rgba(0,0,0,.18);transform:translateX(100%);transition:.24s ease;z-index:9998;display:flex;flex-direction:column}.frg-cart-drawer.is-open{transform:translateX(0)}.frg-cart-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid #ececec;font-size:20px}.frg-cart-close{border:none;background:#f3f3f3;width:40px;height:40px;border-radius:12px;cursor:pointer}.frg-cart-body{flex:1;overflow:auto;padding:18px}.frg-cart-item{display:grid;grid-template-columns:74px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.frg-cart-item img{width:74px;height:74px;object-fit:cover;border-radius:14px}.frg-cart-item-title{font-weight:800;margin:0 0 6px}.frg-cart-item-line{color:#666;font-size:14px;margin-bottom:10px}.frg-cart-qty{display:flex;align-items:center;gap:8px;margin-bottom:10px}.frg-cart-qty button{border:none;background:#f4f4f4;width:32px;height:32px;border-radius:999px;cursor:pointer;font-size:18px}.frg-cart-qty input{width:64px;text-align:center;border:1px solid #e7e7e7;border-radius:999px;padding:7px 8px}.frg-cart-remove{border:none;background:none;color:#c62828;font-weight:700;cursor:pointer;padding:0}.frg-cart-remove-page{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;background:#fff1f1;border:1px solid #f2c7c7;margin-top:8px;margin-bottom:12px}.frg-cart-footer{border-top:1px solid #ececec;padding:18px; padding-bottom:60px;}.frg-cart-total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:18px}.frg-cart-whatsapp{display:inline-block;padding:14px 16px;background:#25D366;color:#fff;border-radius:14px;font-weight:800;text-align:center;min-width:280px;max-width:100%}.frg-cart-empty{text-align:center;color:#666;padding:30px 10px}.frg-cart-page-topbar{position:sticky;top:8px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;padding:16px;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.06);margin-bottom:18px}.frg-cart-page-topbar-total{display:flex;flex-direction:column;gap:4px}.frg-cart-page-topbar-total span{font-size:14px;color:#666}.frg-cart-page-topbar-total strong{font-size:26px;color:#111}.frg-cart-page-item{display:grid;grid-template-columns:100px 1fr;gap:14px;background:#fff;border-radius:18px;padding:14px;box-shadow:0 8px 24px rgba(0,0,0,.06);margin-bottom:12px;align-items:start}.frg-cart-page-item img{width:100px;height:100px;object-fit:cover;border-radius:14px}.frg-cart-page-content{display:block}.frg-note-box{display:block;margin-top:0}.frg-note-title{display:block;font-weight:700;margin-bottom:8px;color:#222}.frg-item-note{display:block;width:100%;min-height:90px;border:1px solid #ddd;border-radius:6px;padding:12px;resize:vertical;font:inherit;background:#fff;color:#444}.frg-item-note::placeholder{color:#bcbcbc}.frg-drawer-note{display:block;width:100%;min-height:74px;border:1px solid #ddd;border-radius:6px;padding:10px;margin-top:8px;resize:vertical;font:inherit;background:#fff;color:#444}.frg-drawer-note::placeholder{color:#bcbcbc}.frg-mobile-summary-total{font-weight:700;margin-left:8px}@media(max-width:700px){.frg-cart-page-topbar{flex-direction:column;align-items:stretch}.frg-cart-whatsapp-page{width:100%;min-width:0}.frg-cart-page-item{grid-template-columns:80px 1fr}.frg-cart-page-item img{width:80px;height:80px}}