← back to Dw Marketing Reels

public/terms.html

87 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms of Service — Designer Wallcoverings</title>
<style>
  :root { --ink:#1a1a1a; --muted:#666; --line:#e5e2dc; --bg:#faf8f4; }
  * { box-sizing:border-box; }
  body { margin:0; background:var(--bg); color:var(--ink);
    font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif; }
  .wrap { max-width:760px; margin:0 auto; padding:56px 24px 96px; }
  .brand { font-weight:600; letter-spacing:.18em; text-transform:uppercase; font-size:13px; color:var(--muted); }
  h1 { font-weight:600; font-size:32px; margin:.35em 0 .15em; letter-spacing:-.01em; }
  .eff { color:var(--muted); font-size:14px; margin-bottom:2em; }
  h2 { font-size:18px; margin:2em 0 .4em; }
  p, li { color:#2a2a2a; }
  a { color:#7a5c3e; }
  ul { padding-left:1.2em; }
  hr { border:0; border-top:1px solid var(--line); margin:2.5em 0; }
  .foot { color:var(--muted); font-size:13px; }
</style>
</head>
<body>
<div class="wrap">
  <div class="brand">Designer Wallcoverings</div>
  <h1>Terms of Service</h1>
  <div class="eff">Effective July 14, 2026</div>

  <p>These Terms of Service ("Terms") govern your access to and use of the
  websites, content, and marketing tools operated by Designer Wallcoverings
  ("we," "us," "our"), including <a href="https://designerwallcoverings.com">designerwallcoverings.com</a>
  and its subdomains. By accessing or using our services, you agree to these Terms.</p>

  <h2>1. Use of our services</h2>
  <p>You may use our websites and content for lawful, personal, and legitimate
  business purposes. You agree not to misuse the services, interfere with their
  operation, attempt unauthorized access, or use them to violate any law or the
  rights of others.</p>

  <h2>2. Marketing tools &amp; social accounts</h2>
  <p>Our internal marketing application is used solely to manage
  <em>our own</em> Designer Wallcoverings social-media business accounts (for
  example, to schedule and publish content and review our own account insights).
  It is not offered to the public as a standalone service and does not act on
  behalf of any third party's account.</p>

  <h2>3. Intellectual property</h2>
  <p>All content on our sites — including product imagery, text, logos, and
  designs — is owned by Designer Wallcoverings or its licensors and is protected
  by applicable intellectual-property laws. You may not reproduce, distribute, or
  create derivative works without our prior written permission.</p>

  <h2>4. Products &amp; information</h2>
  <p>Product descriptions, availability, and pricing are provided for
  informational purposes and may change without notice. We make reasonable
  efforts to keep information accurate but do not warrant that it is complete,
  current, or error-free.</p>

  <h2>5. Disclaimers</h2>
  <p>The services and content are provided "as is" and "as available," without
  warranties of any kind, whether express or implied, to the fullest extent
  permitted by law.</p>

  <h2>6. Limitation of liability</h2>
  <p>To the fullest extent permitted by law, Designer Wallcoverings will not be
  liable for any indirect, incidental, special, consequential, or punitive
  damages arising from your use of the services.</p>

  <h2>7. Governing law</h2>
  <p>These Terms are governed by the laws of the State of California, without
  regard to its conflict-of-laws rules.</p>

  <h2>8. Changes</h2>
  <p>We may update these Terms from time to time. Continued use of the services
  after changes take effect constitutes acceptance of the revised Terms.</p>

  <h2>9. Contact</h2>
  <p>Designer Wallcoverings<br>
  <a href="mailto:info@designerwallcoverings.com">info@designerwallcoverings.com</a></p>

  <hr>
  <p class="foot">See also our <a href="/privacy">Privacy Policy</a>.</p>
</div>
</body>
</html>