<turbo-stream action="replace" target="product-images"><template>
  <div id="product-images" data-controller="image-selector" class="rounded border bg-white py-4 md:py-8 w-full flex flex-col items-center justify-center">
  <div class="flex flex-row items-center justify-center h-56 sm:h-72 md:h-96 w-full">
    <div data-image-selector-target="mainImage" class="relative swiper flex h-full w-full">
      <div class="swiper-wrapper flex w-full h-full">
            <div class="swiper-slide select-none w-full h-full flex">
              <div class="swiper-zoom-container w-full h-full cursor-zoom-in"
                   data-action="click->image-selector#toggleZoom mousemove->image-selector#moveZoom">
                <img class="object-contain flex w-full h-full px-6 lg:px-12 transition-transform duration-200 ease-out" alt="Imagen 0 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/3sv6u3mq36qt9hamc0zcoez5py82?_a=BACCd2Ev" />
              </div>
            </div>
            <div class="swiper-slide select-none w-full h-full flex">
              <div class="swiper-zoom-container w-full h-full cursor-zoom-in"
                   data-action="click->image-selector#toggleZoom mousemove->image-selector#moveZoom">
                <img class="object-contain flex w-full h-full px-6 lg:px-12 transition-transform duration-200 ease-out" alt="Imagen 1 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/v408mu20jpv7cnjfrcrswwnc3ilx?_a=BACCd2Ev" />
              </div>
            </div>
            <div class="swiper-slide select-none w-full h-full flex">
              <div class="swiper-zoom-container w-full h-full cursor-zoom-in"
                   data-action="click->image-selector#toggleZoom mousemove->image-selector#moveZoom">
                <img class="object-contain flex w-full h-full px-6 lg:px-12 transition-transform duration-200 ease-out" alt="Imagen 2 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/jkubh96f7ouqr0k17q5c0qgyz7t0?_a=BACCd2Ev" />
              </div>
            </div>
            <div class="swiper-slide select-none w-full h-full flex">
              <div class="swiper-zoom-container w-full h-full cursor-zoom-in"
                   data-action="click->image-selector#toggleZoom mousemove->image-selector#moveZoom">
                <img class="object-contain flex w-full h-full px-6 lg:px-12 transition-transform duration-200 ease-out" alt="Imagen 3 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/ck2h99cd20pz4xacjsrsa735jpys?_a=BACCd2Ev" />
              </div>
            </div>
            <div class="swiper-slide select-none w-full h-full flex">
              <div class="swiper-zoom-container w-full h-full cursor-zoom-in"
                   data-action="click->image-selector#toggleZoom mousemove->image-selector#moveZoom">
                <img class="object-contain flex w-full h-full px-6 lg:px-12 transition-transform duration-200 ease-out" alt="Imagen 4 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/wi64uacgslkcfvctfra5blih5699?_a=BACCd2Ev" />
              </div>
            </div>
      </div>
      <div data-image-selector-target="prev" class="swiper-button-prev bg-zinc-100 text-gray-900 rounded-r-lg -ml-3 opacity-50 hover:opacity-90"></div>
      <div data-image-selector-target="next" class="swiper-button-next bg-gray-100 text-gray-900 rounded-l-lg -mr-3 opacity-50 hover:opacity-90"></div>
    </div>
  </div>
    <div class="flex flex-wrap w-full justify-center items-base px-6 lg:px-12 mt-4" data-image-selector-target="thumbnails">
        <button
          data-action="image-selector#selectImage"
          data-idx="0"
          class="rounded border bg-white p-2 w-16 h-16 mt-4 mr-4 border-sky-500"
        >
          <img class="object-contain aspect-square" alt="Thumbnail 0 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/3sv6u3mq36qt9hamc0zcoez5py82?_a=BACCd2Ev" />
        </button>
        <button
          data-action="image-selector#selectImage"
          data-idx="1"
          class="rounded border bg-white p-2 w-16 h-16 mt-4 mr-4 "
        >
          <img class="object-contain aspect-square" alt="Thumbnail 1 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/v408mu20jpv7cnjfrcrswwnc3ilx?_a=BACCd2Ev" />
        </button>
        <button
          data-action="image-selector#selectImage"
          data-idx="2"
          class="rounded border bg-white p-2 w-16 h-16 mt-4 mr-4 "
        >
          <img class="object-contain aspect-square" alt="Thumbnail 2 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/jkubh96f7ouqr0k17q5c0qgyz7t0?_a=BACCd2Ev" />
        </button>
        <button
          data-action="image-selector#selectImage"
          data-idx="3"
          class="rounded border bg-white p-2 w-16 h-16 mt-4 mr-4 "
        >
          <img class="object-contain aspect-square" alt="Thumbnail 3 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/ck2h99cd20pz4xacjsrsa735jpys?_a=BACCd2Ev" />
        </button>
        <button
          data-action="image-selector#selectImage"
          data-idx="4"
          class="rounded border bg-white p-2 w-16 h-16 mt-4 mr-4 "
        >
          <img class="object-contain aspect-square" alt="Thumbnail 4 de Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI " src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/wi64uacgslkcfvctfra5blih5699?_a=BACCd2Ev" />
        </button>
    </div>
</div>

</template></turbo-stream><turbo-stream action="replace" target="product-form-mobile"><template>
  <div id="product-form-mobile" class="md:hidden"><div class="rounded border bg-white md:sticky flex flex-col py-2 md:py-4 px-4 lg:py-0 lg:px-8 lg:pb-4 lg:pt-4" data-controller="sticky-card">
  <h1 id="name-6221" class="text-xl text-blue-900 font-medium">Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI </h1>
  <div
    class="flex h-10 items-center"
    data-bv-show="rating_summary"
    data-bv-product-id="6221">
  </div>
  <div class="flex flex-wrap items-center text-xs">
    <a id="brand-6221" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-700 hover:text-sky-500" href="/productos/marcas/ZEBRA">ZEBRA</a>
    <h2 id="sku-6221" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-600">SKU: ZT41142-T010000Z</h2>
    <div
      class="flex justify-start mr-3 my-1"
    >
      <div
        class="items-center text-white text-xs align-text-bottom width-fit flex space-x-1 px-2 py-0 rounded bg-emerald-500"
      >
        <span class="font-bold">Nuevo</span>
        <div class="flex items-center pt-1">
          <div
  data-controller="tippy"
  data-tippy-content-value='
            Producto Nuevo Sellado en Caja
'
  data-tippy-show-on-create-value="false"
  data-tippy-trigger-value="mouseenter focus"
  data-tippy-placement-value="bottom"
>
  <button data-tippy-target="button" aria-label="Button with popup" class="">
                  <p
                data-tippy-target="button"
              >
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="text-white-500 w-4 h-4">
  <path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"></path>
</svg>

              </p>

  </button>
</div>
        </div>
      </div>
    </div>

    <div class="flex justify-start my-1 mr-3">
    </div>
  </div>
  
  <div class="border-t mt-3 pt-4 flex">
    <div class="flex-col">
      <p class="text-lg text-blue-900 font-medium">Precio:</p>
      <p class="text-xs text-gray-400">IVA Incluido</p>
    </div>
    <div class="flex flex-col ml-12">
      <div class="flex flex-wrap items-end">
        <span id="wire-transfer-price-6221" class=" text-2xl text-sky-500">
          $ 1.172.990
        </span>
        <span class="text-gray-400 text-xs ml-2 mb-1">Precio Transferencia</span>
      </div>
        <div class="flex flex-wrap items-end mt-2">
          <span id="webpay-price-6221" class="text-gray-500 text-md">$ 1.201.990</span>
          <span class="text-gray-400 text-xs font-light ml-2 mb-0.5">Precio Normal</span>
        </div>
    </div>
  </div>
  <div class="flex flex-row mt-4">
    <span class="text-lg text-blue-900 font-medium">Stock:</span>
    <div class="flex flex-col mx-14 space-y-1 w-full">
      <div class="flex space-x-2 items-center">
        <div class="h-2 w-2 ml-1 flex items-center ">
          <div class="rounded-full bg-red-700 h-2 w-2 animate-pulse"></div>
        </div>
        <p id="stock-6221" class="text-red-700 align-middle">
          Agotado
        </p>
      </div>
      <div class="flex w-full bg-gray-300 rounded-full h-2">
        <div class="rounded-full bg-red-500 h-2" style="width: 3%;">
        </div>
      </div>
    </div>
  </div>

  <div data-controller="number-input">
    <div class="flex flex-row mt-6 items-center">
      <span class="text-lg text-blue-900 font-medium">Cantidad:</span>
      <div class="ml-8 flex flex-row border w-min rounded">
        <button data-number-input-target="decrementButton" data-action="number-input#decrement" class="py-0.5 px-4 text-2xl font-light text-gray-500 cursor-pointer hover:text-black hover:bg-gray-100 duration-200">-</button>
        <input aria-label="Cantidad" data-number-input-target="firstInput" data-action="number-input#change" value="1" type="number" min="1" max="0" class="text-center py-0.5 px-1 text-lg font-light flex w-14 items-center border-x border-y-0 border-gray-200">
        <button data-number-input-target="incrementButton" data-action="number-input#increment" class="py-0.5 px-4 text-2xl font-light text-gray-500 cursor-pointer hover:text-black hover:bg-gray-100 duration-200">+</button>
      </div>
    </div>

    <div class="grid grid-cols-2 space-x-4 mt-6">
      <script>
          function addToCart() {
              window.dataLayer = window.dataLayer || [];
              let quantity = document.querySelector(".hidden #product_quantity").value;
              let item = {"item_id":"ZT41142-T010000Z","item_name":"Impresora de Etiquetas Zebra ZT411 203dpi 4\" USB Ethernet Bluetooth 4.1/MFI ","affiliation":"tecnomas.cl","index":0,"item_brand":"ZEBRA","item_category":"Impresoras Térmicas","item_category2":{"id":32,"name":"Impresoras","parent_category_id":null,"created_at":"2023-04-06T17:36:56.658-04:00","updated_at":"2026-01-29T20:26:30.832-03:00","slug":null,"google_category_id":1653,"minimum_product_price":"0.0","autogenerate_specs":false,"minimum_product_creation_margin":7,"icon_svg":"\u003csvg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n  \u003cpolyline points=\"6 9 6 2 18 2 18 9\"/\u003e\n  \u003cpath d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"/\u003e\n  \u003crect x=\"6\" y=\"14\" width=\"12\" height=\"8\"/\u003e\n\u003c/svg\u003e\n"},"item_category3":null,"item_category4":null,"item_category5":null,"price":1172990,"quantity":1};
              item['quantity'] = quantity;
              dataLayer.push({ecommerce: null});
              dataLayer.push({
                  event: "add_to_cart",
                  ecommerce: {
                      currency: "CLP",
                      value: quantity * 1172990,
                      items: [
                          item
                      ]
                  }
              });
          }
      </script>
      <form data-controller="analytics" data-analytics-product-id-value="6221" data-analytics-environment-value="production" data-analytics-product-price-value="1172990" data-action="analytics#addToCart" data-analytics-google-product-value="{&quot;item_id&quot;:&quot;ZT41142-T010000Z&quot;,&quot;item_name&quot;:&quot;Impresora de Etiquetas Zebra ZT411 203dpi 4\&quot; USB Ethernet Bluetooth 4.1/MFI &quot;,&quot;affiliation&quot;:&quot;tecnomas.cl&quot;,&quot;index&quot;:0,&quot;item_brand&quot;:&quot;ZEBRA&quot;,&quot;item_category&quot;:&quot;Impresoras Térmicas&quot;,&quot;item_category2&quot;:{&quot;id&quot;:32,&quot;name&quot;:&quot;Impresoras&quot;,&quot;parent_category_id&quot;:null,&quot;created_at&quot;:&quot;2023-04-06T17:36:56.658-04:00&quot;,&quot;updated_at&quot;:&quot;2026-01-29T20:26:30.832-03:00&quot;,&quot;slug&quot;:null,&quot;google_category_id&quot;:1653,&quot;minimum_product_price&quot;:&quot;0.0&quot;,&quot;autogenerate_specs&quot;:false,&quot;minimum_product_creation_margin&quot;:7,&quot;icon_svg&quot;:&quot;\u003csvg class=\&quot;icon\&quot; viewBox=\&quot;0 0 24 24\&quot; fill=\&quot;none\&quot; stroke=\&quot;currentColor\&quot; stroke-width=\&quot;1.5\&quot; stroke-linecap=\&quot;round\&quot; stroke-linejoin=\&quot;round\&quot;\u003e\n  \u003cpolyline points=\&quot;6 9 6 2 18 2 18 9\&quot;/\u003e\n  \u003cpath d=\&quot;M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\&quot;/\u003e\n  \u003crect x=\&quot;6\&quot; y=\&quot;14\&quot; width=\&quot;12\&quot; height=\&quot;8\&quot;/\u003e\n\u003c/svg\u003e\n&quot;},&quot;item_category3&quot;:null,&quot;item_category4&quot;:null,&quot;item_category5&quot;:null,&quot;price&quot;:1172990,&quot;quantity&quot;:1}" onsubmit="return addToCart();" action="/add-to-cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="-TccVMKV2KumUVTHmAKKprevY0nwauXhvIpobFnEZAbNqY62mOBY35lwV4IoPcpcoAvxCM7uFLmtb7DNWajKBA" autocomplete="off" />
        <input value="6221" autocomplete="off" type="hidden" name="product[id]" id="product_id" />
        <input value="1" data-number-input-target="hiddenFieldOne" data-analytics-target="cartQuantity" autocomplete="off" type="hidden" name="product[quantity]" id="product_quantity" />
          <div
  data-controller="tippy"
  data-tippy-content-value='
            <p>No Disponible</p>
'
  data-tippy-show-on-create-value="false"
  data-tippy-trigger-value="mouseenter focus"
  data-tippy-placement-value="bottom"
>
  <button data-tippy-target="button" aria-label="Button with popup" class="w-full">
                  <input type="submit" name="commit" value="Agregar al carro" disabled="disabled" class="flex flex-row items-center justify-center rounded bg-neutral-400 text-white w-full py-3" data-disable-with="Agregar al carro" />

  </button>
</div>
</form>
      <form action="/iniciar-compra-rapida" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="98Cuqt0y672anqauYSV6ZtS_ZNbN_PnzMeFK4rCqNaJ-I4eg4y2zrojXfx9hNHhiylgc24Wm2r5Z5PrJQlQcfQ" autocomplete="off" />
        <input value="6221" autocomplete="off" type="hidden" name="product[id]" id="product_id" />
        <input value="1" data-number-input-target="hiddenFieldTwo" autocomplete="off" type="hidden" name="product[quantity]" id="product_quantity" />
          <div
  data-controller="tippy"
  data-tippy-content-value='
            <p>No Disponible</p>
'
  data-tippy-show-on-create-value="false"
  data-tippy-trigger-value="mouseenter focus"
  data-tippy-placement-value="bottom"
>
  <button data-tippy-target="button" aria-label="Button with popup" class="w-full">
                  <input type="submit" name="commit" value="Comprar ahora" disabled="disabled" class="flex flex-row items-center justify-center rounded bg-neutral-400 text-white w-full py-3" data-disable-with="Comprar ahora" />

  </button>
</div>
</form>    </div>

    <div class="flex justify-center mt-3">
      <form class="inline" action="/cotizacion/express" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Sr1M9S6Hl_gB8xAr9tD6W2kXR3GEdB_jrxTN-6QlG031wivah66hkrfgXFUDL3iIJE0_4UQp57xv0FOq7o3lQA" autocomplete="off" />
        <input value="6221" autocomplete="off" type="hidden" name="product_id" id="product_id" />
        <input value="1" data-number-input-target="hiddenFieldThree" autocomplete="off" type="hidden" name="quantity" id="quantity" />
        <button name="button" type="submit" class="text-blue-600 hover:text-blue-800 text-sm font-medium flex items-center justify-center cursor-pointer">
          <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" class="w-4 h-4 mr-1.5">
  <path fill-rule="evenodd" d="M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5H5.625zM7.5 15a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 017.5 15zm.75 2.25a.75.75 0 000 1.5H12a.75.75 0 000-1.5H8.25z" clip-rule="evenodd"></path>
  <path d="M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z"></path>
</svg>

          Cotización express
</button></form>    </div>
  </div>
</div></div>
</template></turbo-stream><turbo-stream action="replace" target="product-form-desktop"><template>
  <div id="product-form-desktop" class="w-full hidden md:flex md:flex-col"><div class="rounded border bg-white md:sticky flex flex-col py-2 md:py-4 px-4 lg:py-0 lg:px-8 lg:pb-4 lg:pt-4" data-controller="sticky-card">
  <h1 id="name-6221" class="text-xl text-blue-900 font-medium">Impresora de Etiquetas Zebra ZT411 203dpi 4&quot; USB Ethernet Bluetooth 4.1/MFI </h1>
  <div
    class="flex h-10 items-center"
    data-bv-show="rating_summary"
    data-bv-product-id="6221">
  </div>
  <div class="flex flex-wrap items-center text-xs">
    <a id="brand-6221" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-700 hover:text-sky-500" href="/productos/marcas/ZEBRA">ZEBRA</a>
    <h2 id="sku-6221" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-600">SKU: ZT41142-T010000Z</h2>
    <div
      class="flex justify-start mr-3 my-1"
    >
      <div
        class="items-center text-white text-xs align-text-bottom width-fit flex space-x-1 px-2 py-0 rounded bg-emerald-500"
      >
        <span class="font-bold">Nuevo</span>
        <div class="flex items-center pt-1">
          <div
  data-controller="tippy"
  data-tippy-content-value='
            Producto Nuevo Sellado en Caja
'
  data-tippy-show-on-create-value="false"
  data-tippy-trigger-value="mouseenter focus"
  data-tippy-placement-value="bottom"
>
  <button data-tippy-target="button" aria-label="Button with popup" class="">
                  <p
                data-tippy-target="button"
              >
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="text-white-500 w-4 h-4">
  <path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"></path>
</svg>

              </p>

  </button>
</div>
        </div>
      </div>
    </div>

    <div class="flex justify-start my-1 mr-3">
    </div>
  </div>
  
  <div class="border-t mt-3 pt-4 flex">
    <div class="flex-col">
      <p class="text-lg text-blue-900 font-medium">Precio:</p>
      <p class="text-xs text-gray-400">IVA Incluido</p>
    </div>
    <div class="flex flex-col ml-12">
      <div class="flex flex-wrap items-end">
        <span id="wire-transfer-price-6221" class=" text-2xl text-sky-500">
          $ 1.172.990
        </span>
        <span class="text-gray-400 text-xs ml-2 mb-1">Precio Transferencia</span>
      </div>
        <div class="flex flex-wrap items-end mt-2">
          <span id="webpay-price-6221" class="text-gray-500 text-md">$ 1.201.990</span>
          <span class="text-gray-400 text-xs font-light ml-2 mb-0.5">Precio Normal</span>
        </div>
    </div>
  </div>
  <div class="flex flex-row mt-4">
    <span class="text-lg text-blue-900 font-medium">Stock:</span>
    <div class="flex flex-col mx-14 space-y-1 w-full">
      <div class="flex space-x-2 items-center">
        <div class="h-2 w-2 ml-1 flex items-center ">
          <div class="rounded-full bg-red-700 h-2 w-2 animate-pulse"></div>
        </div>
        <p id="stock-6221" class="text-red-700 align-middle">
          Agotado
        </p>
      </div>
      <div class="flex w-full bg-gray-300 rounded-full h-2">
        <div class="rounded-full bg-red-500 h-2" style="width: 3%;">
        </div>
      </div>
    </div>
  </div>

  <div data-controller="number-input">
    <div class="flex flex-row mt-6 items-center">
      <span class="text-lg text-blue-900 font-medium">Cantidad:</span>
      <div class="ml-8 flex flex-row border w-min rounded">
        <button data-number-input-target="decrementButton" data-action="number-input#decrement" class="py-0.5 px-4 text-2xl font-light text-gray-500 cursor-pointer hover:text-black hover:bg-gray-100 duration-200">-</button>
        <input aria-label="Cantidad" data-number-input-target="firstInput" data-action="number-input#change" value="1" type="number" min="1" max="0" class="text-center py-0.5 px-1 text-lg font-light flex w-14 items-center border-x border-y-0 border-gray-200">
        <button data-number-input-target="incrementButton" data-action="number-input#increment" class="py-0.5 px-4 text-2xl font-light text-gray-500 cursor-pointer hover:text-black hover:bg-gray-100 duration-200">+</button>
      </div>
    </div>

    <div class="grid grid-cols-2 space-x-4 mt-6">
      <script>
          function addToCart() {
              window.dataLayer = window.dataLayer || [];
              let quantity = document.querySelector(".hidden #product_quantity").value;
              let item = {"item_id":"ZT41142-T010000Z","item_name":"Impresora de Etiquetas Zebra ZT411 203dpi 4\" USB Ethernet Bluetooth 4.1/MFI ","affiliation":"tecnomas.cl","index":0,"item_brand":"ZEBRA","item_category":"Impresoras Térmicas","item_category2":{"id":32,"name":"Impresoras","parent_category_id":null,"created_at":"2023-04-06T17:36:56.658-04:00","updated_at":"2026-01-29T20:26:30.832-03:00","slug":null,"google_category_id":1653,"minimum_product_price":"0.0","autogenerate_specs":false,"minimum_product_creation_margin":7,"icon_svg":"\u003csvg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n  \u003cpolyline points=\"6 9 6 2 18 2 18 9\"/\u003e\n  \u003cpath d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"/\u003e\n  \u003crect x=\"6\" y=\"14\" width=\"12\" height=\"8\"/\u003e\n\u003c/svg\u003e\n"},"item_category3":null,"item_category4":null,"item_category5":null,"price":1172990,"quantity":1};
              item['quantity'] = quantity;
              dataLayer.push({ecommerce: null});
              dataLayer.push({
                  event: "add_to_cart",
                  ecommerce: {
                      currency: "CLP",
                      value: quantity * 1172990,
                      items: [
                          item
                      ]
                  }
              });
          }
      </script>
      <form data-controller="analytics" data-analytics-product-id-value="6221" data-analytics-environment-value="production" data-analytics-product-price-value="1172990" data-action="analytics#addToCart" data-analytics-google-product-value="{&quot;item_id&quot;:&quot;ZT41142-T010000Z&quot;,&quot;item_name&quot;:&quot;Impresora de Etiquetas Zebra ZT411 203dpi 4\&quot; USB Ethernet Bluetooth 4.1/MFI &quot;,&quot;affiliation&quot;:&quot;tecnomas.cl&quot;,&quot;index&quot;:0,&quot;item_brand&quot;:&quot;ZEBRA&quot;,&quot;item_category&quot;:&quot;Impresoras Térmicas&quot;,&quot;item_category2&quot;:{&quot;id&quot;:32,&quot;name&quot;:&quot;Impresoras&quot;,&quot;parent_category_id&quot;:null,&quot;created_at&quot;:&quot;2023-04-06T17:36:56.658-04:00&quot;,&quot;updated_at&quot;:&quot;2026-01-29T20:26:30.832-03:00&quot;,&quot;slug&quot;:null,&quot;google_category_id&quot;:1653,&quot;minimum_product_price&quot;:&quot;0.0&quot;,&quot;autogenerate_specs&quot;:false,&quot;minimum_product_creation_margin&quot;:7,&quot;icon_svg&quot;:&quot;\u003csvg class=\&quot;icon\&quot; viewBox=\&quot;0 0 24 24\&quot; fill=\&quot;none\&quot; stroke=\&quot;currentColor\&quot; stroke-width=\&quot;1.5\&quot; stroke-linecap=\&quot;round\&quot; stroke-linejoin=\&quot;round\&quot;\u003e\n  \u003cpolyline points=\&quot;6 9 6 2 18 2 18 9\&quot;/\u003e\n  \u003cpath d=\&quot;M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\&quot;/\u003e\n  \u003crect x=\&quot;6\&quot; y=\&quot;14\&quot; width=\&quot;12\&quot; height=\&quot;8\&quot;/\u003e\n\u003c/svg\u003e\n&quot;},&quot;item_category3&quot;:null,&quot;item_category4&quot;:null,&quot;item_category5&quot;:null,&quot;price&quot;:1172990,&quot;quantity&quot;:1}" onsubmit="return addToCart();" action="/add-to-cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="-TccVMKV2KumUVTHmAKKprevY0nwauXhvIpobFnEZAbNqY62mOBY35lwV4IoPcpcoAvxCM7uFLmtb7DNWajKBA" autocomplete="off" />
        <input value="6221" autocomplete="off" type="hidden" name="product[id]" id="product_id" />
        <input value="1" data-number-input-target="hiddenFieldOne" data-analytics-target="cartQuantity" autocomplete="off" type="hidden" name="product[quantity]" id="product_quantity" />
          <div
  data-controller="tippy"
  data-tippy-content-value='
            <p>No Disponible</p>
'
  data-tippy-show-on-create-value="false"
  data-tippy-trigger-value="mouseenter focus"
  data-tippy-placement-value="bottom"
>
  <button data-tippy-target="button" aria-label="Button with popup" class="w-full">
                  <input type="submit" name="commit" value="Agregar al carro" disabled="disabled" class="flex flex-row items-center justify-center rounded bg-neutral-400 text-white w-full py-3" data-disable-with="Agregar al carro" />

  </button>
</div>
</form>
      <form action="/iniciar-compra-rapida" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="98Cuqt0y672anqauYSV6ZtS_ZNbN_PnzMeFK4rCqNaJ-I4eg4y2zrojXfx9hNHhiylgc24Wm2r5Z5PrJQlQcfQ" autocomplete="off" />
        <input value="6221" autocomplete="off" type="hidden" name="product[id]" id="product_id" />
        <input value="1" data-number-input-target="hiddenFieldTwo" autocomplete="off" type="hidden" name="product[quantity]" id="product_quantity" />
          <div
  data-controller="tippy"
  data-tippy-content-value='
            <p>No Disponible</p>
'
  data-tippy-show-on-create-value="false"
  data-tippy-trigger-value="mouseenter focus"
  data-tippy-placement-value="bottom"
>
  <button data-tippy-target="button" aria-label="Button with popup" class="w-full">
                  <input type="submit" name="commit" value="Comprar ahora" disabled="disabled" class="flex flex-row items-center justify-center rounded bg-neutral-400 text-white w-full py-3" data-disable-with="Comprar ahora" />

  </button>
</div>
</form>    </div>

    <div class="flex justify-center mt-3">
      <form class="inline" action="/cotizacion/express" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Sr1M9S6Hl_gB8xAr9tD6W2kXR3GEdB_jrxTN-6QlG031wivah66hkrfgXFUDL3iIJE0_4UQp57xv0FOq7o3lQA" autocomplete="off" />
        <input value="6221" autocomplete="off" type="hidden" name="product_id" id="product_id" />
        <input value="1" data-number-input-target="hiddenFieldThree" autocomplete="off" type="hidden" name="quantity" id="quantity" />
        <button name="button" type="submit" class="text-blue-600 hover:text-blue-800 text-sm font-medium flex items-center justify-center cursor-pointer">
          <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" class="w-4 h-4 mr-1.5">
  <path fill-rule="evenodd" d="M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5H5.625zM7.5 15a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 017.5 15zm.75 2.25a.75.75 0 000 1.5H12a.75.75 0 000-1.5H8.25z" clip-rule="evenodd"></path>
  <path d="M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z"></path>
</svg>

          Cotización express
</button></form>    </div>
  </div>
</div></div>
</template></turbo-stream><turbo-stream action="replace" target="product-specs"><template>
  <div id="product-specs">
</div>

</template></turbo-stream><turbo-stream action="replace" target="product-description"><template>
  <div id="product-description" class="rounded border bg-white px-6 md:px-12 py-3 md:py-4 lg:py-8">
  <p class="text-blue-900 text-2xl mb-4 font-medium">Descripción</p>
  <div class="trix-content">
  <p>La <strong>Impresora de Etiquetas Zebra ZT411</strong> es una solución industrial de impresión que combina tecnología avanzada y un diseño robusto, ideal para entornos de trabajo exigentes. Con una resolución de impresión de <strong>203 ppp</strong> (puntos por pulgada), esta impresora ofrece una calidad excepcional en cada etiqueta, asegurando que los detalles más finos se reproduzcan con claridad. Su velocidad de impresión de hasta <strong>14 pulgadas por segundo</strong> (356 mm/s) permite una producción rápida y eficiente, lo que la convierte en una herramienta indispensable para empresas que requieren un alto volumen de impresión.</p>

<p>Equipado con múltiples opciones de conectividad, la Zebra ZT411 incluye <strong>USB 2.0 de alta velocidad</strong>, <strong>Ethernet</strong>, y <strong>Bluetooth 4.1/MFI</strong>, lo que facilita su integración en diversas configuraciones de red. La pantalla táctil a color de <strong>4.3 pulgadas</strong> proporciona un menú intuitivo que simplifica la operación y la gestión de configuraciones, permitiendo a los usuarios realizar ajustes de manera rápida y sencilla.</p>

<p>La impresora cuenta con un sistema de manejo de medios versátil, que incluye sensores de medios duales y opciones de rebobinado, pelado y corte. Esto permite a los usuarios elegir la mejor opción para sus necesidades específicas, ya sea que necesiten etiquetas individuales o tiras de etiquetas. Además, la calibración automática asegura que la impresora esté siempre lista para funcionar, optimizando el tiempo de inactividad.</p>

<p>En términos de especificaciones de medios, la Zebra ZT411 es compatible con una amplia variedad de tipos de medios, incluyendo continuos, troquelados y con marcas negras. Su capacidad para manejar etiquetas de hasta <strong>39 pulgadas</strong> (991 mm) de longitud y un ancho de hasta <strong>4.5 pulgadas</strong> (114 mm) la hace extremadamente versátil para diferentes aplicaciones. Además, su diseño permite el uso de cintas de hasta <strong>450 metros</strong>, lo que reduce la frecuencia de cambios de cinta y mejora la eficiencia operativa.</p>

<p>La impresora también incluye un lector/codificador RFID completamente integrado, que permite la impresión y codificación de etiquetas en un solo paso, simplificando el proceso de gestión de inventarios y seguimiento de productos. Con un diseño robusto y una cubierta metálica, la Zebra ZT411 está construida para resistir el desgaste del uso diario, mientras que su mecanismo de impresión de carga lateral facilita el acceso y mantenimiento.</p>

<p>Con certificaciones como <strong>ENERGY STAR</strong> y aprobaciones de diversas agencias, la Zebra ZT411 no solo es eficiente en términos de rendimiento, sino que también es respetuosa con el medio ambiente. Su capacidad de operar en un rango de temperaturas de <strong>0 a 40 grados Celsius</strong> y en condiciones de humedad de <strong>20% a 85%</strong> la hace adecuada para una variedad de entornos de trabajo.</p>

<p>En resumen, la <strong>Impresora de Etiquetas Zebra ZT411</strong> es una opción excepcional para empresas que buscan una impresora de etiquetas industrial confiable, rápida y versátil, capaz de manejar una amplia gama de aplicaciones de impresión con facilidad y eficiencia.</p><br><br><b>Características:</b><br><br><ul>
    <li><strong>Marca:</strong> Zebra</li>
    <li><strong>Modelo:</strong> Impresora de Etiquetas Zebra ZT411</li>
    <li><strong>Tipo:</strong> Impresora Industrial de Transferencia térmica e impresión térmica directa</li>
    <li><strong>Resolución:</strong> Resolución de impresión de 203 ppp (8 puntos / mm)</li>
    <li><strong>Velocidad de Impresión:</strong> Velocidad de impresión por segundo hasta 14" (356 mm / segundo)</li>
    <li><strong>Comunicación:</strong> USB 2.0 de Alta Velocidad, Serie RS-232, Ethernet, Bluetooth 4.1/MFI, USB Host, EZPL</li>
    <li><strong>Pantalla:</strong> Pantalla táctil a color de 4.3 pulgadas con menú intuitivo para una operación rápida y administración de configuraciones</li>
    <li><strong>Procesador Memoria:</strong> Procesador ARM Cortex A7; 256 MB de memoria RAM (8 MB de usuario disponible); 512 MB de memoria Flash (64 MB de usuario disponible)</li>
    <li><strong>Aplicaciones:</strong> Aplicación Print Touch ™; Link-OS ® - habilitado</li>
    <li><strong>Soporte de Medios:</strong> Sensores de medios duales: transmisivos y reflexivo. Colgador de suministro de medios de 3". Calibración automática cuando la impresora está encendida o cuando el cabezal de impresión está cerrado</li>
    <li><strong>Manejo de medios:</strong> Rebobinar: Rebobina internamente un rollo completo de etiquetas. Pelar: Elección de dos opciones: Montaje frontal, opción de pelado. Cortador: El cortador de guillotina de montaje frontal y la bandeja de captura, funcionan bajo control de software cortando etiquetas individualmente, o en tiras.</li>
    <li><strong>Tipos de medios:</strong> continuo, troquelado, muesca, marca negra</li>
    <li><strong>Longitud máxima de etiqueta y revestimiento:</strong> 39 "(991 mm) no continuo - 203 ppp, 300 ppp - 20" (508 mm) no continuo - 600 ppp</li>
    <li><strong>Ancho de banda de papel:</strong> 1.00 "(25.4 mm) a 4.50" (114 mm)</li>
    <li><strong>Longitud mínima de la etiqueta:</strong> Modo de corte: 0.5 "(12.7 mm)</li>
    <li><strong>Grosor del papel:</strong> 0.0023 "(0.058 mm) a 0.010" (0.25 mm)</li>
    <li><strong>Dimensiones máximas del rollo de papel:</strong> 8.0 "(203 mm) de diámetro exterior en un núcleo de 3" (76 mm) ID</li>
    <li><strong>Fuentes:</strong> Fuentes asiáticas y otras fuentes internacionales de mapa de bits escalables y suaves</li>
    <li><strong>Ancho de la cinta:</strong> 2.00 "(51 mm) a 4.33" (110 mm)</li>
    <li><strong>Longitud máxima de la cinta:</strong> 1476 '(450 m)</li>
    <li><strong>Tamaño máximo del rollo de cinta:</strong> 450 m: 3.2 "(81.3 mm) de diámetro exterior en un Núcleo de identificación de 1.0 "(25.4 mm)</li>
    <li><strong>RFID:</strong> ThingMagic ® completamente integrado Lector / codificador RFID UHF EPC Gen 2 V2.0 / ISO 18000-63</li>
    <li><strong>Diseño:</strong> Mecanismo de impresión de metal de carga lateral fácil. Cabezal de impresión sin herramientas y reemplazo de platina.</li>
    <li><strong>Certificaciones:</strong> ESTRELLA DE ENERGÍA ® calificado; Calificación ENERGY STAR; Aprobaciones de agencias: IEC 60950, EN 55022 Clase B, EN 55024, EN 61000-3-2, EN 61000-3-3</li>
    <li><strong>Fuente de alimentación:</strong> autodetectable (compatible con PFC) 100-240VAC, 50-60Hz</li>
    <li><strong>Entorno operativo:</strong> Transferencia térmica = 40º a 104ºF (5º a 40ºC), Térmica directa = 32º a 104ºF (0º a 40ºC)</li>
    <li><strong>Altura:</strong> 12,75 "(324 mm)</li>
    <li><strong>Anchura:</strong> 10,6 "(269 mm)</li>
    <li><strong>Profundidad:</strong> 19,50 "(495 mm)</li>
    <li><strong>Peso:</strong> 36 lb (16,33 kg)</li>
    <li><strong>Peso de envío:</strong> 41 libras (18,59 kg)</li>
    <li><strong>Resolución máxima:</strong> 203 x 203 DPI</li>
    <li><strong>Velocidad de impresión:</strong> 356 mm/seg</li>
    <li><strong>Tecnología de impresión:</strong> Térmica directa/transferencia térmica</li>
    <li><strong>Espesor del medio de impresión:</strong> 0.058 - 0.25 µm</li>
    <li><strong>Máximo ancho de impresión:</strong> 10,4 cm</li>
    <li><strong>Máxima longitud de media:</strong> 450 m</li>
    <li><strong>Puerto USB:</strong> Sí</li>
    <li><strong>Cantidad de puertos USB 2.0:</strong> 1</li>
    <li><strong>Interfaz serie:</strong> Sí</li>
    <li><strong>Tipo de serie de interfaz:</strong> RS-232</li>
    <li><strong>Bluetooth:</strong> Sí</li>
    <li><strong>Versión de Bluetooth:</strong> 4.1</li>
    <li><strong>Tecnología de conectividad:</strong> Inalámbrico y alámbrico</li>
    <li><strong>LAN Ethernet:</strong> Sí</li>
    <li><strong>Ethernet LAN, velocidad de transferencia de datos:</strong> 10,100 Mbit/s</li>
    <li><strong>Wifi:</strong> No</li>
    <li><strong>Código de barras incorporado:</strong> 1D, 2D</li>
    <li><strong>Memoria interna:</strong> 256 MB</li>
    <li><strong>Capacidad de almacenamiento interno:</strong> 512 GB</li>
    <li><strong>Color del producto:</strong> Negro, Gris</li>
    <li><strong>Pantalla incorporada:</strong> Sí</li>
    <li><strong>Pantalla a color:</strong> Sí</li>
    <li><strong>Diagonal de pantalla:</strong> 10,9 cm (4.3")</li>
    <li><strong>Tipo de alimentación:</strong> Corriente alterna</li>
    <li><strong>Tensión de entrada AC:</strong> 100 - 240 V</li>
    <li><strong>Frecuencia de entrada AC:</strong> 50 - 60 Hz</li>
    <li><strong>Temperatura de operación (T-T):</strong> 0 - 40 °C</li>
    <li><strong>Temperatura de almacenamiento (T-T):</strong> -40 - 60 °C</li>
    <li><strong>Humedad relativa de operación (H-H):</strong> 20 - 85%</li>
    <li><strong>Humedad relativa de almacenamiento (H-T):</strong> 5 - 85%</li>
    <li><strong>Compatible con el sistema operativo Windows:</strong> Sí</li>
</ul>
</div>

</div>

</template></turbo-stream><turbo-stream action="replace" target="product-structured-data"><template>
  <div id="product-structured-data">
    <script>
      window.dataLayer = window.dataLayer || [];
      window.dataLayer.push({ecommerce: null});
      window.dataLayer.push({
        event: "view_item",
        ecommerce: {
          currency: "CLP",
          value: 1172990,
          items: [{"item_id":"ZT41142-T010000Z","item_name":"Impresora de Etiquetas Zebra ZT411 203dpi 4\" USB Ethernet Bluetooth 4.1/MFI ","affiliation":"tecnomas.cl","index":0,"item_brand":"ZEBRA","item_category":"Impresoras Térmicas","item_category2":{"id":32,"name":"Impresoras","parent_category_id":null,"created_at":"2023-04-06T17:36:56.658-04:00","updated_at":"2026-01-29T20:26:30.832-03:00","slug":null,"google_category_id":1653,"minimum_product_price":"0.0","autogenerate_specs":false,"minimum_product_creation_margin":7,"icon_svg":"\u003csvg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n  \u003cpolyline points=\"6 9 6 2 18 2 18 9\"/\u003e\n  \u003cpath d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"/\u003e\n  \u003crect x=\"6\" y=\"14\" width=\"12\" height=\"8\"/\u003e\n\u003c/svg\u003e\n"},"item_category3":null,"item_category4":null,"item_category5":null,"price":1172990,"quantity":1}]
        }
      });
      history.replaceState(history.state, "", "/producto/printer-zt411-203-dpi-us-cord-serial-usb");
      document.title = "[ZT41142-T010000Z] Impresora de Etiquetas Zebra ZT411 203dpi 4\&quot; USB Ethernet Bluetooth 4.1/MFI  | Tecnomas.cl";
    </script>
  </div>
</template></turbo-stream>