{"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\/products\/conscientious-for-her","provider":"CART\u0026TELL AETERNA ","version":"1.0","type":"link"}