@keyframes borderGlow{0%{border-left-color:#3b82f6;transform:scale(1)}30%{transform:scale(.95)}50%{border-left-color:#bfdbfe;transform:scale(1)}70%{transform:scale(.95)}to{border-left-color:#3b82f6;transform:scale(1)}}.border-l-glow{animation:borderGlow 1s ease-in-out}.pressed{box-shadow:0 2px 4px rgba(0,0,0,.2);transform:translateY(2px);transition:box-shadow .1s ease,transform .1s ease}.product-card{transition:box-shadow .3s ease,transform .3s ease}.loading-bars{display:flex;align-items:center;justify-content:center;height:100%}.loading-bars div{width:4px;height:50px;margin:0 2px;animation:wave 1s ease-in-out infinite}.loading-bars div:first-child{animation-delay:-.9s}.loading-bars div:nth-child(2){animation-delay:-.8s}.loading-bars div:nth-child(3){animation-delay:-.7s}.loading-bars div:nth-child(4){animation-delay:-.6s}.loading-bars div:nth-child(5){animation-delay:-.5s}.loading-bars div:nth-child(6){animation-delay:-.4s}.loading-bars div:nth-child(7){animation-delay:-.3s}.loading-bars div:nth-child(8){animation-delay:-.2s}.loading-bars div:nth-child(9){animation-delay:-.1s}.loading-bars div:nth-child(10){animation-delay:0s}.category{transition:border .2s ease,background-color .3s ease;float:none;zoom:1}.outer{white-space:nowrap;position:relative;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}@keyframes tentacle{0%,to{transform:rotate(0deg)}50%{transform:rotate(3deg)}}.octopus .tentacle{animation:tentacle 2s infinite}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.wave-bar{width:6px;animation:wave 1s ease-in-out infinite}.wave-bar:first-child{animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.octopus-container{display:flex;justify-content:center;align-items:center;height:100%}.octopus{animation:jump 2s infinite}.counter-circle{width:50px;height:50px;border-radius:50%;border:4px solid #ff1493;display:flex;justify-content:center;align-items:center;margin-top:20px}.message{color:#ff1493;font-size:1rem;font-weight:600;text-align:center;margin-top:20px;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.loading-dots{display:inline-block;margin-left:8px}.loading-dots span{display:inline-block;width:6px;height:6px;background-color:#fff;border-radius:50%;margin-right:4px;animation:bounce 1.2s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}