{"product_id":"healthy-glow-duo-routine","title":"Healthy Glow Duo Rutine","description":"\u003cstyle\u003e\n\/* ===== VITAMIN C DUO – GLOWY SHOPIFY ACCORDION ===== *\/\n\n.mama-acc {\n  --vitamin-orange: #e9782d;\n  --vitamin-gold: #e5aa3c;\n  --vitamin-peach: #fff0df;\n  --vitamin-cream: #fffaf2;\n  --vitamin-yellow: #fff3bc;\n  --vitamin-brown: #6f3d1f;\n  --vitamin-text: #44352e;\n\n  position: relative;\n  max-width: 900px;\n  margin: 20px auto;\n  padding: 26px;\n  overflow: hidden;\n\n  font-family: inherit;\n  color: var(--vitamin-text);\n  line-height: 1.7;\n\n  background:\n    radial-gradient(\n      circle at top left,\n      rgba(255, 211, 125, 0.48),\n      transparent 38%\n    ),\n    radial-gradient(\n      circle at bottom right,\n      rgba(255, 168, 105, 0.25),\n      transparent 36%\n    ),\n    linear-gradient(\n      145deg,\n      #fffaf2 0%,\n      #fff1dc 50%,\n      #fffdf8 100%\n    );\n\n  border: 1px solid rgba(229, 160, 67, 0.35);\n  border-radius: 28px;\n\n  box-shadow:\n    0 18px 45px rgba(173, 93, 32, 0.12),\n    0 0 38px rgba(255, 190, 91, 0.18);\n}\n\n.mama-acc::before,\n.mama-acc::after {\n  content: \"\";\n  position: absolute;\n  pointer-events: none;\n  border-radius: 50%;\n  filter: blur(3px);\n}\n\n.mama-acc::before {\n  width: 180px;\n  height: 180px;\n  top: -95px;\n  right: -55px;\n  background: rgba(255, 202, 90, 0.25);\n}\n\n.mama-acc::after {\n  width: 160px;\n  height: 160px;\n  bottom: -85px;\n  left: -50px;\n  background: rgba(247, 142, 75, 0.18);\n}\n\n.mama-acc .intro {\n  position: relative;\n  z-index: 1;\n  margin-bottom: 24px;\n  padding: 27px 20px;\n  text-align: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255, 255, 255, 0.92),\n      rgba(255, 239, 207, 0.86)\n    );\n\n  border: 1px solid rgba(232, 159, 59, 0.3);\n  border-radius: 23px;\n\n  box-shadow:\n    0 14px 32px rgba(171, 91, 31, 0.1),\n    inset 0 1px 0 rgba(255, 255, 255, 0.95);\n}\n\n.mama-acc .title {\n  margin: 0 0 7px;\n  font-size: clamp(26px, 4vw, 35px);\n  font-weight: 900;\n  line-height: 1.2;\n  letter-spacing: -0.4px;\n  color: var(--vitamin-brown);\n\n  text-shadow:\n    0 3px 14px rgba(240, 141, 53, 0.2);\n}\n\n.mama-acc .subtitle {\n  margin: 0;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: 0.8px;\n  color: #b25c26;\n}\n\n.mama-acc details {\n  position: relative;\n  z-index: 1;\n  margin: 13px 0;\n  overflow: hidden;\n\n  background: rgba(255, 255, 255, 0.92);\n  border: 1px solid rgba(228, 158, 73, 0.3);\n  border-radius: 18px;\n\n  box-shadow:\n    0 8px 21px rgba(119, 65, 29, 0.06);\n\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    box-shadow 0.2s ease;\n}\n\n.mama-acc details:hover {\n  transform: translateY(-1px);\n  border-color: rgba(224, 135, 44, 0.48);\n\n  box-shadow:\n    0 13px 27px rgba(125, 67, 29, 0.09);\n}\n\n.mama-acc details[open] {\n  border-color: rgba(224, 132, 39, 0.58);\n\n  box-shadow:\n    0 16px 34px rgba(151, 78, 28, 0.12),\n    0 0 24px rgba(255, 180, 77, 0.13);\n}\n\n.mama-acc summary {\n  min-height: 60px;\n  padding: 17px 19px;\n\n  list-style: none;\n  cursor: pointer;\n  user-select: none;\n\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 14px;\n\n  font-size: 17px;\n  font-weight: 850;\n  line-height: 1.25;\n  color: var(--vitamin-brown);\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(255, 243, 221, 0.98),\n      rgba(255, 255, 255, 0.92)\n    );\n}\n\n.mama-acc summary::-webkit-details-marker {\n  display: none;\n}\n\n.mama-acc summary span:first-child {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n.mama-acc .chev {\n  flex: 0 0 auto;\n  width: 35px;\n  height: 35px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #b9591f;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff0c8,\n      #ffd58c\n    );\n\n  border: 1px solid rgba(220, 132, 36, 0.28);\n  border-radius: 50%;\n\n  box-shadow:\n    0 5px 13px rgba(177, 86, 28, 0.14);\n}\n\n.mama-acc .chev svg {\n  width: 18px;\n  height: 18px;\n  transition: transform 0.25s ease;\n}\n\n.mama-acc details[open] .chev svg {\n  transform: rotate(180deg);\n}\n\n.mama-acc .content {\n  padding: 18px 20px 21px;\n\n  font-size: 15px;\n  line-height: 1.75;\n  color: var(--vitamin-text);\n\n  border-top: 1px solid rgba(238, 193, 133, 0.38);\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(255, 255, 255, 0.97),\n      rgba(255, 249, 240, 0.96)\n    );\n}\n\n.mama-acc .content p {\n  margin: 0 0 13px;\n}\n\n.mama-acc .content p:last-child {\n  margin-bottom: 0;\n}\n\n.mama-acc .muted {\n  color: #77645a;\n}\n\n.mama-acc .sub {\n  position: relative;\n  margin-top: 15px;\n  padding: 17px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255, 238, 204, 0.88),\n      rgba(255, 252, 246, 0.97)\n    );\n\n  border: 1px solid rgba(224, 150, 62, 0.3);\n  border-radius: 16px;\n\n  box-shadow:\n    0 9px 22px rgba(130, 70, 29, 0.07);\n}\n\n.mama-acc .sub:first-child {\n  margin-top: 0;\n}\n\n.mama-acc .sub::before {\n  content: \"\";\n  position: absolute;\n  top: 14px;\n  left: 0;\n\n  width: 4px;\n  height: 37px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #e9782d,\n      #f1bc55\n    );\n\n  border-radius: 0 6px 6px 0;\n}\n\n.mama-acc .kicker {\n  margin: 0 0 7px;\n  font-size: 16px;\n  font-weight: 900;\n  color: #93451d;\n}\n\n.mama-acc strong {\n  color: #7c3c1c;\n}\n\n.mama-acc ul {\n  padding-left: 20px;\n  margin: 8px 0 0;\n}\n\n.mama-acc li {\n  margin: 8px 0;\n  padding-left: 3px;\n}\n\n.mama-acc li::marker {\n  color: var(--vitamin-orange);\n}\n\n.mama-acc .benefits {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 17px;\n}\n\n.mama-acc .benefit {\n  padding: 7px 12px;\n\n  font-size: 13px;\n  font-weight: 750;\n  color: #87441d;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff4d9,\n      #ffdca4\n    );\n\n  border: 1px solid rgba(214, 130, 39, 0.27);\n  border-radius: 999px;\n\n  box-shadow:\n    0 5px 12px rgba(163, 78, 26, 0.08);\n}\n\n.mama-acc .routine-step {\n  margin: 10px 0;\n  padding: 13px 14px;\n\n  background: rgba(255, 239, 208, 0.72);\n  border-left: 4px solid #ea872f;\n  border-radius: 0 12px 12px 0;\n}\n\n.mama-acc .tip {\n  padding: 18px;\n  text-align: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff1c9,\n      #ffe1cb\n    );\n\n  border: 1px solid rgba(224, 139, 51, 0.36);\n  border-radius: 16px;\n\n  box-shadow:\n    0 10px 23px rgba(142, 72, 27, 0.09);\n}\n\n.mama-acc .promo-code {\n  display: inline-block;\n  margin: 4px 3px;\n  padding: 5px 11px;\n\n  font-size: 16px;\n  font-weight: 900;\n  letter-spacing: 1px;\n  color: #843d18;\n\n  background: rgba(255, 255, 255, 0.78);\n  border: 1px dashed rgba(190, 92, 28, 0.58);\n  border-radius: 9px;\n}\n\n@media screen and (max-width: 600px) {\n  .mama-acc {\n    padding: 16px;\n    border-radius: 22px;\n  }\n\n  .mama-acc .intro {\n    padding: 22px 14px;\n  }\n\n  .mama-acc summary {\n    padding: 15px;\n    font-size: 15px;\n  }\n\n  .mama-acc .content {\n    padding: 16px;\n  }\n\n  .mama-acc .sub {\n    padding: 15px;\n  }\n\n  .mama-acc .benefits {\n    gap: 7px;\n  }\n\n  .mama-acc .benefit {\n    font-size: 12px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mama-acc\"\u003e\n\n\n  \u003cdiv class=\"intro\"\u003e\n\n    \u003cp class=\"title\"\u003e🍊✨ Vitamin C Duo\u003c\/p\u003e\n\n    \u003cp class=\"subtitle\"\u003eGLØD • JÆVN HUDTONE • NATURLIG GLOW\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUKTBESKRIVNING --\u003e\n\n  \u003cdetails open\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e✨ Produktbeskrivelse\u003c\/span\u003e\n\n```\n  \u003cspan class=\"chev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\n      \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/span\u003e\n\u003c\/summary\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003cp\u003e\n    Vitamin C Duo er den perfekte kombination for dig, der ønsker\n    \u003cstrong\u003eklarere hud, mere glød og en jævnere hudtone\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n\n  \u003cp\u003e\n    Serum og creme arbejder sammen for at give huden ny energi,\n    beskytte mod ydre stress og fremhæve en naturlig glow.\n  \u003c\/p\u003e\n\n\n  \u003cp class=\"muted\"\u003e\n    Passer til alle hudtyper og er ideel til daglig brug.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"benefits\"\u003e\n\n    \u003cspan class=\"benefit\"\u003e✔ Vitamin C\u003c\/span\u003e\n    \u003cspan class=\"benefit\"\u003e✔ Naturlig glød\u003c\/span\u003e\n    \u003cspan class=\"benefit\"\u003e✔ Fugtgivende\u003c\/span\u003e\n    \u003cspan class=\"benefit\"\u003e✔ Daglig rutine\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003c!-- VAD INGÅR --\u003e\n\n  \u003cdetails open\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🧴 Hvad indgår?\u003c\/span\u003e\n\n```\n  \u003cspan class=\"chev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\n      \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/span\u003e\n\u003c\/summary\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n\n  \u003cdiv class=\"sub\"\u003e\n\n    \u003cp class=\"kicker\"\u003e💧 Vitamin C Serum – 10 %\u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Et let og hurtigt absorberende serum, der hjælper med at give\n      huden øjeblikkelig glød og en friskere fornemmelse.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      \u003cstrong\u003eINCI:\u003c\/strong\u003e\n      Citrus Aurantium Amara Flower Water, Aqua,\n      Ascorbic Acid, Panthenol,\n      Aloe Barbadensis Leaf Juice Powder, Xanthan Gum,\n      Benzyl Alcohol, Salicylic Acid och Sorbic Acid.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sub\"\u003e\n\n    \u003cp class=\"kicker\"\u003e🧴 Vitamin C Cream – Glød \u0026amp; beskyttelse\u003c\/p\u003e\n\n\n    \u003cp\u003e\n      En nærende dagcreme, der fugter, beskytter og hjælper med at\n      forstærke hudens naturlige glød.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      \u003cstrong\u003eINCI:\u003c\/strong\u003e\n      Aqua, Cetearyl Olivate, Sorbitan Olivate,\n      Cocos Nucifera Oil, Daucus Carota Sativa Seed Oil,\n      Glycerin, Cetearyl Alcohol, Tocopherol,\n      Benzyl Alcohol, Salicylic Acid, Sorbic Acid,\n      Ascorbic Acid, Citrus Aurantium Amara Flower Oil,\n      CI 77019, CI 77491, Parfum, Limonene,\n      Citronellol, Coumarin och Rose Ketones.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003c!-- ANVÄNDNING --\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🫧 Anvendelse\u003c\/span\u003e\n\n```\n  \u003cspan class=\"chev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\n      \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/span\u003e\n\u003c\/summary\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003cdiv class=\"routine-step\"\u003e\n\n    \u003cstrong\u003eTrin 1:\u003c\/strong\u003e\n    Påfør Vitamin C Serum på ren og tør hud.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"routine-step\"\u003e\n\n    \u003cstrong\u003eTrin 2:\u003c\/strong\u003e\n    Lad serummet absorbere helt inden næste trin.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"routine-step\"\u003e\n\n    \u003cstrong\u003eTrin 3:\u003c\/strong\u003e\n    Afslut med Vitamin C Cream for at hjælpe med at forsegle\n    fugt og glød.\n  \u003c\/div\u003e\n\n\n  \u003cp\u003e\n    Anvend morgen og\/eller aften.\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003c!-- RESULTAT --\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🍊 Resultater \u0026amp; fordele\u003c\/span\u003e\n\n```\n  \u003cspan class=\"chev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\n      \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/span\u003e\n\u003c\/summary\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003cul\u003e\n\n    \u003cli\u003eHjælper huden med at se klarere og friskere ud\u003c\/li\u003e\n\n    \u003cli\u003eGiver huden en naturlig og sund glød\u003c\/li\u003e\n\n    \u003cli\u003eBidrager til en jævnere hudtone\u003c\/li\u003e\n\n    \u003cli\u003eFugter og gør huden blødere\u003c\/li\u003e\n\n    \u003cli\u003eEn enkel rutine med kun to produkter\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003c!-- TIPS --\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🎁 Tilbud\u003c\/span\u003e\n\n```\n  \u003cspan class=\"chev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\n      \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/span\u003e\n\u003c\/summary\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003cdiv class=\"tip\"\u003e\n\n    Brug koden\n    \u003cspan class=\"promo-code\"\u003eHEJ100\u003c\/span\u003e\n    ved kassen og få \u003cstrong\u003e100 kr. rabat\u003c\/strong\u003e på dit køb.\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n\n\u003c\/div\u003e\n","brand":"Mirasoa Cares","offers":[{"title":"Default Title","offer_id":54457389973831,"sku":null,"price":612.0,"currency_code":"DKK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/3691\/9623\/files\/healthy-glow-duo-5681003.jpg?v=1752239966","url":"https:\/\/mirasoacares.com\/da-dk\/products\/healthy-glow-duo-routine","provider":"Mirasoa Cares","version":"1.0","type":"link"}