Freebie

TAST!EZ Game Night Loungewear Kit giveaway

View saved
How does this find feel?

#tastiez-wrap *,
#tastiez-wrap *::before,
#tastiez-wrap *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#tastiez-wrap {
–tz-yellow: #FFD600;
–tz-orange: #FF6B00;
–tz-red: #E5001E;
–tz-dark: #1A1A1A;
–tz-light: #FFFDF5;
font-family: ‘Inter’, sans-serif;
background: var(–tz-dark);
color: var(–tz-light);
overflow: hidden;
width: 100%;
}

/* ── HERO ── */
#tastiez-wrap .tz-hero {
position: relative;
min-height: 92vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 24px 80px;
background: radial-gradient(ellipse at 50% 0%, #3a1a00 0%, #1A1A1A 70%);
overflow: hidden;
}
#tastiez-wrap .tz-hero::before {
content: ”;
position: absolute;
inset: 0;
background-image:
radial-gradient(circle, #FFD600 2px, transparent 2px),
radial-gradient(circle, #FF6B00 2px, transparent 2px),
radial-gradient(circle, #E5001E 2px, transparent 2px);
background-size: 120px 120px, 80px 80px, 60px 60px;
background-position: 0 0, 40px 40px, 20px 70px;
opacity: 0.15;
animation: tz-drift 18s linear infinite;
}
@keyframes tz-drift {
from { background-position: 0 0, 40px 40px, 20px 70px; }
to { background-position: 120px 120px, 160px 160px, 80px 190px; }
}
#tastiez-wrap .tz-badge {
display: inline-block;
background: #E5001E;
color: #fff;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
padding: 6px 18px;
border-radius: 999px;
margin-bottom: 24px;
position: relative;
z-index: 1;
animation: tz-pulse 2s ease-in-out infinite;
}
@keyframes tz-pulse {
0%,100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
#tastiez-wrap .tz-hero-title {
font-family: ‘Bebas Neue’, sans-serif;
font-size: clamp(3.2rem, 10vw, 7.5rem);
line-height: 0.95;
letter-spacing: 0.02em;
position: relative;
z-index: 1;
}
#tastiez-wrap .tz-hero-title .tz-brand {
color: #FFD600;
display: block;
text-shadow: 4px 4px 0 #FF6B00;
}
#tastiez-wrap .tz-hero-title .tz-sub {
color: #fff;
display: block;
font-size: clamp(1.8rem, 6vw, 4.5rem);
}
#tastiez-wrap .tz-hero-desc {
max-width: 600px;
margin: 24px auto 0;
font-size: 1.05rem;
line-height: 1.7;
color: #e0d9c8;
position: relative;
z-index: 1;
}
#tastiez-wrap .tz-btn {
display: inline-block;
margin-top: 36px;
padding: 16px 44px;
background: #FFD600;
color: #1A1A1A;
font-size: 1rem;
font-weight: 900;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none !important;
border-radius: 8px;
position: relative;
z-index: 1;
transition: transform 0.15s ease, box-shadow 0.15s ease;
box-shadow: 0 6px 0 #FF6B00;
}
#tastiez-wrap .tz-btn:hover {
transform: translateY(-3px);
box-shadow: 0 9px 0 #FF6B00;
color: #1A1A1A;
}

/* ── COUNTDOWN ── */
#tastiez-wrap .tz-countdown-section {
background: #0d0d0d;
padding: 64px 24px;
text-align: center;
border-top: 3px solid #FF6B00;
border-bottom: 3px solid #FF6B00;
}
#tastiez-wrap .tz-section-label {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #FF6B00;
margin-bottom: 10px;
}
#tastiez-wrap #tz-cd-heading {
font-family: ‘Bebas Neue’, sans-serif;
font-size: clamp(1.8rem, 4vw, 3rem);
color: #fff;
margin-bottom: 6px;
transition: opacity 0.4s ease;
}
#tastiez-wrap #tz-cd-sub {
font-size: 0.92rem;
color: #aaa;
margin-bottom: 36px;
transition: opacity 0.4s ease;
}
#tastiez-wrap .tz-timer {
display: flex;
justify-content: center;
gap: clamp(10px, 3vw, 28px);
flex-wrap: wrap;
}
#tastiez-wrap .tz-unit {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
#tastiez-wrap .tz-box {
background: linear-gradient(160deg, #2a1a00, #1a1a1a);
border: 2px solid #FF6B00;
border-radius: 14px;
width: clamp(68px, 15vw, 108px);
height: clamp(68px, 15vw, 108px);
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
#tastiez-wrap .tz-box::after {
content: ”;
position: absolute;
left: 0; right: 0; top: 50%;
height: 1px;
background: rgba(255,107,0,0.3);
}
#tastiez-wrap .tz-box.tz-flip {
animation: tz-flipbox 0.42s ease;
}
@keyframes tz-flipbox {
0% { transform: rotateX(0deg); }
50% { transform: rotateX(-90deg); }
100%{ transform: rotateX(0deg); }
}
#tastiez-wrap .tz-num {
font-family: ‘Bebas Neue’, sans-serif;
font-size: clamp(2rem, 5.5vw, 3.8rem);
color: #FFD600;
line-height: 1;
letter-spacing: 0.04em;
}
#tastiez-wrap .tz-unit-label {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #777;
}
#tastiez-wrap .tz-dots {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 32px;
}
#tastiez-wrap .tz-dot {
width: 12px; height: 12px;
border-radius: 50%;
background: #333;
border: 2px solid #555;
transition: background 0.4s, border-color 0.4s, transform 0.3s;
}
#tastiez-wrap .tz-dot.tz-active {
background: #FFD600;
border-color: #FF6B00;
transform: scale(1.3);
}
#tastiez-wrap .tz-dot.tz-done {
background: #444;
border-color: #666;
}
#tastiez-wrap #tz-ended {
display: none;
font-family: ‘Bebas Neue’, sans-serif;
font-size: clamp(1.8rem, 4vw, 3rem);
color: #FFD600;
margin-top: 16px;
letter-spacing: 0.05em;
}

/* ── DROPS ── */
#tastiez-wrap .tz-drops {
padding: 72px 24px;
background: #111;
text-align: center;
}
#tastiez-wrap .tz-section-title {
font-family: ‘Bebas Neue’, sans-serif;
font-size: clamp(2rem, 5vw, 3.8rem);
color: #fff;
margin-bottom: 44px;
}
#tastiez-wrap .tz-drops-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
max-width: 840px;
margin: 0 auto;
}
#tastiez-wrap .tz-drop-card {
background: linear-gradient(135deg, #2a1a00, #1a1a1a);
border: 2px solid #FF6B00;
border-radius: 16px;
padding: 36px 28px;
position: relative;
overflow: hidden;
transition: border-color 0.4s, box-shadow 0.4s, opacity 0.4s;
}
#tastiez-wrap .tz-drop-card.tz-active-drop {
border-color: #FFD600;
box-shadow: 0 0 24px rgba(255,214,0,0.2);
}
#tastiez-wrap .tz-drop-card.tz-past-drop { opacity: 0.42; }
#tastiez-wrap .tz-drop-card::after {
content: ”;
position: absolute;
top: -40px; right: -40px;
width: 110px; height: 110px;
background: #FF6B00;
opacity: 0.07;
border-radius: 50%;
}
#tastiez-wrap .tz-drop-num {
font-family: ‘Bebas Neue’, sans-serif;
font-size: 4.5rem;
color: #FFD600;
line-height: 1;
opacity: 0.22;
position: absolute;
top: 10px; right: 18px;
}
#tastiez-wrap .tz-drop-lbl {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #FF6B00;
margin-bottom: 8px;
}
#tastiez-wrap .tz-drop-date {
font-family: ‘Bebas Neue’, sans-serif;
font-size: 1.9rem;
color: #fff;
line-height: 1.1;
}
#tastiez-wrap .tz-drop-time {
font-size: 1rem;
font-weight: 700;
color: #FFD600;
margin-top: 6px;
}
#tastiez-wrap .tz-slots {
margin-top: 16px;
display: inline-block;
background: rgba(255,214,0,0.1);
border: 1px solid #FFD600;
color: #FFD600;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.1em;
padding: 4px 14px;
border-radius: 999px;
}
#tastiez-wrap .tz-status-tag {
display: inline-block;
margin-top: 12px;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 4px 12px;
border-radius: 999px;
}
#tastiez-wrap .tz-tag-next { background: #FFD600; color: #000; }
#tastiez-wrap .tz-tag-ended { background: #444; color: #999; }

/* ── FEATURES STRIP ── */
#tastiez-wrap .tz-features {
background: #FFD600;
color: #1A1A1A;
padding: 36px 24px;
}
#tastiez-wrap .tz-features-inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 14px 36px;
max-width: 1000px;
margin: 0 auto;
}
#tastiez-wrap .tz-feat {
display: flex;
align-items: center;
gap: 9px;
font-weight: 700;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
#tastiez-wrap .tz-feat-dot {
width: 9px; height: 9px;
background: #E5001E;
border-radius: 50%;
flex-shrink: 0;
}

/* ── KIT ── */
#tastiez-wrap .tz-kit {
padding: 72px 24px;
background: #FFFDF5;
color: #1A1A1A;
text-align: center;
}
#tastiez-wrap .tz-kit .tz-section-label { color: #E5001E; }
#tastiez-wrap .tz-kit .tz-section-title { color: #1A1A1A; }
#tastiez-wrap .tz-kit-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 22px;
max-width: 1080px;
margin: 0 auto;
}
#tastiez-wrap .tz-kit-card {
background: #fff;
border-radius: 14px;
padding: 32px 24px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
text-align: left;
border-top: 5px solid #FFD600;
transition: transform 0.2s, box-shadow 0.2s;
}
#tastiez-wrap .tz-kit-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(0,0,0,0.13);
}
#tastiez-wrap .tz-kit-icon { font-size: 2.2rem; margin-bottom: 14px; display: block; }
#tastiez-wrap .tz-kit-card h3 { font-size: 1rem; font-weight: 800; color: #1A1A1A; margin-bottom: 8px; }
#tastiez-wrap .tz-kit-card p { font-size: 0.88rem; color: #555; line-height: 1.65; }

/* ── HOW TO ENTER ── */
#tastiez-wrap .tz-enter {
padding: 72px 24px;
background: #111;
text-align: center;
}
#tastiez-wrap .tz-steps {
display: flex;
flex-direction: column;
gap: 18px;
max-width: 580px;
margin: 0 auto;
}
#tastiez-wrap .tz-step {
display: flex;
align-items: flex-start;
gap: 18px;
background: #1e1e1e;
border-radius: 12px;
padding: 22px;
text-align: left;
}
#tastiez-wrap .tz-step-num {
font-family: ‘Bebas Neue’, sans-serif;
font-size: 2.3rem;
color: #FFD600;
line-height: 1;
flex-shrink: 0;
width: 44px;
}
#tastiez-wrap .tz-step-text h4 { font-size: 0.95rem; font-weight: 800; margin-bottom: 4px; color: #fff; }
#tastiez-wrap .tz-step-text p { font-size: 0.85rem; color: #aaa; line-height: 1.6; }

/* ── FOOTER ── */
#tastiez-wrap .tz-footer {
background: #0a0a0a;
text-align: center;
padding: 36px 24px;
font-size: 0.78rem;
color: #555;
line-height: 1.8;
}
#tastiez-wrap .tz-footer a { color: #FFD600; text-decoration: none; }
#tastiez-wrap .tz-footer a:hover { text-decoration: underline; }
#tastiez-wrap .tz-footer-brand {
font-family: ‘Bebas Neue’, sans-serif;
font-size: 1.5rem;
color: #fff;
letter-spacing: 0.05em;
margin-bottom: 10px;
}

🆕 Limited Giveaway — First Come, First Served

TAST!EZ
Game Night
Loungewear Kit

The savory frozen appetizer brand built for game night is giving away limited-edition kits packed with
everything you need to level up your next game night in. Only 50 kits per drop — don’t sleep on it.


Claim Your Free Kit →

Drop 1 Goes Live In…

March 9, 2026 • 9:00 a.m. EDT • First 50 Entrants Win

00

Days

00

Hours

00

Minutes

00

Seconds

🎉 All Drops Have Launched — Check the Site!

Two Drops. 50 Kits Each. Be Ready.

1

First Drop

March 9, 2026

9:00 a.m. EDT

50 Kits Available
▶ Up Next

2

Second Drop

March 16, 2026

9:00 a.m. EDT

50 Kits Available
🕐 Coming Soon

100% Cotton
Tearaway Napkin Sleeves
Y2K Snap Buttons
Machine Washable
Dice & Card Pocket
Playing Cards & Dice Included
TAST!EZ Flavors Included

Everything You Need for the Ultimate Game Night

👕

First-of-Its-Kind Loungewear Set

Cozy 100% cotton pullover designed with gaming and snacking in mind. Features tearaway napkin sleeves attached with Y2K-style snap buttons — fully machine washable.

🎒

Built-In Dice & Card Pocket

A dedicated pocket sewn right into the loungewear so your dice, cards, and game pieces are always within reach — no more losing pieces between couch cushions.

🖋️

“Here for the Snacks” Back Graphic

The pullover’s back graphic says it all. A bold statement piece that reminds everyone at the table what the real reason for game night truly is.

🃏

Snack-Inspired Playing Cards & Dice

Custom-designed playing cards and dice with a snack-inspired aesthetic, ready to drop straight into your next game night without missing a beat.

🧆

TAST!EZ Frozen Appetizer Selection

A curated selection of TAST!EZ’s favorite savory frozen appetizer flavors — the perfect game night snack that keeps taste buds buzzing and game pieces clean.

Game On — Here’s How to Win

01

Mark Your Calendar

Set an alarm for March 9 or March 16, 2026 at 9:00 a.m. EDT. Kits go fast — only 50 per drop.

02

Visit the Giveaway Page

Head to tastiezgamenight.com the moment the drop goes live.

03

Be One of the First 50

Prizes are awarded on a first come, first served basis. Enter early to secure your free kit before it’s gone.


Go to Giveaway Page →

(function(){
var drops = [
{
target: new Date(‘2026-03-09T09:00:00-04:00’),
heading: ‘Drop 1 Goes Live Inu2026’,
sub: ‘March 9, 2026 u2022 9:00 a.m. EDT u2022 First 50 Entrants Win’,
dotId: ‘tz-dot-1’,
cardId: ‘tz-card-1’,
tagId: ‘tz-tag-1’
},
{
target: new Date(‘2026-03-16T09:00:00-04:00’),
heading: ‘Drop 2 Goes Live Inu2026’,
sub: ‘March 16, 2026 u2022 9:00 a.m. EDT u2022 First 50 Entrants Win’,
dotId: ‘tz-dot-2’,
cardId: ‘tz-card-2’,
tagId: ‘tz-tag-2’
}
];

var elH = document.getElementById(‘tz-cd-heading’);
var elS = document.getElementById(‘tz-cd-sub’);
var elTimer = document.getElementById(‘tz-timer’);
var elEnded = document.getElementById(‘tz-ended’);

var elD = document.getElementById(‘tz-d’);
var elHr= document.getElementById(‘tz-h’);
var elM = document.getElementById(‘tz-m’);
var elSc= document.getElementById(‘tz-s’);

var bxD = document.getElementById(‘tz-box-d’);
var bxH = document.getElementById(‘tz-box-h’);
var bxM = document.getElementById(‘tz-box-m’);
var bxS = document.getElementById(‘tz-box-s’);

var dot1 = document.getElementById(‘tz-dot-1’);
var dot2 = document.getElementById(‘tz-dot-2’);
var card1 = document.getElementById(‘tz-card-1’);
var card2 = document.getElementById(‘tz-card-2’);
var tag1 = document.getElementById(‘tz-tag-1’);
var tag2 = document.getElementById(‘tz-tag-2’);

var activeDrop = -1;

function pad(n){ return (‘0’+n).slice(-2); }

function flip(box){
box.classList.remove(‘tz-flip’);
void box.offsetWidth;
box.classList.add(‘tz-flip’);
}

function setVal(el, box, val){
var p = pad(val);
if(el.textContent !== p){ el.textContent = p; flip(box); }
}

function activate(idx){
if(activeDrop === idx) return;
activeDrop = idx;
var d = drops[idx];

elH.style.opacity = ‘0’;
elS.style.opacity = ‘0’;
setTimeout(function(){
elH.textContent = d.heading;
elS.textContent = d.sub;
elH.style.opacity = ‘1’;
elS.style.opacity = ‘1’;
}, 300);

dot1.className = ‘tz-dot’;
dot2.className = ‘tz-dot’;
document.getElementById(d.dotId).classList.add(‘tz-active’);

if(idx > 0){
dot1.classList.add(‘tz-done’);
card1.classList.remove(‘tz-active-drop’);
card1.classList.add(‘tz-past-drop’);
tag1.className = ‘tz-status-tag tz-tag-ended’;
tag1.textContent = ‘u2713 Drop Launched’;
}

var ac = document.getElementById(d.cardId);
var at = document.getElementById(d.tagId);
ac.classList.add(‘tz-active-drop’);
ac.classList.remove(‘tz-past-drop’);
at.className = ‘tz-status-tag tz-tag-next’;
at.textContent = ‘u25B6 Up Next’;
}

function showEnded(){
elTimer.style.display = ‘none’;
elEnded.style.display = ‘block’;
elH.textContent = ‘Both Drops Have Launched!’;
elS.textContent = ‘Visit the site to see if kits are still available.’;
dot1.className = ‘tz-dot tz-done’;
dot2.className = ‘tz-dot tz-done’;
card1.classList.remove(‘tz-active-drop’); card1.classList.add(‘tz-past-drop’);
card2.classList.remove(‘tz-active-drop’); card2.classList.add(‘tz-past-drop’);
tag1.className = ‘tz-status-tag tz-tag-ended’; tag1.textContent = ‘u2713 Drop Launched’;
tag2.className = ‘tz-status-tag tz-tag-ended’; tag2.textContent = ‘u2713 Drop Launched’;
}

function tick(){
var now = Date.now();
var target = null, idx = -1;
for(var i=0; i now){ target = drops[i]; idx = i; break; }
}
if(!target){ showEnded(); return; }

activate(idx);

var diff = Math.floor((target.target.getTime() – now) / 1000);
var d = Math.floor(diff / 86400);
var h = Math.floor((diff % 86400) / 3600);
var m = Math.floor((diff % 3600) / 60);
var s = diff % 60;

setVal(elD, bxD, d);
setVal(elHr,bxH, h);
setVal(elM, bxM, m);
setVal(elSc,bxS, s);
}

tick();
setInterval(tick, 1000);
})();

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.