{"product_id":"balmorhea","title":"Balmorhea 15% Multi-C Complex","description":"\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@300;400;700;900\u0026amp;family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* =====================================================================\n     1. GLOBAL THEME VARIABLES (LIGHT MODE DEFAULT)\n     ===================================================================== *\/\n  .sr-product-wrap {\n    --sr-orange: #ff7e00;\n    --sr-plum: #5b5161;\n    --sr-plum-light: #8e7f96;\n    --sr-dark-text: #2b2b2b;\n    --sr-mid-text: #555555;\n    \n    --sr-bg-sand: #f5f3ef;\n    --sr-bg-offwhite: #faf8f5;\n    --sr-border-line: #e8e4dc;\n    --sr-accent-green: #bad381;\n    \n    --sr-font-title: 'DM Sans', sans-serif;\n    --sr-font-body: 'Lato', sans-serif;\n  }\n\n  \/* =====================================================================\n     DARK MODE OVERRIDES (SHOPIFY THEME CLASSES)\n     ===================================================================== *\/\n  html.dark .sr-product-wrap,\n  html[class*=\"dark\"] .sr-product-wrap,\n  body.dark .sr-product-wrap,\n  body[class*=\"dark\"] .sr-product-wrap,\n  [data-theme*=\"dark\"] .sr-product-wrap,\n  .color-inverse .sr-product-wrap,\n  .color-scheme-inverse .sr-product-wrap,\n  .color-scheme-2 .sr-product-wrap,\n  .color-scheme-3 .sr-product-wrap {\n    --sr-plum: #e2ddd5;\n    --sr-plum-light: #a496ac;\n    --sr-dark-text: #ffffff;\n    --sr-mid-text: #e2ddd5;\n    \n    --sr-bg-sand: rgba(226, 221, 213, 0.05);\n    --sr-bg-offwhite: rgba(226, 221, 213, 0.02);\n    --sr-border-line: rgba(226, 221, 213, 0.15);\n  }\n\n  \/* =====================================================================\n     2. BASE LAYOUT \u0026 TYPOGRAPHY\n     ===================================================================== *\/\n  .sr-product-wrap {\n    width: 100%;\n    margin: 0 auto 40px auto; \n    padding-top: 40px; \n    color: var(--sr-dark-text);\n    font-family: var(--sr-font-body);\n    text-align: left;\n    -webkit-font-smoothing: antialiased;\n  }\n  .sr-product-wrap * { box-sizing: border-box; }\n\n  .sr-label {\n    font-family: var(--sr-font-title);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 16px;\n  }\n  \n  .sr-title {\n    font-family: var(--sr-font-title);\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: -0.5px;\n    color: var(--sr-plum);\n  }\n  \n  .sr-body {\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--sr-mid-text);\n  }\n\n  \/* =====================================================================\n     3. ZONE 1: OPENER \u0026 STAT BLOCK\n     ===================================================================== *\/\n  .sr-announcement {\n    background: transparent;\n    color: var(--sr-plum);\n    padding: 12px 0;\n    text-align: left;\n    border-top: 1px solid var(--sr-border-line);\n    border-bottom: 1px solid var(--sr-border-line);\n    margin-bottom: 32px;\n    font-size: 12px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n  .sr-announcement strong { color: var(--sr-orange); }\n  \n  .sr-opener-title {\n    font-family: var(--sr-font-title);\n    font-size: clamp(48px, 12vw, 90px);\n    font-weight: 300;\n    line-height: 0.9;\n    letter-spacing: -2px;\n    color: var(--sr-plum);\n    margin: 24px 0;\n  }\n  \n  .sr-opener-desc {\n    font-size: 18px;\n    font-style: italic;\n    line-height: 1.6;\n    color: var(--sr-mid-text);\n    border-left: 2px solid var(--sr-orange);\n    padding-left: 20px;\n    margin-bottom: 40px;\n  }\n\n  .sr-stat-box {\n    background: transparent;\n    padding: 16px 0; \n    text-align: left;\n    margin-bottom: 40px;\n  }\n  .sr-stat-num {\n    font-family: var(--sr-font-title);\n    font-size: 72px;\n    font-weight: 300;\n    line-height: 0.8;\n    color: var(--sr-orange);\n    display: block;\n    margin-bottom: 16px;\n  }\n  .sr-stat-label { \n    color: var(--sr-plum); \n    display: block; \n    margin-bottom: 8px; \n    font-weight: 700; \n    font-size: 12px; \n    letter-spacing: 2.5px; \n    text-transform: uppercase; \n  }\n  .sr-stat-sub { \n    font-size: 16px; \n    color: var(--sr-mid-text); \n    line-height: 1.6; \n    margin: 0; \n  }\n\n  \/* =====================================================================\n     4. ZONE 2: ACCORDIONS\n     ===================================================================== *\/\n  .sr-accordion { border-top: 1px solid var(--sr-border-line); }\n  .sr-accordion:last-of-type { border-bottom: 1px solid var(--sr-border-line); margin-bottom: 48px; }\n  \n  .sr-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 24px 0;\n    cursor: pointer;\n    list-style: none;\n    font-family: var(--sr-font-title);\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--sr-plum);\n    transition: color 0.2s ease;\n  }\n  .sr-accordion summary:hover { color: var(--sr-orange); }\n  .sr-accordion summary::-webkit-details-marker { display: none; }\n  \n  .sr-accordion summary::after {\n    content: '+';\n    font-family: var(--sr-font-body);\n    font-size: 28px;\n    font-weight: 300;\n    line-height: 1;\n    color: var(--sr-plum-light);\n  }\n  .sr-accordion[open] summary::after { content: '−'; color: var(--sr-orange); }\n  .sr-accordion-content { padding-bottom: 32px; }\n\n  .sr-ing-row {\n    display: grid;\n    grid-template-columns: 40px 1fr;\n    gap: 0 16px;\n    padding: 20px 16px;\n    border-radius: 0; \n  }\n  .sr-ing-row:hover { background: var(--sr-bg-offwhite); }\n  .sr-ing-row--hero { background: var(--sr-bg-sand); border-left: 3px solid var(--sr-orange); }\n  \n  .sr-ing-num { font-family: var(--sr-font-title); font-size: 14px; font-weight: 700; color: var(--sr-plum-light); grid-row: 1\/4; }\n  .sr-ing-row--hero .sr-ing-num { color: var(--sr-orange); }\n  \n  .sr-ing-name { font-family: var(--sr-font-title); font-size: 18px; font-weight: 700; color: var(--sr-plum); margin-bottom: 4px; }\n  .sr-ing-role { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sr-orange); margin-bottom: 8px; }\n  .sr-ing-desc { font-size: 15px; color: var(--sr-mid-text); line-height: 1.7; }\n  .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; }\n\n  .sr-timeline { position: relative; padding-left: 16px; }\n  .sr-timeline::before { content: ''; position: absolute; top: 10px; bottom: 10px; left: 20px; width: 2px; background: var(--sr-border-line); }\n  .sr-step { position: relative; padding: 0 0 32px 32px; }\n  .sr-step:last-child { padding-bottom: 0; }\n  \n  .sr-step::before { \n    content: ''; \n    position: absolute; \n    left: -2px; \n    top: 6px; \n    width: 10px; \n    height: 10px; \n    border-radius: 0; \n    background: var(--sr-orange); \n    border: 3px solid var(--sr-bg-sand); \n    box-shadow: 0 0 0 1px var(--sr-border-line); \n  }\n  \n  .sr-step-title { font-family: var(--sr-font-title); font-size: 16px; font-weight: 700; color: var(--sr-plum); margin-bottom: 6px; }\n  .sr-step-desc { font-size: 15px; color: var(--sr-mid-text); line-height: 1.7; }\n  .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; }\n\n  \/* =====================================================================\n     5. ZONE 3: CLEAN PRO-TIPS\n     ===================================================================== *\/\n  .sr-callouts-container {\n    display: flex;\n    flex-direction: column;\n    gap: 32px;\n    margin-bottom: 24px;\n  }\n\n  .sr-callout-card {\n    padding: 8px 0 8px 20px; \n    border-radius: 0; \n    background: transparent !important; \n    display: flex;\n    flex-direction: column;\n  }\n  \n  .sr-callout-card--melt { border-left: 3px solid var(--sr-accent-green); }\n  .sr-callout-card--amount { border-left: 3px solid var(--sr-orange); }\n  .sr-callout-card--fresh { border-left: 3px solid var(--sr-plum); }\n  \n  .sr-callout-text { font-size: 15px; line-height: 1.7; color: var(--sr-mid-text); margin: 0; }\n  .sr-callout-card strong { font-weight: 700; color: var(--sr-dark-text); }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sr-product-wrap\"\u003e\n\n  \u003cdiv class=\"sr-announcement\"\u003e\n    Made fresh for your order — \u003cstrong\u003eready within 3 business days\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"sr-label\" style=\"color:var(--sr-orange);\"\u003e15% Multi-C Complex · 1 fl. oz.\u003c\/span\u003e\n  \u003ch1 class=\"sr-opener-title\"\u003eSerum C5\u003c\/h1\u003e\n  \u003cp class=\"sr-opener-desc\"\u003eFive distinct forms of Vitamin C. One comprehensive formula. Engineered to deliver multi-depth brightening while maintaining absolute barrier comfort.\u003c\/p\u003e\n\n  \u003cdiv class=\"sr-stat-box\"\u003e\n    \u003cspan class=\"sr-stat-num\"\u003e5\u003c\/span\u003e\n    \u003cspan class=\"sr-stat-label\"\u003eForms of Vitamin C\u003c\/span\u003e\n    \u003cp class=\"sr-stat-sub\"\u003eBy 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.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 48px;\"\u003e\n    \u003ch2 class=\"sr-title\" style=\"margin-bottom: 16px; font-weight: 300;\"\u003eOne form of Vitamin C covers one angle.\u003cbr\u003e\u003cem style=\"color:var(--sr-orange); font-style:normal;\"\u003eSerum C5 covers five.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cdiv class=\"sr-body\"\u003e\n      \u003cp style=\"margin-bottom: 16px;\"\u003eStandard 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.\u003c\/p\u003e\n      \u003cp style=\"margin-bottom: 16px;\"\u003eSerum 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.\u003c\/p\u003e\n      \u003cp\u003eWe 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.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdetails class=\"sr-accordion\"\u003e\n    \u003csummary\u003eHero Ingredients\u003c\/summary\u003e\n    \u003cdiv class=\"sr-accordion-content\"\u003e\n      \n      \u003cdiv class=\"sr-ing-row sr-ing-row--hero\"\u003e\n        \u003cdiv class=\"sr-ing-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sr-ing-name\"\u003e3-O-Ethyl Ascorbic Acid\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-role\"\u003eDeep Lipid Penetration\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-desc\"\u003eAn 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.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"sr-ing-row\"\u003e\n        \u003cdiv class=\"sr-ing-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sr-ing-name\"\u003eAscorbyl Glucoside\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-role\"\u003eSustained Release\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-desc\"\u003eConverts 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.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"sr-ing-row\"\u003e\n        \u003cdiv class=\"sr-ing-num\"\u003e03\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sr-ing-name\"\u003eSodium Ascorbyl Phosphate\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-role\"\u003eSurface Defense\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-desc\"\u003eActivates at the surface for immediate antioxidant protection. It is uniquely microbiome-friendly and particularly effective at addressing the appearance of post-breakout marks.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"sr-ing-row\"\u003e\n        \u003cdiv class=\"sr-ing-num\"\u003e04\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sr-ing-name\"\u003eAlpha-Arbutin\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-role\"\u003eTone Calibration\u003c\/div\u003e\n          \u003cdiv class=\"sr-ing-desc\"\u003eWhile 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.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"sr-accordion\"\u003e\n    \u003csummary\u003eHow to use it\u003c\/summary\u003e\n    \u003cdiv class=\"sr-accordion-content\"\u003e\n      \u003cp class=\"sr-body\" style=\"margin-bottom: 24px;\"\u003eSerum C5 is a high-potency formula. If you are new to concentrated Vitamin C, a gradual introduction is the most effective approach.\u003c\/p\u003e\n      \n      \u003cdiv class=\"sr-timeline\"\u003e\n        \u003cdiv class=\"sr-step\"\u003e\n          \u003cdiv class=\"sr-step-title\"\u003eMorning only\u003c\/div\u003e\n          \u003cdiv class=\"sr-step-desc\"\u003eAfter cleansing, press 3–4 drops into clean skin. Allow it to absorb fully for 60 seconds before layering moisturizer or SPF.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sr-step\"\u003e\n          \u003cdiv class=\"sr-step-title\"\u003eThe adjustment phase\u003c\/div\u003e\n          \u003cdiv class=\"sr-step-desc\"\u003eIf 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.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sr-step\"\u003e\n          \u003cdiv class=\"sr-step-title\"\u003eFull integration\u003c\/div\u003e\n          \u003cdiv class=\"sr-step-desc\"\u003eOnce adjusted, move to daily morning use. The oil-soluble components benefit from consistent daily application as they build up in the skin over time.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sr-step\"\u003e\n          \u003cdiv class=\"sr-step-title\"\u003eWhat to expect\u003c\/div\u003e\n          \u003cdiv class=\"sr-step-desc\"\u003e\n            Antioxidant protection starts immediately. Visible evening of skin tone typically becomes noticeable after four weeks of consistent use.\n            \u003cspan class=\"sr-step-result\"\u003eSPF 30+ is essential every morning to protect the brightening results.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"sr-accordion\"\u003e\n    \u003csummary\u003eFull Ingredients (INCI)\u003c\/summary\u003e\n    \u003cdiv class=\"sr-accordion-content\"\u003e\n      \u003cp class=\"sr-inci-block\"\u003eAqua\/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.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\n  \u003ch3 class=\"sr-title\" style=\"margin-bottom: 24px;\"\u003eA Few Pro-Tips\u003c\/h3\u003e\n  \n  \u003cdiv class=\"sr-callouts-container\"\u003e\n    \n    \u003cdiv class=\"sr-callout-card sr-callout-card--amount\"\u003e\n      \u003cspan class=\"sr-label\" style=\"color:var(--sr-orange);\"\u003eA note on color\u003c\/span\u003e\n      \u003cp class=\"sr-callout-text\"\u003eSerum C5 has a naturally stable, pale yellow tint. Unlike older Vitamin C technologies that turn orange when they oxidize, \u003cstrong\u003ethis pale yellow is exactly how the active derivatives are intended to look.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sr-callout-card sr-callout-card--melt\"\u003e\n      \u003cspan class=\"sr-label\" style=\"color:var(--sr-plum);\"\u003eThe Daily Driver Duo\u003c\/span\u003e\n      \u003cp class=\"sr-callout-text\"\u003eFor the ultimate morning routine, layer Serum C5 under \u003cstrong\u003ePalo Duro Barrier Cream\u003c\/strong\u003e. The cream seals in the Vitamin C complex and provides the lipid structure needed for deep antioxidant absorption.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sr-callout-card sr-callout-card--fresh\"\u003e\n      \u003cspan class=\"sr-label\" style=\"color:var(--sr-accent-green);\"\u003eFreshness matters\u003c\/span\u003e\n      \u003cdiv style=\"font-family: var(--sr-font-title); font-weight:300; font-size: 24px; line-height:1.2; margin-bottom:12px; color:var(--sr-plum);\"\u003eConcentrated actives perform \u003cem style=\"color:var(--sr-orange); font-style:normal;\"\u003ebest when fresh.\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cp class=\"sr-callout-text\"\u003eVitamin 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.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Seven Regions","offers":[{"title":"Default Title","offer_id":50816307364134,"sku":null,"price":68.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0820\/9252\/3814\/files\/Balmorhea_Front_View.jpg?v=1787117722","url":"https:\/\/www.sevenregions.com\/products\/balmorhea","provider":"Seven Regions","version":"1.0","type":"link"}