FAQ

<style>
  .birchaura-faq-section {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #233323;
    line-height: 1.65;
  }

  .birchaura-faq-header {
    text-align: center;
    margin-bottom: 36px;
  }

  .birchaura-faq-header h1 {
    margin: 0 0 12px;
    font-size: 34px;
    color: #2f5f3a;
    letter-spacing: -0.3px;
  }

  .birchaura-faq-header p {
    max-width: 680px;
    margin: 0 auto;
    color: #667066;
    font-size: 16px;
  }

  .birchaura-faq-list {
    display: grid;
    gap: 14px;
  }

  details.birchaura-faq {
    background: #ffffff;
    border: 1px solid #e4eadf;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0 4px 14px rgba(47, 95, 58, 0.06);
    overflow: hidden;
  }

  details.birchaura-faq[open] {
    border-color: #b9d0b5;
    background: #fbfdf9;
  }

  summary.birchaura-faq-title {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 20px 56px 20px 22px;
    font-weight: 700;
    color: #2f5f3a;
    font-size: 16px;
  }

  summary.birchaura-faq-title::-webkit-details-marker {
    display: none;
  }

  summary.birchaura-faq-title::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #edf5ea;
    color: #2f5f3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
  }

  details.birchaura-faq[open] summary.birchaura-faq-title::after {
    content: "−";
  }

  .birchaura-faq-content {
    padding: 0 22px 22px;
    color: #566156;
    font-size: 15px;
  }

  .birchaura-faq-content p {
    margin: 0 0 12px;
  }

  .birchaura-faq-content ul {
    margin: 10px 0 0;
    padding-left: 20px;
  }

  .birchaura-faq-content li {
    margin-bottom: 8px;
  }

  .birchaura-faq-content strong {
    color: #2f5f3a;
  }

  .birchaura-faq-content a,
  .birchaura-faq-note a {
    color: #2f5f3a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .birchaura-faq-note {
    text-align: center;
    margin-top: 34px;
    padding: 22px;
    background: #f4f8f1;
    border-radius: 14px;
    color: #5f6a5f;
    font-size: 15px;
  }

  @media (max-width: 640px) {
    .birchaura-faq-section {
      padding: 36px 14px;
    }

    .birchaura-faq-header h1 {
      font-size: 28px;
    }

    summary.birchaura-faq-title {
      padding: 18px 50px 18px 18px;
      font-size: 15px;
    }

    .birchaura-faq-content {
      padding: 0 18px 20px;
    }
  }
</style>

<section class="birchaura-faq-section">
  <div class="birchaura-faq-header">
    <h1>Frequently Asked Questions</h1>
    <p>
      Find quick answers about BirchAura products, orders, shipping, returns, care instructions, and support.
    </p>
  </div>

  <div class="birchaura-faq-list">

    <details class="birchaura-faq" open>
      <summary class="birchaura-faq-title">1. What kind of products does BirchAura offer?</summary>
      <div class="birchaura-faq-content">
        <p>
          BirchAura focuses on modern, nature-inspired home and lifestyle products designed to bring comfort, simplicity, and a cleaner look into everyday spaces.
        </p>
        <p>
          Our product selection may include home lighting, practical household items, décor pieces, and lifestyle accessories depending on current collections.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">2. Are BirchAura products safe for everyday use?</summary>
      <div class="birchaura-faq-content">
        <p>
          Yes. BirchAura products are selected with daily usability, comfort, and safety in mind.
        </p>
        <p>
          For each item, we recommend checking the product page for specific material details, usage instructions, voltage information, certifications, and care guidance before purchase.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">3. How do I place an order on BirchAura?</summary>
      <div class="birchaura-faq-content">
        <p>
          Simply browse our products at <a href="https://birchaura.com/">birchaura.com</a>, choose your preferred item and options, add it to cart, then complete checkout with your shipping and payment information.
        </p>
        <p>
          After your order is placed successfully, you will receive an order confirmation email.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">4. What payment methods are supported?</summary>
      <div class="birchaura-faq-content">
        <p>
          Available payment methods may include major credit/debit cards and other secure checkout options shown at checkout.
        </p>
        <p>
          The exact payment methods can vary by country, region, and payment provider availability.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">5. How long does shipping take?</summary>
      <div class="birchaura-faq-content">
        <p>
          Order processing usually takes <strong>1–3 business days</strong> after payment confirmation.
        </p>
        <p>
          Delivery time depends on your destination country, shipping method, local customs processing, and carrier conditions. Estimated delivery information will be shown where available during checkout or in your shipping confirmation.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">6. Can I track my order?</summary>
      <div class="birchaura-faq-content">
        <p>
          Yes. Once your order has shipped, you will receive a shipping confirmation email with tracking information when available.
        </p>
        <p>
          Tracking updates may take some time to appear after the package is handed over to the carrier.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">7. Do you offer returns or exchanges?</summary>
      <div class="birchaura-faq-content">
        <p>
          Yes. We accept eligible returns and exchanges according to our return policy.
        </p>
        <ul>
          <li>Items should be unused, undamaged, and returned in their original packaging where possible.</li>
          <li>If the item arrives damaged or defective, please contact us with your order number and clear photos.</li>
          <li>Return shipping responsibility may depend on the reason for the return.</li>
        </ul>
        <p>
          For complete details, please visit our return policy page on <a href="https://birchaura.com/">birchaura.com</a>.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">8. How do I care for or clean the products?</summary>
      <div class="birchaura-faq-content">
        <p>
          Care instructions vary depending on the product type and material.
        </p>
        <ul>
          <li><strong>Lighting products:</strong> Turn off power before cleaning. Wipe gently with a soft dry cloth.</li>
          <li><strong>Wood or natural-style items:</strong> Avoid soaking, harsh chemicals, or prolonged direct sunlight.</li>
          <li><strong>Textile or soft goods:</strong> Follow the care label or product page instructions.</li>
          <li><strong>General products:</strong> Keep away from excessive moisture, heat, and improper use.</li>
        </ul>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">9. Is there a warranty?</summary>
      <div class="birchaura-faq-content">
        <p>
          Some BirchAura products may include a limited warranty depending on the product category and local policy.
        </p>
        <p>
          Warranty coverage generally applies to manufacturing defects and does not cover damage caused by misuse, improper installation, normal wear and tear, or accidental damage.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">10. Can I change or cancel my order after placing it?</summary>
      <div class="birchaura-faq-content">
        <p>
          Please contact us as soon as possible if you need to change or cancel your order.
        </p>
        <p>
          If the order has already been processed or shipped, changes or cancellations may no longer be possible.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">11. Do you support wholesale or business cooperation?</summary>
      <div class="birchaura-faq-content">
        <p>
          Yes. BirchAura welcomes wholesale, retail, project, and partnership inquiries.
        </p>
        <p>
          Please contact us through our website and include your company information, target market, product interest, and estimated order quantity.
        </p>
      </div>
    </details>

    <details class="birchaura-faq">
      <summary class="birchaura-faq-title">12. How can I contact BirchAura support?</summary>
      <div class="birchaura-faq-content">
        <p>
          You can contact us through the contact page on our website:
          <a href="https://birchaura.com/pages/contact">https://birchaura.com/pages/contact</a>
        </p>
        <p>
          Please include your order number if your question is related to an existing order. This helps us assist you faster.
        </p>
      </div>
    </details>

  </div>

  <p class="birchaura-faq-note">
    Still can’t find your answer?
    <a href="https://birchaura.com/pages/contact">Contact BirchAura support</a>
    — we’ll be happy to help.
  </p>
</section>