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