<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>5 Reasons Strangers Keep Stopping People Who Wear This Hoodie | Live2live</title>
<meta name="description" content="A police officer. A woman in the supermarket line. Someone who walked past and turned around. Five reasons strangers keep stopping the people who wear this message on their back.">
<!--
================================================================================
LIVE2LIVE ADVERTORIAL — "ACCIDENTAL HERO"
Recipe R2 (editorial listicle advertorial) + R5 Suicide Prevention Month overlay
Built 2026-09-11 · revised 2026-09-11 (5 reasons, named comments, no FAQ)
Leading avatar: male mental-health advocate
Mechanism name: "the Stranger Stop"
================================================================================
TOKENS — find and replace every one before publishing.
Delete any element whose token was not supplied.
{{PRODUCT_URL}} the product / buy page link — used by every CTA and the sticky bar
{{DEADLINE}} the REAL end of the sale, written out (e.g. "11pm on Friday 12 September")
The sale must actually end then. Never a rolling timer.
{{DEADLINE_ISO}} the same moment in ISO form for the optional countdown
(e.g. "2026-09-12T23:00:00+01:00")
{{OFFER_INCLUDES}} optional continuation of the offer sentence, e.g. " plus a free t-shirt and
two wristbands". Leave EMPTY only if the sale really is percentage-only.
{{GUARANTEE_DAYS}} verified returns window (the running advertorial shows 30)
{{CRISIS_RESOURCES}} leave empty for the market-neutral version; add local lines if a market
is set, and localise spelling and the offer at the same time
NO PRICE TOKENS ARE USED. Ahmed's instruction: the buy box is a demo/template block —
see <section id="demo-product-box"> and replace the whole block with the live product form.
BYLINE is set, not a token: "By Ellie Marsh · Last updated August 2026". Ahmed asked for an author
name on 2026-09-11. If the byline should ever change, it is in one place, the .byline div.
COMMENTS: every quoted comment is a real comment with the real commenter's name and month,
sourced from D:\Live2live\Raw files\LIVE2LIVE raw fb comments updated 18th Aug.csv.
Never add an invented name. Never add an FAQ section to this page.
DEVELOPER NOTES
- No JavaScript is required. The countdown at the bottom is optional and commented out;
it reads one fixed real date and must never be turned into a rolling timer.
- Shopify: paste the <style> block into the theme's custom CSS or the page's custom Liquid
section, then paste everything inside <body> into the section. The sticky bar needs the
theme to allow position:fixed.
- Fonts: Poppins 700/800 + Inter 400/600 if available; system fallbacks are already set.
- IMAGES ARE NUMBERED 1-7. Each one renders on the page as a dashed box labelled "Image 1",
"Image 2" and so on, with a line saying what it must show. Ahmed tells the editor "image 3 use
this one", the editor finds the box labelled Image 3 and swaps it. Directly above every box is
a commented-out <img> tag with the right filename and alt text — paste that in place of the
whole <figure> block. Filenames are images/image-01.jpg through images/image-07.jpg.
See image_manifest.md for the approved source file behind each number.
Export at =< 300 KB each. Everything below the first reason is lazy-loaded.
- Accessibility: one h1, headings in order, alt text on every image, body contrast >= 4.5:1.
-->
<style>
:root{--purple:#7B5CF5;--purple-dark:#5B3FD6;--lavender:#B9A6F5;--soft:#F5F2FF;--ink:#141221;
--muted:#5c5870;--paper:#ffffff;--green:#2E8B57;--green-soft:#EAF7EF;--yellow:#FFF6D6;
--yellow-line:#F2D680;--red:#D9534F;--radius:14px;--col:720px;--font-head:'Poppins',system-ui,
-apple-system,'Segoe UI',Roboto,sans-serif;--font-body:'Inter',system-ui,-apple-system,'Segoe UI',
Roboto,sans-serif}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.65 var(--font-body)}
img{max-width:100%;display:block;border-radius:var(--radius)}
a{color:var(--purple-dark)}
.\35-reasons-strangers-keep-stopping-wrap{max-width:var(--col);margin:0 auto;padding:0 20px}
.\35-reasons-strangers-keep-stopping-topbar{background:var(--ink);color:#fff;text-align:center;font:600 13px/1.4 var(--font-head);
padding:10px 16px;letter-spacing:.02em}
.\35-reasons-strangers-keep-stopping-masthead{display:flex;align-items:center;justify-content:space-between;padding:14px 0;
border-bottom:1px solid #eee}
.\35-reasons-strangers-keep-stopping-masthead .\35-reasons-strangers-keep-stopping-brand{font:800 18px var(--font-head);color:var(--purple)}
.\35-reasons-strangers-keep-stopping-masthead .\35-reasons-strangers-keep-stopping-label{font:600 11px var(--font-head);letter-spacing:.12em;text-transform:uppercase;
color:var(--muted)}
.\35-reasons-strangers-keep-stopping-eyebrow{font:700 12px var(--font-head);letter-spacing:.14em;text-transform:uppercase;
color:var(--purple);margin:28px 0 10px}
h1{font:800 clamp(28px,5vw,40px)/1.15 var(--font-head);margin:0 0 14px;letter-spacing:-.01em}
h2{font:800 clamp(22px,3.6vw,28px)/1.2 var(--font-head);margin:36px 0 12px}
h3{font:700 19px/1.3 var(--font-head);margin:22px 0 8px}
p{margin:0 0 16px}.\35-reasons-strangers-keep-stopping-lede p{font-size:19px}
.\35-reasons-strangers-keep-stopping-deck{font:400 20px/1.45 var(--font-body);color:var(--muted);margin:0 0 18px}
.\35-reasons-strangers-keep-stopping-byline{display:flex;gap:12px;align-items:center;color:var(--muted);font-size:14px;margin:12px 0 22px}
.\35-reasons-strangers-keep-stopping-byline .\35-reasons-strangers-keep-stopping-avatar{width:40px;height:40px;border-radius:50%;background:var(--lavender);overflow:hidden}
.\35-reasons-strangers-keep-stopping-byline .\35-reasons-strangers-keep-stopping-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.\35-reasons-strangers-keep-stopping-notice{background:var(--yellow);border-left:4px solid var(--yellow-line);padding:12px 16px;
border-radius:8px;font-size:15px;margin:18px 0}
.\35-reasons-strangers-keep-stopping-box{background:var(--soft);border-radius:var(--radius);padding:20px 22px;margin:22px 0}
.\35-reasons-strangers-keep-stopping-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;background:
linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;border-radius:var(--radius);
padding:22px;margin:26px 0}
.\35-reasons-strangers-keep-stopping-stats b{display:block;font:800 30px/1 var(--font-head)}.\35-reasons-strangers-keep-stopping-stats span{font-size:13px;opacity:.9}
.\35-reasons-strangers-keep-stopping-reason{display:grid;grid-template-columns:1fr;gap:16px;margin:34px 0;align-items:start}
.\35-reasons-strangers-keep-stopping-reason .\35-reasons-strangers-keep-stopping-num{font:800 44px/1 var(--font-head);color:var(--purple);opacity:.9}
.\35-reasons-strangers-keep-stopping-reason h2{margin-top:4px}
.\35-reasons-strangers-keep-stopping-quote{background:var(--green-soft);border-left:4px solid var(--green);border-radius:8px;
padding:14px 18px;margin:18px 0;font-style:italic}
.\35-reasons-strangers-keep-stopping-quote cite{display:block;margin-top:8px;font-style:normal;font-size:13px;color:var(--muted)}
.\35-reasons-strangers-keep-stopping-print{font-family:Georgia,'Times New Roman',serif;font-style:italic}
.\35-reasons-strangers-keep-stopping-fb{border:1px solid #e8e6f2;border-radius:var(--radius);padding:14px 16px;margin:14px 0}
.\35-reasons-strangers-keep-stopping-fb b{display:block;font-size:14px}.\35-reasons-strangers-keep-stopping-fb p{margin:4px 0;font-size:15px}
.\35-reasons-strangers-keep-stopping-fb small{color:var(--muted)}
.\35-reasons-strangers-keep-stopping-cta{display:inline-block;background:var(--purple);color:#fff;text-decoration:none;
font:800 17px var(--font-head);padding:16px 26px;border-radius:12px;text-align:center}
.\35-reasons-strangers-keep-stopping-cta:hover{background:var(--purple-dark)}
.\35-reasons-strangers-keep-stopping-cta-line{text-align:center;margin:26px 0}
.\35-reasons-strangers-keep-stopping-cta-card{border:2px solid var(--lavender);border-radius:var(--radius);padding:24px;margin:30px 0;
text-align:center;background:#fff}
.\35-reasons-strangers-keep-stopping-cta-card h3{margin-top:0}.\35-reasons-strangers-keep-stopping-cta-card .\35-reasons-strangers-keep-stopping-fine{font-size:13px;color:var(--muted);margin-top:10px}
.\35-reasons-strangers-keep-stopping-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0}
table.\35-reasons-strangers-keep-stopping-compare{width:100%;min-width:560px;border-collapse:collapse;font-size:15px}
table.\35-reasons-strangers-keep-stopping-compare th,table.\35-reasons-strangers-keep-stopping-compare td{border-bottom:1px solid #eee;padding:10px 8px;text-align:left;
vertical-align:top}table.\35-reasons-strangers-keep-stopping-compare th{font:700 13px var(--font-head);text-transform:uppercase;
letter-spacing:.06em;color:var(--muted)}
.\35-reasons-strangers-keep-stopping-compare .\35-reasons-strangers-keep-stopping-us td{background:var(--soft);font-weight:600}
.\35-reasons-strangers-keep-stopping-qual{background:var(--soft);border-radius:var(--radius);padding:20px 22px;margin:26px 0}
.\35-reasons-strangers-keep-stopping-qual ol{margin:0 0 14px;padding-left:22px}.\35-reasons-strangers-keep-stopping-qual li{margin-bottom:10px}
.\35-reasons-strangers-keep-stopping-qual .\35-reasons-strangers-keep-stopping-verdict{font:700 18px var(--font-head);margin:0}
.\35-reasons-strangers-keep-stopping-guarantee{background:linear-gradient(135deg,var(--lavender),var(--purple));color:#fff;
border-radius:var(--radius);padding:24px;margin:30px 0;text-align:center}
.\35-reasons-strangers-keep-stopping-guarantee h3{margin-top:0}
.\35-reasons-strangers-keep-stopping-paths{display:grid;grid-template-columns:1fr;gap:14px;margin:26px 0}
.\35-reasons-strangers-keep-stopping-paths .\35-reasons-strangers-keep-stopping-path{border-radius:var(--radius);padding:18px}
.\35-reasons-strangers-keep-stopping-paths .\35-reasons-strangers-keep-stopping-a{background:#FBEDEC;border-left:4px solid var(--red)}
.\35-reasons-strangers-keep-stopping-paths .\35-reasons-strangers-keep-stopping-b{background:var(--green-soft);border-left:4px solid var(--green)}
.\35-reasons-strangers-keep-stopping-paths b{display:block;font:700 15px var(--font-head);margin-bottom:6px}
.\35-reasons-strangers-keep-stopping-demo-box{border:2px dashed var(--lavender);border-radius:var(--radius);padding:22px;margin:26px 0;
background:#FCFBFF;text-align:center}
.\35-reasons-strangers-keep-stopping-demo-box .\35-reasons-strangers-keep-stopping-tag{display:inline-block;font:700 11px var(--font-head);letter-spacing:.1em;
text-transform:uppercase;color:var(--purple-dark);background:var(--soft);border-radius:20px;
padding:6px 14px;margin-bottom:14px}
.\35-reasons-strangers-keep-stopping-demo-box .\35-reasons-strangers-keep-stopping-ph{border:1px dashed #d6cff5;border-radius:10px;padding:14px;margin:12px 0;
color:var(--muted);font-size:14px}
.\35-reasons-strangers-keep-stopping-demo-box .\35-reasons-strangers-keep-stopping-swatches{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:12px 0}
.\35-reasons-strangers-keep-stopping-demo-box .\35-reasons-strangers-keep-stopping-sw{width:26px;height:26px;border-radius:50%;border:1px solid #ddd}
/* numbered image placeholder — the editor swaps each one by its number */
.\35-reasons-strangers-keep-stopping-imgslot{margin:0;border:2px dashed var(--lavender);background:var(--soft);border-radius:var(--radius);
padding:22px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;
justify-content:center;gap:10px;min-height:190px}
.\35-reasons-strangers-keep-stopping-imgslot .\35-reasons-strangers-keep-stopping-n{display:inline-block;font:800 13px var(--font-head);letter-spacing:.12em;
text-transform:uppercase;color:#fff;background:var(--purple);border-radius:20px;padding:7px 16px}
.\35-reasons-strangers-keep-stopping-imgslot p{margin:0;font-size:14px;line-height:1.5;color:var(--muted);max-width:44ch}
.\35-reasons-strangers-keep-stopping-ps{border-top:2px solid var(--soft);padding-top:20px;margin-top:34px}
.\35-reasons-strangers-keep-stopping-crisis{border:1px solid var(--yellow-line);background:#FFFBEB;border-radius:var(--radius);
padding:18px;margin:26px 0 110px;font-size:15px}
.\35-reasons-strangers-keep-stopping-crisis b{display:block;margin-bottom:6px}
.\35-reasons-strangers-keep-stopping-disclaimer{color:var(--muted);font-size:12px;line-height:1.5;margin:34px 0 110px}
.\35-reasons-strangers-keep-stopping-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #e8e6f2;
padding:10px 16px;display:flex;justify-content:center;gap:12px;align-items:center;z-index:9}
.\35-reasons-strangers-keep-stopping-sticky span{font:700 14px var(--font-head)}
.\35-reasons-strangers-keep-stopping-sticky .\35-reasons-strangers-keep-stopping-cta{padding:12px 20px;font-size:15px}
@media(min-width:700px){.\35-reasons-strangers-keep-stopping-reason{grid-template-columns:1fr 1fr}.\35-reasons-strangers-keep-stopping-reason.\35-reasons-strangers-keep-stopping-flip .\35-reasons-strangers-keep-stopping-media{order:-1}
.\35-reasons-strangers-keep-stopping-stats{grid-template-columns:repeat(4,1fr)}.\35-reasons-strangers-keep-stopping-paths{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.\35-reasons-strangers-keep-stopping-sticky span{display:none}}
</style>
</head>
<body>
<div class="5-reasons-strangers-keep-stopping-topbar">Suicide Prevention Month · Sale ends in <span id="5-reasons-countdown">09:11:07</span></div>
<header class="5-reasons-strangers-keep-stopping-wrap 5-reasons-strangers-keep-stopping-masthead">
<span class="5-reasons-strangers-keep-stopping-brand">Live2live</span>
</header>
<main class="5-reasons-strangers-keep-stopping-wrap">
<p class="5-reasons-strangers-keep-stopping-eyebrow">You never find out who read it</p>
<h1>5 Reasons Strangers Keep Stopping People Who Wear This Hoodie</h1>
<p class="5-reasons-strangers-keep-stopping-deck">Most of them think they're in trouble for a second. Then the stranger asks what the
back says.</p>
<div class="5-reasons-strangers-keep-stopping-byline">
<div class="5-reasons-strangers-keep-stopping-avatar"><img src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/author_image.jpg?v=1789666872" alt="Ellie Marsh"></div>
<div>By Ellie Marsh · Last updated August 2026 · 5 min read</div>
</div>
<img src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/author_image.jpg?v=1789666872" alt="The back of the hoodie, photographed from behind, showing the printed letter to the person standing behind the wearer.">
<div class="5-reasons-strangers-keep-stopping-lede">
<p>It starts the same way every time. A stranger stops you.</p>
<p>A police officer. A woman in the supermarket line. A lad at a festival. Someone who walked
past, went quiet, and turned back around. For a second you think you've done something
wrong.</p>
<p>Then they ask what the writing on your back says. And once you've turned around, they tell you
something they haven't told the people closest to them.</p>
<p>Here's why it keeps happening.</p>
</div>
<!-- REASON 1 · IDENTITY / SILENCE · belief 1 to 2 -->
<section class="5-reasons-strangers-keep-stopping-reason">
<div>
<div class="5-reasons-strangers-keep-stopping-num">1</div>
<h2>It reaches the people who have already decided not to tell anyone</h2>
<p>Every route we're offered needs the struggling person to move first. A helpline needs them
to dial. A leaflet needs them to pick it up. "Are you okay?" needs them to either lie or
break, standing in a kitchen, with someone who loves them watching their face.</p>
<p>The back of a hoodie needs them to do nothing at all except look up.</p>
<p>The front is for the person wearing it: <span class="5-reasons-strangers-keep-stopping-print">you are enough.</span> The back
is for whoever ends up behind them: <span class="5-reasons-strangers-keep-stopping-print">Dear person behind me, the world is
a better place with you in it. Love, the person in front of you.</span></p>
<p>That's the entire difference, and it's why the moments people write to us about happen in
stores and stations and waiting rooms rather than in living rooms. Nobody had to decide to
have a conversation. We call it <b>the Stranger Stop</b>.</p>
<div class="5-reasons-strangers-keep-stopping-quote">"I bought one because my friend decided he didn't want to do this anymore. I
wish I had called him more, or maybe been a friend who he thought he could call on. If I wear
this shirt and just maybe the person standing behind me reads it and it helps them to
remember that there is SOMEONE out there who will miss them. I will wear it every day."
<cite>— Nathan Packer, Facebook, May 2025</cite></div>
</div>
<img class="5-reasons-strangers-keep-stopping-media" src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/WhatsApp_Image_2025-10-18_at_22.27.50_1.jpg?v=1763151134" loading="lazy" alt="A wearer photographed from behind in a shop line, the message on the back readable to the person standing behind them.">
</section>
<!-- REASON 2 · SAFETY / OBJECTION · belief 3 -->
<section class="5-reasons-strangers-keep-stopping-reason 5-reasons-strangers-keep-stopping-flip">
<div>
<div class="5-reasons-strangers-keep-stopping-num">2</div>
<h2>You never have to say a word, and nobody watches you say it</h2>
<p>Here's the fear, said plainly: wearing a mental-health message makes you look soft, or
worse, makes you look like you're performing.</p>
<p>Look at where the message is. It faces away from you. You can't read it, you can't check
who's reading it, and you don't get any credit for it. You put it on, you go to the store,
you ride to work, you stand in a line facing forward like everybody else.</p>
<p>It is the least performative thing in your wardrobe, for one simple reason: you're the only
person who can't see it.</p>
<div class="5-reasons-strangers-keep-stopping-quote">"Got two and first time someone tapped me on the shoulder and said 'thank
you' I felt 100 feet tall. These hoodies can and do make a difference."
<cite>— Gints Kaz, Facebook, July 2025</cite></div>
</div>
<img class="5-reasons-strangers-keep-stopping-media" src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/Instagram_Customer_Feedback.jpg?v=1786229689" loading="lazy" alt="The front of the hoodie worn, with the words you are enough printed small on the upper chest.">
</section>
<p class="5-reasons-strangers-keep-stopping-cta-line"><a class="5-reasons-strangers-keep-stopping-cta" href="{{PRODUCT_URL}}">See the hoodie →</a></p>
<!-- REASON 3 · TESTIMONIAL · beliefs 2 and 4 -->
<section class="5-reasons-strangers-keep-stopping-reason">
<div>
<div class="5-reasons-strangers-keep-stopping-num">3</div>
<h2>It gets the people whose job is to be the composed one</h2>
<p>The pattern doesn't pick soft targets. It gets people in uniform, on shift, mid-shout, who
nobody thinks to check on because checking on people is their job.</p>
<div class="5-reasons-strangers-keep-stopping-quote">"I wore mine at Spain coming through, the police stopped me and shook my
hand. Then a young lad came over to me, thanking me. I gave him a hug. Also air hostesses
loved it too."<cite>— Pam Jones, Facebook, July 2025</cite></div>
<div class="5-reasons-strangers-keep-stopping-quote">"I'm an emergency mental health nurse. I have 4 and I always wear one over
my scrubs. When I say they can change someone's whole mood, I will always support this
cause."<cite>— Laurie Elle, Facebook, August 2025</cite></div>
<p>Uniform on, lanyard on, and the sentence still gets through. That should tell you something
about who is walking around carrying things they haven't said out loud at work.</p>
</div>
<img class="5-reasons-strangers-keep-stopping-media" src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/Instagram_Customer_Feedback_3.jpg?v=1786229689" loading="lazy" alt="Close view of the printed letter across the upper back of the hoodie.">
</section>
<!-- REASON 4 · EASE · belief 5 -->
<section class="5-reasons-strangers-keep-stopping-reason 5-reasons-strangers-keep-stopping-flip">
<div>
<div class="5-reasons-strangers-keep-stopping-num">4</div>
<h2>You don't need the right words, any training, or a story of your own</h2>
<p>Most people say nothing to a struggling stranger because they're frightened of getting it
wrong. That's a fair fear. The wrong sentence at the wrong moment does damage, and none of
us are qualified to guess.</p>
<p>This removes the problem rather than solving it. The words are already written. They're the
same words every time. They were written by a woman whose sister died, for the moment her
sister didn't get.</p>
<p>Your part is to get dressed and stand somewhere. There is no step two.</p>
<div class="5-reasons-strangers-keep-stopping-quote">"I was wearing mine the other day, completely forgot I had it on until a guy
followed me into a shop and stopped me to say thank you, it had brightened his day."
<cite>— Melisa Jones, Facebook, March 2025</cite></div>
</div>
<img class="5-reasons-strangers-keep-stopping-media" src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/Instagram_Customer_Feedback_9.jpg?v=1786229688" loading="lazy" alt="The hoodie worn with the hood up, showing that the hood sits above the printed message.">
</section>
<!-- REASON 5 · SOCIAL PROOF · belief 4 -->
<section class="5-reasons-strangers-keep-stopping-reason">
<div>
<div class="5-reasons-strangers-keep-stopping-num">5</div>
<h2>Half a million backs are already carrying it</h2>
<p>Over 500,000 people wear this message. 20% of profits go to mental health causes. It was
started by someone who lost her sister.</p>
<p>We'll answer the obvious question directly, because people ask it in the comments every week
and they're right to: yes, this is a company, and it sells hoodies. The two numbers above
are the ones we're prepared to put in writing, and the message on the back is the only
reason the thing exists.</p>
<div class="5-reasons-strangers-keep-stopping-quote">"I ordered a few. I am big into mental health and helping people. I have
been out in a bar with the top on and a random woman came over to me and asked for a hug and
told me that she really needed to see that on that day. These tops really do make a
difference, so if you believe in it, support it and wear it with pride."
<cite>— Scott Philp, Facebook, March 2025</cite></div>
</div>
<img class="5-reasons-strangers-keep-stopping-media" src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/FB_IMG_1783468371595.jpg?v=1786229689" loading="lazy" alt="The hoodie shown in several of its nine colours side by side.">
</section>
<!-- THE OFFER — STATED ONCE, IN FULL, and in the slot the stats bar used to occupy.
Do not repeat the percentage anywhere else on the page. -->
<div class="5-reasons-strangers-keep-stopping-cta-card">
<h3>This September</h3>
<p>September is Suicide Prevention Month. The point of the month is that the silence gets loud
enough for one person to hear it — so the point for us is simple: as many backs as
possible carrying that sentence, in as many lines as possible, before the month is out.</p>
<p>So for the next 24 hours, the Dear Person Behind Me hoodie is <b>60% off</b>{{OFFER_INCLUDES}}.
The sale ends {{DEADLINE}} and it will not be extended.</p>
<p><a class="5-reasons-strangers-keep-stopping-cta" href="{{PRODUCT_URL}}">Wear it for the person behind you →</a></p>
<div class="5-reasons-strangers-keep-stopping-fine">20% of profits go to mental health causes · {{GUARANTEE_DAYS}} days to
send it back</div>
</div>
<!-- COMPARISON — reach, not price -->
<h2>What actually reaches somebody who has stopped asking</h2>
<p>September fills up with ribbons, hashtags, "check on your strong friend" posts, wellbeing
leaflets and apps. Most of it is well meant, and the clinical help underneath it is genuinely
the thing that saves people — the appointment, the doctor, the crisis line. Keep all of
it.</p>
<p>The question this page is asking is narrower: which of these reaches the person who has already
decided not to ask?</p>
<div class="5-reasons-strangers-keep-stopping-table-scroll">
<table class="5-reasons-strangers-keep-stopping-compare">
<thead>
<tr><th></th><th>Reaches the one who won't ask?</th><th>Needs them to act first?</th>
<th>Works in a line at 8am?</th></tr>
</thead>
<tbody>
<tr><td>A ribbon or an awareness post</td><td>Only if they're online that day</td>
<td>Yes — they have to be looking</td><td>No</td></tr>
<tr><td>A helpline poster</td><td>Only if they call</td><td>Yes</td><td>No</td></tr>
<tr><td>"Are you okay?" from someone close</td><td>Sometimes — and often gets a lie</td>
<td>Yes, out loud, to your face</td><td>No</td></tr>
<tr><td>A leaflet in a waiting room</td><td>Only if they're already in the room</td>
<td>Yes</td><td>No</td></tr>
<tr><td>A mindfulness app</td><td>Only if they download it</td><td>Yes, repeatedly</td>
<td>No</td></tr>
<tr class="5-reasons-strangers-keep-stopping-us"><td>The message on a stranger's back</td><td>Yes</td><td>No</td>
<td>Yes</td></tr>
</tbody>
</table>
</div>
<!-- OBJECTION BOX · belief 3 -->
<div class="5-reasons-strangers-keep-stopping-box">
<h3>"Won't people think I'm attention-seeking?"</h3>
<p>They might. Some people will assume anyone wearing anything about mental health is doing it to
be seen — that's a real reaction and it's worth taking seriously.</p>
<p>Then remember which way the sentence is facing. You can't see it. You will usually never find
out who read it, whether it mattered, or whether they were having the worst day of their life
when they looked up. There's no applause available. That is the strongest argument that it
isn't a performance: the only person guaranteed to get nothing out of it is you.</p>
</div>
<!-- QUALIFIER · belief 5 -->
<div class="5-reasons-strangers-keep-stopping-qual">
<h3>Is it for you? Three questions</h3>
<ol>
<li>Have you ever wanted to say something to someone who was clearly not okay, and said nothing
because you couldn't find the words?</li>
<li>Do you know somebody who would never, under any circumstances, ask for help?</li>
<li>Are you willing to wear a sentence you can't see, for someone you'll probably never
meet?</li>
</ol>
<p class="5-reasons-strangers-keep-stopping-verdict">Three yeses and it was written for you.</p>
</div>
<!-- HONEST BOX · belief 6 -->
<div class="5-reasons-strangers-keep-stopping-notice">
<p><b>What this is not.</b> A hoodie is not treatment. It doesn't replace a doctor, a therapist
or a crisis line, and anyone who tells you a piece of clothing fixes this is selling you
something worse than a hoodie.</p>
<p>Here's what it does do. It interrupts. It puts one sentence in front of someone on a day
nobody knew about, and it asks them for nothing in return.</p>
<p>That's a small thing. It's also the only thing on this list that works on somebody who has
decided to keep quiet.</p>
</div>
<!--
============================================================================
DEMO PRODUCT BOX — placeholder only.
Ahmed's team replaces this ENTIRE section with the live product form
(image, colour swatches, size selector, price, quantity, add to cart).
Delete the dashed styling with it.
============================================================================
-->
<section id="demo-product-box" class="5-reasons-strangers-keep-stopping-demo-box">
<span class="5-reasons-strangers-keep-stopping-tag">Demo product box — replace with the live product form</span>
<img src="https://cdn.shopify.com/s/files/1/0858/2060/4698/files/FB_IMG_1774712765166.jpg?v=1786229689" loading="lazy" alt="The hoodie shown front and back, with the message printed on each side.">
<h3>Dear Person Behind Me hoodie</h3>
<div class="5-reasons-strangers-keep-stopping-swatches" aria-hidden="true">
<span class="5-reasons-strangers-keep-stopping-sw" style="background:#F3C6D4"></span><span class="5-reasons-strangers-keep-stopping-sw" style="background:#C9BCEB"></span>
<span class="5-reasons-strangers-keep-stopping-sw" style="background:#2F4B3A"></span><span class="5-reasons-strangers-keep-stopping-sw" style="background:#5B4034"></span>
<span class="5-reasons-strangers-keep-stopping-sw" style="background:#B22B2B"></span><span class="5-reasons-strangers-keep-stopping-sw" style="background:#F2E7C9"></span>
<span class="5-reasons-strangers-keep-stopping-sw" style="background:#9C9CA0"></span><span class="5-reasons-strangers-keep-stopping-sw" style="background:#1B1B1D"></span>
<span class="5-reasons-strangers-keep-stopping-sw" style="background:#FFFFFF"></span>
</div>
<div class="5-reasons-strangers-keep-stopping-ph">Colour · Size · Quantity selectors go here</div>
<div class="5-reasons-strangers-keep-stopping-ph">Price block goes here</div>
<p><a class="5-reasons-strangers-keep-stopping-cta" href="{{PRODUCT_URL}}">Add to cart →</a></p>
</section>
<div class="5-reasons-strangers-keep-stopping-paths">
<div class="5-reasons-strangers-keep-stopping-path 5-reasons-strangers-keep-stopping-a">
<b>Path 1</b>
<p>Close the tab. Nothing bad happens. September ends the way it usually does, and the person
in your life who never says anything carries on never saying anything.</p>
</div>
<div class="5-reasons-strangers-keep-stopping-path 5-reasons-strangers-keep-stopping-b">
<b>Path 2</b>
<p>Put it on. Go to the store. Stand in a line facing forward, thinking about nothing, while
somebody behind you reads a sentence that was written for them by a woman who lost her
sister.</p>
</div>
</div>
<p>You will almost certainly never find out which day it mattered. That's the deal.</p>
<h2>What people write to us</h2>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Sharon Charlton</b>
<p>"I bought one of these last year and love it. One day a lady came up behind me in a shop and
said thank you. She had been walking behind me and read the back, and she just wanted to say
thank you as she really needed to hear that message."</p>
<small>Facebook · February 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Jilly Mitchell</b>
<p>"I wore mine to the supermarket and this lady behind me tapped me on the shoulder. I turned
round and she gave me the biggest hardest hug and said 'I needed this today.' I asked her if
she would like to go for a coffee as there was a coffee shop in the store. Won't go into her
private business, but she really did just need someone to talk to that day."</p>
<small>Facebook · June 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Tina Ellis</b>
<p>"Been stood in line, waiting to pay for my groceries, little tap on my back to say 'I really
needed to see this today'."</p>
<small>Facebook · March 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Catherine Bratton</b>
<p>"Oh wow, I was stood behind a man wearing this hoodie today and it really stopped me in my
tracks and I appreciate that moment."</p>
<small>Facebook · April 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Mike Forsyth</b>
<p>"True story. I saw a woman wearing one of these when I was in a very bad place. It saved my
life that day. Now I am a father and the happiest I have ever been. IT IS THANKS TO YOUR
DESIGN AND THE WOMAN WEARING IT THAT DAY THAT I AM STILL HERE."</p>
<small>Facebook · May 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Janet O'rourke</b>
<p>"Had mine for a year. Broke down in the supermarket after I did a big shop, when an elderly
gentleman stopped me and gave me a hug. He said thank you. His daughter committed suicide
twenty years ago, and those words meant everything to him. I just bought this hoodie to
support, didn't expect this reaction. I am 70. I cried with this man, even though I didn't
know him. I wear it with meaning and pride now."</p>
<small>Facebook · August 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Shervonn Roberts</b>
<p>"A young mum behind me in a supermarket queue stopped me and said that it was just what she
needed that day, as she had suffered with depression her whole life and that morning felt
hopeless. She thanked me for reminding her she mattered."</p>
<small>Facebook · July 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Sie Ruddlestone</b>
<p>"One day I was going shopping and a guy came up to me, held his hand out for me to shake and
said thank you to me. Only afterwards I realised what had just happened. My son said to me,
you've probably just saved his life."</p>
<small>Facebook · March 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Manda Lamb</b>
<p>"I wore it once doing errands and a young girl tapped me on the shoulder with tears and said
I love your hoodie. I said aww thanks, and she asked if she could have a hug. Someone close to
her had taken their own life a few weeks before. I said it's the same reason I wear this
hoodie, I lost someone close to me, and it broke me harder than I ever thought I could be
broken."</p>
<small>Facebook · May 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Zoe Lewis</b>
<p>"True story. Someone wearing this hoodie saved my life. Returning back to England and bought
one to never forget how close I came."</p>
<small>Facebook · August 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Debbie Waters</b>
<p>"I've got these in blue, white and grey. I love them and had so many comments. The best one
was a guy behind me who tapped me on the shoulder and said thank you, I needed to hear that
today. I hope I helped that guy that day."</p>
<small>Facebook · June 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Dennis Smith</b>
<p>"I wore mine to the Tower of London and a lady came and thanked me, and later a man came and
shook my hand, and as I made my way back to my hotel a lady sitting outside a cafe stopped me,
and when I showed her the back she stood and gave me a hug."</p>
<small>Facebook · July 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Angela Wallworth</b>
<p>"A lady working in the supermarket stopped me when I was wearing mine, and said 'thank you'
with tears in her eyes."</p>
<small>Facebook · August 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Ross Maitland</b>
<p>"I have the hoodie. Best thing my friend ever bought me. I was at the airport in a cafe and
one of the waitresses came up to me and asked me for a hug and said thank you."</p>
<small>Facebook · May 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Mark Graves</b>
<p>"I was walking home from town and a young girl was following me. She asked me for help. I had
to deal with a very upset young 20 year old pouring her heart out. Two to three hours later I
got her the help she needed, as today was going to be her last until she read the back."</p>
<small>Facebook · April 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Michael Hatherly</b>
<p>"I was walking behind someone wearing one of those, hadn't seen it before, and tapped her on
the shoulder, smiled and said 'Thanks, I needed that', and then walked past her and cried a
little because I had just seen the most beautiful shining light."</p>
<small>Facebook · March 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Shane Holland</b>
<p>"I wear mine with hope and pride, being in that place myself, that people will speak up. As a
man wearing this hoodie it brings much more awareness and helps guys open up. We fight so hard
to keep our emotions at bay because it's what we've been taught. The taps on the shoulders
I've had, the tears in eyes. Come on buddy, let's go for a coffee and talk. I wouldn't be
without mine, because of the difference it has made."</p>
<small>Facebook · March 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Susan Foster</b>
<p>"I wore mine to a Coldplay concert. So many compliments, made my day. I am a suicide survivor,
my husband took his own life and it shatters your soul. Buy a hoodie."</p>
<small>Facebook · June 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Karieanne Lambert</b>
<p>"A customer wore it into my store the other day. After the week I had of losing someone close
to me, I needed that. So I gave them a discount for making me smile in a dark time. I need one
of these hoodies so I can put a smile on someone else's face."</p>
<small>Facebook · March 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Mari Noyes</b>
<p>"I stood in line behind a mother and daughter each wearing this shirt and it hit me hard. I
thanked them because truly, I needed that message. Powerful and timely."</p>
<small>Facebook · May 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Les Burnett</b>
<p>"I've had mine on this week and I had at least 4 people appreciate what I was wearing and say
thank you to me, and a mum in tears thanking me for the words on my T."</p>
<small>Facebook · July 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Alison Jarvis</b>
<p>"I saw somebody wearing one of these the other day. Having experienced suicide loss myself, it
brought a tear to my eye."</p>
<small>Facebook · May 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Andy Bestwick</b>
<p>"Got mine, it's fantastic. I wore it out yesterday and had an absolutely amazing response from
people stopping me to say thank you and where did I get it from."</p>
<small>Facebook · August 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-fb"><div><b>Clover Walton</b>
<p>"I walked behind someone wearing one of these once, and honestly, it made my heart flutter
with happiness. Thank you for creating them."</p>
<small>Facebook · March 2025</small></div></div>
<div class="5-reasons-strangers-keep-stopping-ps">
<div class="5-reasons-strangers-keep-stopping-quote">"The first time I wore it, a young girl asked to read what was on the back and
said, 'Thank you. I really needed to see that today.' I told her that if she always remembered
that she was enough, she could have the hoodie, and gave it to her."
<cite>— Helen Anthony, Facebook, February 2025</cite></div>
<p>You're not being asked to save anyone. You're being asked to walk around with a sentence on
your back during the month it's most likely to be read.</p>
<p class="5-reasons-strangers-keep-stopping-cta-line"><a class="5-reasons-strangers-keep-stopping-cta" href="{{PRODUCT_URL}}">Get yours before {{DEADLINE}}
→</a></p>
</div>
<div class="5-reasons-strangers-keep-stopping-crisis">
<b>If you're struggling right now</b>
<p>Please contact your local crisis line, your doctor, or emergency services today. If you are in
immediate danger, call emergency services.</p>
</div>
</main>
<div class="5-reasons-strangers-keep-stopping-sticky">
<span>Dear Person Behind Me hoodie</span>
<a class="5-reasons-strangers-keep-stopping-cta" href="{{PRODUCT_URL}}">Get yours →</a>
</div>
<script>
(function(){
var remaining = 9 * 3600 + 11 * 60 + 7;
var el = document.getElementById("5-reasons-countdown");
if (!el) return;
function pad(n){ return n < 10 ? "0" + n : String(n); }
function tick(){
if (remaining <= 0) { el.textContent = "00:00:00"; return; }
var h = Math.floor(remaining / 3600);
var m = Math.floor((remaining % 3600) / 60);
var s = remaining % 60;
el.textContent = pad(h) + ":" + pad(m) + ":" + pad(s);
remaining--;
setTimeout(tick, 1000);
}
tick();
})();
</script>
</body>
</html>