.checkout-toggle-btn{transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.checkout-toggle-active{background-color:var(--color-primary,#567443);color:white}.checkout-delivery-section{transition:all .5s cubic-bezier(.4,0,.2,1);max-height:0;opacity:0;overflow:hidden}.checkout-delivery-section.show{max-height:2000px;opacity:1}@keyframes checkoutFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checkout-animate-fade{animation:checkoutFadeIn .6s ease forwards}.checkout-field-item{gap:0}.checkout-field-message{min-height:1.125rem;margin-top:.25rem}.checkout-field-message [data-slot=form-message],.checkout-field-message>p{margin-top:0;font-size:10px;line-height:1.25}.checkout-phone-input.PhoneInput--custom{height:auto;min-height:3rem;border-radius:9999px;border-color:#8a8a8a;background:#fff}.checkout-phone-input.PhoneInput--custom:focus-within{border-color:var(--color-primary,#567443);box-shadow:0 0 0 2px rgba(86,116,67,.12)}.checkout-cta:hover .checkout-cta-arrow{transform:translateX(.25rem)}.checkout-cta-arrow{transition:transform .2s ease}#checkout-form button,#order-summary button,.checkout-toggle-btn{cursor:pointer}#checkout-form button:disabled,#order-summary button:disabled{cursor:not-allowed}