.phone-form-wrapper{margin-top:80px;background-color:transparent!important}.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%}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap);width:100%;margin:16px 0}@media screen and (max-width: 749px){.features-grid{grid-template-columns:repeat(var(--mobile-columns),1fr)}}.offer-card__title{font-size:12px;color:#571712;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin:0 0 4px}.offer-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.offer-card__icon svg{color:"#571712"}.country-check-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center}.country-check-modal.active{display:flex;animation:fadeIn .3s ease-out}.country-check-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.country-check-modal__inner{position:relative;padding:24px;width:90%;max-width:480px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow-y:auto;animation:slideUp .4s cubic-bezier(.16,1,.3,1);-webkit-overflow-scrolling:touch;scrollbar-width:thin}.country-check-modal__inner::-webkit-scrollbar{width:6px}.country-check-modal__inner::-webkit-scrollbar-track{background:transparent}.country-check-modal__inner::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.2);border-radius:3px}@media (max-width: 768px){.country-check-modal{align-items:flex-end}.country-check-modal__inner{width:100%;max-width:100%;border-radius:20px 20px 0 0;max-height:85vh;animation:slideUpMobile .4s cubic-bezier(.16,1,.3,1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideDown{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(30px) scale(.95)}}@keyframes slideDownMobile{0%{transform:translateY(0)}to{transform:translateY(100%)}}.country-check-modal.hiding{animation:fadeOut .3s ease-out forwards}.country-check-modal.hiding .country-check-modal__inner{animation:slideDown .3s cubic-bezier(.16,1,.3,1) forwards}@media (max-width: 768px){.country-check-modal.hiding .country-check-modal__inner{animation:slideDownMobile .3s cubic-bezier(.16,1,.3,1) forwards}}.country-check-modal__handle{display:none}@media (max-width: 768px){.country-check-modal__handle{display:block;width:40px;height:4px;background-color:rgba(var(--color-foreground),.2);border-radius:2px;margin:0 auto 16px}}.country-check-modal .drawer__close-btn{position:absolute;top:16px;right:16px;z-index:10}.country-check-modal .drawer__heading{margin-bottom:16px;padding-right:32px}.country-check-modal__alert{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background-color:#dc26261a;border-radius:8px;margin-bottom:24px;border-left:3px solid #dc2626}.country-check-modal__alert-icon{flex-shrink:0;color:#dc2626;display:flex;align-items:center;margin-top:2px}.country-check-modal__alert-icon .icon{width:18px;height:18px}.country-check-modal__subtitle{font-size:.95rem;line-height:1.5;margin:0;color:#dc2626;font-weight:500}.country-check-modal__button{width:100%;margin-bottom:20px}.country-check-modal__divider{position:relative;text-align:center;margin:20px 0;color:rgba(var(--color-foreground),.5);font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}.country-check-modal__divider:before,.country-check-modal__divider:after{content:"";position:absolute;top:50%;width:30%;height:1px;background-color:rgba(var(--color-border),.3)}.country-check-modal__divider:before{left:0}.country-check-modal__divider:after{right:0}.country-check-modal__countries{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.country-check-modal__country-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 12px;border:1.5px solid rgba(var(--color-border),.3);border-radius:12px;text-decoration:none;color:rgb(var(--color-foreground));transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;background-color:rgb(var(--color-background))}.country-check-modal__country-card:hover{border-color:rgb(var(--color-button));transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--color-shadow),.15)}.country-check-modal__country-flag{font-size:2.5rem;margin-bottom:8px;line-height:1}.country-check-modal__country-name{font-size:.9rem;font-weight:600;text-align:center;color:rgb(var(--color-foreground))}@media (max-width: 768px){.country-check-modal__inner{padding:20px}.country-check-modal .drawer__heading{font-size:1.25rem}.country-check-modal__alert{padding:10px 12px;gap:10px;margin-bottom:20px}.country-check-modal__subtitle{font-size:.9rem}.country-check-modal__alert-icon .icon{width:16px;height:16px}.country-check-modal__countries{grid-template-columns:repeat(3,1fr);gap:10px}.country-check-modal__country-card{padding:14px 8px}.country-check-modal__country-flag{font-size:2rem;margin-bottom:6px}.country-check-modal__country-name{font-size:.8rem}.country-check-modal__divider{margin:16px 0;font-size:.75rem}.country-check-modal__divider:before,.country-check-modal__divider:after{width:25%}}.offer-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background-color:var(--offer-bg-color);color:var(--offer-text-color);border-radius:var(--offer-border-radius);padding:var(--offer-padding);margin:16px 0}.offer-card--bordered{border:1px solid rgba(0,0,0,.1)}.offer-card--shadow{box-shadow:0 2px 8px #00000014}.offer-card__content{flex:1}.offer-card__title{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin:0 0 4px}.offer-card__description{font-size:16px;font-weight:500;margin:0;line-height:1.4}.offer-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.offer-card__icon img{width:100%;height:100%;object-fit:contain}.offer-card__icon svg{color:#571712}.grid-icon-with-text{display:flex;flex-direction:column;gap:var(--gap);text-align:center}.grid-icon-with-text--left{align-items:flex-start;text-align:left}.grid-icon-with-text--center{align-items:center;text-align:center}.grid-icon-with-text--right{align-items:flex-end;text-align:right}.grid-icon-with-text__icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size);color:var(--icon-color);flex-shrink:0}.grid-icon-with-text__icon svg{width:100%;height:100%}.grid-icon-with-text__icon img{width:100%;height:100%;object-fit:contain}.grid-icon-with-text__text{font-size:var(--text-size);color:var(--text-color);font-weight:500;margin:0;line-height:1.4}.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap);width:100%;margin:16px 0}@media screen and (max-width: 749px){.product-features{grid-template-columns:repeat(var(--mobile-columns),1fr)}}.product-features__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--item-gap)}.product-features__icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size);color:var(--icon-color);flex-shrink:0}.product-features__icon svg{width:100%;height:100%}.product-features__icon img{width:100%;height:100%;object-fit:contain}.product-features__text{font-size:var(--text-size);color:var(--text-color);font-weight:500;margin:0;line-height:1.4}.size-label-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.whatsapp-size-help{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;color:#25d366;background-color:#e8f5e9;border-radius:6px;transition:all .2s ease;text-decoration:none}.whatsapp-size-help:hover{color:#128c7e;background-color:#c8e6c9}.whatsapp-size-help:hover .whatsapp-help-text{text-decoration:underline}.whatsapp-help-text{font-size:1.2rem;white-space:nowrap;font-weight:900}.whatsapp-size-help .icon{width:18px;height:18px;flex-shrink:0}.variant-info-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;font-size:1.2rem;flex-wrap:wrap}.model-info{color:#666;font-weight:400}.exchange-info{display:flex;align-items:center;gap:6px;color:#571712;font-weight:500;background-color:#fdf0f0;padding:6px 12px;border-radius:6px}.exchange-info svg{flex-shrink:0;color:#571712}@media screen and (max-width: 749px){.variant-info-row{font-size:1.1rem;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
