{"product_id":"camara-mirrorless-canon-eos-r10-4k-profesional","title":"Canon EOS R10 Camera","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 { font-family: 'Inter', 'Montserrat', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; padding: 20px; }\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; text-align: center; }\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 rgba(3, 137, 252, 0.1); }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #0389FC; line-height: 1.1; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; }\n    .gsm-hero .subheadline { font-size: 1.4rem; color: #00003A; font-weight: 500; max-width: 750px; margin: 0 auto; line-height: 1.4; }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 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: space-between; }\n    .gsm-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.06); }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { background: #00003A; color: #FFFFFF !important; position: relative; overflow: hidden; }\n    .gsm-card.highlight h3 { color: #FFFFFF !important; font-size: 1.6rem; }\n    .gsm-card.highlight p { color: #e0e0e0 !important; font-size: 1rem; } \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.7rem; color: #00003A; }\n    .icon-box { width: 52px; height: 52px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: white; color: #0389FC; box-shadow: 0 4px 12px 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: 3rem; overflow-x: auto; padding: 10px 5px 20px 5px; scroll-snap-type: x mandatory; }\n    .review-card { background: white; border: 1px solid #eee; border-radius: 20px; padding: 1.8rem; min-width: 300px; flex: 1; scroll-snap-align: start; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-text { font-style: italic; font-size: 0.95rem; color: #555; margin-bottom: 1rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; color: #00003A; display: flex; align-items: center; gap: 8px; }\n    .review-author::before { content: \"\"; width: 20px; height: 2px; background: #EDFF00; display: block; }\n    \n    \/* SPECS *\/\n    .specs-container { background: #fff; border-radius: 24px; border: 1px solid #eee; padding: 2.5rem; margin-bottom: 3rem; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f0f0f0; align-items: center; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; font-size: 1rem; }\n    .spec-value { color: #555; text-align: right; font-size: 1rem; max-width: 60%; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 3rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid #f0f0f0; transition: all 0.3s ease; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 5px 15px rgba(3, 137, 252, 0.05); }\n    summary { padding: 1.3rem; 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.5rem; color: #0389FC; transition: transform 0.3s ease; }\n    details[open] summary::after { content: '−'; transform: rotate(180deg); }\n    .faq-content { padding: 0 1.3rem 1.3rem; color: #666; font-size: 1rem; line-height: 1.5; }\n    \n    \/* FOOTER BANNER *\/\n    .gsm-guarantee { text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { flex-direction: column; overflow-x: visible; }\n      .spec-row { flex-direction: column; align-items: flex-start; gap: 4px; }\n      .spec-value { text-align: left; max-width: 100%; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eCapture the moment. Master the motion.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe Canon EOS R10 is the perfect companion for content creators looking for professional speed and precision in an ultra-compact design.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eCanon EOS R10 Mirrorless Camera\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- CARD 1: HIGHLIGHT --\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\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"4\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"22\" x2=\"12\" y1=\"20\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"4\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"22\" y1=\"12\" x1=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eIntelligent Autofocus\u003c\/h3\u003e\n\n\u003cp\u003eDual Pixel CMOS AF technology maintains crystal-clear focus on moving subjects, ideal for fast action and professional vlogging.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2 --\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\"\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\u003cdiv\u003e\n\n\u003ch3\u003e15 fps Burst Shooting\u003c\/h3\u003e\n\n\u003cp\u003eWith the high-speed mechanical shutter, you won't miss a second. Capture the perfect moment in every continuous shot.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3 --\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\"\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\u003cdiv\u003e\n\n\u003ch3\u003eOptimized 4K Video\u003c\/h3\u003e\n\n\u003cp\u003eRecord for over 30 minutes without interruption. Cinematic quality with Movie Servo AF and intelligent subject tracking.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4 --\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\"\u003e\u003cpath d=\"M20.42 4.58a5 5 0 0 1 0 7.07l-7.07 7.07-7.07-7.07a5 5 0 0 1 7.07-7.07l.35.35.35-.35a5 5 0 0 1 7.07 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eCompact and Lightweight\u003c\/h3\u003e\n\n\u003cp\u003eErgonomic design that fits perfectly in your hand. Take it anywhere without the weight of a traditional DSLR.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eWhat photographers 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 class=\"review-text\"\u003e\"The autofocus is simply incredible. It instantly identifies eyes and faces. For vlogging, it's the best camera in terms of price-quality.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eCarlos T., 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\"Being able to shoot at 15 fps has allowed me to capture shots of birds in flight that I used to miss. It's very lightweight for long trips.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eElena R., Nature 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\"The 4K video is super sharp, and the fact that it doesn't cut off at 30 minutes is a lifesaver for my interviews.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eMarcos J., Videographer\u003c\/div\u003e\n\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.6rem; border-bottom: 3px solid #0389FC; padding-bottom: 8px; display: inline-block; text-align: left; 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.2 MP CMOS (APS-C)\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\"\u003eHigh-performance DIGIC X\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eAutofocus\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDual Pixel CMOS AF II with human and animal detection\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eShutter Speed\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 15 fps (mechanical) \/ 23 fps (electronic)\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 30p (oversampled from 6K) \/ 4K 60p (cropped)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e3.0\" Vari-angle Touchscreen\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eApprox. 382g (body only with battery and card)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I use my old Canon lenses?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, you can use your EF and EF-S lenses with an EF-EOS R mount adapter, maintaining full autofocus and stabilization functionality.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does it perform in low light conditions?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThanks to the 24.2 MP sensor and DIGIC X processor, the EOS R10 offers excellent noise control and an ISO range of 100-32,000 (expandable to 51,200).\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it good for streaming?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eAbsolutely. You can use it as a high-quality webcam via USB using the EOS Webcam Utility software or clean HDMI output.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-guarantee\"\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-size: 1.1rem; color: #00003a;\"\u003e\u003cstrong\u003e100% original\u003c\/strong\u003e product, factory sealed. \u003cbr\u003eSpecialized technical 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":"W\/ Rf-S18-150Mm","offer_id":58173479780700,"sku":"B0FQCRSF4D","price":1900.0,"currency_code":"USD","in_stock":true},{"title":"W\/ RF-S18-45mm","offer_id":58173479813468,"sku":"B0C9N236HD","price":1500.0,"currency_code":"USD","in_stock":true},{"title":"W\/ Tamron 18-300mm","offer_id":58173479846236,"sku":"B0G3BDZS3D","price":2170.0,"currency_code":"USD","in_stock":true},{"title":"W\/ Sigma 18-50mm F2.8","offer_id":58173479879004,"sku":"B0G3CN7CZR","price":2200.0,"currency_code":"USD","in_stock":true},{"title":"W\/ RF-S18-45mm RF75-300mm","offer_id":58173479911772,"sku":"B0FMHFL8H9","price":1890.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/20c0ec5ec529fa7265851004ce3b9476.jpg?v=1782940080","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/camara-mirrorless-canon-eos-r10-4k-profesional","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}