<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>GiftCardMall/MyGift | Check Balance | Activate Card</title>
  <meta name="description" content="Check your GiftCardMall/MyGift balance instantly or activate your prepaid card online. Follow our easy GiftCardMall/MyGift activation portal guide." />
  <meta name="robots" content="index, follow" />
  <meta property="og:title" content="GiftCardMall/MyGift Balance Check &amp; Card Activation Guide" />
  <meta property="og:description" content="Check your GiftCardMall/MyGift balance instantly or activate your prepaid card online." />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://giftcardmallmygiftac.com/" />

  <link rel="canonical" href="https://www.dburnett.com/" />
  <link rel="alternate" hreflang="en" href="https://giftcardmallmygiftac.com" />
  <link rel="alternate" hreflang="en-us" href="https://giftcardmallmygiftac.com" />
  <link rel="alternate" hreflang="x-default" href="https://giftcardmallmygiftac.com" />

  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://giftcardmallmygiftac.com/#website",
        "url": "https://giftcardmallmygiftac.com/",
        "name": "GiftCardMall/MyGift Balance & Activation Portal",
        "description": "Check your GiftCardMall/MyGift balance or activate your prepaid card with our step-by-step guide.",
        "potentialAction": {
          "@type": "SearchAction",
          "target": "https://giftcardmallmygiftac.com/?s={search_term_string}",
          "query-input": "required name=search_term_string"
        }
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://giftcardmallmygiftac.com/"
          }
        ]
      },
      {
        "@type": "FAQPage",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "What is GiftCardMall/MyGift?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "GiftCardMall/MyGift is a prepaid Visa or Mastercard gift card program offered through GiftCardMall. These cards are accepted at millions of merchants across the United States, both in-store and online, wherever Visa or Mastercard is accepted."
            }
          },
          {
            "@type": "Question",
            "name": "How do I check my GiftCardMall/MyGift balance?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "To check your GiftCardMall/MyGift balance, visit the official portal at giftcardmall.com/mygift, enter your 16-digit card number, expiration date, and CVV security code, then submit to view your available funds instantly."
            }
          },
          {
            "@type": "Question",
            "name": "How do I activate my GiftCardMall/MyGift card?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "To activate your GiftCardMall/MyGift card, visit the activation portal and enter your card number and expiration date. Provide any required personal information as prompted, then confirm to complete activation. Your card is ready for immediate use once activated."
            }
          },
          {
            "@type": "Question",
            "name": "Is GiftCardMall/MyGift accepted in all U.S. states?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "GiftCardMall/MyGift prepaid cards are valid across all 50 U.S. states wherever Visa or Mastercard is accepted, including Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, and Wyoming."
            }
          },
          {
            "@type": "Question",
            "name": "What should I do if my GiftCardMall/MyGift card is lost or stolen?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "If your GiftCardMall/MyGift card is lost or stolen, contact customer support immediately using the number on the back of your card or in your original packaging. Registering your card online in advance helps protect your remaining balance in such situations."
            }
          },
          {
            "@type": "Question",
            "name": "Can I use my GiftCardMall/MyGift card for online purchases?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Yes. GiftCardMall/MyGift prepaid cards are accepted for online purchases at any retailer or platform that accepts Visa or Mastercard payments within the United States."
            }
          },
          {
            "@type": "Question",
            "name": "Does GiftCardMall/MyGift work in every U.S. state?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Yes. GiftCardMall/MyGift cards are valid in all 50 U.S. states wherever Visa or Mastercard is accepted. There are no state-specific restrictions on card use."
            }
          }
        ]
      }
    ]
  }
  </script>

  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --blue-deep: #0b4f91;
      --blue-mid: #1668b8;
      --blue-bright: #1e82d8;
      --blue-light: #ddeeff;
      --blue-pale: #f0f7ff;
      --bg-start: #eef6ff;
      --bg-end: #dceefa;
      --text-dark: #0f1f30;
      --text-body: #2c3e50;
      --text-muted: #5a6e82;
      --white: #ffffff;
      --card-shadow: 0 4px 24px rgba(11,79,145,0.10);
      --radius: 12px;
      --radius-sm: 8px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      background: linear-gradient(150deg, var(--bg-start) 0%, var(--bg-end) 100%);
      background-attachment: fixed;
      color: var(--text-body);
      line-height: 1.65;
      font-size: 16px;
      min-height: 100vh;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(30,130,216,0.12);
      padding: 0 24px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--blue-deep);
      letter-spacing: -0.3px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .logo-icon {
      width: 34px;
      height: 34px;
      background: linear-gradient(135deg, var(--blue-deep), var(--blue-bright));
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .logo-icon svg { width: 18px; height: 18px; }

    .header-cta {
      display: inline-flex;
      align-items: center;
      background: var(--blue-mid);
      color: var(--white);
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 600;
      padding: 9px 20px;
      border-radius: 6px;
      transition: background 0.2s, transform 0.15s;
      white-space: nowrap;
    }

    .header-cta:hover { background: var(--blue-deep); transform: translateY(-1px); }

    .hero {
      position: relative;
      background: linear-gradient(135deg, #0b4f91 0%, #1668b8 55%, #1e82d8 100%);
      padding: 72px 24px 80px;
      text-align: center;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }

    .hero-inner { position: relative; max-width: 680px; margin: 0 auto; }

    .hero-badge {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      color: rgba(255,255,255,0.9);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 50px;
      border: 1px solid rgba(255,255,255,0.2);
      margin-bottom: 20px;
    }

    .hero h1 {
      font-size: clamp(1.75rem, 4.5vw, 2.6rem);
      font-weight: 800;
      color: var(--white);
      line-height: 1.2;
      margin-bottom: 18px;
      letter-spacing: -0.5px;
    }

    .hero p {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.85);
      margin-bottom: 34px;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--white);
      color: var(--blue-deep);
      font-size: 1rem;
      font-weight: 700;
      padding: 15px 34px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    }

    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,0.22); }

    .hero-wave {
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      line-height: 0;
    }

    main { max-width: 780px; margin: 0 auto; padding: 0 20px 60px; }

    .section { margin-top: 52px; }

    .card {
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: var(--card-shadow);
      padding: 36px 40px;
      border: 1px solid rgba(30,130,216,0.07);
    }

    h2 {
      font-size: 1.45rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 16px;
      line-height: 1.3;
    }

    h3 {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 10px;
    }

    p { margin-bottom: 14px; color: var(--text-body); }
    p:last-child { margin-bottom: 0; }

    .steps { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 16px; }

    .steps li {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .step-num {
      flex-shrink: 0;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--blue-deep), var(--blue-bright));
      color: var(--white);
      font-size: 0.85rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }

    .step-text { font-size: 0.96rem; padding-top: 6px; color: var(--text-body); }

    .bullet-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }

    .bullet-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.95rem;
      color: var(--text-body);
    }

    .bullet-list li::before {
      content: '';
      flex-shrink: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--blue-bright);
      margin-top: 7px;
    }

    .state-section { margin-top: 18px; }

    .state-label {
      font-size: 0.875rem;
      font-weight: 600;
      color: var(--text-muted);
      margin-bottom: 8px;
      display: block;
    }

    .state-select {
      width: 100%;
      max-width: 340px;
      padding: 11px 16px;
      border: 1.5px solid rgba(30,130,216,0.25);
      border-radius: var(--radius-sm);
      font-size: 0.95rem;
      color: var(--text-dark);
      background: var(--white);
      -webkit-appearance: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231668b8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      cursor: pointer;
      transition: border-color 0.2s;
    }

    .state-select:focus { outline: none; border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(30,130,216,0.12); }

    .state-result {
      margin-top: 12px;
      padding: 12px 16px;
      background: var(--blue-pale);
      border-radius: var(--radius-sm);
      font-size: 0.9rem;
      color: var(--blue-deep);
      font-weight: 500;
      display: none;
      border-left: 3px solid var(--blue-bright);
    }

    .faq-list { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }

    .faq-item {
      border: 1px solid rgba(30,130,216,0.12);
      border-radius: var(--radius-sm);
      overflow: hidden;
    }

    .faq-q {
      width: 100%;
      background: none;
      border: none;
      text-align: left;
      padding: 16px 20px;
      font-size: 0.96rem;
      font-weight: 600;
      color: var(--text-dark);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      transition: background 0.15s;
    }

    .faq-q:hover { background: var(--blue-pale); }

    .faq-icon {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--blue-light);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.25s, background 0.2s;
    }

    .faq-icon svg { width: 10px; height: 10px; }

    .faq-item.open .faq-icon { background: var(--blue-mid); transform: rotate(45deg); }
    .faq-item.open .faq-icon svg path { stroke: white; }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.2s;
      padding: 0 20px;
      font-size: 0.93rem;
      color: var(--text-muted);
    }

    .faq-a-inner { padding-bottom: 16px; }

    .faq-item.open .faq-a { max-height: 300px; padding-top: 4px; }

    .site-footer {
      background: #0a1929;
      color: #90caef;
      text-align: center;
      padding: 28px 24px;
      font-size: 0.82rem;
      line-height: 1.7;
    }

    .site-footer p { color: #90caef; }

    .site-footer strong { color: #ffffff; }

    .site-footer a { color: #90caef; }

    @media (max-width: 600px) {
      .card { padding: 24px 20px; }
      .hero { padding: 52px 20px 64px; }
      h2 { font-size: 1.25rem; }
      .header-cta { font-size: 0.8rem; padding: 8px 14px; }
    }
  </style>
</head>
<body>

  <header class="site-header">
    <a href="https://giftcardmallmygiftac.com/" class="logo" aria-label="GiftCardMall MyGift Home">
      <span class="logo-icon">
        <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <rect x="2" y="6" width="16" height="11" rx="2" stroke="white" stroke-width="1.6"/>
          <path d="M6 6V5a4 4 0 018 0v1" stroke="white" stroke-width="1.6" stroke-linecap="round"/>
          <line x1="10" y1="9" x2="10" y2="14" stroke="white" stroke-width="1.6" stroke-linecap="round"/>
        </svg>
      </span>
      GiftCardMall/MyGift
    </a>
    <a href="https://giftcardmallmygiftac.com/" class="header-cta">Check Balance</a>
  </header>

  <section class="hero" aria-label="Hero">
    <div class="hero-inner">
      <div class="hero-badge">GiftCardMall/MyGift Activation Portal</div>
      <h1>GiftCardMall/MyGift Balance Check &amp; Card Activation</h1>
      <p>Verify your GiftCardMall/MyGift prepaid card balance or complete your card activation in just a few steps. Secure, accurate, and always available.</p>
      <a href="https://www.giftcardmall.com/mygift" class="btn-primary" rel="noopener noreferrer">
        <svg width="18" height="18" viewBox="0 0 20 20" fill="none" aria-hidden="true"><rect x="2" y="6" width="16" height="11" rx="2" stroke="currentColor" stroke-width="1.8"/><path d="M13 10H7m3-2v4" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg>
        Check MyGift Balance
      </a>
    </div>
    <div class="hero-wave">
      <svg viewBox="0 0 1440 52" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" aria-hidden="true" style="display:block;width:100%;height:52px;">
        <path d="M0 32C240 0 480 52 720 32 960 12 1200 52 1440 32V52H0Z" fill="#eef6ff"/>
      </svg>
    </div>
  </section>

  <main>

    <section class="section" id="check-balance" aria-labelledby="h2-balance">
      <div class="card">
        <h2 id="h2-balance">How to Check Your GiftCardMall/MyGift Balance</h2>
        <p>Knowing your available funds before making a purchase is essential. The GiftCardMall/MyGift balance check process is straightforward and takes less than a minute to complete. Follow the steps below to view your current balance at any time.</p>
        <ol class="steps" aria-label="Balance check steps">
          <li><span class="step-num">1</span><span class="step-text">Click the "Check MyGift Balance" button on this page to be directed to the official GiftCardMall/MyGift portal.</span></li>
          <li><span class="step-num">2</span><span class="step-text">Enter your 16-digit card number printed on the front of your prepaid card.</span></li>
          <li><span class="step-num">3</span><span class="step-text">Provide your card expiration date and the 3-digit CVV security code.</span></li>
          <li><span class="step-num">4</span><span class="step-text">Submit the form to instantly view your remaining GiftCardMall/MyGift balance on screen.</span></li>
        </ol>
      </div>
    </section>

    <section class="section" id="activate-card" aria-labelledby="h2-activate">
      <div class="card">
        <h2 id="h2-activate">How to Activate Your GiftCardMall/MyGift Card</h2>
        <p>New GiftCardMall/MyGift prepaid cards must be activated before they can be used for purchases. Activation is required only once and can be completed online through the official GiftCardMall/MyGift activation portal.</p>
        <ol class="steps" aria-label="Activation steps">
          <li><span class="step-num">1</span><span class="step-text">Visit the GiftCardMall/MyGift activation portal using the link provided with your card or on the card packaging.</span></li>
          <li><span class="step-num">2</span><span class="step-text">Enter your card number, expiration date, and any additional details requested on the activation form.</span></li>
          <li><span class="step-num">3</span><span class="step-text">Provide your personal information as prompted, which may include your name, address, and zip code.</span></li>
          <li><span class="step-num">4</span><span class="step-text">Confirm the activation. Your card will be enabled immediately upon successful submission.</span></li>
        </ol>
        <p style="margin-top:18px; font-size:0.9rem; color: var(--text-muted);">If you encounter any issues during the GiftCardMall/MyGift card activation process, refer to the customer support number printed on the back of your card.</p>
      </div>
    </section>

    <section class="section" id="additional-tips" aria-labelledby="h2-tips">
      <div class="card">
        <h2 id="h2-tips">Additional Tips for Managing Your Prepaid Card</h2>
        <h3>Best Practices to Protect Your GiftCardMall/MyGift Balance</h3>
        <ul class="bullet-list" aria-label="Card management tips">
          <li>Register your card online immediately after activation to safeguard your balance in the event of loss or theft.</li>
          <li>Always perform a GiftCardMall/MyGift balance check before attempting a purchase to avoid declined transactions.</li>
          <li>Note your card expiration date and use your available funds prior to that date.</li>
          <li>Retain your original card packaging, which contains important contact and support information.</li>
          <li>Avoid sharing your card number, CVV, or personal details with unverified third parties.</li>
          <li>Contact customer support promptly if you notice any unauthorized transactions on your account.</li>
        </ul>
      </div>
    </section>

    <section class="section" id="state-validity" aria-labelledby="h2-states">
      <div class="card">
        <h2 id="h2-states">In Which States Is This Card Valid?</h2>
        <p>GiftCardMall/MyGift prepaid cards are accepted across the entire United States wherever Visa or Mastercard is accepted. You can view all valid states from the list below.</p>
        <div class="state-section">
          <label for="state-dropdown" class="state-label">Select a state to confirm eligibility:</label>
          <select id="state-dropdown" class="state-select" aria-label="Select U.S. state">
            <option value="">-- Select a State --</option>
            <option>Alabama</option><option>Alaska</option><option>Arizona</option><option>Arkansas</option>
            <option>California</option><option>Colorado</option><option>Connecticut</option><option>Delaware</option>
            <option>Florida</option><option>Georgia</option><option>Hawaii</option><option>Idaho</option>
            <option>Illinois</option><option>Indiana</option><option>Iowa</option><option>Kansas</option>
            <option>Kentucky</option><option>Louisiana</option><option>Maine</option><option>Maryland</option>
            <option>Massachusetts</option><option>Michigan</option><option>Minnesota</option><option>Mississippi</option>
            <option>Missouri</option><option>Montana</option><option>Nebraska</option><option>Nevada</option>
            <option>New Hampshire</option><option>New Jersey</option><option>New Mexico</option><option>New York</option>
            <option>North Carolina</option><option>North Dakota</option><option>Ohio</option><option>Oklahoma</option>
            <option>Oregon</option><option>Pennsylvania</option><option>Rhode Island</option><option>South Carolina</option>
            <option>South Dakota</option><option>Tennessee</option><option>Texas</option><option>Utah</option>
            <option>Vermont</option><option>Virginia</option><option>Washington</option><option>West Virginia</option>
            <option>Wisconsin</option><option>Wyoming</option>
          </select>
          <div id="state-result" class="state-result" role="status" aria-live="polite"></div>
        </div>
      </div>
    </section>

    <section class="section" id="faq" aria-labelledby="h2-faq">
      <div class="card">
        <h2 id="h2-faq">Frequently Asked Questions</h2>
        <div class="faq-list">

          <div class="faq-item">
            <button class="faq-q" aria-expanded="false">
              What is GiftCardMall/MyGift?
              <span class="faq-icon"><svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1v8M1 5h8" stroke="#1668b8" stroke-width="1.8" stroke-linecap="round"/></svg></span>
            </button>
            <div class="faq-a" role="region"><div class="faq-a-inner">GiftCardMall/MyGift is a prepaid Visa or Mastercard gift card program offered through GiftCardMall. These cards are accepted at millions of merchants across the United States, both in-store and online, wherever Visa or Mastercard is accepted.</div></div>
          </div>

          <div class="faq-item">
            <button class="faq-q" aria-expanded="false">
              How do I check my GiftCardMall/MyGift balance?
              <span class="faq-icon"><svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1v8M1 5h8" stroke="#1668b8" stroke-width="1.8" stroke-linecap="round"/></svg></span>
            </button>
            <div class="faq-a" role="region"><div class="faq-a-inner">Visit the official GiftCardMall/MyGift balance portal at giftcardmall.com/mygift. Enter your 16-digit card number, expiration date, and CVV code. Submit the form to view your current available funds instantly.</div></div>
          </div>

          <div class="faq-item">
            <button class="faq-q" aria-expanded="false">
              How do I activate my GiftCardMall/MyGift card?
              <span class="faq-icon"><svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1v8M1 5h8" stroke="#1668b8" stroke-width="1.8" stroke-linecap="round"/></svg></span>
            </button>
            <div class="faq-a" role="region"><div class="faq-a-inner">Visit the GiftCardMall/MyGift activation portal and enter your card number and expiration date. Provide your personal information as prompted and confirm to complete activation. Your card will be active and ready for use immediately.</div></div>
          </div>

          <div class="faq-item">
            <button class="faq-q" aria-expanded="false">
              Is GiftCardMall/MyGift valid in every U.S. state?
              <span class="faq-icon"><svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1v8M1 5h8" stroke="#1668b8" stroke-width="1.8" stroke-linecap="round"/></svg></span>
            </button>
            <div class="faq-a" role="region"><div class="faq-a-inner">Yes. GiftCardMall/MyGift prepaid cards are valid in all 50 U.S. states wherever Visa or Mastercard is accepted. There are no state-specific restrictions on card use across the United States.</div></div>
          </div>

          <div class="faq-item">
            <button class="faq-q" aria-expanded="false">
              What should I do if my card is lost or stolen?
              <span class="faq-icon"><svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1v8M1 5h8" stroke="#1668b8" stroke-width="1.8" stroke-linecap="round"/></svg></span>
            </button>
            <div class="faq-a" role="region"><div class="faq-a-inner">Contact customer support immediately using the number on the back of your card or in your original packaging. Registering your card online prior to any loss helps protect your remaining GiftCardMall/MyGift balance.</div></div>
          </div>

          <div class="faq-item">
            <button class="faq-q" aria-expanded="false">
              Can I use my GiftCardMall/MyGift card for online purchases?
              <span class="faq-icon"><svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1v8M1 5h8" stroke="#1668b8" stroke-width="1.8" stroke-linecap="round"/></svg></span>
            </button>
            <div class="faq-a" role="region"><div class="faq-a-inner">Yes. GiftCardMall/MyGift prepaid cards are accepted for online purchases at any retailer or platform that accepts Visa or Mastercard payments within the United States.</div></div>
          </div>

        </div>
      </div>
    </section>

  </main>

  <footer class="site-footer">
    <p><strong>Disclaimer:</strong> This website is not affiliated with, endorsed by, or representative of GiftCardMall, Blackhawk Network, or any related official entity. All trademarks and brand names are the property of their respective owners. This site is provided for informational purposes only. For official GiftCardMall/MyGift services, please visit <a href="https://www.giftcardmall.com/mygift" rel="nofollow noopener noreferrer">giftcardmall.com/mygift</a> directly.</p>
  </footer>

  <script>
    (function() {
      var faqItems = document.querySelectorAll('.faq-item');
      faqItems.forEach(function(item) {
        var btn = item.querySelector('.faq-q');
        btn.addEventListener('click', function() {
          var isOpen = item.classList.contains('open');
          faqItems.forEach(function(el) {
            el.classList.remove('open');
            el.querySelector('.faq-q').setAttribute('aria-expanded', 'false');
          });
          if (!isOpen) {
            item.classList.add('open');
            btn.setAttribute('aria-expanded', 'true');
          }
        });
      });

      var stateSelect = document.getElementById('state-dropdown');
      var stateResult = document.getElementById('state-result');
      stateSelect.addEventListener('change', function() {
        var state = this.value;
        if (state) {
          stateResult.style.display = 'block';
          stateResult.textContent = state + ': GiftCardMall/MyGift prepaid cards are valid and accepted in ' + state + ' wherever Visa or Mastercard is accepted.';
        } else {
          stateResult.style.display = 'none';
        }
      });
    })();
  </script>

</body>
</html>