{"product_id":"roller-type-tube-cutter-st-650-copy","title":"Roller Type Tube Cutter ( ST650 \u0026 ST-670）","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-532_d1.jpg?v=1743676026\" 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-532_d2.jpg?v=1743676025\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eROLLER TYPE DESIGN\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-532_d3.jpg?v=1743676025\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALLOY STEEL BLADE\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-532_d4.jpg?v=1743676025\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALUMINUM ALLOY CUTTER BODY\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-532_d5.jpg?v=1743676025\" 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\u003eStreamlined body\u003c\/h3\u003e\n\u003cp\u003eCasting,strong and durable\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-532_d6.jpg?v=1743676025\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eALLOY STEEL BLADE\u003c\/h3\u003e\n\u003cp\u003eSharp and durable\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-532_d7.jpg?v=1743676025\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eHIGH PRECISION THREAD\u003c\/h3\u003e\n\u003cp\u003eTurn more smoothly\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg alt=\"All Brass Air Inlet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-532_d8.jpg?v=1743676025\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eKNOB WITH COVER\u003c\/h3\u003e\n\u003cp\u003eMore comfortable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg alt=\"High Performance Lithium Battery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-532_d9.jpg?v=1743676025\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cstyle\u003e\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: center;\n        margin-left: 0;\n    }\n    th, td {\n        padding: 5px;\n        border: 1px solid black;\n        text-align: center;\n        font-weight: normal;\n    }\n\u003c\/style\u003e\n\u003ctable border=\"1\" cellspacing=\"0\" cellpadding=\"5\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003cth\u003eItem No.\u003c\/th\u003e\n      \u003cth\u003eDescription\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eST-532\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 3\/16\" to 1-1\/4\" (5～32mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eST-650\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 1\/4\" to 2\" (6～50mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eST-670\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 1\/4\" to 2-3\/4\" (6～70mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"FOR 1\/4\" - 2\"","offer_id":42718419189844,"sku":null,"price":65.0,"currency_code":"MYR","in_stock":true},{"title":"FOR 1\/4“ - 2 3\/4”","offer_id":42718418665556,"sku":"ST-532","price":130.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-532_1.jpg?v=1743676025","url":"https:\/\/superstars.com.my\/products\/roller-type-tube-cutter-st-650-copy","provider":"Superstars Tools Malaysia Official","version":"1.0","type":"link"}