{"product_id":"calcinha-borboleta-em-microfibra-fio-dental-pague-3-leve-5","title":"Calcinha Borboleta em Microfibra Fio Dental (Pague 3 Leve 5)","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      \/* Paleta de Cores: Azul Premium (Conforme solicitado) *\/\n      --h-primary: #2563eb; \/* Azul Vibrante *\/\n      --h-dark: #1e3a8a; \/* Azul Escuro\/Navy *\/\n      --h-gradient: linear-gradient(135deg, #60a5fa 0%, #1e40af 100%);\n      --h-shimmer: linear-gradient(90deg, #3b82f6, #fff, #3b82f6);\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, #1e40af, #60a5fa, #1e40af);\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      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: #eff6ff; \/* Fundo azul bem clarinho *\/\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    \/* Cabeçalho de Logo *\/\n    .h-logo-header {\n      text-align: center;\n      padding: 20px 0;\n      background: #fff;\n    }\n    .h-logo-img {\n      max-width: 180px;\n    }\n\n    \/* =========================================\n       2. HERO SECTION\n       ========================================= *\/\n    .h-hero {\n      padding: 30px 0 80px;\n      background: radial-gradient(\n        circle at top right,\n        rgba(59, 130, 246, 0.1),\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      align-items: 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 40px 80px -20px rgba(37, 99, 235, 0.2) !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: 8px 12px; \/* Reduzido para encaixar melhor no mobile *\/\n      border-radius: 12px;\n      display: flex; \/* Agora visível também no mobile *\/\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    \/* Kits e Imagens Grids *\/\n    .h-kits-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      margin-top: 40px;\n    }\n    .h-kit-img {\n      border-radius: 20px;\n      box-shadow: var(--h-card-shadow);\n      transition: 0.3s;\n      border: 1px solid #f1f5f9;\n    }\n    .h-kit-img:hover {\n      transform: scale(1.03);\n      box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);\n      border-color: rgba(37, 99, 235, 0.3);\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(37, 99, 235, 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: #f8fafc;\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 #f1f5f9;\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-kits-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n      .h-float-card {\n        padding: 12px 18px; \/* Retorna ao tamanho maior no desktop *\/\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-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(37, 99, 235, 0.05) 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: #f8fafc;\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 #f1f5f9;\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-primary);\n      filter: drop-shadow(0 4px 6px rgba(37, 99, 235, 0.2));\n    }\n    .h-feat-other i {\n      color: #ef4444;\n      opacity: 0.6;\n      font-size: 1.1rem;\n    }\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-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.8);\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.7);\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: #e2e8f0;\n      border-radius: 2px;\n    }\n    .h-info-right {\n      background: rgba(248, 250, 252, 0.5);\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.5);\n    }\n    .h-feature-box {\n      background: rgba(255, 255, 255, 0.9);\n      padding: 25px 20px;\n      border-radius: 20px;\n      border: 1px solid rgba(255, 255, 255, 0.8);\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.15);\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.25);\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: #1e293b;\n    }\n    .h-feature-box p {\n      font-size: 1.2rem;\n      color: #64748b;\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.5);\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 FULL WIDTH SECTION\n       ========================================= *\/\n    .h-usb-section {\n      background: linear-gradient(180deg, #fff 0%, #f8fafc 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    }\n    .h-glow-circle {\n      position: absolute;\n      width: 450px;\n      height: 450px;\n      background: radial-gradient(\n        circle,\n        rgba(37, 99, 235, 0.1) 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    .h-usb-product-img {\n      position: relative;\n      z-index: 2;\n      width: 100%;\n      max-width: 500px;\n      filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.15));\n      border-radius: 20px;\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: #64748b;\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.9);\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: #0f172a;\n      font-size: 1.6rem;\n    }\n    .h-spec-item span {\n      font-size: 1.1rem;\n      color: #64748b;\n    }\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, #f8fafc 0%, #fff 100%);\n        padding: 40px 0 20px;\n        text-align: center;\n        overflow: hidden;\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.1) 0%,\n          rgba(255, 255, 255, 0) 60%\n        );\n      }\n      .h-usb-product-img {\n        max-width: 90%;\n        margin: 0 auto;\n        display: block;\n        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));\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  \u003c\/style\u003e\n\n  \u003cdiv class=\"h-logo-header\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\u003c\/div\u003e\n  \u003c\/div\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: #fbbf24\"\u003e\u003c\/i\u003e 4.9\/5.0 |\n            Exclusividade Premium\n          \u003c\/div\u003e\n          \u003ch1 class=\"h-title\"\u003e\n            Conjunto Borboleta\n            \u003cspan style=\"text-shadow: 0 5px 15px rgba(37, 99, 235, 0.1)\"\u003eMicrofibra\u003c\/span\u003e\n          \u003c\/h1\u003e\n          \u003cp style=\"\n              font-size: 1.6rem;\n              color: #475569;\n              margin-bottom: 35px;\n              line-height: 1.7;\n            \"\u003e\n            O equilíbrio perfeito entre a sensualidade que você deseja e o\n            conforto que você merece. \u003cbr\u003e\n            \u003cstrong\u003eFio dental invisível sob a roupa. Compre 3, Leve 5!\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: 20px; left: -5px\"\u003e\n            \u003cstrong style=\"color: var(--h-primary)\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 0.7rem; color: #64748b; font-weight: 600\"\u003eNÃO MARCA\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"h-float-card\" style=\"bottom: 30px; right: -5px\"\u003e\n            \u003cstrong style=\"color: var(--h-primary)\"\u003e\u003ci class=\"fa-solid fa-leaf\"\u003e\u003c\/i\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 0.7rem; color: #64748b; font-weight: 600\"\u003e100% ALGODÃO\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\/Borboleta-Anuncio_2_a85012fa-6e8f-4f4f-b234-60b3ddf4328a.png?v=1771870055\" alt=\"Conjunto de Calcinhas Borboleta\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv style=\"\n      background: #f8fafc;\n      padding: 25px 0;\n      border-bottom: 1px solid #e2e8f0;\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; color: #1e293b\"\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\/CalcinhaBorboleta-PaginadeVendas.png?v=1771870055\" class=\"h-usb-product-img\" alt=\"Detalhes Microfibra\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-usb-content\"\u003e\n          \u003ch4 class=\"h-usb-subtitle\"\u003eTECNOLOGIA SEM COSTURA\u003c\/h4\u003e\n          \u003ch2 class=\"h-title h-mobile-center\" style=\"text-align: left\"\u003e\n            Liberdade que \u003cspan\u003eacompanha seu corpo\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"h-mobile-center\"\u003e\n            Esqueça peças apertadas e costuras que irritam. A modelagem\n            anatômica Borboleta se ajusta perfeitamente às suas curvas,\n            garantindo invisibilidade total sob vestidos, saias e leggings.\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-solid fa-droplet\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eTecido Respirável\u003c\/strong\u003e\u003cspan\u003eMicrofibra premium que evita transpiração excessiva.\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\u003ci class=\"fa-solid fa-heart\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eForro Íntimo 100% Algodão\u003c\/strong\u003e\u003cspan\u003eProteção e saúde recomendada por ginecologistas.\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\" style=\"background: #fff\"\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            ELEGÂNCIA NO DIA A DIA\n          \u003c\/h4\u003e\n          \u003ch2 class=\"h-title\" style=\"text-align: inherit\"\u003e\n            Detalhes que valorizam você.\n          \u003c\/h2\u003e\n          \u003cp style=\"margin-bottom: 25px; font-size: 1.6rem\"\u003e\n            As laterais mais amplas garantem que a peça não enrole ou dobre,\n            mantendo você segura e sensual do trabalho até aquele momento\n            especial.\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 Design Fio Dental que\n              valoriza o bumbum\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003ci class=\"fa-solid fa-check-circle\"\u003e\u003c\/i\u003e Não desbota e nem perde a\n              elasticidade\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003ci class=\"fa-solid fa-check-circle\"\u003e\u003c\/i\u003e Laterais projetadas para\n              conforto extremo\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"h-reveal\" style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 15px\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/23.png?v=1771870056\" style=\"border-radius: 20px; box-shadow: var(--h-card-shadow)\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/25.png?v=1771870057\" style=\"border-radius: 20px; box-shadow: var(--h-card-shadow)\"\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            Qualidade Incomparável.\n          \u003c\/h2\u003e\n          \u003cp style=\"color: #666; margin-bottom: 30px; font-size: 1.6rem\"\u003e\n            Substitua suas lingeries desconfortáveis por tecnologia têxtil de\n            ponta. Sinta a diferença no primeiro uso.\n          \u003c\/p\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\u003eQUALIDADE\u003c\/span\u003e\n              \u003cstrong\u003eBorboleta\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"h-col-other\"\u003eComuns\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eInvisível 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          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eForro 100% Algodão\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          \u003cdiv class=\"h-table-row\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eLaterais que não enrolam\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          \u003cdiv class=\"h-table-row last\"\u003e\n            \u003cdiv class=\"h-feat-name\"\u003eMicrofibra Respirável\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: #f8fafc\" id=\"oferta\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003ch2 class=\"h-title\"\u003ePromoção Exclusiva: \u003cspan\u003ePague 3 Leve 5\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"h-subtitle\"\u003e\n        Escolha o seu kit favorito e renove sua gaveta com peças premium pagando\n        menos.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"h-kits-grid h-reveal\"\u003e\n        \u003ca href=\"#oferta\" class=\"h-kit-link\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/3_32ef93e5-3aff-459b-a8cb-866bd6d4a8a2.png?v=1771870055\" alt=\"Kit de Calcinhas Opção 1\" class=\"h-kit-img\"\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"#oferta\" class=\"h-kit-link\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/7_0cc28ae9-05ed-40a4-9095-7f37a9cee73a.png?v=1771870055\" alt=\"Kit de Calcinhas Opção 2\" class=\"h-kit-img\"\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"#oferta\" class=\"h-kit-link\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/15_c90e9124-3c1c-4dda-a66f-f85aa918a72a.png?v=1771870056\" alt=\"Kit de Calcinhas Opção 3\" class=\"h-kit-img\"\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"#oferta\" class=\"h-kit-link\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/2_f4c1a0f3-8716-428e-a8f0-1f17d709335c.png?v=1771870054\" alt=\"Kit de Calcinhas Opção 4\" class=\"h-kit-img\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"h-section\" style=\"background: #fff\"\u003e\n    \u003cdiv class=\"h-container\"\u003e\n      \u003ch2 class=\"h-title\"\u003ePor que amar as \u003cspan\u003eBorboletas\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-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-droplet\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eRespirá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-leaf\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eSaúde Íntima\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-scissors\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eSem Costuras\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-gem\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eAlta Durabilidade\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-heart\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3\u003eConfortável\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: #f8fafc\"\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\u003eAs calcinhas marcam na roupa?\u003c\/summary\u003e\n            \u003cp\u003e\n              Não! A modelagem em microfibra com corte especial foi desenvolvida\n              exatamente para não marcar, sendo invisível mesmo sob roupas\n              justas, leggings ou vestidos finos.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eQual é o material de fabricação?\u003c\/summary\u003e\n            \u003cp\u003e\n              São confeccionadas em microfibra premium respirável, com forro\n              interno 100% algodão, oferecendo a proteção ideal recomendada por\n              especialistas para a sua saúde íntima.\n            \u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails class=\"h-faq-details\"\u003e\n            \u003csummary\u003eComo funciona a promoção Pague 3 Leve 5?\u003c\/summary\u003e\n            \u003cp\u003e\n              Ao selecionar qualquer um dos nossos kits promocionais nesta\n              página, você estará adquirindo 5 unidades pelo preço equivalente a\n              apenas 3 calcinhas individuais. O desconto já é aplicado\n              automaticamente no pacote.\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 #e2e8f0;\n            border-radius: 24px;\n            background: #fff;\n            display: inline-block;\n            width: 100%;\n            max-width: 600px;\n            font-size: 1.6rem;\n            box-shadow: var(--h-card-shadow);\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 style=\"color: #0f172a; margin-bottom: 10px\"\u003e\n            Garantia de Satisfação\n          \u003c\/h3\u003e\n          \u003cp style=\"color: #64748b\"\u003e\n            Experimente sem riscos. Se você não amar o conforto e o tecido das\n            suas calcinhas Borboleta, você tem \u003cstrong\u003e7 dias\u003c\/strong\u003e de\n            garantia incondicional após o recebimento.\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 via Correios\n        \u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.2rem; color: #64748b\"\u003e\n          Enviamos para todo o Brasil com código de rastreio para você\n          acompanhar seu pedido.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n      \/\/ Scroll Reveal para animações suaves\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":"Pague 3 Leve 5 \/ Tamanho 35","offer_id":42970469826650,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho 36","offer_id":42958869430362,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho 37","offer_id":42970469859418,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho 38","offer_id":42970469892186,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho 39","offer_id":42970469924954,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho  40","offer_id":42970469957722,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho 41","offer_id":42970469990490,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 3 Leve 5 \/ Tamanho 42","offer_id":42970470023258,"sku":null,"price":117.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 35","offer_id":42970470056026,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 36","offer_id":42958869463130,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 37","offer_id":42970470088794,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 38","offer_id":42970470121562,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 39","offer_id":42970470154330,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho  40","offer_id":42970470187098,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 41","offer_id":42970470219866,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true},{"title":"Pague 5 Leve 10 \/ Tamanho 42","offer_id":42970470252634,"sku":null,"price":137.9,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9954\/7994\/files\/Borboleta-Anuncio_2_a85012fa-6e8f-4f4f-b234-60b3ddf4328a.png?v=1771870055","url":"https:\/\/hycella.com\/products\/calcinha-borboleta-em-microfibra-fio-dental-pague-3-leve-5","provider":"Hycella | Confiança e Qualidade é a nossa marca","version":"1.0","type":"link"}