Tisane Richter Circulation - 20 sachets - Ernst Richter's
🌿 100% plantes 🇩🇪 Qualité allemande 📦 20 sachets Tisane circulation Ernst Richter's L'art de l'herboristerie traditionnelle pour des jambes légères Une infusion naturelle aux plant es rigoureusement sélectionnées pour favoriser une circulation sanguine harmonieuse et soulager les sensations de jambes lourdes. Pourquoi choisir cette tisane ? 🦵 Jambes légères Soulage naturellement les sensations de lourdeur et d'inconfort dans les jambes 💨 Circulation fluide Favorise une circulation sanguine harmonieuse grâce à une synergie de 6 plantes 🌱 100% naturelle Sans arômes artificiels ni conservateurs, dans le respect des plantes ✨ Bien-être quotidien Un rituel apaisant qui accompagne votre hygiène de vie au quotidien 6 plantes aux vertus reconnues 🌾 Fenouil Riche en potassium, il agit comme un vasodilatateur naturel pour détendre les vaisseaux sanguins 🍃 Menthe Réduit la dilatation veineuse et apaise les sensations d'inconfort dans les jambes 🫐 Baies d'aubépine Favorise la circulation et contribue à tonifier les parois vasculaires 🌿 Mélisse Vertus apaisantes qui complètent la synergie circulatoire 🪴 Romarin Propriétés stimulantes reconnues pour la circulation sanguine 🍬 Racine de réglisse Apporte une touche de douceur naturelle et des propriétés bienfaisantes Comment préparer votre tisane ? 1 Faites chauffer l'eau Portez 200 ml d'eau à ébullition 2 Infusez Plongez un sachet et laissez infuser 5 à 10 minutes 3 Savourez Dégustez chaude et profitez des bienfaits 💡 Conseil : Ajustez le temps d'infusion selon vos préférences pour une intensité optimale des saveurs et des bienfaits. Cette tisane est faite pour vous si... 👩💼 Vous travaillez debout ou assis(e) de longues heures 🌡️ Vous souffrez de jambes lourdes, surtout en été 🧘 Vous cherchez une solution naturelle pour votre bien-être Informations pratiques 📦 Contenance 20 sachets filtres 🏭 Marque Ernst Richter's 🌿 Type Tisane circulation ⏱️ Infusion 5-10 minutes ⚠️ Précautions d'emploi Réservée à l'adulte Déconseillée aux femmes enceintes ou allaitantes Ne pas utiliser de manière prolongée sans avis médical Consulter un professionnel de santé en cas de troubles persistants 🍵 Offrez à vos jambes le soulagement naturel qu'elles méritent avec la tradition centenaire de l'herboristerie Ernst Richter's :root { /* Couleurs principales */ --erc-cream: #f8f6f1; --erc-white: #ffffff; --erc-primary: #0077B6; --erc-primary-dark: #005a8c; --erc-primary-light: #e6f3fa; --erc-secondary: #FFD60A; --erc-secondary-dark: #e6c000; --erc-accent: #2D6A4F; --erc-accent-light: #e8f5e9; /* Textes */ --erc-text: #1a1a1a; --erc-text-light: #5a5a5a; /* Effets */ --erc-border: #e0e0e0; --erc-shadow: 0 4px 24px rgba(0,0,0,.08); --erc-shadow-lg: 0 12px 48px rgba(0,0,0,.15); --erc-radius: 20px; --erc-radius-sm: 12px; } /* === CONTENEUR === */ .erc-premium { max-width: 1200px; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem); background: var(--erc-cream); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: var(--erc-text); line-height: 1.6; } .erc-premium * { box-sizing: border-box; } /* === HERO === */ .erc-hero { position: relative; background: linear-gradient(135deg, var(--erc-primary) 0%, var(--erc-primary-dark) 40%, #003d5c 100%); border-radius: var(--erc-radius); padding: clamp(3rem, 7vw, 5rem) clamp(2rem, 5vw, 4rem); margin-bottom: clamp(3rem, 6vw, 5rem); overflow: hidden; box-shadow: var(--erc-shadow-lg); } .erc-hero-pattern { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle at 20% 80%, rgba(255,214,10,.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(45,106,79,.2) 0%, transparent 40%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 Q35 15 30 25 Q25 15 30 5' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/svg%3E"); opacity: .8; } .erc-hero-content { position: relative; z-index: 1; text-align: center; } .erc-badges-top { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 1.5rem; } .erc-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--erc-primary-dark); box-shadow: 0 2px 12px rgba(0,0,0,.1); transition: all .3s ease; } .erc-badge:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 4px 20px rgba(0,0,0,.15); } .erc-hero-title { display: block; color: white; font-size: clamp(32px, 7vw, 52px); font-weight: 900; margin: 0 0 1rem 0; letter-spacing: -.04em; text-shadow: 0 4px 20px rgba(0,0,0,.2); } .erc-subtitle { color: var(--erc-secondary); font-size: clamp(18px, 3vw, 24px); font-weight: 600; margin: 0 0 1.5rem 0; text-shadow: 0 2px 10px rgba(0,0,0,.1); } .erc-description { color: rgba(255,255,255,.9); font-size: clamp(16px, 2vw, 19px); max-width: 700px; margin: 0 auto; line-height: 1.7; } /* === SECTIONS === */ .erc-section { margin-bottom: clamp(3rem, 6vw, 5rem); } .erc-premium h2 { font-size: clamp(26px, 5vw, 36px); font-weight: 900; color: var(--erc-primary-dark); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); text-align: center; letter-spacing: -.03em; position: relative; padding-bottom: 1rem; } .erc-premium h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: linear-gradient(90deg, var(--erc-primary), var(--erc-secondary)); border-radius: 2px; } /* === GRILLES === */ .erc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; } .erc-grid-ingredients { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .erc-grid-three { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } .erc-grid-four { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } /* === CARDS === */ .erc-card { background: var(--erc-white); border-radius: var(--erc-radius); padding: clamp(1.5rem, 3vw, 2rem); box-shadow: var(--erc-shadow); border: 2px solid transparent; transition: all .3s ease; } .erc-card:hover { transform: translateY(-8px); box-shadow: var(--erc-shadow-lg); border-color: var(--erc-primary); } /* Benefit Cards */ .erc-benefit-card { text-align: center; } .erc-card-icon { display: block; font-size: 48px; margin-bottom: 1rem; } .erc-benefit-card h3 { color: var(--erc-primary-dark); font-size: 20px; font-weight: 800; margin: 0 0 .75rem 0; } .erc-benefit-card p { color: var(--erc-text-light); font-size: 15px; margin: 0; line-height: 1.6; } /* Ingredient Cards */ .erc-ingredient-card { display: flex; align-items: flex-start; gap: 1.25rem; padding: 1.5rem; } .erc-ingredient-icon { font-size: 36px; flex-shrink: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: var(--erc-accent-light); border-radius: var(--erc-radius-sm); } .erc-ingredient-content h3 { color: var(--erc-accent); font-size: 18px; font-weight: 800; margin: 0 0 .5rem 0; } .erc-ingredient-content p { color: var(--erc-text-light); font-size: 14px; margin: 0; line-height: 1.5; } /* Profile Cards */ .erc-profile-card { text-align: center; padding: 2rem 1.5rem; } .erc-profile-emoji { font-size: 48px; display: block; margin-bottom: 1rem; } .erc-profile-card p { color: var(--erc-text); font-size: 16px; font-weight: 500; margin: 0; line-height: 1.5; } /* Info Cards */ .erc-info-card { background: var(--erc-white); border-radius: var(--erc-radius-sm); padding: 1.5rem; text-align: center; box-shadow: var(--erc-shadow); border: 2px solid transparent; transition: all .3s ease; } .erc-info-card:hover { border-color: var(--erc-secondary); transform: translateY(-4px); } .erc-info-icon { font-size: 32px; display: block; margin-bottom: .75rem; } .erc-info-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--erc-text-light); margin-bottom: .25rem; } .erc-info-value { display: block; font-size: 16px; font-weight: 700; color: var(--erc-primary-dark); } /* === STEPS === */ .erc-steps-container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; } .erc-step { background: var(--erc-white); border-radius: var(--erc-radius); padding: 1.5rem 2rem; text-align: center; box-shadow: var(--erc-shadow); flex: 1; min-width: 200px; max-width: 280px; transition: all .3s ease; } .erc-step:hover { transform: translateY(-6px); box-shadow: var(--erc-shadow-lg); } .erc-step-number { width: 48px; height: 48px; background: linear-gradient(135deg, var(--erc-primary), var(--erc-primary-dark)); color: white; font-size: 24px; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem auto; box-shadow: 0 4px 15px rgba(0,119,182,.3); } .erc-step-content h3 { color: var(--erc-primary-dark); font-size: 18px; font-weight: 700; margin: 0 0 .5rem 0; } .erc-step-content p { color: var(--erc-text-light); font-size: 14px; margin: 0; } .erc-step-connector { width: 40px; height: 3px; background: linear-gradient(90deg, var(--erc-secondary), var(--erc-primary)); border-radius: 2px; flex-shrink: 0; } /* Tip Box */ .erc-tip-box { display: flex; align-items: center; gap: 1rem; background: var(--erc-primary-light); border-radius: var(--erc-radius-sm); padding: 1.25rem 1.5rem; border-left: 4px solid var(--erc-primary); } .erc-tip-icon { font-size: 28px; flex-shrink: 0; } .erc-tip-box p { margin: 0; color: var(--erc-primary-dark); font-size: 15px; line-height: 1.5; } /* === WARNING BOX === */ .erc-warning-box { background: linear-gradient(135deg, #fff8e6 0%, #fff3cd 100%); border-radius: var(--erc-radius); padding: 2rem; border: 2px solid var(--erc-secondary); } .erc-warning-header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; } .erc-warning-icon { font-size: 28px; } .erc-warning-header h3 { color: var(--erc-secondary-dark); font-size: 20px; font-weight: 800; margin: 0; } .erc-warning-list { list-style: none; padding: 0; margin: 0; } .erc-warning-list li { position: relative; padding-left: 1.75rem; margin-bottom: .75rem; color: var(--erc-text); font-size: 15px; } .erc-warning-list li:last-child { margin-bottom: 0; } .erc-warning-list li::before { content: '•'; position: absolute; left: 0; color: var(--erc-secondary-dark); font-weight: bold; font-size: 20px; line-height: 1; } /* === CTA BOX === */ .erc-cta-box { background: linear-gradient(135deg, var(--erc-primary) 0%, var(--erc-primary-dark) 50%, #003d5c 100%); border-radius: var(--erc-radius); padding: clamp(2.5rem, 5vw, 4rem); text-align: center; position: relative; overflow: hidden; box-shadow: var(--erc-shadow-lg); } .erc-cta-pattern { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 10% 90%, rgba(255,214,10,.2) 0%, transparent 40%), radial-gradient(circle at 90% 10%, rgba(45,106,79,.15) 0%, transparent 40%); pointer-events: none; } .erc-cta-content { position: relative; z-index: 1; } .erc-cta-emoji { font-size: 56px; display: block; margin-bottom: 1.5rem; animation: float 3s ease-in-out infinite; } .erc-cta-box p { color: white; font-size: clamp(17px, 2.5vw, 21px); line-height: 1.7; font-weight: 600; text-shadow: 0 2px 12px rgba(0,0,0,.1); max-width: 700px; margin: 0 auto; } /* === ANIMATIONS === */ @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @media (prefers-reduced-motion: no-preference) { .erc-card { animation: fadeInUp .6s ease backwards; } .erc-card:nth-child(1) { animation-delay: .1s; } .erc-card:nth-child(2) { animation-delay: .2s; } .erc-card:nth-child(3) { animation-delay: .3s; } .erc-card:nth-child(4) { animation-delay: .4s; } .erc-card:nth-child(5) { animation-delay: .5s; } .erc-card:nth-child(6) { animation-delay: .6s; } .erc-step { animation: fadeInUp .6s ease backwards; } .erc-step:nth-child(1) { animation-delay: .1s; } .erc-step:nth-child(3) { animation-delay: .3s; } .erc-step:nth-child(5) { animation-delay: .5s; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } /* === RESPONSIVE === */ @media (max-width: 767px) { .erc-grid { grid-template-columns: 1fr; } .erc-grid-four { grid-template-columns: repeat(2, 1fr); } .erc-steps-container { flex-direction: column; } .erc-step-connector { width: 3px; height: 30px; } .erc-step { max-width: 100%; } .erc-ingredient-card { flex-direction: column; text-align: center; } .erc-ingredient-icon { margin: 0 auto; } .erc-tip-box { flex-direction: column; text-align: center; } } @media (max-width: 480px) { .erc-grid-four { grid-template-columns: 1fr; } .erc-badges-top { flex-direction: column; align-items: center; } } /* === ACCESSIBILITÉ === */ @media (prefers-reduced-motion: reduce) { .erc-premium * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } .erc-cta-emoji { animation: none; } } @media (prefers-contrast: high) { .erc-card { border: 2px solid var(--erc-text); } .erc-badge { border: 2px solid var(--erc-primary-dark); } }
More you might like
Related
Tisane Circulation- Ernst RICHTERS
Related
RICHTER -- Tisane richter's 20 sachets
Related
Tisane Richter 20 sachets
Related