{"product_id":"tube-expander","title":"Tube Expander","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d1.jpg?v=1763721740\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Ensure styles only affect these specific feature boxes *\/\n    .custom-feature-container {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 30px; \/* Increased gap between boxes *\/\n        justify-content: center;\n        max-width: 100%; \/* Align with full-width image *\/\n        margin: 0 auto; \/* Centering *\/\n    }\n\n    .custom-feature-box {\n        flex: 1 1 calc(33.33% - 30px); \/* Adjust width, account for gap *\/\n        max-width: 500px; \/* Ensuring consistency *\/\n        background-color: #fff;\n        border-radius: 8px;\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        overflow: hidden;\n        text-align: center;\n    }\n\n    .custom-feature-box img {\n        width: 100%;\n        height: 300px; \/* Slightly larger images *\/\n        object-fit: cover;\n        display: block;\n    }\n\n    .custom-feature-text {\n        background-color: #2EA438;\n        color: white;\n        padding: 14px;\n        font-weight: bold;\n        font-size: 16px;\n        text-transform: uppercase;\n    }\n\n    \/* Responsive adjustments for smaller screens *\/\n    @media (max-width: 1024px) {\n        .custom-feature-box {\n            flex: 1 1 calc(50% - 30px); \/* Two columns on tablets *\/\n        }\n    }\n\n    @media (max-width: 768px) {\n        .custom-feature-box {\n            flex: 1 1 100%; \/* Full width on smaller screens *\/\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-feature-container\"\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d2.jpg?v=1763721739\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eThickened connecting rod\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d3.jpg?v=1763721740\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eEffort saving spring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d4.jpg?v=1763721739\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003etwo-way design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d5.jpg?v=1763721740\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003eFEATURES\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Full-width container *\/\n    .new-feature-container {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        width: 100%;\n        margin: 20px 0 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    \/* Feature boxes - image touches right edge *\/\n    .new-feature-box {\n        display: flex;\n        align-items: center;\n        background-color: #fff;\n        border-radius: 8px;\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        padding: 0px 0 0px 20px;\n        width: 100%;\n        box-sizing: border-box;\n        overflow: hidden; \/* Ensures no shadow overlap *\/\n    }\n\n    \/* Text content - maintains left spacing *\/\n    .new-feature-text {\n        flex: 1;\n        min-width: 0;\n        padding-right: 15px; \/* Space between text and image *\/\n    }\n\n    .new-feature-text h3 {\n        color: #2EA438;\n        font-weight: bold;\n        font-size: 22px;\n        margin: 0;\n        text-transform: uppercase;\n    }\n\n    .new-feature-text p {\n        font-size: 16px;\n        color: #333;\n        margin: 5px 0 0;\n    }\n\n    \/* Image container - touches right edge *\/\n    .new-feature-image {\n        flex: 0 0 auto;\n        height: 100%;\n        margin-right: 0; \/* Remove all right margin *\/\n        align-self: stretch; \/* Full height *\/\n    }\n\n    .new-feature-image img {\n        height: 100%;\n        max-height: 250px;\n        width: auto;\n        display: block;\n        object-fit: contain;\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 1024px) {\n        .new-feature-image img {\n            max-height: 160px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .new-feature-container {\n            grid-template-columns: 1fr;\n            gap: 15px;\n            padding: 0 10px;\n        }\n        \n        .new-feature-box {\n            padding: 15px 0 15px 15px;\n        }\n        \n        .new-feature-image img {\n            max-height: 160px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .new-feature-box {\n            flex-direction: row;\n            padding: 12px 0 12px 12px;\n        }\n        \n        .new-feature-image img {\n            max-height: 120px;\n        }\n        \n        .new-feature-text h3 {\n            font-size: 24px;\n        }\n    }\n\n    @media (max-width: 360px) {\n        .new-feature-box {\n            flex-direction: column;\n            padding: 12px;\n        }\n        \n        .new-feature-image {\n            width: 100%;\n            margin-top: 10px;\n        }\n        \n        .new-feature-image img {\n            max-height: 100px;\n            width: 100%;\n            object-fit: contain;\n        }\n    }\n\u003c\/style\u003e\n\u003c!-- New Feature Boxes --\u003e\n\u003cdiv class=\"new-feature-container\"\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eCircular arc handle design\u003c\/h3\u003e\n\u003cp\u003eSave labor, easy to expand\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg alt=\"Built-in Filter\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d6.jpg?v=1763721739\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ewide application scope\u003c\/h3\u003e\n\u003cp\u003eAvailable for 6-22mm tubes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg alt=\"Large Oil Sight Glass\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-622_d7.jpg?v=1763721739\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: left; max-width: 80%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 80%; margin-left: 0;\"\u003e\n  \u003ctable style=\"width: 100%; border-collapse: collapse;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-622\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e\n          6mm, 8mm, 9mm, 10mm, 12mm, 16mm, 19mm, 22mm\u003cbr\u003e\n          1\/4\", 5\/16\", 3\/8\", 1\/2\", 5\/8\", 3\/4\", 7\/8\"\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n","brand":"My Store","offers":[{"title":"1\/4\" 5\/16\" 3\/8\" 1\/2\" 5\/8\" 3\/4\" 7\/8\"","offer_id":42704150331476,"sku":"ST-622","price":68.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-6221.jpg?v=1763721730","url":"https:\/\/superstars.com.my\/products\/tube-expander","provider":"Superstars Tools Malaysia Official","version":"1.0","type":"link"}