{"product_id":"nikon-zf-mirrorless-full-frame-lente-40mm","title":"Nikon Zf Mirrorless Camera with 40mm Lens - Full Frame","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026display=swap');\n    \n    #gsm-product-content { font-family: 'Montserrat', 'Inter', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; }\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; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.1rem; color: #4a4a4a; }\n    \n    \/* HERO *\/\n    .gsm-hero { text-align: center; padding: 4rem 1rem; background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); border-radius: 24px; margin-bottom: 3rem; border: 1px solid #f0f0f0; position: relative; }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); color: #0389FC; line-height: 1.1; margin-bottom: 1rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; line-height: 1.4; }\n    \n    .status-badge { position: absolute; top: 20px; right: 20px; background: #0389FC; color: #FFFFFF; padding: 8px 16px; border-radius: 50px; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; box-shadow: 0 4px 10px rgba(3, 137, 252, 0.2); }\n\n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 3rem; }\n    .gsm-card { background: #f5f5f7; padding: 2.5rem; border-radius: 24px; transition: all 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 (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { background: #00003A; grid-column: span 2; position: relative; overflow: hidden; }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: #FFFFFF !important; } \n    .gsm-card.highlight .icon-box { background: rgba(255,255,255,0.1); color: #EDFF00; }\n    \n    .gsm-card h3 { font-size: 1.5rem; 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: 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; scrollbar-width: none; }\n    .review-card { background: white; border: 1px solid #eee; border-radius: 20px; padding: 1.8rem; min-width: 300px; flex: 1; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .review-author { font-weight: 700; font-size: 0.95rem; color: #00003A; margin-top: 1rem; display: block; }\n    \n    \/* SPECS *\/\n    .specs-container { background: #fff; border-radius: 24px; border: 1px solid #f0f0f0; padding: 2.5rem; margin-bottom: 3rem; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f7; gap: 20px; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; flex: 1; }\n    .spec-value { color: #666; text-align: right; flex: 1; font-size: 1rem; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 3rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid #eee; transition: all 0.3s ease; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 5px 15px rgba(3, 137, 252, 0.1); }\n    summary { padding: 1.3rem 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; font-size: 1.5rem; color: #0389FC; transition: transform 0.3s; }\n    details[open] summary::after { content: '-'; 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    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1.5rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .status-badge { top: 10px; right: 10px; padding: 6px 12px; font-size: 0.7rem; }\n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-column: span 1; }\n      .gsm-reviews { flex-direction: column; overflow-x: hidden; }\n      .spec-row { flex-direction: column; gap: 5px; }\n      .spec-value { text-align: left; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv class=\"status-badge\"\u003eNew \u0026amp; Original\u003c\/div\u003e\n\n\u003cdiv style=\"margin-bottom: 15px; font-weight: bold; color: #0389fc; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem;\"\u003eFull-Frame Photography in Style\u003c\/div\u003e\n\n\u003ch1\u003eClassic elegance. Future power.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eInspired by the legendary FM2, the Nikon Zf blends tactile vintage design with the high-end EXPEED 7 processor and a full-frame sensor for limitless creativity.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 30px; font-weight: 800; color: #00003a; font-size: 1.2rem;\"\u003eNikon Zf + 40mm f\/2 SE Lens Kit\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Game Changer 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\"\u003e\u003cpath d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003ccircle r=\"4\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eIconic Vintage Design\u003c\/h3\u003e\n\n\u003cp\u003eA magnesium alloy body with precision-carved brass dials. Rediscover the tactile feel of analog photography with the reliability of Nikon's Z series.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 9h6v6H9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 1h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 23h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M1 9v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M23 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eEXPEED 7 Processor\u003c\/h3\u003e\n\n\u003cp\u003ePowered by the same engine as the Z9 and Z8. Enables ultra-fast autofocus, 30 fps burst shooting, and cutting-edge subject tracking.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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=\"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eOversampled 4K Video\u003c\/h3\u003e\n\n\u003cp\u003eRecord in 4K UHD with full pixel readout from 6K. Includes 10-bit internal recording and up to 125 minutes of continuous run-time for demanding filmmakers.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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=\"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\u003eIntelligent AF with Eye Detection\u003c\/h3\u003e\n\n\u003cp\u003eAdvanced tracking for people, animals, and vehicles. For the first time, eye detection is compatible even with manual focus lenses.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eWhat Photographers Are Saying\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 most beautiful camera I've ever owned. But the best part is that inside, it's a technical beast on par with the Z8.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eAndrés T. - Professional 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 dedicated black and white dial is an absolute hit. The Full Frame sensor performs incredibly well in low light conditions.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eCarla F. - Visual Artist\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 kit with the 40mm is perfect for street photography. Discreet, fast, and with superb image quality.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eManuel R. - Photojournalist\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.8rem; color: #0389fc; margin-bottom: 1.5rem;\"\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\"\u003e24.5 MP BSI CMOS (Full Frame)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eProcessor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eEXPEED 7 (Professional Grade)\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 (6K Oversampled) \/ 10-bit Internal\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eBurst Rate\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 30 fps (JPEG) \/ 14 fps (RAW)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eStabilization\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5-axis VR (up to 8 stops)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eScreen\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eVari-angle Touchscreen (3.2\")\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eKit Lens\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNIKKOR Z 40mm f\/2 (Special Edition)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs it weather-resistant?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the Nikon Zf features premium dust and moisture sealing throughout its magnesium alloy body, ideal for outdoor work.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the performance in night photography?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eExcellent. Thanks to the Full Frame BSI sensor and the EXPEED 7 processor, it offers an impressive ISO range with minimal noise, allowing shooting in very poor lighting conditions.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it have a dual memory card slot?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, it features one SD card slot (UHS-II) and an additional microSD slot, allowing for data backup or extra storage without increasing the camera's size.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 4rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eNew, original, and sealed product. \u003cbr\u003eIncludes specialized support and \u003cstrong\u003eexpress 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":58173480730972,"sku":"B00PPIXLDK","price":2950.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/z_0d602dbb-4497-4373-bb7c-429a096c9bbe.png?v=1782940102","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nikon-zf-mirrorless-full-frame-lente-40mm","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}