Sweeps

Lagunitas Little Sumpin’ Tattoo Sesh Sweepstakes: Win a $500 Gift Card

View saved
How does this find feel?

#lagu-box1 .wrap{
background:#fff;
color:#14303b;
border-radius:22px;
padding:20px 20px 14px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
border:1px solid rgba(20,48,59,.15);
position:relative;
overflow:hidden;
}
#lagu-box1 .brandbar{
height:6px;
border-radius:6px;
background:linear-gradient(90deg,#00a676 0%,#f5b700 33%,#ff3f3f 66%,#14303b 100%);
margin-bottom:14px;
}
#lagu-box1 h3{
margin:2px 0 10px;
font-size:21px;
line-height:1.25;
font-weight:800;
text-transform:uppercase;
color:#00a676;
}
#lagu-box1 .meta{
font-size:14px;
opacity:.9;
margin-bottom:14px;
}
#lagu-box1 .timer{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin:10px 0 8px;
}
#lagu-box1 .cell{
background:#f7fbff;
border:1px solid rgba(20,48,59,.15);
border-radius:14px;
padding:12px 8px;
text-align:center;
box-shadow:0 4px 10px rgba(20,48,59,.08);
}
#lagu-box1 .num{
font-size:30px;
font-weight:900;
letter-spacing:.5px;
color:#14303b;
}
#lagu-box1 .lbl{
font-size:12px;
opacity:.85;
text-transform:uppercase;
letter-spacing:.6px;
margin-top:2px;
}
#lagu-box1 .note{
font-size:12px;
color:#35525b;
margin-top:12px;
}

Lagunitas Little Sumpin’ Tattoo Sesh — Time Left to Enter

Closes: Jun 30, 2026 at 11:59 PM ET • 21+ • U.S. Only • One-Time Entry
Days
Hours
Minutes
Seconds
Heads up: This is not an instant win or daily entry. It’s one entry per person for the entire promotion.

(function(){
// End time: Jun 30, 2026 11:59:59 PM ET -> Jul 1, 2026 03:59:59 UTC
var end = new Date(“2026-07-01T03:59:59Z”).getTime();
var ids = {d:”lagu-d”,h:”lagu-h”,m:”lagu-m”,s:”lagu-s”};
function pad(n){ return n<10?"0"+n:n; }
function tick(){
var now=Date.now(), t=end-now;
if(t<0){t=0;}
var sec=Math.floor(t/1000);
var d=Math.floor(sec/86400); sec-=d*86400;
var h=Math.floor(sec/3600); sec-=h*3600;
var m=Math.floor(sec/60); sec-=m*60;
var s=sec;
document.getElementById(ids.d).textContent=pad(d);
document.getElementById(ids.h).textContent=pad(h);
document.getElementById(ids.m).textContent=pad(m);
document.getElementById(ids.s).textContent=pad(s);
}
tick(); setInterval(tick,1000);
})();

#lagu-box2 .card{
position:relative;
background:#ffffff;
border:2px solid #00a676;
border-radius:22px;
padding:22px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
overflow:hidden;
text-align:center;
}
#lagu-box2 .ribbon{
position:absolute;
inset:auto -40px 14px auto;
transform:rotate(-8deg);
background:#14303b;
color:#fff;
font-weight:900;
padding:6px 46px;
border-radius:10px;
box-shadow:0 6px 14px rgba(0,0,0,.25);
font-size:15px;
letter-spacing:.6px;
text-transform:uppercase;
}
#lagu-box2 h3{
margin:6px 0 12px;
font-size:22px;
line-height:1.25;
color:#00a676;
font-weight:900;
text-transform:uppercase;
}
#lagu-box2 .sub{
font-size:15px;
margin-bottom:12px;
color:#14303b;
opacity:.9;
}
#lagu-box2 .cta{
display:inline-block;
margin-top:12px;
text-align:center;
background:linear-gradient(90deg,#00a676,#ff3f3f);
color:#fff;
text-decoration:none;
border-radius:16px;
padding:16px 36px;
font-weight:800;
font-size:18px;
border:none;
cursor:pointer;
box-shadow:0 8px 24px rgba(0,166,118,.35);
transition:transform .25s ease;
text-transform:uppercase;
letter-spacing:.6px;
}
#lagu-box2 .cta:hover{ transform:scale(1.04); }

/* Popup overlay */
#lagu-popup{
display:none;
position:fixed; top:50%; left:50%;
transform:translate(-50%,-50%);
background:#ffffff;
padding:24px 28px;
border-radius:18px;
box-shadow:0 0 32px rgba(20,48,59,.25);
z-index:9999;
font-size:18px;
font-weight:800;
color:#14303b;
max-width:520px; width:88%;
text-align:center;
}

/* Confetti that shoots from the SIDES */
#lagu-confetti{ pointer-events:none; position:fixed; inset:0; z-index:9998; }
#lagu-confetti .piece{
position:fixed;
width:10px; height:14px;
opacity:.96;
will-change:transform;
}
@keyframes shoot-right{
from{ transform:translateX(-20px) rotate(0deg); }
to{ transform:translateX(calc(100vw + 40px)) rotate(720deg); }
}
@keyframes shoot-left{
from{ transform:translateX(calc(100vw + 20px)) rotate(0deg); }
to{ transform:translateX(-40px) rotate(-720deg); }
}

One-Time Entry

Enter the Lagunitas Little Sumpin’ Tattoo Sesh Sweepstakes

21+ • U.S. Only • Closes Jun 30, 2026 at 11:59 PM ET

// Pop-up facts (shown during slow scroll)
const laguFacts = [
“This is ONE-TIME ENTRY — not daily, not instant win.”,
“Grand Prizes: Ten $500 gift cards. First Prizes: 500 bandana + temporary tattoo kits.”,
“Drawings run monthly through 7/1/2026. Answer calls within 48 hours — no voicemails left.”
];

function laguShowPopup(msg){
const el=document.getElementById(“lagu-popup”);
el.innerHTML = msg;
el.style.display=”block”;
clearTimeout(laguShowPopup._t);
laguShowPopup._t=setTimeout(()=>{ el.style.display=”none”; }, 3800);
}

function laguFireConfetti(){
const mount=document.getElementById(“lagu-confetti”);
const colors=[‘#00a676′,’#f5b700′,’#ff3f3f’,’#14303b’,’#ffffff’];
const rows=18; // bursts from both sides
for(let i=0;i right
let l=document.createElement(‘div’);
l.className=’piece’;
l.style.top=(Math.random()*100)+’vh’;
l.style.left=’-12px’;
l.style.background=colors[(Math.random()*colors.length)|0];
l.style.width=(8+Math.random()*8)+’px’;
l.style.height=(10+Math.random()*14)+’px’;
const d1=(1.2+Math.random()*1.6).toFixed(2)+’s’;
l.style.animation=’shoot-right ‘+d1+’ linear forwards’;
mount.appendChild(l);
setTimeout(()=>l.remove(), 2200);

// right -> left
let r=document.createElement(‘div’);
r.className=’piece’;
r.style.top=(Math.random()*100)+’vh’;
r.style.left=’calc(100vw + 12px)’;
r.style.background=colors[(Math.random()*colors.length)|0];
r.style.width=(8+Math.random()*8)+’px’;
r.style.height=(10+Math.random()*14)+’px’;
const d2=(1.2+Math.random()*1.6).toFixed(2)+’s’;
r.style.animation=’shoot-left ‘+d2+’ linear forwards’;
mount.appendChild(r);
setTimeout(()=>r.remove(), 2200);
}
}

// Smooth scroll (~10s) with popups + side confetti
function laguStartScroll(){
const target=document.getElementById(“lagu-entryBox”);
if(!target){ console.error(“Box 3 (#lagu-entryBox) not found.”); return; }

// First confetti volley
laguFireConfetti();

const startY=window.scrollY;
const targetY=target.getBoundingClientRect().top+window.scrollY-8;
const duration=10000; // ~10 seconds
let startT=null;

[900, 4600, 8400].forEach((ms,i)=>{ setTimeout(()=>laguShowPopup(laguFacts[i]), ms); });
setTimeout(()=>{ laguFireConfetti(); }, duration-800);

function step(ts){
if(!startT) startT=ts;
const prog=ts-startT;
const pct=Math.min(prog/duration,1);
window.scrollTo(0, startY + (targetY-startY)*pct);
if(prog<duration) requestAnimationFrame(step);
}
requestAnimationFrame(step);
}

What if your next beer run put $500 back in your pocket and stocked you with tattoo-themed swag? The Lagunitas Little Sumpin’ Tattoo Sesh Sweepstakes is live, and it’s a clean, one-time-entry giveaway with rolling monthly drawings through June 30, 2026. The headline here is simple and spicy: up to ten grand prize winners score a $500 gift card, and 500 more grab bandanas plus a temporary tattoo kit. Total prize value lands at $8,000. This isn’t an instant win game and it’s not daily entry. It is strictly one entry per person for the entire promotion, and winners are pulled on scheduled dates from all entries received as of each drawing date. We found the details; you decide if it’s worth sixty seconds of your time.

This post is purely informational. Our site finds and covers third-party promotions; we’re not the sponsor, administrator, or affiliated with Lagunitas. Always read the official rules before you enter and drink responsibly if you’re 21+.

Prize Breakdown

Grand Prizes first, because that’s what you came for. Ten winners each get a $500 gift card from the sponsor’s chosen provider. Gift cards carry the provider’s standard terms and may include expiration, so the smart play is to redeem or plan quickly. Then there are 500 first-prize wins in the mix: a Lagunitas-branded bandana plus a temporary tattoo kit, the kind of festival-ready bundle you’ll toss in your weekender. No alcoholic beverage is part of any prize. Every prize is awarded “as is,” and delivery is by the sponsor’s chosen carrier to the residential address you register. Expect 8–12 weeks for fulfillment, which is normal for large national promos.

What You Can Do With the Prize If You Win

Let’s talk $500 in real-life terms. It’s a pressure-release valve for a busy month and a mini-splurge rolled into one. If you’re optimizing for practical value, $500 can cover a utility stack, stretch your grocery budget, or fund a car service appointment you’ve been ducking. If you’re playing the fun card, think long-weekend concert tickets, a tattoo session you’ve been bookmarking, or that espresso machine your kitchen deserves. For creatives and service-industry folks, a $500 gift card is a mini cash-flow buffer that keeps the stress down while you build the next big thing. Because this is a gift card rather than cash, consider allocating it to purchases you’d make anyway: convert it into an immediate saving by replacing budgeted spending, then move the cash you freed into your emergency fund or holiday travel stash. That’s how you turn a sweepstakes win into an actual financial upgrade.

First prize more your vibe? The bandana and temporary tattoo kit are tailor-made for summer shows, tailgates, and backyard hangs. It’s wearable, sharable, and visually fun for Reels and Stories. You don’t have to commit needle-to-skin to go full tattoo-core for a night. And because there are 500 of these, the first-prize tier meaningfully increases the number of packages going out the door—always a good sign if you’re playing the odds across a national promotion.

Q&A

Is this legitimate
Yes. The sweepstakes is sponsored by The Lagunitas Brewing Co. and administered by Million Dollar Media. It’s open to U.S./D.C. residents 21+ and follows standard national-promo procedures. As always, review the official rules on the entry page for the latest details.

How many entries are allowed
Exactly one entry per person for the entire sweepstakes. This is a one-time entry promotion, not a daily or instant win game.

Are there bonus entries
No. There are no stated bonus entries for shares, referrals, or receipts. Submit your one entry and you’re in.

How many prizes can you win
There is a maximum of one grand prize and one first prize per person or household, with a total of 10 grand prizes and 500 first prizes available overall.

#lagu-entryBox .shell{
background:#f7f9ff;
border:2px solid #00a676;
border-radius:22px;
padding:20px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
}
#lagu-entryBox h3{
margin:6px 0 14px;
font-size:21px;
line-height:1.25;
color:#14303b;
font-weight:900;
}
#lagu-entryBox .cta{
display:block;
text-align:center;
background:#00a676;
color:#fff;
text-decoration:none;
border-radius:14px;
padding:14px 18px;
font-weight:900;
border:2px solid #14303b;
margin:16px auto;
max-width:320px;
}
#lagu-entryBox .cta:hover{ filter:brightness(1.05); }
#lagu-entryBox .grid{display:grid;grid-template-columns:1fr;gap:16px}
#lagu-entryBox .recap{
background:#fff;
border:1px solid #e2e8f8;
border-radius:14px;
padding:14px;
}
#lagu-entryBox .recap dl{
display:grid;
grid-template-columns:minmax(160px,220px) 1fr;
gap:8px 14px;
margin:6px 0;
}
#lagu-entryBox .recap dt{font-weight:800;color:#00a676}
#lagu-entryBox .recap dd{margin:0}
#lagu-entryBox .prizes{
background:#fff;
border:1px dashed #00a676;
border-radius:14px;
padding:14px;
}

Lagunitas Little Sumpin’ Tattoo Sesh — Official Entry


Click Here to Enter

Prize Breakdown

  • Grand Prizes (10): $500 gift card each (ARV $500 ea).
  • First Prizes (500): Lagunitas bandana + temporary tattoo kit (ARV $6 ea).
  • Total ARV: $8,000. No alcoholic beverage is part of any prize.

Giveaway Recap

Sponsor
The Lagunitas Brewing Co.
Administrator
Million Dollar Media
Entry Type
One-time entry per person for the entire promotion
Eligibility
50 U.S. & D.C., 21+; valid government-issued ID
Registration Period
Sept 1, 2025 (12:00:01 AM ET) – Jun 30, 2026 (11:59:59 PM ET)
Drawings
On or about 10/1/2025, 11/1/2025, 12/1/2025, 1/2/2026, 2/1/2026, 3/1/2026, 4/1/2026, 5/1/2026, 6/1/2026, 7/1/2026 from all entries received as of each drawing date
Winner Contact
Phone and/or email; no voicemails; respond and return documents within 48 hours of receipt
Delivery
Allow 8–12 weeks; shipped to address provided during entry/notification
Rules
See Official Rules on the entry site

Fast Q&A

  • Is this legitimate? Yes — sponsored by Lagunitas; administered by Million Dollar Media.
  • How often can I enter? One time total; multiple accounts may void entries.
  • Are there bonus entries? No — none stated.
  • How many prizes can I win? Max one grand prize and one first prize per person/household.

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.