(function(doc,w){const config={environment:"obot-co",currency:"COP"},currencyFormats={BRL:{decimalDelimiter:",",decimals:2,preCurrency:"R$ ",postCurrency:"",sections:3,sectionsDelimiter:"."},COP:{decimalDelimiter:"",decimals:0,preCurrency:"$",postCurrency:" COP",sections:0,sectionsDelimiter:""}},format=({decimalDelimiter,decimals,preCurrency,postCurrency,sections,sectionsDelimiter,value})=>{const regex=`\\d(?=(\\d{${sections}})+${decimals>0?"\\D":"$"})`,delimited=Number(value).toFixed(Math.max(0,decimals)).replace(".",decimalDelimiter).replace(new RegExp(regex,"g"),`$&${sectionsDelimiter}`);return`${preCurrency}${delimited}${postCurrency}`},getCurrency={new:({currency:currency2=config.currency,value})=>format({value,...currencyFormats[currency2]})};(()=>{w.formatCurrency=getCurrency})()})(document,window); //# sourceMappingURL=/cdn/shop/t/115/assets/currencyFormat.js.map?v=22512288692246369801672946378