{"product_id":"tarjeta-grafica-gpu-zotac-gaming-geforce-rtx-5060-twin-edge-oc","title":"ZOTAC Gaming GeForce RTX 5060 Twin Edge OC GPU","description":"\u003cstyle\u003e\n  \/* Contenedor Principal y Tipografía *\/\n  .product-description-container {\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\n  \/* Disclaimer \/ Avisos *\/\n  .info-disclaimer {\n    background-color: #fffbe6;\n    border: 1px solid #ffe58f;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #595959;\n    text-align: center;\n  }\n  .info-disclaimer strong { color: #d48806; }\n\n  \/* Encabezados *\/\n  .product-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .product-header .eyebrow {\n    color: #76b900;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n  }\n  .product-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* Imagen Principal *\/\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    display: block;\n  }\n\n  \/* Títulos de Sección *\/\n  .section-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 40px;\n    \/* Aseguramos un buen margen base *\/\n    margin-bottom: 40px; \n    color: #1d1d1f;\n  }\n\n  \/* Acordeones (Features \u0026 FAQ) *\/\n  .accordion-container, .faq-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item, details.faq-item { border-bottom: 1px solid #d2d2d7; }\n    \n  .accordion-item summary, .faq-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    color: #1d1d1f;\n  }\n  .accordion-item summary:hover, .faq-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }\n    \n  .accordion-title-text { display: flex; align-items: center; }\n  .icon-left { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .plus-minus-icon { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n    \n  details[open] \u003e summary .plus-minus-icon { transform: rotate(45deg); }\n    \n  .accordion-content, .faq-answer { padding: 0 20px 30px 20px; }\n  .accordion-content { padding-left: 65px; } \n  .accordion-content p, .faq-answer p { font-size: 1.05rem; color: #333; margin: 0; line-height: 1.6; }\n\n  \/* Feature Cards Grid *\/\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  \/* --- AJUSTES TABLA (Shopify-Proof) --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 40px;\n    border: 1px solid #e5e5e5 !important; \n    border-radius: 18px;\n    \/* Padding reducido dentro de la tarjeta, pero el margen externo lo da el título *\/\n    padding: 5px 20px !important; \n    background: transparent !important;\n  }\n  \n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse !important;\n    border: none !important;\n    background: transparent !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n\n  .product-description-container table.specs-table td, \n  .product-description-container table.specs-table th { \n    border: none !important; \n    padding: 12px 10px !important; \n    vertical-align: top; \n  }\n\n  .product-description-container table.specs-table tr { \n    border-bottom: 1px solid #e0e0e0 !important; \n    border-top: none !important;\n    border-left: none !important;\n    border-right: none !important;\n    background: transparent !important;\n  }\n\n  .product-description-container table.specs-table tr:last-child { \n    border-bottom: none !important; \n  }\n\n  .specs-table .spec-label { font-weight: 600; color: #1d1d1f; width: 40%; }\n  .specs-table .spec-value { color: #555; }\n  \/* --- FIN AJUSTES TABLA --- *\/\n\n  \/* FAQ Styles specifics *\/\n  .faq-container-wrapper {\n    max-width: 900px;\n    margin: 40px auto;\n  }\n    \n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2rem; }\n    .product-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary, .faq-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .icon-left { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 10px; } \n    .feature-cards-container { grid-template-columns: 1fr; }\n  }\n\n\/* PRIMER BLOQUE DE CÓDIGO *\/\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNEXT-GEN COMPACT POWER\u003c\/div\u003e\n\n\u003ch2\u003eZOTAC GAMING GeForce RTX 5060 Twin Edge OC 8GB GDDR7 Graphics Card\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003eExtreme performance with NVIDIA Blackwell architecture, DLSS 4, and SFF-Ready design for any space.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/rtx_5060_zotac_gaming_twin_edge_oc-1.jpg?v=1764197645\" alt=\"Tarjeta gráfica ZOTAC GAMING GeForce RTX 5070 Ti SOLID OC con triple ventilador y diseño robusto\" class=\"image-full-width\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003eElevate your gaming experience to unexplored levels with the ZOTAC GAMING GeForce RTX 5060 Twin Edge OC. Powered by the revolutionary NVIDIA Blackwell architecture, this graphics card is designed to deliver hyper-realistic graphics and unparalleled performance thanks to its 8GB of ultra-fast GDDR7 memory and DLSS 4 frame generation technology. Get ready to dominate the most demanding games on the market with fluid frame rates and minimal latency.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eDesigned for PC building enthusiasts, its SFF-Ready (Small Form Factor) design with a dual-fan system ensures a perfect fit in the vast majority of cases without sacrificing power. All of this is complemented by a solid metal backplate and IceStorm active cooling technology, which will keep your system at the ideal temperature during the most extreme gaming sessions. It's the perfect upgrade, requiring only a 550W power supply and a standard 8-pin connector.\u003c\/p\u003e\n\n\u003cdiv class=\"accordion-container\"\u003e\n\n\u003cdetails open=\"\" class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🚀\u003c\/span\u003eNVIDIA Blackwell Architecture and DLSS 4\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eEnjoy a massive generational leap. With the inclusion of new Tensor Cores and RT Cores, plus exclusive \u003cstrong\u003eDLSS 4\u003c\/strong\u003e technology, you'll get maximum Ray Tracing performance and AI-powered FPS, dramatically improving visual fidelity without sacrificing performance.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e❄️\u003c\/span\u003eSilent and Efficient Cooling\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eThe system incorporates BladeLink fans that optimize airflow intake. Additionally, the \u003cstrong\u003eFREEZE Fan Stop\u003c\/strong\u003e feature automatically stops the fans when the card is not under heavy load, ensuring completely silent operation while you work or browse.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e📏\u003c\/span\u003eUltra-Compact SFF-Ready Design\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eSave space in your build. At just 220.5 mm long and occupying only 2 slots wide, this GPU is ideal for Mini-ITX or compact systems, allowing for easy 'drop-in' installation in virtually any chassis.\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\"\u003eTechnology Designed for Winning\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eThe ZOTAC GAMING RTX 5060 Twin Edge OC not only gives you raw power but integrates NVIDIA's leading ecosystem for creators and competitive gamers.\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\u003eGDDR7 Memory at 28 Gbps\u003c\/h4\u003e\n\n\u003cp\u003eExperience data transfer speeds never before seen in this range. With a bandwidth of 448 GB\/s, high-resolution texture loading times are practically instantaneous.\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\u003eNVIDIA Reflex 2\u003c\/h4\u003e\n\n\u003cp\u003eDestroy the competition with faster reaction times. Reflex 2 minimizes your system's latency between mouse and screen, giving you absolute aiming precision in shooters.\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\u003eReinforced Metal Backplate\u003c\/h4\u003e\n\n\u003cp\u003ePremium aesthetics combined with maximum durability. Its metal backplate prevents long-term PCB bending and protects the delicate internal components of your investment.\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\u003eNew FireStorm Utility\u003c\/h4\u003e\n\n\u003cp\u003eTake absolute control. The revamped software allows you to monitor frequencies, adjust fan curves, apply manual overclocking, and control RGB lighting intuitively.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003ch3 style=\"margin-top: 20px; margin-bottom: 35px !important;\" class=\"section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003cdiv class=\"specs-table-container\"\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eGPU\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNVIDIA GeForce RTX 5060\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eArchitecture\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNVIDIA Blackwell (GB206)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDLSS \/ FSR \/ XeSS Version\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNVIDIA DLSS 4 (Multi Frame Generation)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRay Tracing Cores \/ Tensor Cores\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e30 RT Cores (4th Gen) \/ 120 Tensor Cores (5th Gen)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eCUDA Cores\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e3840\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eVideo Memory\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e8GB GDDR7\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMemory Bus\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e128-bit\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eEngine Clock (Boost)\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e2497 MHz (Factory OC Configuration)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMemory Speed\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e28 Gbps (Bandwidth: 448.0 GB\/s)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eAI TOPs\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eAI acceleration optimized by 5th Generation Tensor Cores (FP4\/FP8 supported for ultra-fast AI workflows)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eL1 Cache\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e3.75 MB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eL2 Cache\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e32 MB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eL3 Cache\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eN\/A\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eInterface\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003ePCIe 5.0 x8\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eVideo Outputs\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e3 x DisplayPort 2.1a \/ 1 x HDMI 2.1a (Supports up to 4K at 480Hz or 8K at 165Hz with DSC)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eHDCP Support\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eYes\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003ePower Consumption\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e145W\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003ePower Input\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e1 x 8-pin PCIe\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDirectX\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eMicrosoft DirectX 12 Ultimate\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e220.5 mm (Length) x 120.25 mm (Height) x 41.6 mm (Thickness) - Occupies 2 Slots\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eCooling\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eIceStorm 2.0 active cooling system (Dual BladeLink Fans with FREEZE Fan Stop)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRecommended Power Supply\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e550W\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-disclaimer\"\u003e⚠️ \u003cstrong\u003eAttention:\u003c\/strong\u003e Specifications may vary slightly depending on the manufacturer's batch. We strongly recommend confirming that your case has at least 225 mm of clearance to ensure a comfortable installation.\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-wrapper\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions (FAQ)\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eDo I need to change my power supply to use this graphics card?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eProbably not. One of the great advantages of this RTX 5060 is its incredible energy efficiency. It requires a maximum consumption of only 145W and is powered by a single standard 8-pin PCIe cable. If your power supply is 550W real or higher, you are ready to install it.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat benefits does GDDR7 memory offer over the previous generation?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eGDDR7 memory offers extreme speeds of 28 Gbps and higher bandwidth (up to 448 GB\/s in this model), meaning the card processes game textures and information much faster, eliminating 'stuttering' and ensuring more consistent FPS at 1080p and 1440p.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs it a good option for small cases (Mini-ITX)?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt's the ideal option! ZOTAC has designed this 'Twin Edge OC' version with full compatibility in mind. Measuring only 220.5 mm long and having a strictly 2-slot width profile, it is classified as SFF-Ready, fitting seamlessly into almost any compact case on the market.\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":58174749606236,"sku":null,"price":650.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/rtx_5060_zotac_gaming_twin_edge_oc-1.jpg?v=1782964135","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/tarjeta-grafica-gpu-zotac-gaming-geforce-rtx-5060-twin-edge-oc","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}