{"product_id":"collagen-and-retinol-serum","title":"Collagen and Retinol Serum","description":"\u003c!-- Google Fonts for High-End Luxury Typography --\u003e\n\u003cstyle\u003e\n        :root {\n            --lux-green: #1C2D24;      \/* Deep premium botanical green *\/\n            --lux-gold: #C5A880;       \/* Muted premium champagne gold *\/\n            --lux-charcoal: #111111;   \/* High-contrast black for bold readability *\/\n            --lux-cream: #FAF9F6;      \/* Soft vanity background *\/\n            --lux-border: #D8D3C9;     \/* Clear structural dividers *\/\n            --font-serif: 'Cormorant Garamond', serif;\n            --font-sans: 'Montserrat', sans-serif;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            background-color: #ffffff;\n            color: var(--lux-charcoal);\n            font-family: var(--font-sans);\n            font-size: 18px; \/* High visibility body font size *\/\n            letter-spacing: 0.5px;\n            line-height: 1.8;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* Layout Container *\/\n        .pdp-container {\n            max-width: 1350px;\n            margin: 0 auto;\n            padding: 60px 40px;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 60px;\n        }\n\n        @media (min-width: 992px) {\n            .pdp-container {\n                grid-template-columns: 1.1fr 0.9fr;\n                gap: 80px;\n            }\n        }\n\n        \/* Left Column: Image Wrapper Placeholder *\/\n        .pdp-media-gallery {\n            position: sticky;\n            top: 40px;\n            height: fit-content;\n        }\n\n        .main-hero-image {\n            width: 100%;\n            height: auto;\n            border-radius: 4px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);\n            display: block;\n            background-color: var(--lux-cream);\n        }\n\n        \/* Right Column: High-Conversion Copy *\/\n        .pdp-details-panel {\n            padding-top: 10px;\n        }\n\n        .brand-subtitle {\n            font-size: 1.1rem;\n            text-transform: uppercase;\n            letter-spacing: 4px;\n            color: var(--lux-gold);\n            font-weight: 600;\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .product-main-title {\n            font-family: var(--font-serif);\n            font-size: 4rem;\n            font-weight: 500;\n            color: var(--lux-green);\n            line-height: 1.1;\n            margin-bottom: 20px;\n        }\n\n        @media (max-width: 768px) {\n            .product-main-title {\n                font-size: 3rem;\n            }\n        }\n\n        .editorial-tagline {\n            font-family: var(--font-serif);\n            font-size: 1.8rem;\n            font-style: italic;\n            color: #444444;\n            margin-bottom: 35px;\n            letter-spacing: 1px;\n            font-weight: 500;\n        }\n\n        .editorial-narrative {\n            font-size: 1.3rem;\n            color: #222222;\n            font-weight: 400;\n            line-height: 1.9;\n            margin-bottom: 30px;\n        }\n\n        .editorial-signature {\n            font-family: var(--font-serif);\n            font-size: 1.6rem;\n            color: var(--lux-green);\n            font-weight: 600;\n            margin-bottom: 40px;\n        }\n\n        .fine-divider {\n            border: 0;\n            border-top: 2px solid var(--lux-border);\n            margin: 50px 0;\n        }\n\n        \/* Section Headings *\/\n        .luxury-section-title {\n            font-family: var(--font-serif);\n            font-size: 2.2rem;\n            font-weight: 600;\n            color: var(--lux-green);\n            letter-spacing: 1px;\n            margin-bottom: 30px;\n            text-transform: capitalize;\n        }\n\n        \/* High-Converting Benefits Layout *\/\n        .benefits-luxury-stack {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n\n        .benefit-card {\n            display: flex;\n            align-items: flex-start;\n            gap: 24px;\n        }\n\n        .benefit-icon-wrapper {\n            margin-top: 2px;\n            color: var(--lux-gold);\n            font-size: 1.6rem;\n            font-weight: bold;\n        }\n\n        .benefit-content-wrapper h4 {\n            font-size: 1.25rem;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: var(--lux-green);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n\n        .benefit-content-wrapper p {\n            font-size: 1.15rem;\n            color: #333333;\n            font-weight: 400;\n            line-height: 1.7;\n        }\n\n        \/* Application Section *\/\n        .ritual-step-row {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n\n        @media (max-width: 768px) {\n            .ritual-step-row {\n                grid-template-columns: 1fr;\n                gap: 35px;\n            }\n        }\n\n        .ritual-card {\n            border-left: 2px solid var(--lux-border);\n            padding-left: 20px;\n        }\n\n        .ritual-num {\n            font-family: var(--font-serif);\n            font-size: 2.2rem;\n            color: var(--lux-gold);\n            margin-bottom: 8px;\n            font-weight: 600;\n            line-height: 1;\n        }\n\n        .ritual-card h4 {\n            font-size: 1.1rem;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 10px;\n            color: var(--lux-green);\n            font-weight: 700;\n        }\n\n        .ritual-card p {\n            font-size: 1.05rem;\n            color: #333333;\n            font-weight: 400;\n            line-height: 1.7;\n        }\n\n        .master-tip-callout {\n            background-color: var(--lux-cream);\n            border: 1px solid var(--lux-border);\n            padding: 35px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 1.25rem;\n            color: #111111;\n            font-style: italic;\n            line-height: 1.8;\n        }\n\n        .master-tip-callout strong {\n            font-family: var(--font-sans);\n            font-style: normal;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            font-size: 1rem;\n            color: var(--lux-green);\n            display: block;\n            margin-bottom: 12px;\n            font-weight: 700;\n        }\n\n        \/* Ingredients \u0026 Formulation Box *\/\n        .apothecary-box {\n            border: 2px solid var(--lux-border);\n            border-radius: 6px;\n            padding: 40px;\n            background: #ffffff;\n        }\n\n        .inci-deck-preview {\n            font-family: var(--font-sans);\n            font-size: 1.1rem;\n            color: var(--lux-green);\n            font-weight: 600;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            background: var(--lux-cream);\n            padding: 20px 25px;\n            border-radius: 4px;\n            margin-bottom: 35px;\n            line-height: 1.8;\n            text-align: center;\n            border: 1px solid var(--lux-border);\n        }\n\n        .ingredient-breakdown-loop {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        .ingredient-node strong {\n            font-size: 1.15rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: var(--lux-green);\n            display: block;\n            margin-bottom: 6px;\n            font-weight: 700;\n        }\n\n        .ingredient-node p {\n            font-size: 1.1rem;\n            color: #333333;\n            font-weight: 400;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003c!-- Left Column: Media Presentation Placeholders --\u003e\u003c!-- Right Column: High-Visibility Premium Copy Box --\u003e\n\u003cdiv class=\"pdp-details-panel\"\u003e\n\u003cspan class=\"brand-subtitle\"\u003eShaimura Skin Care\u003c\/span\u003e\n\u003ch1 class=\"product-main-title\"\u003eRejuvenating Serum\u003c\/h1\u003e\n\u003cdiv class=\"editorial-tagline\"\u003eYouthful Firmness. Structural Plumping. Lasting Hydration.\u003c\/div\u003e\n\u003cp class=\"editorial-narrative\"\u003eRestore structural bounce and ageless clarity. This lightweight, high-performance rejuvenating serum is deeply powered by an advanced matrix of Retinol, Hydrolyzed Collagen, and Hyaluronic Acid. Specifically engineered to smooth the appearance of fine lines and correct irregular skin texture, its refreshing formula works with skin-conditioning lipids to support optimal moisture retention.\u003c\/p\u003e\n\u003cp class=\"editorial-signature\"\u003eAn advanced age-defying fluid that leaves your skin looking smoother, plumper, and profoundly radiant with continued use.\u003c\/p\u003e\n\u003chr class=\"fine-divider\"\u003e\n\u003c!-- Experience Benefits Section --\u003e\n\u003ch2 class=\"luxury-section-title\"\u003eThe Performance Matrix\u003c\/h2\u003e\n\u003cdiv class=\"benefits-luxury-stack\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrapper\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"benefit-content-wrapper\"\u003e\n\u003ch4\u003eElasticity \u0026amp; Firmness Activation\u003c\/h4\u003e\n\u003cp\u003eInfused with pure Collagen to visibly optimize skin elasticity, leaving facial contours looking tighter, firmer, and noticeably smoother.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrapper\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"benefit-content-wrapper\"\u003e\n\u003ch4\u003eCellular Renewal \u0026amp; Line Defense\u003c\/h4\u003e\n\u003cp\u003eHigh-purity Retinol targets early signs of aging by supporting natural collagen production and encouraging healthy, swift cell turnover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrapper\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"benefit-content-wrapper\"\u003e\n\u003ch4\u003eDeep Multi-Layer Hydration\u003c\/h4\u003e\n\u003cp\u003eHyaluronic Acid combines with nourishing Algae Extract and nutrient-dense Coconut Fruit Juice to restore essential hydration bounce and supple softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrapper\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"benefit-content-wrapper\"\u003e\n\u003ch4\u003eThoughtfully Tailored Clean Luxury\u003c\/h4\u003e\n\u003cp\u003ePerfect for all skin types targeting age correction. 100% Cruelty-free, paraben-free, and proudly mindfully manufactured and made in North America.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"fine-divider\"\u003e\n\u003c!-- Application Ritual Section --\u003e\n\u003ch2 class=\"luxury-section-title\"\u003eThe Application Method\u003c\/h2\u003e\n\u003cdiv class=\"ritual-step-row\"\u003e\n\u003cdiv class=\"ritual-card\"\u003e\n\u003cdiv class=\"ritual-num\"\u003eI\u003c\/div\u003e\n\u003ch4\u003eMeasure\u003c\/h4\u003e\n\u003cp\u003eDispense 2–3 drops of the refreshing rejuvenating serum into the palm of a clean hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ritual-card\"\u003e\n\u003cdiv class=\"ritual-num\"\u003eII\u003c\/div\u003e\n\u003ch4\u003eMassage\u003c\/h4\u003e\n\u003cp\u003ePress delicately onto clean skin across the contours of the face and neck, massaging gently until completely absorbed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ritual-card\"\u003e\n\u003cdiv class=\"ritual-num\"\u003eIII\u003c\/div\u003e\n\u003ch4\u003eSecure\u003c\/h4\u003e\n\u003cp\u003eFollow directly with your favorite Shaimura face cream. If applied during the daytime, always secure your skin with a broad-spectrum SPF.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"master-tip-callout\"\u003e\n\u003cstrong\u003eThe Master Aesthetician Tip\u003c\/strong\u003e \"Because this formula features active Retinol, it is highly effective when introduced into your evening ritual. If you are new to Retinol, begin by applying it 2–3 nights a week, allowing your skin-conditioning lipids to build a baseline before transitioning to nightly usage.\"\u003c\/div\u003e\n\u003chr class=\"fine-divider\"\u003e\n\u003c!-- Ingredients \u0026 Alchemy Section --\u003e\n\u003cdiv class=\"apothecary-box\"\u003e\n\u003ch2 style=\"margin-top: 0; margin-bottom: 20px;\" class=\"luxury-section-title\"\u003eClean Ingredients, Transparent Results\u003c\/h2\u003e\n\u003cdiv class=\"inci-deck-preview\"\u003eAqua, Phospholipids, Retinol, Leuconostoc\/Radish Root Ferment Filtrate, Tetrasodium EDTA, Hydrolyzed Collagen, Phenoxyethanol, Ethylhexylglycerin, Sodium Hyaluronate, Xanthan Gum, Sorbitan Monolaurate, Sodium PCA, Algae Extract, Cocos Nucifera (Coconut) Fruit Juice.\u003c\/div\u003e\n\u003cdiv class=\"ingredient-breakdown-loop\"\u003e\n\u003cdiv class=\"ingredient-node\"\u003e\n\u003cstrong\u003ePhospholipids \u0026amp; Retinol\u003c\/strong\u003e\n\u003cp\u003eAn intelligent lipid-delivery base that encapsulates active Retinol, shielding it to ensure stable, deeper penetration while defending the moisture barrier from irritation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-node\"\u003e\n\u003cstrong\u003eHydrolyzed Collagen \u0026amp; Sodium Hyaluronate\u003c\/strong\u003e\n\u003cp\u003eA high-performance structural duo that delivers immediate surface-plumping action, improving density and drawing water deep into depleted skin tissues.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-node\"\u003e\n\u003cstrong\u003eAlgae Extract \u0026amp; Coconut Fruit Juice\u003c\/strong\u003e\n\u003cp\u003ePure botanical and marine bio-nutrients rich in essential minerals and amino acids to condition, soothe, and feed vulnerable complexions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SHAIMURA","offers":[{"title":"Default Title","offer_id":43211788484685,"sku":"95243-BLNK-GF-03-02-CRS","price":51.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/7415\/7645\/files\/95243-BLNK-GF-03-02-CRS.webp?v=1783251110","url":"https:\/\/shaimura.com\/products\/collagen-and-retinol-serum","provider":"SHAIMURA","version":"1.0","type":"link"}