Cookie Policy
<style>
  #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;
  }
  #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">View product details</span>
  </button>

  <div class="faq-content">
    <h2>Herz P1 Smart Scale Official Offer</h2>
    <p>The Herz P1 Smart Scale is available now through the official store with a current price of $ 129,99. This offer reflects a 50% reduction from the original pricing, shown as From $259 by $129. The product is sold as an original certified unit and is distributed directly through the official channel, ensuring authenticity and consistency with the listed specifications. Customers in the US, CA, UK, and Australia can access this offer while it remains available.</p>

    <h2>Pricing and Discount Details</h2>
    <p>The Herz P1 Smart Scale is currently listed at $ 129,99. This price is part of a promotional condition that includes 50% off. The discount is presented as From $259 by $129, clearly indicating the price change as provided. All pricing information is displayed exactly as offered, with no alterations or reinterpretations. Availability of this pricing may be limited to a specific timeframe or campaign.</p>

    <h3>What is included in the offer</h3>
    <p>The purchase includes access to the Herz P1 Smart Scale at the specified price point of $ 129,99. The offer reflects a direct discount of 50% and is associated with the stated pricing format From $259 by $129. No additional bundled items or services are specified beyond what is included in the standard product purchase.</p>

    <h2>Shipping Information</h2>
    <p>The Herz P1 Smart Scale is shipped using a fast shipping method. While free shipping is not included, the delivery process is optimized for speed, allowing orders to be processed and dispatched efficiently. Shipping conditions may vary depending on the destination within the supported regions, including the US, CA, UK, and Australia.</p>

    <h3>Delivery expectations</h3>
    <p>Orders are handled with a focus on quick processing and dispatch. Fast shipping ensures that customers receive their purchase within a shorter timeframe compared to standard delivery methods. Specific delivery times are not defined but are aligned with expedited logistics handling.</p>

    <h2>Warranty Coverage</h2>
    <p>The Herz P1 Smart Scale includes a 90 day warranty. This warranty is described as extended compared to the market of digital smart scales. The coverage applies from the date of purchase and is part of the official offer provided with the product.</p>

    <h3>Warranty conditions</h3>
    <p>The 90 day warranty is included as stated, without modification. It is positioned as an extended duration within its category. No additional warranty terms or conditions are specified beyond the duration itself.</p>

    <h2>Official Product and Purchase Source</h2>
    <p>The Herz P1 Smart Scale is identified as an original certified product. It is available through the official store and distributed directly from the manufacturer channel. This ensures that the product aligns with the official listing and maintains consistency in terms of origin and authenticity.</p>

    <h3>Why buy from the official store</h3>
    <p>Purchasing through the official store ensures access to the listed offer of $ 129,99, along with the 50% discount and the 90 day warranty. It also confirms that the product is sourced directly from the manufacturer, avoiding uncertainty related to third party distribution.</p>

    <h2>Availability and Demand</h2>
    <p>The Herz P1 Smart Scale is presented as part of a limited time offer. Availability may vary depending on demand and stock levels. The promotional structure, including the 50% discount and the pricing From $259 by $129, suggests that the offer is part of a time sensitive campaign.</p>

    <h3>Limited time conditions</h3>
    <p>Customers are encouraged to review availability while the current pricing of $ 129,99 is active. Changes to pricing or availability may occur without prior notice once the promotional period ends or stock conditions change.</p>

    <h2>Summary of the Offer</h2>
    <p>The Herz P1 Smart Scale is currently available at $ 129,99 with a 50% discount, presented as From $259 by $129. The product includes fast shipping and a 90 day warranty. It is sold as an original certified unit through the official store and distributed directly from the manufacturer. Availability applies to customers in the US, CA, UK, and Australia, subject to stock and campaign duration.</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>