{"product_id":"nikon-d6-cuerpo-camara-slr-fx-format","title":"Nikon D6 FX-Format - SLR Camera Body","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@700;800\u0026display=swap');\n    \n    #gsm-product-content { font-family: 'Inter', 'Montserrat', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; padding: 20px; }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { --gsm-blue: #0389FC; --gsm-navy: #00003A; --gsm-indigo: #413AF4; --gsm-yellow: #EDFF00; }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; text-align: center; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO *\/\n    .gsm-hero { text-align: center; padding: 5rem 1rem; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); border-radius: 32px; margin-bottom: 3rem; border: 1px solid #eee; }\n    .gsm-hero .badge { background: #00003A; color: #EDFF00; padding: 5px 15px; border-radius: 50px; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; margin-bottom: 1rem; display: inline-block; }\n    .gsm-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2.2rem, 5vw, 3.5rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.5rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 750px; margin: 0 auto; opacity: 0.9; }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto; gap: 20px; margin-bottom: 3rem; }\n    .gsm-card { background: #f8f9fa; padding: 2.5rem; border-radius: 24px; transition: transform 0.3s ease; border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: flex-start; }\n    .gsm-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    \n    \/* HIGHLIGHT CARD (NAVY\/WHITE) *\/\n    .gsm-card.highlight { background: #00003A; color: white !important; grid-column: span 1; grid-row: span 2; justify-content: center; }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; } \n    .gsm-card.highlight .icon-box { background: rgba(255,255,255,0.1); color: #EDFF00; width: 60px; height: 60px; }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 1rem; color: #00003A; }\n    .icon-box { width: 50px; height: 50px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: white; color: #0389FC; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }\n    .icon-box svg { width: 28px; height: 28px; }\n\n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; overflow-x: auto; padding: 10px 5px 20px; scroll-snap-type: x mandatory; }\n    .review-card { background: white; border: 1px solid #eee; border-radius: 20px; padding: 2rem; min-width: 300px; flex: 1; scroll-snap-align: start; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 1rem; display: block; }\n    \n    \/* SPECS *\/\n    .specs-container { background: #fff; border-radius: 28px; border: 1px solid #f0f0f0; padding: 3rem; margin-bottom: 4rem; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f0f0f0; align-items: center; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; font-size: 1rem; }\n    .spec-value { color: #666; text-align: right; font-size: 1rem; max-width: 60%; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; overflow: hidden; transition: all 0.3s; border: 1px solid transparent; }\n    details[open] { border-color: #0389FC; background: #fff; }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; font-size: 1.1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; border-top: 1px solid #f0f0f0; padding-top: 1rem; }\n    \n    \/* FOOTER BANNER *\/\n    .gsm-footer-badge { text-align: center; margin-top: 3rem; padding: 3rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC; }\n\n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; }\n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-row: span 1; }\n      .gsm-reviews { flex-direction: column; } \n      .spec-row { flex-direction: column; align-items: flex-start; }\n      .spec-value { text-align: left; max-width: 100%; margin-top: 0.3rem; }\n    }\n  \u003c\/style\u003e\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv class=\"badge\"\u003eNikon Flagship SLR\u003c\/div\u003e\n\n\u003ch1\u003eThe pinnacle of performance.\u003cbr\u003eUnleashed speed.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe Nikon D6 redefines professional workflow with the most powerful AF system in the brand's history and extreme durability for any environment.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 30px; font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eNikon D6 FX-Format SLR Body\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- BENTO GRID --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Highlight Card: AF System --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"16\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eSurgical Precision AF\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a 105-point system, all cross-type and selectable. Capture the fastest action with astonishing precision where it truly matters, even in the most challenging lighting conditions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 2: Speed --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e14 fps Burst Rate\u003c\/h3\u003e\n\n\u003cp\u003eBurst speed of up to 14 frames per second with full AF\/AE tracking. Never miss the decisive moment in sports, wildlife, or high-speed events.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 3: Image Quality --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eClarity in Darkness\u003c\/h3\u003e\n\n\u003cp\u003eFull-frame sensor designed to shine at high ISOs. Incredibly clean images and dynamic range that allows you to work in dark stadiums or interiors without compromise.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 4: Built for Pros --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"9\" y1=\"3\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eExtreme Durability\u003c\/h3\u003e\n\n\u003cp\u003eMagnesium alloy body with professional-grade environmental sealing. Resistant to the harshest climates, from heavy rain to desert dust.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- REVIEWS --\u003e\n\u003ch2\u003eVoices from Professionals\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-reviews\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"The focus system never fails. I've covered the Olympic Games with it, and the file transmission speed is a lifesaver.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Marco G., Sports Photographer\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Unbeatable in low light. The quality of the RAW files is impressive, even at ISO 12,800.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Elena R., Photojournalist\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"A tank. The construction gives you the confidence that you can work anywhere in the world without fear of equipment failure.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Thomas K., Nature Photography\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; border-bottom: 3px solid #0389FC; padding-bottom: 10px; display: inline-block; text-align: left; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSensor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e20.8 MP Full-Frame FX CMOS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eLens Mount\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNikon F (Nikon F Bayonet)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFocus Points\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e105 cross-type AF points (all selectable)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eBurst Speed\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 14 fps with continuous AF\/AE\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eVideo\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4K UHD at 30p \/ 25p \/ 24p\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eISO\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100 - 102,400 (Expandable to 3,280,000)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMemory Slots\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDual CFexpress \/ XQD slots\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2\u003eProfessional Inquiries\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow has the workflow improved compared to the D5?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe D6 includes integrated Wi-Fi and Bluetooth connectivity, plus gigabit LAN ports that allow priority file transfer during live events, reducing critical delivery times.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with my older Nikon F lenses?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eAbsolutely. The Nikon F mount maintains compatibility with decades of Nikkor optics, allowing you to use your best glass with the latest focusing technology.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the battery performance during long sessions?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe D6 offers industry-leading battery life, allowing you to capture thousands of shots on a single charge of the EN-EL18c battery, ideal for expeditions or full-day sports events.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FOOTER BADGE --\u003e\n\u003cdiv class=\"gsm-footer-badge\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem; font-size: 1.5rem;\"\u003eGSMPRO.CL Gold Standard\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500; font-size: 1.1rem;\"\u003eNew, sealed professional camera body.\u003cbr\u003e\u003cstrong\u003eOfficial warranty and technical advice for professionals.\u003c\/strong\u003e\u003cbr\u003ePriority shipping with insurance throughout Chile.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174473142620,"sku":"B084QNV95D","price":8000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/b2766e3c4ddd5d4e603b428d1be1765b_65fafeef-1f14-4d06-9c6e-bd9daa8c8344.jpg?v=1782959690","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nikon-d6-cuerpo-camara-slr-fx-format","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}