.phone-form-wrapper{margin-top:80px}.phone-form{display:flex;gap:1rem;align-items:stretch;justify-content:center;flex-wrap:wrap;border-radius:var(--buttons-radius)}.phone-form__input-group{display:flex;flex:1;min-width:250px;max-width:450px;gap:0;border-radius:var(--buttons-radius);overflow:hidden;background:rgba(var(--color-background),1)}.phone-form__country-select{padding:0 2rem 0 .75rem;border:none;border-right:1px solid rgba(var(--color-foreground),.2);background:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);font-size:1.6rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='currentColor' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-height:var(--buttons-height)}.phone-form__country-select:focus{outline:none}.phone-form__input{flex:1;padding:0;padding-left:1rem;padding-right:1rem;border:none;font-size:1.6rem;background:transparent;color:rgba(var(--color-foreground),1);min-height:var(--buttons-height)}.phone-form__input::placeholder{color:rgba(var(--color-foreground),.6)}.phone-form__input:focus{outline:none}.phone-form__button{white-space:nowrap;flex-shrink:0;height:55px;position:relative}.phone-form__button:disabled{opacity:.7;cursor:not-allowed}.phone-form__button-loader{display:inline-block}.phone-form__spinner{width:20px;height:20px;animation:phone-form-spin 1s linear infinite}.phone-form__spinner circle{stroke-dasharray:90,150;stroke-dashoffset:0;stroke-linecap:round;animation:phone-form-dash 1.5s ease-in-out infinite}@keyframes phone-form-spin{to{transform:rotate(360deg)}}@keyframes phone-form-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.phone-form__modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999;align-items:center;justify-content:center;animation:phone-form-fade-in .3s ease}@keyframes phone-form-fade-in{0%{opacity:0}to{opacity:1}}.phone-form__modal-content{background:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);padding:3rem 2rem;border-radius:var(--buttons-radius);max-width:400px;width:90%;text-align:center;position:relative;animation:phone-form-slide-up .3s ease}@keyframes phone-form-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.phone-form__modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:rgba(var(--color-foreground),.6);cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1}.phone-form__modal-close:hover{color:rgba(var(--color-foreground),1)}.phone-form__modal-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem;animation:phone-form-scale-in .5s ease}@keyframes phone-form-scale-in{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.phone-form__modal-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.phone-form__modal-message{font-size:1rem;color:rgba(var(--color-foreground),.8);margin:0}@media screen and (max-width: 749px){.phone-form-wrapper{padding:1.5rem}.phone-form{flex-direction:column;width:100%}.phone-form__input-group{width:100%;max-width:100%;border:1px solid rgba(var(--color-foreground),.2)}.phone-form__button{width:100%}}.region-warning-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none}.region-warning-overlay.active{display:block}.region-warning-overlay__inner{padding:20px;height:100%;width:100%;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.region-warning-overlay__alert{display:flex;align-items:flex-start;gap:12px;margin-top:10px;padding:16px;background-color:#fee;border-radius:8px;margin-bottom:32px;border-left:4px solid #dc2626}.region-warning-overlay__alert-icon{flex-shrink:0;color:#dc2626;display:flex;align-items:center;margin-top:2px}.region-warning-overlay__alert-icon .icon{width:20px;height:20px}.region-warning-overlay__subtitle{font-size:1.5rem;line-height:1.6;margin:0;color:#dc2626;font-weight:500}.region-warning-overlay__button{width:100%;margin-bottom:24px}.region-warning-overlay__divider{position:relative;text-align:center;margin:24px 0;color:rgba(var(--color-foreground),.5);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.region-warning-overlay__divider:before,.region-warning-overlay__divider:after{content:"";position:absolute;top:50%;width:35%;height:1px;background-color:rgba(var(--color-border),.3)}.region-warning-overlay__divider:before{left:0}.region-warning-overlay__divider:after{right:0}.region-warning-overlay__countries{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.region-warning-overlay__country-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:1px solid rgba(var(--color-border),.5);border-radius:8px;text-decoration:none;color:rgb(var(--color-foreground));transition:all .2s ease;cursor:pointer;background-color:rgb(var(--color-background))}.region-warning-overlay__country-card:hover{border-color:rgb(var(--color-button));transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-shadow),.15)}.region-warning-overlay__country-flag{font-size:3rem;margin-bottom:12px;line-height:1}.region-warning-overlay__country-name{font-size:1rem;font-weight:600;text-align:center;color:rgb(var(--color-foreground))}@media (max-width: 768px){.region-warning-overlay__inner{padding:16px}.region-warning-overlay__alert{padding:12px;gap:10px}.region-warning-overlay__subtitle{font-size:1.3rem}.region-warning-overlay__alert-icon .icon{width:18px;height:18px}.region-warning-overlay__country-card{padding:16px}.region-warning-overlay__country-flag{font-size:2.5rem}.region-warning-overlay__divider:before,.region-warning-overlay__divider:after{width:30%}}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map */
