{"product_id":"complete-glow-7-piece-skincare-set-cleanse-hydrate-brighten-smooth","title":"Complete Glow 7-Piece Skincare Set – Cleanse, Hydrate, Brighten \u0026 Smooth","description":"\u003cstyle\u003e\n\/* =========================================================\n   STARLIT HAVEN\n   COMPLETE GLOW 7-PIECE SKINCARE SET\n   MOBILE-FIRST PRODUCT DESCRIPTION\n========================================================= *\/\n\n.sh-glow {\n  max-width: 960px;\n  margin: 0 auto;\n  color: #2B241E;\n  font-family: inherit;\n  line-height: 1.68;\n}\n\n.sh-glow * {\n  box-sizing: border-box;\n}\n\n.sh-glow h2,\n.sh-glow h3,\n.sh-glow p {\n  margin-top: 0;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.sh-glow-hero {\n  padding: 46px 25px;\n  text-align: center;\n  background: #FCF9F3;\n  border-radius: 18px;\n}\n\n.sh-glow-kicker {\n  margin-bottom: 10px;\n\n  color: #A9824B;\n\n  font-size: 11px;\n  font-weight: 700;\n\n  letter-spacing: 2.1px;\n  text-transform: uppercase;\n}\n\n.sh-glow-title {\n  max-width: 720px;\n\n  margin: 0 auto 15px;\n\n  color: #2B241E;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 38px;\n  font-weight: 400;\n  line-height: 1.18;\n}\n\n.sh-glow-intro {\n  max-width: 650px;\n\n  margin: 0 auto;\n\n  color: #70665C;\n\n  font-size: 15px;\n  line-height: 1.72;\n}\n\n\n\/* TAGS *\/\n\n.sh-glow-tags {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n\n  gap: 7px;\n\n  margin-top: 23px;\n}\n\n.sh-glow-tag {\n  padding: 8px 12px;\n\n  color: #8E6939;\n\n  background: #FFFFFF;\n\n  border: 1px solid #E4D6BE;\n  border-radius: 999px;\n\n  font-size: 10.5px;\n  font-weight: 650;\n}\n\n\n\/* =========================================================\n   GENERAL TITLES\n========================================================= *\/\n\n.sh-section {\n  padding: 43px 0;\n}\n\n.sh-section-title {\n  margin: 0 0 9px;\n\n  text-align: center;\n\n  color: #2B241E;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 30px;\n  font-weight: 400;\n  line-height: 1.25;\n}\n\n.sh-section-subtitle {\n  max-width: 640px;\n\n  margin: 0 auto 26px;\n\n  text-align: center;\n\n  color: #756B61;\n\n  font-size: 14px;\n  line-height: 1.62;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.sh-benefits {\n  display: grid;\n\n  grid-template-columns: repeat(4, 1fr);\n\n  gap: 10px;\n}\n\n.sh-benefit {\n  padding: 22px 12px;\n\n  text-align: center;\n\n  background: #FAF6EF;\n\n  border: 1px solid #E7DAC5;\n  border-radius: 14px;\n}\n\n.sh-benefit-icon {\n  display: flex;\n\n  width: 38px;\n  height: 38px;\n\n  margin: 0 auto 11px;\n\n  align-items: center;\n  justify-content: center;\n\n  color: #A27A42;\n\n  border: 1px solid #C8A66E;\n  border-radius: 50%;\n\n  font-size: 11px;\n}\n\n.sh-benefit strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: #302923;\n\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.sh-benefit span {\n  display: block;\n\n  color: #81766B;\n\n  font-size: 11.5px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   ROUTINE\n========================================================= *\/\n\n.sh-routine {\n  padding: 34px 22px;\n\n  background: #F5EFE5;\n\n  border-radius: 18px;\n}\n\n.sh-routine-grid {\n  display: grid;\n\n  grid-template-columns: repeat(4, 1fr);\n\n  gap: 11px;\n\n  margin-top: 23px;\n}\n\n.sh-routine-step {\n  text-align: center;\n}\n\n.sh-routine-num {\n  display: flex;\n\n  width: 33px;\n  height: 33px;\n\n  margin: 0 auto 9px;\n\n  align-items: center;\n  justify-content: center;\n\n  background: #8E6939;\n\n  color: #FFFDF8;\n\n  border-radius: 50%;\n\n  font-size: 11px;\n  font-weight: 700;\n}\n\n.sh-routine-step strong {\n  display: block;\n\n  color: #302923;\n\n  font-size: 12px;\n  font-weight: 700;\n}\n\n.sh-routine-step span {\n  display: block;\n\n  margin-top: 4px;\n\n  color: #81766B;\n\n  font-size: 10.5px;\n}\n\n\n\/* =========================================================\n   WHAT'S INSIDE\n========================================================= *\/\n\n.sh-products {\n  padding: 46px 0 18px;\n}\n\n.sh-product-list {\n  display: flex;\n  flex-direction: column;\n\n  gap: 9px;\n}\n\n\n\/* PRODUCT CARD *\/\n\n.sh-product {\n  margin: 0;\n\n  overflow: hidden;\n\n  background: #FFFFFF;\n\n  border: 1px solid #E5D7C0;\n  border-radius: 14px;\n\n  transition:\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.sh-product[open] {\n  border-color: #C6A46D;\n\n  box-shadow:\n    0 8px 24px rgba(70, 50, 30, .055);\n}\n\n\n\/* =========================================================\n   ACCORDION HEADER\n========================================================= *\/\n\n.sh-product summary {\n  display: grid;\n\n  grid-template-columns: 36px minmax(0, 1fr) auto 20px;\n\n  align-items: center;\n\n  gap: 11px;\n\n  min-height: 62px;\n\n  padding: 13px 16px;\n\n  list-style: none;\n\n  cursor: pointer;\n  user-select: none;\n\n  background: #FFFFFF;\n}\n\n.sh-product summary::-webkit-details-marker {\n  display: none;\n}\n\n\n\/* NUMBER *\/\n\n.sh-product-number {\n  display: flex;\n\n  width: 34px;\n  height: 34px;\n\n  align-items: center;\n  justify-content: center;\n\n  flex-shrink: 0;\n\n  color: #947044;\n\n  background: #FBF7F0;\n\n  border: 1px solid #D8BE91;\n  border-radius: 50%;\n\n  font-size: 10px;\n  font-weight: 700;\n}\n\n\n\/* NAME *\/\n\n.sh-product-name {\n  min-width: 0;\n\n  color: #2D2722;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 16px;\n  font-weight: 400;\n\n  line-height: 1.35;\n}\n\n\n\/* SIZE *\/\n\n.sh-product-size {\n  padding: 5px 9px;\n\n  color: #927044;\n\n  background: #FBF7F0;\n\n  border-radius: 999px;\n\n  font-size: 9px;\n  font-weight: 700;\n\n  white-space: nowrap;\n}\n\n\n\/* PLUS MINUS *\/\n\n.sh-plus {\n  position: relative;\n\n  width: 18px;\n  height: 18px;\n}\n\n.sh-plus::before,\n.sh-plus::after {\n  content: \"\";\n\n  position: absolute;\n\n  top: 8px;\n  left: 3px;\n\n  width: 12px;\n  height: 1px;\n\n  background: #967443;\n\n  transition: transform .2s ease;\n}\n\n.sh-plus::after {\n  transform: rotate(90deg);\n}\n\n.sh-product[open] .sh-plus::after {\n  transform: rotate(0deg);\n}\n\n\n\/* =========================================================\n   OPEN PRODUCT CONTENT\n========================================================= *\/\n\n.sh-product-content {\n  display: block;\n\n  padding: 0;\n\n  background: #FCFAF6;\n\n  border-top: 1px solid #EEE4D6;\n}\n\n\n\/* =========================================================\n   PRODUCT IMAGE\n========================================================= *\/\n\n.sh-product-media {\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  min-height: 230px;\n\n  padding: 20px 18px 17px;\n\n  background: #F8F4ED;\n}\n\n.sh-product-media img {\n  display: block;\n\n  width: auto;\n  height: auto;\n\n  max-width: min(60%, 270px);\n  max-height: 240px;\n\n  margin: 0 auto;\n\n  object-fit: contain;\n\n  border-radius: 9px;\n}\n\n\n\/* =========================================================\n   PRODUCT COPY\n========================================================= *\/\n\n.sh-product-copy {\n  max-width: 680px;\n\n  margin: 0 auto;\n\n  padding: 23px 25px 28px;\n\n  background: #FFFFFF;\n}\n\n\n\/* FUNCTION TITLE *\/\n\n.sh-product-label {\n  position: relative;\n\n  margin-bottom: 15px;\n  padding-bottom: 11px;\n\n  color: #987342;\n\n  font-size: 12px;\n  font-weight: 750;\n\n  letter-spacing: .8px;\n  line-height: 1.4;\n\n  text-transform: uppercase;\n}\n\n.sh-product-label::after {\n  content: \"\";\n\n  position: absolute;\n\n  bottom: 0;\n  left: 0;\n\n  width: 32px;\n  height: 1px;\n\n  background: #C3A169;\n}\n\n\n\/* LIST *\/\n\n.sh-product-copy ul {\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.sh-product-copy li {\n  position: relative;\n\n  margin: 0 0 10px;\n\n  padding-left: 19px;\n\n  color: #5F574F;\n\n  font-size: 14.5px;\n  line-height: 1.62;\n}\n\n.sh-product-copy li:last-child {\n  margin-bottom: 0;\n}\n\n.sh-product-copy li::before {\n  content: \"\";\n\n  position: absolute;\n\n  top: .68em;\n  left: 2px;\n\n  width: 5px;\n  height: 5px;\n\n  background: #BE9B62;\n\n  border-radius: 50%;\n}\n\n\n\/* =========================================================\n   WHY YOU'LL LOVE IT\n========================================================= *\/\n\n.sh-love {\n  margin-top: 31px;\n\n  padding: 35px 24px;\n\n  text-align: center;\n\n  background: #2D251E;\n\n  border-radius: 17px;\n}\n\n.sh-love-star {\n  display: block;\n\n  margin-bottom: 7px;\n\n  color: #E1C48F;\n\n  font-size: 22px;\n}\n\n.sh-love h2 {\n  margin-bottom: 16px;\n\n  color: #FFF8ED;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 26px;\n  font-weight: 400;\n}\n\n.sh-love-list {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n\n  gap: 7px;\n}\n\n.sh-love-item {\n  padding: 8px 11px;\n\n  color: #E5D7C4;\n\n  border: 1px solid rgba(226, 197, 143, .32);\n  border-radius: 999px;\n\n  font-size: 11px;\n}\n\n\n\/* =========================================================\n   TABLET \/ NARROW SHOPIFY CONTENT\n========================================================= *\/\n\n@media (max-width: 900px) {\n\n  .sh-product summary {\n    grid-template-columns:\n      32px minmax(0, 1fr) auto 18px;\n\n    gap: 9px;\n\n    padding: 13px;\n  }\n\n  .sh-product-number {\n    width: 31px;\n    height: 31px;\n\n    font-size: 9px;\n  }\n\n  .sh-product-name {\n    font-size: 15px;\n  }\n\n  .sh-product-media {\n    min-height: 210px;\n\n    padding: 18px 15px;\n  }\n\n  .sh-product-media img {\n    max-width: min(58%, 245px);\n    max-height: 215px;\n  }\n\n  .sh-product-copy {\n    padding: 21px 21px 24px;\n  }\n\n  .sh-product-copy li {\n    font-size: 14px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 749px) {\n\n  .sh-glow {\n    line-height: 1.65;\n  }\n\n\n  \/* HERO *\/\n\n  .sh-glow-hero {\n    padding: 34px 16px;\n\n    border-radius: 14px;\n  }\n\n  .sh-glow-kicker {\n    font-size: 10px;\n\n    letter-spacing: 1.7px;\n  }\n\n  .sh-glow-title {\n    font-size: 29px;\n  }\n\n  .sh-glow-intro {\n    font-size: 14px;\n\n    line-height: 1.68;\n  }\n\n  .sh-glow-tags {\n    gap: 6px;\n\n    margin-top: 19px;\n  }\n\n  .sh-glow-tag {\n    padding: 7px 10px;\n\n    font-size: 10px;\n  }\n\n\n  \/* TITLES *\/\n\n  .sh-section {\n    padding: 35px 0;\n  }\n\n  .sh-section-title {\n    font-size: 25px;\n  }\n\n  .sh-section-subtitle {\n    padding: 0 9px;\n\n    margin-bottom: 22px;\n\n    font-size: 13px;\n    line-height: 1.58;\n  }\n\n\n  \/* BENEFITS *\/\n\n  .sh-benefits {\n    grid-template-columns: repeat(2, 1fr);\n\n    gap: 8px;\n  }\n\n  .sh-benefit {\n    padding: 18px 9px;\n  }\n\n  .sh-benefit strong {\n    font-size: 13px;\n  }\n\n  .sh-benefit span {\n    font-size: 11px;\n  }\n\n\n  \/* ROUTINE *\/\n\n  .sh-routine {\n    padding: 28px 13px;\n\n    border-radius: 14px;\n  }\n\n  .sh-routine-grid {\n    grid-template-columns:\n      repeat(4, minmax(68px, 1fr));\n\n    gap: 7px;\n\n    overflow-x: auto;\n\n    padding-bottom: 4px;\n  }\n\n  .sh-routine-step strong {\n    font-size: 11px;\n  }\n\n  .sh-routine-step span {\n    font-size: 9.5px;\n  }\n\n\n  \/* PRODUCTS *\/\n\n  .sh-products {\n    padding-top: 38px;\n  }\n\n  .sh-product-list {\n    gap: 7px;\n  }\n\n  .sh-product {\n    border-radius: 12px;\n  }\n\n\n  \/* HEADER *\/\n\n  .sh-product summary {\n    grid-template-columns:\n      30px minmax(0, 1fr) auto 17px;\n\n    gap: 8px;\n\n    min-height: 58px;\n\n    padding: 12px 11px;\n  }\n\n  .sh-product-number {\n    width: 29px;\n    height: 29px;\n\n    font-size: 8px;\n  }\n\n  .sh-product-name {\n    font-size: 14px;\n\n    line-height: 1.32;\n  }\n\n  .sh-product-size {\n    padding: 4px 6px;\n\n    font-size: 7.5px;\n  }\n\n\n  \/* IMAGE *\/\n\n  .sh-product-media {\n    min-height: 0;\n\n    padding: 17px 12px 14px;\n  }\n\n  .sh-product-media img {\n    max-width: 56%;\n    max-height: 185px;\n  }\n\n\n  \/* COPY *\/\n\n  .sh-product-copy {\n    padding: 19px 17px 22px;\n  }\n\n  .sh-product-label {\n    margin-bottom: 13px;\n\n    padding-bottom: 10px;\n\n    font-size: 10.5px;\n\n    letter-spacing: .6px;\n  }\n\n  .sh-product-copy li {\n    margin-bottom: 9px;\n\n    padding-left: 17px;\n\n    font-size: 13.5px;\n\n    line-height: 1.6;\n  }\n\n\n  \/* LOVE *\/\n\n  .sh-love {\n    margin-top: 28px;\n\n    padding: 29px 16px;\n\n    border-radius: 14px;\n  }\n\n  .sh-love h2 {\n    font-size: 23px;\n  }\n\n  .sh-love-item {\n    padding: 7px 10px;\n\n    font-size: 10px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media (max-width: 390px) {\n\n  .sh-product summary {\n    grid-template-columns:\n      29px minmax(0, 1fr) auto 15px;\n\n    gap: 6px;\n\n    padding-left: 9px;\n    padding-right: 9px;\n  }\n\n  .sh-product-name {\n    font-size: 13.5px;\n  }\n\n  .sh-product-media img {\n    max-width: 62%;\n    max-height: 180px;\n  }\n\n  .sh-product-copy {\n    padding-left: 15px;\n    padding-right: 15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sh-glow\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"sh-glow-hero\"\u003e\n\u003cdiv class=\"sh-glow-kicker\"\u003e7-Piece Complete Skincare Routine\u003c\/div\u003e\n\u003ch2 class=\"sh-glow-title\"\u003eComplete Glow 7-Piece Skincare Set\u003c\/h2\u003e\n\u003cp class=\"sh-glow-intro\"\u003eA complete skincare collection that brings together makeup removal, cleansing, exfoliation, treatment, hydration and targeted eye care in one coordinated routine.\u003c\/p\u003e\n\u003cdiv class=\"sh-glow-tags\"\u003e\n\u003cspan class=\"sh-glow-tag\"\u003e 7 Full-Size Essentials \u003c\/span\u003e \u003cspan class=\"sh-glow-tag\"\u003e Deep Cleanse \u003c\/span\u003e \u003cspan class=\"sh-glow-tag\"\u003e Hydration \u003c\/span\u003e \u003cspan class=\"sh-glow-tag\"\u003e Glow Care \u003c\/span\u003e \u003cspan class=\"sh-glow-tag\"\u003e AM + PM Routine \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     BENEFITS\n===================================================== --\u003e\n\u003csection class=\"sh-section\"\u003e\n\u003ch2 class=\"sh-section-title\"\u003eOne Set. Every Essential Step.\u003c\/h2\u003e\n\u003cp class=\"sh-section-subtitle\"\u003eFrom removing makeup to replenishing hydration, your complete glow routine comes together in one collection.\u003c\/p\u003e\n\u003cdiv class=\"sh-benefits\"\u003e\n\u003cdiv class=\"sh-benefit\"\u003e\n\u003cdiv class=\"sh-benefit-icon\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003e Cleanse \u003c\/strong\u003e \u003cspan\u003e Remove makeup, SPF and impurities \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-benefit\"\u003e\n\u003cdiv class=\"sh-benefit-icon\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003e Exfoliate \u003c\/strong\u003e \u003cspan\u003e Help reveal smoother-looking skin \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-benefit\"\u003e\n\u003cdiv class=\"sh-benefit-icon\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003e Treat \u003c\/strong\u003e \u003cspan\u003e Target glow, eye care and fine lines \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-benefit\"\u003e\n\u003cdiv class=\"sh-benefit-icon\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003e Hydrate \u003c\/strong\u003e \u003cspan\u003e Replenish moisture and comfort \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     ROUTINE\n===================================================== --\u003e\n\u003csection class=\"sh-routine\"\u003e\n\u003ch2 class=\"sh-section-title\"\u003eYour Complete Glow Routine\u003c\/h2\u003e\n\u003cp class=\"sh-section-subtitle\"\u003eFour essential stages for clean, smooth, hydrated and radiant-looking skin.\u003c\/p\u003e\n\u003cdiv class=\"sh-routine-grid\"\u003e\n\u003cdiv class=\"sh-routine-step\"\u003e\n\u003cdiv class=\"sh-routine-num\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003e REMOVE \u003c\/strong\u003e \u003cspan\u003e Makeup \u0026amp; SPF \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-routine-step\"\u003e\n\u003cdiv class=\"sh-routine-num\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003e CLEANSE \u003c\/strong\u003e \u003cspan\u003e Clean \u0026amp; exfoliate \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-routine-step\"\u003e\n\u003cdiv class=\"sh-routine-num\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003e TREAT \u003c\/strong\u003e \u003cspan\u003e Serum \u0026amp; eye care \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-routine-step\"\u003e\n\u003cdiv class=\"sh-routine-num\"\u003e4\u003c\/div\u003e\n\u003cstrong\u003e HYDRATE \u003c\/strong\u003e \u003cspan\u003e Moisture \u0026amp; comfort \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     WHAT'S INSIDE\n===================================================== --\u003e\n\u003csection class=\"sh-products\"\u003e\n\u003ch2 class=\"sh-section-title\"\u003eWhat’s Inside\u003c\/h2\u003e\n\u003cp class=\"sh-section-subtitle\"\u003e7 skincare essentials in one complete collection. Tap each product to discover more.\u003c\/p\u003e\n\u003cdiv class=\"sh-product-list\"\u003e\n\u003c!-- =====================================================\n     PRODUCT 01\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 01 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e Take The Day Off Cleansing Balm \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 125ML \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-2.webp?v=1786459915\" alt=\"Take The Day Off Cleansing Balm\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eMakeup Removal + Deep Cleanse\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eQuickly dissolves long-wearing face makeup, waterproof eye makeup, sunscreens and pollutants.\u003c\/li\u003e\n\u003cli\u003eUnclogs pores and deeply cleanses impurities without stripping skin.\u003c\/li\u003e\n\u003cli\u003eConditions and nourishes lashes and brows.\u003c\/li\u003e\n\u003cli\u003eLeaves skin clean, soft and healthy-looking while maintaining natural moisture balance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =====================================================\n     PRODUCT 02\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 02 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e All About Clean Liquid Facial Soap – Mild \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 6.7 FL. OZ \/ 20 ML \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-3.webp?v=1786459915\" alt=\"All About Clean Liquid Facial Soap Mild\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eGentle Daily Cleanser\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eSoft, non-drying lather loosens surface flakes and removes dirt and debris.\u003c\/li\u003e\n\u003cli\u003eHelps protect skin’s natural moisture balance.\u003c\/li\u003e\n\u003cli\u003eQuick-rinsing formula leaves skin clean, comfortable and refreshed without feeling taut or dry.\u003c\/li\u003e\n\u003cli\u003ePrepares skin for the exfoliating step that follows.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =====================================================\n     PRODUCT 03\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 03 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e Clarifying Lotion 2 \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 200ML \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-4.webp?v=1786459915\" alt=\"Clarifying Lotion 2\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eExfoliate + Refresh\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eSweeps away pollution, grime and dulling flakes for smoother, clearer-looking skin.\u003c\/li\u003e\n\u003cli\u003eHelps prepare exfoliated skin for moisturizer and treatment products.\u003c\/li\u003e\n\u003cli\u003eFor drier skin, helps remove surface flakes so moisturizer can absorb more effectively.\u003c\/li\u003e\n\u003cli\u003eFor oilier skin, regular exfoliation helps minimize excess oil and keep pores clear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =====================================================\n     PRODUCT 04\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 04 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e Moisture Surge Active Glow Serum \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 30ML \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-5.webp?v=1786459915\" alt=\"Moisture Surge Active Glow Serum\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eExfoliate + Hydrate + Brighten\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eHelps promote skin’s natural cell turnover to reveal fresher, smoother-looking skin.\u003c\/li\u003e\n\u003cli\u003eProvides a clinical increase in hydration for a plumper-looking appearance.\u003c\/li\u003e\n\u003cli\u003eHelps boost visible skin radiance.\u003c\/li\u003e\n\u003cli\u003eLightweight, milky texture sinks quickly into skin.\u003c\/li\u003e\n\u003cli\u003eLayers comfortably with moisturizer and under makeup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =====================================================\n     PRODUCT 05\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 05 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e Moisture Surge 100H Auto-Replenishing Hydrator \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 30ML \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-6.webp?v=1786459915\" alt=\"Moisture Surge 100H Auto-Replenishing Hydrator\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eLong-Lasting Hydration\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eDelivers instant and long-lasting hydration that penetrates into skin’s surface.\u003c\/li\u003e\n\u003cli\u003eInstantly gives skin a plump, healthy-looking glow.\u003c\/li\u003e\n\u003cli\u003eLightweight gel-cream absorbs quickly and delivers soothing hydration.\u003c\/li\u003e\n\u003cli\u003eCreates a smooth, refreshed canvas for makeup application.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =====================================================\n     PRODUCT 06\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 06 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e All About Eyes Serum De-Puffing Eye Massage \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 15ML \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-7.webp?v=1786459915\" alt=\"All About Eyes Serum De-Puffing Eye Massage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eCooling Eye Care\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eCooling rollerball instantly refreshes the delicate eye area.\u003c\/li\u003e\n\u003cli\u003eHelps reduce the appearance of puffiness.\u003c\/li\u003e\n\u003cli\u003eHelps brighten the look of the eye area over time.\u003c\/li\u003e\n\u003cli\u003eFast-drying serum can be layered over or under makeup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =====================================================\n     PRODUCT 07\n===================================================== --\u003e\n\u003cdetails class=\"sh-product\" name=\"complete-glow\"\u003e\n\u003csummary\u003e\u003cspan class=\"sh-product-number\"\u003e 07 \u003c\/span\u003e \u003cspan class=\"sh-product-name\"\u003e Smart Clinical Repair AM\/PM Retinoid Balm \u003c\/span\u003e \u003cspan class=\"sh-product-size\"\u003e 3G \u003c\/span\u003e \u003cspan class=\"sh-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sh-product-content\"\u003e\n\u003cdiv class=\"sh-product-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/AC-ZT-8.webp?v=1786459915\" alt=\"Smart Clinical Repair AM PM Retinoid Balm\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sh-product-copy\"\u003e\n\u003cdiv class=\"sh-product-label\"\u003eSmooth + Target Fine Lines\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eRetinoid balm instantly plumps the appearance of fine, dry lines.\u003c\/li\u003e\n\u003cli\u003eHelps visibly correct stubborn lines including forehead lines, frown lines, crow’s feet, lip lines and smile lines.\u003c\/li\u003e\n\u003cli\u003eHelps smooth the look of skin texture.\u003c\/li\u003e\n\u003cli\u003eGentle enough for morning and night use.\u003c\/li\u003e\n\u003cli\u003eEasy-to-use stick format allows precise targeted application.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     WHY YOU'LL LOVE IT\n===================================================== --\u003e\n\u003csection class=\"sh-love\"\u003e\u003cspan class=\"sh-love-star\"\u003e ✦ \u003c\/span\u003e\n\u003ch2\u003eWhy You’ll Love It\u003c\/h2\u003e\n\u003cdiv class=\"sh-love-list\"\u003e\n\u003cspan class=\"sh-love-item\"\u003e Makeup Removal + Prep \u003c\/span\u003e \u003cspan class=\"sh-love-item\"\u003e Cleanse + Exfoliate \u003c\/span\u003e \u003cspan class=\"sh-love-item\"\u003e Treat + Hydrate \u003c\/span\u003e \u003cspan class=\"sh-love-item\"\u003e Smoother-Looking Texture \u003c\/span\u003e \u003cspan class=\"sh-love-item\"\u003e Visible Glow \u003c\/span\u003e \u003cspan class=\"sh-love-item\"\u003e Lasting Hydration \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Starlit Haven","offers":[{"title":"Default Title","offer_id":44237022003334,"sku":null,"price":70.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3725\/1206\/files\/SH-000.png?v=1786463573","url":"https:\/\/starlit-haven.vip\/products\/complete-glow-7-piece-skincare-set-cleanse-hydrate-brighten-smooth","provider":"Starlit Haven","version":"1.0","type":"link"}