<style>
  /* Botão discreto (sem ícone) */
  #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">Product information</span>
  </button>

  <div class="faq-content">
    <h2>CitrusBurn Official Information</h2>
    <p>
      This section provides detailed and transparent information about CitrusBurn,
      including purchase conditions, pricing, guarantees, shipping options, and how
      to order from the official website. All information below reflects the conditions
      presented during the offer and does not include assumptions or unverified claims.
    </p>

    <h3>What is CitrusBurn</h3>
    <p>
      CitrusBurn is a product available for purchase through its official website.
      It is offered directly by the manufacturer and is positioned as an online-only
      product. Customers can order CitrusBurn exclusively through the official store,
      ensuring access to original packages and current promotional conditions.
    </p>
    <p>
      CitrusBurn is not sold in physical retail stores. The manufacturer distributes
      the product directly to consumers through the official website, allowing buyers
      to access promotions, bundled packages, and official support channels.
    </p>

    <h3>Official Website and Store</h3>
    <p>
      CitrusBurn is available only through the official website. Purchasing from the
      official store ensures that the product comes directly from the manufacturer and
      is covered by the advertised purchase policies. This also guarantees that buyers
      receive the same pricing and conditions shown on the order page.
    </p>
    <p>
      Ordering from the official website helps avoid third-party resellers and ensures
      that the product is shipped under the official terms, including shipping offers
      and guarantee coverage.
    </p>

    <h3>Pricing and Current Offer</h3>
    <p>
      The current promotional price for CitrusBurn is $49. This pricing is part of a
      limited time offer presented on the official website. The offer includes a
      75% discount compared to standard pricing and shows total savings of $900 when
      selecting the 6 bottle package.
    </p>
    <p>
      All prices and discounts are displayed clearly on the official order page.
      Customers are advised to review the checkout page carefully to confirm the
      selected package and total order value before completing the purchase.
    </p>

    <h3>Discount Details</h3>
    <p>
      The CitrusBurn promotion includes a 75% discount that applies during the active
      campaign period. The discount is already reflected in the listed price and does
      not require a coupon code. Savings of $900 are associated with the 6 bottle
      package as shown on the official website.
    </p>
    <p>
      Discounts may change or expire without prior notice. Availability depends on
      current promotional conditions, and customers should verify the offer directly
      on the official website before placing an order.
    </p>

    <h3>Shipping Information</h3>
    <p>
      CitrusBurn offers free shipping when customers choose the 6 bottle package.
      Shipping conditions are displayed during checkout, and free shipping applies
      only to qualifying packages as specified on the order page.
    </p>
    <p>
      Orders are shipped directly from the manufacturer. Delivery times and shipping
      details are provided during checkout and may vary based on destination within
      the United States.
    </p>

    <h3>Guarantee Policy</h3>
    <p>
      CitrusBurn purchases are backed by a 180 day guarantee. This guarantee applies
      according to the terms outlined by the manufacturer and is intended to provide
      buyers with additional purchase confidence.
    </p>
    <p>
      Customers should review the full guarantee policy on the official website to
      understand eligibility, request procedures, and any applicable conditions.
    </p>

    <h3>How to Order CitrusBurn</h3>
    <p>
      To order CitrusBurn, customers must visit the official website and select their
      preferred package. The checkout process is completed online through the official
      store and includes secure order handling.
    </p>
    <p>
      During checkout, customers can review pricing, discounts, shipping details, and
      guarantee information before confirming the order. All purchases are processed
      directly through the official platform.
    </p>

    <h3>Available Packages</h3>
    <p>
      CitrusBurn is offered in multiple package options, including a 6 bottle package
      that includes free shipping and the highest advertised savings. Package options
      are displayed on the official website and may change based on availability.
    </p>
    <p>
      Customers are encouraged to compare package details directly on the order page
      to choose the option that best fits their preferences.
    </p>

    <h3>Payment and Checkout</h3>
    <p>
      The CitrusBurn checkout process is handled through the official website and is
      designed to provide a secure online ordering experience. Accepted payment
      methods are displayed during checkout.
    </p>
    <p>
      After completing the order, customers receive confirmation details according to
      the official store process.
    </p>

    <h3>Important Purchase Notes</h3>
    <p>
      CitrusBurn is sold exclusively online through the official website. Pricing,
      discounts, free shipping offers, and guarantee terms apply only as shown on the
      official order page at the time of purchase.
    </p>
    <p>
      Customers should avoid third-party sellers to ensure they receive original
      products and official purchase support.
    </p>

    <h3>Summary</h3>
    <p>
      CitrusBurn is available at a promotional price of $49 through the official
      website. The current offer includes a 75% discount, savings of $900 on the
      6 bottle package, free shipping on qualifying orders, and a 180 day guarantee.
    </p>
    <p>
      For the most accurate and up to date information, customers should always refer
      to the official CitrusBurn website before placing an order.
    </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>
Cookie Policy