{"product_id":"high-performance-bumper-plates-10lb-to-55lb","title":"Spartaks Strength High Performance Bumper Plates (10LB to 55LB)","description":"\u003cbody\u003e\n\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHigh Performance Bumper Plates | Olympic Weight Plates | Spartaks Strength\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"High performance bumper plates from 10LB to 55LB. Virgin rubber construction, stainless steel inserts, dead bounce technology. Commercial durability at a budget-friendly price.\"\u003e\n    \u003cmeta name=\"keywords\" content=\"bumper plates, Olympic weight plates, rubber bumper plates, dead bounce, Olympic lifting, weightlifting plates, Spartaks Strength\"\u003e\n    \u003cmeta property=\"og:title\" content=\"High Performance Bumper Plates | Spartaks Strength\"\u003e\n    \u003cmeta property=\"og:description\" content=\"Virgin rubber bumper plates with stainless steel inserts. 10LB to 55LB weight range for Olympic lifts and functional training.\"\u003e\n    \u003cmeta property=\"og:type\" content=\"product\"\u003e\n    \u003cstyle\u003e\n        .ss-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: #171717;\n            color: #ffffff;\n            font-size: 20px;\n            line-height: 1.6;\n        }\n        .ss-stats-bar {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            gap: 20px;\n            padding: 30px 0;\n            border-bottom: 2px solid #333;\n            margin-bottom: 40px;\n        }\n        .ss-stat {\n            text-align: center;\n        }\n        .ss-stat-value {\n            font-size: 2.25rem;\n            font-weight: 700;\n            color: #c6000c;\n        }\n        .ss-stat-label {\n            font-size: 16px;\n            color: #999;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .ss-intro {\n            margin-bottom: 40px;\n        }\n        .ss-intro p {\n            margin-bottom: 20px;\n        }\n        .ss-features {\n            margin-bottom: 40px;\n        }\n        .ss-features h2 {\n            color: #d4af37;\n            font-size: 1.75rem;\n            margin-bottom: 20px;\n            border-left: 4px solid #c6000c;\n            padding-left: 15px;\n        }\n        .ss-features ul {\n            list-style: none;\n            padding: 0;\n        }\n        .ss-features li {\n            padding: 12px 0 12px 30px;\n            position: relative;\n            border-bottom: 1px solid #333;\n        }\n        .ss-features li:before {\n            content: \"▶\";\n            position: absolute;\n            left: 0;\n            color: #c6000c;\n            font-size: 14px;\n        }\n        .ss-specs-toggle {\n            margin-bottom: 40px;\n        }\n        .ss-specs-toggle h2 {\n            color: #d4af37;\n            font-size: 1.75rem;\n            margin-bottom: 20px;\n            border-left: 4px solid #c6000c;\n            padding-left: 15px;\n        }\n        .ss-toggle-checkbox {\n            display: none;\n        }\n        .ss-toggle-label {\n            display: inline-block;\n            background: #c6000c;\n            color: #fff;\n            padding: 12px 30px;\n            cursor: pointer;\n            font-weight: 600;\n            border-radius: 4px;\n            transition: background 0.3s;\n        }\n        .ss-toggle-label:hover {\n            background: #a0000a;\n        }\n        .ss-full-specs {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease;\n            background: #222;\n            padding: 0 25px;\n            border-radius: 4px;\n        }\n        .ss-toggle-checkbox:checked ~ .ss-full-specs {\n            max-height: 800px;\n            padding: 25px;\n        }\n        .ss-full-specs ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        .ss-full-specs li {\n            padding: 10px 0;\n            border-bottom: 1px solid #333;\n            display: flex;\n            justify-content: space-between;\n        }\n        .ss-full-specs li:last-child {\n            border-bottom: none;\n        }\n        .ss-spec-label {\n            color: #999;\n        }\n        .ss-spec-value {\n            color: #d4af37;\n            font-weight: 600;\n        }\n        .ss-weights {\n            margin-bottom: 40px;\n        }\n        .ss-weights h2 {\n            color: #d4af37;\n            font-size: 1.75rem;\n            margin-bottom: 20px;\n            border-left: 4px solid #c6000c;\n            padding-left: 15px;\n        }\n        .ss-weights-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n            gap: 15px;\n        }\n        .ss-weights-item {\n            background: #222;\n            padding: 15px 20px;\n            border-radius: 4px;\n            border-left: 3px solid #c6000c;\n            text-align: center;\n        }\n        .ss-exercises {\n            margin-bottom: 40px;\n        }\n        .ss-exercises h2 {\n            color: #d4af37;\n            font-size: 1.75rem;\n            margin-bottom: 20px;\n            border-left: 4px solid #c6000c;\n            padding-left: 15px;\n        }\n        .ss-exercise-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        .ss-exercise-item {\n            background: #222;\n            padding: 15px 20px;\n            border-radius: 4px;\n            border-left: 3px solid #c6000c;\n        }\n        .ss-faq {\n            margin-bottom: 40px;\n        }\n        .ss-faq h2 {\n            color: #d4af37;\n            font-size: 1.75rem;\n            margin-bottom: 20px;\n            border-left: 4px solid #c6000c;\n            padding-left: 15px;\n        }\n        .ss-faq-item {\n            background: #222;\n            margin-bottom: 10px;\n            border-radius: 4px;\n        }\n        .ss-faq-question {\n            padding: 18px 20px;\n            cursor: pointer;\n            font-weight: 600;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .ss-faq-question:hover {\n            background: #2a2a2a;\n        }\n        .ss-faq-icon {\n            color: #c6000c;\n            font-size: 24px;\n            transition: transform 0.3s;\n        }\n        .ss-faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            padding: 0 20px;\n            color: #ccc;\n        }\n        .ss-faq-item.active .ss-faq-answer {\n            max-height: 200px;\n            padding: 0 20px 18px;\n        }\n        .ss-faq-item.active .ss-faq-icon {\n            transform: rotate(45deg);\n        }\n        .ss-shipping {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n        .ss-shipping-card {\n            background: #222;\n            padding: 25px;\n            border-radius: 4px;\n            text-align: center;\n            border-top: 3px solid #c6000c;\n        }\n        .ss-shipping-card h3 {\n            color: #d4af37;\n            margin-bottom: 10px;\n            font-size: 1.25rem;\n        }\n        .ss-shipping-card p {\n            color: #ccc;\n            font-size: 16px;\n            margin: 0;\n        }\n        @media (max-width: 768px) {\n            .ss-container {\n                padding: 20px 15px;\n                font-size: 18px;\n            }\n            .ss-stat-value {\n                font-size: 1.75rem;\n            }\n        }\n    \u003c\/style\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"Product\",\n        \"name\": \"High Performance Bumper Plates\",\n        \"brand\": {\n            \"@type\": \"Brand\",\n            \"name\": \"Spartaks Strength\"\n        },\n        \"description\": \"High performance bumper plates with virgin rubber construction and stainless steel inserts. Weight range 10LB to 55LB with dead bounce technology for Olympic lifts and functional training.\",\n        \"image\": \"https:\/\/spartaksstrength.ca\/cdn\/shop\/files\/high-performance-bumper-plates.jpg\",\n        \"sku\": \"SS-HPBP-SET\",\n        \"mpn\": \"SS-HPBP-SET\",\n        \"category\": \"Sports \u0026 Outdoors \u003e Exercise \u0026 Fitness \u003e Strength Training \u003e Weight Plates\",\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"url\": \"https:\/\/spartaksstrength.ca\/products\/high-performance-bumper-plates\",\n            \"priceCurrency\": \"CAD\",\n            \"availability\": \"https:\/\/schema.org\/InStock\",\n            \"seller\": {\n                \"@type\": \"Organization\",\n                \"name\": \"Spartaks Strength\"\n            }\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.8\",\n            \"reviewCount\": \"156\"\n        }\n    }\n    \u003c\/script\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is dead bounce technology?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Dead bounce technology means the plates are designed to minimize rebound when dropped. This controlled bounce protects your floors, bars, and reduces noise while providing a safer training environment for Olympic lifting.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is the difference between virgin rubber and recycled rubber?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Virgin rubber is higher density and has a longer lifespan than recycled rubber. It provides more consistent performance, better durability under heavy impact, and maintains its shape and bounce characteristics over years of use.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Are these plates suitable for Olympic weightlifting?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes, these bumper plates are designed specifically for Olympic lifts including snatches, cleans, and jerks. The dead bounce technology and stainless steel inserts make them ideal for training where weights are regularly dropped from overhead.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Do these plates fit standard Olympic barbells?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes, these plates have a 2-inch Olympic standard center hole and fit all Olympic barbells. The stainless steel inserts ensure a smooth fit and prevent the hole from warping or cracking over time.\"\n                }\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n\n    \u003cdiv class=\"ss-container\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n        \u003cmeta itemprop=\"name\" content=\"High Performance Bumper Plates\"\u003e\n        \u003cmeta itemprop=\"sku\" content=\"SS-HPBP-SET\"\u003e\n        \u003cdiv itemprop=\"brand\" itemscope itemtype=\"https:\/\/schema.org\/Brand\"\u003e\n            \u003cmeta itemprop=\"name\" content=\"Spartaks Strength\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-stats-bar\"\u003e\n            \u003cdiv class=\"ss-stat\"\u003e\n                \u003cdiv class=\"ss-stat-value\"\u003e10-55 LB\u003c\/div\u003e\n                \u003cdiv class=\"ss-stat-label\"\u003eWeight Range\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-stat\"\u003e\n                \u003cdiv class=\"ss-stat-value\"\u003e2\"\u003c\/div\u003e\n                \u003cdiv class=\"ss-stat-label\"\u003eOlympic Hole\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-stat\"\u003e\n                \u003cdiv class=\"ss-stat-value\"\u003eVirgin Rubber\u003c\/div\u003e\n                \u003cdiv class=\"ss-stat-label\"\u003eConstruction\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-stat\"\u003e\n                \u003cdiv class=\"ss-stat-value\"\u003eDead Bounce\u003c\/div\u003e\n                \u003cdiv class=\"ss-stat-label\"\u003eTechnology\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-intro\"\u003e\n            \u003cp itemprop=\"description\"\u003eThe Spartaks Strength High Performance Bumper Plates provide reliable, impact-resistant performance for Olympic lifts, deadlifts, and functional training at a budget-friendly price. Designed with a durable rubber exterior, these plates protect flooring while maintaining consistent bounce and balance.\u003c\/p\u003e\n            \u003cp\u003eSuitable for both commercial and home gyms, they are a dependable option for serious strength training. Get commercial-grade durability without the premium price tag.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-features\"\u003e\n            \u003ch2\u003eKey Features\u003c\/h2\u003e\n            \u003cul\u003e\n                \u003cli\u003eVirgin rubber construction — higher density, longer lifespan than recycled rubber\u003c\/li\u003e\n                \u003cli\u003eStainless steel inserts — reinforced hubs prevent cracking or warping\u003c\/li\u003e\n                \u003cli\u003eDead bounce technology — controlled rebound protects floors and bars\u003c\/li\u003e\n                \u003cli\u003eRaised lettering — sleek, professional look that lasts\u003c\/li\u003e\n                \u003cli\u003eSmooth finish — prevents chalk and dust buildup for easy maintenance\u003c\/li\u003e\n                \u003cli\u003eDrop-tested — built to survive years of heavy impact\u003c\/li\u003e\n                \u003cli\u003eLow-impact design — reduces noise and gym wear-and-tear\u003c\/li\u003e\n                \u003cli\u003eBudget-friendly — commercial durability without breaking the bank\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-specs-toggle\"\u003e\n            \u003ch2\u003eSpecifications\u003c\/h2\u003e\n            \u003cinput type=\"checkbox\" id=\"ss-toggle\" class=\"ss-toggle-checkbox\"\u003e\n            \u003clabel for=\"ss-toggle\" class=\"ss-toggle-label\"\u003eShow Full Specifications\u003c\/label\u003e\n            \u003cdiv class=\"ss-full-specs\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eMaterial\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eVirgin natural rubber\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eWeight Range\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003e10LB to 55LB\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eHole Size\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eOlympic standard (2\")\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eInsert Material\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eStainless steel\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eBounce Type\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eDead bounce (minimal rebound)\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eFinish\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eSmooth with raised lettering\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eDurability\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eDrop-tested for heavy impact\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"ss-spec-label\"\u003eIntended Use\u003c\/span\u003e\n                        \u003cspan class=\"ss-spec-value\"\u003eHome and commercial gyms\u003c\/span\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-weights\"\u003e\n            \u003ch2\u003eAvailable Weights\u003c\/h2\u003e\n            \u003cdiv class=\"ss-weights-grid\"\u003e\n                \u003cdiv class=\"ss-weights-item\"\u003e10 LB\u003c\/div\u003e\n                \u003cdiv class=\"ss-weights-item\"\u003e15 LB\u003c\/div\u003e\n                \u003cdiv class=\"ss-weights-item\"\u003e25 LB\u003c\/div\u003e\n                \u003cdiv class=\"ss-weights-item\"\u003e35 LB\u003c\/div\u003e\n                \u003cdiv class=\"ss-weights-item\"\u003e45 LB\u003c\/div\u003e\n                \u003cdiv class=\"ss-weights-item\"\u003e55 LB\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-exercises\"\u003e\n            \u003ch2\u003eIdeal Exercises\u003c\/h2\u003e\n            \u003cdiv class=\"ss-exercise-grid\"\u003e\n                \u003cdiv class=\"ss-exercise-item\"\u003eOlympic Snatch\u003c\/div\u003e\n                \u003cdiv class=\"ss-exercise-item\"\u003eClean \u0026amp; Jerk\u003c\/div\u003e\n                \u003cdiv class=\"ss-exercise-item\"\u003eDeadlifts\u003c\/div\u003e\n                \u003cdiv class=\"ss-exercise-item\"\u003eSquats\u003c\/div\u003e\n                \u003cdiv class=\"ss-exercise-item\"\u003eOverhead Press\u003c\/div\u003e\n                \u003cdiv class=\"ss-exercise-item\"\u003eCrossFit WODs\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-faq\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n            \u003ch2\u003eFAQ\u003c\/h2\u003e\n            \u003cdiv class=\"ss-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n                \u003cdiv class=\"ss-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\"\u003e\n                    \u003cspan itemprop=\"name\"\u003eWhat is dead bounce technology?\u003c\/span\u003e\n                    \u003cspan class=\"ss-faq-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ss-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n                    \u003cp itemprop=\"text\"\u003eDead bounce technology means the plates are designed to minimize rebound when dropped. This controlled bounce protects your floors, bars, and reduces noise while providing a safer training environment for Olympic lifting.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n                \u003cdiv class=\"ss-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\"\u003e\n                    \u003cspan itemprop=\"name\"\u003eWhat is the difference between virgin rubber and recycled rubber?\u003c\/span\u003e\n                    \u003cspan class=\"ss-faq-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ss-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n                    \u003cp itemprop=\"text\"\u003eVirgin rubber is higher density and has a longer lifespan than recycled rubber. It provides more consistent performance, better durability under heavy impact, and maintains its shape and bounce characteristics over years of use.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n                \u003cdiv class=\"ss-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\"\u003e\n                    \u003cspan itemprop=\"name\"\u003eAre these plates suitable for Olympic weightlifting?\u003c\/span\u003e\n                    \u003cspan class=\"ss-faq-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ss-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n                    \u003cp itemprop=\"text\"\u003eYes, these bumper plates are designed specifically for Olympic lifts including snatches, cleans, and jerks. The dead bounce technology and stainless steel inserts make them ideal for training where weights are regularly dropped from overhead.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n                \u003cdiv class=\"ss-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\"\u003e\n                    \u003cspan itemprop=\"name\"\u003eDo these plates fit standard Olympic barbells?\u003c\/span\u003e\n                    \u003cspan class=\"ss-faq-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ss-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n                    \u003cp itemprop=\"text\"\u003eYes, these plates have a 2-inch Olympic standard center hole and fit all Olympic barbells. The stainless steel inserts ensure a smooth fit and prevent the hole from warping or cracking over time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ss-shipping\"\u003e\n            \u003cdiv class=\"ss-shipping-card\"\u003e\n                \u003ch3\u003eToronto \u0026amp; Calgary Pickup\u003c\/h3\u003e\n                \u003cp\u003eFree local pickup available\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-shipping-card\"\u003e\n                \u003ch3\u003eCanada-Wide Shipping\u003c\/h3\u003e\n                \u003cp\u003eShips to all provinces\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ss-shipping-card\"\u003e\n                \u003ch3\u003eLifetime Warranty\u003c\/h3\u003e\n                \u003cp\u003eGuaranteed quality and durability\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Spartaks Strength","offers":[{"title":"230lb Set \/ Black","offer_id":45177195200621,"sku":"WT-BP-B230","price":230.0,"currency_code":"CAD","in_stock":true},{"title":"230lb Set \/ Red","offer_id":45177195233389,"sku":"WT-BP-R230","price":230.0,"currency_code":"CAD","in_stock":false},{"title":"230lb Set \/ Multicolor","offer_id":45177195266157,"sku":"WT-BP-M230","price":230.0,"currency_code":"CAD","in_stock":false},{"title":"340lb Set \/ Black","offer_id":45177195298925,"sku":"WT-BP-B340","price":340.0,"currency_code":"CAD","in_stock":false},{"title":"340lb Set \/ Red","offer_id":45177195331693,"sku":"WT-BP-R340","price":340.0,"currency_code":"CAD","in_stock":false},{"title":"340lb Set \/ Multicolor","offer_id":45177195364461,"sku":"WT-BP-M340","price":340.0,"currency_code":"CAD","in_stock":true},{"title":"10lb Pair \/ Black","offer_id":45177195397229,"sku":"WT-BP-B10","price":30.0,"currency_code":"CAD","in_stock":false},{"title":"25lb Pair \/ Black","offer_id":45177195429997,"sku":"WT-BP-B25","price":75.0,"currency_code":"CAD","in_stock":false},{"title":"35lb Pair \/ Black","offer_id":45177195462765,"sku":"WT-BP-B35","price":105.0,"currency_code":"CAD","in_stock":false},{"title":"45lb Pair \/ Black","offer_id":45177195495533,"sku":"WT-BP-B45","price":135.0,"currency_code":"CAD","in_stock":false},{"title":"55lb Pair \/ Black","offer_id":45177195528301,"sku":"WT-BP-B55","price":165.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/7885\/1437\/files\/spartaks-strength-high-performance-bumper-plates-10lb-35lb-55lb-fitness-equipment-canada.jpg?v=1778083716","url":"https:\/\/spartaks-strength.myshopify.com\/products\/high-performance-bumper-plates-10lb-to-55lb","provider":"Spartaks Toronto","version":"1.0","type":"link"}