@keyframes PhoneInputIntl-module-scss-module__TiH_BW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__slideInFromBottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__slideInFromLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__slideInFromRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__slideOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__slideOutToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__ping{75%,to{opacity:0;transform:scale(2)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__accordionSlideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__accordionSlideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__collapsibleSlideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__collapsibleSlideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__dialogOverlayShow{0%{opacity:0}to{opacity:1}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__dialogOverlayHide{0%{opacity:1}to{opacity:0}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__dialogContentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__dialogContentHide{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.96)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideOutToTop{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes PhoneInputIntl-module-scss-module__TiH_BW__sheetSlideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.PhoneInputIntl-module-scss-module__TiH_BW__wrapper{gap:var(--spacing-1);flex-direction:column;width:100%;display:flex}.PhoneInputIntl-module-scss-module__TiH_BW__field{background:var(--theme-input-background,var(--theme-background));border:1px solid var(--theme-border);border-radius:var(--radius-md);align-items:center;width:100%;min-width:0;display:flex}.PhoneInputIntl-module-scss-module__TiH_BW__field:focus-within{border-color:var(--theme-primary)}.PhoneInputIntl-module-scss-module__TiH_BW__fieldError{border-color:var(--theme-danger,#e53935)}.PhoneInputIntl-module-scss-module__TiH_BW__countryButton{gap:var(--spacing-1);height:100%;padding:var(--spacing-2)var(--spacing-2)var(--spacing-2)var(--spacing-3);color:var(--theme-foreground);cursor:pointer;border:none;border-right:1px solid var(--theme-border);background:0 0;flex-shrink:0;align-items:center;display:inline-flex}.PhoneInputIntl-module-scss-module__TiH_BW__countryButton:disabled{cursor:not-allowed;opacity:.6}.PhoneInputIntl-module-scss-module__TiH_BW__flag{font-size:18px;line-height:1}.PhoneInputIntl-module-scss-module__TiH_BW__callingCode{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);white-space:nowrap;line-height:1.5}.PhoneInputIntl-module-scss-module__TiH_BW__input{min-width:0;padding:var(--spacing-2)var(--spacing-3);color:var(--theme-foreground);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);background:0 0;border:none;outline:none;flex:1;line-height:1.5}.PhoneInputIntl-module-scss-module__TiH_BW__error{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--theme-danger,#e53935);line-height:1.5}.PhoneInputIntl-module-scss-module__TiH_BW__countryPopover{gap:var(--spacing-2);width:min(320px,100vw - var(--spacing-6));padding:var(--spacing-2);flex-direction:column;display:flex}.PhoneInputIntl-module-scss-module__TiH_BW__countrySearch{width:100%;padding:var(--spacing-2);color:var(--theme-foreground);border:1px solid var(--theme-border);border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);background:0 0;outline:none;line-height:1.5}.PhoneInputIntl-module-scss-module__TiH_BW__countrySearch:focus{border-color:var(--theme-primary)}.PhoneInputIntl-module-scss-module__TiH_BW__countryList{max-height:260px;margin:0;padding:0;list-style:none;overflow-y:auto}.PhoneInputIntl-module-scss-module__TiH_BW__countryOption{gap:var(--spacing-2);width:100%;padding:var(--spacing-2);color:var(--theme-foreground);text-align:left;cursor:pointer;border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);background:0 0;border:none;align-items:center;line-height:1.5;display:flex}.PhoneInputIntl-module-scss-module__TiH_BW__countryOption:hover,.PhoneInputIntl-module-scss-module__TiH_BW__countryOption[aria-pressed=true]{background:var(--theme-muted,#0000000f)}.PhoneInputIntl-module-scss-module__TiH_BW__countryName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.PhoneInputIntl-module-scss-module__TiH_BW__countryCode{color:var(--theme-foreground-secondary,#64748b);white-space:nowrap}.PhoneInputIntl-module-scss-module__TiH_BW__countryEmpty{padding:var(--spacing-2);color:var(--theme-foreground-secondary,#64748b);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:1.5}
.CheckoutAcceptance-module-scss-module__4Zhz7a__wrapper{flex-direction:column;gap:10px;margin-top:16px;display:flex}.CheckoutAcceptance-module-scss-module__4Zhz7a__row{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.CheckoutAcceptance-module-scss-module__4Zhz7a__text{color:var(--theme-foreground);font-size:13px;line-height:1.45}.CheckoutAcceptance-module-scss-module__4Zhz7a__link{color:var(--theme-primary);text-decoration:underline}
