{"product_id":"beauty-habit™-eclat-led-vanity-mirror","title":"Beauty Habit™ Éclat LED Vanity Mirror","description":"\u003cdiv class=\"bh-eclat-premium\"\u003e\n\n\u003cstyle\u003e\n\/* =========================================\n   BEAUTY HABIT™ ÉCLAT — PREMIUM ANIMATED\n========================================= *\/\n\n.bh-eclat-premium {\n  --gold: #c9a46a;\n  --gold-light: #ead5ad;\n  --cream: #f8f5ef;\n  --dark: #171614;\n  --text: #5f5b54;\n  --border: rgba(201,164,106,.25);\n\n  max-width: 1150px;\n  margin: 0 auto;\n  padding: 20px;\n  color: var(--dark);\n  font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, sans-serif;\n  overflow: hidden;\n}\n\n.bh-eclat-premium * {\n  box-sizing: border-box;\n}\n\n\/* =========================================\n   ANIMATION KEYFRAMES\n========================================= *\/\n\n@keyframes bhFadeUp {\n  0% {\n    opacity: 0;\n    transform: translateY(50px);\n  }\n  100% {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes bhFadeIn {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}\n\n@keyframes bhFloat {\n  0%, 100% {\n    transform: translateY(0);\n  }\n  50% {\n    transform: translateY(-12px);\n  }\n}\n\n@keyframes bhGlow {\n  0%, 100% {\n    opacity: .35;\n    transform: scale(1);\n  }\n  50% {\n    opacity: .75;\n    transform: scale(1.15);\n  }\n}\n\n@keyframes bhShimmer {\n  0% {\n    transform: translateX(-120%);\n  }\n  100% {\n    transform: translateX(120%);\n  }\n}\n\n@keyframes bhPulse {\n  0%, 100% {\n    box-shadow: 0 0 0 rgba(201,164,106,0);\n  }\n  50% {\n    box-shadow: 0 0 35px rgba(201,164,106,.22);\n  }\n}\n\n@keyframes bhLightMove {\n  0% {\n    transform: translateX(-20%) translateY(-10%);\n  }\n  50% {\n    transform: translateX(20%) translateY(10%);\n  }\n  100% {\n    transform: translateX(-20%) translateY(-10%);\n  }\n}\n\n\/* =========================================\n   HERO\n========================================= *\/\n\n.bh-hero {\n  position: relative;\n  text-align: center;\n  padding: 90px 30px;\n  border-radius: 30px;\n  overflow: hidden;\n\n  background:\n    radial-gradient(\n      circle at 50% -10%,\n      rgba(234,213,173,.5),\n      transparent 45%\n    ),\n    linear-gradient(\n      145deg,\n      #fcfbf8,\n      #f1ece2\n    );\n\n  border: 1px solid var(--border);\n\n  box-shadow:\n    0 30px 90px rgba(30,25,18,.10);\n\n  animation: bhFadeUp 1s ease both;\n}\n\n\/* Animated light behind hero *\/\n\n.bh-hero::before {\n  content: \"\";\n  position: absolute;\n\n  width: 450px;\n  height: 450px;\n\n  top: -250px;\n  left: 50%;\n\n  transform: translateX(-50%);\n\n  background: rgba(201,164,106,.18);\n\n  border-radius: 50%;\n\n  filter: blur(50px);\n\n  animation: bhGlow 5s ease-in-out infinite;\n}\n\n\/* Moving shimmer *\/\n\n.bh-hero::after {\n  content: \"\";\n\n  position: absolute;\n\n  top: 0;\n  left: 0;\n\n  width: 40%;\n  height: 100%;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.45),\n      transparent\n    );\n\n  transform: translateX(-120%);\n\n  animation: bhShimmer 7s ease-in-out infinite;\n\n  pointer-events: none;\n}\n\n.bh-hero-content {\n  position: relative;\n  z-index: 2;\n}\n\n.bh-eyebrow {\n  display: inline-block;\n\n  padding: 9px 20px;\n\n  margin-bottom: 25px;\n\n  border-radius: 50px;\n\n  border: 1px solid rgba(201,164,106,.45);\n\n  background: rgba(255,255,255,.65);\n\n  color: #9a7744;\n\n  font-size: 11px;\n\n  font-weight: 700;\n\n  letter-spacing: 3px;\n\n  text-transform: uppercase;\n\n  animation:\n    bhFadeIn 1.2s ease both,\n    bhFloat 5s ease-in-out infinite;\n}\n\n.bh-hero h2 {\n  position: relative;\n\n  margin: 0 auto 25px;\n\n  max-width: 850px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(38px, 6vw, 72px);\n\n  line-height: 1.05;\n\n  font-weight: 500;\n\n  letter-spacing: -3px;\n}\n\n.bh-hero h2 span {\n  color: var(--gold);\n\n  font-style: italic;\n\n  position: relative;\n}\n\n\/* Gold underline animation *\/\n\n.bh-hero h2 span::after {\n  content: \"\";\n\n  position: absolute;\n\n  left: 0;\n  bottom: -8px;\n\n  width: 100%;\n  height: 2px;\n\n  background: var(--gold);\n\n  transform: scaleX(0);\n\n  transform-origin: left;\n\n  animation:\n    bhUnderline 1.5s ease 1s forwards;\n}\n\n@keyframes bhUnderline {\n  to {\n    transform: scaleX(1);\n  }\n}\n\n.bh-hero p {\n  max-width: 700px;\n\n  margin: 0 auto;\n\n  color: #68645c;\n\n  font-size: 17px;\n\n  line-height: 1.9;\n\n  animation:\n    bhFadeUp 1s ease .4s both;\n}\n\n\/* =========================================\n   INTRO CARDS\n========================================= *\/\n\n.bh-intro {\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  gap: 25px;\n\n  margin: 35px 0;\n}\n\n.bh-intro-card {\n  position: relative;\n\n  padding: 50px 40px;\n\n  border-radius: 25px;\n\n  background: #fff;\n\n  border: 1px solid #eee8dc;\n\n  box-shadow:\n    0 15px 50px rgba(30,25,18,.06);\n\n  overflow: hidden;\n\n  transition:\n    transform .5s cubic-bezier(.2,.8,.2,1),\n    box-shadow .5s ease;\n}\n\n.bh-intro-card:hover {\n  transform: translateY(-10px);\n\n  box-shadow:\n    0 30px 70px rgba(30,25,18,.12);\n}\n\n\/* Gold corner glow *\/\n\n.bh-intro-card::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 160px;\n  height: 160px;\n\n  right: -80px;\n  top: -80px;\n\n  background: rgba(201,164,106,.15);\n\n  border-radius: 50%;\n\n  filter: blur(20px);\n\n  animation: bhGlow 5s ease-in-out infinite;\n}\n\n.bh-intro-card h3 {\n  position: relative;\n\n  margin: 0 0 18px;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 31px;\n\n  font-weight: 500;\n}\n\n.bh-intro-card p {\n  position: relative;\n\n  margin: 0;\n\n  color: var(--text);\n\n  font-size: 16px;\n\n  line-height: 1.85;\n}\n\n\/* Dark luxury card *\/\n\n.bh-highlight {\n  background:\n    linear-gradient(\n      145deg,\n      #171614,\n      #302a21\n    );\n\n  color: white;\n\n  animation:\n    bhFadeUp .9s ease .25s both,\n    bhPulse 5s ease-in-out infinite;\n}\n\n.bh-highlight h3 {\n  color: #f0dfbd;\n}\n\n.bh-highlight p {\n  color: rgba(255,255,255,.68);\n}\n\n\/* =========================================\n   SECTION TITLES\n========================================= *\/\n\n.bh-section-title {\n  text-align: center;\n\n  margin: 85px auto 40px;\n\n  animation:\n    bhFadeUp .8s ease both;\n}\n\n.bh-section-title h3 {\n  margin: 0 0 12px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 40px;\n\n  font-weight: 500;\n}\n\n.bh-section-title p {\n  margin: 0;\n\n  color: var(--text);\n\n  font-size: 15px;\n}\n\n\/* =========================================\n   LIGHT MODES\n========================================= *\/\n\n.bh-light-modes {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, 1fr);\n\n  gap: 20px;\n}\n\n.bh-mode {\n  position: relative;\n\n  padding: 40px 25px;\n\n  text-align: center;\n\n  border-radius: 25px;\n\n  background: white;\n\n  border: 1px solid #eee8dc;\n\n  overflow: hidden;\n\n  transition:\n    transform .5s cubic-bezier(.2,.8,.2,1),\n    box-shadow .5s ease,\n    border-color .5s ease;\n}\n\n.bh-mode:hover {\n  transform:\n    translateY(-12px)\n    scale(1.02);\n\n  border-color:\n    var(--gold-light);\n\n  box-shadow:\n    0 25px 60px rgba(30,25,18,.12);\n}\n\n\/* Animated light sweep *\/\n\n.bh-mode::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 200px;\n  height: 200px;\n\n  top: -130px;\n  left: 50%;\n\n  transform: translateX(-50%);\n\n  border-radius: 50%;\n\n  background:\n    rgba(234,213,173,.35);\n\n  filter: blur(25px);\n\n  animation:\n    bhGlow 4s ease-in-out infinite;\n}\n\n.bh-mode-icon {\n  position: relative;\n\n  width: 75px;\n  height: 75px;\n\n  margin: 0 auto 22px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  font-size: 30px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffdf9,\n      #f0e7d8\n    );\n\n  border:\n    1px solid rgba(201,164,106,.25);\n\n  box-shadow:\n    0 10px 25px rgba(30,25,18,.08);\n\n  animation:\n    bhFloat 4s ease-in-out infinite;\n}\n\n.bh-mode:nth-child(2) .bh-mode-icon {\n  animation-delay: .7s;\n}\n\n.bh-mode:nth-child(3) .bh-mode-icon {\n  animation-delay: 1.4s;\n}\n\n.bh-mode h4 {\n  position: relative;\n\n  margin: 0 0 10px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 24px;\n\n  font-weight: 500;\n}\n\n.bh-mode p {\n  position: relative;\n\n  margin: 0;\n\n  color: var(--text);\n\n  font-size: 14px;\n\n  line-height: 1.8;\n}\n\n\/* =========================================\n   FEATURE SECTION\n========================================= *\/\n\n.bh-features {\n  margin-top: 35px;\n\n  padding: 60px 40px;\n\n  border-radius: 30px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #faf8f3,\n      #f1ebe0\n    );\n\n  border:\n    1px solid #ebe3d5;\n\n  position: relative;\n\n  overflow: hidden;\n}\n\n.bh-features::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 500px;\n  height: 500px;\n\n  top: -300px;\n  left: 50%;\n\n  background:\n    rgba(201,164,106,.1);\n\n  border-radius: 50%;\n\n  filter: blur(50px);\n\n  animation:\n    bhLightMove 8s ease-in-out infinite;\n}\n\n.bh-feature-grid {\n  position: relative;\n  z-index: 2;\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, 1fr);\n\n  gap: 20px;\n}\n\n.bh-feature {\n  display: flex;\n\n  gap: 18px;\n\n  padding: 27px;\n\n  border-radius: 20px;\n\n  background:\n    rgba(255,255,255,.75);\n\n  border:\n    1px solid rgba(201,164,106,.15);\n\n  transition:\n    transform .4s ease,\n    box-shadow .4s ease;\n}\n\n.bh-feature:hover {\n  transform:\n    translateX(8px);\n\n  box-shadow:\n    0 15px 40px rgba(30,25,18,.08);\n}\n\n.bh-feature-number {\n  min-width: 45px;\n  height: 45px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #27231e,\n      #151412\n    );\n\n  color: var(--gold-light);\n\n  font-size: 12px;\n\n  font-weight: 700;\n\n  box-shadow:\n    0 8px 20px rgba(0,0,0,.12);\n}\n\n.bh-feature h4 {\n  margin: 0 0 7px;\n\n  font-size: 16px;\n\n  font-weight: 700;\n}\n\n.bh-feature p {\n  margin: 0;\n\n  color: var(--text);\n\n  font-size: 14px;\n\n  line-height: 1.7;\n}\n\n\/* =========================================\n   FINAL LUXURY SECTION\n========================================= *\/\n\n.bh-final {\n  position: relative;\n\n  margin-top: 35px;\n\n  padding: 90px 30px;\n\n  text-align: center;\n\n  border-radius: 30px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(201,164,106,.2),\n      transparent 45%\n    ),\n    linear-gradient(\n      145deg,\n      #151412,\n      #29241d\n    );\n\n  overflow: hidden;\n\n  animation:\n    bhPulse 6s ease-in-out infinite;\n}\n\n.bh-final::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 500px;\n  height: 500px;\n\n  top: -350px;\n  left: 50%;\n\n  transform: translateX(-50%);\n\n  border-radius: 50%;\n\n  background:\n    rgba(234,213,173,.15);\n\n  filter: blur(50px);\n\n  animation:\n    bhGlow 6s ease-in-out infinite;\n}\n\n.bh-final-content {\n  position: relative;\n\n  z-index: 2;\n}\n\n.bh-final h3 {\n  margin: 0 0 20px;\n\n  color: #f3e4c7;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    clamp(34px, 5vw, 55px);\n\n  font-weight: 500;\n\n  line-height: 1.1;\n}\n\n.bh-final p {\n  max-width: 650px;\n\n  margin: 0 auto 25px;\n\n  color:\n    rgba(255,255,255,.67);\n\n  font-size: 16px;\n\n  line-height: 1.9;\n}\n\n.bh-signature {\n  display: inline-block;\n\n  color:\n    var(--gold-light);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 20px;\n\n  font-style: italic;\n\n  animation:\n    bhFloat 4s ease-in-out infinite;\n}\n\n\/* =========================================\n   MOBILE\n========================================= *\/\n\n@media (max-width: 768px) {\n\n  .bh-eclat-premium {\n    padding: 10px;\n  }\n\n  .bh-hero {\n    padding: 65px 20px;\n    border-radius: 22px;\n  }\n\n  .bh-hero h2 {\n    font-size: 42px;\n    letter-spacing: -1.5px;\n  }\n\n  .bh-hero p {\n    font-size: 15px;\n  }\n\n  .bh-intro {\n    grid-template-columns: 1fr;\n  }\n\n  .bh-intro-card {\n    padding: 35px 25px;\n  }\n\n  .bh-light-modes {\n    grid-template-columns: 1fr;\n  }\n\n  .bh-section-title {\n    margin-top: 65px;\n  }\n\n  .bh-section-title h3 {\n    font-size: 34px;\n  }\n\n  .bh-features {\n    padding: 45px 20px;\n  }\n\n  .bh-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .bh-feature {\n    padding: 22px;\n  }\n\n  .bh-final {\n    padding: 65px 20px;\n    border-radius: 22px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================\n     HERO\n========================================= --\u003e\n\n\u003csection class=\"bh-hero\"\u003e\n\n  \u003cdiv class=\"bh-hero-content\"\u003e\n\n    \u003cdiv class=\"bh-eyebrow\"\u003e\n      Beauty Habit™\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Meet Your New\n      \u003cspan\u003eGlow-Up\u003c\/span\u003e\n      Essential.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The Beauty Habit™ Éclat LED Vanity Mirror isn't just a mirror —\n      it's your daily ritual, your confidence boost, and your secret weapon\n      for getting ready in the perfect light. ✨\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================\n     INTRO\n========================================= --\u003e\n\n\u003csection class=\"bh-intro\"\u003e\n\n  \u003cdiv class=\"bh-intro-card\"\u003e\n\n    \u003ch3\u003e\n      Your Beauty.\n      Your Light.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      From effortless no-makeup makeup days to full glam transformations,\n      the Éclat LED Vanity Mirror helps you see every detail clearly —\n      so your beauty routine feels as good as the final look.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"bh-intro-card bh-highlight\"\u003e\n\n    \u003ch3\u003e\n      Luxury That Works.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed with a sleek finish, a wide-border LED frame, and a compact\n      foldable stand, the Éclat brings a premium beauty experience wherever\n      your routine takes place.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================\n     LIGHT MODES\n========================================= --\u003e\n\n\u003cdiv class=\"bh-section-title\"\u003e\n\n  \u003ch3\u003e\n    Three Lights.\n    One Perfect You.\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Choose the lighting that matches your moment.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003csection class=\"bh-light-modes\"\u003e\n\n  \u003cdiv class=\"bh-mode\"\u003e\n\n    \u003cdiv class=\"bh-mode-icon\"\u003e\n      🌙\n    \u003c\/div\u003e\n\n    \u003ch4\u003e\n      Soft\n    \u003c\/h4\u003e\n\n    \u003cp\u003e\n      A gentle glow for relaxed mornings, skincare rituals,\n      and effortless everyday beauty.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"bh-mode\"\u003e\n\n    \u003cdiv class=\"bh-mode-icon\"\u003e\n      ☀️\n    \u003c\/div\u003e\n\n    \u003ch4\u003e\n      Natural\n    \u003c\/h4\u003e\n\n    \u003cp\u003e\n      Clear, balanced lighting that helps you see your look\n      as naturally as possible.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"bh-mode\"\u003e\n\n    \u003cdiv class=\"bh-mode-icon\"\u003e\n      🕯️\n    \u003c\/div\u003e\n\n    \u003ch4\u003e\n      Warm\n    \u003c\/h4\u003e\n\n    \u003cp\u003e\n      A soft, flattering glow for evenings, date nights,\n      and getting ready for your next moment.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================\n     FEATURES\n========================================= --\u003e\n\n\u003csection class=\"bh-features\"\u003e\n\n  \u003cdiv class=\"bh-section-title\" style=\"margin-top:0;\"\u003e\n\n    \u003ch3\u003e\n      Designed For Your Ritual\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Beautiful details. Effortless everyday luxury.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"bh-feature-grid\"\u003e\n\n\n    \u003cdiv class=\"bh-feature\"\u003e\n\n      \u003cdiv class=\"bh-feature-number\"\u003e\n        01\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch4\u003e\n          Wide-Border LED Frame\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A beautifully illuminated frame that surrounds your reflection\n          with an elegant, even glow.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"bh-feature\"\u003e\n\n      \u003cdiv class=\"bh-feature-number\"\u003e\n        02\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch4\u003e\n          Three Adjustable Light Modes\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Switch between soft, natural, and warm lighting to suit\n          your beauty routine and mood.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"bh-feature\"\u003e\n\n      \u003cdiv class=\"bh-feature-number\"\u003e\n        03\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch4\u003e\n          Compact Foldable Stand\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Designed to fit beautifully into your space while making\n          storage and setup effortless.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"bh-feature\"\u003e\n\n      \u003cdiv class=\"bh-feature-number\"\u003e\n        04\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch4\u003e\n          Premium Smooth Finish\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A sleek, refined design that feels just as luxurious\n          as it looks on your vanity.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================\n     FINAL\n========================================= --\u003e\n\n\u003csection class=\"bh-final\"\u003e\n\n  \u003cdiv class=\"bh-final-content\"\u003e\n\n    \u003ch3\u003e\n      One Tap.\n      Perfect Light.\n      Every Time.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Because your beauty routine should feel like more than just\n      getting ready. It should be a moment that's completely yours.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bh-signature\"\u003e\n      Real Care. Real You.™ 🖤✨\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Beauty Habit","offers":[{"title":"Default Title","offer_id":43018961944647,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/files\/beauty-habit-box-and-mirror-on-surface.png?v=1785350257","url":"https:\/\/beautyhabit.co.za\/products\/beauty-habit%e2%84%a2-eclat-led-vanity-mirror","provider":"Beauty Habit","version":"1.0","type":"link"}