.wine-loader{justify-content:center;height:100%}.glass,.wine-loader{display:flex;align-items:center}.glass{flex-direction:column;animation:tilt 1.5s ease-in-out infinite;transform-origin:bottom center}.bowl{position:relative;width:80px;height:90px;background:white;clip-path:polygon(15% 0,85% 0,100% 50%,50% 100%,0 50%);overflow:hidden}.wine{position:absolute;bottom:0;left:0;width:100%;height:50%;background:#8b0000;border-bottom-left-radius:50% 60%;border-bottom-right-radius:50% 60%;border-top-left-radius:10% 10%;border-top-right-radius:10% 10%;animation:wine-wave 1.5s ease-in-out infinite;transform-origin:center}.stem{width:6px;height:50px;margin-top:-5px}.base,.stem{background:white}.base{width:50px;height:10px;border-radius:50%}@keyframes tilt{0%,to{transform:rotate(0deg)}30%{transform:rotate(10deg)}70%{transform:rotate(-10deg)}}@keyframes wine-wave{0%,to{transform:rotate(0deg)}30%{transform:rotate(-10deg)}70%{transform:rotate(10deg)}}