🔥LAST DAY SALE-60% OFF -ODALIT™ Wonder Growth Oil
/* ODALIT Premium Botanical Theme Designed for High-Converting Haircare Landing Pages */ :root { --oda-primary: #4A6352; /* 鼠尾草绿 - 主色调 */ --oda-primary-light: #EBF0EC; /* 极浅绿 - 背景点 缀 */ --oda-text-main: #2C332E; /* 炭灰 - 正文颜色,比纯黑更高级 */ --oda-text-muted: #6A736D; /* 浅灰 - 辅助说明 */ --oda-border: #E4E8E5; /* 边框色 */ --oda-card-bg: #FFFFFF; --oda-accent: #D4AF37; /* 柔和的暗金色 - 用于星星等点缀 */ /* 改用现代无衬线字体,并优先继承你 Shopify 现有的全局字体 */ --oda-font-heading: inherit, 'Poppins', 'Montserrat', 'Helvetica Neue', sans-serif; --oda-font-body: inherit, 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif; } /* 全局容器重置 */ .odalit-wrapper { max-width: 760px; margin: 0 auto; font-family: var(--oda-font-body); color: var(--oda-text-main); line-height: 1.65; background-color: #FDFDFD; } .odalit-wrapper img { max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0; display: block; box-shadow: 0 4px 14px rgba(0,0,0,0.03); } .odalit-wrapper h2 { font-family: var(--oda-font-heading); font-size: 26px; font-weight: 600; color: var(--oda-primary); margin-top: 0; margin-bottom: 20px; line-height: 1.3; text-align: center; } .odalit-wrapper h3 { font-family: var(--oda-font-heading); font-size: 20px; color: var(--oda-text-main); margin-top: 24px; margin-bottom: 12px; } .odalit-wrapper ul, .odalit-wrapper ol { padding-left: 24px; margin-bottom: 20px; } .odalit-wrapper li { margin-bottom: 10px; } /* 信任条 (Trust Badges) */ .hair-trust-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; background-color: var(--oda-primary-light); padding: 16px; border-radius: 12px; margin-bottom: 32px; border: 1px solid var(--oda-border); } .hair-trust-item { font-size: 13px; font-weight: 500; color: var(--oda-primary); display: flex; align-items: center; gap: 6px; } .hair-trust-highlight { font-weight: 700; } /* 卡片通用样式 */ .hair-card { background: var(--oda-card-bg); border-radius: 16px; padding: 36px 28px; margin-bottom: 28px; box-shadow: 0 8px 30px rgba(0,0,0,0.04); border: 1px solid rgba(228, 232, 229, 0.6); } /* 引言 (Quotes) */ .hair-story-quote { background: var(--oda-primary-light); border-left: 4px solid var(--oda-primary); padding: 18px 24px; border-radius: 0 12px 12px 0; margin: 24px 0; font-style: italic; color: var(--oda-primary); font-weight: 500; } .hair-story-quote p { margin: 0; } /* 专家背书模块 */ .hair-expert-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--oda-border); } .hair-expert-info h2 { margin: 0; font-size: 22px; text-align: left; } .hair-expert-subtitle { margin: 4px 0 0 0; font-size: 14px; color: var(--oda-text-muted); } .hair-stat-highlight { background: #F9FAFC; border: 1px solid #E4EBE6; padding: 16px; border-radius: 12px; display: flex; align-items: center; gap: 12px; margin-top: 24px; font-weight: 500; font-size: 14px; color: var(--oda-primary); } /* 成分列表 */ .hair-ingredient { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--oda-border); } .hair-ingredient:last-child { border-bottom: none; padding-bottom: 0; } .hair-ingredient-icon { font-size: 28px; background: var(--oda-primary-light); width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; } .hair-ingredient-content strong { display: block; font-size: 16px; color: var(--oda-primary); margin-bottom: 6px; } .hair-ingredient-content p { margin: 0 0 6px 0; font-size: 14px; color: var(--oda-text-muted); } /* 评论区 */ .hair-reviews-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .hair-review { background: #FDFDFD; border: 1px solid var(--oda-border); border-radius: 12px; padding: 20px; } .hair-review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; } .hair-review-name { font-weight: 700; font-size: 15px; } .hair-review-result { font-size: 12px; color: var(--oda-primary); background: var(--oda-primary-light); padding: 4px 8px; border-radius: 20px; font-weight: 600; } .hair-review-stars { color: var(--oda-accent); letter-spacing: 2px; font-size: 14px; margin-bottom: 12px; } .hair-review img { width: 100%; height: 120px; object-fit: cover; border-radius: 8px; margin: 0 0 12px 0; } .hair-review p { font-size: 14px; margin: 0; color: var(--oda-text-muted); font-style: italic; } /* 退款保证条 */ .hair-promise { background: linear-gradient(135deg, var(--oda-primary), #3A4F41); color: white; padding: 24px; border-radius: 12px; text-align: center; margin-bottom: 28px; box-shadow: 0 6px 20px rgba(74, 99, 82, 0.2); } .hair-promise p { margin: 0; font-size: 15px; font-weight: 500; } /* 纯 CSS 无 JS 手风琴 FAQ */ .hair-faq-container { border-top: 1px solid var(--oda-border); } .hair-faq-item { border-bottom: 1px solid var(--oda-border); } .hair-faq-toggle { display: none; /* 隐藏原生复选框 */ } .hair-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; font-size: 16px; color: var(--oda-text-main); transition: color 0.3s; } .hair-faq-question:hover { color: var(--oda-primary); } .hair-faq-icon { font-size: 20px; font-weight: 300; color: var(--oda-primary); transition: transform 0.3s ease; } .hair-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; } .hair-faq-answer p { margin: 0; padding-bottom: 20px; font-size: 14px; color: var(--oda-text-muted); } /* FAQ 展开动画逻辑 */ .hair-faq-toggle:checked + .hair-faq-question .hair-faq-icon { transform: rotate(45deg); /* 加号变叉号 */ } .hair-faq-toggle:checked ~ .hair-faq-answer { max-height: 500px; /* 足够高以容纳内容 */ } /* 移动端适配 */ @media (max-width: 600px) { .hair-card { padding: 24px 16px; } .hair-reviews-container { grid-template-columns: 1fr; /* 手机端单列显示评论 */ } .odalit-wrapper h2 { font-size: 22px; } .hair-trust-bar { flex-direction: column; align-items: center; text-align: center; gap: 8px; } } 🌱 Trusted by Thousands of Users 🛡️ 90-Day Warranty No Effect Refund ✅ Suitable for All Hair Types Restore Strong, Glossy and Plush Hair ✨ Dry scalp? Flat roots? Hair looks sparse because of breakage, frizz or unruly texture? This isn't just a "bad hair day." Often, it's a sign that your scalp barrier is stressed and your hair strands need nourishment + protection. 🤔 "I used to feel my hair looked tired—dry ends, flat roots, and lots of breakage when brushing. I wasn't looking for something extreme... just something I could actually stick with using." Many people notice: dry or tight scalp, breakage when combing, frizz, dullness, rough texture, and flat roots that make hair look less voluminous. If this sounds familiar—your care routine might be missing one thing: consistent scalp + strand nourishment. 💚 Real Story: "My hair finally looks healthier." 💬 After the first week, my hair felt softer and less frizzy. A few weeks later, it looked smoother and easier to manage. Over time, I noticed my hair looked more voluminous because it was no longer breaking as easily and performed better at the roots. "It's not just about hair growth—it helped me regain healthy, vibrant hair I thought I had lost! My hair looks healthier than it has in years!" 🌟 ✨ Results vary depending on hair type and care habits. Dr. Green's Professional Insight 🔬 Dr. GreenDermatologist | Scalp & Skin Barrier Care "When hair looks sparser, it's not always just about growth. Often, it's about scalp condition and strand integrity." "Nourishing oil treatments can help support scalp comfort and help protect strands from dryness-related breakage—two factors that strongly influence how full and healthy hair appears." — Dr. Green The Science Behind ODALIT™✨ Why essential oils work: Hair is a fiber that can become dry and brittle. Carefully formulated oil blends can help: Improve lubrication (less friction = less breakage) Reduce dryness and frizz Enhance shine and manageability Support comfortable scalp environment ODALIT™ uses carefully selected plant-rich oils that work synergistically to nourish + protect + smooth. How It Works A. Scalp Comfort & Balance Support: A light, nourishing oil layer helps relieve dryness and supports a healthier scalp feeling—especially with continued use. B. Deep Nourishment & Strand Protection: Rich plant oils help soften rough textures, reduce frizz, and protect hair from dryness-related breakage caused by brushing, styling, and environmental stress. C. More Voluminous Hair Over Time: When strands are smoother, stronger, and less prone to breakage, hair tends to look fuller and more voluminous—especially at the roots. 💧 Visible softness and shine | Less frizz, better manageability | Builds effects over consistent care Why Everyone's Talking About ODALIT™💚 Meet ODALIT™ Wonder Growth Oil—a daily/weekly hair and scalp oil designed to help hair look healthier, stronger, smoother, and more voluminous over time—with no complex steps required. Supports healthier scalp feeling: Nourishing oils relieve dryness and support scalp comfort with continued use. Helps reduce dryness-induced breakage: Less friction means less breakage when brushing or styling. Improves softness + shine: Your hair feels silkier and looks shinier with each use. Hair looks more voluminous over time: Enhanced smoothness and manageability create natural volume at the roots. Precision application: Targeted nozzle reaches exactly where you need it—no mess, no waste. 🎯 Key Ingredients and Their Effects 🌿 Our Wonder Growth Oil is carefully formulated with powerful, plant-rich ingredients that work together: 🏔️ Andean Herbs Deep nourishment: Penetrates dry, rough hair strands to restore moisture from within. Healthier appearance: Helps hair feel softer and look more vibrant and healthy. 🫘 Silkworm Cocoon Extract Rich moisturizing support: Provides intensive hydration for thirsty hair strands. Strength and resilience: Helps hair feel stronger and more resistant to breakage. 🎃 Pumpkin Seed Oil Scalp care focus: A plant oil that supports scalp comfort and balance. Consistent daily care: Gentle enough for long-term regular use. 🥥 Coconut Oil Reduces dryness: Helps improve smoothness and eliminate rough textures. Natural shine: Adds softness and a healthy shine sensation. 🌿 Rosemary Oil Fresh, clean feeling: Awakens the scalp with a refreshing sensation. Aromatic experience: Sensitive scalps should test skin patch first. What Real Customers Say ⭐ Mark M. Softer and Shinier ★★★★★ "My hair feels softer and looks shinier. I can't believe the difference after just a few weeks!" 🌟 Jessica T. Less Frizz ★★★★★ "Less frizz, less roughness—easier to manage. Finally a product that truly works for my hair type." 💕 Jez L. No More Breakage ★★★★★ "My brush doesn't tug at my hair like it used to anymore. It's such a relief!" 💪 Rachel K. More Voluminous ★★★★★ "My hair looks more voluminous because it's no longer breaking so easily. I feel much more confident now!" 💚 Individual results may vary. How Does ODALIT™ Compare? ⚖️ When it comes to hair care, there are many choices—here's why our product stands out: Vs. Heavy Hair Oils: ODALIT™ is designed specifically for targeted scalp use + lightweight daily care control—leaves no greasy residue. Vs. Basic Hair Serums: Oils provide deeper nourishment and better friction protection compared to surface serums. Vs. Quick Fix Shines: Supports long-term hair feel and appearance with continued use—not just temporary shine. Vs. Complex Care Routines: Simple, repeatable steps people can actually stick with—no 10-step program needed. 🛡️ 90-Day No Effect Refund Guarantee: Use ODALIT™ consistently for 90 days. If you're unsatisfied with your experience, you're protected by our guarantee—no questions asked. How to Use—Simple Three Steps 💧 Option A: Scalp Care (3-5 times per week) Apply to dry scalp: Use precision nozzle to apply oil directly to scalp by sections. 💧 Gentle massage: Massage with fingertips for 2-3 minutes, working oil into scalp. ✨ Leave in and wash: Leave on for 30-60 minutes before washing, or use small amounts overnight. 🌟 Option B: Ends & Shine (Post-wash) Apply small amount to damp mid-lengths to ends. Blow-dry or air dry for smoother, more lustrous results. ⚠️ Fine Hair Tip: Start with very little to avoid weighing down hair. You can always add more! Frequently Asked Questions ❓ How soon will I notice results? + Many people first notice improvements in softness and manageability. Volume effects typically build with consistent daily care use over several weeks. Results vary by individual and hair type. Is it safe for sensitive scalps? + We recommend doing a patch test first, especially if you're sensitive to essential oils. Apply a small amount behind your ear and wait 24 hours before full use. Can I use it on all hair types? + Yes! ODALIT™ is formulated for all hair types. Fine hair should start with small amounts to avoid heaviness. Will it make my hair oily? + You'll need less than you think! Section apply, massage thoroughly, and gradually adjust the amount. A little goes a long way. How is this different from regular hair oils? + ODALIT™ combines multiple carefully selected plant oils specifically for scalp comfort and strand protection. The precision nozzle allows targeted application where it's most needed. Do you have a refund guarantee? + Yes! We offer a 90-day full refund guarantee. If you're unsatisfied with your results, contact us for a full refund—no questions asked.
More you might like
Related
🎉LAST DAY BIG SALE: SAVE 60% OFF ! SHAPEWEAR🎉
Related
🌺Last Day Sale--60% Off💐 Sunflower Seeds🌻Sunshine
Related
🔥Last Day Sale OFF 60%🔥-Adjustable Support Multifunctional B
Related