.cart-toast-simple{position:fixed;top:20px;left:20px;background:#2d2d2d;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:10000;animation:slideInRight .3s ease-out,fadeOut .3s ease-in 1.7s}.cart-toast-content{display:flex;align-items:center;gap:12px}.cart-toast-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#4caf50;border-radius:50%;font-size:16px;font-weight:700;flex-shrink:0}.cart-toast-text{font-size:15px;font-weight:500;white-space:nowrap}@keyframes slideInRight{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:768px){.cart-toast-simple{top:10px;right:10px;left:10px;padding:14px 20px}.cart-toast-text{font-size:14px}}