Sweeps

Olipop Free Giveaway — No Purchase Necessary

View saved
How does this find feel?

/* ============================================================
SCOPED TO .fm-scroll-page-olipop-berry — NO GLOBAL SELECTORS
============================================================ */

.fm-scroll-page-olipop-berry {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
color: #1a1a1a;
background: #fff;
width: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}

.fm-scroll-page-olipop-berry *,
.fm-scroll-page-olipop-berry *::before,
.fm-scroll-page-olipop-berry *::after {
box-sizing: border-box;
}

/* —- HERO —- */
.fm-scroll-page-olipop-berry .fm-hero {
background: linear-gradient(135deg, #c2185b 0%, #8e24aa 50%, #5c1a8a 100%);
color: #fff;
padding: 48px 20px 40px;
text-align: center;
width: 100%;
}

.fm-scroll-page-olipop-berry .fm-hero-eyebrow {
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
background: rgba(255,255,255,0.18);
display: inline-block;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 14px;
color: #ffe0f0;
}

.fm-scroll-page-olipop-berry .fm-hero-title {
font-size: clamp(26px, 5vw, 46px);
font-weight: 900;
line-height: 1.15;
margin: 0 0 10px;
color: #fff;
}

.fm-scroll-page-olipop-berry .fm-hero-subtitle {
font-size: clamp(15px, 2.5vw, 20px);
font-weight: 500;
color: #f8bbd0;
margin: 0 0 22px;
}

.fm-scroll-page-olipop-berry .fm-arv-badge {
display: inline-block;
background: #fff;
color: #8e24aa;
font-size: 15px;
font-weight: 800;
padding: 6px 20px;
border-radius: 30px;
margin-bottom: 24px;
}

/* Countdown */
.fm-scroll-page-olipop-berry .fm-countdown {
display: flex;
justify-content: center;
gap: 12px;
margin-bottom: 28px;
flex-wrap: wrap;
}

.fm-scroll-page-olipop-berry .fm-cd-box {
background: rgba(255,255,255,0.15);
border: 2px solid rgba(255,255,255,0.35);
border-radius: 12px;
padding: 12px 18px;
min-width: 70px;
text-align: center;
}

.fm-scroll-page-olipop-berry .fm-cd-num {
display: block;
font-size: 32px;
font-weight: 900;
line-height: 1;
color: #fff;
}

.fm-scroll-page-olipop-berry .fm-cd-label {
display: block;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #f8bbd0;
margin-top: 4px;
}

/* CTA Button */
.fm-scroll-page-olipop-berry .fm-btn-enter {
display: inline-block;
background: #fff;
color: #8e24aa;
font-size: 18px;
font-weight: 900;
letter-spacing: 1px;
text-transform: uppercase;
padding: 18px 48px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
box-shadow: 0 6px 24px rgba(0,0,0,0.22);
transition: transform 0.15s, box-shadow 0.15s;
margin: 0 auto;
}

.fm-scroll-page-olipop-berry .fm-btn-enter:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0,0,0,0.28);
}

/* Stat pills */
.fm-scroll-page-olipop-berry .fm-stat-pills {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 28px;
}

.fm-scroll-page-olipop-berry .fm-pill {
background: rgba(255,255,255,0.15);
border: 1px solid rgba(255,255,255,0.3);
border-radius: 20px;
padding: 6px 16px;
font-size: 13px;
font-weight: 600;
color: #fff;
}

/* —- NPN BANNER —- */
.fm-scroll-page-olipop-berry .fm-npn-banner {
background: #fff3e0;
border: 3px solid #ff6f00;
border-radius: 10px;
text-align: center;
padding: 14px 20px;
margin: 24px 20px;
font-size: 15px;
font-weight: 800;
color: #bf360c;
letter-spacing: 0.3px;
}

/* —- TOC —- */
.fm-scroll-page-olipop-berry .fm-toc {
background: #fce4ec;
border-left: 5px solid #c2185b;
padding: 20px 24px;
margin: 0 0 0;
}

.fm-scroll-page-olipop-berry .fm-toc-title {
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
color: #880e4f;
margin: 0 0 10px;
}

.fm-scroll-page-olipop-berry .fm-toc-list {
list-style: none;
margin: 0;
padding: 0;
}

.fm-scroll-page-olipop-berry .fm-toc-list li {
padding: 4px 0;
}

.fm-scroll-page-olipop-berry .fm-toc-list a {
color: #c2185b;
text-decoration: none;
font-size: 14px;
font-weight: 600;
}

.fm-scroll-page-olipop-berry .fm-toc-list a:hover {
text-decoration: underline;
}

/* —- ARTICLE SECTIONS —- */
.fm-scroll-page-olipop-berry .fm-section {
padding: 36px 24px;
border-bottom: 1px solid #f0f0f0;
max-width: 860px;
margin: 0 auto;
}

.fm-scroll-page-olipop-berry .fm-section-title {
font-size: clamp(20px, 3vw, 28px);
font-weight: 800;
color: #4a0072;
margin: 0 0 16px;
line-height: 1.25;
}

.fm-scroll-page-olipop-berry .fm-section-body {
font-size: 16px;
line-height: 1.75;
color: #333;
}

.fm-scroll-page-olipop-berry .fm-section-body p {
margin: 0 0 14px;
}

.fm-scroll-page-olipop-berry .fm-section-body p:last-child {
margin-bottom: 0;
}

/* Table */
.fm-scroll-page-olipop-berry .fm-table {
width: 100%;
border-collapse: collapse;
margin: 18px 0;
font-size: 15px;
}

.fm-scroll-page-olipop-berry .fm-table th {
background: #8e24aa;
color: #fff;
padding: 10px 14px;
text-align: left;
font-weight: 700;
}

.fm-scroll-page-olipop-berry .fm-table td {
padding: 10px 14px;
border-bottom: 1px solid #e8d5f0;
color: #333;
}

.fm-scroll-page-olipop-berry .fm-table tr:nth-child(even) td {
background: #fce4ec;
}

/* Pull quote */
.fm-scroll-page-olipop-berry .fm-pullquote {
border-left: 4px solid #c2185b;
background: #fce4ec;
padding: 16px 20px;
margin: 20px 0;
font-size: 16px;
font-style: italic;
color: #880e4f;
border-radius: 0 8px 8px 0;
}

/* —- FAQ —- */
.fm-scroll-page-olipop-berry .fm-faq-section {
background: #f9f0ff;
padding: 36px 24px;
max-width: 860px;
margin: 0 auto;
}

.fm-scroll-page-olipop-berry .fm-faq-title {
font-size: clamp(20px, 3vw, 28px);
font-weight: 800;
color: #4a0072;
margin: 0 0 20px;
}

.fm-scroll-page-olipop-berry .fm-faq-item {
margin-bottom: 18px;
}

.fm-scroll-page-olipop-berry .fm-faq-q {
font-size: 15px;
font-weight: 800;
color: #6a1b9a;
margin: 0 0 6px;
}

.fm-scroll-page-olipop-berry .fm-faq-a {
font-size: 15px;
line-height: 1.65;
color: #444;
margin: 0;
}

/* —- RELATED LINKS —- */
.fm-scroll-page-olipop-berry .fm-related {
padding: 36px 24px;
background: #fff;
max-width: 860px;
margin: 0 auto;
}

.fm-scroll-page-olipop-berry .fm-related-title {
font-size: 20px;
font-weight: 800;
color: #4a0072;
margin: 0 0 16px;
}

.fm-scroll-page-olipop-berry .fm-related-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 12px;
}

.fm-scroll-page-olipop-berry .fm-related-list li a {
display: block;
background: #fce4ec;
border: 1px solid #f48fb1;
border-radius: 8px;
padding: 12px 16px;
color: #880e4f;
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: background 0.15s;
}

.fm-scroll-page-olipop-berry .fm-related-list li a:hover {
background: #f8bbd0;
}

/* —- ENTRY SECTION —- */
.fm-scroll-page-olipop-berry .fm-entry-section {
background: linear-gradient(135deg, #c2185b 0%, #8e24aa 100%);
padding: 48px 24px;
text-align: center;
color: #fff;
}

.fm-scroll-page-olipop-berry .fm-entry-title {
font-size: clamp(22px, 4vw, 36px);
font-weight: 900;
margin: 0 0 10px;
color: #fff;
}

.fm-scroll-page-olipop-berry .fm-entry-sub {
font-size: 16px;
color: #f8bbd0;
margin: 0 0 28px;
}

.fm-scroll-page-olipop-berry .fm-btn-enter-bottom {
display: inline-block;
background: #fff;
color: #8e24aa;
font-size: 18px;
font-weight: 900;
letter-spacing: 1px;
text-transform: uppercase;
padding: 18px 48px;
border-radius: 50px;
text-decoration: none;
box-shadow: 0 6px 24px rgba(0,0,0,0.22);
transition: transform 0.15s;
}

.fm-scroll-page-olipop-berry .fm-btn-enter-bottom:hover {
transform: translateY(-2px);
}

.fm-scroll-page-olipop-berry .fm-legal {
font-size: 11px;
color: rgba(255,255,255,0.65);
margin-top: 22px;
line-height: 1.6;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

/* —- POPUPS —- */
.fm-scroll-page-olipop-berry .fact-popup {
display: none;
position: fixed;
bottom: 28px;
left: 50%;
transform: translateX(-50%);
background: #fff;
border: 2px solid #c2185b;
border-radius: 14px;
padding: 16px 24px;
box-shadow: 0 8px 32px rgba(0,0,0,0.18);
z-index: 9999;
text-align: center;
min-width: 280px;
max-width: 90vw;
}

.fm-scroll-page-olipop-berry .fact-popup.fm-popup-visible {
display: block;
animation: fmPopIn 0.3s ease;
}

@keyframes fmPopIn {
from { opacity: 0; transform: translateX(-50%) translateY(16px); }
to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.fm-scroll-page-olipop-berry .fact-icon {
font-size: 22px;
display: block;
margin-bottom: 4px;
}

.fm-scroll-page-olipop-berry .fact-title {
font-size: 15px;
font-weight: 800;
color: #8e24aa;
display: block;
margin-bottom: 4px;
}

.fm-scroll-page-olipop-berry .fact-popup p {
font-size: 13px;
color: #555;
margin: 0;
}

/* —- AD WRAPPER —- */
.fm-scroll-page-olipop-berry .fm-ad-wrap {
text-align: center;
padding: 10px 0;
overflow: hidden;
}

Free Giveaway — No Purchase Necessary
OLIPOP Berry Sipport Center Giveaway
1,050 Winners — Win a FREE Case of OLIPOP!
Prize ARV: $35.99 per winner

Days

Hours

Mins

Secs

1,050 Winners
70 Winners Per Day
Ends May 22, 2026
All 50 States + D.C.
Ages 18+

Why OLIPOP Is Different From Regular Soda

Most sodas deliver a hit of sugar and carbonation — and not much else. OLIPOP takes a different approach by combining the fizzy satisfaction of classic soda with a blend of plant fiber, prebiotics, and botanicals designed to support digestive health. The result is a drink that actually does something for your body while still tasting like a treat.

A single can of OLIPOP contains 2–5 grams of dietary fiber, compared to zero in a conventional cola or lemon-lime soda. That fiber comes from sources like chicory root, cassava root, and Jerusalem artichoke, all of which feed the beneficial bacteria in your gut microbiome. It’s a meaningful nutritional difference packed into a 12-ounce can.

OLIPOP has just 2–5g of sugar per can, compared to 39g in a standard 12oz cola — and it still tastes like the real thing.

The brand launched in 2018 and has grown rapidly as more consumers look for better-for-you alternatives to traditional soft drinks. Today OLIPOP comes in more than a dozen flavors, from Vintage Cola to Strawberry Vanilla, and is stocked at major retailers including Target, Whole Foods, and Kroger.

What Makes Berry Sipport Special

Berry Sipport is one of OLIPOP’s most vibrant flavors — a blend of strawberry, blueberry, and mixed berry notes that delivers a bright, fruity sip without the artificial aftertaste common in diet or reduced-sugar sodas. The color alone is striking: a deep berry-pink that looks as good in a glass as it tastes.

Like all OLIPOP flavors, Berry Sipport is formulated with the brand’s proprietary OLISMART blend, which combines plant-based fiber, prebiotics, and botanical extracts. Each can comes in at around 35 calories and 2–5 grams of sugar, making it one of the more guilt-free ways to satisfy a soda craving.

Attribute Berry Sipport Standard Berry Soda
Calories per 12oz ~35 ~140
Sugar 2–5g 35–40g
Dietary Fiber 2–5g 0g
Prebiotics Yes No
Artificial Sweeteners No Varies

The flavor profile works especially well over ice, and many fans mix it with a splash of sparkling water for a lighter afternoon drink. It’s also a popular mocktail base — the berry notes pair naturally with mint, lime, and frozen fruit.

The Gut Health Connection You Need to Know

The gut microbiome — the community of trillions of bacteria living in your digestive tract — plays a role in everything from immune function to mood regulation. Research over the past decade has made it increasingly clear that what you eat directly shapes the diversity and health of that microbial community.

Prebiotic fiber is one of the most reliable ways to support a healthy gut. Unlike probiotics (live bacteria), prebiotics are the food that beneficial gut bacteria thrive on. Chicory root inulin, one of the key ingredients in OLIPOP, is among the most studied prebiotic fibers and has been shown in multiple clinical trials to increase populations of Bifidobacterium and Lactobacillus — two of the most beneficial bacterial families in the human gut.

OLIPOP isn’t a medical treatment, but swapping even one or two conventional sodas per week for a prebiotic option is a simple, low-effort way to add more gut-supporting fiber to your diet. For people who struggle to hit the recommended 25–38 grams of daily fiber through food alone, every gram counts.

Most Americans consume only about 15g of fiber per day — roughly half the recommended amount. A single can of OLIPOP adds 2–5g toward that goal.

How to Get the Most Out of a Case

A 12-can case of OLIPOP Berry Sipport is a solid two-week supply if you drink one a day, or a week’s worth if you’re sharing with a partner or household. Here are a few practical ways to make the most of it.

Occasion Serving Idea
Afternoon pick-me-up Straight from the can over ice — the carbonation is refreshing mid-day
Mocktail hour Mix with frozen berries, a squeeze of lime, and fresh mint
Post-workout Chilled can — the light sweetness satisfies cravings without a sugar crash
Kids’ party alternative Pour over ice with a colorful straw — looks festive, lower sugar than juice boxes
Dinner pairing Works well alongside grilled chicken, salads, or light pasta dishes

Store unopened cans at room temperature or in the fridge — both work fine. Once opened, finish within 24 hours for best carbonation. The cans are fully recyclable, so toss them in your curbside bin when you’re done.

If you’re new to prebiotic sodas, start with one can per day and give your gut a few days to adjust. Some people notice mild digestive changes in the first week as their microbiome adapts to the added fiber — this is normal and typically resolves quickly.

Giveaway Details & How to Enter

OLIPOP is giving away a free case of Berry Sipport (12 × 12oz cans, ARV $35.99) to 1,050 lucky winners through the Berry Sipport Center Giveaway. The sweepstakes runs from May 8 through May 22, 2026, with entries accepted each day from 12:00 PM to 5:59 PM Pacific Time.

There are 15 daily entry periods, with 70 winners drawn from each period. You can enter once per day, so the more days you enter, the more chances you have to win. All you need to do is visit the official entry page, fill out a short form with your name and email, and you’re in.

Detail Info
Sponsor Olipop, Inc., Oakland, CA
Entry Period May 8 – May 22, 2026 (12pm–5:59pm PT daily)
Total Winners 1,050 (70 per daily entry period)
Prize 1 case of OLIPOP (12 × 12oz cans)
ARV $35.99 per winner
Eligibility U.S. residents, all 50 states + D.C., 18+
Entries per day 1 per person per daily entry period
Entry method Fill out form at drinkolipop.com/berrysipportcenter

Winners are notified by email within approximately two business days of each drawing date. This sweepstakes is not affiliated with Instagram or TikTok. No purchase is necessary to enter or win.

Frequently Asked Questions
Do I need to buy anything to enter?

No. This is a free sweepstakes — no purchase necessary. Simply visit drinkolipop.com/berrysipportcenter and fill out the entry form during the daily entry window (12pm–5:59pm PT).

How many times can I enter?

You can enter once per daily entry period. Since there are 15 daily periods (May 8–22), you can enter up to 15 times total — once each day.

When can I enter each day?

Entries are accepted from 12:00 PM to 5:59 PM Pacific Time each day. Make sure you enter during that window — entries outside those hours won’t count for that day’s drawing.

What flavor will I receive if I win?

The flavor is chosen by the sponsor (Olipop, Inc.) at their discretion. The giveaway is specifically tied to the Berry Sipport flavor launch, so Berry Sipport is the expected prize.

Who is eligible to enter?

Legal residents of all 50 U.S. states and the District of Columbia who are at least 18 years old at the time of entry. Employees of Olipop, Inc. and their immediate family members are not eligible.

How will I know if I won?

Winners are notified by email approximately two business days after each drawing date. Check your inbox (and spam folder) after each drawing. Winners have two days to respond before an alternate is selected.

Is this giveaway on Instagram or TikTok?

No. This sweepstakes is not sponsored, endorsed, or administered by Instagram or TikTok. The official entry is through drinkolipop.com/berrysipportcenter only.

NO PURCHASE NECESSARY TO ENTER OR WIN — This is a FREE giveaway open to all 50 U.S. states + D.C., ages 18+
Ready to Win a FREE Case of OLIPOP?
1,050 winners total — enter once per day through May 22, 2026

ENTER HERE

🫐
1,050 Winners!

Enter daily through May 22 for your best shot at a free case of OLIPOP Berry Sipport.

🎁
Free Case — ARV $35.99

12 cans of OLIPOP Berry Sipport delivered to your door. No purchase needed!


Enter Every Day!

You get one entry per daily window (12pm–5:59pm PT). More days = more chances to win.


70 Winners Per Day

Great odds — head to drinkolipop.com/berrysipportcenter and enter before 5:59pm PT today!

(function() {
var ROOT = document.querySelector(‘.fm-scroll-page-olipop-berry’);
if (!ROOT) { return; }

/* —- COUNTDOWN —- */
var deadline = new Date(‘2026-05-22T17:59:00-07:00’).getTime();

function updateCountdown() {
var now = Date.now();
var diff = deadline – now;
if (diff < 0) { diff = 0; }
var d = Math.floor(diff / 86400000);
var h = Math.floor((diff % 86400000) / 3600000);
var m = Math.floor((diff % 3600000) / 60000);
var s = Math.floor((diff % 60000) / 1000);
document.getElementById('days').textContent = d;
document.getElementById('hours').textContent = h;
document.getElementById('minutes').textContent = m;
document.getElementById('seconds').textContent = s;
}
updateCountdown();
setInterval(updateCountdown, 1000);

/* —- POPUPS —- */
var popupsStarted = false;

function showPopup(id, duration) {
var el = document.getElementById(id);
if (!el) { return; }
el.classList.add('fm-popup-visible');
setTimeout(function() {
el.classList.remove('fm-popup-visible');
}, duration);
}

function startPopups() {
if (popupsStarted) { return; }
popupsStarted = true;
setTimeout(function() { showPopup('fact1', 4000); }, 8000);
setTimeout(function() { showPopup('fact2', 4000); }, 18000);
setTimeout(function() { showPopup('fact3', 4000); }, 28000);
setTimeout(function() { showPopup('fact4', 4000); }, 38000);
}

/* —- SCROLL —- */
var isScrolling = false;
var scrollRAF = null;

function easedScroll() {
var target = document.getElementById('entry-section');
if (!target) { return; }
var targetPos = target.getBoundingClientRect().top + window.pageYOffset – 80;
var startPos = window.pageYOffset;
var distance = targetPos – startPos;
var duration = 9500;
var startTime = null;
isScrolling = true;

function step(timestamp) {
if (!isScrolling) { return; }
if (!startTime) { startTime = timestamp; }
var elapsed = timestamp – startTime;
var progress = Math.min(elapsed / duration, 1);
var newPos = startPos + distance * progress;
window.scrollTo(0, newPos);
if (progress < 1) {
scrollRAF = requestAnimationFrame(step);
} else {
isScrolling = false;
window.scrollTo(0, targetPos);
}
}
scrollRAF = requestAnimationFrame(step);
}

function stopScroll() {
if (isScrolling) {
isScrolling = false;
if (scrollRAF) { cancelAnimationFrame(scrollRAF); }
}
}

document.addEventListener('touchmove', stopScroll, { passive: true });
document.addEventListener('wheel', stopScroll, { passive: true });
document.addEventListener('keydown', stopScroll);

/* —- HERO BUTTON —- */
var heroCta = document.getElementById('heroCtaBtn');
if (heroCta) {
heroCta.addEventListener('click', function() {
easedScroll();
startPopups();
});
}

})();

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.