{"product_id":"nikon-z-30-camara-mirrorless-4k-body","title":"Nikon Z 30","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 { \n      font-family: 'Inter', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { \n      --gsm-blue: #0389FC; \n      --gsm-navy: #00003A; \n      --gsm-indigo: #413AF4; \n      --gsm-yellow: #EDFF00; \n    }\n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { \n      margin: 0; \n      font-weight: 800; \n      letter-spacing: -0.02em; \n      font-family: 'Montserrat', sans-serif;\n    }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; text-align: center; }\n    \n    \/* HERO *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 1rem; \n      background: linear-gradient(135deg, #f4faff 0%, #ffffff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n    }\n    .gsm-hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); color: #0389FC; line-height: 1; margin-bottom: 1rem; }\n    .gsm-hero .subheadline { font-size: 1.4rem; 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); gap: 20px; margin-bottom: 3rem; }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.3s ease; \n      border: 1px solid rgba(0,0,0,0.05); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,87,255,0.1); }\n    \n    \/* HIGHLIGHT CARD (NAVY) *\/\n    .gsm-card.highlight { \n      background: #00003A; \n      color: #FFFFFF !important; \n      grid-column: span 2; \n      flex-direction: row; \n      align-items: center; \n      gap: 30px;\n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: #FFFFFF !important; } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: #EDFF00; \n      flex-shrink: 0; \n      width: 70px; \n      height: 70px;\n    }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 0.8rem; color: #00003A; }\n    .icon-box { \n      width: 55px; \n      height: 55px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 16px; \n      background: #FFFFFF; \n      color: #0389FC; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    \n    \/* LENS VARIANTS SECTION *\/\n    .lens-variants {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 20px;\n      margin-bottom: 3.5rem;\n    }\n    .variant-item {\n      padding: 1.5rem;\n      border-radius: 20px;\n      background: #f0f7ff;\n      border: 1px solid #dceeff;\n      text-align: center;\n    }\n    .variant-item h4 { margin: 10px 0; color: #0389FC; font-weight: 700; }\n\n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: flex; \n      gap: 20px; \n      margin-bottom: 3.5rem; \n      overflow-x: auto; \n      padding-bottom: 20px;\n    }\n    .review-card { \n      background: #FFFFFF; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      min-width: 300px; \n      flex: 1; \n    }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; }\n    \n    \/* SPECS *\/\n    .specs-container { \n      background: #FFFFFF; \n      border-radius: 24px; \n      border: 1px solid #f0f0f0; \n      padding: 3rem; \n      margin-bottom: 3.5rem; \n    }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f5; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; }\n    \n    \/* FAQ *\/\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid #eee; }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; }\n    summary::after { content: '↓'; position: absolute; right: 25px; color: #0389FC; }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #555; }\n    \n    \/* FOOTER *\/\n    .gsm-footer { \n      text-align: center; \n      padding: 2.5rem; \n      background: #00003A; \n      color: white;\n      border-radius: 24px; \n    }\n\n    @media (max-width: 768px) { \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { flex-direction: column; text-align: center; }\n      .gsm-reviews { flex-direction: column; }\n    }\n  \u003c\/style\u003e\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eCreate your world, your way.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe Nikon Z 30 combines professional power and absolute versatility. Choose the perfect lens and start telling your story today.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase;\"\u003eNikon Z 30 \u0026amp; NIKKOR Z Ecosystem\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Highlight Card: Ecosistema de Lentes --\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.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 7l10 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"text-content\"\u003e\n\n\u003ch3\u003eA lens for every vision\u003c\/h3\u003e\n\n\u003cp\u003eFrom the compact 16-50mm kit for daily vlogs to powerful macro and prime lenses. The Z 30 grows with you, allowing you to swap optics to achieve that cinematic look you're after.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 2: 4K --\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\u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\u003crect ry=\"2\" rx=\"2\" height=\"14\" width=\"15\" y=\"5\" x=\"1\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eUncropped 4K Video\u003c\/h3\u003e\n\n\u003cp\u003eUtilize the full width of the sensor for sharp 4K videos. Exceptional resolution even in low light thanks to its large sensor.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 3: AF Ojo --\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\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 12c0 4 4 8 9 8s9-4 9-8-4-8-9-8-9 4-9 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eFocus that never fails\u003c\/h3\u003e\n\n\u003cp\u003eReal-time eye and face tracking. Stay in focus while moving in front of the camera, no matter what happens.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eChoose your Ideal Kit\u003c\/h2\u003e\n\n\u003cdiv class=\"lens-variants\"\u003e\n\n\u003cdiv class=\"variant-item\"\u003e\n\n\u003csvg style=\"margin-bottom: 15px;\" stroke-width=\"1.5\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003ch4\u003eVlogger Kit (16-50mm)\u003c\/h4\u003e\n\n\u003cp\u003eUltra-compact and stabilized. The perfect companion for wide-angle self-recording.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"variant-item\"\u003e\n\n\u003csvg style=\"margin-bottom: 15px;\" stroke-width=\"1.5\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M18 6L6 18M6 6l12 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eDouble Lens Kit\u003c\/h4\u003e\n\n\u003cp\u003eCover the entire range from landscapes to distant portraits with the 16-50mm and 50-250mm lenses.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"variant-item\"\u003e\n\n\u003csvg style=\"margin-bottom: 15px;\" stroke-width=\"1.5\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2v20M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003ch4\u003eBody Only\u003c\/h4\u003e\n\n\u003cp\u003eFor users who already own NIKKOR Z lenses or want to configure their setup from scratch.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; text-align: left; border-left: 5px solid #0389FC; padding-left: 15px; margin-bottom: 2rem;\"\u003eKey Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eLens Mount\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNikon Z (Mirrorless Ecosystem)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSensor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDX-format CMOS (20.9 MP)\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 (Selfie-ready)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eAudio\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eBuilt-in Stereo + 3.5mm Input\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWebcam\/Stream\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePlug \u0026amp; Play via USB-C\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhich lens do you recommend for getting started?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eFor vlogging and daily use, the \u003cstrong\u003e16-50mm f\/3.5-6.3 VR\u003c\/strong\u003e lens is ideal due to its compact size and image stabilization. If you're looking for extreme background blur, we recommend the NIKKOR Z f\/1.8 series prime lenses.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use my old Nikon DSLR lenses?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, using the \u003cstrong\u003eFTZ II adapter\u003c\/strong\u003e (sold separately), you can use hundreds of F-mount lenses while maintaining quality and, in many cases, autofocus.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the camera include stabilization?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe Z 30 features \u003cstrong\u003ee-VR (electronic Vibration Reduction)\u003c\/strong\u003e for video, and many kit lenses include optical VR stabilization for ultra-smooth handheld shots.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"gsm-footer\"\u003e\n\n\u003ch3 style=\"color: #edff00; margin-bottom: 0.5rem;\"\u003eGSMPRO.CL Warranty\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003eOriginal equipment, expert technical support, and shipping throughout Chile.\u003cbr\u003e\u003cstrong\u003eLeading technology in your hands.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Z30 Creator's Kit Bundle \/ Body + 16-50mm Lens + Creator Kit","offer_id":58174476255580,"sku":"B0CQ5HHVP4","price":1340.0,"currency_code":"USD","in_stock":true},{"title":"W\/ Lens \/ Body + 16-50mm Lens","offer_id":58174476288348,"sku":"B0B527QM4X","price":920.0,"currency_code":"USD","in_stock":true},{"title":"W\/ Lens \/ Body + Power Zoom Lens","offer_id":58174476321116,"sku":"B0CJZFLJY8","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Cuerpo de cámara solamente \/ Solo el cuerpo","offer_id":58174476353884,"sku":"B0B527JD1C","price":840.0,"currency_code":"USD","in_stock":true},{"title":"W\/ Lens \/ Body + 16-50mm + 50-250mm Lens","offer_id":58174476386652,"sku":"B0B59S2JFC","price":1230.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/z30_c2ffd974-9ea7-45cb-ab8a-f043fd30b074.png?v=1782959724","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nikon-z-30-camara-mirrorless-4k-body","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}