.stock.in-stock{color:red!important;font-weight:700;display:inline-block;animation:shake 0.5s infinite alternate}@keyframes shake{from{transform:translateX(0)}to{transform:translateX(10px)}}