Tenes dudas o consultas? Llamanos al 11-3257-1917
/*activa el cache para las paginas del menu*/
document.addEventListener('DOMContentLoaded', function() {
  if (window.innerWidth > 768) return;

  var items = document.querySelectorAll('.bnav-item');
  var prefetched = new Set();

  function normPath(url) {
    try {
      var u = new URL(url, window.location.origin);
      var p = u.pathname;
      if (p.length > 1 && p.charAt(p.length - 1) === '/') p = p.slice(0, -1);
      return p;
    } catch (e) { return null; }
  }

  var currentPath = normPath(window.location.href);

  function prefetch(url) {
    if (!url || prefetched.has(url)) return;
    prefetched.add(url);
    var link = document.createElement('link');
    link.rel = 'prefetch';
    link.href = url;
    document.head.appendChild(link);
  }

  items.forEach(function(item) {
    var href = item.getAttribute('href');
    var itemPath = href ? normPath(href) : null;

    if (itemPath && itemPath === currentPath) {
      item.classList.add('is-active');
    }

    item.addEventListener('touchstart', function() {
      prefetch(href);
    }, { passive: true });
  });

  if ('requestIdleCallback' in window) {
    requestIdleCallback(function() {
      items.forEach(function(item) {
        prefetch(item.getAttribute('href'));
      });
    });
  }

  document.body.classList.add('has-bottom-nav');
});
Filtrar

Atención Personalizada

Te atienden personas, siempre.

Stock Permanente

Amplia variedad constante.

Productos Originales

Marcas de calidad garantizada.

10 resultados

Precio

Categoria

Marca

    Nuevo
    357

    Tomagoma 1/2 H BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    352

    Tomagoma 1/2 M BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    355

    Tomagoma 1/4 H BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    350

    Tomagoma 1/4 M BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    354

    Tomagoma 1/8 H BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    349

    Tomagoma 1/8 M BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    356

    Tomagoma 3/8 H BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    351

    Tomagoma 3/8 M BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    347

    Tomagoma doble BRONCE GAS

    Para ver precios debe tener una cuenta.
    Nuevo
    350B

    Tomagoma tee BRONCE GAS

    Para ver precios debe tener una cuenta.