\r\n \r\n\r\n*Shipping included within the US*","prddetailMark":"

Approximately 3\" in size
\n

\n
\n
\n
\n


\n

\n\n\n


\n
Shipping included within the US

","prdimage":"https://neartail.com/uploaded/1FAIpQLSfEJ6DyefM86TL1iP0vGrY3BwycUCeUgbDxsWzBvr96woXQ-A/1419988066/prdimage/IMG_20211122_100629_086.jpg","price":33,"stock":"","title":"Rad Cru Racing Ornament","widget":"product"},"1565312043":{"choices":[1,2,3,4,5],"measure":"Quantity","widget":"product"},"1577117973":{"fullprice":"","helpMark":"$15.00","inventory":"","measure":"Quantity","prddetailMD":"Please provide name for customization.","prddetailMark":"

Please provide name for customization.

","prdimage":"https://neartail.com/uploaded/1FAIpQLSfEJ6DyefM86TL1iP0vGrY3BwycUCeUgbDxsWzBvr96woXQ-A/1577117973/prdimage/Snow_Globe_1.jpg","price":15,"stock":"","title":"Snow Globe Ornament","widget":"product"},"1889547151":{"deleted":true},"1893213243":{"choices":[1,2,3,4,5],"measure":"Quantity","widget":"product"},"2071744934":{"calculated":"","calculatedHTML":"","helpMD":"(enter customizations here)","helpMark":"

(enter customizations here)

","mode":"edit","placeholder":"","title":"Comments "}},"mapping":{"address":"685400747","amount":"573208038","delivery-date":"","delivery-fee":"685400747","delivery-zone":"","discount":"","email":"230800262","name":"583882425","net-amount":"573208038","phone":"1133482541","remarks":"","taxes":"","tip":""},"neartail":{"at":1636750994275},"setting":{"creator":"neartail","currency":"$","currencyCode":"USD","language":"en","parent":"1FAIpQLSeOLFy4TyKI0oZFH_FytMxYfy0LBwSaVpE7iVVP3owULEpD_g","primary":"#000000"},"submit":{"root":{"addfield":"","css":"","displayName":"Place Order","js":"","messageMD":"Thanks for placing your order. Please find the order details below. \r\n \r\n${response()}","messageMark":"

Thanks for placing your order. Please find the order details below.
\n
${response()}

","navigation":"","onsubmit":"custom","redirect":"","router":"","submitto":"custom","wamsg":"","waphone":""}},"titles":{"9783007":{"messageMD":"","title":"Ornaments"},"21570029":{"messageMD":"Please review your order carefully before submitting it for processing. \n \n${BILL()}","messageMark":"

Please review your order carefully before submitting it for processing.
\n
${BILL()}

","title":""},"642724617":{"messageMD":"","title":"Sold by weight"},"1889547151":{"messageMD":"","title":"Product with variants "},"root":{"banner":"","messageMD":"Welcome to my online shop! You can now place your orders online and get them delivered.","messageMark":"

Welcome to my online shop! You can now place your orders online and get them delivered.

","title":"Crafty Girl Gang"}},"whatsapp":{"phone":""}} }; window.auth = new Authentication(args); window.auth.authenticate(); function closeCartSidebar() { const cartSection = document.getElementById("cart-section"); if(cartSection) { cartSection.style.display = "none"; } } function convertURLsToLinks(text) { const expressionWithHttp =/(https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*))/gi; const regex = new RegExp(expressionWithHttp); text = text.replace(/&/g, '&'); if(text?.includes('https://mailrecipe.com/public/106003551968977104849/home/form/1FAIpQLSfWHdjql6wluFExmRfpQ3yaWGznwqjBzu6bOiNbwlpetWOYuw?restoreId=-O5OtcHL7gcbJ6snM5Cw&appearance=officeuse')) { return "[Comment is hidden due to privacy]"; } return text.replace(regex, "$1"); } const observer = new MutationObserver((mutationsList, observer) => { for (let mutation of mutationsList) { if (mutation.type === 'childList') { for (let node of mutation.addedNodes) { const codeLookUp = document.querySelectorAll('.code-look-up'); codeLookUp.forEach((el) => { el.classList.remove('code-look-up'); el.innerHTML = convertURLsToLinks(el.innerHTML); }); } } } }); // on dom load. document.addEventListener('DOMContentLoaded', () => { observer.observe(document.body, { childList: true, subtree: true }); }); // to have different background color for odd and even section, in the home page. function loadBgColor() { var i = 0; $('.section-main').each(function(index) { // if the i is odd, add section-with-bg class. // if the the html is empty continue. if ($(this).html().trim() == '') { return; } if (i % 2 != 0) { $(this).addClass('section-with-bg'); } else { $(this).removeClass('section-with-bg'); } i++; }); } // section-with-bg load all section-main and add section-with-bg for odd number. $(document).ready(function() { loadBgColor(); });