{"product_id":"t03-double-twist-iron-baluster","title":"T03 Double Twist Iron Baluster","description":"\u003c!-- T03-STB Double Twist Iron Baluster - Shopify Product Description --\u003e\n\u003cstyle\u003e\n  .msp-product-info {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2d3436;\n    line-height: 1.6;\n    max-width: 100%;\n    padding-top: 10px;\n  }\n  .msp-product-info * {\n    box-sizing: border-box;\n  }\n  .msp-section {\n    margin-bottom: 28px;\n    padding: 20px 24px;\n    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n  }\n  .msp-section-title {\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #1a1a2e;\n    margin: 0 0 16px 0;\n    padding-bottom: 10px;\n    border-bottom: 1px solid #e9ecef;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .msp-section-title::before {\n    content: '';\n    width: 8px;\n    height: 8px;\n    background: #8cc63f;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n  .msp-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 12px;\n  }\n  .msp-spec-item {\n    display: flex;\n    flex-direction: column;\n    padding: 12px 16px;\n    background: #ffffff;\n    border-radius: 6px;\n    border: 1px solid #e9ecef;\n  }\n  .msp-spec-label {\n    font-size: 11px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    color: #6c757d;\n    margin-bottom: 4px;\n  }\n  .msp-spec-value {\n    font-size: 15px;\n    font-weight: 600;\n    color: #1a1a2e;\n  }\n  .msp-features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .msp-features-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 10px 14px;\n    background: #ffffff;\n    border-radius: 6px;\n    border: 1px solid #e9ecef;\n    font-size: 14px;\n  }\n  .msp-features-list li::before {\n    content: '✓';\n    color: #8cc63f;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .msp-accessories-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 12px;\n  }\n  .msp-accessory-item {\n    padding: 14px 16px;\n    background: #ffffff;\n    border-radius: 6px;\n    border: 1px solid #e9ecef;\n    transition: all 0.2s ease;\n  }\n  .msp-accessory-item:hover {\n    border-color: #8cc63f;\n    box-shadow: 0 4px 12px rgba(140, 198, 63, 0.15);\n  }\n  .msp-accessory-name {\n    font-size: 13px;\n    font-weight: 600;\n    color: #1a1a2e;\n    margin-bottom: 4px;\n  }\n  .msp-accessory-desc {\n    font-size: 12px;\n    color: #6c757d;\n  }\n  .msp-finish-swatches {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .msp-swatch {\n    position: relative;\n    width: 50px;\n    height: 50px;\n    border-radius: 6px;\n    overflow: hidden;\n    cursor: pointer;\n    border: 2px solid #e9ecef;\n    transition: all 0.2s ease;\n  }\n  .msp-swatch:hover {\n    border-color: #8cc63f;\n    transform: scale(1.1);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n    z-index: 10;\n  }\n  .msp-swatch img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  .msp-swatch-label {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    background: rgba(0,0,0,0.75);\n    color: #fff;\n    font-size: 8px;\n    text-align: center;\n    padding: 2px;\n    text-transform: uppercase;\n    letter-spacing: 0.3px;\n    opacity: 0;\n    transition: opacity 0.2s ease;\n  }\n  .msp-swatch:hover .msp-swatch-label {\n    opacity: 1;\n  }\n  .msp-swatch-enlarged {\n    display: none;\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: rgba(0,0,0,0.8);\n    z-index: 9999;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n  }\n  .msp-swatch-enlarged.active {\n    display: flex;\n  }\n  .msp-swatch-enlarged img {\n    max-width: 300px;\n    max-height: 300px;\n    border-radius: 8px;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.3);\n  }\n  .msp-swatch-enlarged-name {\n    color: #fff;\n    font-size: 18px;\n    font-weight: 600;\n    margin-top: 16px;\n  }\n  .msp-swatch-enlarged-close {\n    position: absolute;\n    top: 20px;\n    right: 20px;\n    color: #fff;\n    font-size: 32px;\n    cursor: pointer;\n    width: 40px;\n    height: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.1);\n  }\n  .msp-swatch-enlarged-close:hover {\n    background: rgba(255,255,255,0.2);\n  }\n  .msp-note {\n    font-size: 13px;\n    color: #6c757d;\n    font-style: italic;\n    margin-top: 12px;\n    padding: 12px 16px;\n    background: #f0f9e8;\n    border-radius: 6px;\n    border-left: 3px solid #8cc63f;\n  }\n  .msp-pairing-tip {\n    padding: 16px;\n    background: linear-gradient(135deg, #1a1a2e 0%, #2d3436 100%);\n    border-radius: 8px;\n    color: #ffffff;\n    margin-top: 12px;\n  }\n  .msp-pairing-tip strong {\n    color: #8cc63f;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"msp-product-info\"\u003e\n\n  \u003c!-- Specifications Section --\u003e\n  \u003cdiv class=\"msp-section\"\u003e\n    \u003ch3 class=\"msp-section-title\"\u003eSpecifications\u003c\/h3\u003e\n    \u003cdiv class=\"msp-spec-grid\"\u003e\n      \u003cdiv class=\"msp-spec-item\"\u003e\n        \u003cspan class=\"msp-spec-label\"\u003eDimensions\u003c\/span\u003e\n        \u003cspan class=\"msp-spec-value\"\u003e1\/2\" × 43\"\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-spec-item\"\u003e\n        \u003cspan class=\"msp-spec-label\"\u003eBar Type\u003c\/span\u003e\n        \u003cspan class=\"msp-spec-value\"\u003e1\/2\" Square (12mm)\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-spec-item\"\u003e\n        \u003cspan class=\"msp-spec-label\"\u003eMaterial\u003c\/span\u003e\n        \u003cspan class=\"msp-spec-value\"\u003eTubular Steel (Hollow)\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-spec-item\"\u003e\n        \u003cspan class=\"msp-spec-label\"\u003eSeries\u003c\/span\u003e\n        \u003cspan class=\"msp-spec-value\"\u003eTwist \u0026amp; Basket\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-spec-item\"\u003e\n        \u003cspan class=\"msp-spec-label\"\u003eDesign Style\u003c\/span\u003e\n        \u003cspan class=\"msp-spec-value\"\u003eClassic Double Twist\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-spec-item\"\u003e\n        \u003cspan class=\"msp-spec-label\"\u003ePackaging\u003c\/span\u003e\n        \u003cspan class=\"msp-spec-value\"\u003e15 Pieces Per Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features Section --\u003e\n  \u003cdiv class=\"msp-section\"\u003e\n    \u003ch3 class=\"msp-section-title\"\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n    \u003cul class=\"msp-features-list\"\u003e\n      \u003cli\u003eClassic double twist design\u003c\/li\u003e\n      \u003cli\u003eDurable powder coated finish\u003c\/li\u003e\n      \u003cli\u003eHollow design for easy cuts\u003c\/li\u003e\n      \u003cli\u003eTwo twist elements for enhanced detail\u003c\/li\u003e\n      \u003cli\u003eTimeless design staple for generations\u003c\/li\u003e\n      \u003cli\u003ePerfect for traditional \u0026amp; modern spaces\u003c\/li\u003e\n      \u003cli\u003eResistant to scratches, cracking, peeling\u003c\/li\u003e\n      \u003cli\u003eUV and rust resistant finish\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"msp-pairing-tip\"\u003e\n      \u003cstrong\u003eDesign Tip:\u003c\/strong\u003e The double twist has been a staple in stair design for generations. Pair with T04 Basket and T01 Plain balusters for a classic, elegant pattern.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Available Finishes Section with Integrated Swatches --\u003e\n  \u003cdiv class=\"msp-section\"\u003e\n    \u003ch3 class=\"msp-section-title\"\u003eAvailable Finishes\u003c\/h3\u003e\n    \u003cdiv class=\"msp-finish-swatches\"\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Satin Black')\" style=\"border: 2px solid #8cc63f;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-satinblack.jpg?v=1767194567\" alt=\"Satin Black\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eSatin Black ✓\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Silver Vein')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-silvervein.jpg?v=1767194567\" alt=\"Silver Vein\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eSilver Vein\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Copper Vein')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-coppervein.jpg?v=1767194567\" alt=\"Copper Vein\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eCopper Vein\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Pewter')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-pewter.jpg?v=1767194567\" alt=\"Pewter\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003ePewter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Rubbed Copper')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-rubbedcopper.jpg?v=1767194567\" alt=\"Rubbed Copper\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eRubbed Copper\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Rubbed Bronze')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-rubbedbronze.jpg?v=1767194567\" alt=\"Rubbed Bronze\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eRubbed Bronze\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Antique Nickel')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-antiquenickel.jpg?v=1767194567\" alt=\"Antique Nickel\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eAntique Nickel\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Nickel')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-nickel.jpg?v=1767194567\" alt=\"Nickel\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eNickel\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"msp-swatch\" onclick=\"openSwatch(this, 'Wrinkle Black')\" style=\"opacity: 0.5;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/swatch-wrinkleblack.jpg?v=1767194567\" alt=\"Wrinkle Black\"\u003e\n        \u003cspan class=\"msp-swatch-label\"\u003eWrinkle Black\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"msp-note\"\u003e\u003cstrong style=\"color:#8cc63f;\"\u003eCurrently Available: Satin Black\u003c\/strong\u003e - Additional finishes coming soon! \u003ca href=\"https:\/\/www.midweststairparts.com\/pages\/ascension-iron-finishes\" style=\"color: #8cc63f;\"\u003eView all Ascension Iron Finishes →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Lightbox Container --\u003e\n  \u003cdiv class=\"msp-swatch-enlarged\" id=\"swatchLightbox\" onclick=\"closeSwatch()\"\u003e\n    \u003cspan class=\"msp-swatch-enlarged-close\"\u003e×\u003c\/span\u003e\n    \u003cimg id=\"swatchLightboxImg\" src=\"\" alt=\"\"\u003e\n    \u003cspan class=\"msp-swatch-enlarged-name\" id=\"swatchLightboxName\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Compatible Accessories Section --\u003e\n  \u003cdiv class=\"msp-section\"\u003e\n    \u003ch3 class=\"msp-section-title\"\u003eCompatible Iron Shoes\u003c\/h3\u003e\n    \u003cdiv class=\"msp-accessories-grid\"\u003e\n      \u003ca href=\"https:\/\/www.midweststairparts.com\/products\/sh900-flat-shoe-for-1-2-inch-square-iron-baluster\" class=\"msp-accessory-item\" style=\"text-decoration: none; color: inherit;\"\u003e\n        \u003cdiv class=\"msp-accessory-name\" style=\"color: #8cc63f;\"\u003eSH900 Flat Shoe →\u003c\/div\u003e\n        \u003cdiv class=\"msp-accessory-desc\"\u003eFor level surfaces \u0026amp; balconies\u003c\/div\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.midweststairparts.com\/products\/sh904-angled-shoe-for-1-2-inch-square-iron-baluster\" class=\"msp-accessory-item\" style=\"text-decoration: none; color: inherit;\"\u003e\n        \u003cdiv class=\"msp-accessory-name\" style=\"color: #8cc63f;\"\u003eSH904 Pitch Shoe →\u003c\/div\u003e\n        \u003cdiv class=\"msp-accessory-desc\"\u003eFor rake\/incline applications\u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Product Availability Section --\u003e\n  \u003cdiv class=\"msp-section\"\u003e\n    \u003ch3 class=\"msp-section-title\"\u003eAvailability\u003c\/h3\u003e\n    \u003cdiv style=\"background: #f0f7e6; padding: 15px 20px; border-radius: 8px; border-left: 4px solid #8cc63f;\"\u003e\n      \u003cspan style=\"font-size: 1.1em; color: #6ba32a; font-weight: 600;\"\u003e✓ In Stock - Satin Black\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction openSwatch(el, name) {\n  event.stopPropagation();\n  var img = el.querySelector('img').src;\n  document.getElementById('swatchLightboxImg').src = img;\n  document.getElementById('swatchLightboxName').textContent = name;\n  document.getElementById('swatchLightbox').classList.add('active');\n}\nfunction closeSwatch() {\n  document.getElementById('swatchLightbox').classList.remove('active');\n}\n\u003c\/script\u003e\n","brand":"Ascension Stair Parts","offers":[{"title":"Satin Black (STB)","offer_id":48659139428592,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0256\/6859\/files\/ironbal-t03-n-large.jpg?v=1767212289","url":"https:\/\/www.midweststairparts.com\/products\/t03-double-twist-iron-baluster","provider":"Midwest Stair Parts","version":"1.0","type":"link"}