{"product_id":"canon-powershot-sx520-hs-zoom-42x-full-hd","title":"Canon PowerShot SX520","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;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        padding: 20px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    \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 { \n        font-family: 'Montserrat', sans-serif;\n        margin: 0; \n        font-weight: 800; \n        letter-spacing: -0.02em; \n    }\n    \n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--gsm-navy); }\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 1.5rem; \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: var(--gsm-blue); \n        line-height: 1.1; \n        margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n        font-size: 1.3rem; \n        color: var(--gsm-navy); \n        font-weight: 500; \n        max-width: 800px; \n        margin: 0 auto; \n        opacity: 0.9;\n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n        display: grid; \n        grid-template-columns: repeat(2, 1fr); \n        gap: 20px; \n        margin-bottom: 4rem; \n    }\n    \n    .gsm-card { \n        background: #f8f9fa; \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,0,0.04); \n        display: flex; \n        flex-direction: column; \n    }\n    \n    .gsm-card:hover { \n        transform: translateY(-8px); \n        box-shadow: 0 20px 40px rgba(0,0,58,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD - CRITICAL CONTRAST *\/\n    .gsm-card.highlight { \n        grid-column: span 2;\n        background: var(--gsm-navy); \n        color: #FFFFFF !important; \n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: #FFFFFF !important; } \n    .gsm-card.highlight .icon-box { background: rgba(255,255,255,0.15); color: var(--gsm-yellow); }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 0.8rem; line-height: 1.2; }\n    .icon-box { \n        width: 56px; \n        height: 56px; \n        margin-bottom: 1.5rem; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        border-radius: 14px; \n        background: #fff; \n        color: var(--gsm-blue); \n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n\n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; padding: 10px; overflow-x: auto; }\n    .review-card { \n        background: white; \n        border: 1px solid #eaeff4; \n        border-radius: 20px; \n        padding: 2rem; \n        min-width: 280px;\n        flex: 1; \n        box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    }\n    .stars { color: var(--gsm-yellow); margin-bottom: 1rem; font-size: 1.2rem; filter: drop-shadow(0 0 1px rgba(0,0,0,0.2)); }\n    .reviewer { font-weight: 700; color: var(--gsm-navy); display: block; margin-top: 1rem; }\n    \n    \/* SPECS *\/\n    .specs-container { \n        background: #fff; \n        border-radius: 28px; \n        border: 1px solid #f0f0f0; \n        padding: 3rem; \n        margin-bottom: 4rem; \n    }\n    .spec-row { \n        display: flex; \n        justify-content: space-between; \n        padding: 1.2rem 0; \n        border-bottom: 1px solid #f4f4f4; \n        align-items: center;\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: var(--gsm-navy); font-size: 1rem; }\n    .spec-value { color: #555; text-align: right; font-size: 1rem; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid #f0f0f0; }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: var(--gsm-navy); font-size: 1.1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; color: var(--gsm-blue); font-weight: 800; }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; }\n    \n    .gsm-footer-banner {\n        text-align: center; \n        padding: 3rem; \n        background: #f0f7ff; \n        border-radius: 24px; \n        border: 2px dashed var(--gsm-blue);\n    }\n\n    @media (max-width: 768px) { \n        .gsm-hero h1 { font-size: 2.4rem; } \n        .gsm-grid { grid-template-columns: 1fr; } \n        .gsm-card.highlight { grid-column: span 1; }\n        .gsm-reviews { flex-direction: column; }\n        .spec-row { flex-direction: column; align-items: flex-start; gap: 4px; }\n        .spec-value { text-align: left; }\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\u003eMaximum reach, \u003cbr\u003ecompact design.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe Canon PowerShot SX520 HS puts the world at your fingertips with its incredible 42x optical zoom and intelligent stabilization technology for sharp photos and videos.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eCanon PowerShot SX520 HS | 42x Zoom\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- BENTO GRID --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\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=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cline y2=\"16.65\" x2=\"16.65\" y1=\"21\" x1=\"21\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"11\" y1=\"8\" x1=\"11\"\u003e\u003c\/line\u003e\u003cline y2=\"11\" x2=\"14\" y1=\"11\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e42x Optical Zoom\u003c\/h3\u003e\n\n\u003cp\u003eFrom 24mm wide-angle landscapes to extreme 1008mm telephoto shots. Capture details the human eye can't see with astounding clarity.\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\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\u003eFull HD 1080p Video\u003c\/h3\u003e\n\n\u003cp\u003eRecord smooth videos at the touch of a button. Optical zoom is available during recording so you don't miss any of the action.\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"9\" y1=\"3\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"21\" x2=\"15\" y1=\"3\" x1=\"15\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\u003cline y2=\"15\" x2=\"21\" y1=\"15\" x1=\"3\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eZoom Framing Assist\u003c\/h3\u003e\n\n\u003cp\u003eZoom Framing Assist technology automatically tracks moving subjects, making perfect framing easy even at extreme telephoto.\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eHigh-Sensitivity Sensor\u003c\/h3\u003e\n\n\u003cp\u003e16.0 MP CMOS sensor combined with the DIGIC 4+ processor to capture bright, sharp shots, reducing noise in low-light conditions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- REVIEWS SECTION --\u003e\n\u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-top: 3rem;\"\u003eWhat travelers say\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\"I took it on a safari and the zoom is out of this world. I was able to photograph lions from a great distance with great sharpness. Highly recommended.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Carlos R., Freelance Traveler\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 framing assist is key. Before, I used to lose the subject when zooming, now the camera helps me keep it in focus.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Elena M., Hobbyist\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\"Excellent value for money. Night photos come out much better than I expected for a camera of this size.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Pablo D., Amateur Photographer\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid var(--gsm-blue); padding-bottom: 10px; display: inline-block; margin-bottom: 2rem;\"\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\"\u003e16.0 Megapixel 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\"\u003eCanon DIGIC 4+\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eOptical Zoom\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e42x (24-1008mm equivalent)\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\"\u003eFull HD 1080p at 30 fps\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\" LCD with wide viewing angle\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFocus\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHigh-speed AF\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\"\u003eIntelligent IS (Optical image stabilizer)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"font-size: 1.8rem; margin-bottom: 1.5rem;\"\u003eFrequently asked questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs such a powerful zoom difficult to use?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eNot at all. The camera includes the \"Zoom Framing Assist\" function that helps you quickly find and follow subjects, stabilizing the image so it doesn't come out blurry.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I record video and zoom at the same time?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the SX520 HS allows you to use the full optical zoom while recording Full HD video, maintaining smooth and silent focus.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow well does it work for landscape photos?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eExcellent. Thanks to its 24mm wide-angle lens, you can capture very wide scenes, ideal for travel, architecture, and group photos.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"gsm-footer-banner\"\u003e\n\n\u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 0.8rem; font-size: 1.5rem;\"\u003eGSMPRO.CL Warranty\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eOriginal and Guaranteed Canon PowerShot SX520 HS. \u003cbr\u003e\u003cspan style=\"color: var(--gsm-navy); font-weight: 800;\"\u003eGo further with cutting-edge technology and shipping throughout Chile.\u003c\/span\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":58173491347804,"sku":"B07JN48531","price":580.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/5_e6bccedb-6207-4de0-ae33-2981294309b8.png?v=1782940134","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/canon-powershot-sx520-hs-zoom-42x-full-hd","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}