{"product_id":"merrell-siren-edge-3-1778164828","title":"Merrell | Siren Edge 3","description":"\u003cdiv\u003eDesigned specifically for women, this hiker is built with a stabilizing, comfortable foam midsole and a Merrell exclusive Vibram TC5+ outsole for confidence no matter the terrain. The Siren Edge comes in lightweight, breathable rugged mesh \u0026amp; TPU upper for increased durability while on the hiking trail. The Merrell air cushion heel will absorb shock and enhance your stability on the trail.        \u003c\/div\u003e        \u003cdiv\u003eFEATURES• Breathable mesh and TPU upper• Traditional lace closure• Bellows tongue keeps out debris• Breathable mesh lining• Kinetic Fit™ BASE removable contoured footbed for flexible support• Merrell Air Cushion in the heel absorbs shock and adds stability• Molded nylon arch shank• Lightweight EVA foam midsole with zones of softer foam may reduce pronation• Vibram® TC5+ outsole provides exceptional traction for outdoor multi-sport activities, formulated exclusively for Merrell• Drop: 11mm• Vegan-Friendly• Half pair weight: 0lbs-9.87oz, 280g\u003c!-- dwMarker=\"content\" dwContentID=\"95a41c02ea1078fd9bd6a5b77c\" --\u003e\u003cdiv\u003e\n\u003c!--Description:Ticket:Developer:Path: projects\/merrell-complete-the-look\/template.hbsAsset: complete-the-look-sliderLanguage: default--\u003e\u003cdiv\u003e  \u003cdiv\u003e    \u003cdiv\u003e      \u003ch2 class=\"ctl-title\"\u003eComplete the Look\u003c\/h2\u003e    \u003csvg fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cp\u003e        \u003c\/p\u003e\u003c\/svg\u003e\n\u003c\/div\u003e    \u003cdiv\u003e      \u003cdiv\u003e        \u003cdiv\u003e\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv\u003e      \u003cdiv\u003e  \u003c\/div\u003e      \u003cdiv\u003e        \u003cdiv\u003e\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e\n\u003cscript\u003e\/* projects\/merrell-complete-the-look\/template:scripts\/script.js *\/\"use strict\";(() =\u003e {  \/\/ projects\/merrell-complete-the-look\/scripts\/cross-sell-map.js  var crossSellMap = {    \"60744M\": [\"60746M\", \"60748M\", \"60760M\", \"17703M\"],    \"60746M\": [\"60744M\", \"60748M\", \"60760M\", \"17703M\"],    \"60748M\": [\"60746M\", \"60744M\", \"60760M\", \"17703M\"],    \"60753M\": [\"60758M\", \"60748M\", \"60812U\"],    \"60745W\": [\"60747W\", \"60749W\", \"60930W\", \"16256W\"],    \"60747W\": [\"60745W\", \"60749W\", \"60930W\", \"16256W\"],    \"60749W\": [\"60745W\", \"60747W\", \"60930W\", \"16256W\"],    \"60628W\": [\"60755W\", \"60700W\", \"60738U\"],    \"17703M\": [\"61113M\", \"61081M\", \"61085U\"],    \"44491W\": [\"61086W\", \"61087W\", \"61085U\"],    \"60644M\": [\"61092M\", \"61081M\", \"61084U\"],    \"16256W\": [\"61107W\", \"61111W\", \"60735U\"]  };  \/\/ projects\/merrell-complete-the-look\/scripts\/pdp-utils.js  function getCurrentProductId() {    return window.dataLayer[2].product_id;  }  \/\/ projects\/merrell-complete-the-look\/scripts\/api.js  var API_URL = \"https:\/\/fedapps.wolverineworldwide.com\";  var PRODUCTS_ENDPOINT = \"\/api\/products\";  function getSiteParams() {    const siteId = window.CQuotient?.siteId || \"merrell_us\";    const locale = window.CQuotient?.locale?.replace(\"_\", \"-\") || \"en-US\";    return { siteId, locale };  }  async function fetchProducts(styleCodes) {    const { siteId, locale } = getSiteParams();    const url = new URL(`${API_URL}${PRODUCTS_ENDPOINT}`);    url.searchParams.append(\"ids\", styleCodes.join(\",\"));    url.searchParams.append(\"siteId\", siteId);    url.searchParams.append(\"locale\", locale);    const response = await fetch(url);    if (!response.ok) {      throw new Error(`Failed to fetch products: ${response.status}`);    }    return response.json();  }  \/\/ projects\/merrell-complete-the-look\/scripts\/script.js  function renderSlide(product) {    return `    \u003cdiv\u003e      \u003ca href=\"${product.url}\" class=\"ctl-slide-link\"\u003e        \u003cdiv\u003e        \u003c\/div\u003e        \u003cdiv\u003e\u003ch3 class=\"ctl-slide-name\"\u003e${product.name}\u003c\/h3\u003e\u003cspan class=\"ctl-slide-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"12\" viewBox=\"0 0 25 12\" fill=\"none\"\u003e  \u003cp\u003e\u003c\/svg\u003e        \u003c\/div\u003e      \u003c\/a\u003e    \u003c\/div\u003e  `;  }  function initCarousel() {    const root = document.querySelector(\"#complete-the-look\");    const viewportNode = root.querySelector(\".ctl-carousel-viewport\");    const prevButton = root.querySelector(\".ctl-btn-prev\");    const nextButton = root.querySelector(\".ctl-btn-next\");    const scrollbarNode = root.querySelector(\".ctl-progress\");    const carousel = EmblaCarousel(viewportNode, {      align: \"start\",      skipSnaps: true    });    const hideClass = \"carousel-hide\";    const canNotScroll = () =\u003e !carousel.canScrollNext() \u0026\u0026 !carousel.canScrollPrev();    function handleInit(isReInit = false) {      function updateButtons() {        if (!prevButton || !nextButton) return;        function setButtonStates() {prevButton.toggleAttribute(\"disabled\", !carousel.canScrollPrev());nextButton.toggleAttribute(\"disabled\", !carousel.canScrollNext());        }        if (canNotScroll()) {prevButton.classList.add(hideClass);nextButton.classList.add(hideClass);        } else {prevButton.classList.remove(hideClass);nextButton.classList.remove(hideClass);        }        if (!isReInit) {prevButton.addEventListener(\"click\", () =\u003e carousel.scrollPrev());nextButton.addEventListener(\"click\", () =\u003e carousel.scrollNext());carousel.on(\"select\", setButtonStates);        }        setButtonStates();      }      function updateScrollbar() {        if (!scrollbarNode) return;        function setScrollProgress() {const rootNode = carousel.rootNode();const containerNode = carousel.containerNode();const rootWidth = rootNode.clientWidth;const containerWidth = containerNode.scrollWidth;const visibleRatio = containerWidth ? Math.min(1, rootWidth \/ containerWidth) : 1;const progress = Math.max(0, Math.min(1, carousel.scrollProgress()));const viewportCoverageRatio = progress * (1 - visibleRatio) + visibleRatio;const progressPercent = Math.ceil(viewportCoverageRatio * 1e3) \/ 10;scrollbarNode.style.setProperty(  \"--scroll-progress\",  `${progressPercent}%`);        }        if (canNotScroll()) {scrollbarNode.classList.add(hideClass);        } else {scrollbarNode.classList.remove(hideClass);        }        carousel.on(\"scroll\", setScrollProgress);        setScrollProgress();      }      updateButtons();      updateScrollbar();    }    function reInit() {      carousel.reInit({ watchDrag: !canNotScroll() });    }    window.addEventListener(\"resize\", () =\u003e {      clearTimeout(window.__ctlResizeTimer);      window.__ctlResizeTimer = setTimeout(reInit, 150);    });    carousel.on(\"init\", () =\u003e {      handleInit();      reInit();    });    carousel.on(\"reInit\", () =\u003e handleInit(true));  }  function initToggle() {    const root = document.querySelector(\"#complete-the-look\");    const toggle = root.querySelector(\".ctl-toggle\");    const carousel = root.querySelector(\".ctl-carousel\");    const controls = root.querySelector(\".ctl-controls\");    toggle.addEventListener(\"click\", () =\u003e {      const collapsed = toggle.classList.toggle(\"is-collapsed\");      carousel.style.display = collapsed ? \"none\" : \"\";      controls.style.display = collapsed ? \"none\" : \"\";    });  }  fedlib.pollForDataLayer(async function() {    const productId = getCurrentProductId();    console.log(\"[CTL] productId:\", productId);    if (!productId) return;    const recommendations = crossSellMap[productId];    console.log(\"[CTL] recommendations:\", recommendations);    if (!recommendations) return;    const productsData = await fetchProducts(recommendations);    console.log(\"[CTL] productsData:\", productsData);    const products = productsData.data || [];    if (!products.length) return;    let enrichedProducts;    try {      enrichedProducts = products.map((product) =\u003e {        const slugUrl = new URL(product.slugUrl, location.origin);        return {name: product.name,price: product.price,image: product.imageGroups[0].images[0].link,url: slugUrl.href        };      });    } catch (e) {      console.error(\"[CTL] enrichedProducts error:\", e, products);      return;    }    const root = document.querySelector(\"#complete-the-look\");    console.log(\"[CTL] root:\", root);    if (!root) return;    try {      const container = root.querySelector(\".ctl-carousel-container\");      container.innerHTML = enrichedProducts.map(renderSlide).join(\"\");      root.style.display = \"block\";      const productDescCol = root.closest(\".bfx-product-desc\");      if (productDescCol) {        const row = productDescCol.closest(\".row\");        const insertAfter = row || productDescCol;        insertAfter.after(root);      }      initCarousel();      initToggle();      console.log(\"[CTL] done \\u2705\");    } catch (e) {      console.error(\"[CTL] render error:\", e);    }  });})();\u003c\/script\u003e\u003cstyle\u003e\/* projects\/merrell-complete-the-look\/template:styles\/style.scss *\/#complete-the-look {  --ctl-padding-x: 0;  --ctl-card-min-width: 265px;  --ctl-card-max-width: 640px;  --ctl-gap: 1rem;  --ctl-progress-max-width: 265px;  display: none;}@media (min-width: 768px) {  #complete-the-look {    --ctl-progress-max-width: 384px;  }}@media (min-width: 1024px) {  #complete-the-look {    --ctl-card-min-width: 249px;    --ctl-progress-max-width: 800px;  }}.ctl {  font-size: 1rem;  color: var(--color-base);  background: #fff;  text-align: left;}.ctl * {  -webkit-font-smoothing: antialiased;  box-sizing: border-box;}.ctl a {  color: inherit;  text-decoration: none;}.ctl img {  display: block;  width: 100%;  height: auto;}.ctl-wrapper {  padding: 0 var(--ctl-padding-x);  margin: 0 auto;  max-width: max-content;  border-top: 1px solid black;}.ctl-header {  display: flex;  padding: 1.5rem 0;  align-items: center;  justify-content: space-between;}.ctl-title {  font-size: 1.5rem;  margin: 0;  font-weight: 500;  line-height: 1.75rem;  letter-spacing: -0.48px;}.ctl-toggle {  display: flex;  height: auto;  background: none;  border: none;  cursor: pointer;  align-items: center;  justify-content: center;}.ctl-toggle svg {  width: 15px;  transition: transform 0.3s ease;  height: 15px;}.ctl-toggle.is-collapsed svg {  transform: rotate(180deg);}.ctl-carousel {  margin: 0 calc(var(--ctl-padding-x) * -1);}.ctl-carousel-viewport {  overflow: hidden;  padding-inline: var(--ctl-padding-x);}.ctl-carousel-container {  display: flex;  gap: var(--ctl-gap);  touch-action: pan-y pinch-zoom;}.ctl-slide {  max-width: var(--ctl-card-max-width);  flex: 0 0 auto;  min-width: var(--ctl-card-min-width);  flex: 1 0 0;}.ctl-slide-link {  display: flex;  flex-direction: column;  background: #f2f2f2;  border-radius: 1rem;  overflow: hidden;  height: 100%;}.ctl-slide-img-wrapper {  display: flex;  aspect-ratio: 1\/1;  overflow: hidden;  align-items: center;  justify-content: center;}.ctl-slide-img {  width: 100%;  height: 100%;  object-fit: cover;  mix-blend-mode: multiply;}.ctl-slide-info {  display: flex;  padding: 1rem;  align-items: center;  gap: 0.5rem;}.ctl-slide-name {  font-size: 1rem;  margin: 0;  flex: 1;  font-weight: 500;  line-height: 1.5rem;}.ctl-slide-arrow {  display: flex;  width: 26px;  flex-shrink: 0;  align-items: center;  overflow: hidden;}.ctl-slide-arrow svg {  width: 24px;  height: auto;  flex-shrink: 0;}.ctl-controls {  display: flex;  padding: 1rem 0;  align-items: flex-start;  justify-content: space-between;  gap: 10.25rem;}@media (min-width: 1024px) {  .ctl-controls {    padding: 1.5rem 0;  }}.ctl-btns {  display: none;  gap: 1rem;}@media (min-width: 1024px) {  .ctl-btns {    display: flex;  }}.ctl-btn {  display: flex;  justify-content: center;  align-items: center;  width: 3rem;  height: 3rem;  background: #f2f2f2;  border: none;  border-radius: 9999px;  cursor: pointer;  padding: 0;  transition: background 0.15s ease, opacity 0.15s ease;}.ctl-btn::after {  content: \"\";  display: block;  width: 1rem;  height: 1rem;  background-position: center;  background-repeat: no-repeat;  background-size: contain;  transition: transform 0.3s ease;}.ctl-btn[disabled] {  cursor: not-allowed;  pointer-events: none;  opacity: 0.5;}.ctl-btn.carousel-hide {  visibility: hidden;}.ctl-btn-prev::after {  background-image: url(\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE4IDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTcgNi4zNjM5NUMxNy41NTIzIDYuMzYzOTUgMTggNi44MTE2NyAxOCA3LjM2Mzk1QzE4IDcuOTE2MjQgMTcuNTUyMyA4LjM2Mzk1IDE3IDguMzYzOTVWNy4zNjM5NVY2LjM2Mzk1Wk0wLjI5Mjg5MiA4LjA3MTA2Qy0wLjA5NzYzMTUgNy42ODA1NCAtMC4wOTc2MzE1IDcuMDQ3MzcgMC4yOTI4OTIgNi42NTY4NUw2LjY1Njg1IDAuMjkyODg1QzcuMDQ3MzggLTAuMDk3NjM5NiA3LjY4MDU0IC0wLjA5NzYzOTYgOC4wNzEwNyAwLjI5Mjg4NUM4LjQ2MTU5IDAuNjgzNDA5IDguNDYxNTkgMS4zMTY1NyA4LjA3MTA3IDEuNzA3MUwyLjQxNDIxIDcuMzYzOTVMOC4wNzEwNyAxMy4wMjA4QzguNDYxNTkgMTMuNDExMyA4LjQ2MTU5IDE0LjA0NDUgOC4wNzEwNyAxNC40MzVDNy42ODA1NCAxNC44MjU1IDcuMDQ3MzggMTQuODI1NSA2LjY1Njg1IDE0LjQzNUwwLjI5Mjg5MiA4LjA3MTA2Wk0xNyA3LjM2Mzk1VjguMzYzOTVIMVY3LjM2Mzk1VjYuMzYzOTVIMTdWNy4zNjM5NVoiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+\");}@media (hover: hover) {  .ctl-btn-prev:hover::after {    transform: translateX(-30%);  }}.ctl-btn-next::after {  background-image: url(\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE4IDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMSA2LjM2Mzk1QzAuNDQ3NzE1IDYuMzYzOTUgMCA2LjgxMTY3IDAgNy4zNjM5NUMwIDcuOTE2MjQgMC40NDc3MTUgOC4zNjM5NSAxIDguMzYzOTVWNy4zNjM5NVY2LjM2Mzk1Wk0xNy43MDcxIDguMDcxMDZDMTguMDk3NiA3LjY4MDU0IDE4LjA5NzYgNy4wNDczNyAxNy43MDcxIDYuNjU2ODVMMTEuMzQzMSAwLjI5Mjg4NUMxMC45NTI2IC0wLjA5NzYzOTYgMTAuMzE5NSAtMC4wOTc2Mzk2IDkuOTI4OTMgMC4yOTI4ODVDOS41Mzg0MSAwLjY4MzQwOSA5LjUzODQxIDEuMzE2NTcgOS45Mjg5MyAxLjcwNzFMMTUuNTg1OCA3LjM2Mzk1TDkuOTI4OTMgMTMuMDIwOEM5LjUzODQxIDEzLjQxMTMgOS41Mzg0MSAxNC4wNDQ1IDkuOTI4OTMgMTQuNDM1QzEwLjMxOTUgMTQuODI1NSAxMC45NTI2IDE0LjgyNTUgMTEuMzQzMSAxNC40MzVMMTcuNzA3MSA4LjA3MTA2Wk0xIDcuMzYzOTVWOC4zNjM5NUgxN1Y3LjM2Mzk1VjYuMzYzOTVIMVY3LjM2Mzk1WiIgZmlsbD0iIzE5MTkxOSIvPgo8L3N2Zz4=\");}@media (hover: hover) {  .ctl-btn-next:hover::after {    transform: translateX(30%);  }}@media (hover: hover) {  .ctl-btn:hover {    background: #ff803b;  }}.ctl-progress-wrapper {  display: flex;  flex: 1;  flex-direction: column;  align-items: center;  padding-top: 1rem;}@media (min-width: 1024px) {  .ctl-progress-wrapper {    padding-top: 1.5rem;  }}.ctl-progress {  position: relative;  width: 100%;  max-width: var(--ctl-progress-max-width);  height: 4px;  background: #e3e3e3;  border-radius: 8px;  overflow: hidden;}.ctl-progress::after {  position: absolute;  top: 0;  left: 0;  width: var(--scroll-progress, 0%);  content: \"\";  height: 100%;  background: var(--color-base);  border-radius: 8px;  transition: width 0.1s ease;}.ctl-progress.carousel-hide {  visibility: hidden;}\u003c\/style\u003e\n\u003c\/div\u003e\n\u003c!-- End content-asset --\u003e        \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bingo","offers":[{"title":"Hazel \/ 6 \/ Medium Width","offer_id":47072592560297,"sku":"1778164828-Hazel-6-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 6 \/ Wide Width","offer_id":47072592593065,"sku":"1778164828-Hazel-6-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 6.5 \/ Medium Width","offer_id":47072592625833,"sku":"1778164828-Hazel-6.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 6.5 \/ Wide Width","offer_id":47072592658601,"sku":"1778164828-Hazel-6.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 7 \/ Medium Width","offer_id":47072592691369,"sku":"1778164828-Hazel-7-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 7 \/ Wide Width","offer_id":47072592724137,"sku":"1778164828-Hazel-7-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 7.5 \/ Medium Width","offer_id":47072592756905,"sku":"1778164828-Hazel-7.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 7.5 \/ Wide Width","offer_id":47072592789673,"sku":"1778164828-Hazel-7.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 8 \/ Medium Width","offer_id":47072592822441,"sku":"1778164828-Hazel-8-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 8 \/ Wide Width","offer_id":47072592855209,"sku":"1778164828-Hazel-8-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 8.5 \/ Medium Width","offer_id":47072592887977,"sku":"1778164828-Hazel-8.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 8.5 \/ Wide Width","offer_id":47072592920745,"sku":"1778164828-Hazel-8.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 9 \/ Medium Width","offer_id":47072592953513,"sku":"1778164828-Hazel-9-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 9 \/ Wide Width","offer_id":47072592986281,"sku":"1778164828-Hazel-9-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 9.5 \/ Medium Width","offer_id":47072593019049,"sku":"1778164828-Hazel-9.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 9.5 \/ Wide Width","offer_id":47072593051817,"sku":"1778164828-Hazel-9.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 10 \/ Medium Width","offer_id":47072593084585,"sku":"1778164828-Hazel-10-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 10 \/ Wide Width","offer_id":47072593117353,"sku":"1778164828-Hazel-10-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 10.5 \/ Medium Width","offer_id":47072593150121,"sku":"1778164828-Hazel-10.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 10.5 \/ Wide Width","offer_id":47072593182889,"sku":"1778164828-Hazel-10.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 11 \/ Medium Width","offer_id":47072593215657,"sku":"1778164828-Hazel-11-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Hazel \/ 11 \/ Wide Width","offer_id":47072593248425,"sku":"1778164828-Hazel-11-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 6 \/ Medium Width","offer_id":47072593281193,"sku":"1778164828-Aluminum-6-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 6 \/ Wide Width","offer_id":47072593313961,"sku":"1778164828-Aluminum-6-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 6.5 \/ Medium Width","offer_id":47072593346729,"sku":"1778164828-Aluminum-6.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 6.5 \/ Wide Width","offer_id":47072593379497,"sku":"1778164828-Aluminum-6.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 7 \/ Medium Width","offer_id":47072593412265,"sku":"1778164828-Aluminum-7-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 7 \/ Wide Width","offer_id":47072593445033,"sku":"1778164828-Aluminum-7-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 7.5 \/ Medium Width","offer_id":47072593477801,"sku":"1778164828-Aluminum-7.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 7.5 \/ Wide Width","offer_id":47072593510569,"sku":"1778164828-Aluminum-7.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 8 \/ Medium Width","offer_id":47072593543337,"sku":"1778164828-Aluminum-8-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 8 \/ Wide Width","offer_id":47072593576105,"sku":"1778164828-Aluminum-8-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 8.5 \/ Medium Width","offer_id":47072593608873,"sku":"1778164828-Aluminum-8.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 8.5 \/ Wide Width","offer_id":47072593641641,"sku":"1778164828-Aluminum-8.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 9 \/ Medium Width","offer_id":47072593674409,"sku":"1778164828-Aluminum-9-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 9 \/ Wide Width","offer_id":47072593707177,"sku":"1778164828-Aluminum-9-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 9.5 \/ Medium Width","offer_id":47072593739945,"sku":"1778164828-Aluminum-9.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 9.5 \/ Wide Width","offer_id":47072593772713,"sku":"1778164828-Aluminum-9.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 10 \/ Medium Width","offer_id":47072593805481,"sku":"1778164828-Aluminum-10-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 10 \/ Wide Width","offer_id":47072593838249,"sku":"1778164828-Aluminum-10-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 10.5 \/ Medium Width","offer_id":47072593871017,"sku":"1778164828-Aluminum-10.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 10.5 \/ Wide Width","offer_id":47072593903785,"sku":"1778164828-Aluminum-10.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 11 \/ Medium Width","offer_id":47072593936553,"sku":"1778164828-Aluminum-11-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Aluminum \/ 11 \/ Wide Width","offer_id":47072593969321,"sku":"1778164828-Aluminum-11-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 6 \/ Medium Width","offer_id":47072594002089,"sku":"1778164828-Rock-6-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 6 \/ Wide Width","offer_id":47072594034857,"sku":"1778164828-Rock-6-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 6.5 \/ Medium Width","offer_id":47072594067625,"sku":"1778164828-Rock-6.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 6.5 \/ Wide Width","offer_id":47072594100393,"sku":"1778164828-Rock-6.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 7 \/ Medium Width","offer_id":47072594133161,"sku":"1778164828-Rock-7-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 7 \/ Wide Width","offer_id":47072594165929,"sku":"1778164828-Rock-7-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 7.5 \/ Medium Width","offer_id":47072594198697,"sku":"1778164828-Rock-7.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 7.5 \/ Wide Width","offer_id":47072594231465,"sku":"1778164828-Rock-7.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 8 \/ Medium Width","offer_id":47072594264233,"sku":"1778164828-Rock-8-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 8 \/ Wide Width","offer_id":47072594297001,"sku":"1778164828-Rock-8-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 8.5 \/ Medium Width","offer_id":47072594329769,"sku":"1778164828-Rock-8.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 8.5 \/ Wide Width","offer_id":47072594362537,"sku":"1778164828-Rock-8.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 9 \/ Medium Width","offer_id":47072594395305,"sku":"1778164828-Rock-9-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 9 \/ Wide Width","offer_id":47072594428073,"sku":"1778164828-Rock-9-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 9.5 \/ Medium Width","offer_id":47072594460841,"sku":"1778164828-Rock-9.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 9.5 \/ Wide Width","offer_id":47072594493609,"sku":"1778164828-Rock-9.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 10 \/ Medium Width","offer_id":47072594526377,"sku":"1778164828-Rock-10-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 10 \/ Wide Width","offer_id":47072594559145,"sku":"1778164828-Rock-10-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 10.5 \/ Medium Width","offer_id":47072594591913,"sku":"1778164828-Rock-10.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 10.5 \/ Wide Width","offer_id":47072594624681,"sku":"1778164828-Rock-10.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 11 \/ Medium Width","offer_id":47072594657449,"sku":"1778164828-Rock-11-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Rock \/ 11 \/ Wide Width","offer_id":47072594690217,"sku":"1778164828-Rock-11-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 6 \/ Medium Width","offer_id":47072594722985,"sku":"1778164828-Black-Acai-6-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 6 \/ Wide Width","offer_id":47072594755753,"sku":"1778164828-Black-Acai-6-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 6.5 \/ Medium Width","offer_id":47072594788521,"sku":"1778164828-Black-Acai-6.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 6.5 \/ Wide Width","offer_id":47072594821289,"sku":"1778164828-Black-Acai-6.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 7 \/ Medium Width","offer_id":47072594854057,"sku":"1778164828-Black-Acai-7-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 7 \/ Wide Width","offer_id":47072594886825,"sku":"1778164828-Black-Acai-7-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 7.5 \/ Medium Width","offer_id":47072594919593,"sku":"1778164828-Black-Acai-7.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 7.5 \/ Wide Width","offer_id":47072594952361,"sku":"1778164828-Black-Acai-7.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 8 \/ Medium Width","offer_id":47072594985129,"sku":"1778164828-Black-Acai-8-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 8 \/ Wide Width","offer_id":47072595017897,"sku":"1778164828-Black-Acai-8-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 8.5 \/ Medium Width","offer_id":47072595050665,"sku":"1778164828-Black-Acai-8.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 8.5 \/ Wide Width","offer_id":47072595083433,"sku":"1778164828-Black-Acai-8.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 9 \/ Medium Width","offer_id":47072595116201,"sku":"1778164828-Black-Acai-9-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 9 \/ Wide Width","offer_id":47072595148969,"sku":"1778164828-Black-Acai-9-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 9.5 \/ Medium Width","offer_id":47072595181737,"sku":"1778164828-Black-Acai-9.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 9.5 \/ Wide Width","offer_id":47072595214505,"sku":"1778164828-Black-Acai-9.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 10 \/ Medium Width","offer_id":47072595247273,"sku":"1778164828-Black-Acai-10-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 10 \/ Wide Width","offer_id":47072595280041,"sku":"1778164828-Black-Acai-10-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 10.5 \/ Medium Width","offer_id":47072595312809,"sku":"1778164828-Black-Acai-10.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 10.5 \/ Wide Width","offer_id":47072595345577,"sku":"1778164828-Black-Acai-10.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 11 \/ Medium Width","offer_id":47072595378345,"sku":"1778164828-Black-Acai-11-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Acai \/ 11 \/ Wide Width","offer_id":47072595411113,"sku":"1778164828-Black-Acai-11-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 6 \/ Medium Width","offer_id":47072595443881,"sku":"1778164828-Black-Shadow-6-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 6 \/ Wide Width","offer_id":47072595476649,"sku":"1778164828-Black-Shadow-6-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 6.5 \/ Medium Width","offer_id":47072595509417,"sku":"1778164828-Black-Shadow-6.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 6.5 \/ Wide Width","offer_id":47072595542185,"sku":"1778164828-Black-Shadow-6.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 7 \/ Medium Width","offer_id":47072595574953,"sku":"1778164828-Black-Shadow-7-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 7 \/ Wide Width","offer_id":47072595607721,"sku":"1778164828-Black-Shadow-7-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 7.5 \/ Medium Width","offer_id":47072595640489,"sku":"1778164828-Black-Shadow-7.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 7.5 \/ Wide Width","offer_id":47072595673257,"sku":"1778164828-Black-Shadow-7.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 8 \/ Medium Width","offer_id":47072595706025,"sku":"1778164828-Black-Shadow-8-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 8 \/ Wide Width","offer_id":47072595738793,"sku":"1778164828-Black-Shadow-8-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 8.5 \/ Medium Width","offer_id":47072595771561,"sku":"1778164828-Black-Shadow-8.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 8.5 \/ Wide Width","offer_id":47072595804329,"sku":"1778164828-Black-Shadow-8.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 9 \/ Medium Width","offer_id":47072595837097,"sku":"1778164828-Black-Shadow-9-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 9 \/ Wide Width","offer_id":47072595869865,"sku":"1778164828-Black-Shadow-9-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 9.5 \/ Medium Width","offer_id":47072595902633,"sku":"1778164828-Black-Shadow-9.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 9.5 \/ Wide Width","offer_id":47072595935401,"sku":"1778164828-Black-Shadow-9.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 10 \/ Medium Width","offer_id":47072595968169,"sku":"1778164828-Black-Shadow-10-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 10 \/ Wide Width","offer_id":47072596000937,"sku":"1778164828-Black-Shadow-10-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 10.5 \/ Medium Width","offer_id":47072596033705,"sku":"1778164828-Black-Shadow-10.5-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 10.5 \/ Wide Width","offer_id":47072596066473,"sku":"1778164828-Black-Shadow-10.5-WideWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 11 \/ Medium Width","offer_id":47072596099241,"sku":"1778164828-Black-Shadow-11-MediumWidth","price":32.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Shadow \/ 11 \/ Wide Width","offer_id":47072596132009,"sku":"1778164828-Black-Shadow-11-WideWidth","price":32.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/4363\/0505\/files\/1778164828_1.jpg?v=1778465480","url":"https:\/\/willmeskimen.com\/products\/merrell-siren-edge-3-1778164828","provider":"Merrell Official Site","version":"1.0","type":"link"}