@keyframes bell-shake{0%{transform:rotate(0deg);}20%{transform:rotate(10deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(8deg);}80%{transform:rotate(-6deg);}100%{transform:rotate(0deg);}}.shake-icon{animation:bell-shake 0.8s ease-in-out infinite;}.notification-dot{position:absolute;top:-1px;right:2px;width:8px;height:8px;background-color:red;border-radius:50%;display:block;}.wishlist-with-brackets::before{content:"(";}.wishlist-with-brackets::after{content:")";}.wishlist-menu-total{color:#000000;font-size:11px;margin-left:5px;opacity:1;transition:opacity 0.3s ease;}.dark .wishlist-menu-total{color:#ffffff;}#top-ge-counter-container{margin-top:5px;opacity:0.3;transition:1s;}#top-ge-counter-container:hover{opacity:1;}.chat-icon{transition:opacity 0.3s ease;}