{"product_id":"cinta-termica-para-colica-menstrual-femrelax-pro™","title":"Cinta Térmica Para Cólica Menstrual – FemRelax Pro™","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 (Adaptado para Tons Femininos 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: Rose Gold \/ Pink Premium *\/\n      --h-primary: #ff8fa3;\n      --h-dark: #ff4d6d;\n      --h-gradient: linear-gradient(135deg, #ff8fa3 0%, #ff4d6d 100%);\n      --h-shimmer: linear-gradient(90deg, #ff8fa3, #fff, #ff8fa3);\n      --h-green: #24cf40;\n\n      \/* Sombras adaptadas para a nova cor *\/\n      --h-shadow: 0 30px 60px -12px rgba(255, 77, 109, 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(255, 77, 109, 0.4);\n        transform: translate(-50%, -50%) scale(1);\n      }\n      70% {\n        box-shadow: 0 0 0 15px rgba(255, 77, 109, 0);\n        transform: translate(-50%, -50%) scale(1.05);\n      }\n      100% {\n        box-shadow: 0 0 0 0 rgba(255, 77, 109, 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, #ff4d6d, #ff8fa3, #ff4d6d);\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: #fff0f3;\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(255, 77, 109, 0.15);\n    }\n\n    \/* =========================================\n       2. HERO SECTION\n       ========================================= *\/\n    .h-hero {\n      padding: 50px 0 80px;\n      background: radial-gradient(\n        circle at top right,\n        rgba(255, 143, 163, 0.15),\n        transparent 60%\n      );\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: 40px;\n      animation: h-levitate 6s ease-in-out infinite;\n      box-shadow: 0 50px 100px -20px rgba(255, 77, 109, 0.3) !important;\n    }\n\n    .h-float-card {\n      position: absolute;\n      background: rgba(255, 255, 255, 0.8);\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 (HOVER EFFECTS)\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(255, 77, 109, 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 *\/\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: #fff0f3;\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: #fff0f3;\n      box-shadow: 0 0 0 2px rgba(255, 143, 163, 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(255, 77, 109, 0.2);\n    }\n    .h-ben-icon {\n      width: 55px;\n      height: 55px;\n      background: #fff0f3;\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-stats {\n      background: #0f172a;\n      color: #fff;\n      border-radius: 20px;\n      padding: 50px 20px;\n      text-align: center;\n      box-shadow: 0 40px 80px -20px rgba(15, 23, 42, 0.5);\n    }\n    .h-stat-num {\n      font-size: 3.5rem;\n      color: var(--h-primary);\n      font-weight: 800;\n      line-height: 1;\n      margin-bottom: 5px;\n    }\n    .h-grid-3 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 30px;\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(255, 143, 163, 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-grid-3,\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(255, 143, 163, 0.08) 0%,\n        rgba(255, 255, 255, 0) 100%\n      );\n      z-index: 0;\n      border-left: 1px solid #fff0f3;\n      border-right: 1px solid #fff0f3;\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(255, 77, 109, 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%, #fff0f3 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(255, 77, 109, 0.2);\n      border-color: #ffe0e6;\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(255, 77, 109, 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 USB FULL WIDTH\n       ========================================= *\/\n    .h-usb-section {\n      background: linear-gradient(180deg, #fff 0%, #fff0f3 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(255, 77, 109, 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      transform: rotate(-10deg);\n      filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.2));\n      transition: 0.5s;\n      border-radius: 20px;\n    }\n    .h-usb-visual:hover .h-usb-product-img {\n      transform: rotate(-10deg) scale(1.05);\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: #fff0f3;\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, #fff0f3 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(255, 77, 109, 0.2) 0%,\n          rgba(255, 255, 255, 0) 60%\n        );\n      }\n      .h-usb-product-img {\n        transform: rotate(0deg);\n        max-width: 120%;\n        width: 120%;\n        margin-left: -10%;\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 #fff0f3;\n        position: relative;\n        top: -20px;\n        z-index: 5;\n      }\n      .h-usb-badge-mobile i {\n        color: #fbbf24;\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(255, 77, 109, 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(255, 77, 109, 0.3);\n    }\n    .h-tech-icon {\n      width: 50px;\n      height: 50px;\n      background: linear-gradient(135deg, #ff4d6d, #ff8fa3);\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(255, 77, 109, 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(255, 77, 109, 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: #ff8fa3;\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: #fff0f3;\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(255, 77, 109, 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: #fff0f3;\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(255, 77, 109, 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(255, 77, 109, 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(255, 77, 109, 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: #fbbf24;\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 4.9\/5.0 |\n            Tecnologia Aprovada\n          \u003c\/div\u003e\n          \u003ch1 class=\"h-title\"\u003e\n            FemRelax\n            \u003cspan style=\"color: 0 5px 15px rgba(255, 77, 109, 0.1)\"\u003ePro™\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            O fim das cólicas e o início do seu conforto diário. \u003cbr\u003e\n            \u003cstrong\u003eAlívio natural, térmico e massageador em segundos.\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)\"\u003e3s\u003c\/strong\u003e\u003cspan style=\"font-size: 0.7rem; color: #888\"\u003eAQUECIMENTO\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)\"\u003e65°C\u003c\/strong\u003e\u003cspan style=\"font-size: 0.7rem; color: #888\"\u003eALÍVIO MÁXIMO\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\/sg-11134201-7repy-m8ethe1ijk4n2f.translated-removebg-preview.png?v=1771586096\" alt=\"Cinta FemRelax Pro\"\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        \u003cdiv style=\"display: flex\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/clientesbarinamatos.png?v=1762604172\" style=\"width: 38px; border-radius: 50%\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/image_1.webp?v=1762604200\" style=\"\n              width: 38px;\n              border-radius: 50%;\n              margin-left: -12px;\n              border: 2px solid #fff;\n            \"\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"margin: 0; font-size: 1.1rem; font-weight: 600\"\u003e\n          Aprovada por \u003cstrong\u003emilhares de mulheres\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\/CintaTermicoParaColicaMenstrual-AliviMat2_480x480_b2ab42ee-6ba3-4e01-b893-c739f5db7542.webp?v=1771586062\" class=\"h-usb-product-img\" alt=\"Hycella USB\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"h-usb-badge-mobile\"\u003e\n            \u003ci class=\"fa-solid fa-bolt\"\u003e\u003c\/i\u003e Portabilidade Total\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-usb-content\"\u003e\n          \u003ch4 class=\"h-usb-subtitle\"\u003eUSE EM QUALQUER LUGAR\u003c\/h4\u003e\n          \u003ch2 class=\"h-title h-mobile-center\"\u003e\n            Sua rotina \u003cspan\u003enão precisa parar\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"h-mobile-center\"\u003e\n            A \u003cstrong\u003eFemRelax Pro™\u003c\/strong\u003e acompanha seu ritmo. Recarregável e\n            sem fios para te prender. Fina e discreta para usar por baixo da\n            roupa no trabalho ou faculdade.\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\u003ci class=\"fa-brands fa-usb\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eCarregamento USB\u003c\/strong\u003e\u003cspan\u003eBateria recarregável embutida.\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-eye-slash\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eDesign Invisível\u003c\/strong\u003e\u003cspan\u003eNão marca sob a roupa.\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 TERMOTERAPIA AVANÇADA\n          \u003c\/div\u003e\n          \u003ch2 class=\"h-title\" style=\"text-align: left; color: #fff\"\u003e\n            Não é remédio. \u003cbr\u003e\n            \u003cspan style=\"\n                background: linear-gradient(90deg, #fff, #ff8fa3);\n                -webkit-background-clip: text;\n                color: transparent;\n              \"\u003eÉ Tecnologia.\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp style=\"color: #cbd5e1; font-size: 1.4rem; margin-bottom: 30px\"\u003e\n            Esqueça bolsas de água quente que vazam e esfriam. Nossa película de\n            aquecimento de grafeno atinge as terminações nervosas\n            instantaneamente.\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-fire-flame-curved\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eAquecimento por Grafeno\u003c\/strong\u003e\n                \u003cp\u003e\n                  Distribuição uniforme de calor que promove vasodilatação e\n                  relaxamento profundo.\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-stopwatch\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eAlívio em 3 Segundos\u003c\/strong\u003e\n                \u003cp\u003e\n                  Não espere o remédio fazer efeito. Ligue e sinta o conforto na\n                  mesma hora.\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-heart-pulse\" style=\"\n                  font-size: 4rem;\n                  color: #fff;\n                  filter: drop-shadow(0 0 20px #ff4d6d);\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\u003eResultados\u003c\/span\u003e\n            \u003cstrong\u003e100% Naturais\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-solid fa-hands-bubbles\"\u003e\u003c\/i\u003e DUPLA AÇÃO\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"h-title\"\u003e\n              Não apenas aquece. \u003cbr\u003e\n              \u003cspan class=\"h-gradient-text\"\u003eEla Massageia.\u003c\/span\u003e\n            \u003c\/h2\u003e\n\n            \u003cp class=\"h-desc\"\u003e\n              O calor relaxa os músculos, mas a\n              \u003cstrong\u003eTerapia Vibratória Multifocal\u003c\/strong\u003e \"engana\" o cérebro\n              (Teoria do Portão da Dor), bloqueando os sinais de cólica e\n              proporcionando alívio total.\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-check\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cspan\u003eVibrações que aliviam a tensão\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cdiv class=\"h-icon-circle\"\u003e\n                  \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cspan\u003eMotor ultra-silencioso\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cdiv class=\"h-icon-circle\"\u003e\n                  \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cspan\u003eMúltiplos modos de intensidade\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-spa\"\u003e\u003c\/i\u003e Relaxamento Total\n              \u003c\/div\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/Cinta_Anti_Colica_Termica_Massageadora_1.jpg?v=1771588515%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20alt=\" massagem femrelax 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 DETALHES PREMIUM\n          \u003c\/div\u003e\n          \u003ch2 class=\"h-info-title\"\u003e\n            Criada para o seu \u003cbr\u003e\n            \u003cspan class=\"h-text-gradient\"\u003ebem-estar.\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"h-info-desc\"\u003e\n            Cada detalhe da \u003cstrong\u003eFemRelax Pro™\u003c\/strong\u003e foi pensado para ser\n            um abraço quente nos dias mais difíceis, sem abrir mão do conforto e\n            do design.\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-temperature-three-quarters\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eControle Total\u003c\/h4\u003e\n              \u003cp\u003eAjuste perfeito para a sua dor.\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\u003eSem Fios\u003c\/h4\u003e\n              \u003cp\u003eUse trabalhando ou descansando.\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\u003ci class=\"fa-solid fa-leaf\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eToque Aveludado\u003c\/h4\u003e\n              \u003cp\u003eTecido macio e hipoalergênico.\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-shield-halved\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eAnti-Queimaduras\u003c\/h4\u003e\n              \u003cp\u003eProteção térmica inteligente.\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\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003cdiv class=\"h-hair-grid\"\u003e\n        \u003cdiv class=\"h-hair-text h-reveal\"\u003e\n          \u003ch4 style=\"\n              color: var(--h-primary);\n              font-weight: 800;\n              letter-spacing: 1px;\n              margin-bottom: 10px;\n              font-size: 1.6rem;\n            \"\u003e\n            ALÍVIO DISCRETO\n          \u003c\/h4\u003e\n          \u003ch2 class=\"h-title\" style=\"text-align: inherit\"\u003e\n            Sua vida segue normal.\n          \u003c\/h2\u003e\n          \u003cp style=\"margin-bottom: 25px; font-size: 1.6rem\"\u003e\n            Seja em casa, no trabalho ou nos estudos, o design ergonômico abraça\n            sua cintura sem marcar a roupa.\n          \u003c\/p\u003e\n          \u003cul class=\"h-check-list\"\u003e\n            \u003cli\u003e\n              \u003ci class=\"fa-solid fa-check-circle\"\u003e\u003c\/i\u003e Leve e ajustável para\n              qualquer corpo\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003ci class=\"fa-solid fa-check-circle\"\u003e\u003c\/i\u003e Alivia cólicas menstruais\n              e lombares\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003ci class=\"fa-solid fa-bolt\"\u003e\u003c\/i\u003e Resultados sem depender de\n              analgésicos\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-reveal\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/AnyConv.com__290520220038_480x480_34b7c2da-e594-452d-a204-87bcb03e8fb9.webp?v=1771588835%0A%20%20%20%20%20%20%20%20%20%20style=\" border-radius: box-shadow: var\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            A Evolução do \u003cspan\u003eCuidado\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp style=\"color: #666; margin-bottom: 30px; font-size: 1.6rem\"\u003e\n            Substitua métodos antigos e ineficazes. A tecnologia da FemRelax Pro\n            age direto na raiz do problema.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"h-guarantee-box\"\u003e\n            \u003ci class=\"fa-solid fa-shield-halved\" 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\"\u003eGarantia Blindada\u003c\/strong\u003e\n              \u003cspan style=\"font-size: 1.3rem; color: #777\"\u003eNão aliviou sua dor? Devolvemos seu dinheiro em 7 dias.\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\u003eALÍVIO\u003c\/span\u003e\n              \u003cstrong\u003eFemRelax\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-col-other\"\u003eMétodos Antigos\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eAlívio Imediato\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\"\u003eControle de Temperatura\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\"\u003eFunção Massageadora\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\"\u003eUso Discreto sob a Roupa\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\"\u003e100% Natural\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\"\u003eAlívio em \u003cspan\u003e3 Passos\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"h-details-grid h-reveal\"\u003e\n        \u003cdiv class=\"h-detail-card\"\u003e\n          \u003cdiv class=\"h-step-num\"\u003e1\u003c\/div\u003e\n          \u003ci class=\"fa-solid fa-child-reaching\" style=\"\n              font-size: 2.2rem;\n              color: var(--h-primary);\n              margin-bottom: 15px;\n            \"\u003e\u003c\/i\u003e\n          \u003ch3\u003eAjuste Fácil\u003c\/h3\u003e\n          \u003cp style=\"color: #666\"\u003e\n            Coloque a cinta e ajuste ao seu corpo com o cinto elástico.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-detail-card\"\u003e\n          \u003cdiv class=\"h-step-num\"\u003e2\u003c\/div\u003e\n          \u003ci class=\"fa-solid fa-power-off\" style=\"\n              font-size: 2.2rem;\n              color: var(--h-primary);\n              margin-bottom: 15px;\n            \"\u003e\u003c\/i\u003e\n          \u003ch3\u003eLigue e Escolha\u003c\/h3\u003e\n          \u003cp style=\"color: #666\"\u003e\n            Selecione a temperatura e o nível de massagem desejados.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-detail-card\"\u003e\n          \u003cdiv class=\"h-step-num\"\u003e3\u003c\/div\u003e\n          \u003ci class=\"fa-solid fa-face-smile-beam\" style=\"\n              font-size: 2.2rem;\n              color: var(--h-primary);\n              margin-bottom: 15px;\n            \"\u003e\u003c\/i\u003e\n          \u003ch3\u003eRelaxe\u003c\/h3\u003e\n          \u003cp style=\"color: #666\"\u003e\n            Sinta o calor penetrar e o alívio tomar conta do seu corpo.\n          \u003c\/p\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: #f9f9f9\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003ch2 class=\"h-title\"\u003eControle \u003cspan\u003eInteligente\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"h-thermo-wrap h-reveal\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/CintaTermicoParaColicaMenstrual-AliviMat1_480x480_8bc8721d-a0d2-433d-a6c0-8078cd1c1975.webp?v=1771586043\" style=\"max-width: 280px; border-radius: 20px\"\u003e\n\n        \u003cdiv style=\"display: flex; gap: 30px; align-items: center\"\u003e\n          \u003cdiv class=\"h-thermometer\"\u003e\n            \u003cdiv class=\"h-fill\" id=\"hThermoFill\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"h-temp-btn active\" onclick=\"window.changeTemp('95%', this)\"\u003e\n              \u003cstrong\u003e65°C\u003c\/strong\u003e\u003csmall style=\"color: #777\"\u003eCólicas Fortes\u003c\/small\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-temp-btn\" onclick=\"window.changeTemp('70%', this)\"\u003e\n              \u003cstrong\u003e55°C\u003c\/strong\u003e\u003csmall style=\"color: #777\"\u003eDesconforto Médio\u003c\/small\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-temp-btn\" onclick=\"window.changeTemp('50%', this)\"\u003e\n              \u003cstrong\u003e45°C\u003c\/strong\u003e\u003csmall style=\"color: #777\"\u003eCuidado Diário\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\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003ch2 class=\"h-title\"\u003ePor que ter a \u003cspan\u003eFemRelax\u003c\/span\u003e?\u003c\/h2\u003e\n      \u003cdiv class=\"h-benefits-grid h-reveal\"\u003e\n        \u003cdiv class=\"h-ben-card\"\u003e\n          \u003cdiv class=\"h-ben-icon\"\u003e\u003ci class=\"fa-solid fa-fire\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eAlívio Imediato\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-ben-card\"\u003e\n          \u003cdiv class=\"h-ben-icon\"\u003e\u003ci class=\"fa-solid fa-spa\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eRelaxante\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-ben-card\"\u003e\n          \u003cdiv class=\"h-ben-icon\"\u003e\u003ci class=\"fa-solid fa-eye-slash\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eInvisível\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-ben-card\"\u003e\n          \u003cdiv class=\"h-ben-icon\"\u003e\u003ci class=\"fa-solid fa-feather\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eSuper Leve\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-ben-card\"\u003e\n          \u003cdiv class=\"h-ben-icon\"\u003e\u003ci class=\"fa-solid fa-shield-heart\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eSegura\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-ben-card\"\u003e\n          \u003cdiv class=\"h-ben-icon\"\u003e\u003ci class=\"fa-solid fa-battery-full\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eSem Fio\u003c\/h3\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\u003eÉ seguro usar direto na pele?\u003c\/summary\u003e\n            \u003cp\u003e\n              Sim! O revestimento interno aveludado foi feito para não irritar\n              peles sensíveis, e o controle inteligente evita superaquecimento.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eServe para todos os tamanhos?\u003c\/summary\u003e\n            \u003cp\u003e\n              Com certeza. O cinto elástico é super ajustável e se adapta\n              confortavelmente a qualquer formato de corpo.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eA bateria dura quanto tempo?\u003c\/summary\u003e\n            \u003cp\u003e\n              A bateria recarregável oferece horas de uso contínuo, dependendo\n              da temperatura e nível de massagem escolhidos. Carregamento via\n              cabo USB incluso.\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-medal\" style=\"\n              font-size: 8rem;\n              color: var(--h-primary);\n              margin-bottom: 15px;\n            \"\u003e\u003c\/i\u003e\n          \u003ch3\u003eGarantia de Satisfação\u003c\/h3\u003e\n          \u003cp style=\"color: #666\"\u003e\n            Testado e aprovado. Se houver defeito, você tem\n            \u003cstrong\u003e30 dias\u003c\/strong\u003e de garantia total conosco.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"text-align: center; margin-top: 60px\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/tRUCKMAN.png?v=1762479012\" style=\"max-width: 250px\"\u003e\n        \u003ch3 style=\"margin-top: 15px; font-size: 1.8rem; color: #111\"\u003e\n          Entrega Segura e Garantida\n        \u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.2rem; color: #666\"\u003e\n          Enviamos para todo o Brasil com código de rastreio dos Correios.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    \/\/ Controle do Termômetro\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":"FemRelax Pro™ Rosa","offer_id":42949546016858,"sku":null,"price":187.9,"currency_code":"BRL","in_stock":true},{"title":"FemRelax Pro™ Branco","offer_id":42949546082394,"sku":null,"price":187.9,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/AnyConv.com__Designsemnome_2_720x_61f38e3d-1c56-4098-900c-5401c2750a03.jpg?v=1771588515","url":"https:\/\/hycella.com\/products\/cinta-termica-para-colica-menstrual-femrelax-pro%e2%84%a2","provider":"Hycella | Confiança e Qualidade é a nossa marca","version":"1.0","type":"link"}