{"product_id":"reehair","title":"ReeHair®","description":"\u003cstyle\u003e\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    border: none;\n    box-shadow: none;\n  }\n  .pink-text {\n    color: #c8954f;\n  }\n  .secao-grid,\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  }\n  \/* \n   * Grid Area Definitions\n   * Used for the various text\/image layouts (zigzag, mosaic)\n   *\/\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n\n  \/* Typography overrides *\/\n  h4 {\n    margin-top: 0;\n  }\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n  .secao-grid-mosaic {\n    grid-template-areas: \"content image-1 image-2\" \"content image-3 image-3\" \"content image-3 image-3\";\n  }\n  .secao-image {\n    grid-area: image;\n    text-align: center;\n  }\n  .secao-image h2 {\n    padding: 20px;\n  }\n  .secao-image-1 {\n    grid-area: image-1;\n  }\n  .secao-image-2 {\n    grid-area: image-2;\n  }\n  .secao-image-3 {\n    grid-area: image-3;\n  }\n  .secao-image-1,\n  .secao-image-2,\n  .secao-image-3 {\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n  }\n  .secao-image img,\n  .secao-image-1 img,\n  .secao-image-2 img,\n  .secao-image-3 img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    max-width: 600px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n  }\n  .secao-content {\n    grid-area: content;\n    text-align: center;\n    padding: 20px;\n  }\n  .secao-content h2 {\n    margin-top: 0;\n  }\n  .listinha {\n    display: flex;\n    text-align: left;\n    gap: 5px;\n    margin-top: 10px;\n  }\n\n  .listinha img {\n    width: 45px;\n    height: 45px;\n    border: none;\n    box-shadow: none;\n    margin: 0;\n  }\n  .tabela-header {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 0 auto;\n  }\n  .tabela-header .tabela-cell {\n    border: none !important;\n    box-shadow: none !important;\n    padding-bottom: 5px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-end;\n    gap: 8px;\n  }\n  .tabela-header img {\n    max-width: 100%;\n    height: auto;\n    border: none;\n    box-shadow: none;\n  }\n  .tabela-comparacao {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 0 auto;\n    border-radius: 15px;\n    overflow: hidden;\n    border: none;\n    box-shadow: none;\n  }\n  .tabela-comparacao .tabela-cell {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n  }\n  .tabela-cell {\n    padding: 15px;\n    font-size: 0.9em;\n    line-height: 1.4;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n  .tabela-cell svg {\n    width: 22px;\n    height: 22px;\n    flex-shrink: 0;\n  }\n  .tabela-coluna-1 {\n    grid-column: 1 !important;\n    text-align: center;\n    border-bottom: 1px solid #dddddd;\n    font-size: 1.2em;\n    font-weight: 700;\n  }\n\n  .tabela-coluna-2 {\n    grid-column: 2 !important;\n    font-weight: 600;\n    border-bottom: none;\n    text-align: center;\n    background-color: #dec8ba;\n  }\n  .tabela-coluna-3 {\n    grid-column: 3 !important;\n    font-weight: 600;\n    border-bottom: 1px solid #dddddd;\n    text-align: center;\n  }\n  .tabela-titulo {\n    text-align: center;\n    font-weight: 800;\n    font-size: 1em !important;\n    color: #000;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n  .tabela-coluna-2.tabela-titulo {\n    border-radius: 15px 15px 0 0;\n    background-color: #dec8ba;\n  }\n  .tabela-coluna-2.tabela-rodape {\n    border-radius: 0 0 15px 15px;\n    border-bottom: none;\n  }\n  .tabela-coluna-1.tabela-rodape,\n  .tabela-coluna-3.tabela-rodape {\n    border-bottom: none;\n  }\n  .accordion {\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-radius: 10px;\n    border: none;\n    font-size: 0.9em;\n    background-color: #f5f4f2;\n  }\n  .accordion-item {\n    border-top: 1px solid #c4c3c2;\n  }\n  .accordion-item:first-child {\n    border-top: none;\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: #efe6db;\n    border-radius: 10px;\n  }\n  .accordion-body {\n    text-align: left;\n    padding: 0 15px;\n    max-height: 0;\n    overflow: hidden;\n    transition:\n      max-height 0.3s ease,\n      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: #766458;\n  }\n  \/* Five Panels Carousel Styles *\/\n  .five-panel-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 40px auto;\n    overflow: hidden;\n    padding: 0 20px;\n  }\n  .five-panel-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n    gap: 20px;\n  }\n\n  .five-panel-slide {\n    flex: 0 0 100%;\n    display: flex;\n    justify-content: center; \/* Center the card inside the slide *\/\n  }\n\n  \/* Before\/After Card Styles *\/\n  .ba-card {\n    display: flex;\n    flex-direction: row;\n    background: #f4eee9;\n    border-radius: 20px;\n    overflow: hidden;\n    width: 100%;\n    max-width: 1000px;\n    margin: 0 auto;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n    align-items: center;\n  }\n\n  .ba-image-side {\n    flex: 1.2;\n    position: relative;\n    padding: 25px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .ba-image-container {\n    width: 100%;\n    border-radius: 15px;\n    overflow: hidden;\n    line-height: 0;\n  }\n\n  .ba-image-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    border: none;\n    box-shadow: none;\n  }\n\n  .ba-toggle {\n    display: flex;\n    background: #fff;\n    border-radius: 12px;\n    padding: 6px;\n    margin-top: -50px;\n    z-index: 2;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    gap: 5px;\n  }\n\n  .ba-btn {\n    border: none;\n    background: #fff;\n    padding: 10px 24px;\n    border-radius: 8px;\n    cursor: pointer;\n    font-weight: 700;\n    color: #444;\n    transition: all 0.3s;\n    font-size: 14px;\n  }\n\n  .ba-btn.active {\n    background: #766458;\n    color: #fff;\n  }\n\n  .ba-content-side {\n    flex: 1;\n    padding: 50px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    text-align: left;\n    position: relative;\n  }\n\n  .ba-quote {\n    font-size: 90px;\n    color: #9f7e74;\n    line-height: 1;\n    margin-bottom: -30px;\n  }\n\n  .ba-text {\n    line-height: 1.5;\n  }\n\n  .ba-author {\n    font-size: 1.2em;\n  }\n\n  .five-panel-arrow {\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  }\n\n  .five-panel-arrow:hover {\n    background-color: #efe6db;\n  }\n\n  .five-panel-arrow.prev {\n    left: 10px;\n  }\n  .five-panel-arrow.next {\n    right: 10px;\n  }\n\n  \/* Dots Styles *\/\n  .five-panel-dots {\n    text-align: center;\n    padding-top: 20px;\n    width: 100%;\n  }\n\n  .five-panel-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\n  .five-panel-dot.active {\n    background-color: #766458;\n  }\n\n  \/* Infinite Scrolling Animation *\/\n  @keyframes scrollLeft {\n    0% {\n      transform: translateX(0);\n    }\n    100% {\n      transform: translateX(-50%);\n    }\n  }\n\n  .scrolling-wrapper {\n    overflow: hidden;\n    width: 100%;\n    position: relative;\n    display: flex;\n  }\n\n  .scrolling-track {\n    display: flex;\n    width: max-content;\n    animation: scrollLeft 60s linear infinite; \/* base speed *\/\n  }\n\n  \/* Banner Specifics *\/\n  .scrolling-banner-container {\n    margin: 20px 0;\n    padding: 20px 0;\n    background-color: transparent;\n  }\n\n  .scrolling-banner-track {\n    animation-duration: 60s;\n  }\n\n  .scrolling-banner-track img {\n    height: 30px;\n    width: auto;\n    object-fit: contain;\n    margin-right: 20px;\n    flex-shrink: 0;\n    display: block;\n    border: none;\n    box-shadow: none;\n  }\n\n  \/* Mobile Specifics *\/\n  @media (max-width: 6000px) {\n    .secao-grid,\n    .secao-grid-reverse {\n      grid-template-columns: 1fr;\n      grid-template-areas:\n        \"image\"\n        \"content\";\n    }\n    .secao-image img {\n      max-width: 400px;\n    }\n    .tabela-cell {\n      font-size: 0.85em;\n    }\n    .ba-card {\n      flex-direction: column;\n      max-width: 400px;\n    }\n    .ba-content-side {\n      padding: 25px;\n    }\n    .ba-text {\n      font-size: 1.1em;\n    }\n    .ba-image-side {\n      padding: 15px;\n    }\n  }\n\n  \/* Mosaic Cards Section *\/\n  .secao-mosaic-5-cards {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    grid-template-areas: \n      \"card1 card1 card2 card2 card3 card3\"\n      \"card4 card4 card4 card5 card5 card5\";\n    gap: 15px;\n    max-width: 1200px;\n    margin: 30px auto;\n    padding: 0 20px;\n  }\n  .mosaic-card {\n    background-color: #c29f8a;\n    border-radius: 20px;\n    padding: 25px;\n    color: white;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    overflow: hidden;\n    position: relative;\n    text-align: left;\n    height: 130px;\n  }\n  .mosaic-card h3 {\n    margin: 0;\n    font-size: 1.8em;\n    font-weight: 700;\n    line-height: 1.1;\n    z-index: 2;\n    position: relative;\n    color: white;\n  }\n  .mosaic-card img {\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    height: 100%;\n    width: auto;\n    object-fit: contain;\n    z-index: 1;\n    border: none;\n    box-shadow: none;\n  }\n  .mosaic-card:nth-child(1) { grid-area: card1; }\n  .mosaic-card:nth-child(2) { grid-area: card2; }\n  .mosaic-card:nth-child(3) { grid-area: card3; }\n  .mosaic-card:nth-child(4) { grid-area: card4; }\n  .mosaic-card:nth-child(5) { grid-area: card5; }\n\n  @media (max-width: 6000px) {\n    .secao-mosaic-5-cards {\n      grid-template-columns: 1fr 1fr;\n      grid-template-rows: repeat(6, 1fr);\n      grid-template-areas: \n        \"card1 card4\"\n        \"card1 card4\"\n        \"card2 card4\"\n        \"card2 card5\"\n        \"card3 card5\"\n        \"card3 card5\";\n      gap: 10px;\n      min-height: 600px; \/* Force a height so 1fr rows have space *\/\n    }\n    .mosaic-card {\n      height: auto;\n      padding: 15px;\n    }\n    .mosaic-card h3 {\n      font-size: 1.2em;\n    }\n  }\n\u003c\/style\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 allBodies = document.querySelectorAll(\".accordion-body\");\n        const allHeaders = document.querySelectorAll(\".accordion-header\");\n        const currentBody = this.nextElementSibling;\n        const isActive = currentBody.classList.contains(\"active\");\n\n        \/\/ Close all\n        allBodies.forEach((body) =\u003e {\n          body.classList.remove(\"active\");\n          body.style.maxHeight = null;\n        });\n        allHeaders.forEach((h) =\u003e {\n          h.classList.remove(\"active\");\n        });\n\n        \/\/ Open current if it wasn't active\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    \/\/ Five Panels Carousel Logic\n    \/\/ --------------------------\n    const fivePanelTrack = document.querySelector(\".five-panel-track\");\n    if (fivePanelTrack) {\n      const cards = Array.from(fivePanelTrack.children);\n      const nextBtn = document.querySelector(\".five-panel-arrow.next\");\n      const prevBtn = document.querySelector(\".five-panel-arrow.prev\");\n      let currentIndex = 0;\n\n      \/\/ Updates the track position based on the current index\n      function updateFivePanelCarousel() {\n        const cardStyle = window.getComputedStyle(cards[0]);\n        const cardWidth = cards[0].offsetWidth;\n        \/\/ Includes gap if we calculated it right, but flex gap is separate.\n        \/\/ We need to move by (card width + gap).\n        \/\/ Let's get the gap from the track style\n        const trackStyle = window.getComputedStyle(fivePanelTrack);\n        const gap = parseFloat(trackStyle.gap) || 0;\n\n        const moveAmount = cardWidth + gap;\n        fivePanelTrack.style.transform = `translateX(-${currentIndex * moveAmount}px)`;\n      }\n\n      function getVisibleCount() {\n        return 1;\n      }\n      function moveNext() {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount; \/\/ The last index we can scroll to\n\n        if (currentIndex \u003e= maxIndex) {\n          \/\/ Infinite loop: Jump back to start\n          currentIndex = 0;\n        } else {\n          currentIndex++;\n        }\n        updateFivePanelCarousel();\n      }\n\n      function movePrev() {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n\n        if (currentIndex \u003c= 0) {\n          \/\/ Infinite loop: Jump to end\n          currentIndex = maxIndex;\n        } else {\n          currentIndex--;\n        }\n        updateFivePanelCarousel();\n      }\n\n      if (nextBtn) nextBtn.addEventListener(\"click\", moveNext);\n      if (prevBtn) prevBtn.addEventListener(\"click\", movePrev);\n\n      \/\/ Swipe support for mobile\n      let touchStartX = 0;\n      let touchEndX = 0;\n\n      fivePanelTrack.addEventListener(\n        \"touchstart\",\n        (e) =\u003e {\n          touchStartX = e.changedTouches[0].screenX;\n        },\n        { passive: true },\n      );\n\n      fivePanelTrack.addEventListener(\n        \"touchend\",\n        (e) =\u003e {\n          touchEndX = e.changedTouches[0].screenX;\n          if (touchStartX - touchEndX \u003e 50) moveNext();\n          if (touchEndX - touchStartX \u003e 50) movePrev();\n        },\n        { passive: true },\n      );\n\n      window.addEventListener(\"resize\", updateFivePanelCarousel);\n\n      \/\/ Dots Logic\n      const dotsContainer = document.querySelector(\".five-panel-dots\");\n\n      function createDots() {\n        if (!dotsContainer) return;\n\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n        \/\/ Number of dots = number of reachable starting positions (0 to maxIndex) =\u003e maxIndex + 1\n        const dotCount = maxIndex + 1;\n\n        dotsContainer.innerHTML = \"\";\n        const newDots = [];\n\n        for (let i = 0; i \u003c dotCount; i++) {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"five-panel-dot\");\n          if (i === currentIndex) dot.classList.add(\"active\"); \/\/ active might need check if index is valid\n\n          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateFivePanelCarousel();\n          });\n          dotsContainer.appendChild(dot);\n          newDots.push(dot);\n        }\n        return newDots;\n      }\n\n      let dots = createDots();\n\n      \/\/ Update dots in update function\n      const originalUpdate = updateFivePanelCarousel;\n      updateFivePanelCarousel = function () {\n        originalUpdate();\n\n        \/\/ Re-highlight dots\n        if (dots \u0026\u0026 dots.length \u003e 0) {\n          dots.forEach((dot, i) =\u003e {\n            dot.classList.toggle(\"active\", i === currentIndex);\n          });\n        }\n      };\n\n      window.addEventListener(\"resize\", () =\u003e {\n        \/\/ On resize, we need to regenerate dots because maxIndex changes\n        \/\/ Also clamp currentIndex if it exceeds new max\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n\n        if (currentIndex \u003e maxIndex) {\n          currentIndex = maxIndex;\n        }\n\n        updateFivePanelCarousel(); \/\/ Update position first\n        dots = createDots(); \/\/ Then recreate dots\n      });\n\n      \/\/ Initial call to set positions if needed, though default 0 is fine\n    }\n\n    \/\/ Infinite Scroll Logic\n    function setupInfiniteScroll(trackSelector) {\n      const track = document.querySelector(trackSelector);\n      if (!track) return;\n\n      const originalItems = Array.from(track.children);\n      if (originalItems.length === 0) return;\n\n      \/\/ Clear current content\n      track.innerHTML = \"\";\n\n      \/\/ Create a \"Mega Set\" (4x originals) to ensure it's wider than screen\n      const megaSet = document.createDocumentFragment();\n      for (let i = 0; i \u003c 4; i++) {\n        originalItems.forEach((item) =\u003e {\n          megaSet.appendChild(item.cloneNode(true));\n        });\n      }\n\n      \/\/ Append \"Mega Set\" TWICE to create the 2 halves for the 0-\u003e-50% animation\n      track.appendChild(megaSet.cloneNode(true));\n      track.appendChild(megaSet.cloneNode(true));\n    }\n\n    setupInfiniteScroll(\".scrolling-banner-track\");\n  });\n\n  \/\/ Before\/After Toggle\n  function toggleBA(btn, type) {\n    const card = btn.closest(\".ba-image-side\");\n    const beforeImg = card.querySelector(\".ba-img-before\");\n    const afterImg = card.querySelector(\".ba-img-after\");\n    const btns = card.querySelectorAll(\".ba-btn\");\n\n    btns.forEach((b) =\u003e b.classList.remove(\"active\"));\n    btn.classList.add(\"active\");\n\n    if (type === \"before\") {\n      beforeImg.style.display = \"block\";\n      afterImg.style.display = \"none\";\n    } else {\n      beforeImg.style.display = \"none\";\n      afterImg.style.display = \"block\";\n    }\n  }\n\n\u003c\/script\u003e\n\n\u003c!-- 1: Video --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/1-video.webp?v=1778263187\" alt=\"Demonstration video\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- 2: FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eThe \u003cspan class=\"pink-text\"\u003eanswers\u003c\/span\u003e to your questions\u003c\/h2\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Will it damage my hair?\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\u003eNot at all. Our ReeHair® is 100% damage-free. No clips, glue, or heat required. It simply sits comfortably on your head, protecting your natural hair while enhancing it. Unlike salon extensions, there’s no pulling, tugging, or strain on your roots. Just volume and length, minus the damage.\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        How long does it take to apply?\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\u003eIt takes only 30 seconds to put in and take off. Perfect for everyday wear or last-minute plans.\u003c\/p\u003e\n        \u003cp\u003ePlace the invisible wire around your head like a headband, pull your natural hair over it, and done. No styling skills needed.\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        Will it look real?\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\u003eAbsolutely! Our ReeHair® is designed to blend so flawlessly, no one will ever guess it’s not your real hair. It’s made with ultra-realistic Kanekalon fibres that look and feel just like the real thing.\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        What if the colour doesn’t match?\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\u003eWorried about the shade? Don’t be. We offer expert colour-matching support and a Colour Match Guarantee. We’ll work with you until you find your perfect match. And if it’s not quite right? We’ll help you exchange it, hassle-free!\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        Will it stay in place?\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\u003eOur ReeHair® is engineered for all-day security and comfort. Whether you're on the go, out to dinner, or getting ready for a photo-worthy moment, it stays perfectly in place. You’ll forget it’s even on.\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        Can I wash or style it?\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\u003eYes, you can wash it, curl it, straighten it, and make it completely your own. Just use low to medium heat and a heat protectant spray to keep it looking flawless, wear after wear.\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        How do I maintain it?\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\u003eIt’s easy! Just treat it like your own hair. Brush gently, wash when needed with sulphate-free products, and let it air dry. With the right care, your Halo will stay soft, silky, and stunning wear after wear.\u003c\/p\u003e\n        \u003cp\u003eTo keep it tangle-free and protected, we offer a satin storage bag. Perfect for keeping your Halo in top shape. You can easily add it at checkout!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 3: Scrolling banner --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"scrolling-wrapper scrolling-banner-container\"\u003e\n    \u003cdiv class=\"scrolling-track scrolling-banner-track\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand1.avif?v=1778263185\" alt=\"scrolling banner 1\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand2.webp?v=1778263185\" alt=\"scrolling banner 2\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand3.svg?v=1778263185\" alt=\"scrolling banner 3\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand4.avif?v=1778263185\" alt=\"scrolling banner 4\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4: List --\u003e\n\u003cdiv class=\"secao-grid-reverse\" style=\"background-color: #efe6db;\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003ch2\u003e5 Reasons Women \u003cspan class=\"pink-text\"\u003eSwear\u003c\/span\u003e by ReeHair® Extensions\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-icon1.svg?v=1778263185\" alt=\"list-icons\"\u003e\u003cdiv\u003e\n\u003cb\u003eInstant fuller and longer hair in 30 seconds\u003c\/b\u003e - Just slip it on, brush through, and you're done. Instant volume and length without any effort.\u003c\/div\u003e\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-icon2.svg?v=1778263185\" alt=\"list-icons\"\u003e\u003cdiv\u003e\n\u003cb\u003eZero damage to your real hair\u003c\/b\u003e - No glue, no clips, no pulling. It sits gently on your head and keeps your natural hair safe.\u003c\/div\u003e\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-icon3.svg?v=1778263185\" alt=\"list-icons\"\u003e\u003cdiv\u003e\n\u003cb\u003eLooks and feels like your own hair\u003c\/b\u003e - Made with ultra-realistic Kanekalon fibres that blend so well, no one can tell it's not real.\u003c\/div\u003e\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-icon4.svg?v=1778263186\" alt=\"list-icons\"\u003e\u003cdiv\u003e\n\u003cb\u003eSuper easy to use\u003c\/b\u003e - You don’t need any skills or tools. It takes less than a minute to apply and stays in place.\u003c\/div\u003e\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-icon5.svg?v=1778263185\" alt=\"list-icons\"\u003e\u003cdiv\u003e\n\u003cb\u003eTwo styles in every set\u003c\/b\u003e - Each set includes both straight and wavy styles. Switch it up anytime without heat or commitment.\u003c\/div\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 5: Comparison table --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eNo Salon \u003cspan class=\"pink-text\"\u003eMarkups!\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eNo hefty pricetags, just premium quality hair extensions delivered right to your doorstep.\u003c\/p\u003e\n  \u003cdiv class=\"tabela-header\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-titulo\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-titulo\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/4-comparison1.avif?v=1778263185\" alt=\"ReeHair®\"\u003e\n      ReeHair®\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-titulo\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/4-comparison2_daa17387-32c4-4ea7-a56c-623119b1cf11.webp?v=1778263185\" alt=\"Salon\"\u003e\n      Salon\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"tabela-comparacao\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003ePrice\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"#756457\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\n      \u003c\/svg\u003e\n      Only $39.90\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"#bd403b\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \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\n      \u003c\/svg\u003e\n      $500+\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eApplication\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"#756457\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\n      \u003c\/svg\u003e\n      30 seconds\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"#bd403b\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \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\n      \u003c\/svg\u003e\n      2-4 hours\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eComfort\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"#756457\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\n      \u003c\/svg\u003e\n      Lightweight\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"#bd403b\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \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\n      \u003c\/svg\u003e\n      Feel heavy\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-rodape\"\u003eSafe\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-rodape\"\u003e\n      \u003csvg fill=\"#756457\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\n      \u003c\/svg\u003e\n      Yes\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-rodape\"\u003e\n      \u003csvg fill=\"#bd403b\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \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\n      \u003c\/svg\u003e\n      No\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 6: Mosaic Cards --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003e\n    Looks real.\u003cbr\u003e\n    \u003cspan class=\"pink-text\"\u003eFeels even better.\u003c\/span\u003e\n  \u003c\/h2\u003e\n  \u003cdiv class=\"secao-mosaic-5-cards\"\u003e\n    \u003cdiv class=\"mosaic-card\"\u003e\n      \u003ch3\u003eApply it\u003cbr\u003ein 30s\u003c\/h3\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-cards1.avif?v=1778263185\" alt=\"Apply in 30 sec\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mosaic-card\"\u003e\n      \u003ch3\u003eLooks\u003cbr\u003ereal\u003c\/h3\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-cards2.avif?v=1778263185\" alt=\"Looks real\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mosaic-card\"\u003e\n      \u003ch3\u003eInstant\u003cbr\u003eVolume\u003c\/h3\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-cards3.avif?v=1778263185\" alt=\"Instant Volume\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mosaic-card\"\u003e\n      \u003ch3\u003eDamage\u003cbr\u003eFree\u003c\/h3\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-cards4.avif?v=1778263185\" alt=\"Damage Free\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mosaic-card\"\u003e\n      \u003ch3\u003eStays in\u003cbr\u003ePlace\u003c\/h3\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-cards5.avif?v=1778263185\" alt=\"Stays in Place\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 7: 4 panels --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"five-panel-carousel\"\u003e\n    \u003cdiv class=\"five-panel-arrow 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=\"five-panel-track\"\u003e\n      \u003c!-- Item 1 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"ba-card\"\u003e\n          \u003cdiv class=\"ba-image-side\"\u003e\n            \u003cdiv class=\"ba-image-container\"\u003e\n              \u003cimg class=\"ba-img-before\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review1before.webp?v=1778263185\" alt=\"Before\"\u003e\n              \u003cimg class=\"ba-img-after\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review1after.webp?v=1778263185\" alt=\"After\" style=\"display:none;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ba-toggle\"\u003e\n              \u003cbutton class=\"ba-btn active\" onclick=\"toggleBA(this, 'before')\"\u003eBefore\u003c\/button\u003e\n              \u003cbutton class=\"ba-btn\" onclick=\"toggleBA(this, 'after')\"\u003eAfter\u003c\/button\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ba-content-side\"\u003e\n            \u003cdiv class=\"ba-quote\"\u003e“\u003c\/div\u003e\n            \u003cp class=\"ba-text\"\u003e“They matched my colour perfectly from just a few pics. It blends so well. I’m getting one for my sister too!”\u003c\/p\u003e\n            \u003cp class=\"ba-author\"\u003e→ Samantha T.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 2 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"ba-card\"\u003e\n          \u003cdiv class=\"ba-image-side\"\u003e\n            \u003cdiv class=\"ba-image-container\"\u003e\n              \u003cimg class=\"ba-img-before\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review2before.webp?v=1778263185\" alt=\"Before\"\u003e\n              \u003cimg class=\"ba-img-after\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review2after.webp?v=1778263185\" alt=\"After\" style=\"display:none;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ba-toggle\"\u003e\n              \u003cbutton class=\"ba-btn active\" onclick=\"toggleBA(this, 'before')\"\u003eBefore\u003c\/button\u003e\n              \u003cbutton class=\"ba-btn\" onclick=\"toggleBA(this, 'after')\"\u003eAfter\u003c\/button\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ba-content-side\"\u003e\n            \u003cdiv class=\"ba-quote\"\u003e“\u003c\/div\u003e\n            \u003cp class=\"ba-text\"\u003e“I’m not great with hair, but this goes on in 30 seconds and looks amazing. I’m obsessed!”\u003c\/p\u003e\n            \u003cp class=\"ba-author\"\u003e→ Jessica R.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 3 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"ba-card\"\u003e\n          \u003cdiv class=\"ba-image-side\"\u003e\n            \u003cdiv class=\"ba-image-container\"\u003e\n              \u003cimg class=\"ba-img-before\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review3before.webp?v=1778263185\" alt=\"Before\"\u003e\n              \u003cimg class=\"ba-img-after\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review3after.webp?v=1778263185\" alt=\"After\" style=\"display:none;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ba-toggle\"\u003e\n              \u003cbutton class=\"ba-btn active\" onclick=\"toggleBA(this, 'before')\"\u003eBefore\u003c\/button\u003e\n              \u003cbutton class=\"ba-btn\" onclick=\"toggleBA(this, 'after')\"\u003eAfter\u003c\/button\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ba-content-side\"\u003e\n            \u003cdiv class=\"ba-quote\"\u003e“\u003c\/div\u003e\n            \u003cp class=\"ba-text\"\u003e“Wore it all day and it didn’t move an inch. Super secure but still comfy. LOVE it so much.”\u003c\/p\u003e\n            \u003cp class=\"ba-author\"\u003e→ Chloe D.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 4 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"ba-card\"\u003e\n          \u003cdiv class=\"ba-image-side\"\u003e\n            \u003cdiv class=\"ba-image-container\"\u003e\n              \u003cimg class=\"ba-img-before\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review4before.webp?v=1778263186\" alt=\"Before\"\u003e\n              \u003cimg class=\"ba-img-after\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review4after.webp?v=1778263185\" alt=\"After\" style=\"display:none;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ba-toggle\"\u003e\n              \u003cbutton class=\"ba-btn active\" onclick=\"toggleBA(this, 'before')\"\u003eBefore\u003c\/button\u003e\n              \u003cbutton class=\"ba-btn\" onclick=\"toggleBA(this, 'after')\"\u003eAfter\u003c\/button\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ba-content-side\"\u003e\n            \u003cdiv class=\"ba-quote\"\u003e“\u003c\/div\u003e\n            \u003cp class=\"ba-text\"\u003e“The halo blends seamlessly. My friend thought it was my real hair. it’s that good”\u003c\/p\u003e\n            \u003cp class=\"ba-author\"\u003e→ Olivia S.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"five-panel-arrow 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=\"five-panel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 8: Wavy and Straight --\u003e\n\u003cdiv class=\"secao-grid\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cdiv class=\"ba-image-side\"\u003e\n      \u003cdiv class=\"ba-image-container\"\u003e\n        \u003cimg class=\"ba-img-before\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/7-wavy.webp?v=1778263186\" alt=\"Wavy\"\u003e\n        \u003cimg class=\"ba-img-after\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/7-straight.webp?v=1778263185\" alt=\"Straight\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ba-toggle\"\u003e\n        \u003cbutton class=\"ba-btn active\" onclick=\"toggleBA(this, 'before')\"\u003eWavy\u003c\/button\u003e\n        \u003cbutton class=\"ba-btn\" onclick=\"toggleBA(this, 'after')\"\u003eStraight\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003e\n      Straight or Wavy?\u003cbr\u003e\n      \u003cspan class=\"pink-text\"\u003eYou Get Both.\u003c\/span\u003e\n    \u003c\/h2\u003e\n    \u003cp\u003eSleek and polished one day, soft waves the next—without ever lifting a curling iron. It’s two salon-worthy styles in one set!\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 9: Colour Match --\u003e\n\u003cdiv class=\"secao-grid-reverse\" style=\"background-color: #efe6db;\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/8-colorMatch.webp?v=1778263186\" alt=\"Colour match example\"\u003e \n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003e100% Colour Match \u003cspan class=\"pink-text\"\u003eGuarantee\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eWorried if the shade will match your hair? Don’t be. We offer expert colour-matching support and a Colour Match Guarantee. We’ll work with you until you find your perfect match. And if it’s not quite right? We’ll help you exchange it, hassle-free!\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"FoxySea","offers":[{"title":"Platinum Blonde \/ 12 Inch (30 cm)","offer_id":52189779034394,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Platinum Blonde \/ 14 Inch (35 cm)","offer_id":52189779067162,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Platinum Blonde \/ 16 Inch (40 cm)","offer_id":52189779099930,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Platinum Blonde \/ 18 Inch (45 cm)","offer_id":52189779132698,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Platinum Blonde \/ 20 Inch (50 cm)","offer_id":52189779165466,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Champagne \/ 12 Inch (30 cm)","offer_id":52189779198234,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Champagne \/ 14 Inch (35 cm)","offer_id":52189779231002,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Champagne \/ 16 Inch (40 cm)","offer_id":52189779263770,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Champagne \/ 18 Inch (45 cm)","offer_id":52189779296538,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Champagne \/ 20 Inch (50 cm)","offer_id":52189779329306,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Cream Blonde \/ 12 Inch (30 cm)","offer_id":52189779362074,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Cream Blonde \/ 14 Inch (35 cm)","offer_id":52189779394842,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Cream Blonde \/ 16 Inch (40 cm)","offer_id":52189779427610,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Cream Blonde \/ 18 Inch (45 cm)","offer_id":52189779460378,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Cream Blonde \/ 20 Inch (50 cm)","offer_id":52189779493146,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sunny Blonde \/ 12 Inch (30 cm)","offer_id":52189779525914,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sunny Blonde \/ 14 Inch (35 cm)","offer_id":52189779558682,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sunny Blonde \/ 16 Inch (40 cm)","offer_id":52189779591450,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sunny Blonde \/ 18 Inch (45 cm)","offer_id":52189779624218,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sunny Blonde \/ 20 Inch (50 cm)","offer_id":52189779656986,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pale Ash Blonde \/ 12 Inch (30 cm)","offer_id":52189779689754,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pale Ash Blonde \/ 14 Inch (35 cm)","offer_id":52189779722522,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pale Ash Blonde \/ 16 Inch (40 cm)","offer_id":52189779755290,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pale Ash Blonde \/ 18 Inch (45 cm)","offer_id":52189779788058,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pale Ash Blonde \/ 20 Inch (50 cm)","offer_id":52189779820826,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beach Blonde \/ 12 Inch (30 cm)","offer_id":52189779853594,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beach Blonde \/ 14 Inch (35 cm)","offer_id":52189779886362,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beach Blonde \/ 16 Inch (40 cm)","offer_id":52189779919130,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beach Blonde \/ 18 Inch (45 cm)","offer_id":52189779951898,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beach Blonde \/ 20 Inch (50 cm)","offer_id":52189779984666,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Ivory Blonde \/ 12 Inch (30 cm)","offer_id":52189780017434,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Ivory Blonde \/ 14 Inch (35 cm)","offer_id":52189780050202,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Ivory Blonde \/ 16 Inch (40 cm)","offer_id":52189780082970,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Ivory Blonde \/ 18 Inch (45 cm)","offer_id":52189780115738,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Ivory Blonde \/ 20 Inch (50 cm)","offer_id":52189780148506,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Bahama Beige \/ 12 Inch (30 cm)","offer_id":52189780181274,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Bahama Beige \/ 14 Inch (35 cm)","offer_id":52189780214042,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Bahama Beige \/ 16 Inch (40 cm)","offer_id":52189780246810,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Bahama Beige \/ 18 Inch (45 cm)","offer_id":52189780279578,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Bahama Beige \/ 20 Inch (50 cm)","offer_id":52189780312346,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sahara Beige \/ 12 Inch (30 cm)","offer_id":52189780345114,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sahara Beige \/ 14 Inch (35 cm)","offer_id":52189780377882,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sahara Beige \/ 16 Inch (40 cm)","offer_id":52189780410650,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sahara Beige \/ 18 Inch (45 cm)","offer_id":52189780443418,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sahara Beige \/ 20 Inch (50 cm)","offer_id":52189780476186,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Ash Blonde \/ 12 Inch (30 cm)","offer_id":52189780508954,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Ash Blonde \/ 14 Inch (35 cm)","offer_id":52189780541722,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Ash Blonde \/ 16 Inch (40 cm)","offer_id":52189780574490,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Ash Blonde \/ 18 Inch (45 cm)","offer_id":52189780607258,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Ash Blonde \/ 20 Inch (50 cm)","offer_id":52189780640026,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dirty Blonde \/ 12 Inch (30 cm)","offer_id":52189780672794,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dirty Blonde \/ 14 Inch (35 cm)","offer_id":52189780705562,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dirty Blonde \/ 16 Inch (40 cm)","offer_id":52189780738330,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dirty Blonde \/ 18 Inch (45 cm)","offer_id":52189780771098,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dirty Blonde \/ 20 Inch (50 cm)","offer_id":52189780803866,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Honey Blonde \/ 12 Inch (30 cm)","offer_id":52189780836634,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Honey Blonde \/ 14 Inch (35 cm)","offer_id":52189780869402,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Honey Blonde \/ 16 Inch (40 cm)","offer_id":52189780902170,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Honey Blonde \/ 18 Inch (45 cm)","offer_id":52189780934938,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Light Honey Blonde \/ 20 Inch (50 cm)","offer_id":52189780967706,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Honey Blonde \/ 12 Inch (30 cm)","offer_id":52189781000474,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Honey Blonde \/ 14 Inch (35 cm)","offer_id":52189781033242,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Honey Blonde \/ 16 Inch (40 cm)","offer_id":52189781066010,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Honey Blonde \/ 18 Inch (45 cm)","offer_id":52189781098778,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Honey Blonde \/ 20 Inch (50 cm)","offer_id":52189781131546,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Blonde \/ 12 Inch (30 cm)","offer_id":52189781164314,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Blonde \/ 14 Inch (35 cm)","offer_id":52189781197082,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Blonde \/ 16 Inch (40 cm)","offer_id":52189781229850,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Blonde \/ 18 Inch (45 cm)","offer_id":52189781262618,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Blonde \/ 20 Inch (50 cm)","offer_id":52189781295386,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Golden Blonde \/ 12 Inch (30 cm)","offer_id":52189781328154,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Golden Blonde \/ 14 Inch (35 cm)","offer_id":52189781360922,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Golden Blonde \/ 16 Inch (40 cm)","offer_id":52189781393690,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Golden Blonde \/ 18 Inch (45 cm)","offer_id":52189781426458,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Golden Blonde \/ 20 Inch (50 cm)","offer_id":52189781459226,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sand Blonde \/ 12 Inch (30 cm)","offer_id":52189781491994,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sand Blonde \/ 14 Inch (35 cm)","offer_id":52189781524762,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sand Blonde \/ 16 Inch (40 cm)","offer_id":52189781557530,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sand Blonde \/ 18 Inch (45 cm)","offer_id":52189781590298,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sand Blonde \/ 20 Inch (50 cm)","offer_id":52189781623066,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dark Sand \/ 12 Inch (30 cm)","offer_id":52189781655834,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dark Sand \/ 14 Inch (35 cm)","offer_id":52189781688602,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dark Sand \/ 16 Inch (40 cm)","offer_id":52189781721370,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dark Sand \/ 18 Inch (45 cm)","offer_id":52189781754138,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Dark Sand \/ 20 Inch (50 cm)","offer_id":52189781786906,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Brunette \/ 12 Inch (30 cm)","offer_id":52189781819674,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Brunette \/ 14 Inch (35 cm)","offer_id":52189781852442,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Brunette \/ 16 Inch (40 cm)","offer_id":52189781885210,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Brunette \/ 18 Inch (45 cm)","offer_id":52189781917978,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sandy Brunette \/ 20 Inch (50 cm)","offer_id":52189781950746,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Cool Blonde \/ 12 Inch (30 cm)","offer_id":52189781983514,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Cool Blonde \/ 14 Inch (35 cm)","offer_id":52189782016282,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Cool Blonde \/ 16 Inch (40 cm)","offer_id":52189782049050,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Cool Blonde \/ 18 Inch (45 cm)","offer_id":52189782081818,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Cool Blonde \/ 20 Inch (50 cm)","offer_id":52189782114586,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Ash Blonde \/ 12 Inch (30 cm)","offer_id":52189782147354,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Ash Blonde \/ 14 Inch (35 cm)","offer_id":52189782180122,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Ash Blonde \/ 16 Inch (40 cm)","offer_id":52189782212890,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Brown to Ash Blonde \/ 18 Inch (45 cm)","offer_id":52189782245658,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/AshBlonde2_7e9f623c-96c9-4454-b7aa-428bf87f92fd.png?v=1778263159","url":"https:\/\/www.foxysea.com\/products\/reehair","provider":"FoxySea","version":"1.0","type":"link"}