3 Hot Freebies You Don’t Want to Miss

:root {
–bg: #ffffff;
–bg2: #f8f9fb;
–border: #e5e7eb;
–text: #111827;
–muted: #6b7280;
–faint: #9ca3af;
–green: #16a34a;
–green-bg: #f0fdf4;
–green-bd: #bbf7d0;
–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 40px;
}
.fm-page *, .fm-page *::before, .fm-page *::after { box-sizing: border-box; }
.wrap { max-width: 780px; margin: 0 auto; padding: 32px 18px 0; }
/* PAGE HEADER */
.page-header {
text-align: center;
margin-bottom: 24px;
}
.page-kicker {
display: inline-flex; align-items: center; gap: 7px;
padding: 5px 14px; border-radius: 999px;
border: 1px solid var(–green-bd); background: var(–green-bg);
font-size: 12px; font-weight: 700; color: var(–green);
margin-bottom: 12px;
}
.kdot {
width: 7px; height: 7px; 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); }
}
.fm-page h1 {
margin: 0 0 8px;
font-size: clamp(22px, 3vw, 34px);
font-weight: 900; letter-spacing: -0.6px; color: var(–text);
}
.page-sub {
margin: 0; color: var(–muted); font-size: 15px;
}
/* SHOUTOUT */
.shoutout {
display: flex; align-items: center; gap: 10px;
padding: 11px 15px; border-radius: var(–radius-sm);
border: 1px solid var(–green-bd); background: var(–green-bg);
font-size: 14px; color: #166534; margin-bottom: 20px;
}
.shoutout strong { color: var(–green); }
/* AD */
.ad-unit { margin: 20px 0; }
/* FREEBIE CARD */
.card {
background: #fff;
border: 1px solid var(–border);
border-radius: var(–radius-lg);
box-shadow: var(–shadow-sm);
overflow: hidden;
margin-bottom: 16px;
}
.card-top {
display: flex; align-items: center; gap: 14px;
padding: 18px 20px 0;
}
.card-icon {
width: 52px; height: 52px; border-radius: 12px;
display: flex; align-items: center; justify-content: center;
font-size: 26px; flex: 0 0 auto;
}
.card-meta { flex: 1; min-width: 0; }
.card-label {
font-size: 11px; font-weight: 800; text-transform: uppercase;
letter-spacing: .6px; margin-bottom: 2px;
}
.fm-page h2 {
margin: 0; font-size: clamp(16px, 2vw, 20px);
font-weight: 900; letter-spacing: -0.3px; color: var(–text);
line-height: 1.2;
}
.card-body {
padding: 12px 20px 0;
color: var(–muted); font-size: 14px; line-height: 1.6;
}
.card-body p { margin: 0; }
/* PILL ROW */
.pill-row { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 20px 0; }
.pill {
border: 1px solid var(–border); background: var(–bg2);
border-radius: 999px; padding: 4px 10px;
color: var(–text); font-weight: 600; font-size: 12px;
}
/* CTA STRIP */
.card-cta {
display: flex; align-items: center; justify-content: space-between;
gap: 12px; padding: 14px 20px 18px; flex-wrap: wrap;
}
.card-cta-note { font-size: 12px; color: var(–faint); line-height: 1.4; }
.card-cta-note strong { color: var(–muted); }
.cta-btn {
display: inline-block; text-decoration: none;
font-weight: 800; font-size: 15px; white-space: nowrap;
padding: 13px 26px; border-radius: var(–radius);
color: #fff; border: 0; font-family: inherit;
transition: transform .12s, filter .12s;
box-shadow: 0 6px 18px rgba(0,0,0,.18);
}
.cta-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.cta-btn:active { transform: translateY(1px); filter: brightness(.95); }
/* Individual card accent colors */
.card-blue .card-icon { background: #eff6ff; }
.card-blue .card-label { color: #1d4ed8; }
.card-blue .card-top { border-bottom: 3px solid #bfdbfe; padding-bottom: 0; }
.card-blue .cta-btn { background: #1d4ed8; box-shadow: 0 6px 18px rgba(29,78,216,.28); }
.card-rose .card-icon { background: #fdf2f8; }
.card-rose .card-label { color: #be185d; }
.card-rose .card-top { border-bottom: 3px solid #fbcfe8; padding-bottom: 0; }
.card-rose .cta-btn { background: #be185d; box-shadow: 0 6px 18px rgba(190,24,93,.28); }
.card-amber .card-icon { background: #fffbeb; }
.card-amber .card-label { color: #b45309; }
.card-amber .card-top { border-bottom: 3px solid #fde68a; padding-bottom: 0; }
.card-amber .cta-btn { background: #b45309; box-shadow: 0 6px 18px rgba(180,83,9,.28); }
/* DIVIDER */
.section-divider {
display: flex; align-items: center; gap: 10px;
margin: 4px 0 16px; color: var(–faint); font-size: 12px; font-weight: 700;
text-transform: uppercase; letter-spacing: .6px;
}
.section-divider::before,
.section-divider::after {
content: “”; flex: 1; height: 1px; background: var(–border);
}
/* FOOTER NOTE */
.footer-note {
margin-top: 24px; 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; }
.card-cta { flex-direction: column; align-items: stretch; }
.cta-btn { text-align: center; }
}
3 Hot Freebies You Don’t Want to Miss
Free eye drops, a ceramide moisturiser sample, and a whole box of nails — all with free shipping. Tap any card for the full details.
Shoutout to Sina for spotting two of these — you’re the real MVP!
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 free Amazon Alexa app — no device required. Say “Alexa, Send Me a Sample of Pataday” and you’re done. Free shipping, no purchase needed. Offer runs through May 30, 2026 or while supplies last.
75,000 Available
1 Per Person
Ends May 30, 2026
🇺🇸 US Only · Ages 18+
+ Free Send Me a Sample account
Moumoujus — an independent skincare lab in Manchester, UK — is sending out complimentary minis of their science-backed ceramide moisturiser. The full-size retails for £48. Formulated with 45+ actives including ectoin, triple ceramides, hyaluronic acid, and peptides. Fragrance-free, cruelty-free, and vegan. Just fill in a short form — name, email, address — and it ships to you free. No commitment, no credit card.
45+ Active Ingredients
No Commitment
Cruelty-Free & Vegan
🌍 UK, US, CA, AU, IE
email & address. That’s it.
Grizzly Rewards is giving away a free box of Grip-Rite nails — a $7.25 value — with free shipping. No purchase required. This is part of a promotional campaign with 10,500 boxes up for grabs. Limit one per person and one per household. Great for DIYers, contractors, or anyone who can always use more nails around the house. Claim through the Grizzly Rewards portal before they’re gone.
$7.25 Value
10,500 Available
1 Per Household
🇺🇸 US Only
Grizzly Rewards portal.
Helpful Freebie Mom Guides
Keep going