Skip to main content
DUO-kit + TA-DA Serum
DUO-kit + TA-DA Serum

DUO-kit + TA-DA Serum

1 498 kr
1 798 kr
Tax included.

These products make up a complete skincare routine that helps balance the skin’s endocannabinoid system and microbial diversity. By doing so, you can achieve optimal skin health with increased radiance, elasticity, glow, and firmness. Additionally, your skin becomes more hydrated and more resistant to inflammation. In simpler terms, you get healthier skin in both the short and long term. Don’t miss this opportunity to try a truly unique skincare concept that’s unlike anything you’ve ever experienced. Your skin will thank you <3!

A Brief Note on Our Hydrating Product — TA-DA Serum


Our fourth skincare product, **TA-DA Serum**, is far from an ordinary skincare product and is not applied like a traditional serum. Let me explain why…

The idea behind TA-DA Serum was to create a product that would help **The ONE Facial Oil** and **I LOVE Facial Oil** reach their full potential. Both of these oils are fantastic, but for some people, a very large amount was needed per application—especially during fall and winter. The goal, therefore, was to develop a product containing a sufficiently high amount of CBG to affect the skin’s endocannabinoid system without costing a fortune when packaged in a larger size.

After testing numerous percentages of CBG and various carrier oils, the final result was astonishing—what we now call **TA-DA Serum**.

The Important Part — How to Use This Product


According to the “traditional” skincare industry, serum is always the first product applied. That’s considered standard practice. But as you might have realized by now, we’re anything but traditional ;)

Our aim is to use TA-DA to truly nourish the skin **after** applying **The ONE** in the morning and **I LOVE** at night.

Here’s how to use it:

Morning Routine:
1. Rinse your face with cold/lukewarm water.
2. Apply 3–4 drops of **The ONE Facial Oil**.
3. Apply 1–2 pumps of **TA-DA Serum**. Adjust the amount so your skin feels thoroughly saturated.

Evening Routine:
1. If you’ve worn makeup or been in polluted environments, remove residues with a natural makeup remover (for example, this one – *Click here!*).
2. Apply 3–4 drops of **I LOVE Facial Oil**.
3. Apply 1–2 pumps of **TA-DA Serum**. Again, adjust the amount until your skin feels thoroughly saturated.

Ultimately, our goal is for your skin to become so self-sufficient it no longer needs any skincare at all (not even our concept). When you’re no longer our customer—or anyone else’s—that’s when our mission is accomplished.

- Learn more about **The ONE Facial Oil** – *Click here!*
- Learn more about **I LOVE Facial Oil** – *Click here!*
- Learn more about **TA-DA Serum** – *Click here!*

### 100% Satisfaction Guarantee

We’re so convinced you’ll love our concept that we offer a 100% satisfaction guarantee.

This means you can purchase the products and try them for 14 days. If you’re not satisfied, simply send them back to us. The only cost you cover is the return shipping. 

Pairs well with

Customer Reviews

Based on 123 reviews
77%
(95)
19%
(23)
1%
(1)
1%
(1)
2%
(3)
B
Boel Wranger
TACK!

Kan absolut inte leva utan!!!

C
Caroline Lindgren
Räddare i nöden

Min peroral dermatit lugnade sig efter endast några dagars behandling. Började försiktig introduktion då mina tidigare produkter började ta slut så började med serumet och då blev huden mest fet men när alla tre produkterna började användas så blev allt super

A
Anonym
Nöjd kund

Tack, fina produkter och trevligt bemötande. Rengöringen fungerar väldigt bra, likaså Duo kit och serum. Mjuk hy och fin lyster!

Tusen, tusen tack för dina fina ord <3!

M
Mikaela
Nöjd

Älskar dessa oljor. Haft stora problem med min hud och akne under större delen av mitt vuxna liv då jag har PCOS. Jag är 36 år gammal idag och har testat det mesta. Huden är lugnare än på länge och den älskar verkligen oljorna även om jag inte blivit helt fri från mina problem än. Har använt oljorna i ungefär 1 månad nu och är mycket hoppfull! Huden känns lugn och återfuktad.

Tusen, tusen tack för dina fina ord Mikaela <3! Vi är så tacksamma över att du delar med dig!

E
Emma
DUO-kit

Känns verkligen att huden är i balans och med sådan lyster efter att använt denna i några månader tillsammans med serumet!

Tusen tack för dina fina ord Emma <3! Så kul att du gillar konceptet!

// Grundläggande styling chatButton.style.position = "fixed"; chatButton.style.bottom = "20px"; chatButton.style.right = "20px"; chatButton.style.margin = "0"; chatButton.style.padding = "10px 15px"; chatButton.style.backgroundColor = "#fcb237"; chatButton.style.color = "#000"; chatButton.style.fontSize = "14px"; chatButton.style.fontWeight = "bold"; chatButton.style.border = "none"; chatButton.style.borderRadius = "30px"; chatButton.style.boxShadow = "0 2px 6px rgba(0,0,0,0.2)"; chatButton.style.cursor = "pointer"; chatButton.style.zIndex = "9999"; chatButton.style.transition = "transform 0.2s"; chatButton.style.maxWidth = "150px"; chatButton.style.whiteSpace = "nowrap"; // Hover-effekt chatButton.addEventListener("mouseover", () => { chatButton.style.transform = "scale(1.05)"; }); chatButton.addEventListener("mouseout", () => { chatButton.style.transform = "scale(1)"; }); // Skapa overlay const overlay = document.createElement("div"); overlay.style.position = "fixed"; overlay.style.top = "0"; overlay.style.left = "0"; overlay.style.width = "100vw"; overlay.style.height = "100vh"; overlay.style.backgroundColor = "rgba(0, 0, 0, 0.5)"; overlay.style.display = "none"; overlay.style.justifyContent = "center"; overlay.style.alignItems = "center"; overlay.style.zIndex = "9998"; // Stäng-knapp const closeButton = document.createElement("button"); closeButton.innerHTML = "×"; closeButton.style.position = "absolute"; closeButton.style.top = "20px"; closeButton.style.right = "20px"; closeButton.style.fontSize = "28px"; closeButton.style.color = "#fff"; closeButton.style.background = "transparent"; closeButton.style.border = "none"; closeButton.style.cursor = "pointer"; closeButton.style.zIndex = "10000"; // Öppna/stäng overlay chatButton.addEventListener("click", () => { overlay.style.display = "flex"; chatButton.style.display = "none"; }); closeButton.addEventListener("click", () => { overlay.style.display = "none"; chatButton.style.display = "block"; }); // Skapa iframe const chatFrame = document.createElement("iframe"); chatFrame.src = "https://bot-1wat.onrender.com"; chatFrame.style.width = "90%"; chatFrame.style.maxWidth = "400px"; chatFrame.style.height = "80%"; chatFrame.style.border = "none"; chatFrame.style.borderRadius = "10px"; chatFrame.style.boxShadow = "0 4px 8px rgba(0,0,0,0.2)"; // Om skärmen är minst 768px => större if (window.matchMedia("(min-width: 768px)").matches) { chatFrame.style.width = "80%"; chatFrame.style.maxWidth = "700px"; } // Lägg ihop allt overlay.appendChild(chatFrame); overlay.appendChild(closeButton); document.body.appendChild(overlay); document.body.appendChild(chatButton); // Stänger om man klickar på overlay-bakgrunden overlay.addEventListener("click", (e) => { if (e.target === overlay) { overlay.style.display = "none"; chatButton.style.display = "block"; } }); });