Cookie Policy
<style>
  /* Botao discreto (sem icone) */
  #glp-faq .faq-toggle{
    background:none !important;
    border:0 !important;
    padding:0 !important;
    margin:0;
    color:#aaa;
    font-size:13px;
    line-height:1.4;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
  }
  #glp-faq .faq-toggle:hover,
  #glp-faq .faq-toggle:focus{
    color:#aaa;
    text-decoration:none;
    outline:none;
  }
  /* Conteudo SEO */
  #glp-faq .faq-content{
    display:none;
    margin-top:12px;
  }
  #glp-faq .faq-content h2{
    font-size:18px;
    margin:14px 0 6px;
    font-weight:600;
  }
  #glp-faq .faq-content h3{
    font-size:16px;
    margin:12px 0 6px;
    font-weight:600;
  }
  #glp-faq .faq-content p{
    margin:0 0 12px;
    line-height:1.5;
  }
</style>

<section id="glp-faq">
  <button class="faq-toggle" type="button">
    <span class="label">Read more about this product</span>
  </button>

  <div class="faq-content">
    <h2>Herz P1 Smart Scale Official Offer</h2>
    <p>
      The Herz P1 Smart Scale is available through the official store with a current promotional offer.
      This page provides detailed and transparent information to help you understand how to purchase,
      what is included, delivery conditions, warranty terms, and what to expect when ordering directly
      from the official website. All information below reflects the conditions presented at the time of
      this offer and does not rely on assumptions or unsupported claims.
    </p>

    <h2>What is the Herz P1 Smart Scale</h2>
    <p>
      The Herz P1 Smart Scale is a consumer smart scale offered through its official online store.
      It is presented as an original product sold through authorized channels only.
      Purchasing through the official website ensures that the product is authentic and that the buyer
      has access to the official purchase flow, warranty terms, and customer support associated with the brand.
    </p>
    <p>
      This product page does not make medical, health, or performance claims.
      The Herz P1 Smart Scale is described strictly as a smart scale product available for purchase
      under the conditions outlined below.
    </p>

    <h2>Current Price and Discount Information</h2>
    <p>
      The Herz P1 Smart Scale is currently offered for $129,99 as displayed on the official website.
      This offer reflects a 50% discount compared to the previously listed value.
      The promotion highlights a savings of $ 259,99 as part of this limited-time deal.
    </p>
    <p>
      All prices and discount values are shown exactly as presented during checkout.
      No additional calculations, conversions, or assumptions are applied.
      Buyers are encouraged to verify the final price directly on the official website before completing
      their order.
    </p>

    <h2>Official Store and Product Authenticity</h2>
    <p>
      The Herz P1 Smart Scale is sold exclusively through the official store.
      Purchasing from the official website helps ensure that customers receive an original product
      supplied through authorized distribution channels.
    </p>
    <p>
      Buying directly from the official store also helps reduce the risk of receiving unauthorized,
      resold, or non-original items that may appear on third-party marketplaces.
    </p>

    <h2>Shipping and Delivery Information</h2>
    <p>
      Orders for the Herz P1 Smart Scale are processed with fast shipping.
      The delivery method is described as envio rapido, meaning orders are prepared and dispatched
      promptly after purchase confirmation.
    </p>
    <p>
      Shipping times may vary depending on destination and local delivery conditions.
      Customers should refer to the official checkout page for the most accurate and up-to-date
      delivery estimates for their location.
    </p>

    <h2>Warranty and Purchase Protection</h2>
    <p>
      The Herz P1 Smart Scale includes a 90-day warranty as stated in the official offer.
      This warranty period applies under the terms defined by the seller at the time of purchase.
    </p>
    <p>
      Customers are advised to review the warranty details provided on the official website to understand
      coverage conditions, eligibility, and any required steps in the event of a warranty request.
    </p>

    <h2>How to Buy the Herz P1 Smart Scale</h2>
    <p>
      To purchase the Herz P1 Smart Scale, buyers should access the official website and follow the
      secure checkout process provided.
      The order process typically includes selecting the product, confirming pricing and discount details,
      entering shipping information, and completing payment through the available secure methods.
    </p>
    <p>
      Buying directly from the official website ensures access to the advertised price of $129,99,
      the stated 50% discount, fast shipping, and the 90-day warranty.
    </p>

    <h2>Who This Product May Be Suitable For</h2>
    <p>
      The Herz P1 Smart Scale is intended for customers looking to purchase a smart scale product
      through an official and verified online source.
      This page does not define specific use cases or outcomes and avoids assumptions about user needs
      or results.
    </p>
    <p>
      Prospective buyers should evaluate whether the product aligns with their personal requirements
      by reviewing the official product description and specifications provided during checkout.
    </p>

    <h2>Important Purchase Notes</h2>
    <p>
      Availability, pricing, and promotional conditions such as the 50% discount may change without notice.
      Customers interested in this offer are encouraged to complete their purchase while the promotion
      is still active.
    </p>
    <p>
      Always rely on the information displayed on the official website as the final reference before
      placing an order.
    </p>

    <h2>Summary</h2>
    <p>
      The Herz P1 Smart Scale is offered through the official store for $129,99 with a 50% discount,
      representing a stated saving of $ 259,99.
      The offer includes fast shipping and a 90-day warranty.
      Purchasing through the official website helps ensure product authenticity and access to official
      support and warranty terms.
    </p>
    <p>
      This section is provided to support informed purchasing decisions by presenting clear,
      factual information without unsupported claims or assumptions.
    </p>
  </div>
</section>

<script>
  document.addEventListener("DOMContentLoaded", function(){
    var btn = document.querySelector("#glp-faq .faq-toggle");
    var content = document.querySelector("#glp-faq .faq-content");
    if(btn && content){
      btn.addEventListener("click", function(){
        content.style.display = content.style.display === "block" ? "none" : "block";
      });
    }
  });
</script>