NOVA MARKET

FAQ

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>FAQ · Morrisonsx</title>
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      background: #f5f7fa;
      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
      color: #1e1e1e;
      line-height: 1.65;
      padding: 2rem 1rem;
    }
    .policy-container {
      max-width: 1000px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 6px 24px rgba(0,0,0,0.04);
      padding: 2.5rem 2.2rem;
      border: 1px solid #e9edf2;
    }
    .store-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      gap: 1rem;
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #e2e8f0;
    }
    .store-name {
      font-size: 1.1rem;
      font-weight: 600;
      color: #1e3a5f;
      background: #eef3f9;
      display: inline-block;
      padding: 0.3rem 1.1rem;
      border-radius: 40px;
    }
    h1 {
      font-size: 1.9rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: #111;
      margin-top: 0.6rem;
    }
    .last-updated {
      font-size: 0.8rem;
      color: #6b7280;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }
    h3 {
      font-size: 1.15rem;
      font-weight: 600;
      margin: 1.6rem 0 0.6rem 0;
      color: #2c3e50;
    }
    p { margin-bottom: 0.9rem; color: #2d3a4b; }
    a {
      color: #1e3a5f;
      text-decoration: none;
      font-weight: 500;
      border-bottom: 1px dotted #b0c4de;
    }
    a:hover { border-bottom: 1px solid #1e3a5f; }
    .footer-note {
      margin-top: 3rem;
      padding-top: 1.4rem;
      border-top: 1px solid #dce5ed;
      font-size: 0.88rem;
      color: #5f6f80;
      text-align: center;
    }
    @media (max-width: 700px) {
      body { padding: 1.2rem 0.8rem; }
      .policy-container { padding: 1.5rem 1.2rem; }
      h1 { font-size: 1.6rem; }
      .store-header { flex-direction: column; align-items: flex-start; }
    }
  </style>
</head>
<body>
  <div class="policy-container">
    <div class="store-header">
      <div>
        <div class="store-name">Morrisonsx</div>
        <h1>FAQ</h1>
      </div>
      <div class="last-updated">Last updated: September 23, 2026</div>
    </div>

    <h3>Where does the store ship?</h3>
    <p>We currently ship to eligible addresses within the United States. Availability is confirmed at checkout.</p>

    <h3>How much is shipping?</h3>
    <p>Standard shipping is free for eligible United States orders. Any optional paid shipping service is shown before payment.</p>

    <h3>When will my order arrive?</h3>
    <p>Orders are normally processed in <strong>0–2 business days</strong> and then spend an estimated 2–5 business days in transit. The normal estimated total is <strong>2–7 business days</strong>.</p>

    <h3>Can I return an item because I changed my mind?</h3>
    <p>No. Change-of-mind returns are not accepted. Requests submitted within 30 days after delivery are reviewed when an item is damaged, defective, incorrect, or materially not as described. Applicable non-waivable consumer rights remain unaffected.</p>

    <h3>What should I do if an item arrives damaged?</h3>
    <p>Email us promptly with your order number and clear photos or video of the item and packaging. Keep the item and packaging until the review is complete.</p>

    <h3>Which payment methods are accepted?</h3>
    <p>The payment methods currently supported for the order are displayed at checkout. Payment must be successfully authorized before fulfillment.</p>

    <h3>Is this store the product manufacturer?</h3>
    <p>Morrisonsx operates <strong>morrisonsx.shop</strong> as an independent online retailer. Unless a product page expressly states otherwise, Morrisonsx is not the manufacturer or brand owner of the products offered.</p>

    <h3>How can I contact the store?</h3>
    <p>Email: <a href="mailto:support@morrisonsx.shop">support@morrisonsx.shop</a><br>
    Phone: <a href="tel:+19139561629">+1 913-956-1629</a><br>
    Address: 18504 W 114th St, Olathe, Kansas 66061, United States</p>

    <div class="footer-note">© 2026 Morrisonsx · All rights reserved.</div>
  </div>
</body>
</html>