SCAN OLFACTIVE ✨ RECOMANDATION PARFUM
Scan Énergétique · TANIKA PARFUMS @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@200;300;400;500; 600&display=swap'); :root { --fond:#faf7f2; --encre:#1a1510; --or:#b8922a; --or-bg:rgba(184,146,42,0.08); --bord:rgba(184,146,42,0.2); --bord-f:rgba(184,146,42,0.1); --gris:#6b6258; } * { margin:0; padding:0; box-sizing:border-box; } body { font-family:'Jost',sans-serif; background:var(--fond); color:var(--encre); } body::before { content:''; position:fixed; inset:0; z-index:0; pointer-events:none; opacity:0.025; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size:200px; } .page { max-width:640px; margin:0 auto; position:relative; z-index:1; padding:60px 32px 80px; } @keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} } /* HEADER */ .header { text-align:center; padding-bottom:52px; position:relative; animation:fadeUp 0.7s ease both; } .header::after { content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:60px; height:1px; background:var(--or); } .brand { font-size:0.58rem; letter-spacing:7px; text-transform:uppercase; color:rgba(184,146,42,0.5); margin-bottom:20px; } .prod-icon { font-size:3rem; margin-bottom:20px; display:block; } .prod-badge { display:inline-block; padding:4px 18px; border:1px solid var(--bord); background:var(--or-bg); font-size:0.6rem; font-weight:600; letter-spacing:3px; text-transform:uppercase; color:var(--or); margin-bottom:18px; } .prod-name { font-family:'Cormorant Garamond',serif; font-size:2.4rem; font-weight:400; color:var(--encre); line-height:1.2; margin-bottom:10px; } .prod-tagline { font-family:'Cormorant Garamond',serif; font-size:1rem; font-style:italic; font-weight:300; color:var(--gris); letter-spacing:1px; margin-bottom:28px; } .prod-price { font-family:'Cormorant Garamond',serif; font-size:2.8rem; font-weight:400; color:var(--or); } /* SEP */ .sep { display:flex; align-items:center; gap:14px; margin:36px 0; } .sep-line { flex:1; height:1px; background:var(--bord-f); } .sep-sym { font-size:0.62rem; color:var(--or); letter-spacing:4px; opacity:0.6; } /* SECTIONS */ .section { margin:32px 0; animation:fadeUp 0.7s ease both; } .section-label { font-size:0.6rem; font-weight:600; letter-spacing:5px; text-transform:uppercase; color:var(--or); margin-bottom:8px; } .section-title { font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:400; color:var(--encre); margin-bottom:16px; line-height:1.3; } .section-text { font-size:0.86rem; font-weight:300; line-height:1.88; color:var(--gris); } .section-text strong { color:var(--encre); font-weight:500; } .section-text em { font-family:'Cormorant Garamond',serif; font-style:italic; color:var(--or); } /* INCLUS */ .inclus { display:flex; flex-direction:column; gap:0; margin-top:20px; } .inclus-item { display:flex; align-items:flex-start; gap:18px; padding:18px 0; border-bottom:1px solid var(--bord-f); } .inclus-item:last-child { border-bottom:none; } .inc-icon { font-size:1.2rem; flex-shrink:0; margin-top:1px; } .inc-title { font-size:0.72rem; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:var(--or); margin-bottom:4px; } .inc-desc { font-size:0.82rem; font-weight:300; color:var(--gris); line-height:1.65; } /* ÉTAPES */ .etapes { display:flex; flex-direction:column; gap:0; margin-top:20px; } .etape { display:flex; align-items:flex-start; gap:20px; padding:20px 0; border-bottom:1px solid var(--bord-f); } .etape:last-child { border-bottom:none; } .et-num { font-family:'Cormorant Garamond',serif; font-size:2.2rem; font-weight:300; font-style:italic; color:var(--or); opacity:0.3; line-height:1; flex-shrink:0; width:36px; } .et-title { font-size:0.72rem; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:var(--encre); margin-bottom:5px; } .et-desc { font-size:0.82rem; font-weight:300; color:var(--gris); line-height:1.65; } /* CITATION */ .citation { padding:28px 26px; border-left:2px solid var(--or); background:var(--or-bg); margin:8px 0; } .citation-text { font-family:'Cormorant Garamond',serif; font-size:1.05rem; font-style:italic; font-weight:300; color:var(--encre); line-height:1.85; margin-bottom:10px; } .citation-by { font-size:0.58rem; letter-spacing:4px; text-transform:uppercase; color:var(--or); } /* NOTICE */ .notice { background:var(--or-bg); border:1px solid var(--bord); padding:22px 24px; margin-top:8px; } .notice-title { font-size:0.6rem; letter-spacing:4px; text-transform:uppercase; color:var(--or); margin-bottom:10px; font-weight:600; } .notice p { font-size:0.82rem; font-weight:300; line-height:1.8; color:var(--gris); } .notice p strong { color:var(--encre); font-weight:500; } /* CTA */ .cta-wrap { margin-top:36px; text-align:center; } .cta-btn { display:inline-block; padding:16px 48px; background:var(--encre); color:var(--fond); text-decoration:none; font-size:0.72rem; font-weight:500; letter-spacing:4px; text-transform:uppercase; font-family:'Jost',sans-serif; transition:background 0.3s ease; cursor:pointer; border:none; width:100%; } .cta-btn:hover { background:var(--or); } .cta-note { font-size:0.72rem; font-weight:300; color:var(--gris); opacity:0.6; margin-top:12px; font-style:italic; font-family:'Cormorant Garamond',serif; } /* FOOTER */ .footer { margin-top:56px; padding-top:28px; border-top:1px solid var(--bord-f); display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:16px; } .footer-brand { font-family:'Cormorant Garamond',serif; font-size:1.2rem; font-weight:300; letter-spacing:6px; color:var(--or); } .footer-meta { text-align:right; font-size:0.6rem; letter-spacing:2px; text-transform:uppercase; color:var(--gris); opacity:0.45; line-height:1.9; } TANIKA PARFUMS · Guidance Olfactive 🔮 Essentiel · Scan Vibratoire Scan Énergétiqueau Pendule "Votre vibration révélée, vos essences identifiées" 29,99 € Le Produit Votre première portedans l'univers TANIKA Je me connecte à votre énergie à distance et réalise une lecture complète de votre champ vibratoire au pendule. Le scan révèle vos fréquences dominantes, vos blocages énergétiques du moment et les notes olfactives qui vous correspondent — celles qui harmonisent, ancrent et amplifient votre vibration.Vous recevez votre synthèse complète sous format PDF, envoyée directement à votre adresse email sous 48 à 72h. ◈ Ce que vous recevez Votre SynthèsePersonnalisée 🔮 Scan au Pendule Lecture complète de votre champ énergétique réalisée à distance avec votre prénom et votre intention du moment. ✦ Analyse Vibratoire Identification de votre état fréquentiel, de vos forces dominantes et de vos blocages énergétiques actuels. 🌺 Notes Olfactives Recommandées Les familles d'essences les plus alignées à votre vibration — pour guider vos choix olfactifs au quotidien. 📄 Synthèse PDF Document personnel envoyé par email sous 48 à 72h après votre commande. ◈ Comment ça se passe Les étapes devotre expérience 1 Vous commandez Votre commande est validée sur Shopify. Vous recevez un email de confirmation de TANIKA PARFUMS. 2 Je vous contacte Je vous envoie un court questionnaire — votre prénom et votre intention suffisent. Vous pouvez aussi partager vos notes olfactives préférées. 3 Je réalise votre scan La lecture vibratoire est réalisée au pendule sous 48h. Votre synthèse PDF est rédigée avec soin. 4 Vous recevez votre synthèse Votre document personnalisé est envoyé à votre email. Votre vibration révélée, vos essences identifiées. "Le pendule révèle ce que l'âme sait déjà — votre fragrance idéale est déjà en vous." NOSSANE COULIBALY · TANIKA PARFUMS ✦ Informations pratiques Scan réalisé 100% à distance — aucun déplacement nécessaire. Résultats envoyés par email sous 48 à 72h. Document confidentiel et personnel. Recevoir mon scan ✦ [email protected] · Expédition digitale TANIKA PARFUMS by NOSSANE COULIBALYGuidance Olfactive Vibratoire