.order-switch-button{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;text-align:center;background-color:#eee;cursor:pointer}.order-switch-button,.order-switch-button .order-switch__item{width:100%;display:flex;flex-direction:row;border-radius:100px}.order-switch-button .order-switch__item{align-items:center;justify-content:center;gap:.5rem;padding:9px;color:#000;background-color:transparent}.order-switch-button .order-switch__item.active{color:#fff;background-color:#c0164b}.order-switch-button .order-switch__item.active.pickup-animation{animation-name:togglePickup;animation-duration:.3s}.order-switch-button .order-switch__item.active.delivery-animation{animation-name:toggleDelivery;animation-duration:.3s}@keyframes togglePickup{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes toggleDelivery{0%{transform:translateX(-100%)}to{transform:translateX(0)}}