{"product_id":"sony-a7-iii-full-frame-ilce7m3","title":"Sony a7 III ILCE7M3\/B - Lens Camera","description":"\u003cdiv id=\"gsm-product-content\"\u003e\n\n  \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: 2.5rem; \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) - CONTRASTE CRÍTICO *\/\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\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eFull-Frame Perfection.\u003cbr\u003eCreative Freedom.\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eThe Sony a7 III redefines the standard for professional photography with its backlit sensor, 15-stop dynamic range, and speed that captures the imperceptible.\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 a7 III (ILCE-7M3)\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- Bento Grid de Beneficios --\u003e\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- Highlight: Sensor --\u003e\n    \u003cdiv class=\"gsm-card highlight card-large\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 10V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\"\u003e\u003c\/path\u003e\u003cpath d=\"m9 22 3-5 3 5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eExmor R™ BSI Sensor\u003c\/h3\u003e\n\n      \u003cp\u003eThe 24.2 MP full-frame CMOS sensor with a back-illuminated structure offers 1.8 times faster readout speed and dramatically reduced noise at high ISOs.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Rango Dinámico --\u003e\n    \u003cdiv class=\"gsm-card card-medium\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e15-Stop Dynamic Range\u003c\/h3\u003e\n\n      \u003cp\u003eCapture rich textures in shadows and precise details in highlights. Its dynamic range ensures flexible and professional post-production.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Enfoque --\u003e\n    \u003cdiv class=\"gsm-card card-small\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e693 AF Points\u003c\/h3\u003e\n\n      \u003cp\u003e93% sensor coverage with phase detection, allowing for instant focus and real-time Eye AF tracking.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Velocidad --\u003e\n    \u003cdiv class=\"gsm-card card-small\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e10 FPS Silent Shooting\u003c\/h3\u003e\n\n      \u003cp\u003eCapture critical moments at 10 fps with full AE\/AF tracking, whether with the mechanical shutter or in completely silent mode.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Batería --\u003e\n    \u003cdiv class=\"gsm-card card-small\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect width=\"16\" height=\"10\" x=\"2\" y=\"7\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M22 12h-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e710 Shots\u003c\/h3\u003e\n\n      \u003cp\u003eThe high-capacity Z-series battery allows for extended sessions of up to 710 shots per charge, leading its mirrorless category.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\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\"High ISO performance is incredible. I use it for weddings and night events with flawless results. The shipment arrived in 24 hours.\"\u003c\/p\u003e\n\n      \u003cdiv class=\"review-author\"\u003eRicardo G. - Professional Photographer\u003c\/div\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 class=\"review-text\"\u003e\"I switched from APS-C to Full Frame with this a7 III and the change is huge. The sharpness and bokeh you get are on another level.\"\u003c\/p\u003e\n\n      \u003cdiv class=\"review-author\"\u003eSofía L. - Portrait Photographer\u003c\/div\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 class=\"review-text\"\u003e\"Excellent camera for 4K HDR video. The eye-tracking focus system saves me hours of work. 100% recommended.\"\u003c\/p\u003e\n\n      \u003cdiv class=\"review-author\"\u003eMarco P. - Videographer\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\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;\"\u003eSpecifications\u003c\/h2\u003e\n\n    \n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eSensor\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eFull-Frame Exmor R CMOS 24.2 MP\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eISO Range\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e50 - 204,800 (Extended)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eAF Points\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e693 phase \/ 425 contrast (93% coverage)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eStabilization\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e5-axis SteadyShot in-body stabilization\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eVideo\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e4K HDR (HLG), S-Log2, S-Log3\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBattery Life\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eApprox. 710 shots (LCD Monitor)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eCard Slots\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eDual slot (SD UHS-II compatible)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\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\u003eIs it compatible with my current Sony E lenses?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        Yes, it is fully compatible with all E-mount lenses. If you use APS-C (E-mount) lenses, the camera will automatically activate crop mode.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between mechanical and silent shutter?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        The mechanical shutter is the standard physical one, while the silent shutter uses electronics to capture the image without making noise, ideal for ceremonies or nature photography. Both achieve 10 fps.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat warranty does GSMPRO.CL offer?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        We offer original and sealed products with a valid legal warranty in Chile, technical support, and guaranteed shipping throughout the national territory.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\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;\"\u003eFull-Frame technology within your reach.\u003cbr\u003e\u003cstrong\u003eFast shipping throughout Chile and guaranteed technical support.\u003c\/strong\u003e\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Sony Alpha a7 III Cámara Mirrorless Full-Frame\",\n  \"image\": [\n    \"https:\/\/gsmpro.cl\/path-to-sony-a7iii.jpg\"\n  ],\n  \"description\": \"Cámara mirrorless de fotograma completo con sensor de 24.2MP, 693 puntos de AF, video 4K HDR y estabilización de 5 ejes.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sony\"\n  },\n  \"sku\": \"ILCE-7M3\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/gsmpro.cl\/products\/sony-a7-iii\",\n    \"priceCurrency\": \"CLP\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"GSMPRO.CL\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.9\",\n    \"reviewCount\": \"56\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Body","offer_id":58174653399388,"sku":"B07B43WPVK","price":2500.0,"currency_code":"USD","in_stock":true},{"title":"Body + 28-70mm in","offer_id":58174653432156,"sku":"B07B45D8WV","price":2650.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/7_674572b8-1257-4110-a88a-cac7bc39cbf7.png?v=1782962506","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/sony-a7-iii-full-frame-ilce7m3","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}