{"product_id":"sony-alpha-a6400-camara-digital","title":"Sony Alpha a6400 - Digital Camera","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;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    \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 SECTION *\/\n    .gsm-hero { \n        text-align: center; \n        padding: 5rem 1rem; \n        background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%); \n        border-radius: 32px; \n        margin-bottom: 3rem; \n        border: 1px solid #eef2f6;\n    }\n    .gsm-hero h1 { \n        font-size: clamp(2.2rem, 5vw, 3.8rem); \n        color: #0389FC; \n        line-height: 1.05; \n        margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n        font-size: 1.3rem; \n        color: #00003A; \n        font-weight: 500; \n        max-width: 750px; \n        margin: 0 auto; \n        opacity: 0.9;\n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n        display: grid; \n        grid-template-columns: repeat(12, 1fr); \n        grid-auto-rows: minmax(280px, auto);\n        gap: 20px; \n        margin-bottom: 3rem; \n    }\n    .gsm-card { \n        background: #f8f9fb; \n        padding: 2rem; \n        border-radius: 28px; \n        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); \n        border: 1px solid rgba(0,0,58,0.05); \n        display: flex; \n        flex-direction: column; \n        justify-content: flex-end;\n    }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,58,0.1); }\n    \n    \/* GRID PLACEMENT *\/\n    .card-large { grid-column: span 7; }\n    .card-medium { grid-column: span 5; }\n    .card-small { grid-column: span 4; }\n    \n    \/* HIGHLIGHT CARD (NAVY) *\/\n    .gsm-card.highlight { \n        background: #00003A; \n        color: #FFFFFF !important; \n        justify-content: center;\n        text-align: left;\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    }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 0.75rem; line-height: 1.2; }\n    .icon-box { \n        width: 56px; \n        height: 56px; \n        margin-bottom: 2rem; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        border-radius: 16px; \n        background: white; \n        color: #0389FC; \n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 4rem; }\n    .review-card { \n        background: #FFFFFF; \n        border: 1px solid #eef2f6; \n        border-radius: 24px; \n        padding: 2rem; \n        box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    }\n    .stars { color: #0389FC; margin-bottom: 1rem; font-size: 1.2rem; }\n    .review-text { font-style: italic; color: #4a4a4a; margin-bottom: 1rem; }\n    .review-author { font-weight: 700; color: #00003A; font-size: 0.9rem; }\n\n    \/* SPECS *\/\n    .specs-container { \n        background: #fdfdfd; \n        border-radius: 32px; \n        border: 1px solid #f0f0f0; \n        padding: 3rem; \n        margin-bottom: 4rem; \n    }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f1f1f1; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; }\n    .spec-value { color: #666; text-align: right; max-width: 60%; }\n    \n    \/* FAQ *\/\n    details { background: #f8f9fb; margin-bottom: 12px; border-radius: 16px; border: 1px solid #eef2f6; transition: all 0.3s; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 10px 20px rgba(3,137,252,0.05); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; outline: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; font-size: 1.2rem; color: #0389FC; transition: 0.3s; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; }\n    \n    @media (max-width: 768px) { \n        .gsm-hero { padding: 3rem 1.5rem; }\n        .gsm-hero h1 { font-size: 2.4rem; } \n        .gsm-grid { grid-template-columns: 1fr; }\n        .card-large, .card-medium, .card-small { grid-column: span 12; }\n        .specs-container { padding: 1.5rem; }\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\u003ch1\u003ePro Focus.\u003cbr\u003eCompact Size.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe Sony Alpha a6400 combines the world's fastest autofocus with advanced 4K video features, designed for creators who accept no limits.\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;\"\u003eSony Alpha a6400 Mirrorless\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Bento Grid de Beneficios --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Highlight: AF --\u003e\n\u003cdiv class=\"gsm-card highlight card-large\"\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\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 7V5a2 2 0 0 1 2-2h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 3h2a2 2 0 0 1 2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 17v2a2 2 0 0 1-2 2h-2\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 21H5a2 2 0 0 1-2-2v-2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eReal-time Focus\u003c\/h3\u003e\n\n\u003cp\u003eWith 425 phase-detection and contrast-detection points covering 84% of the sensor, Eye AF never loses your subject, even with extreme movement.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Velocidad --\u003e\n\u003cdiv class=\"gsm-card card-medium\"\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=\"m2 4 3 12h14l3-12-6 7-4-7-4 7-6-7Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 19h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e11 FPS Burst\u003c\/h3\u003e\n\n\u003cp\u003eDon't miss a single moment. Capture up to 11 frames per second with full AF\/AE tracking at full 24.2 MP resolution.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Video --\u003e\n\u003cdiv class=\"gsm-card card-small\"\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\u003crect rx=\"2\" y=\"3\" x=\"2\" height=\"12\" width=\"18\"\u003e\u003c\/rect\u003e\u003cpath d=\"M22 7l-3.5 2 3.5 2V7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e4K HDR Video\u003c\/h3\u003e\n\n\u003cp\u003eHigh-resolution internal recording without cropping and S-Log profiles for a professional color workflow.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Vlogging --\u003e\n\u003cdiv class=\"gsm-card card-small\"\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\u003crect rx=\"2\" y=\"4\" x=\"2\" height=\"16\" width=\"20\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e180° Flip Screen\u003c\/h3\u003e\n\n\u003cp\u003eTiltable touchscreen LCD display ideal for vlogging and selfies, allowing you to frame with absolute precision.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Sensor --\u003e\n\u003cdiv class=\"gsm-card card-small\"\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 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 20v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.93 4.93l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M17.66 17.66l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.34 17.66l-1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M19.07 4.93l-1.41 1.41\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e24.2 MP Exmor CMOS\u003c\/h3\u003e\n\n\u003cp\u003eLarge APS-C sensor ensures sharp images and natural textures even in low-light conditions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Reviews --\u003e\n\u003ch2\u003eGSMPRO 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 class=\"review-text\"\u003e\"The eye focus is out of this world. I use it for photos of my children and it never misses. Delivery was super fast.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eAndrés M. - Amateur Photographer\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"Perfect for my YouTube channel. The 4K is sharp and the flip-up screen makes my life much easier when filming myself.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eValentina R. - Content Creator\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"Compact yet powerful. The material quality feels premium. Very satisfied with the purchase from GSMPRO.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eCristián T. - Traveler\u003c\/div\u003e\n\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=\"text-align: left; font-size: 1.8rem; border-left: 6px solid #0389FC; padding-left: 15px;\"\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.2 MP APS-C Exmor CMOS\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\"\u003eLatest Generation BIONZ X\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\"\u003e425 points (phase) \/ 425 points (contrast)\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 up to 30p \/ FHD up to 120p\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 - 32,000 (expandable to 102,400)\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\"\u003e3.0\" Tiltable 180° Touch LCD\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eWi-Fi, NFC, Bluetooth and Micro HDMI\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include a lens in the box?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThis version corresponds to the camera body only. You can attach any Sony E-mount lens or compatible adapters.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for self-recording (Vlogging)?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eAbsolutely! It's a favorite thanks to its screen that flips up 180 degrees and its autofocus system that tracks your face and eyes without losing focus.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the product warranty?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eAt GSMPRO.CL, all our products are new, sealed, and come with a legal warranty for manufacturing defects, as well as specialized technical support.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Badge de Garantía --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 4rem; padding: 3rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 1rem; font-size: 1.8rem;\"\u003eGSMPRO.CL Commitment\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eTechnology within your reach with the support you deserve.\u003cbr\u003e\u003cstrong\u003eInsured shipping throughout Chile and guaranteed after-sales support.\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":58174653628764,"sku":"B07MV3P7M8","price":1270.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/6_3d5649ec-7b57-44f0-ab06-3ee59d5f952f.png?v=1782962509","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/sony-alpha-a6400-camara-digital","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}