{"title":"PTO Today EXPO Mesquite, TX","description":"\u003c!-- Missed Your Free Shirt Page --\u003e\n\u003cdiv class=\"sh-shirt-card\"\u003e\n\u003cdiv class=\"sh-shirt-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"sh-shirt-head\"\u003e\u003cstrong\u003eMissed Your Free Shirt?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"sh-shirt-sub\"\u003eNo worries — we’ve got you covered.\u003c\/p\u003e\n\u003cdiv class=\"sh-shirt-box\"\u003e\n\u003cp class=\"sh-shirt-box-text\"\u003eIf you weren’t able to redeem your free shirt in time, just reach out to support@spirithero.com and we’ll help you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sh-shirt-section\"\u003e\u003cstrong\u003eWhile You’re Here…\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"sh-shirt-list\"\u003e\n\u003cli\u003eFree online spirit wear and yard sign stores — open 24\/7 with no minimums\u003c\/li\u003e\n\u003cli\u003eFlash sales for lower pricing and bulk savings\u003c\/li\u003e\n\u003cli\u003eGraduation yard signs for any grade level\u003c\/li\u003e\n\u003cli\u003eFundraising made easy — keep 100% of your markup\u003c\/li\u003e\n\u003cli\u003eFree custom designs — we handle everything\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"sh-shirt-note\"\u003eOur goal is simple: make spirit wear and fundraising easy, stress-free, and actually enjoyable.\u003c\/p\u003e\n\u003cp class=\"sh-shirt-section\"\u003e\u003cstrong\u003eWant to See How It Works?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"sh-shirt-cta\"\u003e\u003ca aria-label=\"Book a quick demo (opens in a new tab)\" class=\"sh-shirt-btn\" rel=\"noopener noreferrer\" href=\"https:\/\/spirithero.com\/pages\/book-a-demo\" target=\"_blank\"\u003e Book a Quick Demo \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  :root{\n    --sh-purple:#4E008E;\n    --sh-yellow:#FBB041;\n    --sh-text:#222;\n    --sh-muted:#6b6b6b;\n    --sh-card:#faf7ff;\n    --sh-white:#fff;\n  }\n\n  .sh-shirt-card{\n    max-width:1020px;\n    margin:0 auto 36px;\n    padding:32px 24px;\n    background:var(--sh-card);\n    border-radius:14px;\n    border:1px solid rgba(78,0,142,.12);\n    box-shadow:0 6px 24px rgba(0,0,0,.06);\n    text-align:center;\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n    color:var(--sh-text);\n  }\n\n  .sh-shirt-accent{\n    height:6px;\n    border-radius:999px;\n    margin-bottom:22px;\n    background:linear-gradient(90deg,var(--sh-purple),var(--sh-yellow));\n  }\n\n  .sh-shirt-head{\n    font-size:28px;\n    margin:0 0 6px;\n  }\n\n  .sh-shirt-sub{\n    font-size:18px;\n    font-weight:700;\n    color:var(--sh-purple);\n    margin:0 0 18px;\n  }\n\n  .sh-shirt-box{\n    max-width:820px;\n    margin:0 auto 20px;\n    padding:18px 20px;\n    background:var(--sh-white);\n    border:1px solid rgba(78,0,142,.12);\n    border-radius:12px;\n    box-shadow:0 4px 16px rgba(0,0,0,.04);\n  }\n\n  .sh-shirt-box-text{\n    margin:0;\n    line-height:1.65;\n    font-size:17px;\n  }\n\n  .sh-shirt-section{\n    margin:8px 0 14px;\n    font-size:20px;\n  }\n\n  .sh-shirt-list{\n    list-style:none !important;\n    padding:0;\n    margin:0 auto 18px;\n    display:grid;\n    grid-template-columns:1fr;\n    gap:16px 24px;\n    max-width:860px;\n    text-align:left;\n  }\n\n  .sh-shirt-list li{\n    list-style-type:none !important;\n    position:relative;\n    padding:16px 18px 16px 56px;\n    background:var(--sh-white);\n    border:1px solid rgba(78,0,142,.08);\n    border-radius:12px;\n    box-shadow:0 4px 16px rgba(0,0,0,.04);\n    font-size:18px;\n    font-weight:600;\n    line-height:1.55;\n  }\n\n  .sh-shirt-list li::marker{\n    content:\"\" !important;\n    display:none !important;\n  }\n\n  .sh-shirt-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:16px;\n    top:50%;\n    transform:translateY(-50%);\n    width:28px;\n    height:28px;\n    border-radius:999px;\n    background:var(--sh-yellow);\n    color:var(--sh-purple);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-weight:800;\n    line-height:1;\n    box-shadow:0 2px 6px rgba(251,176,65,.3);\n  }\n\n  @media(min-width:760px){\n    .sh-shirt-list{\n      grid-template-columns:1fr 1fr;\n    }\n  }\n\n  .sh-shirt-note{\n    max-width:760px;\n    margin:6px auto 18px;\n    font-size:17px;\n    line-height:1.65;\n    color:var(--sh-muted);\n    font-weight:600;\n  }\n\n  .sh-shirt-cta{\n    margin-top:6px;\n  }\n\n  .sh-shirt-btn{\n    display:inline-block;\n    background:var(--sh-purple);\n    color:#fff !important;\n    text-decoration:none;\n    font-size:20px;\n    font-weight:700;\n    padding:16px 32px;\n    border-radius:12px;\n    border:2px solid var(--sh-purple);\n    transition:background-color .25s,color .25s,border-color .25s,transform .12s;\n  }\n\n  .sh-shirt-btn:hover{\n    background:var(--sh-yellow);\n    color:#000 !important;\n    border-color:var(--sh-yellow);\n    transform:translateY(-1px);\n  }\n\u003c\/style\u003e","products":[],"url":"https:\/\/spirithero.com\/collections\/pto-today-expo-mesquite-tx.oembed","provider":"SpiritHero.com","version":"1.0","type":"link"}