function handleLogoScroll(){const logoInicial=document.querySelector(".logo-inicial"),logoSticky=document.querySelector(".logo-sticky"),header=document.querySelector(".shopify-section-header-sticky");logoInicial&&logoSticky&&header&&window.addEventListener("scroll",function(){header.classList.contains("shopify-section-header-sticky")?(logoInicial.style.display="none",logoSticky.style.display="block"):(logoInicial.style.display="block",logoSticky.style.display="none")})}function limitSpecificTextInput(){setTimeout(function(){const inputFieldName=document.querySelector("#v_17597502"),inputFieldPhone=document.querySelector("#v_17597503");[{field:inputFieldName,message:"M\xE1ximo 13 caracteres.",maxLength:13},{field:inputFieldPhone,message:"M\xE1ximo 13 caracteres.",maxLength:13}].forEach(({field,message,maxLength})=>{if(field){const warningMessage=document.createElement("span");warningMessage.style.color="red",warningMessage.style.fontSize="12px",warningMessage.style.display="none",warningMessage.innerText=message,field.parentNode.appendChild(warningMessage),field.addEventListener("input",function(){field.value.length>maxLength?(warningMessage.style.display="block",field.value=field.value.slice(0,maxLength)):warningMessage.style.display="none"})}})},1e3)}function replaceColorTextForCustomProducts(){document.body.classList.contains("personalizado-collection")&&document.querySelectorAll(".product-form__input").forEach(fieldset=>{const legend=fieldset.querySelector(".form__label");legend&&legend.textContent.includes("Color:")&&(legend.innerHTML=legend.innerHTML.replace("Color:","Color borde:"))})}document.addEventListener("DOMContentLoaded",function(){handleLogoScroll(),limitSpecificTextInput(),replaceColorTextForCustomProducts()}); //# sourceMappingURL=/cdn/shop/t/2/assets/customfunctions.js.map?v=176214699298320185881729986245