Score a FREE Luxury Italian Shower Gel Delivered to Your Door

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
font-family: Georgia, ‘Times New Roman’, serif;
background: #f0fdfa;
color: #134e4a;
font-size: 17px;
line-height: 1.7;
}
/* ── BRITTANY BAR ── */
.brittany-bar {
background: #fce7f3;
border-bottom: 2px solid #fbcfe8;
text-align: center;
padding: 13px 20px;
font-family: Arial, sans-serif;
font-size: 0.92rem;
color: #831843;
font-weight: 600;
}
.brittany-bar strong { color: #be185d; }
/* ── HERO ── */
.hero {
background: linear-gradient(180deg, #ccfbf1 0%, #99f6e4 60%, #5eead4 100%);
text-align: center;
padding: 50px 20px 44px;
border-bottom: 3px solid #2dd4bf;
}
.hero-badge {
display: inline-block;
background: #be185d;
color: #fff;
font-family: Arial, sans-serif;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 6px 18px;
border-radius: 50px;
margin-bottom: 20px;
}
.hero h1 {
font-family: Georgia, serif;
font-size: clamp(1.9rem, 5.5vw, 3.2rem);
font-weight: 700;
color: #134e4a;
line-height: 1.1;
margin-bottom: 14px;
}
.hero h1 .hl { color: #0f766e; }
.hero-sub {
font-size: clamp(1rem, 2.2vw, 1.15rem);
color: #1f5c57;
max-width: 600px;
margin: 0 auto 26px;
line-height: 1.7;
}
.hero-sub strong { color: #0f766e; }
.hero-img {
max-width: 500px;
width: 100%;
border-radius: 16px;
box-shadow: 0 8px 32px rgba(15,118,110,0.2);
margin: 0 auto 28px;
display: block;
}
/* ── CTA BUTTON ── */
.cta-btn {
display: inline-block;
background: #0f766e;
color: #fff;
font-family: Arial, sans-serif;
font-size: clamp(0.95rem, 2.5vw, 1.15rem);
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
padding: 18px 46px;
border-radius: 50px;
text-decoration: none;
box-shadow: 0 6px 24px rgba(15,118,110,0.35);
transition: background 0.15s, transform 0.1s;
}
.cta-btn:hover { background: #0d9488; transform: scale(1.03); }
.cta-btn.pink {
background: #be185d;
box-shadow: 0 6px 24px rgba(190,24,93,0.3);
}
.cta-btn.pink:hover { background: #9d174d; }
.cta-note {
display: block;
font-family: Arial, sans-serif;
font-size: 0.8rem;
color: #4b5563;
margin-top: 10px;
}
/* ── TRUST PILLS ── */
.trust-strip {
display: flex;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
margin-top: 24px;
}
.trust-pill {
background: #fff;
border: 1.5px solid #99f6e4;
border-radius: 50px;
padding: 6px 14px;
font-family: Arial, sans-serif;
font-size: 0.8rem;
font-weight: 600;
color: #0f766e;
}
/* ── WRAP ── */
.wrap {
max-width: 760px;
margin: 0 auto;
padding: 0 16px 60px;
}
/* ── BRITTANY CARD ── */
.brittany-card {
background: #fff0f6;
border: 2px solid #fbcfe8;
border-radius: 14px;
padding: 22px 24px;
margin: 28px 0;
display: flex;
align-items: flex-start;
gap: 16px;
}
.bc-avatar {
width: 52px; height: 52px;
background: linear-gradient(135deg, #db2777, #9d174d);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 1.5rem; flex-shrink: 0;
}
.bc-text strong {
display: block;
font-family: Arial, sans-serif;
font-size: 1rem; font-weight: 800;
color: #9d174d; margin-bottom: 6px;
}
.bc-text p {
font-family: Arial, sans-serif;
font-size: 0.93rem; color: #6b21a8;
line-height: 1.65; margin: 0;
}
.bc-text p em { color: #be185d; font-style: normal; font-weight: 700; }
/* ── SECTION CARD ── */
.card {
background: #fff;
border-radius: 14px;
padding: 30px 30px;
margin: 22px 0;
border: 1.5px solid #ccfbf1;
box-shadow: 0 2px 10px rgba(15,118,110,0.07);
}
.card h2 {
font-family: Georgia, serif;
font-size: 1.45rem;
font-weight: 700;
color: #134e4a;
margin-bottom: 14px;
line-height: 1.25;
}
.card h2 .hl { color: #0f766e; }
.card p {
color: #374151;
margin-bottom: 14px;
line-height: 1.8;
font-family: Georgia, serif;
}
.card p:last-child { margin-bottom: 0; }
.card p strong { color: #134e4a; }
/* ── HIGHLIGHT BOX ── */
.highlight-box {
background: #f0fdfa;
border: 2px solid #5eead4;
border-radius: 10px;
padding: 16px 20px;
margin: 18px 0;
display: flex; align-items: center; gap: 12px;
}
.highlight-box .hb-icon { font-size: 1.8rem; flex-shrink: 0; }
.highlight-box .hb-text strong {
display: block;
font-family: Arial, sans-serif;
font-weight: 800; color: #0f766e; font-size: 0.97rem;
margin-bottom: 2px;
}
.highlight-box .hb-text span {
font-family: Arial, sans-serif;
font-size: 0.86rem; color: #374151;
}
/* ── SCENT GRID ── */
.scent-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
gap: 12px; margin: 18px 0;
}
.scent-card {
background: #f0fdfa;
border: 1.5px solid #99f6e4;
border-radius: 10px;
padding: 16px 12px;
text-align: center;
}
.scent-card .sc-icon { font-size: 1.8rem; margin-bottom: 7px; }
.scent-card .sc-name {
font-family: Arial, sans-serif;
font-weight: 800; color: #134e4a; font-size: 0.92rem; margin-bottom: 4px;
}
.scent-card .sc-desc {
font-family: Arial, sans-serif;
font-size: 0.78rem; color: #4b5563; line-height: 1.4;
}
/* ── INGREDIENT LIST ── */
.ingredient-list { list-style: none; padding: 0; margin: 14px 0; }
.ingredient-list li {
display: flex; align-items: flex-start; gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #e5e7eb;
}
.ingredient-list li:last-child { border-bottom: none; }
.ingredient-list .ii { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.ingredient-list .it strong {
display: block; font-family: Arial, sans-serif;
font-weight: 700; color: #134e4a; margin-bottom: 2px;
}
.ingredient-list .it span {
font-family: Arial, sans-serif;
font-size: 0.84rem; color: #4b5563; line-height: 1.55;
}
/* ── STEPS ── */
.steps { list-style: none; padding: 0; margin: 14px 0; }
.steps li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.sn {
background: #0f766e; color: #fff;
font-family: Arial, sans-serif; font-weight: 900;
width: 36px; height: 36px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0; font-size: 0.95rem;
}
.sb strong {
display: block; font-family: Arial, sans-serif;
font-weight: 700; color: #134e4a; margin-bottom: 3px;
}
.sb span {
font-family: Arial, sans-serif;
color: #4b5563; font-size: 0.92rem; line-height: 1.6;
}
/* ── ALEXA BOX ── */
.alexa-box {
background: #eff6ff;
border: 2px solid #bfdbfe;
border-radius: 12px;
padding: 20px 22px;
margin: 18px 0;
display: flex; align-items: center; gap: 14px;
}
.alexa-box .ab-icon { font-size: 2.2rem; flex-shrink: 0; }
.alexa-box .ab-text strong {
display: block; font-family: Arial, sans-serif;
font-size: 0.78rem; font-weight: 800;
color: #1e40af; margin-bottom: 6px;
letter-spacing: 0.06em; text-transform: uppercase;
}
.alexa-phrase {
font-family: Arial, sans-serif;
font-size: 1.05rem; font-weight: 800;
color: #1e3a8a;
background: #dbeafe;
border: 1.5px solid #93c5fd;
border-radius: 8px;
padding: 10px 16px;
display: inline-block;
margin: 4px 0;
}
.alexa-box .ab-text span {
display: block; margin-top: 7px;
font-family: Arial, sans-serif;
font-size: 0.83rem; color: #374151;
}
/* ── TESTIMONIALS ── */
.testi-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: 12px; margin: 18px 0;
}
.testi {
background: #f0fdfa;
border-radius: 10px;
padding: 16px;
border-left: 4px solid #0d9488;
}
.testi .stars { color: #f59e0b; font-size: 0.9rem; margin-bottom: 7px; }
.testi .quote {
font-family: Georgia, serif;
font-size: 0.88rem; color: #374151;
font-style: italic; line-height: 1.6; margin-bottom: 9px;
}
.testi .author {
font-family: Arial, sans-serif;
font-size: 0.78rem; font-weight: 700; color: #0f766e;
}
/* ── PRODUCT IMAGE ── */
.product-img-wrap { text-align: center; margin: 20px 0; }
.product-img-wrap img {
max-width: 260px; width: 100%; height: auto;
border-radius: 14px;
box-shadow: 0 6px 22px rgba(15,118,110,0.15);
}
/* ── DETAILS BOX ── */
.details-box {
background: #fefce8;
border: 2px solid #fde68a;
border-radius: 10px;
padding: 16px 20px;
margin: 18px 0;
display: flex; align-items: flex-start; gap: 12px;
}
.details-box .db-icon { font-size: 1.6rem; flex-shrink: 0; }
.details-box .db-text strong {
display: block; font-family: Arial, sans-serif;
font-weight: 800; color: #92400e; margin-bottom: 4px;
}
.details-box .db-text span {
font-family: Arial, sans-serif;
font-size: 0.87rem; color: #78350f; line-height: 1.6;
}
/* ── FAQ ── */
.faq-item { border-bottom: 1px solid #e5e7eb; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
width: 100%; background: none; border: none; cursor: pointer;
text-align: left; padding: 15px 0;
font-family: Arial, sans-serif;
font-size: 0.96rem; font-weight: 700;
color: #134e4a;
display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.faq-q:hover { color: #0f766e; }
.faq-icon { font-size: 1.2rem; color: #0f766e; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
display: none; padding: 0 0 15px;
font-family: Arial, sans-serif;
color: #374151; font-size: 0.92rem; line-height: 1.75;
}
.faq-item.open .faq-a { display: block; }
/* ── FINAL CTA ── */
.final-cta {
background: linear-gradient(160deg, #ccfbf1 0%, #99f6e4 60%, #5eead4 100%);
border: 2px solid #2dd4bf;
border-radius: 18px;
padding: 44px 30px;
text-align: center;
margin: 28px 0;
}
.final-cta h2 {
font-family: Georgia, serif;
font-size: clamp(1.5rem, 4.5vw, 2.2rem);
font-weight: 700; color: #134e4a;
line-height: 1.15; margin-bottom: 12px;
}
.final-cta h2 .hl { color: #0f766e; }
.final-cta p {
font-family: Arial, sans-serif;
color: #1f5c57; max-width: 480px;
margin: 0 auto 26px;
font-size: 0.97rem; line-height: 1.7;
}
.final-trust {
display: flex; justify-content: center;
gap: 10px; flex-wrap: wrap; margin: 22px 0 0;
}
.ft-badge {
background: #fff;
border: 1.5px solid #99f6e4;
border-radius: 8px;
padding: 7px 13px;
font-family: Arial, sans-serif;
font-size: 0.8rem; color: #0f766e; font-weight: 600;
}
/* ── RELATED ── */
.related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: 12px; margin: 14px 0;
}
.related-card {
background: #fff;
border: 1.5px solid #e5e7eb;
border-radius: 10px; padding: 13px;
text-decoration: none; display: block;
transition: border-color 0.2s, transform 0.15s;
}
.related-card:hover { border-color: #0d9488; transform: translateY(-2px); }
.rc-cat {
font-family: Arial, sans-serif;
font-size: 0.68rem; font-weight: 700;
letter-spacing: 0.08em; text-transform: uppercase;
color: #0f766e; margin-bottom: 5px;
}
.rc-title {
font-family: Arial, sans-serif;
font-size: 0.87rem; font-weight: 600;
color: #1f2937; line-height: 1.4;
}
/* ── DISCLAIMER ── */
.disclaimer {
font-family: Arial, sans-serif;
font-size: 0.72rem; color: #6b7280;
text-align: center; margin-top: 18px;
line-height: 1.6;
}
/* ── AD SLOT ── */
.ad-slot { margin: 4px 0; }
@media (max-width: 600px) {
.card { padding: 20px 15px; }
.final-cta { padding: 30px 16px; }
.brittany-card { flex-direction: column; }
}
Score a FREE Luxury
Italian Shower Gel
Delivered to Your Door
Tesori d’Oriente Ayurveda Shower Gel — an Italian spa-quality body wash
infused with Amla & Patchouli — is being given away as a free 30ml sample.
All you need is Amazon Alexa. Here’s exactly how to get yours.

✅ YES! GET MY FREE SAMPLE →
Free shipping included. No credit card. No purchase required.
One of our amazing community members, Brittany, sent this freebie our way and we are SO glad she did! This is exactly the kind of find we love — a genuinely luxurious product you can try completely free. Brittany, you’re a gem! If you’ve got a freebie tip to share, send it our way — we might feature yours next!
Wait — A Free Luxury Shower Gel? Tell Me More.
An Italian spa-quality body wash inspired by ancient Ayurvedic beauty rituals. Yours free, delivered to your door.
Yes, this is the real deal. Tesori d’Oriente — which translates to “Treasures of the Orient” in Italian — is a beloved European luxury bath brand that has been transforming everyday showers into spa-like rituals for years. Their products are sold at premium retailers across Europe and are increasingly popular in the US.
Right now, through the Send Me a Sample program powered by Amazon Alexa, you can request a free 30ml sample of their Ayurveda Shower Gel — delivered straight to your mailbox at absolutely no cost. No shipping fees. No credit card. Nothing to buy. Just a gorgeous little bottle of Italian luxury showing up at your door.
This is a genuine brand sampling campaign — Tesori d’Oriente wants new customers in the US to try their product, so they’re giving it away. That’s it. There is no catch.
What Makes This Shower Gel So Special?
This isn’t your average drugstore body wash. Tesori d’Oriente’s Ayurveda line draws inspiration from the ancient Indian wellness philosophy of Ayurveda — a 5,000-year-old system of natural healing that emphasizes balance between body, mind, and spirit. The result is a shower gel that doesn’t just clean — it’s a full sensory experience.
The formula is built around two hero ingredients — Amla and Patchouli — that have been used in Ayurvedic beauty rituals for centuries. Combined with essential oils of orange, lemon, and sesame, the result is a creamy, richly lathering gel that leaves skin feeling soft, nourished, and subtly scented long after you step out of the shower.
Reviewers consistently describe the scent as “perfectly balanced” — the earthy depth of patchouli is lifted by bright citrus notes of orange and lemon, with a subtle spicy warmth underneath. It’s exotic without being overpowering, and it lingers beautifully on skin.
The Scent Profile
Here’s what you’ll experience when you open that bottle:
The Key Ingredients Inside
Every ingredient in this formula has a purpose. Here’s what’s doing the work:
-
🫐Amla (Indian Gooseberry) Oil
One of Ayurveda’s most prized ingredients. Rich in Vitamin C and antioxidants, Amla nourishes and conditions the skin while helping to maintain its natural radiance. It has been used in Indian beauty rituals for thousands of years. -
🌿Patchouli Essential Oil
Deeply relaxing and grounding, patchouli has natural skin-soothing properties and a rich, warm fragrance that lingers on skin. It is a cornerstone of Ayurvedic aromatherapy. -
🌱Sesame Seed Oil
A traditional Ayurvedic moisturizer, sesame oil is deeply nourishing and helps lock in hydration. It leaves skin feeling soft and supple without any greasy residue. -
🌵Aloe Vera Leaf Water
Soothing and hydrating, aloe vera calms the skin and helps maintain moisture balance — especially important for those with sensitive or dry skin. -
🍊Orange & Lemon Essential Oils
Natural citrus oils that brighten the formula’s fragrance and provide a gentle, uplifting aromatherapy effect. They also have natural antioxidant properties.
What People Are Saying About It
Tesori d’Oriente has a devoted following across Europe and is quickly winning fans in the US. Here’s what shoppers who’ve tried the Ayurveda line are saying:
How to Get Your Free Sample — Step by Step
This one requires Amazon Alexa, but it’s genuinely simple. Here’s exactly what to do:
-
1Visit the Send Me a Sample Page
Click the button on this page to go to the official Tesori d’Oriente sample page at sendmeasample.com. You’ll see the full offer details and terms there. -
2Create Your Free Send Me a Sample Account
If you don’t already have one, register for a free account via the Amazon Alexa app. Fill in your name, address, and email, then confirm your email address. This takes about 2 minutes. -
3Ask Alexa for Your Sample
Open the Amazon Alexa app (or speak to your Alexa device) and say the phrase below. Alexa will confirm your request and a confirmation email will follow.
Alexa will confirm your request. You’ll receive a confirmation email, and your sample will arrive within 28 days — free shipping included.
-
4Check Your Email for Confirmation
Once Alexa processes your request, you’ll get a confirmation email from Send Me a Sample. That’s it — your free sample is on its way! -
5Enjoy Your Free Luxury Shower Gel
Allow up to 28 days for delivery. When your little teal tube arrives, treat yourself to a proper spa-style shower moment. You’ve earned it!
Open to US residents 18+. Limit 1 per person and 1 per address. Available while the 25,000 samples last. Campaign runs through May 16, 2026. Shipping is 100% free — no payment required at any step.
Your Questions Answered
More Freebies & Giveaways You’ll Love
A Free Italian Luxury Shower Gel
Delivered to Your Door?
Yes, Please.
Thanks again to Brittany for sharing this gem with us! This is a genuinely lovely freebie — a spa-quality shower gel with an exotic Ayurvedic fragrance, completely free with free shipping. All it takes is a quick Alexa request. Go get yours!
🌿 GET MY FREE TESORI SAMPLE →
Free shipping. No purchase. Available while samples last.
Freebie Mom is an affiliate and ad-supported site. We may earn a commission when you click links on this page. All opinions are our own. This offer is provided by Send Me a Sample and Tesori d’Oriente. Subject to availability. US residents 18+ only. 1 per person/address. See sendmeasample.com/tesori for full terms and conditions.
document.addEventListener(‘DOMContentLoaded’, function() {
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