.checkout-embedded-modal__overlay{position:fixed;inset:0;z-index:9998;background-color:rgb(0 0 0/.6)}.modal-content.checkout-embedded-modal{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:64rem;overflow:hidden;border-radius:1rem;background-color:transparent;--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkout-embedded-modal__container{position:relative;display:flex;width:100%;flex-direction:row;max-height:90vh;min-height:600px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.checkout-embedded-modal__container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.checkout-embedded-modal__container{overflow:hidden;border-radius:1rem}.checkout-embedded-modal__back{position:absolute;top:1rem;left:1rem;z-index:10;display:inline-flex;align-items:center;gap:.25rem;background-color:transparent;padding:0;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.checkout-embedded-modal__back:focus{outline:2px solid transparent;outline-offset:2px}.checkout-embedded-modal__back{color:var(--gray-classic-content);font-weight:450}.checkout-embedded-modal__back:hover{color:var(--premium-black)}.checkout-embedded-modal__content{display:flex;width:100%;flex-direction:row;padding-top:0}.checkout-embedded-modal__form{min-height:600px;flex:1 1 0%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.checkout-embedded-modal__form:is(.dark *){--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.checkout-embedded-modal__form{overflow-y:auto;padding:2rem 0}.checkout-embedded-modal__form-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;padding:2rem;text-align:center}.checkout-embedded-modal__form-error p{margin-bottom:1rem;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.checkout-embedded-modal__form-error p:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.checkout-embedded-modal__retry-button{border-radius:var(--radius);padding:.5rem 1rem;font-weight:500;background-color:hsl(var(--primary));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.checkout-embedded-modal__retry-button:hover{background-color:hsl(var(--primary)/.9)}.checkout-embedded-modal__retry-button:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:hsl(var(--primary)/0.5)}.checkout-embedded-modal__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;padding:2rem;text-align:center;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.checkout-embedded-modal__error:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.checkout-embedded-modal__form .EmbeddedCheckout{height:100%;min-height:600px}.checkout-embedded-modal__form iframe{height:100%;min-height:600px;width:100%}@media (max-width:767px){.checkout-embedded-modal__container{flex-direction:column}.checkout-embedded-modal__content{flex-direction:column;padding-top:4rem}.checkout-embedded-modal__form,.checkout-embedded-modal__form .EmbeddedCheckout,.checkout-embedded-modal__form iframe{min-height:400px}}@media (max-width:639px){.modal-content.checkout-embedded-modal{margin:1rem .5rem;max-height:calc(100vh - 2rem);border-radius:.75rem}.checkout-embedded-modal__container{border-radius:.75rem;max-height:calc(100vh - 2rem);overflow-y:auto}.checkout-embedded-modal__form{padding-top:1rem;padding-bottom:1rem}}@keyframes checkout-modal-enter{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.checkout-embedded-modal{animation:checkout-modal-enter .3s ease-out}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.checkout-embedded-modal__overlay{animation:overlay-fade-in .2s ease-out}