{"product_id":"anti-blemish-acne-line-correcting-serum","title":"Anti-Blemish Akne + Linjekorrigerende Serum","description":"\u003cstyle\u003e\n\/* ===== ANTI-BLEMISH SERUM – OLIVE \u0026 APPLE GLOW ===== *\/\n\n.blemish-serum {\n  --ab-olive: #758a42;\n  --ab-dark-olive: #4f612d;\n  --ab-apple: #a8c957;\n  --ab-light-apple: #ddecad;\n  --ab-cream: #fffdf4;\n  --ab-soft-green: #f1f6df;\n  --ab-gold: #c9a94c;\n  --ab-text: #3d432e;\n  --ab-muted: #6d745d;\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(--ab-text);\n  line-height: 1.7;\n\n  background:\n    radial-gradient(\n      circle at top left,\n      rgba(190, 218, 105, 0.38),\n      transparent 38%\n    ),\n    radial-gradient(\n      circle at bottom right,\n      rgba(135, 157, 73, 0.24),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #fffef7 0%,\n      #f5f8e8 48%,\n      #fbf7e8 100%\n    );\n\n  border: 1px solid rgba(117, 138, 66, 0.34);\n  border-radius: 28px;\n\n  box-shadow:\n    0 18px 45px rgba(75, 92, 42, 0.12),\n    0 0 38px rgba(168, 201, 87, 0.16);\n}\n\n.blemish-serum::before,\n.blemish-serum::after {\n  content: \"\";\n  position: absolute;\n  pointer-events: none;\n  border-radius: 50%;\n  filter: blur(5px);\n}\n\n.blemish-serum::before {\n  width: 190px;\n  height: 190px;\n  top: -100px;\n  right: -60px;\n  background: rgba(179, 211, 93, 0.25);\n}\n\n.blemish-serum::after {\n  width: 170px;\n  height: 170px;\n  bottom: -90px;\n  left: -55px;\n  background: rgba(113, 135, 61, 0.2);\n}\n\n.blemish-serum .hero {\n  position: relative;\n  z-index: 1;\n  padding: 30px 22px;\n  text-align: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255, 255, 255, 0.94),\n      rgba(239, 247, 213, 0.9),\n      rgba(255, 249, 226, 0.86)\n    );\n\n  border: 1px solid rgba(125, 148, 68, 0.3);\n  border-radius: 23px;\n\n  box-shadow:\n    0 14px 32px rgba(78, 96, 43, 0.1),\n    0 0 25px rgba(173, 207, 86, 0.12),\n    inset 0 1px 0 rgba(255, 255, 255, 0.96);\n}\n\n.blemish-serum .title {\n  margin: 0 0 8px;\n\n  font-size: clamp(25px, 4vw, 35px);\n  font-weight: 900;\n  line-height: 1.2;\n  letter-spacing: -0.4px;\n  color: var(--ab-dark-olive);\n\n  text-shadow:\n    0 3px 15px rgba(139, 168, 67, 0.24);\n}\n\n.blemish-serum .subtitle {\n  margin: 0 0 18px;\n\n  font-size: 15px;\n  font-weight: 850;\n  letter-spacing: 0.8px;\n  color: #7c8f36;\n}\n\n.blemish-serum .intro {\n  max-width: 720px;\n  margin: 0 auto;\n  font-size: 15px;\n}\n\n.blemish-serum .intro p {\n  margin: 0 0 12px;\n}\n\n.blemish-serum .chips {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  margin-top: 19px;\n}\n\n.blemish-serum .chip {\n  padding: 7px 12px;\n\n  font-size: 13px;\n  font-weight: 750;\n  color: #53652d;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f3f8dc,\n      #ddebaf\n    );\n\n  border: 1px solid rgba(118, 143, 58, 0.28);\n  border-radius: 999px;\n\n  box-shadow:\n    0 5px 12px rgba(73, 91, 38, 0.08);\n}\n\n.blemish-serum details {\n  position: relative;\n  z-index: 1;\n  margin: 13px 0;\n  overflow: hidden;\n\n  background: rgba(255, 255, 255, 0.94);\n  border: 1px solid rgba(120, 142, 66, 0.29);\n  border-radius: 18px;\n\n  box-shadow:\n    0 8px 21px rgba(70, 85, 41, 0.07);\n\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    box-shadow 0.2s ease;\n}\n\n.blemish-serum details:first-of-type {\n  margin-top: 22px;\n}\n\n.blemish-serum details:hover {\n  transform: translateY(-1px);\n  border-color: rgba(132, 163, 59, 0.5);\n\n  box-shadow:\n    0 13px 27px rgba(75, 92, 42, 0.1);\n}\n\n.blemish-serum details[open] {\n  border-color: rgba(140, 172, 61, 0.62);\n\n  box-shadow:\n    0 16px 34px rgba(72, 91, 38, 0.12),\n    0 0 25px rgba(168, 201, 87, 0.16);\n}\n\n.blemish-serum 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(--ab-dark-olive);\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(239, 247, 216, 0.98),\n      rgba(252, 249, 232, 0.95),\n      rgba(255, 255, 255, 0.94)\n    );\n}\n\n.blemish-serum summary::-webkit-details-marker {\n  display: none;\n}\n\n.blemish-serum summary span:first-child {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n.blemish-serum .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: #617832;\n\n  background:\n    linear-gradient(\n      135deg,\n      #edf6cd,\n      #d3e698\n    );\n\n  border: 1px solid rgba(112, 139, 53, 0.3);\n  border-radius: 50%;\n\n  box-shadow:\n    0 5px 13px rgba(72, 91, 38, 0.14);\n}\n\n.blemish-serum .chev svg {\n  width: 18px;\n  height: 18px;\n  transition: transform 0.25s ease;\n}\n\n.blemish-serum details[open] .chev svg {\n  transform: rotate(180deg);\n}\n\n.blemish-serum .content {\n  padding: 18px 20px 21px;\n\n  font-size: 15px;\n  line-height: 1.75;\n\n  border-top: 1px solid rgba(189, 203, 145, 0.42);\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(249, 252, 238, 0.97),\n      rgba(255, 252, 239, 0.95)\n    );\n}\n\n.blemish-serum .content p {\n  margin: 0 0 13px;\n}\n\n.blemish-serum .content p:last-child {\n  margin-bottom: 0;\n}\n\n.blemish-serum strong {\n  color: #53672c;\n}\n\n.blemish-serum .benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 11px;\n}\n\n.blemish-serum .benefit {\n  padding: 16px 12px;\n  text-align: center;\n\n  font-size: 14px;\n  font-weight: 750;\n  color: #53652f;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(239, 247, 216, 0.94),\n      rgba(255, 249, 229, 0.95)\n    );\n\n  border: 1px solid rgba(120, 145, 62, 0.27);\n  border-radius: 15px;\n\n  box-shadow:\n    0 7px 17px rgba(70, 88, 38, 0.07);\n}\n\n.blemish-serum .benefit-icon {\n  display: block;\n  margin-bottom: 5px;\n  font-size: 23px;\n}\n\n.blemish-serum .ingredient {\n  position: relative;\n  margin-top: 15px;\n  padding: 17px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(238, 247, 213, 0.92),\n      rgba(255, 251, 235, 0.95),\n      rgba(255, 255, 255, 0.98)\n    );\n\n  border: 1px solid rgba(119, 145, 62, 0.29);\n  border-radius: 16px;\n\n  box-shadow:\n    0 9px 22px rgba(72, 90, 40, 0.07);\n}\n\n.blemish-serum .ingredient:first-child {\n  margin-top: 0;\n}\n\n.blemish-serum .ingredient::before {\n  content: \"\";\n  position: absolute;\n  top: 14px;\n  left: 0;\n\n  width: 4px;\n  height: 38px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #6f883b,\n      #b5d35e\n    );\n\n  border-radius: 0 6px 6px 0;\n}\n\n.blemish-serum .ingredient-title {\n  margin: 0 0 7px;\n\n  font-size: 16px;\n  font-weight: 900;\n  color: #52672c;\n}\n\n.blemish-serum ul {\n  padding-left: 20px;\n  margin: 8px 0 0;\n}\n\n.blemish-serum li {\n  margin: 7px 0;\n  padding-left: 3px;\n}\n\n.blemish-serum li::marker {\n  color: var(--ab-apple);\n}\n\n.blemish-serum .texture-box {\n  padding: 18px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #edf6d5,\n      #fbf8e7,\n      #e6efbf\n    );\n\n  border: 1px solid rgba(124, 147, 68, 0.31);\n  border-radius: 16px;\n\n  box-shadow:\n    0 9px 22px rgba(71, 89, 39, 0.07);\n}\n\n.blemish-serum .routine-step {\n  margin: 10px 0;\n  padding: 13px 14px;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(235, 245, 206, 0.84),\n      rgba(255, 251, 235, 0.85)\n    );\n\n  border-left: 4px solid #8da84b;\n  border-radius: 0 12px 12px 0;\n}\n\n.blemish-serum .inci-box {\n  padding: 16px;\n\n  font-size: 14px;\n  line-height: 1.75;\n  word-break: break-word;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(237, 246, 211, 0.92),\n      rgba(255, 251, 236, 0.95)\n    );\n\n  border: 1px solid rgba(120, 146, 64, 0.29);\n  border-radius: 14px;\n}\n\n.blemish-serum .note {\n  margin-top: 12px;\n  font-size: 13px;\n  color: var(--ab-muted);\n}\n\n@media screen and (max-width: 700px) {\n  .blemish-serum .benefits {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media screen and (max-width: 600px) {\n  .blemish-serum {\n    padding: 16px;\n    border-radius: 22px;\n  }\n\n  .blemish-serum .hero {\n    padding: 23px 14px;\n  }\n\n  .blemish-serum summary {\n    padding: 15px;\n    font-size: 15px;\n  }\n\n  .blemish-serum .content {\n    padding: 16px;\n  }\n\n  .blemish-serum .ingredient {\n    padding: 15px;\n  }\n\n  .blemish-serum .chips {\n    gap: 7px;\n  }\n\n  .blemish-serum .chip {\n    font-size: 12px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"blemish-serum\"\u003e\n\n\n  \u003cdiv class=\"hero\"\u003e\n\n    \u003ch2 class=\"title\"\u003e\n\n      Anti-Blemish \u0026amp; Line-Correcting Serum\n    \u003c\/h2\u003e\n\n\n```\n\u003cp class=\"subtitle\"\u003e\n  NIACINAMID • MÆLKESYRE • ALOE VERA\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"intro\"\u003e\n\n  \u003cp\u003e\n    Et let og hurtigt absorberende serum, der kombinerer\n    \u003cstrong\u003e5 % niacinamid\u003c\/strong\u003e, mælkesyre og aloe vera til\n    hud, der let får urenheder, tilstoppede porer eller ujævn hudtone.\n  \u003c\/p\u003e\n\n\n  \u003cp\u003e\n    Formlen hjælper med at balancere huden, forbedre hudens\n    struktur og give en klarere og jævnere hudtone. Aloe vera og\n    glycerin bidrager samtidig til en blød og fugtet hudfølelse.\n  \u003c\/p\u003e\n\n\n  \u003cp\u003e\n    Er særligt velegnet til kombineret hud, fedtet hud og hud, der let får\n    urenheder.\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"chips\"\u003e\n\n  \u003cspan class=\"chip\"\u003e✔ 5 % niacinamid\u003c\/span\u003e\n  \u003cspan class=\"chip\"\u003e✔ Mild eksfoliering\u003c\/span\u003e\n  \u003cspan class=\"chip\"\u003e✔ Fugtgivende\u003c\/span\u003e\n  \u003cspan class=\"chip\"\u003e✔ Hurtigt absorberende\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/div\u003e\n\n\n  \u003cdetails open\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e✨ Produktfordele\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=\"benefits\"\u003e\n\n\n    \u003cdiv class=\"benefit\"\u003e\n\n      \u003cspan class=\"benefit-icon\"\u003e🍏\u003c\/span\u003e\n      Hjælper med at balancere huden og modvirke synlige urenheder\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"benefit\"\u003e\n\n      \u003cspan class=\"benefit-icon\"\u003e✨\u003c\/span\u003e\n      Bidrager til en jævnere hudtone og glattere hudstruktur\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"benefit\"\u003e\n\n      \u003cspan class=\"benefit-icon\"\u003e🌿\u003c\/span\u003e\n      Fugter og hjælper huden med at føles rolig og balanceret\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003cdetails open\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🌿 Nøgleingredienser\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=\"ingredient\"\u003e\n\n    \u003cp class=\"ingredient-title\"\u003e\n      Niacinamid – Vitamin B3, 5 %\n    \u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eHjælper med at balancere hudens talgproduktion\u003c\/li\u003e\n\n      \u003cli\u003eBidrager til en jævnere og klarere hudtone\u003c\/li\u003e\n\n      \u003cli\u003eStøtter hudens naturlige beskyttelsesbarriere\u003c\/li\u003e\n\n      \u003cli\u003eKan hjælpe porerne til at virke mindre fremtrædende\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ingredient\"\u003e\n\n    \u003cp class=\"ingredient-title\"\u003e\n      Mælkesyre – Lactic Acid\n    \u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eGiver en mild eksfolierende effekt\u003c\/li\u003e\n\n      \u003cli\u003eHjælper med at fjerne døde hudceller\u003c\/li\u003e\n\n      \u003cli\u003eBidrager til en glattere hudstruktur\u003c\/li\u003e\n\n      \u003cli\u003eFremhæver hudens naturlige glød\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ingredient\"\u003e\n\n    \u003cp class=\"ingredient-title\"\u003e\n      Aloe Vera\n    \u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eGiver huden fugt og komfort\u003c\/li\u003e\n\n      \u003cli\u003eHjælper huden med at føles rolig og frisk\u003c\/li\u003e\n\n      \u003cli\u003ePasser godt til hudpleje af ubalanceret hud\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ingredient\"\u003e\n\n    \u003cp class=\"ingredient-title\"\u003e\n      Vegetabilsk glycerin\n    \u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eHjælper huden med at binde og bevare fugt\u003c\/li\u003e\n\n      \u003cli\u003eBidrager til en blødere og smidigere hudfølelse\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ingredient\"\u003e\n\n    \u003cp class=\"ingredient-title\"\u003e\n      Tea tree, lavendel \u0026amp; geranium\n    \u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eGiver serummet en naturlig urte- og blomsterduft\u003c\/li\u003e\n\n      \u003cli\u003eKomplementerer en hudplejerutine til hud med urenheder\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🍏 Tekstur \u0026amp; følelse\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=\"texture-box\"\u003e\n\n    \u003cp\u003e\n      Serumet har en let og vandbaseret konsistens, der absorberes\n      hurtigt uden at efterlade huden tung eller fedtet.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Formlen indeholder æteriske olier af tea tree, lavendel og\n      geranium og har derfor en naturlig urte- og blomsterduft.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\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    Rens huden og tør ansigtet forsigtigt.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"routine-step\"\u003e\n\n    \u003cstrong\u003eTrin 2:\u003c\/strong\u003e\n    Påfør 2–3 dråber serum på ansigt og hals.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"routine-step\"\u003e\n\n    \u003cstrong\u003eTrin 3:\u003c\/strong\u003e\n    Massér forsigtigt serummet ind og afslut med ansigtscreme.\n  \u003c\/div\u003e\n\n\n  \u003cp\u003e\n    Start gerne med at bruge serummet et par aftener om ugen og\n    øge gradvist afhængigt af, hvordan huden reagerer.\n  \u003c\/p\u003e\n\n\n  \u003cp class=\"note\"\u003e\n    Undgå området direkte omkring øjnene. Brug solbeskyttelse i dagtimerne,\n    især når produkter med eksfolierende syrer indgår i rutinen.\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003e\n      \u003cspan\u003e🌱 Ingredienser \/ INCI\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=\"inci-box\"\u003e\n\n    Aqua, Aloe Barbadensis Leaf Juice, Niacinamide, Glycerin,\n    Lactic Acid, Xanthan Gum, Caprylyl\/Capryl Glucoside,\n    Benzyl Alcohol, Salicylic Acid, Sorbic Acid,\n    Melaleuca Alternifolia Leaf Oil, Lavandula Angustifolia Oil,\n    Pelargonium Graveolens Flower Oil.\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"note\"\u003e\n    Niacinamidindholdet er 5 %. Kontroller altid den aktuelle\n    ingrediensliste på produktets emballage før brug.\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n```\n\n  \u003c\/details\u003e\n\n\n\u003c\/div\u003e\n","brand":"Snabb leverans: 2 dagar","offers":[{"title":"Default Title","offer_id":52398224867655,"sku":null,"price":380.0,"currency_code":"SEK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/3691\/9623\/files\/Anti_Blemish_-_Niacinamide_Lactic_Acid.jpg?v=1758628234","url":"https:\/\/mirasoacares.com\/da\/products\/anti-blemish-acne-line-correcting-serum","provider":"Mirasoa Cares","version":"1.0","type":"link"}