<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <style>
    body {
      font-family: Arial, sans-serif;
      color: #333;
      background-color: #fff;
      padding: 20px;
    }
    h2 {
      color: #000;
      margin-top: 30px;
    }
    ul {
      margin: 0;
      padding-left: 20px;
    }
    .section {
      margin-bottom: 20px;
    }
    .highlight {
      font-weight: bold;
    }
    .footer {
      font-size: 0.9em;
      color: #777;
      margin-top: 30px;
    }
  </style>
</head>
<body>

  <h2>šŸ›ļø Item Description</h2>
  <div class="section">
    <p><span class="highlight">Ohuhu Fineliner Drawing Pen, 8 Pack</span></p>
    <ul>
      <li>There’s nothing more important than a smooth clean line when you’re creating your works of art. You can count on the Ohuhu Fineliner Pen to give you smooth and even strokes every time, making the beautiful line to bring out the best in your artwork. From calligraphers to writers, artist, illustrators and cartoonists, don’t start drawing without this must-have writing tool. (Note: To protect the fine tips, do not press down the tips hard while using.)</li>
      <li>Don’t let smudges ruin your work—keep the quality of your work in tip-top condition since these pens don’t bleed, fade or smear. They are sunproof and water-resistant as well, so you can count on the quality to last for years to come. Use it with all sorts of pens and paper: markers, watercolor markers, color pencil, greeting cards, envelopes and construction paper---excellent for beautiful sketching, bullet journaling, fineliner drawing and more</li>
      <li>For a better writing experience, we’re pleased to say that these fineliner pens are non-toxic and odorless. The comfy grip and smooth writing are just the icing on the cake! Use with any kind of paper, from white, black or greeting cards to envelopes and construction paper---great for note-taking journaling, sketching and more.</li>
    </ul>
  </div>

  <h2>🚚 Dispatch & Shipping</h2>
  <div class="section">
    <ul>
      <li><span class="highlight">FREE shipping</span> on all orders</li>
      <li>Orders dispatched <span class="highlight">within 1 working day</span></li>
      <li>Tracked delivery included where applicable</li>
    </ul>
  </div>

  <h2>šŸ¢ About ThreePoint Goods Ltd</h2>
  <div class="section">
    <p>Welcome to <span class="highlight">ThreePoint Goods</span>!</p>
    <p>At our shop, we specialize in offering quality second-hand and new goods at unbeatable prices. From vintage treasures to everyday essentials, every item in our store is carefully selected and inspected to ensure it meets our high standards.</p>
    <p>We’re passionate about giving pre-loved items a new home, helping you save money while reducing waste. Whether you're looking for unique finds, practical bargains, or just something special, we’ve got you covered.</p>
    <p><span class="highlight">Thank you</span> for supporting our sustainable mission!</p>
  </div>

  <h2>šŸ” Returns Policy</h2>
  <div class="section">
    <ul>
      <li>30-day return policy for peace of mind</li>
      <li>Items must be returned in original condition</li>
      <li><span class="highlight">Scam and fraudulent returns will not be tolerated</span></li>
    </ul>
  </div>

  <div class="footer">
    &copy; 2025 ThreePoint Goods Ltd. All rights reserved.
  </div>

</body>
</html>