{"product_id":"garmin-fenix®-8-pro-amoled-sapphire","title":"GARMIN FENIX 8 PRO AMOLED SAPPHIRE","description":"\u003cstyle\u003e\n  \/* --- ESTILOS GENERALES Y VARIABLES --- *\/\n  :root {\n    --accent-color: #F94F06; \/* Naranja Garmin Fenix (Botón de Acción) *\/\n    --text-color: #1d1d1f;   \n    --subtext-color: #86868b; \n    --bg-light: #f5f5f7;     \n    --border-color-soft: #e5e5e5; \n    --radius-lg: 24px;\n    --radius-md: 16px;\n    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n  }\n  .product-description-container {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: var(--text-color);\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n  \/* --- HEADER --- *\/\n  .product-header {\n    text-align: center;\n    padding: 50px 10px 60px 10px;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: var(--text-color);\n    margin: 0 0 12px 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n    text-transform: uppercase; \n  }\n  .product-header h3.subtitle {\n    font-size: 1.35rem;\n    font-weight: 400;\n    color: var(--subtext-color);\n    margin: 0 auto;\n    max-width: 750px;\n    line-height: 1.4;\n    text-transform: none; \n  }\n  \/* --- IMAGEN --- *\/\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: var(--radius-lg);\n    margin: 0 0 60px 0;\n    background-color: var(--bg-light);\n    display: block;\n    object-fit: cover;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n  }\n  \/* --- BENEFICIOS (Bullets) --- *\/\n  .benefits-container {\n    background-color: var(--bg-light);\n    border: none;\n    border-radius: var(--radius-lg);\n    padding: 45px;\n    margin-bottom: 60px;\n  }\n  .benefit-item {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 22px; \n    font-size: 1.05rem;\n    color: #333;\n  }\n  .benefit-item:last-child { margin-bottom: 0; }\n  \n  .icon-check-svg {\n    width: 24px;\n    height: 24px;\n    min-width: 24px;\n    margin-right: 18px;\n    color: var(--accent-color);\n    margin-top: 2px;\n  }\n  \/* --- NARRATIVA --- *\/\n  .narrative-section {\n    max-width: 720px;\n    margin: 0 auto 60px auto;\n    text-align: center;\n  }\n  .narrative-text {\n    font-size: 1.2rem;\n    color: #333;\n    margin-bottom: 25px;\n    line-height: 1.75;\n  }\n  \/* --- TÍTULOS DE SECCIÓN --- *\/\n  .section-title {\n    font-size: 1.8rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 80px; \n    margin-bottom: 60px; \n    color: var(--text-color);\n    letter-spacing: -0.01em;\n    text-transform: none; \n  }\n  \/* --- CARACTERÍSTICAS (GRID) --- *\/\n  .scannable-features-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin-bottom: 60px;\n  }\n  \n  .scannable-item {\n    font-size: 1rem;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    background: #ffffff;\n    border: 1px solid var(--border-color-soft); \n    padding: 24px 24px; \n    border-radius: var(--radius-md);\n    transition: var(--transition-smooth);\n    cursor: default;\n  }\n  .scannable-item:hover { \n    border-color: var(--accent-color); \n    background: #ffffff;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n    transform: translateY(-4px); \n  }\n  \n  .icon-feature-svg {\n    width: 22px;\n    height: 22px;\n    min-width: 22px;\n    margin-right: 15px;\n    color: var(--text-color);\n    opacity: 0.5;\n    transition: var(--transition-smooth);\n  }\n  .scannable-item:hover .icon-feature-svg {\n    color: var(--accent-color); \n    opacity: 1;\n    transform: scale(1.15);\n  }\n  \/* --- FICHA TÉCNICA --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 60px;\n    border: 1px solid var(--border-color-soft); \n    border-radius: var(--radius-lg);\n  }\n    \n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n  }\n  .product-description-container table.specs-table td { \n    border-bottom: 1px solid #f0f0f0; \n    padding: 18px 24px;\n    vertical-align: middle; \n  }\n  .product-description-container table.specs-table tr:last-child td { border-bottom: none; }\n  .product-description-container table.specs-table tr:nth-child(even) { background-color: #fafafa; }\n  .spec-label { font-weight: 600; color: var(--text-color); width: 35%; font-size: 0.95rem; }\n  .spec-value { color: #555; font-size: 0.95rem; }\n\n  \/* --- ACORDEONES (FAQ) --- *\/\n  .faq-container { border-top: 1px solid var(--border-color-soft); margin-bottom: 60px; }\n  details.faq-item { border-bottom: 1px solid var(--border-color-soft); } \n  .faq-item summary {\n    font-size: 1.1rem;\n    font-weight: 500;\n    padding: 26px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--text-color);\n    transition: color 0.2s ease;\n  }\n  .faq-item summary:hover { color: var(--accent-color); }\n  .chevron-icon { width: 20px; height: 20px; color: #ccc; transition: transform 0.3s ease; }\n  details[open] \u003e summary .chevron-icon { transform: rotate(180deg); color: var(--text-color); }\n  .faq-answer { padding: 0 10px 30px 10px; font-size: 1rem; color: #555; line-height: 1.6; }\n\n  \/* --- ICONOS DE CONFIANZA --- *\/\n  .trust-icons-section {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 40px;\n    margin-top: 80px; \n    padding-top: 40px;\n    border-top: 1px solid var(--border-color-soft); \n  }\n  .trust-card { flex: 1; min-width: 200px; text-align: center; opacity: 0.9; }\n  .trust-svg-icon { width: 34px; height: 34px; display: block; margin: 0 auto 14px auto; color: var(--text-color); stroke-width: 1.5; }\n  .trust-title { font-weight: 600; font-size: 0.9rem; color: var(--text-color); display: block; margin-bottom: 4px; }\n  .trust-desc { font-size: 0.85rem; color: var(--subtext-color); }\n\n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2.2rem; }\n    .product-header h3.subtitle { font-size: 1.15rem; }\n    .specs-table td { display: block; width: 100%; padding: 12px 15px; }\n    .spec-label { color: var(--subtext-color); font-size: 0.85rem; text-transform: uppercase; padding-bottom: 0; }\n  }\n\u003c\/style\u003e\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003ch2\u003eGARMIN FĒNIX® 8 PRO AMOLED \u003cspan\u003eSapphire\u003c\/span\u003e: THE GOLD STANDARD OF PERFORMANCE💎\u003c\/h2\u003e\n\n\u003ch3 class=\"subtitle\"\u003eUltra-bright AMOLED display, next-gen Pro sensors, and class-leading battery life.⚡\u003c\/h3\u003e\n\n\u003c\/section\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/61vFRwSLaoL._AC_SX522_.jpg\" class=\"image-full-width\" alt=\"Garmin fēnix® 8 Pro 47mm AMOLED\"\u003e\n\u003cdiv class=\"benefits-container\"\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eAMOLED Pro Visual Clarity:\u003c\/strong\u003e Enjoy stunning resolution and deep blacks that bring maps to life, even in the brightest conditions.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eAdvanced Health Accuracy:\u003c\/strong\u003e Incorporates the new 6th-generation heart rate sensor, offering surgical precision in high-intensity workouts.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eIntegrated Smart Communication:\u003c\/strong\u003e Built-in speaker and microphone for making calls and using your smartphone's voice assistant directly from your wrist.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eExtreme Durability and Diving:\u003c\/strong\u003e Reinforced titanium chassis with watertight buttons, certified for recreational diving up to 40 meters deep.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003csection class=\"narrative-section\"\u003e\n\u003cp class=\"narrative-text\"\u003eElite athletes often face a dilemma: watches with stunning displays are usually fragile, while rugged watches lack clarity. In the critical moment of an expedition, a lack of clarity or precise data can make all the difference.\u003c\/p\u003e\n\n\u003cp class=\"narrative-text\"\u003eThe Garmin fēnix® 8 Pro AMOLED 47mm eliminates any compromise. It's the perfect fusion of premium design and tactical technology. With a battery that defies AMOLED display expectations and tools that analyze your fatigue in real time, this watch doesn't just record what you do; it tells you what you're capable of achieving.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003ch3 class=\"section-title\"\u003eHighlights\u003c\/h3\u003e\n\n\u003cdiv class=\"scannable-features-container\"\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e LED Flashlight 2.0\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e TopoActive Maps\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e Strength Training\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e Multiband SatIQ™\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003efēnix® 8 Pro Technical Specifications\u003c\/h3\u003e\n\n\u003cdiv class=\"specs-table-container\"\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDisplay\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e1.4\" AMOLED (454 x 454 pixels)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMaterials\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eSapphire Crystal and Aerospace Titanium\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eSmartwatch Battery\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eUp to 16 days (6 days Always-on)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eGPS Battery\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eUp to 47 hours\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eWater Resistance\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e10 ATM (Diving 40m)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eStorage\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e32 GB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eSensors\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eHR Gen 6, Multiband, ECG\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the difference between the standard fēnix 8 and the Pro?\u003c\/span\u003e \u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Pro version includes the latest generation heart rate sensor (Gen 6), optimizations in the maximum brightness of the AMOLED screen for outdoors, and exclusive software functions for recovery analysis.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan I use the watch for diving?\u003c\/span\u003e \u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, the fēnix 8 Pro has a depth rating of 40 meters and watertight inductive buttons, making it a fully functional dive computer for recreational diving and freediving.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eHow durable are titanium and sapphire?\u003c\/span\u003e \u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt's the most durable material combination available. Sapphire is virtually impossible to scratch except by a diamond, and titanium offers a superior strength-to-weight ratio compared to stainless steel.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-icons-section\"\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003eOfficial Garmin Warranty\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eFull 12-month support\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003eSatisfaction Guarantee\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eIf you don't like it, we'll help you\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003eVIP Insured Shipping\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003ePriority tracked delivery\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003ePro Technical Assistance\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eSetup experts\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"47 mm \/ Black Graphite","offer_id":58174034313564,"sku":null,"price":1665.0,"currency_code":"USD","in_stock":true},{"title":"47 mm \/ Charcoal Grey","offer_id":58174034346332,"sku":null,"price":1588.0,"currency_code":"USD","in_stock":true},{"title":"51 mm \/ Charcoal Grey","offer_id":58174034379100,"sku":null,"price":1720.0,"currency_code":"USD","in_stock":true},{"title":"51 mm \/ Black Graphite","offer_id":58174034411868,"sku":"753759350994","price":1819.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/61vFRwSLaoL._AC_SX522.jpg?v=1782949574","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/garmin-fenix%c2%ae-8-pro-amoled-sapphire","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}