FREE EviDenS de Beauté “The Special Mask” Sample!

:root {
–primary: #1a2744;
–primary-dark: #111b33;
–primary-light: #2e4070;
–primary-pale: #eef1f8;
–accent: #c9a84c;
–accent-light: #f0d080;
–cream: #fdfcff;
–warm-white: #f9f8fc;
–border: #e4e0f0;
–text-dark: #1c1c1c;
–text-gray: #555555;
–text-light: #888888;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘Inter’, sans-serif;
background: var(–cream);
color: var(–text-dark);
font-size: 17px;
line-height: 1.85;
}
/* ── PROGRESS BAR ── */
#xp-bar-container {
position: fixed; top: 0; left: 0; right: 0;
height: 5px; background: #e4e0f0; z-index: 9999;
}
#xp-bar {
height: 100%; width: 0%;
background: linear-gradient(90deg, var(–primary), var(–accent));
transition: width 0.2s ease;
}
/* ── HEADER ── */
header {
background: linear-gradient(160deg, #0d1426 0%, #1a2744 35%, #1e3060 65%, #0a1830 100%);
color: #fff;
text-align: center;
padding: 56px 24px 48px;
position: relative;
overflow: hidden;
}
header::before {
content: ”;
position: absolute;
top: -60px; left: -60px; right: -60px; bottom: -60px;
background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.15) 0%, transparent 70%);
pointer-events: none;
}
.freebie-tag {
display: inline-block;
background: rgba(201,168,76,0.2);
border: 1px solid rgba(201,168,76,0.5);
border-radius: 50px;
padding: 6px 20px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 20px;
color: var(–accent-light);
}
.hero-product-img {
width: 150px;
height: 150px;
object-fit: contain;
border-radius: 50%;
border: 3px solid rgba(201,168,76,0.35);
background: rgba(255,255,255,0.05);
margin: 0 auto 22px;
display: block;
box-shadow: 0 0 50px rgba(201,168,76,0.2);
}
header h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2rem, 6.5vw, 3.6rem);
font-weight: 800;
line-height: 1.12;
margin-bottom: 16px;
}
header h1 span { color: var(–accent-light); }
.hero-sub {
font-size: 1.05rem;
max-width: 600px;
margin: 0 auto 28px;
line-height: 1.7;
color: rgba(255,255,255,0.82);
}
.value-badge {
display: inline-flex;
align-items: center;
gap: 10px;
background: rgba(201,168,76,0.15);
border: 1px solid rgba(201,168,76,0.4);
border-radius: 10px;
padding: 12px 24px;
margin-bottom: 28px;
}
.value-badge .vb-price {
font-family: ‘Playfair Display’, serif;
font-size: 2rem;
font-weight: 800;
color: var(–accent-light);
line-height: 1;
}
.value-badge .vb-text {
text-align: left;
font-size: 0.82rem;
color: rgba(255,255,255,0.7);
line-height: 1.4;
}
.value-badge .vb-text strong { display: block; color: #fff; font-size: 0.9rem; }
.stat-row {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
}
.stat-pill {
background: rgba(0,0,0,0.3);
border: 1px solid rgba(255,255,255,0.12);
border-radius: 6px;
padding: 8px 16px;
font-size: 0.82rem;
text-align: center;
}
.stat-pill strong { display: block; font-size: 1rem; color: var(–accent-light); font-family: ‘Playfair Display’, serif; }
/* ── CONTENT WRAP ── */
.content-wrap {
max-width: 780px;
margin: 0 auto;
padding: 0 20px 60px;
}
/* ── TOC ── */
.toc-box {
background: var(–warm-white);
border: 1px solid var(–border);
border-left: 4px solid var(–primary);
border-radius: 10px;
padding: 22px 26px;
margin: 32px 0;
}
.toc-label {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–primary);
margin-bottom: 12px;
}
.toc-box ol { padding-left: 20px; }
.toc-box ol li { margin-bottom: 6px; }
.toc-box ol li a { color: var(–text-dark); text-decoration: none; font-weight: 500; }
.toc-box ol li a:hover { color: var(–primary-light); }
/* ── SECTIONS ── */
section {
background: var(–warm-white);
border-radius: 14px;
padding: 34px 34px;
margin: 24px 0;
border: 1px solid var(–border);
}
section h2 {
font-family: ‘Playfair Display’, serif;
font-size: 1.65rem;
font-weight: 700;
color: var(–primary-dark);
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 2px solid var(–border);
}
section h2 span { color: var(–primary-light); }
section p { color: var(–text-gray); margin-bottom: 16px; line-height: 1.85; }
section p:last-child { margin-bottom: 0; }
blockquote {
border-left: 4px solid var(–accent);
background: #fffbf0;
padding: 14px 18px;
margin: 18px 0;
border-radius: 0 8px 8px 0;
font-style: italic;
color: var(–text-gray);
font-size: 0.95rem;
}
/* ── HIGHLIGHT BOX ── */
.highlight-box {
background: linear-gradient(135deg, #eef1f8 0%, #e8ecf5 100%);
border: 1px solid #c8d0e8;
border-left: 4px solid var(–primary);
border-radius: 10px;
padding: 18px 22px;
margin: 18px 0;
}
.highlight-box .hb-title { font-weight: 700; color: var(–primary-dark); font-size: 0.97rem; margin-bottom: 6px; }
.highlight-box p { color: var(–text-gray); font-size: 0.93rem; margin: 0; }
/* ── QUICK SUMMARY CARD ── */
.summary-card {
background: linear-gradient(135deg, #0d1426 0%, #1a2744 100%);
border: 2px solid rgba(201,168,76,0.4);
border-radius: 16px;
padding: 30px 30px;
margin: 28px 0;
color: #fff;
}
.summary-card .sc-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 22px;
}
.summary-card .sc-icon { font-size: 2.2rem; flex-shrink: 0; }
.summary-card .sc-header-text h3 {
font-family: ‘Playfair Display’, serif;
font-size: 1.3rem;
font-weight: 700;
color: var(–accent-light);
margin-bottom: 3px;
}
.summary-card .sc-header-text p {
font-size: 0.85rem;
color: rgba(255,255,255,0.6);
margin: 0;
}
.summary-steps { list-style: none; padding: 0; margin: 0; }
.summary-steps li {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.summary-steps li:last-child { border-bottom: none; padding-bottom: 0; }
.summary-steps li:first-child { padding-top: 0; }
.ss-num {
background: rgba(201,168,76,0.25);
border: 1px solid rgba(201,168,76,0.5);
color: var(–accent-light);
font-family: ‘Playfair Display’, serif;
font-size: 1rem;
font-weight: 800;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
}
.ss-body strong {
display: block;
font-weight: 700;
color: #fff;
font-size: 0.97rem;
margin-bottom: 3px;
}
.ss-body span {
font-size: 0.88rem;
color: rgba(255,255,255,0.65);
line-height: 1.5;
}
/* ── WHAT YOU GET CARDS ── */
.get-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: 14px;
margin: 18px 0;
}
.get-card {
background: #fff;
border: 1px solid var(–border);
border-top: 4px solid var(–primary);
border-radius: 12px;
padding: 20px 16px;
text-align: center;
}
.get-card .gc-emoji { font-size: 2.2rem; display: block; margin-bottom: 10px; }
.get-card .gc-title { font-family: ‘Playfair Display’, serif; font-size: 1rem; font-weight: 700; color: var(–primary-dark); margin-bottom: 4px; }
.get-card .gc-sub { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(–accent); margin-bottom: 8px; }
.get-card .gc-desc { font-size: 0.86rem; color: var(–text-gray); line-height: 1.5; }
/* ── STEP BLOCKS ── */
.step-block {
background: #fff;
border: 1px solid var(–border);
border-radius: 14px;
padding: 28px 28px 24px;
margin: 20px 0;
}
.step-block .step-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 14px;
}
.step-num-big {
background: linear-gradient(135deg, var(–primary), var(–primary-light));
color: #fff;
font-family: ‘Playfair Display’, serif;
font-size: 1.4rem;
font-weight: 800;
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 14px rgba(26,39,68,0.25);
}
.step-block .step-title {
font-family: ‘Playfair Display’, serif;
font-size: 1.2rem;
font-weight: 700;
color: var(–primary-dark);
line-height: 1.2;
}
.step-block .step-title small {
display: block;
font-family: ‘Inter’, sans-serif;
font-size: 0.78rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(–accent);
margin-bottom: 2px;
}
.step-block p { color: var(–text-gray); font-size: 0.96rem; margin-bottom: 14px; }
/* ── ACTION BUTTONS ── */
.action-btn {
display: inline-flex;
align-items: center;
gap: 10px;
color: #fff;
font-family: ‘Inter’, sans-serif;
font-size: 0.97rem;
font-weight: 700;
letter-spacing: 0.03em;
padding: 14px 28px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s;
margin: 6px 6px 6px 0;
box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.action-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.25); opacity: 0.93; }
.action-btn.fb { background: linear-gradient(135deg, #1877f2, #0d65d9); }
.action-btn.ig { background: linear-gradient(135deg, #e1306c, #c13584, #833ab4); }
.action-btn.goog { background: linear-gradient(135deg, #4285f4, #34a853); }
.action-btn.site { background: linear-gradient(135deg, var(–primary), var(–primary-light)); }
.btn-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0; }
/* ── DONE BADGE ── */
.done-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #f0fdf4;
border: 1px solid #86efac;
border-radius: 50px;
padding: 8px 18px;
font-size: 0.85rem;
font-weight: 700;
color: #166534;
margin-top: 12px;
cursor: pointer;
transition: background 0.2s;
font-family: ‘Inter’, sans-serif;
}
.done-badge:hover { background: #dcfce7; }
.done-badge.checked { background: #dcfce7; }
/* ── INGREDIENT CARDS ── */
.ingredient-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: 14px;
margin: 18px 0;
}
.ingredient-card {
background: linear-gradient(135deg, #f0f3fa 0%, #e8ecf5 100%);
border: 1px solid #c8d0e8;
border-top: 4px solid var(–primary);
border-radius: 12px;
padding: 18px 16px;
text-align: center;
}
.ingredient-card .ic-emoji { font-size: 2.2rem; display: block; margin-bottom: 8px; }
.ingredient-card .ic-name { font-family: ‘Playfair Display’, serif; font-size: 0.97rem; font-weight: 700; color: var(–primary-dark); margin-bottom: 4px; }
.ingredient-card .ic-benefit { font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(–accent); margin-bottom: 6px; }
.ingredient-card .ic-desc { font-size: 0.85rem; color: var(–text-gray); line-height: 1.5; }
/* ── BRAND CARD ── */
.brand-card {
background: linear-gradient(135deg, #0d1426 0%, #1a2744 100%);
border-radius: 14px; padding: 24px 24px; margin: 18px 0;
color: #fff; display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
}
.brand-card .bc-icon { font-size: 2.8rem; flex-shrink: 0; }
.brand-card .bc-text h3 { font-family: ‘Playfair Display’, serif; font-size: 1.1rem; color: var(–accent-light); margin-bottom: 6px; }
.brand-card .bc-text p { font-size: 0.9rem; color: rgba(255,255,255,0.78); margin: 0; line-height: 1.65; }
/* ── FAQ ── */
.faq-item { border: 1px solid var(–border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.faq-q {
width: 100%; background: var(–warm-white); border: none;
padding: 15px 18px; text-align: left;
font-family: ‘Inter’, sans-serif; font-size: 0.97rem; font-weight: 600;
color: var(–text-dark); cursor: pointer;
display: flex; justify-content: space-between; align-items: center; gap: 12px;
transition: background 0.2s;
}
.faq-q:hover { background: var(–primary-pale); }
.faq-q .faq-arrow {
flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
background: var(–primary); color: #fff;
display: flex; align-items: center; justify-content: center;
font-size: 0.75rem; transition: transform 0.3s;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
max-height: 0; overflow: hidden;
transition: max-height 0.35s ease, padding 0.3s;
padding: 0 18px; background: #fff;
font-size: 0.93rem; color: var(–text-gray); line-height: 1.8;
}
.faq-item.open .faq-a { max-height: 400px; padding: 14px 18px; }
/* ── RELATED ── */
.related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
gap: 12px; margin-top: 18px;
}
.related-card {
background: #fff; border: 1px solid var(–border); border-radius: 10px;
padding: 14px; text-decoration: none;
transition: transform 0.2s, box-shadow 0.2s; display: block;
}
.related-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.rc-cat { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(–accent); margin-bottom: 5px; }
.rc-title { font-size: 0.88rem; font-weight: 600; color: var(–text-dark); line-height: 1.4; }
@media (max-width: 600px) {
section { padding: 22px 16px; }
.step-block { padding: 22px 16px 18px; }
.summary-card { padding: 22px 18px; }
.brand-card { flex-direction: column; text-align: center; }
}

Possible FREE
EviDenS de Beauté
“The Special Mask” Sample!
This $95+ luxury French-Japanese face mask is being given away as a FREE sample by mail — no purchase, no credit card. Here’s exactly how to get yours.
What Is This Freebie?
EviDenS de Beauté — a luxury French-Japanese skincare brand — is running a targeted social media sampling campaign where select Facebook and Instagram users are being offered a free sample of their iconic “The Special Mask” shipped directly to their door, completely free.
The Special Mask retails for $95 or more and is one of the most talked-about luxury face masks in high-end skincare. It delivers an instantly transformative icy-fresh sensation, tightens pores, lifts the complexion, and leaves skin visibly brighter — from the very first use.
“In 4 weeks, skin is immediately brighter & less dull by 100%.” — Clinical auto-test, 22 subjects over 4 weeks.
EviDenS de Beauté uses Facebook and Instagram’s ad targeting to reach people interested in luxury skincare. The trick is to signal your interest to the algorithm — the steps below show you exactly how so the free sample ad shows up in your feed.
What You’ll Receive
Exactly What to Do — Quick Summary
Follow these 4 steps in order to trigger the free sample ad in your feed
-
1Go to their Facebook page and like it + like a few posts
Visit facebook.com/evidensdebeaute — like the page, like 3–5 posts, and leave a comment if you can. -
2Go to their Instagram and follow + like a few posts
Visit @evidensdebeaute on Instagram — follow the account and like several photos. -
3Search “EviDenS de Beauté The Special Mask” on Google, then visit the product page
Google the product name and click through to their official product page. Spend a minute browsing it. -
4Watch your Facebook & Instagram feeds — click the ad the moment you see it!
The sponsored free sample ad will appear in your feed. When it does, click it immediately and enter your mailing address. That’s it — free sample on its way!
Step 1 — Like on Facebook
Like & Engage on the EviDenS de Beauté Facebook Page
Visit the official EviDenS de Beauté Facebook page and like the page, like a few posts, and watch a video or two if they have any. This tells Facebook’s algorithm that you’re genuinely interested in the brand — making it far more likely their free sample ad will appear in your feed.
The more you engage, the faster the ad will find you. Even leaving a comment on a post helps!
Step 2 — Follow on Instagram
Follow & Like Posts on Instagram
Head over to the EviDenS de Beauté Instagram page and follow the account, like several posts, and view their Stories if available. Instagram and Facebook share ad targeting data, so engaging on both platforms doubles your chances of seeing the free sample offer.
Spend a minute or two scrolling through their feed and liking photos of The Special Mask — the algorithm will take note!
Step 3 — Search & Visit the Product Page
Search on Google & Visit the Official Product Page
Search for “EviDenS de Beauté The Special Mask” on Google — this cross-platform interest signal is one of the most powerful triggers for retargeting ads. Then click through to the official product page and spend a minute browsing it.
Visiting the product page places you directly in EviDenS de Beauté’s retargeting audience — the exact audience their free sample ad is shown to. This step is a game-changer!
Step 4 — Watch Your Feed & Claim It!
Keep an Eye on Facebook & Instagram — Then Claim Fast!
After completing steps 1–3, keep checking your Facebook and Instagram newsfeeds over the next few hours and days. The free sample ad may appear right away, or it could take a day or two — everyone’s algorithm is different.
When you see the sponsored post from EviDenS de Beauté offering a free sample, click it immediately and fill in your mailing address. These samples are limited and go fast — don’t wait!
Look for a sponsored post from @EviDenS de Beauté featuring The Special Mask with a “Get Sample” or “Learn More” button. Click it, enter your shipping address, and you’re done!
Complete all steps on both your phone and desktop for maximum exposure. Check your feed morning, afternoon, and evening for the next 2–3 days. The more you engage with luxury beauty content in general, the faster the ad will find you.
About The Special Mask
So what makes this $95+ mask worth going after? The Special Mask — also known as Le Masque Spécial — is EviDenS de Beauté’s hero product. Inspired by cryo-dermatology (the science of using cold to rejuvenate skin), it delivers a spectacular icy-fresh sensation the moment it touches your skin.
A Love Story Behind the Brand
In 2007, Frenchman Charles-Edouard Barthes founded EviDenS de Beauté as a love letter to his Japanese wife Eriko — a woman with sensitive skin who couldn’t find the perfect skincare. The brand fuses French elegance with Japanese cosmetic science, now celebrating 20+ years of luxury innovation.
Key Active Ingredients
💡 Beauty Tip: Put The Special Mask in the fridge before applying to enhance the icy-fresh effect and boost the formula’s effectiveness!
Frequently Asked Questions
More Free Samples & Giveaways
document.addEventListener(‘DOMContentLoaded’, function() {
// ── PROGRESS BAR (scroll only) ──
window.addEventListener(‘scroll’, function() {
var scrollTop = window.scrollY || document.documentElement.scrollTop;
var docHeight = document.documentElement.scrollHeight – window.innerHeight;
var pct = docHeight > 0 ? (scrollTop / docHeight) * 100 : 0;
var bar = document.getElementById(‘xp-bar’);
if (bar) bar.style.width = Math.min(pct, 100) + ‘%’;
});
// ── FAQ ACCORDION ──
document.querySelectorAll(‘.faq-q’).forEach(function(btn) {
btn.addEventListener(‘click’, function() {
var item = this.closest(‘.faq-item’);
if (!item) return;
var isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item.open’).forEach(function(el) { el.classList.remove(‘open’); });
if (!isOpen) item.classList.add(‘open’);
});
});
});
Helpful Freebie Mom Guides
Keep going