Mi Pedido 0 items

Tu pedido está vacío.
Agrega productos del catálogo.

Producto agregado
Cargando catalogo…
Catálogo
Precio mayorista
Descripción del producto
1
';var win = window.open('','_blank'); if(win){ win.document.write(html); win.document.close(); setTimeout(function(){win.print();},400); } };// ══ SELECTOR ENTREGA ══ window.lkpCoSelOpt = function(el, grupo) { var parent = el.closest('.lkp-co-options'); if(!parent) return; parent.querySelectorAll('.lkp-co-opt').forEach(function(o){o.className='lkp-co-opt';}); el.className = 'lkp-co-opt selected'; var inp = el.querySelector('input'); if(inp && grupo === 'entrega') { _tipoEntrega = inp.value; var dirSec = document.getElementById('co-direccion-section'); var recojoInf= document.getElementById('co-recojo-info'); if(_tipoEntrega === 'recojo') { dirSec.style.display = 'none'; recojoInf.style.display = 'flex'; } else { dirSec.style.display = 'block'; recojoInf.style.display = 'none'; } } };// ══ CONTADOR NOTA ══ window.lkpCoNotaCount = function(ta) { document.getElementById('co-nota-count').textContent = ta.value.length + '/300'; };// ══ COPY ══ window.lkpCopy = function(txt, btn) { if(navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(txt).then(function(){ var old = btn.innerHTML; btn.innerHTML = ''; setTimeout(function(){btn.innerHTML=old;},1500); }).catch(function(){ fallbackCopy(txt, btn); }); } else { fallbackCopy(txt, btn); } }; function fallbackCopy(txt, btn) { var ta = document.createElement('textarea'); ta.value = txt; ta.style.position='fixed'; ta.style.opacity='0'; document.body.appendChild(ta); ta.focus(); ta.select(); try { document.execCommand('copy'); var old = btn.innerHTML; btn.innerHTML = ''; setTimeout(function(){btn.innerHTML=old;},1500); } catch(e){} document.body.removeChild(ta); }// ══ HELPERS ══ function showAlert(el, msg) { el.className = 'lkp-co-alert error'; el.innerHTML = ''+msg+''; el.style.display = 'flex'; return false; } function val(id){ var el=document.getElementById(id); return el?el.value.trim():''; } function setVal(id, v){ var el=document.getElementById(id); if(el) el.value=v||''; } function esc(s){ return String(s||'').replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"'); } function enc(s){ return encodeURIComponent(s||''); }// ══ ESC KEY ══ document.addEventListener('keydown',function(e){ if(e.key==='Escape') { if(document.getElementById('lkp-co-confirm').classList.contains('vis')) { lkpCoConfirmCancel(); } else { lkpCoClose(); } } });})();