TERMS OF SERVICE

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Terms of Service - Homeoutli</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f7f8fb;
      color: #1e2a3a;
      line-height: 1.7;
    }
    .container {
      max-width: 900px;
      margin: 0 auto;
      padding: 50px 20px;
    }
    h1, h2 {
      color: #123a78;
    }
    a {
      color: #ff7a00;
      text-decoration: none;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>Terms of Service</h1>
    <p>Welcome to Homeoutli. By accessing or using our website, you agree to the following Terms of Service. Please read them carefully before placing an order.</p>

    <h2>Use of Website</h2>
    <p>You agree to use this website only for lawful purposes and in a way that does not infringe the rights of others or restrict their use of the site.</p>

    <h2>Product Information</h2>
    <p>We make every effort to ensure that product descriptions, prices, stock status, and images are accurate. However, because many of our items are discount, open-box, overstock, or limited-stock appliances, availability and details may change without notice.</p>

    <h2>Pricing and Orders</h2>
    <p>All prices displayed on the website are subject to change without notice. We reserve the right to cancel or refuse any order for reasons including pricing errors, suspected fraud, stock issues, or incomplete payment.</p>

    <h2>Payments</h2>
    <p>Orders must be paid in full before shipment. By placing an order, you confirm that the payment information provided is accurate and authorized.</p>

    <h2>Shipping and Delivery</h2>
    <p>Shipping and delivery times are estimates only and may vary depending on location, carrier performance, and item type. Please review our Delivery Policy for more details.</p>

    <h2>Returns and Refunds</h2>
    <p>Returns and refunds are handled according to our Return Policy. Not all items may be eligible for return.</p>

    <h2>Intellectual Property</h2>
    <p>All content on this website, including logos, text, graphics, images, and design elements, is the property of Homeoutli or its content suppliers and may not be used without permission.</p>

    <h2>Limitation of Liability</h2>
    <p>To the fullest extent permitted by law, Homeoutli shall not be liable for any indirect, incidental, or consequential damages arising from the use of our website or products.</p>

    <h2>Changes to Terms</h2>
    <p>We may update these Terms of Service at any time without prior notice. Continued use of the website after changes are posted means you accept those changes.</p>

    <h2>Contact Us</h2>
    <p>If you have any questions about these Terms of Service, please contact us at <a href="mailto:support@homeoutli.com">support@homeoutli.com</a>.</p>
  </div>
</body>
</html>