{"product_id":"lente-nikon-nikkor-z-800mm-f6-3-vr-s-bundle","title":"Nikon NIKKOR Z 800mm f\/6.3 VR S Z-Series Super-Telephoto Lens","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@400;600;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; font-family: 'Montserrat', sans-serif; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { text-align: center; padding: 5rem 1.5rem; background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%); border-radius: 32px; margin-bottom: 3rem; border: 1px solid #eef2f6; }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: #00003A; line-height: 1.05; margin-bottom: 1.5rem; }\n    .gsm-hero h1 span { color: #0389FC; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #4a4a4a; font-weight: 500; max-width: 750px; margin: 0 auto; line-height: 1.4; }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; gap: 24px; margin-bottom: 4rem; }\n    .gsm-card { background: #f8f9fb; padding: 2.5rem; border-radius: 28px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0,0,0,0.04); display: flex; flex-direction: column; }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,30,0.08); }\n    \n    \/* HIGHLIGHT CARD (DARK MODE) *\/\n    .gsm-card.highlight { background: #00003A; color: white !important; grid-column: span 2; flex-direction: row; align-items: center; gap: 30px; }\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; flex-shrink: 0; }\n    .gsm-card.highlight .content-wrap { flex: 1; }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 0.8rem; color: #00003A; }\n    .icon-box { width: 56px; height: 56px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: white; color: #0389FC; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 4rem; }\n    .review-card { background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 2rem; position: relative; }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .review-card p { font-style: italic; font-size: 0.95rem; }\n    .reviewer { font-weight: 700; color: #00003A; font-size: 0.9rem; margin-top: 1rem; display: block; }\n    \n    \/* SPECS TABLE *\/\n    .specs-container { background: #ffffff; border-radius: 28px; border: 1px solid #eef2f6; padding: 3rem; margin-bottom: 4rem; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f0f0f0; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; }\n    .spec-value { color: #555; text-align: right; font-weight: 500; }\n    \n    \/* FAQ SECTION *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f8f9fb; margin-bottom: 12px; border-radius: 16px; transition: all 0.3s ease; 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 ease; color: #0389FC; font-weight: bold; }\n    details[open] summary::after { transform: rotate(180deg); content: '↑'; }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #666; font-size: 1rem; border-top: 1px solid #f0f0f0; padding-top: 1rem; }\n    \n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.4rem; }\n      .gsm-grid { grid-template-columns: 1fr; }\n      .gsm-card.highlight { grid-column: span 1; flex-direction: column; text-align: center; }\n      .gsm-card.highlight .icon-box { margin: 0 auto 1.5rem; }\n      .gsm-reviews { grid-template-columns: 1fr; }\n      .specs-container { padding: 1.5rem; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv style=\"text-transform: uppercase; font-weight: 800; color: #0389fc; letter-spacing: 3px; margin-bottom: 10px; font-size: 0.9rem;\"\u003eS-Line Super-Telephoto\u003c\/div\u003e\n\n\u003ch1\u003eHandheld \u003cspan\u003eReach\u003c\/span\u003e\n\n\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eNikon NIKKOR Z 800mm f\/6.3 VR S: The perfect combination of Phase Fresnel technology and S-Series optics. Capture wildlife and sports with unprecedented freedom.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Highlight Card --\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\" height=\"32\" width=\"32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003cpath d=\"m4.93 4.93 1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"m17.66 17.66 1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"m6.34 17.66-1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"m19.07 4.93-1.41 1.41\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"content-wrap\"\u003e\n\n\u003ch3\u003eGame Changer: Phase Fresnel (PF)\u003c\/h3\u003e\n\n\u003cp\u003eThanks to the PF element, Nikon has dramatically reduced both weight and size. This 800mm super-telephoto lens is extraordinarily compact, allowing for handheld use and unparalleled agility in the field.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature 2 --\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 15h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 13v4\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e5.5-Stop VR Stabilization\u003c\/h3\u003e\n\n\u003cp\u003eIts vibration reduction system ensures sharp handheld shots. In combination with Synchro VR in cameras like the Z9, it compensates for movement to deliver crystal-clear results.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature 3 --\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDual STM Multi-Focus System\u003c\/h3\u003e\n\n\u003cp\u003eTwo synchronized AF drive units provide exceptionally fast and quiet focusing, ideal for tracking birds in flight or athletes in motion without mechanical noise.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature 4 --\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M20 7h-9l-3-3H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 13v3\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13v3\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 13v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eAdvanced SR and ED Optics\u003c\/h3\u003e\n\n\u003cp\u003eIncorporates SR (Short-wavelength Refractive) elements and ED glass to eliminate chromatic aberrations and color fringing, ensuring accurate and vibrant color reproduction.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-bottom: 2rem;\"\u003eProfessional Experiences\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\"Being able to shoot handheld at 800mm during a safari is something I never thought possible. The sharpness is simply S-Series.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003eIgnacio L. - Wildlife 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\"The focus is instantaneous on my Z9. For sports photography, this lens allows me to move across the field with total agility.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003eSofía B. - 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\"The balanced design and lightweight prevent fatigue during long sessions. The optical quality is impeccable across the entire frame.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003eMarcos V. - Nikon Z Professional\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; border-left: 5px solid #0389FC; padding-left: 15px; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMount\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNikon Z (Full Frame)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFocal Length\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e800 mm\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMaximum Aperture\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ef\/6.3\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eVR Stabilization\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 5.5 stops\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eOptical Design\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePhase Fresnel (PF), SR and ED Glass\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFocus System\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eInternal Stepping Motor (STM)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFilter Diameter\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e95 mm (Circular Screw-in)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eApprox. 2385 g (Ideal for handheld use)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used with teleconverters?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, it is fully compatible with the Z TELECONVERTER TC-1.4x and TC-2.0x, allowing you to achieve amazing focal lengths of up to 1600mm while maintaining exceptional focusing performance.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is Phase Fresnel (PF) technology?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt is a lens technology that uses diffraction gratings to correct chromatic aberrations. This allows for fewer conventional glass elements, resulting in a significantly lighter and smaller lens.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it resistant to harsh outdoor use?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eAbsolutely. It features professional dust and drip sealing, and a fluorine coating on the front element that repels water, grease, and dirt.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 1rem; font-size: 1.5rem;\"\u003eGSMPRO.CL Optical Support\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-size: 1.1rem; color: #00003a;\"\u003eOriginal and sealed professional equipment. \u003cbr\u003e\u003cstrong\u003eFast and secure shipping throughout Chile.\u003c\/strong\u003e\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":58174475764060,"sku":"B0CT3Z11SN","price":8900.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/z_3a4ca36e-572f-4393-a2ab-465b36383abd.png?v=1782959713","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/lente-nikon-nikkor-z-800mm-f6-3-vr-s-bundle","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}