Cactus Nectar Vitamin C Glow Oil
/* ===================================================================== 1. GLOBAL THEME VARIABLES (LIGHT MODE DEFAULT) ============================================================ ========= */ .sr-product-wrap { --sr-orange: #ff7e00; --sr-plum: #5b5161; --sr-plum-light: #8e7f96; --sr-dark-text: #2b2b2b; --sr-mid-text: #555555; --sr-bg-sand: #f5f3ef; --sr-bg-offwhite: #faf8f5; --sr-border-line: #e8e4dc; --sr-accent-green: #bad381; --sr-font-title: 'DM Sans', sans-serif; --sr-font-body: 'Lato', sans-serif; } /* ===================================================================== DARK MODE OVERRIDES (SHOPIFY THEME CLASSES) ===================================================================== */ html.dark .sr-product-wrap, html[class*="dark"] .sr-product-wrap, body.dark .sr-product-wrap, body[class*="dark"] .sr-product-wrap, [data-theme*="dark"] .sr-product-wrap, .color-inverse .sr-product-wrap, .color-scheme-inverse .sr-product-wrap, .color-scheme-2 .sr-product-wrap, .color-scheme-3 .sr-product-wrap { --sr-plum: #e2ddd5; --sr-plum-light: #a496ac; --sr-dark-text: #ffffff; --sr-mid-text: #e2ddd5; --sr-bg-sand: rgba(226, 221, 213, 0.05); --sr-bg-offwhite: rgba(226, 221, 213, 0.02); --sr-border-line: rgba(226, 221, 213, 0.15); } /* ===================================================================== 2. BASE LAYOUT & TYPOGRAPHY ===================================================================== */ .sr-product-wrap { width: 100%; margin: 0 auto 40px auto; padding-top: 40px; color: var(--sr-dark-text); font-family: var(--sr-font-body); text-align: left; -webkit-font-smoothing: antialiased; } .sr-product-wrap * { box-sizing: border-box; } .sr-label { font-family: var(--sr-font-title); font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; display: block; margin-bottom: 16px; } .sr-title { font-family: var(--sr-font-title); font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: -0.5px; color: var(--sr-plum); } .sr-body { font-size: 16px; line-height: 1.8; color: var(--sr-mid-text); } /* ===================================================================== 3. ZONE 1: OPENER & STAT BLOCK ===================================================================== */ .sr-announcement { background: transparent; color: var(--sr-plum); padding: 12px 0; text-align: left; border-top: 1px solid var(--sr-border-line); border-bottom: 1px solid var(--sr-border-line); margin-bottom: 32px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; } .sr-announcement strong { color: var(--sr-orange); } .sr-opener-title { font-family: var(--sr-font-title); font-size: clamp(48px, 12vw, 90px); font-weight: 300; line-height: 0.9; letter-spacing: -2px; color: var(--sr-plum); margin: 24px 0; } .sr-opener-desc { font-size: 18px; font-style: italic; line-height: 1.6; color: var(--sr-mid-text); border-left: 2px solid var(--sr-orange); padding-left: 20px; margin-bottom: 40px; } .sr-stat-box { background: transparent; padding: 16px 0; text-align: left; margin-bottom: 40px; } .sr-stat-num { font-family: var(--sr-font-title); font-size: 72px; font-weight: 300; line-height: 0.8; color: var(--sr-orange); display: block; margin-bottom: 16px; } .sr-stat-label { color: var(--sr-plum); display: block; margin-bottom: 8px; font-weight: 700; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; } .sr-stat-sub { font-size: 16px; color: var(--sr-mid-text); line-height: 1.6; margin: 0; } /* ===================================================================== 4. ZONE 2: ACCORDIONS ===================================================================== */ .sr-accordion { border-top: 1px solid var(--sr-border-line); } .sr-accordion:last-of-type { border-bottom: 1px solid var(--sr-border-line); margin-bottom: 48px; } .sr-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--sr-font-title); font-size: 20px; font-weight: 700; color: var(--sr-plum); transition: color 0.2s ease; } .sr-accordion summary:hover { color: var(--sr-orange); } .sr-accordion summary::-webkit-details-marker { display: none; } .sr-accordion summary::after { content: '+'; font-family: var(--sr-font-body); font-size: 28px; font-weight: 300; line-height: 1; color: var(--sr-plum-light); } .sr-accordion[open] summary::after { content: '−'; color: var(--sr-orange); } .sr-accordion-content { padding-bottom: 32px; } .sr-ing-row { display: grid; grid-template-columns: 40px 1fr; gap: 0 16px; padding: 20px 16px; border-radius: 0; } .sr-ing-row:hover { background: var(--sr-bg-offwhite); } .sr-ing-row--hero { background: var(--sr-bg-sand); border-left: 3px solid var(--sr-orange); } .sr-ing-num { font-family: var(--sr-font-title); font-size: 14px; font-weight: 700; color: var(--sr-plum-light); grid-row: 1/4; } .sr-ing-row--hero .sr-ing-num { color: var(--sr-orange); } .sr-ing-name { font-family: var(--sr-font-title); font-size: 18px; font-weight: 700; color: var(--sr-plum); margin-bottom: 4px; } .sr-ing-role { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sr-orange); margin-bottom: 8px; } .sr-ing-desc { font-size: 15px; color: var(--sr-mid-text); line-height: 1.7; } .sr-inci-block { font-size: 13px; color: var(--sr-plum-light); line-height: 1.8; padding: 16px; background: var(--sr-bg-offwhite); border-radius: 0; } .sr-timeline { position: relative; padding-left: 16px; } .sr-timeline::before { content: ''; position: absolute; top: 10px; bottom: 10px; left: 20px; width: 2px; background: var(--sr-border-line); } .sr-step { position: relative; padding: 0 0 32px 32px; } .sr-step:last-child { padding-bottom: 0; } .sr-step::before { content: ''; position: absolute; left: -2px; top: 6px; width: 10px; height: 10px; border-radius: 0; background: var(--sr-orange); border: 3px solid var(--sr-bg-sand); box-shadow: 0 0 0 1px var(--sr-border-line); } .sr-step-title { font-family: var(--sr-font-title); font-size: 16px; font-weight: 700; color: var(--sr-plum); margin-bottom: 6px; } .sr-step-desc { font-size: 15px; color: var(--sr-mid-text); line-height: 1.7; } .sr-step-result { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 700; color: var(--sr-plum); background: var(--sr-bg-sand); padding: 8px 16px; border-radius: 0; } /* ===================================================================== 5. ZONE 3: CLEAN PRO-TIPS ===================================================================== */ .sr-callouts-container { display: flex; flex-direction: column; gap: 32px; margin-bottom: 24px; } .sr-callout-card { padding: 8px 0 8px 20px; border-radius: 0; background: transparent !important; display: flex; flex-direction: column; } .sr-callout-card--melt { border-left: 3px solid var(--sr-accent-green); } .sr-callout-card--amount { border-left: 3px solid var(--sr-orange); } .sr-callout-card--fresh { border-left: 3px solid var(--sr-plum); } .sr-callout-text { font-size: 15px; line-height: 1.7; color: var(--sr-mid-text); margin: 0; } .sr-callout-card strong { font-weight: 700; color: var(--sr-dark-text); } Made fresh for your order — ready within 3 business days 10% Vitamin C Oil Serum · 1 fl. oz. Cactus Nectar Oil-soluble Vitamin C at a stable 10% concentration. A water-free brightening serum engineered to deliver antioxidants deep into the skin's lipid layers. 10% Tetrahexyldecyl Ascorbate (THDA) The most clinically stable form of oil-soluble Vitamin C. It provides profound brightening and antioxidant defense without the oxidation or irritation common in water-based formulas. Brightening across every biologicallayer of the skin. The skin’s surface is a complex architecture of water and lipids. While many serums focus exclusively on the water layer, the lipid layer—which sits directly on top—remains a critical gateway for overall skin health and brightness. Cactus Nectar utilizes Tetrahexyldecyl Ascorbate (THDA), a sophisticated form of Vitamin C that is naturally oil-soluble. Unlike standard derivatives, THDA has a biological affinity for the skin's lipid barrier, allowing it to penetrate directy into the epidermis to deliver antioxidant protection where it counts. We built this concentrated formula with nutrient-dense Prickly Pear Seed Oil and Hexylresorcinol—a potent brightener that works alongside Vitamin C to visibly even out skin tone. The result is a high-performance oil serum that provides a multidimensional glow while reinforcing the barrier's natural resilience. Hero Ingredients 01 Tetrahexyldecyl Ascorbate The Lipid Penetrator — 10% One of the most stable and effective forms of Vitamin C. Because it is oil-soluble, it can navigate the skin’s lipid layers to support collagen and brightness at a deeper level than standard water-soluble forms. 02 Opuntia Ficus-Indica Seed Oil The Resilient Base One of the most nutrient-dense botanical oils. High in Vitamin E and essential fatty acids, it absorbs weightlessly to provide profound nourishment and a visibly healthy radiance. 03 Hexylresorcinol The Glow Anchor A highly effective brightening active that works independently from Vitamin C. It targets the enzymes responsible for uneven pigment, providing a second pathway for a clearer, more uniform complexion. 04 Moringa & Squalane Clarifying Support A combination of lightweight, skin-identical lipids. They act as the perfect carriers for the formula's active ingredients, ensuring they absorb cleanly without any heavy or greasy residue. How to use it Cactus Nectar is a "dry" oil serum, meaning it is designed to sink in instantly and layer seamlessly with your existing steps. Morning Application After cleansing, press 2–3 drops into dry skin. Because this is a pure oil formula, it integrates most effectively when the skin is dry rather than damp. Layering Order Always apply your water-based serums (like Laguna Madre or JSC) first. Follow with Cactus Nectar to seal those actives in while delivering Vitamin C into the lipid layer. Final Steps Follow with Palo Duro Barrier Cream and SPF 30+. Combining Vitamin C with daily sun protection is the most effective way to manage and prevent discoloration. What to expect Visible radiance and a smoother surface are typically noticeable within two weeks. Deeper tone and structural benefits continue to compound over 4–8 weeks of daily use. Full Ingredients (INCI) Caprylic/Capric Triglyceride, Squalane, Tetrahexyldecyl Ascorbate, Opuntia Ficus-Indica (Prickly Pear) Seed Oil, Isododecane, Moringa Oleifera Seed Oil, Tocopherol, Hexylresorcinol, Bisabolol. A Few Pro-Tips Less is more Cactus Nectar is highly concentrated. If the product feels like it is sitting on the surface, you are likely using too much. Start with just 2 drops and adjust according to your skin's needs. The Synergistic Stack Cactus Nectar and JSC serve different biological layers. For the most comprehensive brightening routine, apply JSC (water-based) first, followed by Cactus Nectar (oil-based). Freshness matters Botanical oils perform best when fresh. While our Vitamin C is stable, the precious Prickly Pear and Moringa oils are rich in fatty acids that perform best when fresh. We blend to order to ensure you receive them at their absolute peak.