@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes bounceScale{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-slide-in{animation:slideInRight .3s ease-out}.animate-slide-out{animation:slideOutRight .3s ease-out}.animate-bounce-scale{animation:bounceScale .3s ease-in-out}.animate-pulse-cart{animation:pulse .5s ease-in-out}.cart-item-removing{animation:slideOutRight .2s ease-out forwards}.floating-cart{position:fixed;bottom:2rem;right:2rem;z-index:40;box-shadow:0 10px 40px rgba(0,0,0,.15);border-radius:12px;transition:all .3s ease}.floating-cart:hover{transform:translateY(-2px);box-shadow:0 15px 50px rgba(0,0,0,.2)}.button-add{transition:all .2s ease}.button-add:active{transform:scale(.95)}.cart-badge{animation:bounceScale .4s ease-in-out}