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 127 reviews
77%
(98)
19%
(24)
1%
(1)
1%
(1)
2%
(3)
L
Lovisa Gustavsson
Duo-kit + serum

Jag tycker mycket om era oljor The one och I love som jag använt under en ganska lång period nu. Jag anser att ju längre tid jag använt produkterna desto mindre av produkterna behöver jag använda, detta eftersom jag aldrig blir så uttorkad i huden (som man ju blir av många andra ansiktsprodukter)
Serumet är inte min favorit, känner en "stickig" känsla i ansiktet av den. Brukar bara lägga lite serum längst ut i kanterna av ansiktet.

N
Newsletter

Wow-produkter. Huden får lyster och blir "behaglig"
Akne och eksem "försvinner"
Rekommenderas varmt

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

M
Martha Östlund
Duo kit

Allt en behöver för ansiktsvård. Så bra!

Tusen tack för dina fina ord Martha <3! Vi är väldigt tacksamma för din fina recension!

I
Isabell
Lugnar en stressad hud

Upplever att kitet hjälper min hus med torrhet, eksem och irritation att lugna sig och återhämta sig. Köper igen!

Tusen tack för dina fina ord Isabell <3! Vi uppskattar det verkligen!

B
Boel Wranger
TACK!

Kan absolut inte leva utan!!!

Tusen tack för dessa fina ord Boel <3! Vi är så tacksamma för att du delar med dig!

// 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"; } }); });