<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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/fxopt4d42ykowqf9wln6p1rqc9wp?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/8723pv3gwjlhu01o7yp55wxaciov?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/gp2ucaj97ty1uk78demj454cqcrr?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_2048/fsjuql5ccvg3fnhs85eawy49fzkk?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/fxopt4d42ykowqf9wln6p1rqc9wp?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/8723pv3gwjlhu01o7yp55wxaciov?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/gp2ucaj97ty1uk78demj454cqcrr?_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 CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf" src="https://res.cloudinary.com/djx6viedj/image/upload/t_trimmed_square_128/fsjuql5ccvg3fnhs85eawy49fzkk?_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-42533" class="text-xl text-blue-900 font-medium">CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf</h1>
  <div
    class="flex h-10 items-center"
    data-bv-show="rating_summary"
    data-bv-product-id="42533">
  </div>
  <div class="flex flex-wrap items-center text-xs">
    <a id="brand-42533" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-700 hover:text-sky-500" href="/productos/marcas/INTEL">INTEL</a>
    <h2 id="sku-42533" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-600">SKU: BX8071514900F</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
          class="items-center text-xs align-text-bottom width-fit flex space-x-1 px-2 py-0 rounded bg-violet-700 text-white"
        >
        <span class="font-semibold">
          <span class="font-medium">Recíbelo</span>
          <u>
              GRATIS
          </u>
            <span class="font-medium">el</span>
              Viernes
        </span>
          <div class="flex items-center pt-1">
            <div
  data-controller="tippy"
  data-tippy-content-value='
              Plazo y costo de despacho calculado para comunas cubiertas por nuestra política de despacho Gratis.
              Tiempos
              y costos de despacho a otras comunas podría variar.
              <br>
              <a target=”_blank” rel="noreferrer noopener" class="underline text-blue-500  hover:text-blue-700" href="https://ayuda.tecnomas.cl/es/articles/7173092-despacho-gratis-en-santiago">Ver
                comunas con despacho gratis</a>
'
  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="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>
  
  <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-42533" class=" text-2xl text-sky-500">
          $ 716.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-42533" class="text-gray-500 text-md">$ 734.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-emerald-700 h-2 w-2 animate-pulse"></div>
        </div>
        <p id="stock-42533" class="text-emerald-700 align-middle">
          Disponible, 14 unidades
        </p>
      </div>
      <div class="flex w-full bg-gray-300 rounded-full h-2">
        <div class="rounded-full bg-emerald-500 h-2" style="width: 67%;">
        </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="14" 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":"BX8071514900F","item_name":"CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf","affiliation":"tecnomas.cl","index":0,"item_brand":"INTEL","item_category":"Procesadores","item_category2":{"id":17,"name":"Componentes de Computador","parent_category_id":null,"created_at":"2023-04-06T17:36:52.596-04:00","updated_at":"2026-03-17T11:49:49.101-03:00","slug":null,"google_category_id":null,"minimum_product_price":"1000.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  \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"/\u003e\n  \u003crect x=\"9\" y=\"9\" width=\"6\" height=\"6\"/\u003e\n  \u003cpath d=\"M9 1v3\"/\u003e\n  \u003cpath d=\"M15 1v3\"/\u003e\n  \u003cpath d=\"M9 20v3\"/\u003e\n  \u003cpath d=\"M15 20v3\"/\u003e\n  \u003cpath d=\"M20 9h3\"/\u003e\n  \u003cpath d=\"M20 14h3\"/\u003e\n  \u003cpath d=\"M1 9h3\"/\u003e\n  \u003cpath d=\"M1 14h3\"/\u003e\n\u003c/svg\u003e\n"},"item_category3":null,"item_category4":null,"item_category5":null,"price":716990,"quantity":1};
              item['quantity'] = quantity;
              dataLayer.push({ecommerce: null});
              dataLayer.push({
                  event: "add_to_cart",
                  ecommerce: {
                      currency: "CLP",
                      value: quantity * 716990,
                      items: [
                          item
                      ]
                  }
              });
          }
      </script>
      <form data-controller="analytics" data-analytics-product-id-value="42533" data-analytics-environment-value="production" data-analytics-product-price-value="716990" data-action="analytics#addToCart" data-analytics-google-product-value="{&quot;item_id&quot;:&quot;BX8071514900F&quot;,&quot;item_name&quot;:&quot;CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf&quot;,&quot;affiliation&quot;:&quot;tecnomas.cl&quot;,&quot;index&quot;:0,&quot;item_brand&quot;:&quot;INTEL&quot;,&quot;item_category&quot;:&quot;Procesadores&quot;,&quot;item_category2&quot;:{&quot;id&quot;:17,&quot;name&quot;:&quot;Componentes de Computador&quot;,&quot;parent_category_id&quot;:null,&quot;created_at&quot;:&quot;2023-04-06T17:36:52.596-04:00&quot;,&quot;updated_at&quot;:&quot;2026-03-17T11:49:49.101-03:00&quot;,&quot;slug&quot;:null,&quot;google_category_id&quot;:null,&quot;minimum_product_price&quot;:&quot;1000.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  \u003crect x=\&quot;4\&quot; y=\&quot;4\&quot; width=\&quot;16\&quot; height=\&quot;16\&quot; rx=\&quot;2\&quot;/\u003e\n  \u003crect x=\&quot;9\&quot; y=\&quot;9\&quot; width=\&quot;6\&quot; height=\&quot;6\&quot;/\u003e\n  \u003cpath d=\&quot;M9 1v3\&quot;/\u003e\n  \u003cpath d=\&quot;M15 1v3\&quot;/\u003e\n  \u003cpath d=\&quot;M9 20v3\&quot;/\u003e\n  \u003cpath d=\&quot;M15 20v3\&quot;/\u003e\n  \u003cpath d=\&quot;M20 9h3\&quot;/\u003e\n  \u003cpath d=\&quot;M20 14h3\&quot;/\u003e\n  \u003cpath d=\&quot;M1 9h3\&quot;/\u003e\n  \u003cpath d=\&quot;M1 14h3\&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;:716990,&quot;quantity&quot;:1}" onsubmit="return addToCart();" action="/add-to-cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Jr7KN5BmriszeIL6zLbYLdKsS84borlLri2CjLSk7CmTbm80rCBINr1quh7sLTeWKqh9fHIK8GNY1IeaKfY8PA" autocomplete="off" />
        <input value="42533" 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" />
          <button name="button" type="submit" class="add-to-cart-button cursor-pointer flex flex-row items-center justify-center rounded bg-sky-500 text-white w-full py-3 hover:bg-sky-400">
            <div class="show-when-enabled">
              Agregar al carro
            </div>
            <div class="show-when-disabled my-0.5">
              <div class="flex items-center space-x-2">
  <div></div>
  <svg class="animate-spin -ml-1 mr-3 h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
    <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
    <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
  </svg>
</div>
            </div>
</button></form>
      <form action="/iniciar-compra-rapida" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="LhPQYowDW2ZHZfLKZMC6hZev4eebwkR0iYDQKQxhkc22w8TKDXcSBaR_1Z1owaxxTZOgktensDMr3JQ8GiVgkQ" autocomplete="off" />
        <input value="42533" 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" />
          <button name="button" type="submit" class="purchase-now-button cursor-pointer flex flex-row items-center justify-center rounded bg-blue-900 text-white w-full py-3 hover:bg-blue-700 duration-200">
            <div class="show-when-enabled">
              Comprar ahora
            </div>
            <div class="show-when-disabled my-0.5">
              <div class="flex items-center space-x-2">
  <div></div>
  <svg class="animate-spin -ml-1 mr-3 h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
    <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
    <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
  </svg>
</div>
            </div>
</button></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="Ct7L9D4vc9KPHUKZLMroUo8SdO-WIyZ4RLauJX4an7tpy2LUZwZHhn_OBtCmiPMmhJ3-wdfERGBZi_i87bCniA" autocomplete="off" />
        <input value="42533" 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-42533" class="text-xl text-blue-900 font-medium">CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf</h1>
  <div
    class="flex h-10 items-center"
    data-bv-show="rating_summary"
    data-bv-product-id="42533">
  </div>
  <div class="flex flex-wrap items-center text-xs">
    <a id="brand-42533" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-700 hover:text-sky-500" href="/productos/marcas/INTEL">INTEL</a>
    <h2 id="sku-42533" class="border rounded mr-3 my-1 px-2 py-1 text-zinc-600">SKU: BX8071514900F</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
          class="items-center text-xs align-text-bottom width-fit flex space-x-1 px-2 py-0 rounded bg-violet-700 text-white"
        >
        <span class="font-semibold">
          <span class="font-medium">Recíbelo</span>
          <u>
              GRATIS
          </u>
            <span class="font-medium">el</span>
              Viernes
        </span>
          <div class="flex items-center pt-1">
            <div
  data-controller="tippy"
  data-tippy-content-value='
              Plazo y costo de despacho calculado para comunas cubiertas por nuestra política de despacho Gratis.
              Tiempos
              y costos de despacho a otras comunas podría variar.
              <br>
              <a target=”_blank” rel="noreferrer noopener" class="underline text-blue-500  hover:text-blue-700" href="https://ayuda.tecnomas.cl/es/articles/7173092-despacho-gratis-en-santiago">Ver
                comunas con despacho gratis</a>
'
  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="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>
  
  <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-42533" class=" text-2xl text-sky-500">
          $ 716.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-42533" class="text-gray-500 text-md">$ 734.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-emerald-700 h-2 w-2 animate-pulse"></div>
        </div>
        <p id="stock-42533" class="text-emerald-700 align-middle">
          Disponible, 14 unidades
        </p>
      </div>
      <div class="flex w-full bg-gray-300 rounded-full h-2">
        <div class="rounded-full bg-emerald-500 h-2" style="width: 67%;">
        </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="14" 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":"BX8071514900F","item_name":"CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf","affiliation":"tecnomas.cl","index":0,"item_brand":"INTEL","item_category":"Procesadores","item_category2":{"id":17,"name":"Componentes de Computador","parent_category_id":null,"created_at":"2023-04-06T17:36:52.596-04:00","updated_at":"2026-03-17T11:49:49.101-03:00","slug":null,"google_category_id":null,"minimum_product_price":"1000.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  \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"/\u003e\n  \u003crect x=\"9\" y=\"9\" width=\"6\" height=\"6\"/\u003e\n  \u003cpath d=\"M9 1v3\"/\u003e\n  \u003cpath d=\"M15 1v3\"/\u003e\n  \u003cpath d=\"M9 20v3\"/\u003e\n  \u003cpath d=\"M15 20v3\"/\u003e\n  \u003cpath d=\"M20 9h3\"/\u003e\n  \u003cpath d=\"M20 14h3\"/\u003e\n  \u003cpath d=\"M1 9h3\"/\u003e\n  \u003cpath d=\"M1 14h3\"/\u003e\n\u003c/svg\u003e\n"},"item_category3":null,"item_category4":null,"item_category5":null,"price":716990,"quantity":1};
              item['quantity'] = quantity;
              dataLayer.push({ecommerce: null});
              dataLayer.push({
                  event: "add_to_cart",
                  ecommerce: {
                      currency: "CLP",
                      value: quantity * 716990,
                      items: [
                          item
                      ]
                  }
              });
          }
      </script>
      <form data-controller="analytics" data-analytics-product-id-value="42533" data-analytics-environment-value="production" data-analytics-product-price-value="716990" data-action="analytics#addToCart" data-analytics-google-product-value="{&quot;item_id&quot;:&quot;BX8071514900F&quot;,&quot;item_name&quot;:&quot;CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf&quot;,&quot;affiliation&quot;:&quot;tecnomas.cl&quot;,&quot;index&quot;:0,&quot;item_brand&quot;:&quot;INTEL&quot;,&quot;item_category&quot;:&quot;Procesadores&quot;,&quot;item_category2&quot;:{&quot;id&quot;:17,&quot;name&quot;:&quot;Componentes de Computador&quot;,&quot;parent_category_id&quot;:null,&quot;created_at&quot;:&quot;2023-04-06T17:36:52.596-04:00&quot;,&quot;updated_at&quot;:&quot;2026-03-17T11:49:49.101-03:00&quot;,&quot;slug&quot;:null,&quot;google_category_id&quot;:null,&quot;minimum_product_price&quot;:&quot;1000.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  \u003crect x=\&quot;4\&quot; y=\&quot;4\&quot; width=\&quot;16\&quot; height=\&quot;16\&quot; rx=\&quot;2\&quot;/\u003e\n  \u003crect x=\&quot;9\&quot; y=\&quot;9\&quot; width=\&quot;6\&quot; height=\&quot;6\&quot;/\u003e\n  \u003cpath d=\&quot;M9 1v3\&quot;/\u003e\n  \u003cpath d=\&quot;M15 1v3\&quot;/\u003e\n  \u003cpath d=\&quot;M9 20v3\&quot;/\u003e\n  \u003cpath d=\&quot;M15 20v3\&quot;/\u003e\n  \u003cpath d=\&quot;M20 9h3\&quot;/\u003e\n  \u003cpath d=\&quot;M20 14h3\&quot;/\u003e\n  \u003cpath d=\&quot;M1 9h3\&quot;/\u003e\n  \u003cpath d=\&quot;M1 14h3\&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;:716990,&quot;quantity&quot;:1}" onsubmit="return addToCart();" action="/add-to-cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Jr7KN5BmriszeIL6zLbYLdKsS84borlLri2CjLSk7CmTbm80rCBINr1quh7sLTeWKqh9fHIK8GNY1IeaKfY8PA" autocomplete="off" />
        <input value="42533" 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" />
          <button name="button" type="submit" class="add-to-cart-button cursor-pointer flex flex-row items-center justify-center rounded bg-sky-500 text-white w-full py-3 hover:bg-sky-400">
            <div class="show-when-enabled">
              Agregar al carro
            </div>
            <div class="show-when-disabled my-0.5">
              <div class="flex items-center space-x-2">
  <div></div>
  <svg class="animate-spin -ml-1 mr-3 h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
    <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
    <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
  </svg>
</div>
            </div>
</button></form>
      <form action="/iniciar-compra-rapida" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="LhPQYowDW2ZHZfLKZMC6hZev4eebwkR0iYDQKQxhkc22w8TKDXcSBaR_1Z1owaxxTZOgktensDMr3JQ8GiVgkQ" autocomplete="off" />
        <input value="42533" 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" />
          <button name="button" type="submit" class="purchase-now-button cursor-pointer flex flex-row items-center justify-center rounded bg-blue-900 text-white w-full py-3 hover:bg-blue-700 duration-200">
            <div class="show-when-enabled">
              Comprar ahora
            </div>
            <div class="show-when-disabled my-0.5">
              <div class="flex items-center space-x-2">
  <div></div>
  <svg class="animate-spin -ml-1 mr-3 h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
    <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
    <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
  </svg>
</div>
            </div>
</button></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="Ct7L9D4vc9KPHUKZLMroUo8SdO-WIyZ4RLauJX4an7tpy2LUZwZHhn_OBtCmiPMmhJ3-wdfERGBZi_i87bCniA" autocomplete="off" />
        <input value="42533" 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>El <strong>Intel® Core i9-14900F</strong> es un procesador de alto rendimiento diseñado para satisfacer las demandas de los usuarios más exigentes. Con una arquitectura avanzada de <strong>Raptor Lake</strong>, este procesador cuenta con un total de <strong>24 núcleos</strong>, de los cuales <strong>8 son núcleos de rendimiento</strong> y <strong>16 núcleos de eficiencia</strong>. Esta combinación permite una gestión eficiente de tareas, optimizando el rendimiento en aplicaciones que requieren un alto poder de procesamiento.</p>

<p>La frecuencia base del núcleo de rendimiento es de <strong>2.0 GHz</strong>, con la capacidad de alcanzar hasta <strong>5.4 GHz</strong> gracias a la tecnología <strong>Turbo Boost</strong>. Además, el procesador puede alcanzar una frecuencia turbo máxima de <strong>5.8 GHz</strong> mediante la tecnología <strong>Intel® Thermal Velocity Boost</strong>, lo que garantiza un rendimiento excepcional en situaciones de alta carga de trabajo.</p>

<p>Con una <strong>caché de 36 MB</strong> de tipo <strong>Smart Cache</strong>, el i9-14900F está diseñado para manejar grandes volúmenes de datos de manera eficiente, lo que se traduce en un rendimiento superior en tareas de procesamiento intensivo, como la edición de video, el modelado 3D y los juegos de última generación. Este procesador es capaz de soportar hasta <strong>192 GB de memoria</strong>, con soporte para <strong>DDR4</strong> y <strong>DDR5</strong>, lo que proporciona flexibilidad y escalabilidad para futuras actualizaciones.</p>

<p>El <strong>socket LGA 1700</strong> permite una fácil instalación en placas base compatibles, y su diseño de <strong>32 patitas</strong> asegura una conexión sólida y confiable. Además, el procesador incluye un <strong>refrigerador de stock</strong>, lo que facilita su uso inmediato sin necesidad de adquirir componentes adicionales para la refrigeración.</p>

<p>En términos de eficiencia energética, el i9-14900F tiene una potencia base de <strong>65 W</strong> y puede alcanzar una potencia turbo máxima de <strong>219 W</strong>, lo que lo convierte en una opción potente para entornos de escritorio. La tecnología <strong>Intel Hyper-Threading</strong> permite que cada núcleo maneje dos hilos de ejecución, lo que mejora aún más el rendimiento en aplicaciones multihilo.</p>

<p>Este procesador también incluye una serie de características avanzadas de seguridad y gestión, como la <strong>tecnología de virtualización Intel® (VT-x)</strong>, <strong>Intel® Secure Key</strong> y <strong>Control-flow Enforcement Technology (CET)</strong>, que ayudan a proteger los datos y mejorar la estabilidad del sistema. Con un tamaño de embalaje de <strong>45 x 37.5 mm</strong> y una temperatura máxima de funcionamiento de <strong>100 °C</strong>, el i9-14900F está diseñado para ofrecer un rendimiento duradero y confiable.</p>

<p>En resumen, el <strong>Intel® Core i9-14900F</strong> es una opción excepcional para aquellos que buscan un procesador potente y versátil, capaz de manejar las tareas más exigentes con facilidad y eficiencia. Su combinación de núcleos de rendimiento y eficiencia, junto con su amplia capacidad de memoria y características avanzadas, lo convierten en una elección ideal para gamers, creadores de contenido y profesionales de la tecnología.</p><br><br><b>Características:</b><br><br><ul>
    <li><strong>Fabricante de procesador:</strong> Intel</li>
    <li><strong>Generación del procesador:</strong> Intel Core i9-14xxx</li>
    <li><strong>Modelo del procesador:</strong> i9-14900F</li>
    <li><strong>Familia de procesador:</strong> Intel® Core™ i9</li>
    <li><strong>Núcleos de procesador:</strong> 24</li>
    <li><strong>Enchufe del procesador:</strong> LGA 1700</li>
    <li><strong>Patitas del procesador:</strong> 32</li>
    <li><strong>Modos de operación del procesador:</strong> 64-bit</li>
    <li><strong>Núcleos de rendimiento:</strong> 8</li>
    <li><strong>Núcleos de eficiencia:</strong> 16</li>
    <li><strong>Frecuencia del procesador turbo:</strong> 5,8 GHz</li>
    <li><strong>Frecuencia de refuerzo del núcleo de rendimiento:</strong> 5,4 GHz</li>
    <li><strong>Frecuencia base del núcleo de rendimiento:</strong> 2 GHz</li>
    <li><strong>Frecuencia de refuerzo del núcleo de eficiencia:</strong> 4,3 GHz</li>
    <li><strong>Frecuencia base del núcleo de eficiencia:</strong> 1,5 GHz</li>
    <li><strong>Caché del procesador:</strong> 36 MB</li>
    <li><strong>Tipo de cache en procesador:</strong> Smart Cache</li>
    <li><strong>Caja:</strong> Sí</li>
    <li><strong>Refrigerador incluido:</strong> Sí</li>
    <li><strong>Potencia base del procesador:</strong> 65 W</li>
    <li><strong>Potencia turbo máxima:</strong> 219 W</li>
    <li><strong>Escalonamiento:</strong> B0</li>
    <li><strong>Cantidad máxima de carriles DMI:</strong> 8</li>
    <li><strong>Ancho de banda de memoria soportada por el procesador (max):</strong> 89,6 GB/s</li>
    <li><strong>Nombre código del procesador:</strong> Raptor Lake</li>
    <li><strong>Procesador ARK ID:</strong> 236853</li>
    <li><strong>Memoria interna máxima que admite el procesador:</strong> 192 GB</li>
    <li><strong>Tipos de memoria que admite el procesador:</strong> DDR4-SDRAM, DDR5-SDRAM</li>
    <li><strong>Canales de memoria:</strong> Doble canal</li>
    <li><strong>Ancho de banda de memoria (max):</strong> 89,6 GB/s</li>
    <li><strong>Adaptador gráfico incorporado:</strong> No</li>
    <li><strong>Adaptador gráfico discreto:</strong> No</li>
    <li><strong>Modelo de adaptador gráfico incorporado:</strong> No disponible</li>
    <li><strong>Modelo de adaptador de gráficos discretos:</strong> No disponible</li>
    <li><strong>Bit de deshabilitación ejecutable:</strong> Sí</li>
    <li><strong>Estados de inactividad:</strong> Sí</li>
    <li><strong>Tecnología de control térmico:</strong> Sí</li>
    <li><strong>Segmento de mercado:</strong> Escritorio</li>
    <li><strong>Condiciones de uso:</strong> PC/Client/Tablet</li>
    <li><strong>Cantidad máxima de buses PCI Express:</strong> 20</li>
    <li><strong>Versión de enchufe PCI Express:</strong> 4.0, 5.0</li>
    <li><strong>Configuraciones PCI Express:</strong> 1x16+1x4, 2x8+1x4</li>
    <li><strong>Set de instrucciones soportadas:</strong> AVX 2.0, SSE4.1, SSE4.2</li>
    <li><strong>Escalabilidad:</strong> 1S</li>
    <li><strong>Configuración de CPU (máximo):</strong> 1</li>
    <li><strong>Opciones integradas disponibles:</strong> No</li>
    <li><strong>Revisión de la interfaz directa de medios (DMI):</strong> 4.0</li>
    <li><strong>Número de clasificación de control de exportación (ECCN, por sus siglas en inglés):</strong> 5A992C</li>
    <li><strong>Sistema de seguimiento automatizado de clasificación de productos (CCATS):</strong> 740.17B1</li>
    <li><strong>Tecnología Intel Hyper-Threading:</strong> Sí</li>
    <li><strong>Tecnología Intel® Turbo Boost:</strong> 2.0</li>
    <li><strong>Intel® AES Nuevas instrucciones (Intel® AES-NI):</strong> Sí</li>
    <li><strong>Tecnología SpeedStep mejorada de Intel:</strong> Sí</li>
    <li><strong>Tecnología Intel® Speed Shift:</strong> Sí</li>
    <li><strong>Intel® Thermal Velocity Boost:</strong> Sí</li>
    <li><strong>Tecnología Intel® Adaptive Boost:</strong> Sí</li>
    <li><strong>Frecuencia de la tecnología Intel® Turbo Boost Max 3.0:</strong> 5,6 GHz</li>
    <li><strong>Acelerador Intel® Gaussian &amp; Neural (Intel® GNA) 3.0:</strong> Sí</li>
    <li><strong>Frecuencia de impulso de velocidad térmica Intel®:</strong> 5,8 GHz</li>
    <li><strong>Tecnología Control-flow Enforcement (CET) de Intel®:</strong> Sí</li>
    <li><strong>Intel® Thread Director:</strong> Sí</li>
    <li><strong>VT-x de Intel® con tablas de páginas extendidas (EPT, por sus siglas en inglés):</strong> Sí</li>
    <li><strong>Intel® Secure Key:</strong> Sí</li>
    <li><strong>Intel® OS Guard:</strong> Sí</li>
    <li><strong>Intel® 64:</strong> Sí</li>
    <li><strong>Tecnología de virtualización Intel® (VT-x):</strong> Sí</li>
    <li><strong>Tecnología de virtualización de Intel® para E / S dirigida (VT-d, por sus siglas en inglés):</strong> Sí</li>
    <li><strong>Tecnología 3.0 Intel® Turbo Boost Max:</strong> Sí</li>
    <li><strong>Intel® Boot Guard:</strong> Sí</li>
    <li><strong>Intel® Deep Learning Boost (Intel® DL Boost) on CPU:</strong> Sí</li>
    <li><strong>Dispositivo de gestión de volumen Intel® (VMD, por sus siglas en inglés):</strong> Sí</li>
    <li><strong>Control de ejecución basado en modo (MBE, por sus siglas en inglés):</strong> Sí</li>
    <li><strong>Capacidad de gestión estándar (ISM) Intel®:</strong> Sí</li>
    <li><strong>Juntura T:</strong> 100 °C</li>
    <li><strong>Código de Sistema Armomizado (HS, por sus siglas en inglés):</strong> 8542310001</li>
    <li><strong>Fecha de lanzamiento:</strong> Q1'24</li>
    <li><strong>Estado:</strong> Launched</li>
    <li><strong>Tamaño del embalaje del procesador:</strong> 45 x 37.5 mm</li>
    <li><strong>Caché L2:</strong> 32768 KB</li>
    <li><strong>Memoria interna máxima:</strong> 192 GB</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: 716990,
          items: [{"item_id":"BX8071514900F","item_name":"CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf","affiliation":"tecnomas.cl","index":0,"item_brand":"INTEL","item_category":"Procesadores","item_category2":{"id":17,"name":"Componentes de Computador","parent_category_id":null,"created_at":"2023-04-06T17:36:52.596-04:00","updated_at":"2026-03-17T11:49:49.101-03:00","slug":null,"google_category_id":null,"minimum_product_price":"1000.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  \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"/\u003e\n  \u003crect x=\"9\" y=\"9\" width=\"6\" height=\"6\"/\u003e\n  \u003cpath d=\"M9 1v3\"/\u003e\n  \u003cpath d=\"M15 1v3\"/\u003e\n  \u003cpath d=\"M9 20v3\"/\u003e\n  \u003cpath d=\"M15 20v3\"/\u003e\n  \u003cpath d=\"M20 9h3\"/\u003e\n  \u003cpath d=\"M20 14h3\"/\u003e\n  \u003cpath d=\"M1 9h3\"/\u003e\n  \u003cpath d=\"M1 14h3\"/\u003e\n\u003c/svg\u003e\n"},"item_category3":null,"item_category4":null,"item_category5":null,"price":716990,"quantity":1}]
        }
      });
      history.replaceState(history.state, "", "/producto/intel-core-i9-i9-14900f-2-ghz-24-core-lga1700-socket-8-gt-s");
      document.title = "[BX8071514900F] CPU Intel® Core I9-14900F 2.0-5.4GHz Turbo 36MB 24 Core LGA1700 Sin/Gráf | Tecnomas.cl";
    </script>
  </div>
</template></turbo-stream>