{"product_id":"g-shock-ga-2300","title":"RELÓGIO G-SHOCK","description":"\u003cdiv class=\"hycella-wrapper\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    \/* =========================================\n       1. CONFIGURAÇÕES GERAIS (Paleta Azul Premium)\n       ========================================= *\/\n    .hycella-wrapper {\n      font-family: 'Poppins', sans-serif;\n      color: #0f172a;\n      line-height: 1.6;\n      width: 100%;\n      overflow-x: hidden;\n      background: #fff;\n      font-size: 17px;\n\n      \/* Nova Paleta de Cores: Blue Premium \/ Tech *\/\n      --h-primary: #2563eb;\n      --h-dark: #1e3a8a;\n      --h-gradient: linear-gradient(135deg, #60a5fa 0%, #1d4ed8 100%);\n      --h-shimmer: linear-gradient(90deg, #60a5fa, #fff, #60a5fa);\n      --h-green: #24cf40;\n\n      \/* Sombras adaptadas para a nova cor azul *\/\n      --h-shadow:\n        0 30px 60px -12px rgba(37, 99, 235, 0.25),\n        0 18px 36px -18px rgba(0, 0, 0, 0.1);\n      --h-card-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.04);\n      --h-border-light: 1px solid rgba(0, 0, 0, 0.04);\n    }\n\n    .hycella-wrapper * {\n      box-sizing: border-box;\n      outline: none;\n    }\n    .hycella-wrapper img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      margin: 0 auto;\n    }\n    .hycella-wrapper a {\n      text-decoration: none;\n      color: inherit;\n      transition: 0.3s;\n    }\n\n    .h-container {\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 0 25px;\n      position: relative;\n    }\n    .h-section {\n      padding: 100px 0;\n      border-bottom: var(--h-border-light);\n    }\n\n    \/* --- ANIMAÇÕES PREMIUM --- *\/\n    @keyframes h-shimmer-text {\n      0% {\n        background-position: -200% center;\n      }\n      100% {\n        background-position: 200% center;\n      }\n    }\n    @keyframes h-levitate {\n      0%,\n      100% {\n        transform: translateY(0);\n      }\n      50% {\n        transform: translateY(-15px);\n      }\n    }\n    @keyframes h-pulse-soft {\n      0% {\n        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);\n        transform: translate(-50%, -50%) scale(1);\n      }\n      70% {\n        box-shadow: 0 0 0 15px rgba(37, 99, 235, 0);\n        transform: translate(-50%, -50%) scale(1.05);\n      }\n      100% {\n        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);\n        transform: translate(-50%, -50%) scale(1);\n      }\n    }\n    .h-reveal {\n      opacity: 0;\n      transform: translateY(40px);\n      transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);\n    }\n    .h-reveal.active {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Tipografia *\/\n    .h-title {\n      font-size: 3.2rem;\n      font-weight: 700;\n      text-align: center;\n      margin-bottom: 30px;\n      color: #0f172a;\n      line-height: 1.3;\n      letter-spacing: -1px;\n    }\n    .h-title span {\n      background: linear-gradient(90deg, #1d4ed8, #60a5fa, #1d4ed8);\n      background-size: 200% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: h-shimmer-text 3s linear infinite;\n    }\n    .h-subtitle,\n    .h-text {\n      text-align: center;\n      color: #475569;\n      max-width: 700px;\n      margin: 0 auto 40px;\n      font-size: 1.4rem;\n      font-weight: 400;\n    }\n\n    \/* Pílulas *\/\n    .h-pill,\n    .h-tag-pill,\n    .h-insta-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: #eff6ff;\n      color: var(--h-dark);\n      padding: 12px 24px;\n      border-radius: 50px;\n      font-weight: 700;\n      font-size: 1rem;\n      margin-bottom: 25px;\n      border: 1px solid rgba(37, 99, 235, 0.15);\n    }\n\n    \/* =========================================\n       2. HERO SECTION\n       ========================================= *\/\n    .h-hero {\n      padding: 20px 0 80px;\n      background: radial-gradient(\n        circle at top right,\n        rgba(96, 165, 250, 0.15),\n        transparent 60%\n      );\n    }\n    .h-brand-logo {\n      display: block;\n      margin: 0 auto 40px;\n      max-width: 150px;\n    }\n    .h-hero-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 40px;\n      text-align: center;\n    }\n    .h-hero-img-box {\n      position: relative;\n      margin-top: 20px;\n    }\n    .h-hero-main-img {\n      border-radius: 20px;\n      animation: h-levitate 6s ease-in-out infinite;\n      box-shadow: 0 50px 100px -20px rgba(37, 99, 235, 0.3) !important;\n    }\n\n    .h-float-card {\n      position: absolute;\n      background: rgba(255, 255, 255, 0.9);\n      backdrop-filter: blur(12px);\n      padding: 12px 18px;\n      border-radius: 12px;\n      display: none;\n      flex-direction: column;\n      align-items: center;\n      z-index: 2;\n      animation: h-levitate 5s ease-in-out infinite reverse;\n      border: 1px solid rgba(255, 255, 255, 0.4);\n      box-shadow: var(--h-card-shadow);\n    }\n\n    \/* =========================================\n       CONTEÚDO INTERNO\n       ========================================= *\/\n    .h-hair-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 30px;\n      align-items: center;\n      text-align: center;\n    }\n    .h-check-list {\n      display: inline-block;\n      text-align: left;\n      margin-top: 25px;\n      padding: 0;\n      list-style: none;\n    }\n    .h-check-list li {\n      margin-bottom: 15px;\n      display: flex;\n      gap: 15px;\n      align-items: center;\n      font-weight: 600;\n      font-size: 1.6rem;\n    }\n    .h-check-list i {\n      color: var(--h-primary);\n      font-size: 1.4rem;\n    }\n\n    .h-details-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n    .h-detail-card {\n      background: #fff;\n      padding: 35px 25px;\n      border-radius: 24px;\n      text-align: center;\n      border: var(--h-border-light);\n      box-shadow: var(--h-card-shadow);\n      transition: all 0.4s ease;\n    }\n    .h-detail-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.08);\n      border-color: rgba(37, 99, 235, 0.2);\n    }\n\n    .h-step-num {\n      background: var(--h-gradient);\n      color: #fff;\n      width: 45px;\n      height: 45px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 800;\n      margin: 0 auto 15px;\n      font-size: 1.2rem;\n      transition: transform 0.3s;\n    }\n    .h-detail-card:hover .h-step-num {\n      transform: scale(1.1) rotate(10deg);\n    }\n    .h-detail-card h3 {\n      font-size: 1.4rem;\n      margin-bottom: 10px;\n    }\n    .h-detail-card p {\n      font-size: 1.4rem;\n    }\n\n    \/* Termômetro Adaptado para Resistência *\/\n    .h-thermo-wrap {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 40px;\n      margin-top: 40px;\n    }\n    .h-thermometer {\n      width: 24px;\n      height: 280px;\n      background: #eee;\n      border-radius: 12px;\n      position: relative;\n      overflow: hidden;\n      box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);\n    }\n    .h-fill {\n      position: absolute;\n      bottom: 0;\n      width: 100%;\n      height: 95%;\n      background: linear-gradient(to top, var(--h-dark), var(--h-primary));\n      transition: height 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);\n    }\n\n    .h-temp-btn {\n      padding: 18px 25px;\n      border: 1px solid #eee;\n      border-radius: 15px;\n      cursor: pointer;\n      background: #fff;\n      width: 100%;\n      max-width: 320px;\n      margin-bottom: 12px;\n      transition: 0.3s;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .h-temp-btn:hover {\n      background: #eff6ff;\n      transform: translateX(5px);\n    }\n    .h-temp-btn strong {\n      font-size: 1.2rem;\n    }\n    .h-temp-btn.active {\n      border-color: var(--h-primary);\n      background: #eff6ff;\n      box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.3);\n      transform: scale(1.02);\n    }\n\n    \/* Extras *\/\n    .h-benefits-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 15px;\n      margin-top: 30px;\n    }\n    .h-ben-card {\n      background: #fff;\n      padding: 25px 10px;\n      border-radius: 24px;\n      box-shadow: var(--h-card-shadow);\n      text-align: center;\n      border: var(--h-border-light);\n      transition: 0.3s;\n    }\n    .h-ben-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.08);\n      border-color: rgba(37, 99, 235, 0.2);\n    }\n    .h-ben-icon {\n      width: 55px;\n      height: 55px;\n      background: #eff6ff;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 15px;\n      color: var(--h-primary);\n      font-size: 1.4rem;\n      transition: 0.4s;\n    }\n    .h-ben-card:hover .h-ben-icon {\n      background: var(--h-primary);\n      color: #fff;\n      transform: rotateY(180deg);\n    }\n    .h-ben-card h3 {\n      font-size: 1.4rem;\n    }\n\n    .h-faq-details {\n      background: #fff;\n      border: 1px solid #eee;\n      border-radius: 12px;\n      margin-bottom: 12px;\n      overflow: hidden;\n      transition: 0.3s;\n    }\n    .h-faq-details[open] {\n      border-color: var(--h-primary);\n      box-shadow: 0 5px 15px rgba(96, 165, 250, 0.1);\n    }\n    .h-faq-details summary {\n      padding: 22px;\n      font-weight: 700;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      background: #f9f9f9;\n      font-size: 1.6rem;\n    }\n    .h-faq-details p {\n      padding: 25px;\n      margin: 0;\n      color: #555;\n      line-height: 1.7;\n      border-top: 1px solid #f0f0f0;\n      font-size: 1.3rem;\n    }\n\n    \/* DESKTOP MEDIA QUERY *\/\n    @media (min-width: 901px) {\n      .hycella-wrapper {\n        font-size: 16px;\n      }\n      .h-hero-grid,\n      .h-hair-grid {\n        grid-template-columns: 1fr 1fr;\n        text-align: left;\n      }\n      .h-details-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n      .h-benefits-grid {\n        grid-template-columns: repeat(6, 1fr);\n      }\n      .h-thermo-wrap {\n        flex-direction: row;\n      }\n      .h-float-card {\n        display: flex;\n      }\n      .h-hair-text,\n      .h-hero-grid {\n        text-align: left;\n      }\n      .h-check-list {\n        display: block;\n      }\n    }\n\n    \/* =========================================\n       ESTILO DO COMPARATIVO\n       ========================================= *\/\n    .h-diff-section {\n      background: #fff;\n    }\n    .h-diff-wrapper {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 50px;\n      align-items: center;\n    }\n    .h-guarantee-box {\n      display: flex;\n      gap: 15px;\n      align-items: center;\n      background: #f8fafc;\n      padding: 20px;\n      border-radius: 24px;\n      border: var(--h-border-light);\n      max-width: 400px;\n      margin: 0 auto 30px;\n    }\n    .h-diff-table {\n      background: #fff;\n      border-radius: 24px;\n      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);\n      overflow: hidden;\n      border: var(--h-border-light);\n      position: relative;\n    }\n    .h-diff-table::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 40%;\n      width: 30%;\n      height: 100%;\n      background: linear-gradient(\n        180deg,\n        rgba(96, 165, 250, 0.08) 0%,\n        rgba(255, 255, 255, 0) 100%\n      );\n      z-index: 0;\n      border-left: 1px solid #eff6ff;\n      border-right: 1px solid #eff6ff;\n    }\n    .h-table-header {\n      display: grid;\n      grid-template-columns: 40% 30% 30%;\n      padding: 0;\n      align-items: stretch;\n    }\n    .h-col-empty {\n      background: #fff;\n    }\n    .h-col-brand {\n      background: var(--h-gradient);\n      color: #fff;\n      padding: 20px 5px;\n      text-align: center;\n      border-radius: 20px 20px 0 0;\n      position: relative;\n      top: -10px;\n      box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);\n      z-index: 2;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .h-col-brand span {\n      font-size: 0.8rem;\n      opacity: 0.9;\n      letter-spacing: 1px;\n    }\n    .h-col-brand strong {\n      font-size: 1.1rem;\n      display: block;\n      line-height: 1.1;\n    }\n    .h-col-other {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 700;\n      color: #999;\n      background: #f9f9f9;\n      font-size: 0.9rem;\n    }\n    .h-table-row {\n      display: grid;\n      grid-template-columns: 40% 30% 30%;\n      padding: 18px 10px;\n      border-bottom: 1px solid #f3f4f6;\n      align-items: center;\n      position: relative;\n      z-index: 1;\n    }\n    .h-feat-name {\n      font-weight: 600;\n      color: #333;\n      font-size: 1.3rem;\n      padding-left: 15px;\n      text-align: left;\n    }\n    .h-feat-brand,\n    .h-feat-other {\n      text-align: center;\n      font-size: 1.3rem;\n    }\n    .h-feat-brand i {\n      color: var(--h-green);\n      filter: drop-shadow(0 4px 6px rgba(36, 207, 64, 0.2));\n    }\n    .h-feat-other i {\n      color: #ef4444;\n      opacity: 0.6;\n      font-size: 1.1rem;\n    }\n    @media (max-width: 600px) {\n      .h-feat-name {\n        font-size: 0.85rem;\n        padding-left: 5px;\n        line-height: 1.3;\n      }\n      .h-col-brand {\n        padding: 15px 2px;\n      }\n      .h-col-brand strong {\n        font-size: 0.9rem;\n      }\n      .h-diff-text {\n        text-align: center;\n      }\n    }\n    @media (min-width: 901px) {\n      .h-diff-wrapper {\n        grid-template-columns: 1fr 1fr;\n        text-align: left;\n      }\n      .h-guarantee-box {\n        margin: 0;\n      }\n      .h-diff-table {\n        margin-left: 20px;\n        transform: scale(1.05);\n      }\n    }\n\n    \/* =========================================\n       ESTILO ULTRA-PREMIUM (GLASS CARD)\n       ========================================= *\/\n    .h-premium-info {\n      background: radial-gradient(circle at 50% 50%, #eff6ff 0%, #fff 70%);\n      padding: 100px 0;\n    }\n    .h-glass-card {\n      background: rgba(255, 255, 255, 0.6);\n      backdrop-filter: blur(25px) saturate(120%);\n      border-radius: 30px;\n      box-shadow: 0 40px 80px -10px rgba(0, 0, 0, 0.08);\n      border: 1px solid rgba(255, 255, 255, 0.5);\n      display: grid;\n      grid-template-columns: 1.2fr 1fr;\n      overflow: hidden;\n      position: relative;\n    }\n    .h-info-left {\n      padding: 60px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      position: relative;\n    }\n    .h-info-title {\n      font-size: 3.2rem;\n      line-height: 1.1;\n      margin-bottom: 25px;\n      color: #111;\n    }\n    .h-text-gradient {\n      background: var(--h-gradient);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n    .h-info-desc {\n      font-size: 1.5rem;\n      color: #666;\n      line-height: 1.8;\n      margin-bottom: 30px;\n    }\n    .h-decor-line {\n      width: 80px;\n      height: 4px;\n      background: #e5e7eb;\n      border-radius: 2px;\n    }\n    .h-info-right {\n      background: rgba(248, 250, 252, 0.3);\n      padding: 60px;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 30px;\n      align-content: center;\n      border-left: 1px solid rgba(255, 255, 255, 0.3);\n    }\n    .h-feature-box {\n      background: rgba(255, 255, 255, 0.7);\n      padding: 25px 20px;\n      border-radius: 20px;\n      border: 1px solid rgba(255, 255, 255, 0.6);\n      text-align: center;\n      transition: all 0.4s ease;\n    }\n    .h-feature-box:hover {\n      background: #fff;\n      transform: translateY(-8px);\n      box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.2);\n      border-color: #dbeafe;\n    }\n    .h-icon-glow {\n      width: 50px;\n      height: 50px;\n      margin: 0 auto 15px;\n      background: var(--h-gradient);\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #fff;\n      font-size: 1.4rem;\n      box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);\n      transform: rotate(-5deg);\n      transition: 0.4s;\n    }\n    .h-feature-box:hover .h-icon-glow {\n      transform: rotate(0deg) scale(1.1);\n    }\n    .h-feature-box h4 {\n      font-size: 1.4rem;\n      font-weight: 700;\n      margin-bottom: 5px;\n      color: #1f2937;\n    }\n    .h-feature-box p {\n      font-size: 1.2rem;\n      color: #777;\n      margin: 0;\n      line-height: 1.4;\n    }\n    @media (max-width: 900px) {\n      .h-glass-card {\n        grid-template-columns: 1fr;\n      }\n      .h-info-right {\n        border-left: none;\n        border-top: 1px solid rgba(255, 255, 255, 0.3);\n        padding: 40px 25px;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n      }\n      .h-info-left {\n        padding: 40px 25px;\n        text-align: center;\n        align-items: center;\n      }\n      .h-info-title {\n        font-size: 2.2rem;\n      }\n      .h-feature-box {\n        padding: 20px 10px;\n      }\n    }\n\n    \/* =========================================\n       ESTILO FUNCIONALIDADE FULL WIDTH\n       ========================================= *\/\n    .h-usb-section {\n      background: linear-gradient(180deg, #fff 0%, #eff6ff 100%);\n      overflow: hidden;\n      padding: 80px 0;\n    }\n    .h-usb-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 60px;\n      align-items: center;\n    }\n    .h-usb-visual {\n      position: relative;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      height: 400px;\n    }\n    .h-glow-circle {\n      position: absolute;\n      width: 400px;\n      height: 400px;\n      background: radial-gradient(\n        circle,\n        rgba(37, 99, 235, 0.2) 0%,\n        rgba(255, 255, 255, 0) 70%\n      );\n      border-radius: 50%;\n      z-index: 1;\n      animation: h-pulse-glow 4s infinite ease-in-out;\n    }\n    @keyframes h-pulse-glow {\n      0%,\n      100% {\n        opacity: 0.6;\n        transform: scale(1);\n      }\n      50% {\n        opacity: 1;\n        transform: scale(1.1);\n      }\n    }\n    .h-usb-product-img {\n      position: relative;\n      z-index: 2;\n      width: 100%;\n      max-width: 480px;\n      border-radius: 20px;\n      filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.2));\n      transition: 0.5s;\n    }\n    .h-usb-visual:hover .h-usb-product-img {\n      transform: scale(1.03);\n    }\n    .h-usb-badge-mobile {\n      display: none;\n    }\n    .h-usb-content {\n      padding-left: 20px;\n    }\n    .h-usb-subtitle {\n      color: var(--h-primary);\n      font-size: 1.1rem;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      font-weight: 800;\n      margin-bottom: 15px;\n      display: block;\n    }\n    .h-usb-content p {\n      color: #666;\n      font-size: 1.6rem;\n      margin-bottom: 30px;\n    }\n    .h-specs-list {\n      display: flex;\n      flex-direction: column;\n      gap: 15px;\n    }\n    .h-spec-item {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      background: rgba(255, 255, 255, 0.7);\n      backdrop-filter: blur(5px);\n      padding: 20px;\n      border-radius: 16px;\n      box-shadow: var(--h-card-shadow);\n      border: var(--h-border-light);\n    }\n    .h-spec-icon {\n      width: 45px;\n      height: 45px;\n      background: #eff6ff;\n      color: var(--h-dark);\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.4rem;\n    }\n    .h-spec-item strong {\n      display: block;\n      color: #111;\n      font-size: 1.6rem;\n    }\n    .h-spec-item span {\n      font-size: 1.1rem;\n      color: #777;\n    }\n    @media (max-width: 900px) {\n      .h-usb-section {\n        padding-bottom: 60px;\n      }\n      .h-usb-grid {\n        grid-template-columns: 1fr;\n        gap: 30px;\n      }\n      .h-usb-visual-wrapper {\n        width: 100vw;\n        position: relative;\n        left: 50%;\n        right: 50%;\n        margin-left: -50vw;\n        margin-right: -50vw;\n        background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);\n        padding: 40px 0 20px;\n        text-align: center;\n        overflow: hidden;\n      }\n      .h-usb-visual {\n        height: auto;\n        display: block;\n        width: 100%;\n      }\n      .h-glow-circle {\n        width: 100%;\n        height: 100%;\n        top: 0;\n        left: 0;\n        background: radial-gradient(\n          circle,\n          rgba(37, 99, 235, 0.2) 0%,\n          rgba(255, 255, 255, 0) 60%\n        );\n      }\n      .h-usb-product-img {\n        max-width: 100%;\n        width: 100%;\n        padding: 0 20px;\n        display: block;\n        margin-top: 0;\n        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));\n      }\n      .h-usb-badge-mobile {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: #fff;\n        color: var(--h-dark);\n        padding: 8px 20px;\n        border-radius: 50px;\n        font-weight: 800;\n        font-size: 0.9rem;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        border: 1px solid #eff6ff;\n        position: relative;\n        top: -20px;\n        z-index: 5;\n      }\n      .h-usb-badge-mobile i {\n        color: #3b82f6;\n      }\n      .h-usb-content {\n        padding: 0 20px;\n        text-align: center;\n      }\n      .h-mobile-center {\n        text-align: center !important;\n      }\n      .h-usb-subtitle {\n        display: flex;\n        justify-content: center;\n      }\n      .h-spec-item {\n        text-align: left;\n      }\n    }\n\n    \/* --- ESTILO DO BLOCO TECH (DARK MODE) --- *\/\n    .h-tech-section {\n      background: #0f172a;\n      padding: 100px 0;\n      position: relative;\n      overflow: hidden;\n    }\n    .h-tech-section::before {\n      content: '';\n      position: absolute;\n      top: -20%;\n      right: -10%;\n      width: 600px;\n      height: 600px;\n      background: radial-gradient(\n        circle,\n        rgba(37, 99, 235, 0.15) 0%,\n        transparent 70%\n      );\n      z-index: 0;\n      pointer-events: none;\n    }\n    .h-tech-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 60px;\n      align-items: center;\n      position: relative;\n      z-index: 1;\n    }\n    .h-tech-item {\n      display: flex;\n      gap: 20px;\n      margin-bottom: 25px;\n      padding: 20px;\n      background: rgba(255, 255, 255, 0.03);\n      border-radius: 16px;\n      border: 1px solid rgba(255, 255, 255, 0.05);\n      transition: 0.3s;\n    }\n    .h-tech-item:hover {\n      background: rgba(255, 255, 255, 0.07);\n      border-color: rgba(37, 99, 235, 0.3);\n    }\n    .h-tech-icon {\n      width: 50px;\n      height: 50px;\n      background: linear-gradient(135deg, #1d4ed8, #60a5fa);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #fff;\n      font-size: 1.2rem;\n      flex-shrink: 0;\n      box-shadow: 0 0 15px rgba(37, 99, 235, 0.4);\n    }\n    .h-tech-item strong {\n      display: block;\n      color: #fff;\n      font-size: 1.6rem;\n      margin-bottom: 5px;\n    }\n    .h-tech-item p {\n      color: #94a3b8;\n      font-size: 1.4rem;\n      margin: 0;\n      line-height: 1.5;\n    }\n    .h-tech-visual {\n      position: relative;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      height: 400px;\n    }\n    .h-circle-outer {\n      width: 300px;\n      height: 300px;\n      border-radius: 50%;\n      background: conic-gradient(\n        from 0deg,\n        transparent 0%,\n        rgba(37, 99, 235, 0.2) 50%,\n        transparent 100%\n      );\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      position: relative;\n      animation: h-spin 10s linear infinite;\n    }\n    .h-circle-inner {\n      width: 180px;\n      height: 180px;\n      background: rgba(255, 255, 255, 0.05);\n      border-radius: 50%;\n      backdrop-filter: blur(10px);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      animation: h-pulse-glow 3s infinite ease-in-out;\n    }\n    .h-orbit {\n      position: absolute;\n      border-radius: 50%;\n      border: 1px dashed rgba(255, 255, 255, 0.1);\n    }\n    .h-orbit-1 {\n      width: 400px;\n      height: 400px;\n      animation: h-spin 20s linear infinite reverse;\n    }\n    .h-orbit-2 {\n      width: 550px;\n      height: 550px;\n      border-color: rgba(255, 255, 255, 0.05);\n    }\n    .h-glass-card-sm {\n      position: absolute;\n      bottom: 40px;\n      right: 20px;\n      background: rgba(255, 255, 255, 0.1);\n      backdrop-filter: blur(12px);\n      padding: 15px 25px;\n      border-radius: 12px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      color: #fff;\n      animation: h-float 6s infinite ease-in-out;\n    }\n    .h-glass-card-sm span {\n      display: block;\n      font-size: 1rem;\n      color: #ccc;\n    }\n    .h-glass-card-sm strong {\n      font-size: 1.3rem;\n      color: #60a5fa;\n    }\n    @keyframes h-spin {\n      100% {\n        transform: rotate(360deg);\n      }\n    }\n    @media (max-width: 900px) {\n      .h-tech-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n      .h-circle-outer {\n        width: 250px;\n        height: 250px;\n      }\n      .h-orbit {\n        display: none;\n      }\n    }\n\n    \/* =========================================\n       CSS ISOLADO (SCOPED) - MODELING BLOCK\n       ========================================= *\/\n    #h-model-scope {\n      font-family: 'Poppins', sans-serif;\n      color: #334155;\n      background: #fff;\n      width: 100%;\n      position: sticky;\n      box-sizing: border-box;\n      overflow: hidden;\n      z-index: 1;\n      display: block;\n      clear: both;\n    }\n    #h-model-scope *,\n    #h-model-scope *::before,\n    #h-model-scope *::after {\n      box-sizing: border-box;\n      outline: none;\n      margin: 0;\n      padding: 0;\n    }\n    #h-model-scope .h-container {\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 0 25px;\n      position: relative;\n      z-index: 2;\n    }\n    #h-model-scope .h-model-section {\n      padding: 100px 0;\n      background: linear-gradient(to right, #fcfcfc, #fff);\n      border-bottom: 1px solid #f1f5f9;\n      overflow: hidden;\n    }\n    #h-model-scope .h-model-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\n    }\n    #h-model-scope .h-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: #eff6ff;\n      color: var(--h-dark);\n      padding: 8px 20px;\n      border-radius: 50px;\n      font-size: 0.85rem;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      border: 1px solid rgba(37, 99, 235, 0.2);\n    }\n    #h-model-scope .h-title {\n      font-size: 2.8rem;\n      font-weight: 800;\n      line-height: 1.1;\n      color: #0f172a;\n      margin-bottom: 25px;\n    }\n    #h-model-scope .h-gradient-text {\n      background: var(--h-gradient);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n    #h-model-scope .h-desc {\n      font-size: 1.15rem;\n      color: #64748b;\n      line-height: 1.7;\n      margin-bottom: 35px;\n    }\n    #h-model-scope .h-desc strong {\n      color: #334155;\n    }\n    #h-model-scope .h-features-list {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n    #h-model-scope .h-features-list li {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      font-size: 1.1rem;\n      font-weight: 500;\n      color: #334155;\n    }\n    #h-model-scope .h-icon-circle {\n      width: 32px;\n      height: 32px;\n      background: #eff6ff;\n      color: var(--h-dark);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.9rem;\n      flex-shrink: 0;\n      box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);\n    }\n    #h-model-scope .h-visual-box {\n      position: relative;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      z-index: 1;\n    }\n    #h-model-scope .h-blob-bg {\n      position: absolute;\n      width: 120%;\n      height: 120%;\n      background: radial-gradient(\n        circle,\n        rgba(37, 99, 235, 0.15) 0%,\n        transparent 70%\n      );\n      z-index: 0;\n      pointer-events: none;\n    }\n    #h-model-scope .h-gif-frame {\n      position: relative;\n      z-index: 1;\n      border-radius: 30px;\n      overflow: hidden;\n      box-shadow: 0 30px 60px -15px rgba(37, 99, 235, 0.25);\n      border: 4px solid #fff;\n      transform: rotate(2deg);\n      transition: transform 0.5s ease;\n    }\n    #h-model-scope .h-gif-frame:hover {\n      transform: rotate(0deg) scale(1.02);\n    }\n    #h-model-scope .h-gif-element {\n      display: block;\n      width: 100%;\n      max-width: 450px;\n      height: auto;\n    }\n    #h-model-scope .h-glass-badge {\n      position: absolute;\n      bottom: 20px;\n      left: 20px;\n      background: rgba(255, 255, 255, 0.85);\n      backdrop-filter: blur(8px);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 0.85rem;\n      font-weight: 700;\n      color: #334155;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n    }\n    #h-model-scope .h-glass-badge i {\n      color: #3b82f6;\n    }\n    @media (max-width: 900px) {\n      #h-model-scope .h-model-section {\n        padding: 60px 0;\n      }\n      #h-model-scope .h-model-grid {\n        grid-template-columns: 1fr;\n        gap: 50px;\n        text-align: center;\n      }\n      #h-model-scope .h-title {\n        font-size: 2.5rem;\n      }\n      #h-model-scope .h-desc {\n        font-size: 1.5rem !important;\n        line-height: 1.5 !important;\n        margin-bottom: 40px;\n      }\n      #h-model-scope .h-features-list {\n        align-items: center;\n        text-align: left;\n        display: inline-flex;\n        align-items: flex-start;\n      }\n      #h-model-scope .h-features-list li {\n        font-size: 1.3rem;\n      }\n      #h-model-scope .h-gif-frame {\n        transform: rotate(0deg);\n        max-width: 100%;\n        width: 100%;\n        border-radius: 20px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cheader class=\"h-section h-hero\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv class=\"h-hero-grid\"\u003e\n        \u003cdiv class=\"h-reveal\"\u003e\n          \u003cdiv class=\"h-pill\"\u003e\n            \u003ci class=\"fa-solid fa-star\" style=\"color: #ffd700\"\u003e\u003c\/i\u003e 5.0\/5.0 |\n            Design Premium\n          \u003c\/div\u003e\n          \u003ch1 class=\"h-title\"\u003e\n            G-Shock \u003cbr\u003e\n            \u003cspan style=\"color: 0 5px 15px rgba(37, 99, 235, 0.1)\"\u003eGA-2300\u003c\/span\u003e\n          \u003c\/h1\u003e\n          \u003cp style=\"\n              font-size: 1.6rem;\n              color: #555;\n              margin-bottom: 35px;\n              line-height: 1.7;\n            \"\u003e\n            Resistência absoluta em um design minimalista. \u003cbr\u003e\n            \u003cstrong\u003eA união perfeita entre o estilo futurista e a durabilidade\n              extrema.\u003c\/strong\u003e\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-hero-img-box h-reveal\"\u003e\n          \u003cdiv class=\"h-float-card\" style=\"top: 30px; left: -20px\"\u003e\n            \u003cstrong style=\"color: var(--h-primary)\"\u003e200M\u003c\/strong\u003e\u003cspan style=\"font-size: 0.7rem; color: #888\"\u003eÀ PROVA D'ÁGUA\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"h-float-card\" style=\"bottom: 50px; right: -20px\"\u003e\n            \u003cstrong style=\"color: var(--h-primary)\"\u003eCarbono\u003c\/strong\u003e\u003cspan style=\"font-size: 0.7rem; color: #888\"\u003eCORE GUARD\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cimg class=\"h-hero-main-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/FullSizeRender_a07425d7-f12e-4af9-996f-56f1c58690bf.jpg?v=1771868216\" alt=\"G-Shock GA-2300\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv style=\"\n      background: #f9fafb;\n      padding: 25px 0;\n      border-bottom: 1px solid #eee;\n      text-align: center;\n    \"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv style=\"\n          display: inline-flex;\n          align-items: center;\n          gap: 10px;\n          background: #fff;\n          padding: 12px 25px;\n          border-radius: 50px;\n          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n        \"\u003e\n        \u003cp style=\"margin: 0; font-size: 1.1rem; font-weight: 600\"\u003e\n          O novo padrão de \u003cstrong\u003edurabilidade e elegância\u003c\/strong\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"h-section h-usb-section\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv class=\"h-usb-grid h-reveal\"\u003e\n        \u003cdiv class=\"h-usb-visual-wrapper\"\u003e\n          \u003cdiv class=\"h-usb-visual\"\u003e\n            \u003cdiv class=\"h-glow-circle\"\u003e\u003c\/div\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/FullSizeRender_a01a87d5-b746-444b-9f69-dd3a41c93cc4.jpg?v=1771868216\" class=\"h-usb-product-img\" alt=\"G-Shock Lateral\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"h-usb-badge-mobile\"\u003e\n            \u003ci class=\"fa-solid fa-shield\"\u003e\u003c\/i\u003e Perfil Ultrafino\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-usb-content\"\u003e\n          \u003ch4 class=\"h-usb-subtitle\"\u003eDESIGN INTELIGENTE\u003c\/h4\u003e\n          \u003ch2 class=\"h-title h-mobile-center\"\u003e\n            Mais fino. \u003cspan\u003eMesma Resistência.\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"h-mobile-center\"\u003e\n            O \u003cstrong\u003eGA-2300\u003c\/strong\u003e traz uma caixa significativamente mais\n            fina e um design minimalista em formato de cruz, garantindo conforto\n            máximo no pulso sem perder a lendária resistência contra impactos.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"h-specs-list\"\u003e\n            \u003cdiv class=\"h-spec-item\"\u003e\n              \u003cdiv class=\"h-spec-icon\"\u003e\n                \u003ci class=\"fa-solid fa-weight-scale\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eMais Leve\u003c\/strong\u003e\u003cspan\u003eMaterial aprimorado para o uso diário.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-spec-item\"\u003e\n              \u003cdiv class=\"h-spec-icon\"\u003e\n                \u003ci class=\"fa-solid fa-crop-simple\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eCaixa Fina\u003c\/strong\u003e\u003cspan\u003eDiâmetro e espessura reduzidos.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"h-section h-tech-section\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv class=\"h-tech-grid\"\u003e\n        \u003cdiv class=\"h-tech-content h-reveal\"\u003e\n          \u003cdiv class=\"h-pill\" style=\"\n              background: rgba(255, 255, 255, 0.1);\n              color: #fff;\n              border: 1px solid rgba(255, 255, 255, 0.2);\n            \"\u003e\n            \u003ci class=\"fa-solid fa-microchip\"\u003e\u003c\/i\u003e CARBON CORE GUARD\n          \u003c\/div\u003e\n          \u003ch2 class=\"h-title\" style=\"text-align: left; color: #fff\"\u003e\n            Estrutura blindada \u003cbr\u003e\n            \u003cspan style=\"\n                background: linear-gradient(90deg, #fff, #60a5fa);\n                -webkit-background-clip: text;\n                color: transparent;\n              \"\u003eem Fibra de Carbono.\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp style=\"color: #cbd5e1; font-size: 1.4rem; margin-bottom: 30px\"\u003e\n            O coração do relógio é protegido por uma estrutura de carbono\n            extremamente rígida e resistente, absorvendo impactos diretos e\n            protegendo o módulo interno.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"h-tech-items\"\u003e\n            \u003cdiv class=\"h-tech-item\"\u003e\n              \u003cdiv class=\"h-tech-icon\"\u003e\n                \u003ci class=\"fa-solid fa-droplet\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eResistência à Água (20 Bar)\u003c\/strong\u003e\n                \u003cp\u003e\n                  Mergulhe sem medo. Totalmente vedado e resistente até 200\n                  metros de profundidade.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-tech-item\"\u003e\n              \u003cdiv class=\"h-tech-icon\"\u003e\n                \u003ci class=\"fa-solid fa-lightbulb\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eSuper Illuminator\u003c\/strong\u003e\n                \u003cp\u003e\n                  Luz de LED dupla (visor e fundo digital) de alto brilho para\n                  leitura perfeita no escuro.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-tech-visual h-reveal\"\u003e\n          \u003cdiv class=\"h-circle-outer\"\u003e\n            \u003cdiv class=\"h-circle-inner\"\u003e\n              \u003ci class=\"fa-solid fa-shield-halved\" style=\"\n                  font-size: 4rem;\n                  color: #fff;\n                  filter: drop-shadow(0 0 20px #3b82f6);\n                \"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-orbit h-orbit-1\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"h-orbit h-orbit-2\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"h-glass-card-sm\"\u003e\n            \u003cspan\u003eBlindagem\u003c\/span\u003e\n            \u003cstrong\u003eAbsoluta\u003c\/strong\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv id=\"h-model-scope\"\u003e\n    \u003csection class=\"h-model-section\"\u003e\n      \u003cdiv class=\"h-container\"\u003e\n        \u003cdiv class=\"h-model-grid\"\u003e\n          \u003cdiv class=\"h-content-box h-reveal\"\u003e\n            \u003cdiv class=\"h-pill\"\u003e\n              \u003ci class=\"fa-regular fa-clock\"\u003e\u003c\/i\u003e VISOR DUPLO\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"h-title\"\u003e\n              Informação exata. \u003cbr\u003e\n              \u003cspan class=\"h-gradient-text\"\u003eVisor Ana-Digi.\u003c\/span\u003e\n            \u003c\/h2\u003e\n\n            \u003cp class=\"h-desc\"\u003e\n              A combinação perfeita entre os ponteiros analógicos clássicos e o\n              mostrador digital multifuncional, organizado em um formato que\n              facilita a visualização rápida de todas as funções do relógio.\n            \u003c\/p\u003e\n\n            \u003cul class=\"h-features-list\"\u003e\n              \u003cli\u003e\n                \u003cdiv class=\"h-icon-circle\"\u003e\n                  \u003ci class=\"fa-solid fa-globe\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cspan\u003eHora Mundial (31 fusos horários)\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cdiv class=\"h-icon-circle\"\u003e\n                  \u003ci class=\"fa-solid fa-stopwatch\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cspan\u003eCronômetro preciso de 1\/100s\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cdiv class=\"h-icon-circle\"\u003e\n                  \u003ci class=\"fa-solid fa-bell\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cspan\u003e5 Alarmes diários configuráveis\u003c\/span\u003e\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-visual-box h-reveal\"\u003e\n            \u003cdiv class=\"h-blob-bg\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"h-gif-frame\"\u003e\n              \u003cdiv class=\"h-glass-badge\"\u003e\n                \u003ci class=\"fa-solid fa-gem\"\u003e\u003c\/i\u003e Estilo Minimalista\n              \u003c\/div\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/FullSizeRender_f67c34ec-9493-4be3-a728-f425ac9f18f1.jpg?v=1771868216\" alt=\"G-Shock Frente\" class=\"h-gif-element\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"h-section h-premium-info\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv class=\"h-glass-card h-reveal\"\u003e\n        \u003cdiv class=\"h-info-left\"\u003e\n          \u003cdiv class=\"h-tag-pill\"\u003e\n            \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e ACABAMENTO PREMIUM\n          \u003c\/div\u003e\n          \u003ch2 class=\"h-info-title\"\u003e\n            Construído para \u003cbr\u003e\n            \u003cspan class=\"h-text-gradient\"\u003edurar uma vida.\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"h-info-desc\"\u003e\n            Cada detalhe do \u003cstrong\u003eGA-2300\u003c\/strong\u003e foi selecionado\n            rigorosamente para resistir às condições mais extremas, sem\n            comprometer a aparência luxuosa e sofisticada.\n          \u003c\/p\u003e\n          \u003cdiv class=\"h-decor-line\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-info-right\"\u003e\n          \u003cdiv class=\"h-feature-box\"\u003e\n            \u003cdiv class=\"h-icon-glow\"\u003e\n              \u003ci class=\"fa-solid fa-clone\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eVidro Mineral\u003c\/h4\u003e\n              \u003cp\u003eAltamente resistente a arranhões.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-feature-box\"\u003e\n            \u003cdiv class=\"h-icon-glow\"\u003e\n              \u003ci class=\"fa-solid fa-link\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003ePulseira em Resina\u003c\/h4\u003e\n              \u003cp\u003eFlexível, confortável e lavável.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-feature-box\"\u003e\n            \u003cdiv class=\"h-icon-glow\"\u003e\n              \u003ci class=\"fa-solid fa-battery-full\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eBateria Longa Duração\u003c\/h4\u003e\n              \u003cp\u003eAproximadamente 3 anos de vida útil (SR726W X 2).\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-feature-box\"\u003e\n            \u003cdiv class=\"h-icon-glow\"\u003e\n              \u003ci class=\"fa-solid fa-volume-high\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eSinalização Sonora\u003c\/h4\u003e\n              \u003cp\u003eBipes a cada hora e ativação de botão operável.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"h-section h-diff-section\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv class=\"h-diff-wrapper\"\u003e\n        \u003cdiv class=\"h-diff-text h-reveal\"\u003e\n          \u003ch2 class=\"h-title\" style=\"text-align: left; margin-bottom: 20px\"\u003e\n            G-Shock vs. \u003cspan\u003eRestante\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp style=\"color: #666; margin-bottom: 30px; font-size: 1.6rem\"\u003e\n            Por que um G-Shock é o investimento definitivo para o seu pulso.\n            Relógios comuns simplesmente não aguentam o dia a dia.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"h-guarantee-box\"\u003e\n            \u003ci class=\"fa-solid fa-medal\" style=\"font-size: 2.5rem; color: var(--h-dark)\"\u003e\u003c\/i\u003e\n            \u003cdiv\u003e\n              \u003cstrong style=\"display: block; color: #111; font-size: 1.1rem\"\u003eA Escolha dos Profissionais\u003c\/strong\u003e\n              \u003cspan style=\"font-size: 1.3rem; color: #777\"\u003eDesign, tecnologia e invulnerabilidade em uma única peça.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-diff-table h-reveal\"\u003e\n          \u003cdiv class=\"h-table-header\"\u003e\n            \u003cdiv class=\"h-col-empty\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"h-col-brand\"\u003e\n              \u003cspan\u003eMODELO\u003c\/span\u003e\n              \u003cstrong\u003eGA-2300\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-col-other\"\u003eComuns\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eResistência a Impacto (Carbono)\u003c\/div\u003e\n            \u003cdiv class=\"h-feat-brand\"\u003e\n              \u003ci class=\"fa-solid fa-circle-check\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-feat-other\"\u003e\n              \u003ci class=\"fa-solid fa-circle-xmark\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eÀ Prova D'água (200 Metros)\u003c\/div\u003e\n            \u003cdiv class=\"h-feat-brand\"\u003e\n              \u003ci class=\"fa-solid fa-circle-check\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-feat-other\"\u003e\n              \u003ci class=\"fa-solid fa-circle-xmark\"\u003e\u003c\/i\u003e (Apenas respingos)\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eIluminação Dupla (LED)\u003c\/div\u003e\n            \u003cdiv class=\"h-feat-brand\"\u003e\n              \u003ci class=\"fa-solid fa-circle-check\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-feat-other\"\u003e\n              \u003ci class=\"fa-solid fa-circle-xmark\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eHora Mundial e Cronômetro\u003c\/div\u003e\n            \u003cdiv class=\"h-feat-brand\"\u003e\n              \u003ci class=\"fa-solid fa-circle-check\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-feat-other\"\u003e\n              \u003ci class=\"fa-solid fa-circle-xmark\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-table-row last\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eDesign Ultrafino Leve\u003c\/div\u003e\n            \u003cdiv class=\"h-feat-brand\"\u003e\n              \u003ci class=\"fa-solid fa-circle-check\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-feat-other\"\u003e\n              \u003ci class=\"fa-solid fa-circle-xmark\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"h-section\" style=\"background: #fcfcfc\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003ch2 class=\"h-title\"\u003eMedidor de \u003cspan\u003eCapacidade\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"h-thermo-wrap h-reveal\" style=\"justify-content: center\"\u003e\n        \u003cdiv style=\"display: flex; gap: 30px; align-items: center\"\u003e\n          \u003cdiv class=\"h-thermometer\"\u003e\n            \u003cdiv class=\"h-fill\" id=\"hThermoFill\" style=\"height: 100%\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"h-temp-btn active\" onclick=\"window.changeTemp('100%', this)\"\u003e\n              \u003cstrong\u003eNível Máximo\u003c\/strong\u003e\u003csmall style=\"color: #777\"\u003eResistência a Choques\u003c\/small\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-temp-btn\" onclick=\"window.changeTemp('80%', this)\"\u003e\n              \u003cstrong\u003eProfundidade\u003c\/strong\u003e\u003csmall style=\"color: #777\"\u003eMergulho até 200m\u003c\/small\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-temp-btn\" onclick=\"window.changeTemp('50%', this)\"\u003e\n              \u003cstrong\u003eDesign Fino\u003c\/strong\u003e\u003csmall style=\"color: #777\"\u003eConforto Extremo\u003c\/small\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"h-section\" style=\"background: #fff\" id=\"offer\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv style=\"max-width: 800px; margin: 0 auto\"\u003e\n        \u003ch2 class=\"h-title\"\u003eDúvidas Frequentes\u003c\/h2\u003e\n        \u003cdiv style=\"margin-top: 40px\"\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eO relógio é original?\u003c\/summary\u003e\n            \u003cp\u003e\n              Sim! Todos os nossos produtos são 100% originais, garantindo a\n              autêntica qualidade e resistência da linha Casio G-Shock.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eEle é realmente à prova d'água?\u003c\/summary\u003e\n            \u003cp\u003e\n              Completamente. O GA-2300 possui resistência à água de até 20 Bar\n              (200 metros), ideal para natação, surf, mergulho sem equipamento e\n              uso diário intenso.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eQual o material da pulseira?\u003c\/summary\u003e\n            \u003cp\u003e\n              A pulseira é fabricada em resina premium de alta resistência, que\n              não deforma, não desgasta facilmente e é super confortável para o\n              dia a dia.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"margin-top: 60px; text-align: center\"\u003e\n        \u003cdiv style=\"\n            padding: 40px;\n            border: 1px solid #eee;\n            border-radius: 24px;\n            background: #f9f9f9;\n            display: inline-block;\n            width: 100%;\n            max-width: 600px;\n            font-size: 1.6rem;\n          \"\u003e\n          \u003ci class=\"fa-solid fa-box-open\" style=\"\n              font-size: 8rem;\n              color: var(--h-primary);\n              margin-bottom: 15px;\n            \"\u003e\u003c\/i\u003e\n          \u003ch3\u003eGarantia e Segurança\u003c\/h3\u003e\n          \u003cp style=\"color: #666\"\u003e\n            Compre com total tranquilidade. Você possui\n            \u003cstrong\u003egarantia de satisfação e defeito\u003c\/strong\u003e direto em nossa\n            loja.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    \/\/ Controle do Medidor (Adaptado)\n    window.changeTemp = function (height, btn) {\n      var btns = document.querySelectorAll('.h-temp-btn');\n      for (var i = 0; i \u003c btns.length; i++) {\n        btns[i].classList.remove('active');\n      }\n      btn.classList.add('active');\n      var fill = document.getElementById('hThermoFill');\n      if (fill) {\n        fill.style.height = height;\n      }\n    };\n\n    document.addEventListener('DOMContentLoaded', function () {\n      \/\/ Scroll Reveal\n      const observer = new IntersectionObserver(\n        (entries) =\u003e {\n          entries.forEach((entry) =\u003e {\n            if (entry.isIntersecting) entry.target.classList.add('active');\n          });\n        },\n        { threshold: 0.1 },\n      );\n      document\n        .querySelectorAll('.h-reveal')\n        .forEach((el) =\u003e observer.observe(el));\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e\n","brand":"Hycella | Confiança e Qualidade é a nossa marca","offers":[{"title":"G-SHOCK PRETO","offer_id":42958797242458,"sku":null,"price":159.99,"currency_code":"BRL","in_stock":true},{"title":"G-SHOCK BRANCO","offer_id":42958797307994,"sku":null,"price":159.99,"currency_code":"BRL","in_stock":true},{"title":"G-SHOCK COLORIDO","offer_id":42958797406298,"sku":null,"price":159.99,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/80417C5B-8A7B-4535-9C34-052BF3DCA764.jpg?v=1771868216","url":"https:\/\/hycella.com\/products\/g-shock-ga-2300","provider":"Hycella | Confiança e Qualidade é a nossa marca","version":"1.0","type":"link"}