Free Extra Strength Pataday Eye Drop Sample via Amazon Alexa

:root {
–bg: #ffffff;
–bg2: #f8f9fb;
–surface: #f3f4f6;
–border: #e5e7eb;
–border2: #d1d5db;
–text: #111827;
–muted: #6b7280;
–faint: #9ca3af;
–accent: #1d4ed8;
–accent2: #1e40af;
–accent-bg: #eff6ff;
–accent-bd: #bfdbfe;
–green: #16a34a;
–green-bg: #f0fdf4;
–green-bd: #bbf7d0;
–amber: #d97706;
–amber-bg: #fffbeb;
–amber-bd: #fde68a;
–radius-sm: 10px;
–radius: 14px;
–radius-lg: 20px;
–shadow: 0 4px 24px rgba(0,0,0,.08);
–shadow-sm: 0 2px 10px rgba(0,0,0,.06);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.fm-page {
all: initial;
display: block;
font-family: system-ui, -apple-system, “Segoe UI”, Roboto, Arial, sans-serif;
background: var(–bg);
color: var(–text);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
padding: 0 0 80px;
}
.fm-page *, .fm-page *::before, .fm-page *::after { box-sizing: border-box; }
/* STICKY BAR */
.sticky-bar {
position: fixed;
bottom: 0; left: 0; right: 0;
z-index: 9999;
background: #fff;
border-top: 2px solid var(–accent-bd);
padding: 10px 18px;
display: flex; align-items: center; justify-content: space-between; gap: 12px;
box-shadow: 0 -2px 16px rgba(0,0,0,.08);
}
.sticky-bar p { margin: 0; font-size: 13px; color: var(–muted); line-height: 1.35; font-family: inherit; }
.sticky-bar strong { color: var(–accent); }
.sticky-btn {
flex: 0 0 auto;
display: inline-block; text-decoration: none;
font-weight: 800; font-size: 14px; white-space: nowrap;
padding: 11px 20px; border-radius: var(–radius-sm);
background: var(–accent);
color: #fff;
box-shadow: 0 4px 14px rgba(29,78,216,.25);
transition: transform .12s, filter .12s; font-family: inherit;
}
.sticky-btn:hover { transform: translateY(-1px); filter: brightness(1.08); }
.sticky-btn:active { transform: translateY(1px); filter: brightness(.95); }
/* LAYOUT */
.wrap { max-width: 860px; margin: 0 auto; padding: 32px 18px 0; }
/* SHOUTOUT */
.shoutout {
padding: 12px 16px; border-radius: var(–radius-sm);
border: 1px solid var(–green-bd); background: var(–green-bg);
font-size: 14px; color: #166534;
display: flex; align-items: center; gap: 10px;
margin-bottom: 14px;
}
.shoutout-icon { font-size: 20px; flex: 0 0 auto; }
.shoutout strong { color: var(–green); }
/* HERO */
.hero {
border-radius: var(–radius-lg);
border: 1px solid var(–accent-bd);
background: var(–accent-bg);
padding: 28px 24px;
box-shadow: var(–shadow);
}
.kicker {
display: inline-flex; align-items: center; gap: 8px;
padding: 5px 12px; border-radius: 999px;
border: 1px solid var(–accent-bd); background: #fff;
font-size: 12px; font-weight: 700; letter-spacing: .3px;
color: var(–accent); margin-bottom: 12px;
}
.kdot {
width: 8px; height: 8px; border-radius: 50%;
background: var(–green);
animation: kdot-pulse 2s ease-in-out infinite; flex: 0 0 auto;
}
@keyframes kdot-pulse {
0%, 100% { box-shadow: 0 0 0 3px rgba(22,163,74,.2); }
50% { box-shadow: 0 0 0 6px rgba(22,163,74,.08); }
}
.hero-title {
font-size: clamp(24px, 3vw, 38px); font-weight: 900;
line-height: 1.15; letter-spacing: -0.6px; margin: 0 0 10px; color: var(–text);
}
.hero-title em { font-style: normal; color: var(–accent); }
.hero-sub { margin: 0 0 20px; color: var(–muted); font-size: 15px; max-width: 68ch; }
/* STAT ROW */
.stat-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.stat {
display: flex; flex-direction: column; gap: 1px;
padding: 10px 14px; border-radius: var(–radius-sm);
border: 1px solid var(–border); background: #fff;
min-width: 100px;
}
.stat-val { font-size: 18px; font-weight: 900; color: var(–accent); line-height: 1; }
.stat-lbl { font-size: 11px; color: var(–faint); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
/* HERO GRID */
.hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10px; }
@media (max-width: 640px) { .hero-grid { grid-template-columns: 1fr; } }
.panel { background: #fff; border: 1px solid var(–border); border-radius: var(–radius); padding: 14px; }
.panel-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: var(–faint); margin-bottom: 8px; }
.pillrow { display: flex; flex-wrap: wrap; gap: 6px; }
.pill { border: 1px solid var(–border); background: var(–surface); border-radius: 999px; padding: 5px 11px; color: var(–text); font-weight: 600; font-size: 13px; }
.pill-accent { border-color: var(–accent-bd); background: var(–accent-bg); color: var(–accent); }
.callout { margin-top: 12px; padding: 10px 12px; border-left: 3px solid var(–accent); background: var(–accent-bg); border-radius: 0 var(–radius-sm) var(–radius-sm) 0; font-size: 13px; color: var(–text); }
.callout strong { color: var(–accent); }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; }
.badge-green { background: var(–green-bg); border: 1px solid var(–green-bd); color: var(–green); }
.badge-amber { background: var(–amber-bg); border: 1px solid var(–amber-bd); color: var(–amber); }
.divider { height: 1px; background: var(–border); margin: 10px 0; }
/* SECTIONS */
.section { margin-top: 16px; background: #fff; border: 1px solid var(–border); border-radius: var(–radius-lg); padding: 22px; box-shadow: var(–shadow-sm); }
.section-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.section-icon { width: 36px; height: 36px; border-radius: 9px; background: var(–accent-bg); border: 1px solid var(–accent-bd); display: flex; align-items: center; justify-content: center; font-size: 17px; flex: 0 0 auto; }
.fm-page h2 { margin: 0; font-size: clamp(16px, 1.8vw, 20px); font-weight: 900; letter-spacing: -0.3px; color: var(–text); }
.fm-page h3 { margin: 18px 0 7px; font-size: 16px; font-weight: 800; color: var(–text); }
.fm-page h3:first-child { margin-top: 0; }
.fm-page p { margin: 8px 0; color: #374151; font-size: 15px; }
.fm-page ul { margin: 8px 0 0 0; padding-left: 0; list-style: none; }
.fm-page ul li { padding: 6px 0 6px 24px; position: relative; font-size: 15px; color: #374151; border-bottom: 1px solid var(–border); }
.fm-page ul li:last-child { border-bottom: none; }
.fm-page ul li::before { content: “✓”; position: absolute; left: 0; color: var(–green); font-weight: 900; font-size: 12px; top: 8px; }
/* STEPS */
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } }
.step { border: 1px solid var(–border); background: var(–bg2); border-radius: var(–radius); padding: 16px; }
.num { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: var(–accent-bg); border: 1px solid var(–accent-bd); font-weight: 900; font-size: 14px; color: var(–accent); margin-bottom: 8px; }
.step p { margin: 5px 0; font-size: 13px; color: var(–muted); }
.step p:first-of-type { font-size: 14px; font-weight: 700; color: var(–text); }
/* ALEXA PHRASE BOX */
.alexa-box {
margin-top: 14px; padding: 18px 20px;
border-radius: var(–radius);
border: 2px solid var(–accent-bd);
background: var(–accent-bg);
text-align: center;
}
.alexa-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: var(–faint); margin-bottom: 6px; }
.alexa-phrase { font-size: 19px; font-weight: 900; color: var(–accent); letter-spacing: .2px; }
.alexa-sub { font-size: 12px; color: var(–muted); margin-top: 5px; }
/* FAQ */
.faq-list { margin-top: 12px; }
details { border: 1px solid var(–border); border-radius: var(–radius-sm); background: #fff; margin-bottom: 6px; overflow: hidden; }
details[open] { border-color: var(–accent-bd); background: var(–accent-bg); }
summary { cursor: pointer; padding: 13px 15px; font-weight: 700; font-size: 14px; color: var(–text); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 10px; user-select: none; font-family: inherit; }
summary::-webkit-details-marker { display: none; }
summary::after { content: “+”; font-size: 18px; font-weight: 400; color: var(–accent); flex: 0 0 auto; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 15px 13px; font-size: 14px; color: var(–muted); line-height: 1.65; }
.faq-body strong { color: var(–text); }
/* CTA */
.ctaWrap {
margin-top: 16px; padding: 28px 24px;
border-radius: var(–radius-lg);
border: 2px solid var(–accent-bd);
background: var(–accent-bg);
box-shadow: var(–shadow);
text-align: center;
}
.ctaTitle { margin: 0 0 8px; font-size: clamp(18px, 2.2vw, 24px); font-weight: 900; letter-spacing: -0.3px; color: var(–text); }
.ctaSub { margin: 0 auto 18px; color: var(–muted); font-size: 14px; max-width: 52ch; }
.ctaBtn {
display: inline-block; text-decoration: none;
font-weight: 900; font-size: 17px;
padding: 16px 38px; border-radius: var(–radius);
background: var(–accent);
color: #fff; border: 0;
box-shadow: 0 8px 24px rgba(29,78,216,.3);
transition: transform .12s ease, filter .12s ease;
letter-spacing: .1px; font-family: inherit;
}
.ctaBtn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.ctaBtn:active { transform: translateY(1px); filter: brightness(.95); }
.ctaNote { margin: 12px 0 0; color: var(–faint); font-size: 12px; }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 16px; }
.trust-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(–muted); font-weight: 600; }
/* ADSENSE */
.ad-unit { margin: 16px 0; }
/* DISCLOSURE */
.disclosure { margin-top: 16px; padding: 14px 16px; border-radius: var(–radius-sm); border: 1px solid var(–border); background: var(–bg2); font-size: 12px; color: var(–faint); line-height: 1.6; }
@media (max-width: 480px) {
.wrap { padding: 20px 14px 0; }
.hero { padding: 20px 16px; }
.section { padding: 18px 14px; }
.ctaWrap { padding: 22px 16px; }
.sticky-bar { flex-direction: column; align-items: stretch; gap: 8px; }
.sticky-btn { text-align: center; }
}
Big thanks to Sina for finding this one! Keep those freebie tips coming.
Free Extra Strength Pataday
Eye Drop Sample via Amazon Alexa
Alcon is giving away 75,000 free samples of Extra Strength Pataday allergy eye drops through the Send Me a Sample program.
All you need is the Amazon Alexa app and about 60 seconds. Free shipping, no purchase required.
🚚 Free shipping included
USA residents only · Ages 18+
1 per person · 1 per address
No purchase needed
US residents only, ages 18+. Requires a free Send Me a Sample account linked to the Alexa app.
75,000 samples sounds like a lot — but popular freebies go fast. Offer also ends May 30, 2026.
What Is Extra Strength Pataday?
Pataday is an over-the-counter allergy eye drop made by Alcon, one of the world’s largest eye care companies.
The Extra Strength formula contains olopatadine hydrochloride 0.2% — a prescription-strength antihistamine ingredient, now available OTC.
It’s designed for people who suffer from itchy, watery, or red eyes caused by seasonal or year-round allergies — pollen, pet dander, dust, and other common triggers.
One drop per eye, once a day. Effects can last up to 16 hours.
Who Is This For?
- Anyone who deals with seasonal allergies and itchy, red, or watery eyes
- People with year-round eye allergy symptoms from pets, dust, or mold
- Contact lens wearers who struggle with allergy-related irritation
- Anyone who wants to try a once-daily OTC allergy eye drop before buying a full bottle
- US residents with the Amazon Alexa app who like free stuff
How to Claim via Amazon Alexa
This one has an extra step compared to a standard form-fill freebie — you need the Alexa app. Here’s the full process:
Visit the Send Me a Sample page
Tap the button below to go to the official Pataday sample page and confirm the offer is still active.
Create a free Send Me a Sample account
Register at sendmeasample.com or through the Alexa app. Fill in your name, email, and shipping address. Confirm your email.
Open the Amazon Alexa app
Download it free if you don’t have it. You don’t need an Alexa device — the app on your phone works fine.
Say the magic phrase to Alexa
Open the app and say the phrase below. Alexa will confirm your request and your sample will be on its way.
Ready to Grab Your Free Pataday Sample?
75,000 samples available through May 30, 2026. US residents only. Tap below to get started.
👁️ Claim Free Pataday Sample
Requires free Amazon Alexa app · 1 per person · 1 per address · US only · Allow up to 28 days for delivery
🚚 Free Shipping Included
🔒 No Payment Required
🇺🇸 US Residents Only
Frequently Asked Questions
Do I need an actual Alexa device?
Is this really free — no shipping charge?
How long will delivery take?
Can I request more than one?
What if all 75,000 samples are gone?
Is this affiliated with Freebie Mom?
Helpful Freebie Mom Guides
Keep going