{"product_id":"blueprint-pulley-pack","title":"Blueprint Pulley Packs","description":"\u003cdiv id=\"VARIANT-TITLES\" style=\"display: none;\"\u003e\n  \u003cdiv id=\"vtitle01\"\u003eBlueprint Pulley Packs\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"VARIANT-SUBTITLES\" style=\"display: none;\"\u003e\n    \n  \u003cdiv id=\"vsub01\"\u003e\n    \u003cdiv class=\"var-subtitle\"\u003e\n      (30mm Pulley 10-Pack)\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n    \n  \u003cdiv id=\"vsub02\"\u003e\n    \u003cdiv class=\"var-subtitle\"\u003e\n      (45mm Pulley 10-Pack)\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n    \n  \u003cdiv id=\"vsub03\"\u003e\n    \u003cdiv class=\"var-subtitle\"\u003e\n      (90mm Pulley 10-Pack)\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n    \n\u003c\/div\u003e\n\n\u003cdiv id=\"VARIANT-DESCRIPTION\" style=\"display: none\"\u003e\n    \u003cdiv id=\"vdescr01\"\u003e\n        \u003cp\u003e\n        \u003c\/p\u003e\n\u003cp\u003e\n            Supplement your \u003ca href=\"https:\/\/sphero.com\/products\/sphero-blueprint-build-kit\" target=\"_blank\"\u003eBlueprint Build\u003c\/a\u003e Kit or Class Pack with Blueprint Pulley Packs. \u003ca href=\"https:\/\/docs.google.com\/document\/d\/175Td2tf5vp1drsTpkYW-xp8Eyy49YELajK5ZNxxRR9o\/edit#heading=h.smgzek26yh8l\" target=\"_blank\"\u003ePulleys\u003c\/a\u003e are precision-crafted wheels with grooved rims for seamless operation with \u003ca href=\"https:\/\/sphero.com\/products\/blueprint-rope-pack\" target=\"_blank\"\u003eropes\u003c\/a\u003e, offering a shift in force direction or creating mechanical advantage (MA). Available in 30mm, 45mm, and 90mm sizes, these pulleys add versatility to your builds according to their specific needs. The 90mm Pulley, equipped with a locking shaft insert for stronger rotational forces, can also be transformed into a vehicle wheel by adding the \u003ca href=\"https:\/\/sphero.com\/products\/blueprint-100mm-tire-8-pack\" target=\"_blank\"\u003eTire\u003c\/a\u003e. For simplified use, insert a \u003ca href=\"https:\/\/sphero.com\/products\/blueprint-lock-plate-50-pack\" target=\"_blank\"\u003eLock\u003c\/a\u003e or \u003ca href=\"https:\/\/sphero.com\/products\/blueprint-bearing-plate-50-pack\" target=\"_blank\"\u003eBearing\u003c\/a\u003e Plate into the 30mm or 45mm Pulley, adjusting the shaft through the center. \n        \u003c\/p\u003e\n        \n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"VARIANT-WHATS\" style=\"display: none\"\u003e\n    \u003cdiv id=\"vwhats01\"\u003e\n        \u003cul class=\"variant-bullet-left\"\u003e\n            \u003cli\u003e10 30mm Pulleys\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv id=\"vwhats02\"\u003e\n        \u003cul class=\"variant-bullet-left\"\u003e\n            \u003cli\u003e10 45mm Pulleys\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv id=\"vwhats03\"\u003e\n        \u003cul class=\"variant-bullet-left\"\u003e\n            \u003cli\u003e10 90mm Pulleys\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv id=\"VARIANT-DIMS\" style=\"display: none\"\u003e\n  \u003cdiv id=\"vdims01\"\u003e\n    \u003cp\u003e4in (L) x 6in (W) x 1in (H)\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv id=\"vdims02\"\u003e\n    \u003cp\u003e7in (L) x 6in (W) x 1in (H)\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv id=\"vdims03\"\u003e\n    \u003cp\u003e9in (L) x 6in (W) x 1in (H)\u003c\/p\u003e\n  \u003c\/div\u003e\n    \n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/\/ Shared SKU Map\n    var skuMap = {\n        '750-0469': {\n            title: 'vtitle01',\n            subtitle: 'vsub01',\n            description: 'vdescr01',\n            included: 'vwhats01',\n            dimensions: 'vdims01'\n        },\n        '750-0470': {\n            title: 'vtitle01',\n            subtitle: 'vsub02',\n            description: 'vdescr01',\n            included: 'vwhats02',\n            dimensions: 'vdims02'\n        },\n        '750-0471': {\n            title: 'vtitle01',\n            subtitle: 'vsub03',\n            description: 'vdescr01',\n            included: 'vwhats03',\n            dimensions: 'vdims03'\n        }\n        \/\/ Add more mappings as needed\n    };\n\u003c\/script\u003e\n\n\u003cscript\u003e\n    \/\/ Update title based on SKU\n    var skuTitleElement = document.querySelector('.product-meta__sku-number');\n    var titleElement = document.querySelector('.product-meta__title');\n\n    function updateTitleBasedOnSKU(skuMap) {\n        var skuNumberTitle = skuTitleElement.textContent.trim();\n\n        if (skuMap.hasOwnProperty(skuNumberTitle)) {\n            var divId = skuMap[skuNumberTitle].title;\n            var divContent = document.getElementById(divId);\n\n            if (divContent) {\n                titleElement.textContent = divContent.textContent.trim();\n                var inlineStyles = divContent.getAttribute('style');\n                titleElement.setAttribute('style', inlineStyles);\n                divContent.style.display = 'block';\n            }\n        }\n    }\n\n    updateTitleBasedOnSKU(skuMap);\n\u003c\/script\u003e\n\n\u003cscript\u003e\n    \/\/ Update subtitle based on SKU\n    var skuSubtitleElement = document.querySelector('.product-meta__sku-number');\n    var skuElement = document.querySelector('.product-meta__sku');\n\n    function updateSubtitleBasedOnSKU(skuMap) {\n        var skuNumberSubtitle = skuSubtitleElement.textContent.trim();\n\n        if (skuMap.hasOwnProperty(skuNumberSubtitle)) {\n            var divId = skuMap[skuNumberSubtitle].subtitle;\n            var subtitleDiv = document.getElementById(divId);\n\n            if (subtitleDiv) {\n                var existingSubElement = document.querySelector('.product-meta__sub');\n                var newDivElement = document.createElement('div');\n                newDivElement.className = 'product-meta__sub';\n                newDivElement.innerHTML = subtitleDiv.innerHTML;\n                newDivElement.style.display = 'block';\n\n                if (existingSubElement) {\n                    existingSubElement.replaceWith(newDivElement);\n                } else {\n                    skuElement.insertAdjacentElement('beforebegin', newDivElement);\n                }\n            }\n        }\n    }\n\n    updateSubtitleBasedOnSKU(skuMap);\n\u003c\/script\u003e\n\n\u003cscript\u003e\n    \/\/ Update description based on SKU\n    var skuDescriptionElement = document.querySelector('.product-meta__sku-number');\n    var descriptionContentElement = document.querySelector('.product-meta__description-content');\n\n    function updateDescriptionBasedOnSKU(skuMap) {\n        var skuNumberDescription = skuDescriptionElement.textContent.trim();\n\n        if (skuMap.hasOwnProperty(skuNumberDescription)) {\n            var divId = skuMap[skuNumberDescription].description;\n            var descriptionDiv = document.getElementById(divId);\n\n            if (descriptionDiv \u0026\u0026 descriptionContentElement) {\n                var existingDescriptionElement = document.querySelector('.product-meta__description-content .btdescr');\n                var newDescriptionElement = document.createElement('div');\n                newDescriptionElement.className = 'btdescr';\n                newDescriptionElement.innerHTML = descriptionDiv.innerHTML;\n                newDescriptionElement.style.display = 'block';\n\n                if (existingDescriptionElement) {\n                    existingDescriptionElement.replaceWith(newDescriptionElement);\n                } else {\n                    descriptionContentElement.appendChild(newDescriptionElement);\n                }\n            }\n        }\n    }\n\n    updateDescriptionBasedOnSKU(skuMap);\n\u003c\/script\u003e","brand":"Sphero","offers":[{"title":"30mm Pulley  10-Pack","offer_id":42118680641581,"sku":"750-0469","price":10.0,"currency_code":"USD","in_stock":true},{"title":"45mm Pulley 10-Pack","offer_id":42118680674349,"sku":"750-0470","price":10.0,"currency_code":"USD","in_stock":true},{"title":"90mm Pulley 10-Pack","offer_id":42118680707117,"sku":"750-0471","price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0306\/6419\/6141\/files\/BP_part-packs_pulley-30mm.png?v=1710990421","url":"https:\/\/sphero.com\/products\/blueprint-pulley-pack","provider":"Sphero","version":"1.0","type":"link"}