{"product_id":"skincely","title":"SkinCely®","description":"\u003cbody\u003e  \u003cstyle\u003e\n    body {\n      font-family: Arial, sans-serif;\n      margin: 0;\n      padding: 0;\n      line-height: 1.6;\n    }\n    .secao {\n      text-align: center;\n      max-width: 1200px;\n      margin: 30px auto;\n    }\n    .secao \u003e img {\n      width: 100%;\n      height: auto;\n      max-width: 400px;\n      border-radius: 12px;\n    }\n    .secao-grid-reverse {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1em;\n      align-items: center;\n      justify-items: center;\n      margin-bottom: 15px;\n      max-width: 1200px;\n      margin: 30px auto;\n      border-radius: 12px;\n      grid-template-areas: \"image content\";\n    }\n    .secao-image {\n      grid-area: image;\n    }\n    .secao-image img {\n      width: 100%;\n      max-width: 600px;\n      border-radius: 12px;\n    }\n    .secao-content {\n      grid-area: content;\n      text-align: left;\n      padding: 20px;\n    }\n    .secao-content h2 {\n      margin-top: 0;\n    }\n    .star-text {\n      color: #ffc400;\n      font-size: 1.2em;\n    }\n    .horizontal-review-panel {\n      border-radius: 12px;\n      width: 100%;\n      max-width: 800px;\n      margin: 0 auto 15px auto;\n      display: flex;\n      overflow: hidden;\n      align-items: center;\n    }\n    .horizontal-review-panel img {\n      width: auto;\n      height: 70px;\n      border-radius: 50%;\n      padding: 0 5px;\n      border: none;\n      box-shadow: none;\n    }\n    .horizontal-review-content {\n      padding: 5px;\n      text-align: left;\n      font-size: 0.9em;\n    }\n    .horizontal-review-content p {\n      margin: 7px 0;\n    }\n    .horizontal-review-content p:last-child {\n      border-top: 1px solid rgba(128, 128, 128, 0.2);\n      margin-bottom: 0;\n      padding-top: 2px;\n      font-weight: bold;\n      color: #848484;\n    }\n    .accordion {\n      width: 100%;\n      max-width: 800px;\n      margin: 20px auto;\n      border-radius: 10px;\n      font-size: 0.9em;\n    }\n    .accordion-item {\n      border-top: 1px solid #f8f8f8;\n      background-color: white;\n    }\n    .accordion-item:last-child {\n      border-bottom: 1px solid #f8f8f8;\n    }\n    .accordion-header {\n      padding: 15px;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      text-align: left;\n      font-weight: bold;\n    }\n    .accordion-header:hover {\n      background-color: #f2f3f3;\n    }\n    .accordion-body {\n      text-align: left;\n      padding: 0 15px;\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease, padding 0.3s ease;\n    }\n    .accordion-body.active {\n      max-height: 500px;\n      padding: 15px;\n      margin-bottom: 15px;\n    }\n    .accordion-header .icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      width: 20px;\n      height: 20px;\n      transition: transform 0.3s ease;\n      transform: rotate(45deg);\n    }\n    .accordion-header.active .icon {\n      transform: rotate(0deg);\n    }\n    .accordion-header .icon svg {\n      width: 100%;\n      height: 100%;\n      fill: currentColor;\n    }\n    .review {\n      max-width: 1200px;\n      margin-left: auto;\n      margin-right: auto;\n      border-radius: 10px;\n      color: #000;\n      background-color: #fffbf5;\n      display: flex;\n      flex-direction: column;\n      flex-grow: 1;\n    }\n    .review-image {\n      width: 100%;\n      height: 250px !important;\n      object-fit: cover;\n      object-position: center;\n      border-radius: 8px 8px 0 0;\n    }\n    .star-box {\n      display: inline-block;\n      background-color: #fff;\n      border-radius: 16px;\n      padding: 6px 14px;\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n      line-height: 1;\n      position: relative;\n      z-index: 2;\n      margin-top: -18px;\n      color: #ffc400;\n      font-size: 1.4em;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .review-content {\n      text-align: center;\n      padding: 15px 10px 10px 10px;\n      font-size: 0.9em;\n      flex-grow: 1;\n    }\n    .review-content p:first-child {\n      font-weight: bold;\n    }\n    .review-carousel {\n      position: relative;\n      max-width: 1200px;\n      margin: 0 auto;\n      overflow: hidden;\n    }\n    .review-carousel-wrapper {\n      display: flex;\n      transition: transform 0.5s ease-in-out;\n    }\n    .review-slide {\n      min-width: 100%;\n      box-sizing: border-box;\n      display: flex;\n      flex-direction: column;\n    }\n    .review-carousel-button {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 34px;\n      height: 34px;\n      background-color: #fff;\n      border: 1px solid #ddd;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n      transition: background-color 0.3s;\n      color: #000;\n      padding: 0;\n    }\n    .review-carousel-button:hover {\n      background-color: #f0f0f0;\n    }\n    .review-carousel-button.prev {\n      left: 10px;\n    }\n    .review-carousel-button.next {\n      right: 10px;\n    }\n    .review-carousel-dots {\n      text-align: center;\n      padding: 0;\n      margin-top: 15px;\n    }\n    .review-carousel-dot {\n      cursor: pointer;\n      height: 12px;\n      width: 12px;\n      margin: 0 5px;\n      background-color: #f0f0f0;\n      border-radius: 50%;\n      display: inline-block;\n      transition: background-color 0.6s ease;\n    }\n    .review-carousel-dot.active {\n      background-color: #1e1e1e;\n    }\n    .lightbox {\n      display: none;\n      position: fixed;\n      z-index: 1000;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      background-color: rgba(0, 0, 0, 0.8);\n      justify-content: center;\n      align-items: center;\n    }\n    .lightbox-content {\n      max-width: 90%;\n      max-height: 90%;\n      display: block;\n      margin: auto;\n    }\n    .lightbox-close {\n      position: absolute;\n      top: 20px;\n      right: 35px;\n      color: #f1f1f1;\n      font-size: 40px;\n      font-weight: bold;\n      cursor: pointer;\n    }\n\n    @media (min-width: 6001px) {\n      .review-carousel-wrapper {\n        display: flex;\n        gap: 20px;\n        transform: none !important;\n      }\n      .review-carousel .review-slide {\n        min-width: 0;\n        flex: 1 1 30%;\n      }\n      .review-carousel .review-content {\n        padding: 15px;\n        box-sizing: border-box;\n      }\n      .review-carousel-button,\n      .review-carousel-dots {\n        display: none;\n      }\n    }\n    @media (max-width: 6000px) {\n      .secao-grid-reverse {\n        grid-template-columns: 1fr;\n        grid-template-areas: \"image\" \"content\";\n      }\n      .secao-image img {\n        max-width: 400px;\n      }\n      .review {\n        max-width: 400px;\n        margin-left: auto;\n        margin-right: auto;\n        width: 100%;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- Section 1: Horizontal review panel --\u003e\n\u003cdiv class=\"horizontal-review-panel\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/1-horizontalReview.jpg?v=1774032178\" alt=\"Horizontal Review\"\u003e\n  \u003cdiv class=\"horizontal-review-content\"\u003e\n    \u003cp\u003e« \u003cb\u003eDenne foundationen fikk meg til å finne igjen huden min fra da jeg var 30!\u003c\/b\u003e Den tilpasser seg huden min, fukter og gir en umiddelbar «glass skin»-glød. Påføringen er utrolig enkel! »\u003c\/p\u003e\n    \u003cp\u003eEmilie\u003cspan class=\"star-text\" style=\"padding-left: 10px\"\u003e★★★★★\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 2: FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-faqImage.webp?v=1774032178\" alt=\"FAQ\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Beskrivelse\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e30 ML\u003c\/p\u003e\n        \u003cp\u003eVår \u003cb\u003eselvjusterende koreanske foundation-stift\u003c\/b\u003e kombinerer hudpleie og sminke for en naturlig perfekt hudfarge.\u003c\/p\u003e\n        \u003cp\u003eBeriket med \u003cb\u003ekollagen, hyaluronsyre, niacinamid, peptider, nypeolje og vitamin E\u003c\/b\u003e, fukter, glatter og lysner den huden din samtidig som den beskytter med SPF 50+.\u003c\/p\u003e\n        \u003cp\u003ePasser for alle hudtyper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Hvordan påføre?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003ePåfør stiften direkte i ansiktet.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eTone\u003c\/b\u003e jevnt ut med den innebygde børsten fra midten og utover.\u003c\/p\u003e\n        \u003cp\u003eDen hvite formelen \u003cb\u003etilpasser seg umiddelbart\u003c\/b\u003e din hudtone under påføring.\u003c\/p\u003e\n        \u003cp\u003eFor mer dekning, legg på et andre lag.\u003c\/p\u003e\n        \u003cp\u003eNyt en \u003cb\u003eglatt, naturlig og pustende finish\u003c\/b\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        60-dagers garanti\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eVi har full tillit til kvaliteten på våre resultater.\u003c\/p\u003e\n        \u003cp\u003eMen hvis du ikke er fornøyd, returnerer du bare produktet, så gir vi deg \u003cb\u003efull refusjon for kjøpet\u003c\/b\u003e.\u003c\/p\u003e\n        \u003cp\u003eHvis du ønsker å be om retur eller refusjon, vennligst kontakt oss via e-post.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 3: Image left --\u003e\n\u003cdiv class=\"secao-grid-reverse\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-imageLeft.webp?v=1774032178\" alt=\"image left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003e«Denne foundationen fikk meg til å finne igjen huden min fra da jeg var 30»\u003c\/h2\u003e\n    \u003cp\u003e\u003cb\u003eVisste du at 92 % av kvinner over 40 bruker en foundation som fremhever rynkene deres i stedet for å viske dem ut?\u003c\/b\u003e\u003c\/p\u003e\n    \u003cp\u003eDenne gjør det stikk motsatte: Den innovative formelen glatter umiddelbart ut huden, gjenoppliver naturlig glød og gir huden et ungdommelig utseende.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 4: Image left --\u003e\n\u003cdiv class=\"secao-grid-reverse\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/4-imageLeft_207fb798-dce4-44e3-b900-348a641fea33.webp?v=1774032178\" alt=\"image left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eSi farvel til tunge foundationer og nyanser som ikke matcher\u003c\/h2\u003e\n    \u003cp\u003eLei av foundationer som gjør at du ser \u003cb\u003efor oransje, for blek eller kunstig\u003c\/b\u003e ut? De fleste kveler huden og tetter porene.\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSlutt på å gjette nyanse\u003c\/b\u003e – denne stiften tilpasser seg umiddelbart din hudtone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSlutt på maskeeffekt\u003c\/b\u003e – nyt lett og pustende dekning.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePleie + sminke i ett\u003c\/b\u003e – fukter, lysner og beskytter huden din.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eMed ett strøk påføres den hvit, og tones deretter ut for å avsløre en \u003cb\u003enaturlig og strålende koreansk glød\u003c\/b\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 5: Image left --\u003e\n\u003cdiv class=\"secao-grid-reverse\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0482\/7221\/2128\/files\/5-imageLeft-nonb.webp?v=1779292331\" alt=\"image left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eHvorfor er SkinCely® annerledes?\u003c\/h2\u003e\n    \u003cp\u003eDe fleste «selvjusterende» foundationer er begrenset til dekning.\u003c\/p\u003e\n    \u003cp\u003e\u003cb\u003eSkinCely®\u003c\/b\u003e går lenger takket være \u003cb\u003ehudpleieingredienser inspirert av K-Beauty\u003c\/b\u003e, som pleier huden din samtidig som den jevner ut hudtonen.\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eTilpasser seg huden din\u003c\/b\u003e – de innkapslede pigmentene forvandles i henhold til din hudtone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eFukter og glatter ut\u003c\/b\u003e – beriket med hyaluronsyre og peptider for langvarig fuktighet.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eLysner og beskytter\u003c\/b\u003e – niacinamid og vitamin E forbedrer hudkvaliteten over tid.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eOppfriskende roll-on-effekt\u003c\/b\u003e – ren, praktisk og behagelig påføring hver gang.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 6: Reviews --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eKundene våre sier det best!\u003c\/h2\u003e\n  \u003cdiv class=\"review-carousel\"\u003e\n    \u003cdiv class=\"review-carousel-wrapper\"\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review1_f64bb67f-25f9-4c9f-8e91-8bef83aa6478.webp?v=1774032178\" alt=\"reviewCard1\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eElisabeth\u003c\/p\u003e\n            \u003cp\u003eJeg hadde sluttet å bruke foundation fordi den fremhevet alle rynkene mine. Denne gjør det motsatte: Den glatter ut huden min og gir den gløden tilbake. Jeg føler meg selvsikker igjen uten tung sminke.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review2_5cc77e51-bfa0-4f01-bf8a-93b5f4135fdf.webp?v=1774032178\" alt=\"reviewCard2\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eCharlotte\u003c\/p\u003e\n            \u003cp\u003eTeksturen er utrolig! Lett, ikke-fettete, og fargen tilpasser seg perfekt. Huden min får puste og holder seg strålende hele dagen.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review3_3dc5356b-98ea-4b5c-af52-05a2a738bd09.webp?v=1774032178\" alt=\"reviewCard3\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eNora\u003c\/p\u003e\n            \u003cp\u003eJeg trodde ikke en foundation kunne være så naturlig. Den sprer seg lett, jevner ut huden min og varer fra morgen til kveld uten behov for oppfriskning.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button prev\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button next\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- The Lightbox --\u003e\n\u003cdiv id=\"myLightbox\" class=\"lightbox\"\u003e\n  \u003cspan class=\"lightbox-close\"\u003e×\u003c\/span\u003e\n  \u003cimg class=\"lightbox-content\" id=\"lightboxImg\"\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Accordion functionality\n    const accordionHeaders = document.querySelectorAll(\".accordion-header\");\n    accordionHeaders.forEach((header) =\u003e {\n      header.addEventListener(\"click\", function () {\n        const currentBody = this.nextElementSibling;\n        const isActive = currentBody.classList.contains(\"active\");\n\n        document.querySelectorAll(\".accordion-body\").forEach((body) =\u003e {\n          body.classList.remove(\"active\");\n          body.style.maxHeight = null;\n        });\n        document.querySelectorAll(\".accordion-header\").forEach((h) =\u003e {\n          h.classList.remove(\"active\");\n        });\n\n        if (!isActive) {\n          currentBody.classList.add(\"active\");\n          this.classList.add(\"active\");\n          currentBody.style.maxHeight = currentBody.scrollHeight + 80 + \"px\";\n        }\n      });\n    });\n\n    \/\/ Review Carousel\n    const carouselWrapper = document.querySelector(\".review-carousel-wrapper\");\n    if (carouselWrapper) {\n      const slides = Array.from(carouselWrapper.children);\n      const nextButton = document.querySelector(\".review-carousel-button.next\");\n      const prevButton = document.querySelector(\".review-carousel-button.prev\");\n      const dotsContainer = document.querySelector(\".review-carousel-dots\");\n\n      let currentIndex = 0;\n      let touchStartX = 0;\n      let touchEndX = 0;\n\n      if (dotsContainer) {\n        dotsContainer.innerHTML = \"\";\n        slides.forEach((_, i) =\u003e {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"review-carousel-dot\");\n          if (i === 0) dot.classList.add(\"active\");\n          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateCarousel();\n          });\n          dotsContainer.appendChild(dot);\n        });\n      }\n\n      const dots = dotsContainer ? Array.from(dotsContainer.children) : [];\n\n      function updateCarousel() {\n        if (window.innerWidth \u003c= 6000) {\n          carouselWrapper.style.transform = `translateX(-${currentIndex * 100}%)`;\n        } else {\n          carouselWrapper.style.transform = \"none\";\n        }\n        if (dots.length \u003e 0) {\n          dots.forEach((dot, i) =\u003e {\n            dot.classList.toggle(\"active\", i === currentIndex);\n          });\n        }\n      }\n\n      if (nextButton) {\n        nextButton.addEventListener(\"click\", () =\u003e {\n          currentIndex = (currentIndex + 1) % slides.length;\n          updateCarousel();\n        });\n      }\n\n      if (prevButton) {\n        prevButton.addEventListener(\"click\", () =\u003e {\n          currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n          updateCarousel();\n        });\n      }\n\n      carouselWrapper.addEventListener(\"touchstart\", (e) =\u003e {\n        touchStartX = e.changedTouches[0].screenX;\n      }, { passive: true });\n\n      carouselWrapper.addEventListener(\"touchend\", (e) =\u003e {\n        touchEndX = e.changedTouches[0].screenX;\n        if (window.innerWidth \u003c= 6000) {\n          const swipeThreshold = 50;\n          if (touchStartX - touchEndX \u003e swipeThreshold) {\n            currentIndex = (currentIndex + 1) % slides.length;\n            updateCarousel();\n          } else if (touchEndX - touchStartX \u003e swipeThreshold) {\n            currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n            updateCarousel();\n          }\n        }\n      });\n\n      window.addEventListener(\"resize\", updateCarousel);\n      updateCarousel();\n    }\n\n    \/\/ Lightbox functionality\n    const lightbox = document.getElementById(\"myLightbox\");\n    if (lightbox) {\n      const lightboxImg = document.getElementById(\"lightboxImg\");\n      const reviewImages = document.querySelectorAll(\".review-image\");\n      const closeBtn = document.querySelector(\".lightbox-close\");\n\n      reviewImages.forEach((img) =\u003e {\n        img.style.cursor = \"pointer\";\n        img.addEventListener(\"click\", () =\u003e {\n          lightbox.style.display = \"flex\";\n          lightboxImg.src = img.src;\n        });\n      });\n\n      const closeLightbox = () =\u003e { lightbox.style.display = \"none\"; };\n      if (closeBtn) closeBtn.addEventListener(\"click\", closeLightbox);\n      lightbox.addEventListener(\"click\", (e) =\u003e {\n        if (e.target === lightbox) closeLightbox();\n      });\n    }\n  });\n\u003c\/script\u003e\n\u003c\/body\u003e","brand":"FoxySuper","offers":[{"title":"Lys","offer_id":44229579178164,"sku":"no","price":279.0,"currency_code":"NOK","in_stock":true},{"title":"Middels","offer_id":44229579210932,"sku":"no","price":279.0,"currency_code":"NOK","in_stock":true},{"title":"Mørk","offer_id":44229579243700,"sku":"no","price":279.0,"currency_code":"NOK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0482\/7221\/2128\/files\/prod1-nonb_8c8fceb0-bec5-4b15-a67f-ef1d87baa51b.webp?v=1779292627","url":"https:\/\/www.foxysuper.com\/products\/skincely","provider":"FoxySuper","version":"1.0","type":"link"}