{"product_id":"canon-eos-rebel-t7-camara-dslr-con-lente-de-18-55mm-wi-fi-integrado-sensor-cmos-de-24-1-mp-procesador-de-imagen-digic-4-y-videos-full-hd-copia","title":"Canon EOS Rebel T7 DSLR Camera with 18-55mm lens | Built-in Wi-Fi | 24.1 MP CMOS Sensor | DIGIC 4+ Image Processor and Full HD Videos","description":"\u003c!-- CANON EOS REBEL T7 DESIGN START (COMPACT VERSION \u0026 OFFERS) --\u003e\n\u003c!-- Load only fonts and icons, the rest is pure CSS --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #canon-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff; \/* Fondo Blanco Puro *\/\n        color: #1d1d1f; \/* Texto Gris Oscuro *\/\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.4; \/* Reducido ligeramente *\/\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #canon-custom-landing *, \n    #canon-custom-landing *::before, \n    #canon-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #canon-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #canon-custom-landing h1, \n    #canon-custom-landing h2, \n    #canon-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.1;\n        font-weight: 700;\n        color: #000000;\n    }\n\n    #canon-custom-landing p {\n        margin-bottom: 0.8rem; \/* Reducido *\/\n        color: #555555; \/* Gris medio para lectura *\/\n        font-weight: 400;\n        font-size: 0.95rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .cn-section {\n        padding: 2rem 1.5rem; \/* Reducido *\/\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        border-bottom: 1px solid #e5e7eb;\n    }\n\n    .cn-container {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .cn-text-center { text-align: center; }\n    .cn-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .cn-hero {\n        background: radial-gradient(circle at center, #fcfcfc 0%, #ffffff 80%);\n        padding-top: 3rem; \n        padding-bottom: 3rem;\n        border-bottom: none;\n    }\n\n    .cn-badge {\n        color: #CC0000; \/* Rojo Canon *\/\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.7rem;\n        letter-spacing: 0.2em;\n        display: inline-block;\n        margin-bottom: 0.5rem;\n        background-color: #fff5f5;\n        padding: 0.4rem 1rem;\n        border: 1px solid #CC0000;\n        border-radius: 2px;\n    }\n\n    .cn-title-hero {\n        font-size: 2.8rem;\n        margin-bottom: 0.5rem;\n        color: #111;\n    }\n\n    .cn-subtitle-hero {\n        font-size: 1.1rem;\n        color: #CC0000;\n        font-weight: 500;\n        max-width: 800px;\n        margin: 0 auto;\n        line-height: 1.4;\n    }\n\n    \/* Banner Oferta Destacado y Alineado *\/\n    .cn-offer-banner {\n        background-color: #CC0000;\n        color: white;\n        width: 100%;\n        max-width: 800px;\n        padding: 1rem;\n        text-align: center;\n        border-radius: 8px;\n        margin-top: 2rem;\n        box-shadow: 0 6px 15px rgba(204, 0, 0, 0.15);\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        align-items: center;\n        gap: 1.5rem;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .cn-offer-text {\n        font-size: 0.95rem;\n        font-weight: 500;\n        margin: 0 !important;\n        color: #fff !important;\n        display: flex;\n        align-items: center;\n        gap: 0.5rem;\n        white-space: nowrap;\n    }\n\n    \/* Grid (Max 2 Columnas) *\/\n    .cn-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem;\n        margin-top: 1.5rem;\n    }\n\n    \/* Cards - ESTILO CANON ENTRY *\/\n    .cn-card {\n        background-color: #f9f9f9;\n        border: 1px solid #e5e5e5;\n        border-radius: 4px;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\n    \n    .cn-card:hover {\n        border-color: #CC0000;\n        background-color: #ffffff;\n        box-shadow: 0 10px 30px rgba(204, 0, 0, 0.05);\n        transform: translateY(-3px);\n    }\n\n    .cn-card-highlight {\n        background: linear-gradient(135deg, #CC0000 0%, #990000 100%);\n        color: white;\n        border: none;\n    }\n    \n    .cn-card-highlight h3,\n    .cn-card-highlight p,\n    .cn-card-highlight .cn-stat-label,\n    .cn-card-highlight .cn-stat-number {\n        color: #ffffff !important;\n    }\n\n    \/* Elementos Gráficos *\/\n    .cn-stat-number {\n        font-size: 2.2rem;\n        font-weight: 800;\n        color: #CC0000;\n        line-height: 1;\n        letter-spacing: -1px;\n    }\n    \n    .cn-stat-label {\n        font-size: 0.7rem;\n        text-transform: uppercase;\n        letter-spacing: 0.1em;\n        color: #888;\n        margin-top: 0.2rem;\n        display: block;\n        font-weight: 600;\n    }\n\n    .cn-icon-box {\n        width: 45px;\n        height: 45px;\n        background-color: #fff5f5;\n        border-radius: 4px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1rem;\n        color: #CC0000;\n        font-size: 1.3rem;\n        border: 1px solid rgba(204, 0, 0, 0.1);\n    }\n\n    \/* Tabla de Especificaciones *\/\n    .cn-specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 0.5rem;\n        font-size: 0.85rem;\n        color: #444;\n    }\n    .cn-specs-table td {\n        padding: 0.6rem 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .cn-specs-table td:first-child {\n        font-weight: 600;\n        color: #111;\n        width: 40%;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n        .cn-title-hero { font-size: 4rem; }\n        .cn-grid-2 { grid-template-columns: 1fr 1fr; }\n        .cn-col-span-2 { grid-column: span 2; }\n        .cn-section { padding: 3rem 2rem; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"canon-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"cn-section cn-hero\"\u003e\n\n        \u003cdiv class=\"cn-container cn-text-center\"\u003e\n\n            \u003cspan class=\"cn-badge\"\u003eENTRY-LEVEL DSLR\u003c\/span\u003e\n            \u003ch1 class=\"cn-title-hero\"\u003eCanon EOS Rebel T7.\u003c\/h1\u003e\n\n            \u003cp class=\"cn-subtitle-hero\"\u003e\n                Your entry into professional photography.\u003cbr\u003e\n                DSLR Quality. Total Simplicity.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Featured and Aligned Offer Banner --\u003e\n            \u003cdiv class=\"cn-offer-banner\"\u003e\n\n                \u003cdiv class=\"cn-offer-text\"\u003e\n\n                    🔥 \u003cspan style=\"font-weight: 800;\"\u003eBEST PRICE\u003c\/span\u003e with Transfer\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"width: 1px; height: 15px; background: rgba(255,255,255,0.4); display: inline-block;\"\u003e\u003c\/div\u003e\n\n                \u003cdiv class=\"cn-offer-text\"\u003e\n\n                    🚚 \u003cspan style=\"font-weight: 800;\"\u003eFREE SHIPPING\u003c\/span\u003e nationwide\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \n            \u003c!-- Product Image --\u003e\n            \u003cdiv style=\"margin-top: 2rem; position: relative;\"\u003e\n\n                 \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/71EWRyqzw0L.jpg\" alt=\"Canon EOS Rebel T7 with 18-55mm Lens\" style=\"width: 100%; max-width: 500px; margin: 0 auto; display: block; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));\"\u003e \n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"cn-section\" style=\"border-bottom: none; padding-top: 0.5rem; padding-bottom: 1rem;\"\u003e\n\n        \u003cdiv class=\"cn-container cn-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 1rem;\"\u003eThe next step in your story.\u003c\/h2\u003e\n\n            \u003cp style=\"font-size: 1rem; color: #555; max-width: 800px; margin: 0 auto;\"\u003e\n                Ready to leave your cell phone camera behind? The EOS Rebel T7 combines a powerful \u003cstrong\u003e24.1 MP CMOS sensor\u003c\/strong\u003e with a DIGIC 4+ processor to capture incredible detail, even in low light. It's easy to use, powerful, and ready to share thanks to its \u003cstrong\u003ebuilt-in Wi-Fi and NFC\u003c\/strong\u003e.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Features Grid --\u003e\n    \u003cdiv class=\"cn-section\" style=\"padding-top: 0; border-bottom: none;\"\u003e\n\n        \u003cdiv class=\"cn-container\"\u003e\n\n            \n            \u003cdiv class=\"cn-grid-2\"\u003e\n\n                \u003c!-- Sensor Card (Highlight) --\u003e\n                \u003cdiv class=\"cn-card cn-col-span-2 cn-card-highlight\"\u003e\n\n                    \u003cdiv style=\"display: flex; flex-direction: column; justify-content: center;\"\u003e\n\n                        \u003ch3 style=\"font-size: 1.8rem; margin-bottom: 0.5rem;\"\u003eAmazing Detail.\u003c\/h3\u003e\n\n                        \u003cp style=\"font-size: 1rem; opacity: 0.95; margin-bottom: 1.5rem; max-width: 700px;\"\u003e\n                            Capture vibrant colors and sharp details that smartphones cannot match. The APS-C size sensor is 19 times larger than that of many phones, allowing for natural and beautiful background blur (bokeh).\n                        \u003c\/p\u003e\n\n                        \u003cdiv style=\"display: flex; gap: 2rem; align-items: flex-end;\"\u003e\n\n                            \u003cdiv\u003e\n\n                                \u003cspan class=\"cn-stat-number\"\u003e24.1\u003c\/span\u003e\n                                \u003cspan class=\"cn-stat-label\"\u003eMegapixels\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv\u003e\n\n                                \u003cspan class=\"cn-stat-number\"\u003eAPS-C\u003c\/span\u003e\n                                \u003cspan class=\"cn-stat-label\"\u003eLarge Sensor\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Connectivity Card --\u003e\n                \u003cdiv class=\"cn-card\"\u003e\n\n                    \u003cdiv class=\"cn-icon-box\"\u003e\n\n                        \u003ci class=\"fa-solid fa-wifi\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eConnect and Share.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eBuilt-in Wi-Fi and NFC. Instantly transfer your photos to your phone with the Canon Camera Connect app or use your phone as a remote control for shooting at a distance.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Focus Card --\u003e\n                \u003cdiv class=\"cn-card\"\u003e\n\n                    \u003cdiv class=\"cn-icon-box\"\u003e\n\n                        \u003ci class=\"fa-solid fa-crosshairs\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eFast Focus.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003e9-point AF system with a cross-type center point for greater precision. Capture the action at the right moment thanks to 3.0 fps continuous shooting and AI Servo AF.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Video Card --\u003e\n                \u003cdiv class=\"cn-card\"\u003e\n\n                    \u003cdiv class=\"cn-icon-box\"\u003e\n\n                        \u003ci class=\"fa-solid fa-film\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eFull HD Video.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eRecord 1080p videos with cinematic quality. Easy to use for capturing memories in motion or starting your YouTube channel.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Kit Lens Card --\u003e\n                \u003cdiv class=\"cn-card\"\u003e\n\n                    \u003cdiv class=\"cn-icon-box\"\u003e\n\n                        \u003ci class=\"fa-solid fa-camera-retro\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eLens Included.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eComes ready to use with the \u003cstrong\u003eEF-S 18-55mm\u003c\/strong\u003e lens. Perfect for everything from wide landscapes to zoom portraits.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Emotional Section (Sales Closer) --\u003e\n    \u003cdiv class=\"cn-section\" style=\"background-color: #fff9f9; border-top: 1px solid #ffebeb; margin-top: 1.5rem; padding: 2rem 1.5rem;\"\u003e\n\n        \u003cdiv class=\"cn-container cn-text-center\" style=\"max-width: 800px;\"\u003e\n\n            \u003cdiv style=\"margin-bottom: 1rem; color: #CC0000; font-size: 1.8rem;\"\u003e\n\n                \u003ci class=\"fa-solid fa-camera-rotate\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.8rem; color: #1d1d1f;\"\u003ePut down the phone, start creating.\u003c\/h2\u003e\n\n            \u003cp style=\"font-size: 1rem; color: #444; margin-bottom: 1rem;\"\u003e\n                Photography is not just about capturing an image, it's about capturing an emotion. The Rebel T7 gives you the creative control you need to make your photos look exactly as you imagine them.\n            \u003c\/p\u003e\n\n            \u003cp style=\"font-size: 1rem; color: #444; font-weight: 600;\"\u003e\n                It's time to take your passion seriously. Don't let your memories remain pixelated.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Footer Specs --\u003e\n    \u003cdiv class=\"cn-section\" style=\"border-bottom: none; padding-top: 1rem; background-color: #fafafa;\"\u003e\n\n        \u003cdiv class=\"cn-container\"\u003e\n\n            \u003ch3 style=\"font-size: 1.1rem; margin-bottom: 0.5rem; text-align: left; color: #111;\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n            \u003ctable class=\"cn-specs-table\"\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eSensor\u003c\/td\u003e\n\n                    \u003ctd\u003eCMOS (APS-C) 24.1 MP\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eProcessor\u003c\/td\u003e\n\n                    \u003ctd\u003eDIGIC 4+\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eMount\u003c\/td\u003e\n\n                    \u003ctd\u003eCanon EF (Compatible with EF and EF-S)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eISO\u003c\/td\u003e\n\n                    \u003ctd\u003e100-6400 (Exp. 12800)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eFocus\u003c\/td\u003e\n\n                    \u003ctd\u003e9 AF Points (Central cross-type)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eVideo\u003c\/td\u003e\n\n                    \u003ctd\u003eFull HD 1080p 30fps\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eScreen\u003c\/td\u003e\n\n                    \u003ctd\u003e3.0-inch LCD (920k dots)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eConnectivity\u003c\/td\u003e\n\n                    \u003ctd\u003eWi-Fi, NFC\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n            \u003c\/table\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- END OF CANON EOS REBEL T7 DESIGN --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Body W\/ 18-55mm Lens","offer_id":58173484794204,"sku":"B07C2Z21X5","price":715.0,"currency_code":"USD","in_stock":true},{"title":"Body W\/18-55Mm 75-300Mm Lenses","offer_id":58173484826972,"sku":"B0101RW3QK","price":905.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/0775b316e1f1de5e33d7e208410266c1.jpg?v=1782940124","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/canon-eos-rebel-t7-camara-dslr-con-lente-de-18-55mm-wi-fi-integrado-sensor-cmos-de-24-1-mp-procesador-de-imagen-digic-4-y-videos-full-hd-copia","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}