{"product_id":"binoculares-militares-potentes-20x50","title":"Binoculares Militares Potentes 20x50","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@500;600;700\u0026amp;family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --dark:#1b1f16;\n    --olive:#4b5320;\n    --olive-light:#6b7a35;\n    --khaki:#cfc2a0;\n    --khaki-light:#f2ede1;\n    --accent:#ff7a1a;\n    --accent-dark:#e0630a;\n    --cream:#faf7f0;\n    --ink:#22261c;\n    --star:#ffb100;\n  }\n  *{box-sizing:border-box;margin:0;padding:0;}\n  body{\n    font-family:'Inter',Arial,sans-serif;\n    background:var(--cream);\n    color:var(--ink);\n    line-height:1.55;\n    -webkit-font-smoothing:antialiased;\n  }\n  img{display:block;max-width:100%;height:auto;}\n  h1,h2,h3{font-family:'Oswald',Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px;line-height:1.15;}\n  .wrap{max-width:1180px;margin:0 auto;padding:0 20px;}\n  .btn{\n    display:inline-flex;align-items:center;justify-content:center;gap:10px;\n    background:var(--accent);color:#fff;font-family:'Oswald',Arial,sans-serif;\n    font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;\n    padding:16px 34px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;\n    box-shadow:0 8px 20px rgba(255,122,26,.35);transition:transform .15s ease, box-shadow .15s ease;\n  }\n  .btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,122,26,.45);background:var(--accent-dark);}\n  .btn svg{width:20px;height:20px;flex-shrink:0;}\n  .icon{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0;}\n\n  \/* TOP BAR *\/\n  .topbar{background:var(--dark);color:var(--khaki-light);font-size:.85rem;text-align:center;padding:9px 12px;letter-spacing:.3px;}\n  .topbar strong{color:var(--accent);}\n\n  \/* HERO *\/\n  .hero{\n    background:\n      radial-gradient(circle at 80% 20%, rgba(107,122,53,.35), transparent 55%),\n      linear-gradient(135deg, var(--dark) 0%, var(--olive) 100%);\n    color:var(--cream);\n    padding:56px 0 64px;\n  }\n  .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;}\n  .badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;}\n  .badge{\n    display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.1);\n    border:1px solid rgba(255,255,255,.25);color:var(--khaki-light);\n    font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;\n    padding:6px 12px;border-radius:999px;\n  }\n  .badge svg{width:14px;height:14px;}\n  .hero h1{font-size:2.6rem;color:#fff;margin-bottom:16px;}\n  .hero h1 span{color:var(--accent);}\n  .hero p.lead{font-size:1.12rem;color:var(--khaki-light);max-width:520px;margin-bottom:26px;}\n  .price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:26px;flex-wrap:wrap;}\n  .price-row .price{font-family:'Oswald',Arial,sans-serif;font-size:2.4rem;font-weight:700;color:#fff;}\n  .price-row .price-tag{background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:5px 10px;border-radius:5px;}\n  .hero-trust{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px;color:var(--khaki-light);font-size:.85rem;}\n  .hero-trust div{display:flex;align-items:center;gap:8px;}\n  .hero-trust .icon{width:20px;height:20px;color:var(--accent);}\n  .hero-img-wrap{position:relative;}\n  .hero-img-wrap img{border-radius:16px;box-shadow:0 24px 50px rgba(0,0,0,.45);border:3px solid rgba(255,255,255,.15);}\n  .stars-mini{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--khaki-light);font-size:.85rem;}\n  .stars-mini .icon{width:16px;height:16px;color:var(--star);fill:var(--star);}\n\n  \/* SECTION GENERIC *\/\n  section.block{padding:64px 0;}\n  .eyebrow{display:inline-block;color:var(--olive);font-weight:700;font-size:.78rem;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:10px;}\n  .section-title{font-size:2rem;color:var(--dark);margin-bottom:18px;}\n  .split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}\n  .split.reverse .col-img{order:2;}\n  .split p{font-size:1.02rem;color:#3c4231;margin-bottom:14px;}\n  .col-img img{border-radius:16px;box-shadow:0 18px 40px rgba(27,31,22,.18);}\n\n  .pain-list{list-style:none;margin-top:18px;display:grid;gap:12px;}\n  .pain-list li{display:flex;gap:12px;align-items:flex-start;font-size:.98rem;color:#3c4231;}\n  .pain-list .icon{color:#c94a3a;width:22px;height:22px;margin-top:2px;}\n\n  \/* FEATURES *\/\n  .features{background:var(--khaki-light);}\n  .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px;}\n  .feature-card{\n    background:#fff;border-radius:14px;padding:26px 22px;box-shadow:0 10px 26px rgba(27,31,22,.08);\n    border:1px solid #e7ddc4;\n  }\n  .feature-card .icon-badge{\n    width:52px;height:52px;border-radius:12px;background:var(--olive);color:#fff;\n    display:flex;align-items:center;justify-content:center;margin-bottom:16px;\n  }\n  .feature-card .icon-badge .icon{width:26px;height:26px;color:#fff;}\n  .feature-card h3{font-size:1.05rem;color:var(--dark);margin-bottom:8px;text-transform:none;}\n  .feature-card p{font-size:.92rem;color:#4a4f3d;}\n  .feature-imgs{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px;}\n  .feature-imgs img{border-radius:14px;box-shadow:0 14px 30px rgba(27,31,22,.15);}\n\n  \/* SOCIAL PROOF *\/\n  .proof{background:var(--dark);color:var(--khaki-light);}\n  .proof .eyebrow{color:var(--accent);}\n  .proof .section-title{color:#fff;}\n  .proof-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;margin-top:10px;}\n  .testimonials{display:grid;gap:16px;}\n  .t-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:20px 22px;}\n  .t-card .stars{display:flex;gap:3px;margin-bottom:10px;}\n  .t-card .stars .icon{width:16px;height:16px;color:var(--star);fill:var(--star);}\n  .t-card p{font-size:.96rem;color:var(--khaki-light);margin-bottom:10px;}\n  .t-card .name{font-weight:600;color:#fff;font-size:.88rem;}\n  .proof-img img{border-radius:16px;box-shadow:0 20px 45px rgba(0,0,0,.5);}\n\n  \/* FINAL CTA *\/\n  .final{\n    background:linear-gradient(135deg, var(--olive) 0%, var(--dark) 100%);\n    color:#fff;text-align:center;padding:70px 0;\n  }\n  .final .eyebrow{color:var(--accent);}\n  .final h2{font-size:2.1rem;color:#fff;max-width:760px;margin:0 auto 16px;}\n  .final p.lead{max-width:600px;margin:0 auto 30px;color:var(--khaki-light);font-size:1.05rem;}\n  .guarantee-row{display:flex;justify-content:center;flex-wrap:wrap;gap:26px;margin-top:34px;}\n  .guarantee-row div{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:150px;font-size:.82rem;color:var(--khaki-light);}\n  .guarantee-row .icon{width:30px;height:30px;color:var(--accent);}\n  .urgency{\n    display:inline-block;background:rgba(255,122,26,.15);border:1px solid var(--accent);color:#ffcfa3;\n    font-size:.85rem;font-weight:600;padding:8px 18px;border-radius:999px;margin-bottom:22px;\n  }\n\n  footer{background:var(--dark);color:rgba(255,255,255,.45);text-align:center;padding:22px 12px;font-size:.78rem;}\n\n  @media (max-width:860px){\n    .hero-grid,.split,.proof-grid{grid-template-columns:1fr;}\n    .split .col-img{order:-1;}\n    .split.reverse .col-img{order:-1;}\n    .feature-grid{grid-template-columns:1fr 1fr;}\n    .feature-imgs{grid-template-columns:1fr;}\n    .hero h1{font-size:2rem;}\n    .section-title{font-size:1.6rem;}\n  }\n  @media (max-width:520px){\n    .feature-grid{grid-template-columns:1fr;}\n    .price-row .price{font-size:1.9rem;}\n    .btn{width:100%;}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"topbar\"\u003e🔥 \u003cstrong\u003e¡ÚLTIMAS UNIDADES DISPONIBLES!\u003c\/strong\u003e — Envío gratis a todo Chile hoy\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"wrap hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 12h4l2-8 4 16 2-8h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003ePago Contra Entrega\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 7h11v9H3zM14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003eEnvío Gratis\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2 4 5v6c0 5 3.5 8.5 8 11 4.5-2.5 8-6 8-11V5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eCompra Segura\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eVe Cada Detalle a Kilómetros: \u003cspan\u003eBinoculares Militares 20x50\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"lead\"\u003eÓptica de alta potencia con diseño resistente tipo militar. Ideal para caza, camping, deportes, conciertos y seguridad — la claridad que los binoculares comunes no te dan.\u003c\/p\u003e\n\u003cdiv class=\"stars-mini\"\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003cspan\u003eValorado por clientes en todo Chile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-row\"\u003e\n\u003cspan class=\"price\"\u003e$32.980\u003c\/span\u003e \u003cspan class=\"price-tag\"\u003eEnvío Gratis Incluido\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"btn\" href=\"https:\/\/gasparcl.org\/products\/binoculares-militares-potentes-20x50\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke=\"#fff\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"1.4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"21\" r=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 3h2l2.6 12.4a2 2 0 0 0 2 1.6h8.8a2 2 0 0 0 2-1.6L21 8H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Quiero Los Míos Ahora \u003c\/a\u003e\n\u003cdiv class=\"hero-trust\"\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 7h11v9H3zM14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003eEnvío gratis a todo Chile\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 12h4l2-8 4 16 2-8h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003ePaga cuando llega a tu casa\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2 4 5v6c0 5 3.5 8.5 8 11 4.5-2.5 8-6 8-11V5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eGarantía incluida\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/gasparcl.org\/cdn\/shop\/files\/Gemini_Generated_Image_foxfpqfoxfpqfoxf.jpg?v=1789241166\" alt=\"Binoculares militares 20x50 sobre fondo táctico\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEMA \/ AGITACIÓN --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eyebrow\"\u003eEl problema\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003e¿Cansado de Binoculares Baratos que No Sirven de Nada?\u003c\/h2\u003e\n\u003cp\u003eLa mayoría de los binoculares económicos prometen \"gran alcance\" pero entregan imágenes borrosas, plástico frágil y una visión que se pierde apenas oscurece. El resultado: pierdes el momento exacto que querías ver, ya sea un animal a lo lejos, el escenario de un concierto o a tu equipo jugando desde la tribuna.\u003c\/p\u003e\n\u003cul class=\"pain-list\"\u003e\n\u003cli\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\" stroke=\"#c94a3a\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003eImagen borrosa o doble apenas alejas el zoom\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\" stroke=\"#c94a3a\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003eCarcasa plástica que se raja al primer golpe\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\" stroke=\"#c94a3a\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003eCero visibilidad con poca luz (atardecer, amanecer, interiores)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-img\"\u003e\u003cimg src=\"https:\/\/gasparcl.org\/cdn\/shop\/files\/Gemini_Generated_Image_khlwnmkhlwnmkhlw.jpg?v=1789241166\" alt=\"Binoculares militares en uso al aire libre\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SOLUCIÓN \/ CARACTERÍSTICAS --\u003e\n\u003csection class=\"block features\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eLa solución\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003ePotencia Militar 20x50: Ve Lo Que Otros No Pueden\u003c\/h2\u003e\n\u003cp style=\"max-width: 640px;\"\u003eDiseñados con estándares de uso táctico, estos binoculares combinan un zoom de \u003cstrong\u003e20x\u003c\/strong\u003e con lentes de \u003cstrong\u003e50mm\u003c\/strong\u003e de apertura para captar hasta el último detalle, incluso con poca luz. Cuerpo compacto, resistente y plegable: caben en tu mochila y aguantan el uso exigente al aire libre.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003cline x1=\"21\" y1=\"21\" x2=\"16.6\" y2=\"16.6\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"15\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eZoom 20x50 de largo alcance\u003c\/h3\u003e\n\u003cp\u003eDistingue detalles a cientos de metros de distancia con nitidez, ideal para caza, senderismo y observación.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eVisión en baja luz\u003c\/h3\u003e\n\u003cp\u003eLentes ópticos de alta transmisión de luz que mantienen la claridad al amanecer, atardecer o en interiores.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12h8M8 8h8M8 16h5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eCarcasa resistente tipo militar\u003c\/h3\u003e\n\u003cp\u003eRecubrimiento antideslizante y estructura reforzada que soporta golpes, polvo y uso intenso al aire libre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v3M12 18v3M3 12h3M18 12h3\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eEnfoque rápido de precisión\u003c\/h3\u003e\n\u003cp\u003eRueda central de ajuste suave para enfocar en segundos, sin perder el momento que quieres capturar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 8V5a1 1 0 0 1 1-1h3M20 8V5a1 1 0 0 1-1-1h-3M4 16v3a1 1 0 0 0 1 1h3M20 16v3a1 1 0 0 1-1 1h-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDiseño compacto y plegable\u003c\/h3\u003e\n\u003cp\u003eSe pliega y cabe fácilmente en tu mochila o bolso — llévalo a cualquier aventura sin peso extra.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2 4 5v6c0 5 3.5 8.5 8 11 4.5-2.5 8-6 8-11V5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMultiuso garantizado\u003c\/h3\u003e\n\u003cp\u003ePerfectos para caza, camping, deportes, conciertos, náutica y seguridad — un solo equipo, mil usos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-imgs\"\u003e\n\u003cimg src=\"https:\/\/gasparcl.org\/cdn\/shop\/files\/Gemini_Generated_Image_lvtxq6lvtxq6lvtx.jpg?v=1789241166\" alt=\"Detalle de los lentes de los binoculares militares\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/2700\/4315\/files\/Gemini_Generated_Image_khlwnmkhlwnmkhlw.jpg?v=1789241166\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRUEBA SOCIAL --\u003e\n\u003csection class=\"block proof\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eClientes reales\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eMiles de Chilenos Ya Confían en Sus Binoculares Militares\u003c\/h2\u003e\n\u003cdiv class=\"proof-grid\"\u003e\n\u003cdiv class=\"testimonials\"\u003e\n\u003cdiv class=\"t-card\"\u003e\n\u003cdiv class=\"stars\"\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cp\u003e\"Muy rápido, no esperé para mi entrega.\"\u003c\/p\u003e\n\u003cdiv class=\"name\"\u003eClaudia P. — Compradora verificada\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t-card\"\u003e\n\u003cdiv class=\"stars\"\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cp\u003e\"Muy buena atención, me encantó el trato, muy responsables.\"\u003c\/p\u003e\n\u003cdiv class=\"name\"\u003eXiomara M. — Compradora verificada\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t-card\"\u003e\n\u003cdiv class=\"stars\"\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15 9 22 9.5 16.5 14 18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cp\u003e\"Excelente, todo como tiene que ser, llegó a tiempo.\"\u003c\/p\u003e\n\u003cdiv class=\"name\"\u003ePaula V. — Compradora verificada\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-img\"\u003e\u003cimg src=\"https:\/\/gasparcl.org\/cdn\/shop\/files\/Gemini_Generated_Image_vdzbgjvdzbgjvdzb.jpg?v=1789241166\" alt=\"Cliente usando binoculares militares en exteriores\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA FINAL --\u003e\n\u003csection class=\"final\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"urgency\"\u003e⚠️ Quedan pocas unidades disponibles\u003c\/span\u003e \u003cspan class=\"eyebrow\" style=\"display: block;\"\u003eNo te quedes sin los tuyos\u003c\/span\u003e\n\u003ch2\u003eÚltimas Unidades Disponibles — Asegura los Tuyos Hoy\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eCompra 100% segura: pagas cuando el pedido llega a tu puerta y el envío es gratis a todo Chile. Si no quedas conforme, cuentas con garantía. Cero riesgo, toda la potencia.\u003c\/p\u003e\n\u003cdiv style=\"margin-bottom: 10px;\"\u003e\u003cimg src=\"https:\/\/gasparcl.org\/cdn\/shop\/files\/Gemini_Generated_Image_wmfh44wmfh44wmfh.jpg?v=1789241166\" alt=\"Binoculares militares 20x50 listos para enviar\" style=\"max-width: 340px; margin: 0 auto 30px; border-radius: 16px; box-shadow: 0 20px 45px rgba(0,0,0,.5);\"\u003e\u003c\/div\u003e\n\u003ca class=\"btn\" href=\"https:\/\/gasparcl.org\/products\/binoculares-militares-potentes-20x50\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke=\"#fff\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"1.4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"21\" r=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 3h2l2.6 12.4a2 2 0 0 0 2 1.6h8.8a2 2 0 0 0 2-1.6L21 8H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Comprar Ahora por $32.980 \u003c\/a\u003e\n\u003cdiv class=\"guarantee-row\"\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 7h11v9H3zM14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003eEnvío gratis a todo Chile\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 12h4l2-8 4 16 2-8h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003ePago contra entrega\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2 4 5v6c0 5 3.5 8.5 8 11 4.5-2.5 8-6 8-11V5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eGarantía incluida\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2 4 5v6c0 5 3.5 8.5 8 11 4.5-2.5 8-6 8-11V5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003eCompra 100% segura\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/2700\/4315\/files\/Whatsapp_confirmacion.webp?v=1768580206\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter\u003eGasparCL · gasparcl.org · Todos los derechos reservados\u003c\/footer\u003e","brand":"GasparCl","offers":[{"title":"Default Title","offer_id":49507689726107,"sku":"1000269CQH","price":32980.0,"currency_code":"CLP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/2700\/4315\/files\/Gemini_Generated_Image_foxfpqfoxfpqfoxf.jpg?v=1789241166","url":"https:\/\/gasparcl.org\/products\/binoculares-militares-potentes-20x50","provider":"GasparCl","version":"1.0","type":"link"}