.pull-to-refresh{height:100px;position:relative;z-index:100;transition:transform .16s ease}.pull-to-refresh.--ios,.pull-to-refresh__wrapper{background:var(--color-ui--white)}.pull-to-refresh__wrapper{display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;border-radius:3rem;box-shadow:var(--box-shadow--medium);transition:transform .2s ease}.pull-to-refresh__wrapper svg{height:2rem;width:2rem;transition:transform .2s ease}.pull-to-refresh__wrapper svg path:last-child{fill:var(--primary-brand-color-hex)}.pull-to-refresh__wrapper svg.--refreshing{animation:spin .92s ease infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}