{"product_id":"dreamface™-eye-revival-gel-masks-1","title":"Dreamface™ Eye Revival Gel Masks (60 Pcs Included)","description":"\u003cstyle\u003e\n\/* =========================================================\n   DREAMFACE™ EYE REVIVAL GEL MASKS\n   CLEAN PREMIUM PRODUCT SECTION\n   NO PRODUCT IMAGE\n   NO FLOATING BADGES\n   NO CSS PRODUCT ILLUSTRATION\n========================================================= *\/\n\n.dreamface-page {\n  --df-rose: #bd7180;\n  --df-soft-rose: #f4dce1;\n  --df-green: #718b65;\n  --df-soft-green: #e6eee1;\n  --df-cream: #fff8f4;\n  --df-dark: #2d2725;\n  --df-muted: #746b67;\n  --df-white: #ffffff;\n\n  position: relative;\n  overflow: hidden;\n\n  background:\n    radial-gradient(\n      circle at 10% 5%,\n      rgba(247, 221, 226, .65),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 90% 20%,\n      rgba(220, 234, 213, .7),\n      transparent 29%\n    ),\n    linear-gradient(\n      180deg,\n      #fffaf7 0%,\n      #ffffff 52%,\n      #fff7f3 100%\n    );\n\n  color: var(--df-dark);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    sans-serif;\n\n  line-height: 1.5;\n\n  border-radius: 24px;\n\n  isolation: isolate;\n}\n\n.dreamface-page *,\n.dreamface-page *::before,\n.dreamface-page *::after {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   CONTAINER\n========================================================= *\/\n\n.df-wrap {\n  width: min(1160px, 92%);\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.df-hero {\n  position: relative;\n\n  padding:\n    105px 0\n    95px;\n\n  text-align: center;\n\n  min-height: 650px;\n\n  display: flex;\n\n  align-items: center;\n\n  justify-content: center;\n}\n\n.df-hero-inner {\n  max-width: 850px;\n  margin: 0 auto;\n}\n\n\n\/* decorative circles *\/\n\n.df-hero::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 430px;\n  height: 430px;\n\n  border-radius: 50%;\n\n  left: -180px;\n  top: 70px;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(247,220,226,.65),\n      transparent 68%\n    );\n\n  filter: blur(12px);\n\n  animation:\n    dfBreath 6s ease-in-out infinite;\n\n  z-index: -1;\n}\n\n.df-hero::after {\n  content: \"\";\n\n  position: absolute;\n\n  width: 420px;\n  height: 420px;\n\n  border-radius: 50%;\n\n  right: -170px;\n  bottom: 10px;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(220,235,211,.65),\n      transparent 68%\n    );\n\n  filter: blur(12px);\n\n  animation:\n    dfBreath 7s ease-in-out infinite reverse;\n\n  z-index: -1;\n}\n\n\n@keyframes dfBreath {\n\n  0%,\n  100% {\n    transform: scale(.9);\n    opacity: .65;\n  }\n\n  50% {\n    transform: scale(1.08);\n    opacity: 1;\n  }\n\n}\n\n\n\/* =========================================================\n   EYEBROW\n========================================================= *\/\n\n.df-eyebrow {\n\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  padding: 10px 18px;\n\n  border-radius: 100px;\n\n  background:\n    rgba(255,255,255,.78);\n\n  border:\n    1px solid\n    rgba(189,113,128,.2);\n\n  box-shadow:\n    0 12px 35px\n    rgba(70,50,45,.07);\n\n  font-size: 10px;\n\n  font-weight: 700;\n\n  letter-spacing: 2px;\n\n  text-transform: uppercase;\n\n  color: #665a57;\n\n  animation:\n    dfFadeUp .8s ease both;\n}\n\n\n\/* =========================================================\n   HERO HEADING\n========================================================= *\/\n\n.df-hero h1 {\n\n  margin:\n    25px auto\n    20px;\n\n  max-width: 850px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    clamp(48px, 8vw, 88px);\n\n  line-height: .97;\n\n  letter-spacing:\n    -3px;\n\n  font-weight: 500;\n\n  animation:\n    dfFadeUp .9s ease .1s both;\n}\n\n.df-gradient-text {\n\n  background:\n    linear-gradient(\n      90deg,\n      #b96d7c 0%,\n      #ca8794 45%,\n      #718b65 100%\n    );\n\n  -webkit-background-clip: text;\n\n  background-clip: text;\n\n  color: transparent;\n}\n\n\n\/* =========================================================\n   HERO DESCRIPTION\n========================================================= *\/\n\n.df-hero-description {\n\n  max-width: 680px;\n\n  margin:\n    0 auto;\n\n  color:\n    var(--df-muted);\n\n  font-size:\n    17px;\n\n  line-height:\n    1.8;\n\n  animation:\n    dfFadeUp 1s ease .2s both;\n}\n\n.df-hero-description strong {\n  color: #4e4643;\n}\n\n\n\/* =========================================================\n   STARS\n========================================================= *\/\n\n.df-rating {\n\n  display: flex;\n\n  justify-content: center;\n\n  align-items: center;\n\n  gap: 10px;\n\n  margin:\n    25px 0;\n\n  font-size:\n    13px;\n\n  animation:\n    dfFadeUp 1s ease .3s both;\n}\n\n.df-stars {\n\n  color:\n    #c58b58;\n\n  letter-spacing:\n    3px;\n\n  font-size:\n    15px;\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.df-main-button {\n\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  gap: 12px;\n\n  padding:\n    18px 31px;\n\n  border-radius:\n    100px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #c47b89,\n      #8d6570\n    );\n\n  color:\n    #ffffff !important;\n\n  text-decoration:\n    none !important;\n\n  font-size:\n    14px;\n\n  font-weight:\n    700;\n\n  letter-spacing:\n    .2px;\n\n  box-shadow:\n    0 18px 40px\n    rgba(173,101,116,.28);\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease;\n\n  animation:\n    dfFadeUp 1s ease .4s both;\n}\n\n.df-main-button:hover {\n\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 25px 50px\n    rgba(173,101,116,.38);\n}\n\n.df-main-button span {\n\n  transition:\n    transform .3s ease;\n}\n\n.df-main-button:hover span {\n\n  transform:\n    translateX(5px);\n}\n\n\n\/* =========================================================\n   MARQUEE\n========================================================= *\/\n\n.df-marquee {\n\n  width: 100%;\n\n  overflow: hidden;\n\n  white-space: nowrap;\n\n  padding:\n    17px 0;\n\n  background:\n    #302a28;\n\n  color:\n    #ffffff;\n\n  font-size:\n    10px;\n\n  letter-spacing:\n    2px;\n\n  text-transform:\n    uppercase;\n}\n\n.df-marquee-track {\n\n  display:\n    inline-flex;\n\n  gap:\n    45px;\n\n  animation:\n    dfScroll 28s linear infinite;\n}\n\n@keyframes dfScroll {\n\n  to {\n    transform:\n      translateX(-50%);\n  }\n\n}\n\n\n\/* =========================================================\n   GENERAL SECTION\n========================================================= *\/\n\n.df-section {\n\n  padding:\n    95px 0;\n}\n\n.df-section-heading {\n\n  max-width:\n    700px;\n\n  margin:\n    0 auto 50px;\n\n  text-align:\n    center;\n}\n\n.df-label {\n\n  display:\n    block;\n\n  margin-bottom:\n    12px;\n\n  color:\n    var(--df-rose);\n\n  font-size:\n    10px;\n\n  letter-spacing:\n    2.8px;\n\n  font-weight:\n    700;\n\n  text-transform:\n    uppercase;\n}\n\n.df-section-heading h2 {\n\n  margin:\n    0 0 17px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    clamp(38px, 6vw, 60px);\n\n  line-height:\n    1.05;\n\n  letter-spacing:\n    -1.5px;\n\n  font-weight:\n    500;\n}\n\n.df-section-heading p {\n\n  margin:\n    0 auto;\n\n  color:\n    var(--df-muted);\n\n  max-width:\n    650px;\n\n  line-height:\n    1.75;\n\n  font-size:\n    15px;\n}\n\n\n\/* =========================================================\n   BENEFITS GRID\n========================================================= *\/\n\n.df-benefits {\n\n  display:\n    grid;\n\n  grid-template-columns:\n    repeat(3, 1fr);\n\n  gap:\n    18px;\n}\n\n.df-benefit-card {\n\n  position:\n    relative;\n\n  padding:\n    34px 30px;\n\n  min-height:\n    245px;\n\n  border-radius:\n    28px;\n\n  background:\n    rgba(255,255,255,.82);\n\n  border:\n    1px solid\n    rgba(220,196,190,.42);\n\n  box-shadow:\n    0 18px 45px\n    rgba(65,45,40,.055);\n\n  overflow:\n    hidden;\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease;\n}\n\n.df-benefit-card:hover {\n\n  transform:\n    translateY(-8px);\n\n  box-shadow:\n    0 28px 65px\n    rgba(65,45,40,.12);\n}\n\n.df-benefit-card::after {\n\n  content:\n    \"\";\n\n  position:\n    absolute;\n\n  width:\n    115px;\n\n  height:\n    115px;\n\n  border-radius:\n    50%;\n\n  right:\n    -55px;\n\n  bottom:\n    -55px;\n\n  background:\n    rgba(220,235,211,.5);\n}\n\n.df-icon {\n\n  width:\n    53px;\n\n  height:\n    53px;\n\n  display:\n    grid;\n\n  place-items:\n    center;\n\n  border-radius:\n    17px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff,\n      #f8e6e9\n    );\n\n  font-size:\n    23px;\n\n  margin-bottom:\n    20px;\n}\n\n.df-benefit-card h3 {\n\n  position:\n    relative;\n\n  z-index:\n    2;\n\n  margin:\n    0 0 10px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    24px;\n\n  font-weight:\n    500;\n}\n\n.df-benefit-card p {\n\n  position:\n    relative;\n\n  z-index:\n    2;\n\n  margin:\n    0;\n\n  color:\n    var(--df-muted);\n\n  font-size:\n    14px;\n\n  line-height:\n    1.7;\n}\n\n\n\/* =========================================================\n   INGREDIENT SECTION\n========================================================= *\/\n\n.df-ingredients {\n\n  background:\n    #f8f2ed;\n}\n\n.df-ingredient-grid {\n\n  display:\n    grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:\n    22px;\n}\n\n.df-ingredient-card {\n\n  position:\n    relative;\n\n  padding:\n    42px;\n\n  border-radius:\n    30px;\n\n  background:\n    rgba(255,255,255,.78);\n\n  border:\n    1px solid\n    rgba(255,255,255,.95);\n\n  overflow:\n    hidden;\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease;\n}\n\n.df-ingredient-card:hover {\n\n  transform:\n    translateY(-7px);\n\n  box-shadow:\n    0 25px 60px\n    rgba(70,50,40,.1);\n}\n\n.df-ingredient-card::before {\n\n  content:\n    \"\";\n\n  position:\n    absolute;\n\n  width:\n    180px;\n\n  height:\n    180px;\n\n  border-radius:\n    50%;\n\n  right:\n    -80px;\n\n  top:\n    -80px;\n\n  background:\n    rgba(220,235,211,.5);\n}\n\n.df-ingredient-card:nth-child(2)::before {\n\n  background:\n    rgba(247,220,226,.55);\n}\n\n.df-ingredient-emoji {\n\n  font-size:\n    42px;\n\n  margin-bottom:\n    18px;\n}\n\n.df-ingredient-card h3 {\n\n  margin:\n    0 0 13px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    32px;\n\n  font-weight:\n    500;\n\n  position:\n    relative;\n\n  z-index:\n    2;\n}\n\n.df-ingredient-card p {\n\n  position:\n    relative;\n\n  z-index:\n    2;\n\n  margin:\n    0;\n\n  color:\n    var(--df-muted);\n\n  font-size:\n    15px;\n\n  line-height:\n    1.8;\n}\n\n\n\/* =========================================================\n   EXPECTED OUTCOMES\n========================================================= *\/\n\n.df-outcomes {\n\n  display:\n    grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:\n    18px;\n}\n\n.df-outcome {\n\n  display:\n    flex;\n\n  align-items:\n    flex-start;\n\n  gap:\n    17px;\n\n  padding:\n    25px;\n\n  border-radius:\n    23px;\n\n  background:\n    #ffffff;\n\n  border:\n    1px solid\n    #eee3df;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.df-outcome:hover {\n\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 20px 45px\n    rgba(60,40,35,.08);\n}\n\n.df-outcome-check {\n\n  flex:\n    0 0 auto;\n\n  width:\n    40px;\n\n  height:\n    40px;\n\n  border-radius:\n    50%;\n\n  display:\n    grid;\n\n  place-items:\n    center;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f4dce1,\n      #e5eddf\n    );\n\n  font-size:\n    17px;\n}\n\n.df-outcome h3 {\n\n  margin:\n    0 0 6px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    21px;\n\n  font-weight:\n    500;\n}\n\n.df-outcome p {\n\n  margin:\n    0;\n\n  color:\n    var(--df-muted);\n\n  font-size:\n    13px;\n\n  line-height:\n    1.65;\n}\n\n\n\/* =========================================================\n   RITUAL SECTION\n========================================================= *\/\n\n.df-ritual {\n\n  position:\n    relative;\n\n  background:\n    linear-gradient(\n      145deg,\n      #2e2927,\n      #403735\n    );\n\n  color:\n    #ffffff;\n}\n\n.df-ritual .df-section-heading p {\n\n  color:\n    #c9c0bd;\n}\n\n.df-ritual .df-label {\n\n  color:\n    #e2a3ae;\n}\n\n.df-steps {\n\n  display:\n    grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:\n    15px;\n}\n\n.df-step {\n\n  padding:\n    30px 25px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.12);\n\n  border-radius:\n    25px;\n\n  background:\n    rgba(255,255,255,.05);\n\n  transition:\n    transform .3s ease,\n    background .3s ease;\n}\n\n.df-step:hover {\n\n  transform:\n    translateY(-6px);\n\n  background:\n    rgba(255,255,255,.09);\n}\n\n.df-step-number {\n\n  color:\n    #e3a5af;\n\n  font-size:\n    10px;\n\n  letter-spacing:\n    2px;\n\n  font-weight:\n    700;\n}\n\n.df-step h3 {\n\n  margin:\n    15px 0 9px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    24px;\n\n  font-weight:\n    500;\n}\n\n.df-step p {\n\n  margin:\n    0;\n\n  color:\n    #c7bfbc;\n\n  font-size:\n    13px;\n\n  line-height:\n    1.7;\n}\n\n\n\/* =========================================================\n   WHO IT'S FOR\n========================================================= *\/\n\n.df-pills {\n\n  display:\n    flex;\n\n  justify-content:\n    center;\n\n  align-items:\n    center;\n\n  flex-wrap:\n    wrap;\n\n  gap:\n    12px;\n}\n\n.df-pill {\n\n  padding:\n    14px 20px;\n\n  border-radius:\n    100px;\n\n  background:\n    #ffffff;\n\n  border:\n    1px solid\n    #eadbd7;\n\n  box-shadow:\n    0 8px 25px\n    rgba(70,50,40,.05);\n\n  color:\n    #514946;\n\n  font-size:\n    13px;\n\n  transition:\n    transform .3s ease,\n    border-color .3s ease;\n}\n\n.df-pill:hover {\n\n  transform:\n    translateY(-4px);\n\n  border-color:\n    #d79aa4;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.df-final {\n\n  position:\n    relative;\n\n  overflow:\n    hidden;\n\n  margin:\n    0 0 70px;\n\n  padding:\n    90px 25px;\n\n  text-align:\n    center;\n\n  border-radius:\n    36px;\n\n  background:\n    radial-gradient(\n      circle at 20% 25%,\n      rgba(255,255,255,.75),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 80% 75%,\n      rgba(255,255,255,.5),\n      transparent 27%\n    ),\n    linear-gradient(\n      135deg,\n      #f4dfe2,\n      #edf0e8\n    );\n}\n\n.df-final h2 {\n\n  max-width:\n    780px;\n\n  margin:\n    0 auto 18px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    clamp(38px,6vw,62px);\n\n  line-height:\n    1.05;\n\n  letter-spacing:\n    -1.5px;\n\n  font-weight:\n    500;\n}\n\n.df-final p {\n\n  max-width:\n    620px;\n\n  margin:\n    0 auto 30px;\n\n  color:\n    #665c58;\n\n  font-size:\n    15px;\n\n  line-height:\n    1.75;\n}\n\n.df-final .df-main-button {\n\n  position:\n    relative;\n\n  z-index:\n    3;\n}\n\n.df-note {\n\n  margin-top:\n    18px;\n\n  color:\n    #827673;\n\n  font-size:\n    11px;\n}\n\n\n\/* decorative sparkles *\/\n\n.df-sparkle {\n\n  position:\n    absolute;\n\n  font-size:\n    70px;\n\n  opacity:\n    .12;\n\n  pointer-events:\n    none;\n\n  animation:\n    dfSparkle 5s ease-in-out infinite;\n}\n\n.df-sparkle.one {\n\n  left:\n    7%;\n\n  top:\n    12%;\n}\n\n.df-sparkle.two {\n\n  right:\n    8%;\n\n  bottom:\n    8%;\n\n  animation-delay:\n    1.5s;\n}\n\n@keyframes dfSparkle {\n\n  0%,\n  100% {\n    transform:\n      scale(.8)\n      rotate(0deg);\n  }\n\n  50% {\n    transform:\n      scale(1.15)\n      rotate(20deg);\n  }\n}\n\n\n\/* =========================================================\n   FADE ANIMATION\n========================================================= *\/\n\n@keyframes dfFadeUp {\n\n  from {\n\n    opacity:\n      0;\n\n    transform:\n      translateY(25px);\n  }\n\n  to {\n\n    opacity:\n      1;\n\n    transform:\n      translateY(0);\n  }\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width: 850px) {\n\n  .df-benefits {\n\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .df-steps {\n\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width: 600px) {\n\n  .df-wrap {\n\n    width:\n      90%;\n  }\n\n  .df-hero {\n\n    min-height:\n      570px;\n\n    padding:\n      75px 0;\n  }\n\n  .df-hero h1 {\n\n    font-size:\n      48px;\n\n    letter-spacing:\n      -2px;\n  }\n\n  .df-hero-description {\n\n    font-size:\n      15px;\n\n    line-height:\n      1.7;\n  }\n\n  .df-eyebrow {\n\n    font-size:\n      8px;\n\n    letter-spacing:\n      1.3px;\n\n    padding:\n      9px 13px;\n  }\n\n  .df-benefits {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .df-ingredient-grid {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .df-outcomes {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .df-steps {\n\n    grid-template-columns:\n      1fr;\n  }\n\n  .df-section {\n\n    padding:\n      70px 0;\n  }\n\n  .df-section-heading {\n\n    margin-bottom:\n      38px;\n  }\n\n  .df-section-heading h2 {\n\n    font-size:\n      40px;\n  }\n\n  .df-ingredient-card {\n\n    padding:\n      32px;\n  }\n\n  .df-final {\n\n    padding:\n      70px 20px;\n\n    margin-bottom:\n      35px;\n  }\n\n}\n\n\n\/* =========================================================\n   ACCESSIBILITY\n========================================================= *\/\n\n@media(prefers-reduced-motion: reduce) {\n\n  .dreamface-page *,\n  .dreamface-page *::before,\n  .dreamface-page *::after {\n\n    animation:\n      none !important;\n\n    transition:\n      none !important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     DREAMFACE™\n========================================================= --\u003e\n\n\u003csection class=\"dreamface-page\"\u003e\n\n\n  \u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-wrap\"\u003e\n\n    \u003cdiv class=\"df-hero\"\u003e\n\n      \u003cdiv class=\"df-hero-inner\"\u003e\n\n\n        \u003cdiv class=\"df-eyebrow\"\u003e\n\n          ✨ THE SOUTH AFRICAN GIRLIE'S EYE RITUAL\n\n        \u003c\/div\u003e\n\n\n        \u003ch1\u003e\n\n          Wake Up To\n\n          \u003cbr\u003e\n\n          \u003cspan class=\"df-gradient-text\"\u003e\n            Brighter Eyes.\n          \u003c\/span\u003e\n\n        \u003c\/h1\u003e\n\n\n        \u003cp class=\"df-hero-description\"\u003e\n\n          Meet your new under-eye obsession.\n\n          Dreamface™ Eye Revival Gel Masks combine\n\n          the nourishing goodness of\n\n          \u003cstrong\u003eAvocado\u003c\/strong\u003e\n\n          with the skin-plumping hydration of\n\n          \u003cstrong\u003eHyaluronic Acid\u003c\/strong\u003e\n\n          to help tired-looking eyes appear\n\n          brighter, smoother, plumper and refreshed.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"df-rating\"\u003e\n\n          \u003cspan class=\"df-stars\"\u003e\n            ★★★★★\n          \u003c\/span\u003e\n\n          \u003cstrong\u003e\n            Your 15-minute beauty reset ✨\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003ca href=\"#dreamface-benefits\" class=\"df-main-button\"\u003e\n\n          Give My Eyes A Revival\n\n          \u003cspan\u003e\n            →\n          \u003c\/span\u003e\n\n        \u003c\/a\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       MARQUEE\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-marquee\"\u003e\n\n    \u003cdiv class=\"df-marquee-track\"\u003e\n\n      \u003cspan\u003e\n        ✨ BRIGHTER-LOOKING EYES\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        💧 HYALURONIC ACID\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        🥑 AVOCADO INFUSED\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        🫧 REFRESHED-LOOKING EYES\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ✨ 15–20 MINUTE RITUAL\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        🇿🇦 FOR THE SOUTH AFRICAN GIRLIES\n      \u003c\/span\u003e\n\n\n      \u003cspan\u003e\n        ✨ BRIGHTER-LOOKING EYES\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        💧 HYALURONIC ACID\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        🥑 AVOCADO INFUSED\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        🫧 REFRESHED-LOOKING EYES\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ✨ 15–20 MINUTE RITUAL\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        🇿🇦 FOR THE SOUTH AFRICAN GIRLIES\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       BENEFITS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-wrap df-section\" id=\"dreamface-benefits\"\u003e\n\n    \u003cdiv class=\"df-section-heading\"\u003e\n\n      \u003cspan class=\"df-label\"\u003e\n        Your under-eye reset\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Tired eyes?\n\n        \u003cbr\u003e\n\n        Consider them revived. ✨\n\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n\n        Give your delicate under-eye area\n\n        a moment of calm, cooling hydration\n\n        whenever your eyes need a little extra love.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"df-benefits\"\u003e\n\n\n      \u003c!-- BENEFIT 1 --\u003e\n\n      \u003cdiv class=\"df-benefit-card\"\u003e\n\n        \u003cdiv class=\"df-icon\"\u003e\n          🌙\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Banish The Look Of Dark Circles\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Helps visibly brighten the appearance\n\n          of under-eye darkness for a fresher,\n\n          more luminous-looking eye area.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 2 --\u003e\n\n      \u003cdiv class=\"df-benefit-card\"\u003e\n\n        \u003cdiv class=\"df-icon\"\u003e\n          🫧\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          De-Puff Your Look\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          The cooling gel sensation helps refresh\n\n          the appearance of morning puffiness\n\n          and tired-looking under-eyes.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 3 --\u003e\n\n      \u003cdiv class=\"df-benefit-card\"\u003e\n\n        \u003cdiv class=\"df-icon\"\u003e\n          💧\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Intense Moisture Boost\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Hyaluronic Acid helps attract and retain\n\n          moisture, leaving the delicate eye area\n\n          feeling soft, smooth and supple.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 4 --\u003e\n\n      \u003cdiv class=\"df-benefit-card\"\u003e\n\n        \u003cdiv class=\"df-icon\"\u003e\n          🪄\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Smooth Fine Lines\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Hydration can temporarily plump the\n\n          appearance of fine lines and create\n\n          a smoother-looking eye area.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 5 --\u003e\n\n      \u003cdiv class=\"df-benefit-card\"\u003e\n\n        \u003cdiv class=\"df-icon\"\u003e\n          🥑\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Avocado Nourishment\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Enjoy a soothing, pampering skincare\n\n          experience designed to leave the delicate\n\n          eye area feeling nourished and conditioned.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 6 --\u003e\n\n      \u003cdiv class=\"df-benefit-card\"\u003e\n\n        \u003cdiv class=\"df-icon\"\u003e\n          ✨\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Restore Your Radiance\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Help tired-looking eyes appear fresher,\n\n          more hydrated and beautifully revitalised\n\n          whenever you need a little glow.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       INGREDIENTS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-ingredients df-section\"\u003e\n\n    \u003cdiv class=\"df-wrap\"\u003e\n\n\n      \u003cdiv class=\"df-section-heading\"\u003e\n\n        \u003cspan class=\"df-label\"\u003e\n          The dream duo\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Two ingredients.\n\n          \u003cbr\u003e\n\n          One gorgeous eye ritual.\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          A simple combination designed to turn\n\n          your everyday skincare routine into\n\n          a little moment of luxury.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-ingredient-grid\"\u003e\n\n\n        \u003cdiv class=\"df-ingredient-card\"\u003e\n\n          \u003cdiv class=\"df-ingredient-emoji\"\u003e\n            🥑\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Avocado\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Loved in skincare for its nourishing feel,\n\n            avocado helps turn your under-eye routine\n\n            into a soothing moment of self-care,\n\n            leaving skin feeling soft and conditioned.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"df-ingredient-card\"\u003e\n\n          \u003cdiv class=\"df-ingredient-emoji\"\u003e\n            💧\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Hyaluronic Acid\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            A hydration-loving skincare ingredient\n\n            that helps draw moisture toward the skin\n\n            for a plumper, smoother and more\n\n            hydrated-looking under-eye area.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       EXPECTED RESULTS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-wrap df-section\"\u003e\n\n\n    \u003cdiv class=\"df-section-heading\"\u003e\n\n      \u003cspan class=\"df-label\"\u003e\n        What you can expect\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Your eyes,\n\n        \u003cbr\u003e\n\n        but make them refreshed. 💫\n\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n\n        With regular use as part of your skincare\n\n        routine, Dreamface™ is designed to help\n\n        your under-eye area look hydrated,\n\n        smooth, luminous and refreshed.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"df-outcomes\"\u003e\n\n\n      \u003cdiv class=\"df-outcome\"\u003e\n\n        \u003cdiv class=\"df-outcome-check\"\u003e\n          ✨\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            Brighter-looking eyes\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Help tired-looking eyes appear more\n\n            luminous and refreshed.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-outcome\"\u003e\n\n        \u003cdiv class=\"df-outcome-check\"\u003e\n          💧\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            Hydrated-looking skin\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Leave the delicate eye area looking\n\n            dewy, moisturised and supple.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-outcome\"\u003e\n\n        \u003cdiv class=\"df-outcome-check\"\u003e\n          🫧\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            Fresher-looking under-eyes\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Cooling comfort helps give tired-looking\n\n            eyes a refreshed appearance.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-outcome\"\u003e\n\n        \u003cdiv class=\"df-outcome-check\"\u003e\n          🪄\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            Smoother-looking skin\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Hydration can temporarily soften the\n\n            appearance of fine lines.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-outcome\"\u003e\n\n        \u003cdiv class=\"df-outcome-check\"\u003e\n          🌿\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            Nourished-feeling skin\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Enjoy a soft, conditioned feeling around\n\n            the delicate eye area.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-outcome\"\u003e\n\n        \u003cdiv class=\"df-outcome-check\"\u003e\n          💖\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            A dewy-looking finish\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Finish your ritual with a fresh,\n\n            luminous-looking glow.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       HOW TO USE\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-ritual df-section\"\u003e\n\n    \u003cdiv class=\"df-wrap\"\u003e\n\n\n      \u003cdiv class=\"df-section-heading\"\u003e\n\n        \u003cspan class=\"df-label\"\u003e\n          Your 15-minute revival\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Your new favourite\n\n          \u003cbr\u003e\n\n          self-care ritual. 🛁\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          No complicated routine.\n\n          Just apply, relax and let your eye area\n\n          enjoy a little love.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"df-steps\"\u003e\n\n\n        \u003cdiv class=\"df-step\"\u003e\n\n          \u003cdiv class=\"df-step-number\"\u003e\n            STEP 01\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Cleanse\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Cleanse your face and gently\n\n            pat your skin dry.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"df-step\"\u003e\n\n          \u003cdiv class=\"df-step-number\"\u003e\n            STEP 02\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Apply\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Place one gel patch under each eye\n\n            with the gel side against your skin.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"df-step\"\u003e\n\n          \u003cdiv class=\"df-step-number\"\u003e\n            STEP 03\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Relax\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Leave on for 15–20 minutes while\n\n            you get ready, sip your coffee\n\n            or simply relax.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"df-step\"\u003e\n\n          \u003cdiv class=\"df-step-number\"\u003e\n            STEP 04\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Glow\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n\n            Remove and gently pat remaining\n\n            serum into the skin.\n\n            Follow with your favourite moisturiser.\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       WHO IT'S FOR\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-wrap df-section\"\u003e\n\n\n    \u003cdiv class=\"df-section-heading\"\u003e\n\n      \u003cspan class=\"df-label\"\u003e\n        Your everyday eye ritual\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Whenever your eyes\n\n        \u003cbr\u003e\n\n        need a little extra love. 💕\n\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n\n        Perfect for those moments when you want\n\n        your under-eye area to look refreshed,\n\n        hydrated and ready for the day.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"df-pills\"\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        ☀️ Morning skincare\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        💻 After a long screen day\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        🌙 Evening self-care\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        💄 Before makeup\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        📸 Before photos\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        🛁 Self-care Sundays\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        ✈️ Travel refresh\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-pill\"\u003e\n        ✨ Before a big event\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"df-wrap\"\u003e\n\n    \u003cdiv class=\"df-final\" id=\"dreamface-order\"\u003e\n\n      \u003cdiv class=\"df-sparkle one\"\u003e\n        ✦\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"df-sparkle two\"\u003e\n        ✧\n      \u003c\/div\u003e\n\n\n      \u003ch2\u003e\n\n        Because your eyes deserve\n\n        to tell a story of rest,\n\n        radiance \u0026amp; renewal. 💫\n\n      \u003c\/h2\u003e\n\n\n      \u003cp\u003e\n\n        Give your under-eyes 15 minutes\n\n        of cooling comfort, hydration and glow.\n\n        Because every girl deserves to wake up\n\n        looking like she slept in silk. ✨\n\n      \u003c\/p\u003e\n\n\n      \u003ca href=\"#dreamface-benefits\" class=\"df-main-button\"\u003e\n\n        Start My Eye Revival\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003cdiv class=\"df-note\"\u003e\n\n        For external cosmetic use only.\n\n        Avoid direct contact with eyes.\n\n        Discontinue use if irritation occurs.\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e","brand":"Dream Face","offers":[{"title":"Default Title","offer_id":48254906007717,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0783\/6617\/9493\/files\/dreamface-hero-shot.png?v=1788947441","url":"https:\/\/dreamface.co.za\/products\/dreamface%e2%84%a2-eye-revival-gel-masks-1","provider":"Dream Face","version":"1.0","type":"link"}