.cpc-toast-container { position: fixed; right: 16px; top: 90px; z-index: 100050; display: flex; flex-direction: column; gap: 8px; transition: right 0.3s ease-in-out; pointer-events: none; }
.cpc-toast-container.cart-sidebar-open { right: 310px; }
.cpc-toast { pointer-events: auto; min-width: 240px; max-width: 360px; padding: 10px 12px; border-radius: 8px; color: #0f172a; background: #ecfeff; border: 1px solid #22d3ee; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); display: flex; align-items: center; gap: 8px; }
.cpc-toast.success { background: #ecfdf5; border-color: #34d399; }
.cpc-toast.error { background: #fef2f2; border-color: #fca5a5; }
.cpc-toast.warning { background: #fff7ed; border-color: #fdba74; }
.cpc-toast .msg { flex: 1; font-size: 14px; line-height: 1.4; }
.cpc-toast .close { background: transparent; border: none; cursor: pointer; font-size: 16px; line-height: 1; color: #334155; }


