{"product_id":"gigabyte-geforce-rtx-5070-gaming-oc-12g","title":"Gigabyte GeForce RTX 5070 GAMING OC 12G","description":"\u003cstyle\u003e\n  \/* Estilos actualizados para el contexto GIGABYTE RTX 5070 *\/\n  .gigabyte-rtx5070-container-final {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #1d1d1f;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 15px;\n  }\n  .rumor-disclaimer {\n    background-color: #fff4e5; \/* Ajustado ligeramente a tono advertencia\/neutro *\/\n    border: 1px solid #ffe0b2;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #663c00;\n    text-align: center;\n  }\n  .rumor-disclaimer strong { color: #331e00; }\n  \n  .gigabyte-rtx5070-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .gigabyte-rtx5070-header .eyebrow {\n    color: #76b900;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n  }\n  .gigabyte-rtx5070-header h2 {\n    font-size: 3rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n  }\n  \/* Ajuste responsive heredado *\/\n  @media (max-width: 768px) {\n    .gigabyte-rtx5070-header h2 { font-size: 2.2rem; }\n  }\n\n  .gigabyte-rtx5070-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 650px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n    margin: 10px 0 40px 0;\n    background-color: #f5f5f7;\n  }\n  .section-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 40px;\n    margin-bottom: 40px;\n    color: #1d1d1f;\n  }\n  .accordion-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item { border-bottom: 1px solid #d2d2d7; }\n  .accordion-item summary {\n    font-size: 1.3rem;\n    font-weight: 600;\n    padding: 25px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.2s ease;\n  }\n  .accordion-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker { display: none; }\n  .accordion-item .accordion-title-text { display: flex; align-items: center; }\n  .accordion-item .icon { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .accordion-item .plus-minus { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n  .accordion-item[open] \u003e summary .plus-minus { transform: rotate(45deg); }\n  .accordion-content { padding: 0 20px 30px 65px; }\n  .accordion-content p { font-size: 1.05rem; color: #333; }\n  \n  .feature-cards-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .feature-card {\n    background-color: #ffffff;\n    border: 1px solid #d2d2d7;\n    border-radius: 18px;\n    padding: 30px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }\n  .feature-card h4 { font-size: 1.6rem; margin: 15px 0 10px 0; color: #1d1d1f; }\n  .feature-card p { font-size: 0.98rem; color: #6e6e73; flex-grow: 1; }\n  \n  .faq-container-gigabyte {\n    max-width: 900px;\n    margin: 40px auto;\n    padding: 0 15px;\n  }\n  .faq-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    color: #1d1d1f;\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .faq-accordion { border-top: 1px solid #d2d2d7; }\n  details.faq-item { border-bottom: 1px solid #d2d2d7; }\n  .faq-item summary {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #1d1d1f;\n    padding: 25px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.2s ease;\n  }\n  .faq-item summary:hover { background-color: #f5f5f7; }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-icon {\n    font-size: 1.8rem;\n    font-weight: 300;\n    color: #86868b;\n    transition: transform 0.3s ease;\n    user-select: none;\n  }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  .faq-answer { padding: 0px 20px 30px 20px; }\n  .faq-answer p { font-size: 1.05rem; line-height: 1.6; color: #333; margin: 0; max-width: 80ch; }\n  \n  @media (max-width: 768px) {\n    .gigabyte-rtx5070-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .accordion-item .icon { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 45px; }\n    .feature-cards-container { grid-template-columns: 1fr; }\n    .faq-title { font-size: 1.8rem; }\n    .faq-item summary { font-size: 1.1rem; }\n    .faq-answer p { font-size: 1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gigabyte-rtx5070-container-final\"\u003e\n\n\u003csection class=\"gigabyte-rtx5070-header\"\u003e\n\u003cdiv class=\"eyebrow\"\u003e\n\n\u003ch1 class=\"elementor-heading-title elementor-size-xl\"\u003eHardware \/ Graphics Cards \/ NVIDIA GeForce RTX 50 Series\u003c\/h1\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eGIGABYTE GeForce RTX 5070 GAMING OC 12G: The Blackwell Architecture Revolution\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003eExperience the future of gaming with 12GB GDDR7, AI-powered DLSS 4, and the advanced WINDFORCE cooling system.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003cimg class=\"image-full-width\" alt=\"Gigabyte GeForce RTX 5070 GAMING OC 12G\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/GeForceRTX_5070GAMINGOC12G-11.png?v=1764017196\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eEnter a new dimension of graphics performance with the GIGABYTE GeForce RTX 5070 GAMING OC 12G. Powered by the revolutionary NVIDIA Blackwell architecture, this card not only offers blistering speed but also redefines visual realism. Equipped with 12GB of cutting-edge GDDR7 memory and a 192-bit bandwidth, it's designed to dominate the most demanding AAA titles and accelerate your creative workflows with unprecedented efficiency.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eDon't let heat slow down your game. GIGABYTE's legendary WINDFORCE cooling system returns more powerful than ever, integrating three alternate spinning fans and 'Screen Cooling' to keep temperatures under control even during intense overclocking sessions. Plus, its futuristic aesthetic with customizable RGB Fusion lighting makes it the perfect centerpiece for your setup.\u003c\/p\u003e\n\n\u003cdiv class=\"accordion-container\"\u003e\n\n\u003cdetails class=\"accordion-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon\"\u003e🤖\u003c\/span\u003eAI Power with NVIDIA DLSS 4\u003cbr\u003e\u003c\/span\u003e\u003cspan class=\"plus-minus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eMultiply your performance without sacrificing image quality. Thanks to fifth-generation Tensor Cores and \u003cstrong\u003eDLSS 4\u003c\/strong\u003e technology, the RTX 5070 generates full frames using AI, delivering exceptional fluidity at 1440p and 4K resolutions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon\"\u003e❄️\u003c\/span\u003eWINDFORCE Cooling System\u003cbr\u003e\u003c\/span\u003e\u003cspan class=\"plus-minus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eDesigned for extreme thermal efficiency. Features three unique blade fans (Hawk Fans) with alternate spinning to reduce turbulence, composite copper heat pipes, and a large direct-contact copper plate with the GPU and VRAM.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003eUltra-Fast GDDR7 Memory\u003c\/span\u003e\u003cspan class=\"plus-minus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003ePrepare for the next generation of textures and fast loading. With 12GB of \u003cstrong\u003eGDDR7\u003c\/strong\u003e memory and \u003cstrong\u003ePCIe 5.0\u003c\/strong\u003e support, you'll get massive bandwidth for open-world games and complex 3D rendering.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eSuperior Design and Engineering\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: -20px; margin-bottom: 40px; color: #6e6e73;\"\u003eEvery detail of the GAMING OC has been built to last and perform at the highest level, merging premium aesthetics with robust functionality.\u003c\/p\u003e\n\n\u003csection class=\"feature-cards-container\"\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🌈\u003c\/span\u003e\n\u003ch4\u003eCustomizable RGB Fusion\u003c\/h4\u003e\n\n\u003cp\u003eChoose from 16.7 million colors and multiple lighting effects. Sync your graphics card lights with other AORUS and GIGABYTE devices via GIGABYTE Control Center.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🛡️\u003c\/span\u003e\n\u003ch4\u003eProtective Metal Backplate\u003c\/h4\u003e\n\n\u003cp\u003eIt's not just aesthetics; the metal backplate reinforces the graphics card structure to prevent sagging and protects internal components, while also aiding in passive heat dissipation.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e⚙️\u003c\/span\u003e\n\u003ch4\u003eDual BIOS: You're in Control\u003c\/h4\u003e\n\n\u003cp\u003eTailor your experience with a simple physical switch. 'OC' mode gives you maximum gaming performance, while 'Silent' mode prioritizes ultra-quiet acoustics for daily tasks.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rumor-disclaimer\"\u003e⚠️ \u003cstrong\u003eNote:\u003c\/strong\u003e A power supply of at least 750W (with a native 16-pin connector or included adapter) is recommended to ensure system stability.\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-gigabyte\"\u003e\n\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions about the RTX 5070 GAMING OC\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat power supply do I need for the RTX 5070?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eGIGABYTE recommends a minimum 750W power supply. The card uses a 16-pin power connector; an adapter is included in the box if your PSU is not native ATX 3.0\/3.1.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat are the dimensions of the card? Will it fit in my case?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe card has approximate dimensions of 327 mm (length), 132 mm (width), and 56 mm (height). We recommend verifying the available space in your chassis before purchase.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat video outputs does it include?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThis card is ready for next-generation monitors with 3 DisplayPort 2.1a ports and 1 HDMI 2.1b port, supporting resolutions up to 8K.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174045782364,"sku":null,"price":700.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/GeForceRTX_5070GAMINGOC12G-01.png?v=1782949882","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/gigabyte-geforce-rtx-5070-gaming-oc-12g","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}