{"title":"Conscientious 2ND Edition","description":"","products":[{"product_id":"conscientious-for-him","title":"Conscientious For Him","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eCONSCIENTIOUS Essence Spray For Him\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n\n    \/* ═══════════════════════════════════════════\n       ALL styles scoped to .csc-page only.\n       Nothing here touches html, body, or global\n       selectors — safe to embed in any website.\n    ═══════════════════════════════════════════ *\/\n\n    .csc-page *, .csc-page *::before, .csc-page *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .csc-page {\n      --g:      #9a7535;\n      --g2:     #b8924a;\n      --bg:     #ffffff;\n      --bg2:    #f8f5f1;\n      --bg3:    #f2ede7;\n      --t:      #1a1510;\n      --ts:     #4a4540;\n      --tm:     #6e6860;\n      --bdr:    rgba(154,117,53,.18);\n\n      font-family: 'Jost', sans-serif;\n      font-size: 16px;\n      font-weight: 400;\n      line-height: 1.85;\n      color: var(--t);\n      background: var(--bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ── HERO ── *\/\n    .csc-page .c-hero {\n      position: relative;\n      min-height: 100svh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      background: radial-gradient(ellipse at 55% 45%, #f2e8d6 0%, #fff 68%);\n      padding: 60px 20px;\n      overflow: hidden;\n    }\n    .csc-page .c-hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        repeating-linear-gradient(0deg,  transparent, transparent 59px, rgba(154,117,53,.05) 60px),\n        repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(154,117,53,.05) 60px);\n      pointer-events: none;\n    }\n    .csc-page .c-hero-inner {\n      position: relative;\n      z-index: 1;\n      max-width: 640px;\n      width: 100%;\n    }\n    .csc-page .c-eyebrow {\n      display: block;\n      font-size: .75rem;\n      font-weight: 400;\n      letter-spacing: .32em;\n      text-transform: uppercase;\n      color: var(--g);\n      margin-bottom: 24px;\n    }\n    .csc-page .c-hero h1 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(2.4rem, 9vw, 5rem);\n      line-height: 1.1;\n      color: var(--t);\n      margin-bottom: 12px;\n    }\n    .csc-page .c-hero h1 em { font-style: italic; color: var(--g2); }\n    .csc-page .c-rule { width: 48px; height: 1px; background: var(--g); margin: 28px auto; opacity: .5; }\n    .csc-page .c-tagline {\n      font-size: .88rem;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      color: var(--tm);\n    }\n\n    \/* ── SECTIONS ── *\/\n    .csc-page .c-section      { padding: 72px 20px; }\n    .csc-page .c-container    { max-width: 900px; margin: 0 auto; }\n    .csc-page .c-label {\n      display: block;\n      font-size: .72rem;\n      font-weight: 500;\n      letter-spacing: .28em;\n      text-transform: uppercase;\n      color: var(--g);\n      margin-bottom: 10px;\n    }\n    .csc-page .c-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(1.8rem, 5vw, 3rem);\n      line-height: 1.18;\n      color: var(--t);\n      margin-bottom: 22px;\n    }\n    .csc-page .c-body {\n      font-size: 1.05rem;\n      color: var(--ts);\n      max-width: 640px;\n      line-height: 1.9;\n    }\n\n    \/* ── INTRO GRID ── *\/\n    .csc-page .c-intro-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 56px;\n      align-items: start;\n    }\n\n    \/* ── TINTED SECTION ── *\/\n    .csc-page .c-tinted {\n      background: var(--bg2);\n      border-top: 1px solid var(--bdr);\n      border-bottom: 1px solid var(--bdr);\n    }\n\n    \/* ── HOW IT WORKS ── *\/\n    .csc-page .c-steps {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 20px;\n      margin-top: 40px;\n    }\n    .csc-page .c-step {\n      border: 1px solid var(--bdr);\n      border-radius: 4px;\n      padding: 32px 28px;\n      background: var(--bg);\n    }\n    .csc-page .c-step-num {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 2.8rem;\n      font-weight: 300;\n      color: rgba(154,117,53,.2);\n      line-height: 1;\n      margin-bottom: 14px;\n    }\n    .csc-page .c-step p {\n      font-size: 1rem;\n      color: var(--ts);\n      line-height: 1.8;\n    }\n\n    \/* ── BENEFITS ── *\/\n    .csc-page .c-benefits-bg  { background: var(--bg3); }\n    .csc-page .c-benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 0;\n      margin-top: 40px;\n      border: 1px solid var(--bdr);\n      border-radius: 4px;\n      overflow: hidden;\n    }\n    .csc-page .c-benefit {\n      padding: 28px 24px;\n      border-right: 1px solid var(--bdr);\n      border-bottom: 1px solid var(--bdr);\n      background: var(--bg);\n      transition: background .25s;\n    }\n    .csc-page .c-benefit:hover { background: #fdf9f4; }\n    .csc-page .c-benefit-icon {\n      width: 24px;\n      height: 2px;\n      background: var(--g);\n      margin-bottom: 14px;\n      border-radius: 1px;\n      opacity: .6;\n    }\n    .csc-page .c-benefit p { font-size: 1rem; color: var(--ts); line-height: 1.75; }\n\n    \/* ── PRODUCT IMAGE ── *\/\n    .csc-page .c-img-wrap { display: flex; justify-content: center; margin: 52px 0 8px; }\n    .csc-page .c-img-wrap img {\n      max-width: 320px;\n      width: 85%;\n      object-fit: contain;\n      filter: drop-shadow(0 16px 48px rgba(154,117,53,.15));\n    }\n\n    \/* ── PATENTS ── *\/\n    .csc-page .c-patents {\n      text-align: center;\n      padding: 72px 20px;\n      background: linear-gradient(140deg, #f5ead6 0%, var(--bg2) 100%);\n      border-top: 1px solid var(--bdr);\n      border-bottom: 1px solid var(--bdr);\n    }\n    .csc-page .c-patents-inner { max-width: 600px; margin: 0 auto; }\n    .csc-page .c-patents-inner h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(1.6rem, 4vw, 2.3rem);\n      color: var(--t);\n      line-height: 1.25;\n      margin-bottom: 20px;\n      position: relative;\n      display: inline-block;\n    }\n    .csc-page .c-patents-inner h2::before {\n      content: '27';\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(8rem, 24vw, 15rem);\n      font-weight: 300;\n      color: rgba(154,117,53,.1);\n      line-height: 1;\n      pointer-events: none;\n      white-space: nowrap;\n      z-index: 0;\n    }\n    .csc-page .c-patents-inner h2 span { position: relative; z-index: 1; }\n    .csc-page .c-patents-inner p { font-size: 1rem; color: var(--ts); line-height: 1.85; margin-top: 12px; }\n\n    \/* ── USAGE ── *\/\n    .csc-page .c-usage { text-align: center; }\n    .csc-page .c-usage-steps {\n      display: inline-flex;\n      flex-direction: column;\n      gap: 20px;\n      text-align: left;\n      margin-top: 36px;\n    }\n    .csc-page .c-usage-step { display: flex; align-items: flex-start; gap: 18px; font-size: 1.05rem; color: var(--ts); line-height: 1.7; }\n    .csc-page .c-usage-num {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.5rem;\n      font-weight: 400;\n      color: var(--g);\n      min-width: 22px;\n      line-height: 1.3;\n    }\n    .csc-page .c-footnote { margin-top: 24px; font-size: .85rem; color: var(--tm); line-height: 1.7; }\n\n    \/* ── ANIMATIONS ── *\/\n    @keyframes cscFadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .csc-page .anim { opacity: 0; }\n    .csc-page .anim.on { animation: cscFadeUp .7s ease forwards; }\n    .csc-page .anim:nth-child(2) { animation-delay: .12s; }\n    .csc-page .anim:nth-child(3) { animation-delay: .24s; }\n    .csc-page .anim:nth-child(4) { animation-delay: .36s; }\n\n    \/* ── MOBILE ── *\/\n    @media (max-width: 640px) {\n      .csc-page .c-section       { padding: 56px 18px; }\n      .csc-page .c-hero          { padding: 56px 18px; }\n      .csc-page .c-hero h1       { font-size: 2.3rem; }\n      .csc-page .c-intro-grid    { grid-template-columns: 1fr; gap: 44px; }\n      .csc-page .c-title         { font-size: 1.75rem; }\n      .csc-page .c-steps         { grid-template-columns: 1fr; gap: 16px; }\n      .csc-page .c-step          { padding: 24px 20px; }\n      .csc-page .c-benefits-grid { grid-template-columns: 1fr; }\n      .csc-page .c-benefit       { padding: 22px 20px; }\n      .csc-page .c-patents       { padding: 56px 18px; }\n      .csc-page .c-usage-steps   { width: 100%; }\n      .csc-page .c-img-wrap img  { width: 72%; }\n    }\n\n  \u003c\/style\u003e\n\n\n\u003cdiv class=\"csc-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"c-hero\"\u003e\n    \u003cdiv class=\"c-hero-inner\"\u003e\n      \u003cspan class=\"c-eyebrow\"\u003eCONSCIENTIOUS\u003c\/span\u003e\n      \u003ch1\u003eEssence Spray\u003cbr\u003e\u003cem\u003eFor Him\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cdiv class=\"c-rule\"\u003e\u003c\/div\u003e\n      \u003cp class=\"c-tagline\"\u003eUnleash Your Alluring Appeal\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"c-section\" id=\"introduction\"\u003e\n    \u003cdiv class=\"c-container\"\u003e\n      \u003cdiv class=\"c-intro-grid\"\u003e\n        \u003cdiv class=\"anim\"\u003e\n          \u003cspan class=\"c-label\"\u003eDiscover The Elusive\u003c\/span\u003e\n          \u003ch2 class=\"c-title\"\u003eElixir for\u003cbr\u003ethe Skin\u003c\/h2\u003e\n          \u003cp class=\"c-body\"\u003eAt the heart of CONSCIENTIOUS lies our desire and dedication to discover the elusive elixir that could meet all our skin care needs. We went to great lengths around the world to source for the best in nature and unlocked the great powers which lie within each ingredient — discovering what was once thought to be unattainable and impossible, setting a new level of perfection and standard in luxury skin care.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"anim\"\u003e\n          \u003cspan class=\"c-label\"\u003eIntroducing the Exclusive High-Performance\u003c\/span\u003e\n          \u003ch2 class=\"c-title\"\u003eEssence\u003cbr\u003eSpray\u003c\/h2\u003e\n          \u003cp class=\"c-body\"\u003eAfter years of extensive research and development, we finally perfected the most exclusive and ultimate luxurious essence spray. As we know the very definition of beauty is unique to everyone at different times, we created a revolutionary skin care that is smart enough to adapt to all your individual skin needs, whenever and wherever it is most needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- GOLDEN PROPORTIONS --\u003e\n  \u003csection class=\"c-section c-tinted\" id=\"the-science\"\u003e\n    \u003cdiv class=\"c-container\"\u003e\n      \u003cspan class=\"c-label anim\"\u003eAn Essence Spray of\u003c\/span\u003e\n      \u003ch2 class=\"c-title anim\"\u003eGolden Proportions\u003c\/h2\u003e\n      \u003cp class=\"c-body anim\"\u003eInfused with a high concentration of only the finest ingredients, each drop of CONSCIENTIOUS Essence is a \"waterless\" spray greatly enhanced with the use of gold to provide instant and revolutionary results that transform the look of the skin.\u003c\/p\u003e\n      \u003cp class=\"c-body anim\" style=\"margin-top:24px;\"\u003eGold is an antioxidant and has anti-inflammatory properties — a true indulgence that is beneficial for the skin. Its anti-inflammatory properties are ideal for those dealing with sensitive, hyperpigmented, and acne-scarred skin. Gold also helps repair skin damage while adding radiance and glow with its intense light-reflecting colour. It improves skin elasticity, giving a firming effect and combating environmental aggressors and daily pollutants.\u003c\/p\u003e\n      \u003cdiv class=\"c-img-wrap anim\"\u003e\n        \u003cimg src=\"https:\/\/www.conscientious.com\/wp-content\/uploads\/2020\/04\/mobile-spray3.jpg\" alt=\"CONSCIENTIOUS Essence Spray For Him\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"c-section\" id=\"how-it-works\"\u003e\n    \u003cdiv class=\"c-container\"\u003e\n      \u003cspan class=\"c-label\"\u003eThe Mechanism\u003c\/span\u003e\n      \u003ch2 class=\"c-title\"\u003eHow It Works\u003c\/h2\u003e\n      \u003cdiv class=\"c-steps\"\u003e\n        \u003cdiv class=\"c-step anim\"\u003e\n          \u003cdiv class=\"c-step-num\"\u003e01\u003c\/div\u003e\n          \u003cp\u003eEach drop is infused with potent concentrations of the finest, purest botanical ingredients — sourced directly from nature onto the skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"c-step anim\"\u003e\n          \u003cdiv class=\"c-step-num\"\u003e02\u003c\/div\u003e\n          \u003cp\u003eCreated by cutting-edge technology, allowing nano-sized molecules to penetrate deeply through the skin in every drop.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"c-step anim\"\u003e\n          \u003cdiv class=\"c-step-num\"\u003e03\u003c\/div\u003e\n          \u003cp\u003eIngredients work synergistically together to provide instant, revolutionary results that visibly transform the look of the skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"c-section c-benefits-bg\" id=\"the-benefits\"\u003e\n    \u003cdiv class=\"c-container\"\u003e\n      \u003cspan class=\"c-label\"\u003eAll Botanical · Highly Concentrated\u003c\/span\u003e\n      \u003ch2 class=\"c-title\"\u003eThe Benefits\u003c\/h2\u003e\n      \u003cdiv class=\"c-benefits-grid\"\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eConvenient on-the-go skin care spray you can use anytime.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eUltra-lightweight and quick-absorbing, leaving skin feeling instantly energised.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eHigh-performing active ingredients that boost intense hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eSmoothens rough skin texture for a refined and even complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eIncreases the skin's elasticity and firmness over time.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eRegulates excessive sebum and tightens pores, leaving skin matte and smooth.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eStrengthens the skin's natural resistance to external damage.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eEvens skin tone and lightens dark spots to reveal brighter, healthier skin.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eSuitable for all skin types, including sensitive skin.*\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-benefit anim\"\u003e\n\u003cdiv class=\"c-benefit-icon\"\u003e\u003c\/div\u003e\n\u003cp\u003eParaben-Free and Silicone-Free luxury beauty product.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"c-footnote\"\u003e*As this is an incredibly active product, discontinue use if you experience itching or irritation.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PATENTS --\u003e\n  \u003csection class=\"c-patents\" id=\"our-patents\"\u003e\n    \u003cdiv class=\"c-patents-inner anim\"\u003e\n      \u003ch2\u003e\u003cspan\u003ePotent Highly-Concentrated\u003cbr\u003ePatent Ingredients\u003c\/span\u003e\u003c\/h2\u003e\n      \u003cp\u003eFor the first time, captured in a single bottle — CONSCIENTIOUS Essence Spray is ingeniously formulated with 27 patented ingredients, opening up endless skincare possibilities.**\u003c\/p\u003e\n      \u003cp style=\"margin-top:12px;\"\u003e**Most brands in the market contain fewer than 5 patent ingredients, in the range of 10–20% of total content.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USAGE --\u003e\n  \u003csection class=\"c-section c-usage\" id=\"for-him\"\u003e\n    \u003cdiv class=\"c-container\"\u003e\n      \u003cspan class=\"c-label anim\"\u003eIndulge in the Highest Level of Luxury\u003c\/span\u003e\n      \u003ch2 class=\"c-title anim\"\u003eExperience Perfect Skin Care\u003cbr\u003ein a Single Bottle\u003c\/h2\u003e\n      \u003cdiv class=\"c-usage-steps\"\u003e\n        \u003cdiv class=\"c-usage-step anim\"\u003e\n          \u003cspan class=\"c-usage-num\"\u003e1\u003c\/span\u003e\n          \u003cp\u003eAfter cleansing, spray 5–8 times evenly over the entire face.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"c-usage-step anim\"\u003e\n          \u003cspan class=\"c-usage-num\"\u003e2\u003c\/span\u003e\n          \u003cp\u003eCan also be used over makeup during the day as desired.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/.csc-page --\u003e\n\n\u003cscript\u003e\n  (function () {\n    var els = document.querySelectorAll('.csc-page .anim');\n    if (!('IntersectionObserver' in window)) {\n      els.forEach(function (el) { el.classList.add('on'); });\n      return;\n    }\n    var io = new IntersectionObserver(function (entries) {\n      entries.forEach(function (e) {\n        if (e.isIntersecting) { e.target.classList.add('on'); io.unobserve(e.target); }\n      });\n    }, { threshold: 0.1 });\n    els.forEach(function (el) { io.observe(el); });\n  })();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"CONSCIENTIOUS","offers":[{"title":"Default Title","offer_id":44892866183237,"sku":"1000","price":468.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4827\/7573\/files\/him.png?v=1776664149"},{"product_id":"conscientious-for-her","title":"Conscientious For Her","description":"\u003c!-- ============================================================\n     CONSCIENTIOUS Essence Spray For Her – 2nd Edition\n     PASTE-SAFE: no \u003chtml\u003e \/ \u003chead\u003e \/ \u003cbody\u003e tags.\n     Google Fonts link — add this ONCE to your site's \u003chead\u003e\n     if not already present:\n     \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026family=Raleway:wght@300;400;500;600\u0026display=swap\" rel=\"stylesheet\" \/\u003e\n============================================================ --\u003e\n\n\u003cstyle\u003e\n\/* ── ALL RULES SCOPED TO #csc-her so they cannot leak out ── *\/\n#csc-her {\n  --csc-pink:       #c9788a;\n  --csc-pink-light: #f2dce1;\n  --csc-pink-pale:  #faf3f5;\n  --csc-pink-mid:   #e0a8b8;\n  --csc-rose:       #a85068;\n  --csc-white:      #ffffff;\n  --csc-text:       #3a2830;\n  --csc-text-mid:   #7a5a64;\n  --csc-text-soft:  #b09aa4;\n\n  font-family: 'Raleway', sans-serif;\n  color: var(--csc-text);\n  line-height: 1.78;\n  font-weight: 300;\n  box-sizing: border-box;\n}\n#csc-her *, #csc-her *::before, #csc-her *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* NAV *\/\n#csc-her .csc-nav {\n  position: sticky;\n  top: 0;\n  z-index: 200;\n  background: rgba(255,255,255,0.97);\n  backdrop-filter: blur(8px);\n  border-bottom: 1px solid var(--csc-pink-light);\n  display: flex;\n  justify-content: center;\n  gap: 3rem;\n  padding: 1.1rem 2rem;\n  flex-wrap: wrap;\n}\n#csc-her .csc-nav a {\n  color: var(--csc-text-mid);\n  text-decoration: none;\n  font-size: 0.59rem;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  font-weight: 600;\n  transition: color 0.25s;\n}\n#csc-her .csc-nav a:hover { color: var(--csc-pink); }\n\n\/* SECTION \/ CONTAINER *\/\n#csc-her .csc-section { padding: 7rem 2rem; }\n#csc-her .csc-container { max-width: 1080px; margin: 0 auto; }\n\n\/* TYPOGRAPHY *\/\n#csc-her .csc-label {\n  display: block;\n  font-size: 0.57rem;\n  letter-spacing: 0.28em;\n  text-transform: uppercase;\n  font-weight: 600;\n  color: var(--csc-pink);\n  margin-bottom: 0.7rem;\n}\n#csc-her h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(2rem, 4vw, 3rem);\n  font-weight: 300;\n  color: var(--csc-text);\n  line-height: 1.2;\n  margin-bottom: 1.2rem;\n}\n#csc-her h2 em { font-style: italic; color: var(--csc-rose); }\n#csc-her .csc-rule {\n  width: 44px;\n  height: 1.5px;\n  background: var(--csc-pink-mid);\n  margin-bottom: 2rem;\n}\n#csc-her p { font-size: 0.87rem; color: var(--csc-text-mid); margin-bottom: 1rem; }\n\n\/* TWO-COL GRID *\/\n#csc-her .csc-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 5rem;\n  align-items: center;\n}\n#csc-her .csc-two-col img { width: 100%; display: block; }\n\n\/* THE STORY *\/\n#csc-her #csc-the-story { background: var(--csc-white); }\n#csc-her #csc-the-story .csc-img-wrap img {\n  box-shadow: 10px 18px 55px rgba(180,100,120,0.13);\n  border-radius: 2px;\n}\n\n\/* INTRODUCTION *\/\n#csc-her #csc-introduction { background: var(--csc-pink-pale); }\n#csc-her #csc-introduction .csc-img-wrap img {\n  filter: drop-shadow(8px 14px 40px rgba(160,80,100,0.14));\n}\n\n\/* PINK BANNER *\/\n#csc-her .csc-pink-banner {\n  background: linear-gradient(135deg, #e0a8b8 0%, #f5d5dc 55%, #e0a8b8 100%);\n  padding: 5.5rem 2rem;\n  text-align: center;\n}\n#csc-her .csc-pink-banner .csc-label { color: var(--csc-rose); text-align: center; }\n#csc-her .csc-pink-banner h2  { color: var(--csc-text); }\n#csc-her .csc-pink-banner p   { max-width: 740px; margin: 0 auto 1rem; }\n#csc-her .csc-petal { font-size: 2rem; color: var(--csc-rose); opacity: 0.45; margin-bottom: 1rem; }\n\n\/* THE SCIENCE *\/\n#csc-her #csc-the-science { background: var(--csc-white); }\n#csc-her #csc-the-science .csc-img-wrap img {\n  box-shadow: 10px 18px 55px rgba(180,100,120,0.10);\n  border-radius: 2px;\n}\n#csc-her .csc-steps { list-style: none; counter-reset: csc-step; }\n#csc-her .csc-steps li {\n  counter-increment: csc-step;\n  display: flex;\n  gap: 1.4rem;\n  margin-bottom: 2.2rem;\n  align-items: flex-start;\n}\n#csc-her .csc-steps li::before {\n  content: \"0\" counter(csc-step);\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 2.2rem;\n  color: var(--csc-pink-mid);\n  font-weight: 300;\n  line-height: 1;\n  flex-shrink: 0;\n  margin-top: -3px;\n}\n#csc-her .csc-steps li p { margin: 0; padding-top: 0.3rem; }\n\n\/* THE BENEFITS *\/\n#csc-her #csc-the-benefits { background: var(--csc-pink-pale); }\n#csc-her .csc-benefits-header { text-align: center; margin-bottom: 3.5rem; }\n#csc-her .csc-benefits-header .csc-rule { margin: 0 auto 1rem; }\n#csc-her .csc-benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1px;\n  background: var(--csc-pink-light);\n  border: 1px solid var(--csc-pink-light);\n}\n#csc-her .csc-benefit-item {\n  background: var(--csc-pink-pale);\n  padding: 1.7rem 2rem;\n  display: flex;\n  gap: 1rem;\n  align-items: flex-start;\n  transition: background 0.25s;\n}\n#csc-her .csc-benefit-item:hover { background: var(--csc-white); }\n#csc-her .csc-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--csc-pink);\n  border-radius: 50%;\n  flex-shrink: 0;\n  margin-top: 0.55rem;\n}\n#csc-her .csc-benefit-item p { margin: 0; font-size: 0.84rem; }\n#csc-her .csc-disclaimer {\n  margin-top: 2rem;\n  font-size: 0.72rem;\n  color: var(--csc-text-soft);\n  font-style: italic;\n  text-align: center;\n}\n\n\/* OUR PATENTS *\/\n#csc-her #csc-our-patents { background: var(--csc-white); }\n#csc-her .csc-patents-wrap {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 5rem;\n  align-items: center;\n}\n#csc-her .csc-patent-stat {\n  text-align: center;\n  padding: 3.5rem 2rem;\n  border: 1px solid var(--csc-pink-light);\n  background: var(--csc-pink-pale);\n}\n#csc-her .csc-patent-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 8rem;\n  color: var(--csc-pink);\n  font-weight: 300;\n  line-height: 1;\n  display: block;\n}\n#csc-her .csc-patent-lbl {\n  display: block;\n  font-size: 0.57rem;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--csc-rose);\n  font-weight: 600;\n  margin-top: 0.3rem;\n}\n#csc-her .csc-patent-note {\n  font-size: 0.77rem;\n  margin-top: 0.7rem;\n  color: var(--csc-text-soft);\n  font-style: italic;\n}\n\n\/* FOR HER *\/\n#csc-her #csc-for-her { background: var(--csc-pink-pale); }\n#csc-her .csc-gallery {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 0.8rem;\n}\n#csc-her .csc-gallery img {\n  width: 100%;\n  display: block;\n  object-fit: cover;\n  border-radius: 2px;\n}\n#csc-her .csc-gallery img:first-child { grid-column: 1 \/ -1; }\n\n#csc-her .csc-application-box {\n  border-left: 2px solid var(--csc-pink-mid);\n  padding-left: 1.8rem;\n  margin: 1.8rem 0;\n}\n#csc-her .csc-application-box h4 {\n  font-size: 0.57rem;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--csc-pink);\n  font-weight: 600;\n  margin-bottom: 0.7rem;\n}\n#csc-her .csc-application-box ol { padding-left: 1.1rem; }\n#csc-her .csc-application-box ol li {\n  font-size: 0.85rem;\n  color: var(--csc-text-mid);\n  margin-bottom: 0.4rem;\n}\n#csc-her .csc-tags { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 2rem; }\n#csc-her .csc-tag {\n  font-size: 0.56rem;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  border: 1px solid var(--csc-pink-mid);\n  color: var(--csc-rose);\n  padding: 0.3rem 0.8rem;\n  font-weight: 600;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  #csc-her .csc-nav       { gap: 1.2rem; }\n  #csc-her .csc-two-col   { grid-template-columns: 1fr; gap: 3rem; }\n  #csc-her .csc-patents-wrap { grid-template-columns: 1fr; gap: 3rem; }\n  #csc-her .csc-benefits-grid { grid-template-columns: 1fr; }\n  #csc-her .csc-gallery   { grid-template-columns: 1fr; }\n  #csc-her .csc-gallery img:first-child { grid-column: auto; }\n}\n\u003c\/style\u003e\n\n\u003c!-- ══════════════════════════════════════════════════════\n     WRAPPER — everything lives inside #csc-her\n     Styles cannot escape this div and break your site\n════════════════════════════════════════════════════════ --\u003e\n\u003cdiv id=\"csc-her\"\u003e\n\n  \u003c!-- NAV --\u003e\n  \u003cnav class=\"csc-nav\"\u003e\n    \u003ca href=\"#csc-the-story\"\u003eThe Story\u003c\/a\u003e\n    \u003ca href=\"#csc-introduction\"\u003eIntroduction\u003c\/a\u003e\n    \u003ca href=\"#csc-the-science\"\u003eThe Science\u003c\/a\u003e\n    \u003ca href=\"#csc-the-benefits\"\u003eThe Benefits\u003c\/a\u003e\n    \u003ca href=\"#csc-our-patents\"\u003eOur Patents\u003c\/a\u003e\n    \u003ca href=\"#csc-for-her\"\u003eFor Her\u003c\/a\u003e\n  \u003c\/nav\u003e\n\n  \u003c!-- THE STORY --\u003e\n  \u003csection class=\"csc-section\" id=\"csc-the-story\"\u003e\n    \u003cdiv class=\"csc-container\"\u003e\n      \u003cdiv class=\"csc-two-col\"\u003e\n        \u003cdiv class=\"csc-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/projects.webhubglobal.com\/avantir\/live2\/wp-content\/uploads\/2022\/07\/pic100-min.jpg\" alt=\"CONSCIENTIOUS Essence Spray 2nd Edition – For Her\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"csc-label\"\u003eDiscover The Elusive\u003c\/span\u003e\n          \u003ch2\u003e\n\u003cem\u003eElixir\u003c\/em\u003e for the Skin\u003c\/h2\u003e\n          \u003cdiv class=\"csc-rule\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\n            At the heart of CONSCIENTIOUS lies our desire and dedication to discover the\n            elusive elixir that could meet all our skin care needs. We went to great\n            lengths around the world to source for the best in nature and unlocked the\n            great powers which lie within each ingredient, discovering what was once\n            thought to be unattainable and impossible, setting a new level of perfection\n            and standard in luxury skin care.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            Pushing the boundaries in innovation and excellence, our ultimate goal is to\n            create a unique product that delivers timeless results — making beautiful,\n            desirable skin achievable for everyone.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"csc-section\" id=\"csc-introduction\"\u003e\n    \u003cdiv class=\"csc-container\"\u003e\n      \u003cdiv class=\"csc-two-col\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"csc-label\"\u003eIntroducing the Exclusive High-Performance\u003c\/span\u003e\n          \u003ch2\u003e\u003cem\u003eEssence Spray\u003c\/em\u003e\u003c\/h2\u003e\n          \u003cdiv class=\"csc-rule\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\n            After years of extensive research and development, we finally perfected the\n            most exclusive and ultimate luxurious essence spray. As we know the very\n            definition of beauty is unique to everyone at different times, we created a\n            revolutionary skin care that is smart enough to adapt to all your individual\n            skin needs, whenever and wherever it's most needed.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            The 2nd Edition has been refined and upgraded in both its formulation and\n            packaging — packed with significant improvements and brand-new breakthroughs\n            in its formula. Each package includes two convenient 60ml bottles, further\n            boosting and enhancing its efficacy with a product that delivers superb\n            visible results.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"csc-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/projects.webhubglobal.com\/avantir\/live2\/wp-content\/uploads\/2022\/07\/herspray6-min.jpg\" alt=\"CONSCIENTIOUS Essence Spray 2nd Edition – Introduction\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PINK BANNER --\u003e\n  \u003cdiv class=\"csc-pink-banner\"\u003e\n    \u003cdiv class=\"csc-petal\"\u003e✿\u003c\/div\u003e\n    \u003cspan class=\"csc-label\"\u003eAn Essence Spray of\u003c\/span\u003e\n    \u003ch2\u003eGolden Proportions\u003c\/h2\u003e\n    \u003cp\u003e\n      Infused with a high concentration of only the finest ingredients, each drop of\n      CONSCIENTIOUS Essence is a \"waterless\" spray greatly enhanced with 24K water-soluble\n      gold extracted through natural iontophoresis of Sakuda gold powder — providing\n      instant and revolutionary results which transform the look of the skin.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Gold is an antioxidant with anti-inflammatory properties, ideal for sensitive,\n      hyperpigmented, and acne-scarred skin. It helps repair skin damage while adding\n      radiance, glow, and elasticity — giving a firming effect and combating environmental\n      aggressors and daily pollutants.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE SCIENCE --\u003e\n  \u003csection class=\"csc-section\" id=\"csc-the-science\"\u003e\n    \u003cdiv class=\"csc-container\"\u003e\n      \u003cdiv class=\"csc-two-col\"\u003e\n        \u003cdiv class=\"csc-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/projects.webhubglobal.com\/avantir\/live2\/wp-content\/uploads\/2022\/07\/herspray2-min.jpg\" alt=\"CONSCIENTIOUS Essence Spray 2nd Edition – How It Works\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"csc-label\"\u003eHow It Works\u003c\/span\u003e\n          \u003ch2\u003eThe \u003cem\u003eScience\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cdiv class=\"csc-rule\"\u003e\u003c\/div\u003e\n          \u003cul class=\"csc-steps\"\u003e\n            \u003cli\u003e\n              \u003cp\u003eEach drop is infused with potent high concentrations of the finest,\n              purest and most botanical ingredients — directly from nature's best\n              onto the skin.\u003c\/p\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cp\u003eCreated by cutting-edge nano-technology which allows each nano-sized\n              molecule to penetrate deep through your skin in each drop, making\n              absorption effective and instant.\u003c\/p\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cp\u003eThe ingredients work together synergistically with an automatic search\n              function — repairing and revitalising your skin wherever it is needed\n              most, providing instant and revolutionary results that transform the skin.\u003c\/p\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- THE BENEFITS --\u003e\n  \u003csection class=\"csc-section\" id=\"csc-the-benefits\"\u003e\n    \u003cdiv class=\"csc-container\"\u003e\n      \u003cdiv class=\"csc-benefits-header\"\u003e\n        \u003cspan class=\"csc-label\"\u003eAll Botanical · Highly Concentrated\u003c\/span\u003e\n        \u003ch2\u003eThe \u003cem\u003eBenefits\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003cdiv class=\"csc-rule\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"csc-benefits-grid\"\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eConvenient on-the-go spray for use at anytime\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eLightweight and refreshing, leaving your skin feeling instantly revitalized\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eHigh-performing active ingredients that boost intense hydration\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eSmoothens fine lines and improves skin texture\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eImproves elasticity and firmness of skin\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eSoothes, calms and protects your skin\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eStrengthens your skin's resistance to damage\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eEvens skin tone and lightens dark spots to unveil brighter, more radiant skin\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eSuitable for all skin types, including sensitive skin\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"csc-benefit-item\"\u003e\n\u003cdiv class=\"csc-dot\"\u003e\u003c\/div\u003e\n\u003cp\u003eParaben-Free and Silicone-Free\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"csc-disclaimer\"\u003e*As this is an incredibly active product, discontinue if you experience itching or irritation.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OUR PATENTS --\u003e\n  \u003csection class=\"csc-section\" id=\"csc-our-patents\"\u003e\n    \u003cdiv class=\"csc-container\"\u003e\n      \u003cdiv class=\"csc-patents-wrap\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"csc-label\"\u003ePotent Highly-Concentrated\u003c\/span\u003e\n          \u003ch2\u003ePatent \u003cem\u003eIngredients\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cdiv class=\"csc-rule\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\n            For the 1st time, captured in a single bottle, CONSCIENTIOUS Essence Spray\n            2nd Edition is ingeniously formulated with a powerful blend of 27 patented\n            active ingredients, making up 60% of its total contents — a revolutionary\n            breakthrough in the skin care industry.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            Most brands in the market contain less than 5 patent ingredients in the range\n            of 10–20% in total content.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"csc-patent-stat\"\u003e\n          \u003cspan class=\"csc-patent-num\"\u003e27\u003c\/span\u003e\n          \u003cspan class=\"csc-patent-lbl\"\u003ePatented Active Ingredients\u003c\/span\u003e\n          \u003cp class=\"csc-patent-note\"\u003eMaking up 60% of total contents — world first.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOR HER --\u003e\n  \u003csection class=\"csc-section\" id=\"csc-for-her\"\u003e\n    \u003cdiv class=\"csc-container\"\u003e\n      \u003cdiv class=\"csc-two-col\"\u003e\n        \u003cdiv class=\"csc-gallery\"\u003e\n          \u003cimg src=\"https:\/\/projects.webhubglobal.com\/avantir\/live2\/wp-content\/uploads\/2022\/07\/pic100-min.jpg\" alt=\"CONSCIENTIOUS 2nd Edition – bottle front\"\u003e\n          \u003cimg src=\"https:\/\/projects.webhubglobal.com\/avantir\/live2\/wp-content\/uploads\/2022\/07\/herspray2-min.jpg\" alt=\"CONSCIENTIOUS 2nd Edition – bottle side\"\u003e\n          \u003cimg src=\"https:\/\/projects.webhubglobal.com\/avantir\/live2\/wp-content\/uploads\/2022\/07\/herspray6-min.jpg\" alt=\"CONSCIENTIOUS 2nd Edition – lifestyle\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"csc-label\"\u003eIndulge in the\u003c\/span\u003e\n          \u003ch2\u003eHighest Level\u003cbr\u003eOf \u003cem\u003eLuxury\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cdiv class=\"csc-rule\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\n            Experience perfect skin care in a single bottle. The CONSCIENTIOUS Essence\n            Spray 2nd Edition For Her uses Rose Hydrosol as its base — an ultra-concentrated,\n            all-botanical, waterless formula that contains purely the essence of every\n            ingredient used to create the perfect formula.\n          \u003c\/p\u003e\n          \u003cdiv class=\"csc-application-box\"\u003e\n            \u003ch4\u003eHow To Use\u003c\/h4\u003e\n            \u003col\u003e\n              \u003cli\u003eAfter cleansing, spray 5–8 times evenly over the entire face.\u003c\/li\u003e\n              \u003cli\u003eCan also be used over makeup during the day as desired.\u003c\/li\u003e\n            \u003c\/ol\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"csc-tags\"\u003e\n            \u003cspan class=\"csc-tag\"\u003eWaterless Formula\u003c\/span\u003e\n            \u003cspan class=\"csc-tag\"\u003eRose Hydrosol Base\u003c\/span\u003e\n            \u003cspan class=\"csc-tag\"\u003e24K Gold Infused\u003c\/span\u003e\n            \u003cspan class=\"csc-tag\"\u003eParaben-Free\u003c\/span\u003e\n            \u003cspan class=\"csc-tag\"\u003eSilicone-Free\u003c\/span\u003e\n            \u003cspan class=\"csc-tag\"\u003eAll Skin Types\u003c\/span\u003e\n            \u003cspan class=\"csc-tag\"\u003e2 × 60ml\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\u003c!-- \/#csc-her --\u003e","brand":"CONSCIENTIOUS","offers":[{"title":"Default Title","offer_id":44892868476997,"sku":"1000","price":468.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4827\/7573\/files\/her.png?v=1776664215"}],"url":"https:\/\/cartandtellaeterna.com\/collections\/conscientious.oembed","provider":"CART\u0026TELL AETERNA ","version":"1.0","type":"link"}