Sweeps

$315 Circle K Gift Cards-250 Winners

View saved
How does this find feel?

Circle K Summer Fuel Sweepstakes — Win a $315 Gift Card (250 Winners!)

/* ============================================================
ROOT SCOPE: .fm-scroll-page-circlek-fuel
All selectors prefixed — zero global bleed
============================================================ */

.fm-scroll-page-circlek-fuel {
font-family: ‘Georgia’, serif;
background: #fff;
color: #1a1a1a;
line-height: 1.7;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

/* LOADING OVERLAY */
.fm-scroll-page-circlek-fuel .fm-loader {
position: fixed;
inset: 0;
background: #cc0000;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 30px;
transition: opacity 0.6s ease;
}
.fm-scroll-page-circlek-fuel .fm-loader.fm-loader-hide {
opacity: 0;
pointer-events: none;
}
.fm-scroll-page-circlek-fuel .fm-loader-icon {
font-size: 3.5rem;
margin-bottom: 16px;
animation: fmPulse 1s ease-in-out infinite alternate;
}
@keyframes fmPulse { from { transform: scale(1); } to { transform: scale(1.15); } }
.fm-scroll-page-circlek-fuel .fm-loader-title {
font-size: clamp(1.4rem, 5vw, 2rem);
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.fm-scroll-page-circlek-fuel .fm-loader-sub {
font-size: 1rem;
color: rgba(255,255,255,0.85);
}
.fm-scroll-page-circlek-fuel .fm-loader-bar-wrap {
width: 220px;
height: 8px;
background: rgba(255,255,255,0.3);
border-radius: 4px;
margin-top: 22px;
overflow: hidden;
}
.fm-scroll-page-circlek-fuel .fm-loader-bar {
height: 100%;
background: #fff;
border-radius: 4px;
width: 0%;
animation: fmBarFill 4.5s linear forwards;
}
@keyframes fmBarFill { from { width: 0%; } to { width: 100%; } }

/* HERO */
.fm-scroll-page-circlek-fuel .fm-hero {
background: linear-gradient(160deg, #8b0000 0%, #cc0000 50%, #e53935 100%);
color: #fff;
padding: 44px 20px 40px;
text-align: center;
width: 100%;
}
.fm-scroll-page-circlek-fuel .fm-hero-eyebrow {
display: inline-block;
background: rgba(255,255,255,0.15);
color: #ffe0e0;
font-size: 0.75rem;
letter-spacing: 0.18em;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 14px;
}
.fm-scroll-page-circlek-fuel .fm-hero-title {
font-size: clamp(1.7rem, 5.5vw, 3rem);
font-weight: 700;
line-height: 1.2;
margin: 0 auto 12px;
max-width: 820px;
color: #fff;
}
.fm-scroll-page-circlek-fuel .fm-hero-sub {
font-size: 1.05rem;
color: rgba(255,255,255,0.88);
max-width: 600px;
margin: 0 auto 22px;
}
.fm-scroll-page-circlek-fuel .fm-countdown-wrap {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 24px;
}
.fm-scroll-page-circlek-fuel .fm-cd-box {
background: rgba(255,255,255,0.15);
border-radius: 10px;
padding: 10px 16px;
min-width: 64px;
text-align: center;
}
.fm-scroll-page-circlek-fuel .fm-cd-num {
font-size: 2rem;
font-weight: 700;
color: #fff;
display: block;
line-height: 1;
}
.fm-scroll-page-circlek-fuel .fm-cd-label {
font-size: 0.68rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: rgba(255,255,255,0.75);
margin-top: 4px;
display: block;
}
.fm-scroll-page-circlek-fuel .fm-hero-pills {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 28px;
}
.fm-scroll-page-circlek-fuel .fm-pill {
background: rgba(255,255,255,0.18);
color: #fff;
font-size: 0.82rem;
font-weight: 600;
padding: 5px 14px;
border-radius: 20px;
letter-spacing: 0.04em;
}
.fm-scroll-page-circlek-fuel .fm-hero-cta {
display: inline-block;
background: #fff;
color: #cc0000;
font-size: 1.15rem;
font-weight: 700;
padding: 16px 44px;
border-radius: 50px;
letter-spacing: 0.06em;
cursor: pointer;
border: none;
box-shadow: 0 4px 20px rgba(0,0,0,0.25);
transition: transform 0.15s, box-shadow 0.15s;
text-transform: uppercase;
text-decoration: none;
}
.fm-scroll-page-circlek-fuel .fm-hero-cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 28px rgba(0,0,0,0.3);
}

/* MARQUEE */
.fm-scroll-page-circlek-fuel .fm-marquee {
background: #8b0000;
color: #ffcdd2;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 9px 0;
overflow: hidden;
white-space: nowrap;
width: 100%;
}
.fm-scroll-page-circlek-fuel .fm-marquee-inner {
display: inline-block;
animation: fmMarquee 40s linear infinite;
}
@keyframes fmMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ARTICLE BODY */
.fm-scroll-page-circlek-fuel .fm-body {
width: 100%;
background: #fff;
}
.fm-scroll-page-circlek-fuel .fm-section {
padding: 36px 24px;
border-bottom: 1px solid #f0f0f0;
max-width: 860px;
margin: 0 auto;
}
.fm-scroll-page-circlek-fuel .fm-section-title {
font-size: 1.4rem;
font-weight: 700;
color: #8b0000;
margin: 0 0 14px;
padding-bottom: 8px;
border-bottom: 2px solid #ffcdd2;
}
.fm-scroll-page-circlek-fuel .fm-p {
margin-bottom: 14px;
font-size: 1rem;
color: #1a1a1a;
}
.fm-scroll-page-circlek-fuel .fm-toc {
background: #fff5f5;
border-left: 4px solid #cc0000;
border-radius: 8px;
padding: 20px 24px;
margin: 0 auto 0;
max-width: 860px;
}
.fm-scroll-page-circlek-fuel .fm-toc-title {
font-size: 0.9rem;
font-weight: 700;
color: #8b0000;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.fm-scroll-page-circlek-fuel .fm-toc-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
}
.fm-scroll-page-circlek-fuel .fm-toc-list li {
font-size: 0.9rem;
color: #cc0000;
}
.fm-scroll-page-circlek-fuel .fm-toc-list li::before {
content: “→ “;
color: #cc0000;
}

/* TABLE */
.fm-scroll-page-circlek-fuel .fm-table-wrap {
overflow-x: auto;
margin: 16px 0;
}
.fm-scroll-page-circlek-fuel .fm-table {
width: 100%;
border-collapse: collapse;
font-size: 0.93rem;
}
.fm-scroll-page-circlek-fuel .fm-table th {
background: #cc0000;
color: #fff;
padding: 10px 14px;
text-align: left;
font-weight: 700;
}
.fm-scroll-page-circlek-fuel .fm-table td {
padding: 9px 14px;
border-bottom: 1px solid #f0f0f0;
color: #1a1a1a;
}
.fm-scroll-page-circlek-fuel .fm-table tr:nth-child(even) td {
background: #fff5f5;
}

/* HIGHLIGHT BOX */
.fm-scroll-page-circlek-fuel .fm-highlight {
background: #fff5f5;
border: 1px solid #ffcdd2;
border-radius: 10px;
padding: 20px 22px;
margin: 18px 0;
}
.fm-scroll-page-circlek-fuel .fm-highlight-title {
font-size: 1rem;
font-weight: 700;
color: #8b0000;
margin-bottom: 8px;
}
.fm-scroll-page-circlek-fuel .fm-ul {
padding-left: 20px;
margin: 0;
}
.fm-scroll-page-circlek-fuel .fm-ul li {
margin-bottom: 8px;
font-size: 0.97rem;
color: #1a1a1a;
}

/* FAQ */
.fm-scroll-page-circlek-fuel .fm-faq-item {
border-bottom: 1px solid #f0f0f0;
padding: 14px 0;
}
.fm-scroll-page-circlek-fuel .fm-faq-q {
font-weight: 700;
color: #8b0000;
font-size: 1rem;
margin-bottom: 6px;
}
.fm-scroll-page-circlek-fuel .fm-faq-a {
font-size: 0.96rem;
color: #333;
margin: 0;
}

/* RELATED LINKS */
.fm-scroll-page-circlek-fuel .fm-related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 14px;
margin-top: 16px;
}
.fm-scroll-page-circlek-fuel .fm-related-card {
background: #fff5f5;
border: 1px solid #ffcdd2;
border-radius: 10px;
padding: 16px 18px;
text-decoration: none;
color: #1a1a1a;
font-size: 0.9rem;
font-weight: 600;
transition: transform 0.15s, box-shadow 0.15s;
display: block;
}
.fm-scroll-page-circlek-fuel .fm-related-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 14px rgba(0,0,0,0.1);
text-decoration: none;
}
.fm-scroll-page-circlek-fuel .fm-related-card .fm-rc-label {
font-size: 0.72rem;
color: #cc0000;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 6px;
display: block;
}

/* ENTRY SECTION */
.fm-scroll-page-circlek-fuel .fm-entry-section {
background: linear-gradient(160deg, #8b0000 0%, #cc0000 100%);
padding: 48px 24px 52px;
text-align: center;
width: 100%;
}
.fm-scroll-page-circlek-fuel .fm-entry-title {
font-size: clamp(1.5rem, 5vw, 2.4rem);
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.fm-scroll-page-circlek-fuel .fm-entry-sub {
font-size: 1rem;
color: rgba(255,255,255,0.88);
max-width: 560px;
margin: 0 auto 28px;
}
.fm-scroll-page-circlek-fuel .fm-entry-cta {
display: inline-block;
background: #fff;
color: #cc0000;
font-size: 1.15rem;
font-weight: 700;
padding: 18px 50px;
border-radius: 50px;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0 4px 20px rgba(0,0,0,0.25);
transition: transform 0.15s, box-shadow 0.15s;
}
.fm-scroll-page-circlek-fuel .fm-entry-cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 28px rgba(0,0,0,0.3);
text-decoration: none;
}
.fm-scroll-page-circlek-fuel .fm-legal {
font-size: 0.78rem;
color: rgba(255,255,255,0.65);
margin-top: 20px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

/* NPN BANNER */
.fm-scroll-page-circlek-fuel .fm-npn {
background: #1a1a1a;
color: #fff;
text-align: center;
font-size: 0.8rem;
padding: 10px 20px;
letter-spacing: 0.05em;
font-weight: 600;
text-transform: uppercase;
}

/* AD BLOCKS */
.fm-scroll-page-circlek-fuel .fm-ad {
width: 100%;
margin: 24px 0;
text-align: center;
}

/* POPUPS */
.fm-scroll-page-circlek-fuel .fm-popup {
position: fixed;
bottom: 24px;
right: 24px;
background: #fff;
border: 2px solid #cc0000;
border-radius: 14px;
padding: 18px 22px;
max-width: 290px;
box-shadow: 0 8px 32px rgba(0,0,0,0.18);
z-index: 8888;
display: none;
animation: fmSlideIn 0.4s ease;
}
@keyframes fmSlideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fm-scroll-page-circlek-fuel .fm-popup-icon { font-size: 1.6rem; margin-bottom: 6px; display: block; }
.fm-scroll-page-circlek-fuel .fm-popup-title { font-size: 0.95rem; font-weight: 700; color: #8b0000; margin-bottom: 4px; }
.fm-scroll-page-circlek-fuel .fm-popup-body { font-size: 0.85rem; color: #333; margin: 0; }

@media (max-width: 600px) {
.fm-scroll-page-circlek-fuel .fm-popup {
bottom: 12px;
right: 12px;
left: 12px;
max-width: none;
}
}

Loading Your $315 Prize…
Circle K Summer Fuel Sweepstakes — 250 Winners!

⛽ Sweepstakes Alert — No Purchase Necessary
Circle K Summer Fuel Sweepstakes — Win a $315 Gift Card!
250 winners. Enter once per day through July 4th, 2026. Free to enter online — no gas purchase required.
Days
Hours
Min
Sec

250 Winners
$315 Gift Card Each
Enter Daily
Ends July 4, 2026
All 50 States + DC

⛽ CIRCLE K SUMMER FUEL SWEEPSTAKES  ·  250 WINNERS  ·  $315 GIFT CARD EACH  ·  ENTER DAILY  ·  NO PURCHASE NECESSARY  ·  ENDS JULY 4, 2026  ·  ALL 50 STATES + DC  ·  INNER CIRCLE ACCOUNT REQUIRED  ·  ⛽ CIRCLE K SUMMER FUEL SWEEPSTAKES  ·  250 WINNERS  ·  $315 GIFT CARD EACH  ·  ENTER DAILY  ·  NO PURCHASE NECESSARY  ·  ENDS JULY 4, 2026  ·  ALL 50 STATES + DC  ·  INNER CIRCLE ACCOUNT REQUIRED  · 

What’s in This Guide
  • What the Prize Is Worth
  • How to Enter for Free
  • Weekly Entry Schedule
  • How to Maximize Your Entries
  • FAQ
  • Enter at the Bottom

What a $315 Circle K Gift Card Actually Gets You

Gas prices have been unpredictable, and a $315 Circle K gift card goes a long way toward covering a real chunk of summer fuel costs. At current national averages, $315 fills a mid-size SUV roughly six to eight times — that’s most of a summer’s worth of local driving for a lot of families.

Circle K gift cards work at any Circle K location across the country, and they’re not limited to fuel. You can use them for drinks, snacks, car washes, and anything else in-store. For road-trippers, the card is especially useful since Circle K locations are everywhere along major highways.

Prize at a Glance
  • Prize: $315 Circle K Gift Card
  • Total Winners: 250 (across 9 weekly drawings)
  • Total Prize Pool ARV: $78,750
  • Usable at: Any Circle K location — fuel, food, drinks, car wash

Two Ways to Enter — Including a Free Online Option

Circle K built a free online entry method into the rules, which means you don’t need to buy gas or even visit a store to participate. Here’s how both methods work:

Method 1 — At the Pump (InnerCircle Account Required)

When you fill up with at least 5 gallons of fuel, enter the phone number linked to your InnerCircle account at the pump or checkout touchscreen. You’ll automatically receive one entry for that day’s drawing.

Method 2 — Free Online Entry (No Purchase)

Visit circlek.com/america-250/fuel-your-summer and complete the registration form with your name, address, email, phone number, and age. One free entry per person per day — no gas purchase required.

Both methods count equally. You can enter once per day regardless of which method you use, and entries do not carry over between weekly periods.

Weekly Entry Schedule — 9 Drawing Periods

The sweepstakes runs from May 7 through July 4, 2026, divided into nine weekly entry periods. Winners are drawn separately for each period, so entering consistently throughout the summer gives you the best overall odds.

Period Start End Winners
1 May 7, 2026 May 9, 2026 10
2 May 10, 2026 May 16, 2026 30
3 May 17, 2026 May 23, 2026 30
4 May 24, 2026 May 30, 2026 30
5 May 31, 2026 June 6, 2026 30
6 June 7, 2026 June 13, 2026 30
7 June 14, 2026 June 20, 2026 30
8 June 21, 2026 June 27, 2026 30
9 June 28, 2026 July 4, 2026 30

Note: Period 9 includes one special drawing based on all entries received across the entire sweepstakes period — so your early entries count toward that one too.

How to Maximize Your Entries This Summer

With 9 weekly periods and daily entries allowed, consistency is the real strategy here. Someone who enters every single day from May 7 through July 4 could rack up nearly 60 entries total — compared to someone who enters once and forgets about it.

  • Set a daily reminder — enter the online form every morning before you start your day. It takes about 30 seconds.
  • Create a free InnerCircle account if you don’t have one — it unlocks the at-pump entry method and other Circle K perks.
  • Enter during every fill-up — if you buy gas at Circle K anyway, make sure you’re entering your phone number at the pump each time.
  • Check your email within 48 hours — winners are notified by email or phone and must respond within 48 hours or forfeit the prize.
  • Mark your calendar for July 4 — the final period closes at 11:59 PM EST on Independence Day.

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

No. The free online entry method at circlek.com/america-250/fuel-your-summer requires no purchase. You just fill out a registration form once per day.

Do I need an InnerCircle account?

For the at-pump entry method, yes — you enter the phone number associated with your InnerCircle account. For the online method, you don’t need an account, just a valid email and phone number.

How many times can I enter?

Once per day, per person, regardless of entry method. Entries don’t carry over between weekly periods — except for the special all-entries drawing in Period 9.

Who is eligible?

Legal residents of all 50 US states and DC, age 18+. Rhode Island residents are excluded. Employees of Circle K and their families are not eligible.

How will I know if I win?

Circle K will contact you using the phone number and/or email address you provided. You must respond within 48 hours of the notification or you’ll forfeit the prize.

Can I win more than once?

No. There is a limit of one prize per person for the entire sweepstakes.

No Purchase Necessary · Open to US Residents 18+ (Excl. RI) · Void Where Prohibited

Ready to Win $315 in Free Fuel?
Enter the Circle K Summer Fuel Sweepstakes once per day for your best shot at a $315 gift card. 250 winners total — odds are great!

ENTER HERE

$315 Circle K Gift Card!

250 winners this summer. Enter once per day — free online entry available!

🎉

Enter Daily for Better Odds

9 weekly drawings — consistent daily entries are your best strategy.

🏆

No Purchase Needed!

Use the free online form at circlek.com/america-250/fuel-your-summer — no gas required.

📅

Ends July 4, 2026

Don’t miss the final entry deadline — scroll down to enter now!

(function() {
// LOADER — hide after 5 seconds
var loader = document.getElementById(“fmLoader”);
setTimeout(function() {
if (loader) {
loader.classList.add(“fm-loader-hide”);
setTimeout(function() {
if (loader) { loader.style.display = “none”; }
}, 700);
}
}, 5000);

// COUNTDOWN — July 4, 2026 11:59 PM EST
var deadline = new Date(“2026-07-05T04:59:00Z”);
function updateCountdown() {
var now = new Date();
var diff = deadline – now;
if (diff document.body.scrollHeight – window.innerHeight) {
targetPos = document.body.scrollHeight – window.innerHeight;
}
var distance = targetPos – startPos;
var duration = 10000;
var startTime = null;
isScrolling = true;

function step(timestamp) {
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) {
if (isScrolling) {
scrollAnimId = requestAnimationFrame(step);
}
} else {
isScrolling = false;
window.scrollTo(0, targetPos);
}
}
scrollAnimId = requestAnimationFrame(step);
}

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

if (heroCta) {
heroCta.addEventListener("click", function() {
easedScroll();
startPopups();
});
}

document.addEventListener("touchmove", function() { stopScroll(); }, { passive: true });
document.addEventListener("wheel", function() { stopScroll(); }, { passive: true });
window.addEventListener("resize", function() { stopScroll(); });

})();

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.