Desert Rose Phyto-Retinoid Renewing 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 Phyto-Retinoid Oil Serum · 1 fl. oz. Desert Rose Advanced botanical renewal. Formulated with 1.25% Bakuchiol to deliver visible retinoid-level results while maintaining absolute barrier harmony. 1.25% Bakuchiol concentration Utilizing the exact concentration established in clinical research to upregulate collagen-synthesizing pathways without the traditional restrictions of retinol. Visible results without thebiological trade-offs. The pursuit of smoother skin and refined texture shouldn't come at the cost of chronic irritation or sensitivity. While traditional retinoids are highly effective, their biological requirements—no sun exposure, slow introduction phases, and potential "purging"—often make them difficult to sustain. Bakuchiol, derived from the seeds of the Psoralea corylifolia plant, offers a sophisticated path forward. It activates the same retinoid receptors in the skin to support collagen density and cell turnover, but through a gentler botanical mechanism. At 1.25%, Desert Rose delivers this clinical performance without the photosensitivity or adjustment periods. We suspended this powerful phyto-retinoid in a nutrient-dense base of Prickly Pear Seed Oil and Squalane, fortified with Date Seed Extract to support cellular renewal. The result is an evening serum that treats your skin as a living organ, encouraging renewal while providing profound comfort. Hero Ingredients 01 Bakuchiol The Phyto-Retinoid — 1.25% A plant-derived powerhouse that mimics the collagen-synthesizing activity of retinol. It refines the appearance of fine lines and texture while remaining exceptionally well-tolerated by sensitive barriers. 02 Opuntia Ficus-Indica Seed Oil Prickly Pear One of the most nutrient-dense botanical oils. Rich in Vitamin E and essential fatty acids, it provides profound lipid replenishment when the skin is most receptive: overnight. 03 Phoenix Dactylifera Extract Cellular Support Pressed from date palm seeds, this extract is rich in phytohormones that support the skin's natural renewal pathways, complementing the activity of bakuchiol. 04 Bisabolol The Soother A calming derivative of German chamomile that quiets inflammatory signals, ensuring your skin remains peaceful and balanced during its nightly renewal cycle. How to use it Desert Rose is an evening-only serum, formulated to align with the peak window of cellular regeneration. Evening Application After cleansing, press 3–4 drops into clean, dry skin. Because this is a pure oil formula, it integrates most effectively on a dry surface. Layering Order Apply Desert Rose, allow 60 seconds to sink in, then follow with Palo Duro Barrier Repair Cream to seal the oil and the actives underneath. Smart Pairing Alternate evenings with Caddo (Copper Peptides). Both serums perform intensive overnight work and are most effective when given their own dedicated night to shine. What to expect Visible improvements in texture and surface smoothness typically appear within 4 weeks. Unlike traditional retinoids, there is no "purge" period—results build comfortably from day one. Full Ingredients (INCI) Caprylic/Capric Triglyceride, Squalane, Opuntia Ficus-Indica (Prickly Pear) Seed Oil, Bakuchiol, Tocopherol, Bisabolol, Phoenix Dactylifera (Date) Seed Extract. A Few Pro-Tips No sun avoidance needed Unlike retinol, Bakuchiol does not cause photosensitivity. You can use it year-round without increased UV risk. We use it at night simply because that is when skin renewal peaks. Texture note Desert Rose is a "dry" oil that absorbs weightlessly. If your skin feels greasy after application, you may be using too much. Start with 2 drops and adjust as your barrier health improves. Freshness matters Precious botanical oils perform best when fresh. Prickly Pear Seed Oil is rich in sensitive fatty acids. We blend Desert Rose to order so these lipids arrive at peak quality, rather than partway through a slow decline on a shelf.
More you might like
Related
K Phyto-Ceutical Soothing Lips Desert Rose set
Related