Shipping Policy

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Shipping & Digital Delivery Policy | GS Designs Woodworking</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 20px;
      max-width: 800px;
      color: #333;
    }
    h1, h2, h3 {
      color: #5A3E1B;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }
    table, th, td {
      border: 1px solid #aaa;
    }
    th, td {
      padding: 10px;
      text-align: left;
    }
    .contact {
      margin-top: 20px;
    }
  </style>
</head>
<body>

  <h1>Shipping & Digital Delivery Policy</h1>
  <p><em>Last updated: [Insert Date]</em></p>

  <p>Thank you for shopping at <strong>GS Designs Woodworking</strong>. Below you’ll find details about how we handle shipping for physical products and delivery of digital downloads.</p>

  <h2>Physical Product Shipping Policy</h2>

  <h3>Processing Time</h3>
  <p>Orders for ready-to-ship items are processed within <strong>3–7 business days</strong>. Made-to-order or custom woodworking pieces may require additional time, depending on complexity and current workload. We’ll provide an estimated time frame at checkout or upon request.</p>
  <p>Orders are not shipped on weekends or holidays.</p>

  <h3>Shipping Rates & Delivery Estimates</h3>
  <p>Shipping charges are calculated at checkout. We ship via <strong>[USPS / UPS / FedEx]</strong> for reliable and timely service.</p>

  <table>
    <thead>
      <tr>
        <th>Shipping Method</th>
        <th>Estimated Delivery Time</th>
        <th>Cost</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Standard Shipping</td>
        <td>3–7 business days</td>
        <td>Calculated at checkout</td>
      </tr>
      <tr>
        <td>Expedited Shipping</td>
        <td>2–3 business days</td>
        <td>Calculated at checkout</td>
      </tr>
    </tbody>
  </table>

  <h3>Shipment Confirmation & Tracking</h3>
  <p>Once your item ships, you will receive a confirmation email with tracking information.</p>

  <h3>Damaged or Lost Items</h3>
  <p>If your package arrives damaged or is lost in transit, please contact the carrier to file a claim. We’re happy to help you with this process—just email us at <strong>[your email address]</strong>.</p>

  <h2>Digital Download Policy</h2>

  <h3>Delivery Method</h3>
  <p>After purchase, digital files will be available for <strong>immediate download</strong> via a link on the confirmation page and in your email receipt.</p>

  <h3>File Format</h3>
  <p>Files are provided in commonly used formats such as <strong>PDF, DXF, SVG, or ZIP</strong>, depending on the product.</p>

  <h3>Refunds for Digital Products</h3>
  <p>Due to the nature of digital content, <strong>all digital download sales are final</strong> and <strong>non-refundable</strong>. If you experience any issues accessing or using your files, please contact us and we’ll assist you promptly.</p>

  <h3>Usage</h3>
  <p>All digital downloads are for <strong>personal use only</strong> unless otherwise specified. Redistribution, resale, or commercial use is not permitted without prior written consent.</p>

  <h2>International Shipping</h2>
  <p>At this time, we only ship physical items within the United States.<br>
  (Digital products can be downloaded internationally.)</p>

  <div class="contact">
    <h2>Questions?</h2>
    <p>If you have any questions about your order or this policy, please contact us at:</p>
    <p>
      📧 <strong>[your email]</strong><br>
      📞 <strong>[your phone number]</strong>
    </p>
  </div>

</body>
</html>