Serum C5 15% Multi-C Complex
/* ===================================================================== 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 15% Multi-C Complex · 1 fl. oz. Serum C5 Five distinct forms of Vitamin C. One comprehensive formula. Engineered to deliver multi-depth brightening while maintaining absolute barrier comfort. 5 Forms of Vitamin C By combining five stable derivatives, the formula ensures active Vitamin C is delivered to every layer of the skin—covering the biological gaps that a single form misses. One form of Vitamin C covers one angle.Serum C5 covers five. Standard Vitamin C serums often rely on a single, high-concentration active. However, your skin is a multi-layered organ with varying needs. Some layers are water-soluble, others are lipid-rich. To move the needle on visible brightness and tone, you need a formula that can navigate this entire landscape. Serum C5 utilizes a 15% concentration of five stable derivatives. Each form is chosen for its specific biological mission: some provide immediate surface protection, while others penetrate deeply to support collagen synthesis. This "staggered" approach ensures sustained activity over many hours, rather than a single, irritating spike. We fortified this complex with Alpha-Arbutin and Lactobacillus Ferment, creating a serum that is powerful enough to produce visible results, yet gentle enough for daily morning use—even for skin that has historically found Vitamin C too aggressive. Hero Ingredients 01 3-O-Ethyl Ascorbic Acid Deep Lipid Penetration An oil-soluble form of Vitamin C designed to penetrate the skin's lipid layers. It delivers antioxidant and brightening activity to the epidermis at depths that standard water-soluble forms cannot reach. 02 Ascorbyl Glucoside Sustained Release Converts gradually once absorbed, providing a steady supply of brightening activity throughout the day. It works in the skin's water-soluble layers to provide a continuous glow. 03 Sodium Ascorbyl Phosphate Surface Defense Activates at the surface for immediate antioxidant protection. It is uniquely microbiome-friendly and particularly effective at addressing the appearance of post-breakout marks. 04 Alpha-Arbutin Tone Calibration While not a Vitamin C, Alpha-Arbutin provides a critical sixth mechanism. It works through an independent biological pathway to help visibly even out skin tone and inhibit dark spot formation. How to use it Serum C5 is a high-potency formula. If you are new to concentrated Vitamin C, a gradual introduction is the most effective approach. Morning only After cleansing, press 3–4 drops into clean skin. Allow it to absorb fully for 60 seconds before layering moisturizer or SPF. The adjustment phase If your skin is sensitive, start with 3 mornings per week. While C5 is designed for comfort, a short adjustment period ensures your barrier remains resilient. Full integration Once adjusted, move to daily morning use. The oil-soluble components benefit from consistent daily application as they build up in the skin over time. What to expect Antioxidant protection starts immediately. Visible evening of skin tone typically becomes noticeable after four weeks of consistent use. SPF 30+ is essential every morning to protect the brightening results. Full Ingredients (INCI) Aqua/Water/Eau, 3-O-Ethyl Ascorbic Acid, Ascorbyl Glucoside, Pentylene Glycol, Lactobacillus Ferment, Alpha-Arbutin, Sodium Hyaluronate, Sodium Ascorbyl Phosphate, Magnesium Ascorbyl Phosphate, 3-Glyceryl Ascorbate, Arginine, Ectoin, Trehalose, Caprylyl Glycol, Allantoin, Sodium Phytate, Lactic Acid, Citric Acid. A Few Pro-Tips A note on color Serum C5 has a naturally stable, pale yellow tint. Unlike older Vitamin C technologies that turn orange when they oxidize, this pale yellow is exactly how the active derivatives are intended to look. The Daily Driver Duo For the ultimate morning routine, layer Serum C5 under Palo Duro Barrier Cream. The cream seals in the Vitamin C complex and provides the lipid structure needed for deep antioxidant absorption. Freshness matters Concentrated actives perform best when fresh. Vitamin C derivatives are sensitive to light and heat. We blend C5 to order to guarantee the 15% concentration remains at peak potency from the moment it arrives at your door.
More you might like
Related
15 TO 1 SERUM MULTIACCION 150ML
Related
Hype Multi Serum 150ml
Clarins Double Serum 3 Gift Piece Set: Double Serum 30ml - M
Related