{"title":"All Products","description":"","products":[{"product_id":"air-cooled-vacuum-pump","title":"Air Cooled Vacuum Pump 8 CFM \u0026 15 CFM","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-FL8_d1.jpg?v=1743585948\" 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-FL8_d2.jpg?v=1743585947\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eOil Storage Tank (Condenser Type)\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-FL8_d3.jpg?v=1743585947\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eSplit-type Driver\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-FL8_d4.jpg?v=1743585947\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eIntegral Shield 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-FL8_d5.jpg?v=1743585949\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eOmnidirectional Thermovent\u003c\/h3\u003e\n\u003cp\u003eEffectively protect machine performance\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-FL8_d6.jpg?v=1743585947\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eLarge Oil Window Design\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-FL8_d7.jpg?v=1743585947\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eStraight Air inlet\u003c\/h3\u003e\n\u003cp\u003e1\/4\"，1\/2\"，3\/8\"，3\/8\"\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-FL8_d8.jpg?v=1743585947\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eExhaust Port \/ Refueling Port\u003c\/h3\u003e\n\u003cp\u003eStrong and durable\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-FL8_d9.jpg?v=1743585947\"\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\u003eST-FL8\u003c\/th\u003e\n      \u003cth\u003eST-FL15\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eFlow Rate\u003c\/td\u003e\n      \u003ctd\u003e8 CFM\u003c\/td\u003e\n      \u003ctd\u003e15 CFM\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e241 m³\/h\u003c\/td\u003e\n      \u003ctd\u003e425 m³\/h\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePole No.\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePower\u003c\/td\u003e\n      \u003ctd\u003e2Pa\u003c\/td\u003e\n      \u003ctd\u003e2Pa\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eInlet Port\u003c\/td\u003e\n      \u003ctd\u003e1\/4\", 1\/2\", 3\/8\", 3\/8\" flare\u003c\/td\u003e\n      \u003ctd\u003e1\/4\", 1\/2\", 3\/8\", 3\/8\" flare\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOil Capacity\u003c\/td\u003e\n      \u003ctd\u003e330 ml\u003c\/td\u003e\n      \u003ctd\u003e330 ml\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDimension\u003c\/td\u003e\n      \u003ctd\u003e388x214x288mm\u003c\/td\u003e\n      \u003ctd\u003e388x214x288mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWeight\u003c\/td\u003e\n      \u003ctd\u003e12.3 kgs\u003c\/td\u003e\n      \u003ctd\u003e12.3 kgs\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"8.0 CFM (  Dual Stage )","offer_id":42251148722260,"sku":"ST-FL8","price":2300.0,"currency_code":"MYR","in_stock":true},{"title":"15.0 CFM ( Dual Stage )","offer_id":42661549834324,"sku":null,"price":2850.0,"currency_code":"MYR","in_stock":true},{"title":"1\/2\" Vacuum Hose ( 3\/8\" x 1\/2\" Fitting)","offer_id":42271815467092,"sku":null,"price":205.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/AircooledvacuumpumpST-FL8_41f9c0fa-2f4a-4127-a7a2-6fb49d1d1527.jpg?v=1743581478"},{"product_id":"lithium-vacuum-pump-st-2bmc","title":"Lithium Vacuum Pump 2.5 CFM Dual Stages (ST-2BMC)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-2BMC_d1.jpg?v=1743587409\" 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-2BMC_d2.jpg?v=1743587409\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eHigh Performance Lithium Battery\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-2BMC_d3.jpg?v=1743587409\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBrushless Explosion-proof Motor\n\n\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-2BMC_d4.jpg?v=1743587408\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBall valve switch\n\n\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-2BMC_d5.jpg?v=1743587410\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBuilt-in filter\u003c\/h3\u003e\n\u003cp\u003eFilter oil mist, less pollution\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-2BMC_d6.jpg?v=1743587409\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eall brass air inlet\u003c\/h3\u003e\n\u003cp\u003eStrong 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-2BMC_d7.jpg?v=1743587408\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge oil sight glass\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-2BMC_d8.jpg?v=1743587408\"\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 performance lithium battery\u003c\/h3\u003e\n\u003cp\u003eSuitable for occasions without ac power\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-2BMC_d9.jpg?v=1743587408\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\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\u003eST-2BMC\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eFlow Rate\u003c\/td\u003e\n      \u003ctd\u003e2.5 CFM\u003cbr\u003e70 L\/MIN\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003c!-- Empty cell for the second rowspan cell --\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePole No.\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePower\u003c\/td\u003e\n      \u003ctd\u003e1\/4 HP\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eInlet Port\u003c\/td\u003e\n      \u003ctd\u003e1\/4\" flare\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOil Capacity\u003c\/td\u003e\n      \u003ctd\u003e240 ml\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDimension\u003c\/td\u003e\n      \u003ctd\u003e249.5×105×200mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWeight\u003c\/td\u003e\n      \u003ctd\u003e4 kgs\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLi-ion\u003c\/td\u003e\n      \u003ctd\u003e18V 5Ah\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41982262902868,"sku":"ST-2BMC","price":1500.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-2BMC_1.jpg?v=1743587409"},{"product_id":"lithium-vacuum-pump-st-4bmc","title":"Lithium Vacuum Pump 4.5 CFM Dual Stage (ST-4BMC)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-4BMC_d1.jpg?v=1743588247\" 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-4BMC_d2.jpg?v=1743588246\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eHigh Performance Lithium Battery\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-4BMC_d3.jpg?v=1743588246\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBrushless Explosion-proof Motor\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-4BMC_d4.jpg?v=1743588246\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBuilt-in high precision vacuum gauge\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-4BMC_d5.jpg?v=1743588247\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBuilt-in filter\u003c\/h3\u003e\n\u003cp\u003eFilter oil mist, less pollution\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-4BMC_d6.jpg?v=1743588246\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge oil sight glass\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-4BMC_d7.jpg?v=1743588246\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eall brass air inlet\u003c\/h3\u003e\n\u003cp\u003eStrong and durable\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-4BMC_d8.jpg?v=1743588246\"\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 performance lithium battery\u003c\/h3\u003e\n\u003cp\u003eSuitable for occasions without ac power\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-4BMC_d9.jpg?v=1743588246\"\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\u003eST-4BMC\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eFlow Rate\u003c\/td\u003e\n      \u003ctd\u003e4.5 CFM\u003cbr\u003e127 L\/MIN\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003c!-- Empty cell for the second rowspan cell --\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePole No.\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePower\u003c\/td\u003e\n      \u003ctd\u003e1\/4 HP\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eInlet Port\u003c\/td\u003e\n      \u003ctd\u003e1\/4\" \u0026amp; 3\/8\" Flare\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOil Capacity\u003c\/td\u003e\n      \u003ctd\u003e720 ml\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDimension\u003c\/td\u003e\n      \u003ctd\u003e363×128×276mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWeight\u003c\/td\u003e\n      \u003ctd\u003e6 kgs\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLi-ion\u003c\/td\u003e\n      \u003ctd\u003e18V 9Ah\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41982264868948,"sku":"ST-4BMC","price":1750.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-4BMC_1.jpg?v=1743588246"},{"product_id":"intelligent-vacuum-pump-st-2bm","title":"Intelligent Vacuum Pump (ST-2BM)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-2BM_d1.jpg?v=1743602496\" 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-2BM_d2.jpg?v=1743602495\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBrushless explosion-proof motor\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-2BM_d3.jpg?v=1743602495\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eintegrated cylinder\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-2BM_d4.jpg?v=1743602495\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBall valve switch\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-2BM_d5.jpg?v=1743602496\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBuilt-in filter\u003c\/h3\u003e\n\u003cp\u003eFilter oil mist, less pollution\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-2BM_d6.jpg?v=1743602495\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eall brass air inlet\u003c\/h3\u003e\n\u003cp\u003eStrong 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-2BM_d7.jpg?v=1743602495\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge oil sight glass\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-2BM_d8.jpg?v=1743602495\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eGrille thermovent\u003c\/h3\u003e\n\u003cp\u003eEffectively protect machine performance\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-2BM_d9.jpg?v=1743602495\"\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\u003eST-2BM\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eFlow Rate\u003c\/td\u003e\n      \u003ctd\u003e2.5 CFM\u003cbr\u003e71 L\/MIN\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003c!-- Empty cell for the second rowspan cell --\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePole No.\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePower\u003c\/td\u003e\n      \u003ctd\u003e1\/4 HP\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eInlet Port\u003c\/td\u003e\n      \u003ctd\u003e1\/4\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOil Capacity\u003c\/td\u003e\n      \u003ctd\u003e240 ml\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDimension\u003c\/td\u003e\n      \u003ctd\u003e215.5×105×200mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWeight\u003c\/td\u003e\n      \u003ctd\u003e3.5 kgs\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eVoltage\u003c\/td\u003e\n      \u003ctd\u003e220V 50\/60Hz\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41982385684564,"sku":"ST-2BM","price":420.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-2BM_1.jpg?v=1743602496"},{"product_id":"intelligent-vacuum-pump-st-4bm","title":"Intelligent Vacuum Pump Dual Stages (ST-4BM)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-4BM_d1.jpg?v=1743605630\" 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-4BM_d2.jpg?v=1743605629\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBuilt-in high precision vacuum gauge\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-4BM_d3.jpg?v=1743605629\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBrushless explosion-proof motor\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-4BM_d4.jpg?v=1743605629\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eintegrated cylinder\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-4BM_d5.jpg?v=1743605629\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBuilt-in filter\u003c\/h3\u003e\n\u003cp\u003eFilter oil mist, less pollution\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-4BM_d6.jpg?v=1743605629\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eall brass air inlet\u003c\/h3\u003e\n\u003cp\u003eStrong 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-4BM_d7.jpg?v=1743605629\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge oil sight glass\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-4BM_d8.jpg?v=1743605629\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eGrille thermovent\u003c\/h3\u003e\n\u003cp\u003eEffectively protect machine performance\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-4BM_d9.jpg?v=1743605629\"\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\u003eST-4BM\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eFlow Rate\u003c\/td\u003e\n      \u003ctd\u003e4.5 CFM\u003cbr\u003e127 L\/MIN\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003c!-- Empty cell for the second rowspan cell --\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePole No.\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePower\u003c\/td\u003e\n      \u003ctd\u003e1\/4 HP\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eInlet Port\u003c\/td\u003e\n      \u003ctd\u003e1\/4\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOil Capacity\u003c\/td\u003e\n      \u003ctd\u003e720 ml\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDimension\u003c\/td\u003e\n      \u003ctd\u003e290×128×276mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWeight\u003c\/td\u003e\n      \u003ctd\u003e5.3 kgs\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eVoltage\u003c\/td\u003e\n      \u003ctd\u003e220V 50\/60Hz\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"4.5 CFM Dual Stages","offer_id":42271648219220,"sku":"ST-4BM","price":700.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-4BM_1.jpg?v=1743605629"},{"product_id":"intelligent-vacuum-pump-st-8bm","title":"Intelligent Vacuum Pump Dual Stages   ( 6.5 CFM , 8.5CFM , 10.5CFM , 12.5FM )","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-8BM_d1.jpg?v=1743606091\" 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-8BM_d2.jpg?v=1743606090\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBuilt-in high precision vacuum gauge\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-8BM_d3.jpg?v=1743606090\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBrushless explosion-proof motor\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-8BM_d4.jpg?v=1743606090\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eintegrated cylinder\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-8BM_d5.jpg?v=1743606091\" 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\u003eBuilt-in filter\u003c\/h3\u003e\n\u003cp\u003eFilter oil mist, less pollution\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-8BM_d6.jpg?v=1743606090\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eall brass air inlet\u003c\/h3\u003e\n\u003cp\u003eStrong 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-8BM_d7.jpg?v=1743606090\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge oil sight glass\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-8BM_d8.jpg?v=1743606090\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eGrille thermovent\u003c\/h3\u003e\n\u003cp\u003eEffectively protect machine performance\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-8BM_d9.jpg?v=1743606090\"\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\u003eST-6BM\u003c\/th\u003e\n\u003cth\u003eST-8BM\u003c\/th\u003e\n\u003cth\u003eST-10BM\u003c\/th\u003e\n\u003cth\u003eST-12BM\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlow Rate\u003c\/td\u003e\n\u003ctd\u003e6.5 CFM\u003cbr\u003e184 L\/MIN\u003c\/td\u003e\n\u003ctd\u003e8.5 CFM\u003cbr\u003e241 L\/MIN\u003c\/td\u003e\n\u003ctd\u003e10.5 CFM\u003cbr\u003e297 L\/MIN\u003c\/td\u003e\n\u003ctd\u003e12.5 CFM\u003cbr\u003e354 L\/MIN\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole No.\u003c\/td\u003e\n\u003ctd\u003eDual Stages\u003c\/td\u003e\n\u003ctd\u003eDual Stages\u003c\/td\u003e\n\u003ctd\u003eDual Stages\u003c\/td\u003e\n\u003ctd\u003eDual Stages\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n\u003ctd\u003e15 microns\u003c\/td\u003e\n\u003ctd\u003e15 microns\u003c\/td\u003e\n\u003ctd\u003e15 microns\u003c\/td\u003e\n\u003ctd\u003e15 microns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInlet Port\u003c\/td\u003e\n\u003ctd\u003e1\/4\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n\u003ctd\u003e1\/4\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n\u003ctd\u003e1\/4\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n\u003ctd\u003e1\/4\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOil Capacity\u003c\/td\u003e\n\u003ctd\u003e600 ml\u003c\/td\u003e\n\u003ctd\u003e600 ml\u003c\/td\u003e\n\u003ctd\u003e600 ml\u003c\/td\u003e\n\u003ctd\u003e600 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimension\u003c\/td\u003e\n\u003ctd\u003e349×139×333mm\u003c\/td\u003e\n\u003ctd\u003e349×139×333mm\u003c\/td\u003e\n\u003ctd\u003e349×139×333mm\u003c\/td\u003e\n\u003ctd\u003e349×139×333mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e11 kgs\u003c\/td\u003e\n\u003ctd\u003e11 kgs\u003c\/td\u003e\n\u003ctd\u003e11 kgs\u003c\/td\u003e\n\u003ctd\u003e11 kgs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd colspan=\"4\"\u003e220V 50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"6.5 CFM Dual Stages","offer_id":42271651856468,"sku":null,"price":960.0,"currency_code":"MYR","in_stock":true},{"title":"8.5 CFM Dual Stages","offer_id":42271643205716,"sku":"ST-8BM-1","price":1200.0,"currency_code":"MYR","in_stock":true},{"title":"10.5 CFM Dual Stages","offer_id":42271643238484,"sku":"ST-8BM-2","price":1580.0,"currency_code":"MYR","in_stock":true},{"title":"12.5 CFM Dual Stages","offer_id":42271643271252,"sku":"ST-8BM-3","price":1880.0,"currency_code":"MYR","in_stock":true},{"title":"Vacuum Hose  1\/2inch ( 3\/8\" x 1\/2\" fitting)","offer_id":42271933300820,"sku":null,"price":205.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-8BM_1.jpg?v=1743606090"},{"product_id":"intelligent-vacuum-pump-st-15bm","title":"Intelligent Vacuum Pump 15 CFM Dual Stages (ST-15BM)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-15BM_d1.jpg?v=1743607730\" 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-15BM_d2.jpg?v=1743607729\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eINTELLIGENT motor\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-15BM_d3.jpg?v=1743607729\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eOverall double steel structure\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-15BM_d4.jpg?v=1743607729\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003egas ballast valve\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-15BM_d5.jpg?v=1743607729\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBuilt-in filter\u003c\/h3\u003e\n\u003cp\u003eFilter oil mist, less pollution\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-15BM_d6.jpg?v=1743607729\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eall brass air inlet\u003c\/h3\u003e\n\u003cp\u003eStrong 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-15BM_d7.jpg?v=1743607729\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge oil sight glass\u003c\/h3\u003e\n\u003cp\u003ePrevent oil shortage, refueling in time\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-15BM_d8.jpg?v=1743607728\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eGrille thermovent\u003c\/h3\u003e\n\u003cp\u003eEffectively protect machine performance\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-15BM_d9.jpg?v=1743607728\"\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\u003eST-15BM\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eFlow Rate\u003c\/td\u003e\n      \u003ctd\u003e15 CFM\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e25 m³\/h\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePole No.\u003c\/td\u003e\n      \u003ctd\u003eDual Stages\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUltimate Vac.\u003c\/td\u003e\n      \u003ctd\u003e15 microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eInlet Port\u003c\/td\u003e\n      \u003ctd\u003e1\/4\", 5\/16\" \u0026amp; 3\/8\" flare\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOil Capacity\u003c\/td\u003e\n      \u003ctd\u003e1100 ml\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDimension\u003c\/td\u003e\n      \u003ctd\u003e407×161×334mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWeight\u003c\/td\u003e\n      \u003ctd\u003e14.2 kgs\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eVoltage\u003c\/td\u003e\n      \u003ctd\u003e220V 50\/60Hz\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Intelligent Vacuum Pump Dual Stages 15 CFM","offer_id":42271927926868,"sku":"ST-15BM-1","price":2400.0,"currency_code":"MYR","in_stock":true},{"title":"Vacuum Hose  1\/2inch ( 3\/8\" x 1\/2\" fitting)","offer_id":42271927959636,"sku":"ST-15BM-2","price":205.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-15BM_1.jpg?v=1743607729"},{"product_id":"digital-vacuum-meter","title":"Digital Vacuum Meter","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-VG90_d1.jpg?v=1743672374\" 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-VG90_d2.jpg?v=1743672373\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLARGE DIGITAL LCD DISPLAY\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-VG90_d3.jpg?v=1743672374\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eSensitive buttons\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-VG90_d4.jpg?v=1743672373\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003e7\/16\"-20UNF CONNECTION\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-VG90_d5.jpg?v=1743672374\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBuzzer alarm\u003c\/h3\u003e\n\u003cp\u003eInstantaneous response\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-VG90_d6.jpg?v=1743672374\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eConvenient design\u003c\/h3\u003e\n\u003cp\u003eCompact tool kit, easy to carry\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-VG90_d7.jpg?v=1743672374\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eextension joint\u003c\/h3\u003e\n\u003cp\u003eMeet different demands\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-VG90_d8.jpg?v=1743672374\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eIntelligent low power consumption\u003c\/h3\u003e\n\u003cp\u003eCan be used for 3-6 months\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-VG90_d9.jpg?v=1743672374\"\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\u003eRange\u003c\/th\u003e\n      \u003ctd\u003e99,999 Pa ~ 0.1 Pa\u003cbr\u003e740,000 ~ 0.75 Micron\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eAccuracy\u003c\/th\u003e\n      \u003ctd\u003e0.1 Pa ~ 1000 Pa\u003cbr\u003eReading ±5% (at 20℃)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eResolution\u003c\/th\u003e\n      \u003ctd\u003e\n        0.1 Pa (\u0026lt;10 Pa)\u003cbr\u003e\n        1 Pa (\u0026lt;100 Pa)\u003cbr\u003e\n        10 Pa (\u0026lt;1000 Pa)\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eUnit\u003c\/th\u003e\n      \u003ctd\u003ePa, mBar, mmHg, mTorr, InHg, Microns\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eBattery life\u003c\/th\u003e\n      \u003ctd\u003e40 hours (3×AA battery)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaximum overload pressure\u003c\/th\u003e\n      \u003ctd\u003e0.5 MPa \/ 72 PSI\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eOperating temperature\u003c\/th\u003e\n      \u003ctd\u003e-5~50℃ (-23~122℉)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eBuzzer alarm\u003c\/th\u003e\n      \u003ctd\u003e90 dB, shut down after 10 seconds\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eInlet port\u003c\/th\u003e\n      \u003ctd\u003e7\/16\"~20 UNF (1\/4\" SAE)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41983870795860,"sku":"ST-VG90","price":435.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-VG90_1.jpg?v=1743672374"},{"product_id":"digital-recovery-unit","title":"Digital Recovery Unit","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-520D_d1.jpg?v=1743672777\" 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-520D_d2.jpg?v=1743672776\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eDIGITAL DISPLAY\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-520D_d3.jpg?v=1743672776\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eCopper joint\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-520D_d4.jpg?v=1743672776\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eIntelligent recycling\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-520D_d5.jpg?v=1743672777\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eRear windowing design\u003c\/h3\u003e\n\u003cp\u003eHeat dissipation fast and running stable\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-520D_d6.jpg?v=1743672777\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eSelf clearing function\u003c\/h3\u003e\n\u003cp\u003ePrevent mixing of different refrigerants\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-520D_d7.jpg?v=1743672776\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eONE BUTTON OPERATION\u003c\/h3\u003e\n\u003cp\u003eOperation easily convenient\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-520D_d8.jpg?v=1743672776\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003econvenient carry\u003c\/h3\u003e\n\u003cp\u003eSmall size, weight light\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-520D_d9.jpg?v=1743672776\"\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      \u003ctd\u003eST-520D\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSuitable refrigerant gas\u003c\/th\u003e\n      \u003ctd style=\"text-align: left; padding-left: 20px;\"\u003e\n        \u003cp\u003eⅢ series: R12, R134a, R401C, R406A, R500, 1234YF\u003c\/p\u003e\n        \u003cp\u003eⅣ series: R22, R401A\/B, R402B, R407C\/D, R408A, R409A, R411A\/B, R412A, R502, R509\u003c\/p\u003e\n        \u003cp\u003eⅤ series: R402A, R404A, R407A\/B, R410A, R507, R32\u003c\/p\u003e\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eCylinder quantity\u003c\/th\u003e\n      \u003ctd\u003e2 cylinder\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003ePower supply\u003c\/th\u003e\n      \u003ctd\u003e220V-240V, 50\/60Hz\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMotor\u003c\/th\u003e\n      \u003ctd\u003e750W (1HP)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSpeed of revolution\u003c\/th\u003e\n      \u003ctd\u003e2500 RPM\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eElectric current\u003c\/th\u003e\n      \u003ctd\u003e220V: 6A\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eCompressor\u003c\/th\u003e\n      \u003ctd\u003eNo oil lubricate, Forced air cooling, Piston type\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eHigh pressure protection\u003c\/th\u003e\n      \u003ctd\u003e38.5 bar \/ 3850 kPa (558 psi)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eOperating temperature\u003c\/th\u003e\n      \u003ctd\u003e0℃～40℃ \/ 32℉～104℉\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eDimensions\u003c\/th\u003e\n      \u003ctd\u003e375×250×320 mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eNet weight\u003c\/th\u003e\n      \u003ctd\u003e10 kg\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41983881904212,"sku":"ST-520D","price":3100.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-520D_1.jpg?v=1743672777"},{"product_id":"roller-type-tube-cutter-st-319","title":"Roller Type Tube Cutter (ST-319)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-319_d1.jpg?v=1743673534\" 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-319_d2.jpg?v=1743673533\"\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-319_d3.jpg?v=1743673533\"\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-319_d4.jpg?v=1743673533\"\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-319_d5.jpg?v=1743673534\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eIntegrated 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-319_d6.jpg?v=1743673533\"\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=\"Large Oil Sight Glass\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-319_d7.jpg?v=1743673533\"\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,use for different pipes\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-319_d8.jpg?v=1743673533\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eTriangle type knob\u003c\/h3\u003e\n\u003cp\u003eConform to artificial engineering,Feel better\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-319_d9.jpg?v=1743673533\"\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-319\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 1\/8\" to 3\/4\" (3～19mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41983898058836,"sku":"ST-319","price":25.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-319_1.jpg?v=1743673534"},{"product_id":"roller-type-tube-cutter-st-428","title":"Roller Type Tube Cutter (ST-428)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-428_d1.jpg?v=1743673873\" 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-428_d2.jpg?v=1743673872\"\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-428_d3.jpg?v=1743673872\"\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-428_d4.jpg?v=1743673872\"\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-428_d5.jpg?v=1743673873\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eIntegrated 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-428_d6.jpg?v=1743673872\"\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=\"Large Oil Sight Glass\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-428_d7.jpg?v=1743673872\"\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,use for different pipes\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-428_d8.jpg?v=1743673872\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eTriangle type knob\u003c\/h3\u003e\n\u003cp\u003eConform to artificial engineering,Feel better\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-428_d9.jpg?v=1743673872\"\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: 8px;\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 width=\"50%\"\u003eItem No.\u003c\/th\u003e\n      \u003cth width=\"50%\"\u003eDescription\u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eST-428\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 3\/16\" to 1-1\/8\" (4～28mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41983902711892,"sku":"ST-428","price":38.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-428_1.jpg?v=1743673873"},{"product_id":"roller-type-tube-cutter-st-532","title":"Roller Type Tube Cutter (ST-532)","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":"Default Title","offer_id":41983905333332,"sku":"ST-532","price":52.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"},{"product_id":"smart-spring-tube-cutter-st-432s","title":"Smart Spring Tube Cutter (ST-432S)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-432S_d1.jpg?v=1743676500\" 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-432S_d2.jpg?v=1743676499\"\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-432S_d3.jpg?v=1743676499\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ebender spring 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-432S_d4.jpg?v=1743676499\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALLOY STEEL BLADE\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-432S_d5.jpg?v=1743676499\" 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\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\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\u003eBALL BEARING DESIGN\u003c\/h3\u003e\n\u003cp\u003eCraftsmanship\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-432S_d6.jpg?v=1743676499\"\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=\"Large Oil Sight Glass\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-432S_d7.jpg?v=1743676499\"\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=\"All Brass Air Inlet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-432S_d8.jpg?v=1743676499\"\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-432S_d9.jpg?v=1743676499\"\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-432S\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 3\/16\" to 1-1\/4\" (4～32mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41984215908436,"sku":"ST-432S","price":66.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-432S_1.jpg?v=1743676499"},{"product_id":"smart-spring-tube-cutter-st-532s","title":"Smart Spring Tube Cutter (ST-532S)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-532S_d1.jpg?v=1743691704\" 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-532S_d2.jpg?v=1743691703\"\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-532S_d3.jpg?v=1743691703\"\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-532S_d4.jpg?v=1743691703\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ebender spring 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-532S_d5.jpg?v=1743691704\" 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\u003eBALL BEARING DESIGN\u003c\/h3\u003e\n\u003cp\u003eCraftsmanship\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-532S_d6.jpg?v=1743691703\"\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-532S_d7.jpg?v=1743691703\"\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-532S_d8.jpg?v=1743691703\"\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-532S_d9.jpg?v=1743691703\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003ePRODUCT SPECIFICATIONS\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-532S\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 3\/16\" to 1-1\/4\" (5～32mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41984217153620,"sku":"ST-532S","price":68.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-532S_1.jpg?v=1743691704"},{"product_id":"smart-spring-tube-cutter-st-650s","title":"Smart Spring Tube Cutter (ST-650S)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-650S_d1.jpg?v=1743730631\" 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-650S_d2.jpg?v=1743730630\"\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-650S_d3.jpg?v=1743730630\"\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-650S_d4.jpg?v=1743730630\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ebender spring 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-650S_d5.jpg?v=1743730630\" 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\u003eBALL BEARING DESIGN\u003c\/h3\u003e\n\u003cp\u003eCraftsmanship\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-650S_d6.jpg?v=1743730630\"\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-650S_d7.jpg?v=1743730630\"\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-650S_d8.jpg?v=1743730630\"\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-650S_d9.jpg?v=1743730630\"\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        font-family: Arial, Helvetica, sans-serif;\n        color: #000000;\n        font-size: 16px;\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-650S\u003c\/td\u003e\n      \u003ctd\u003eFor Φ 1\/4\" to 2\" (6～50mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41985273135188,"sku":"ST-650S","price":95.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-650S_1.jpg?v=1743730631"},{"product_id":"li-battery-flaring-tool-st-e800a","title":"Li-battery Flaring Tool (ST-E800A)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-E800A_d1.jpg?v=1743731541\" 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-E800A_d2.jpg?v=1743731540\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ePatented, fast clamping mechanism\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-E800A_d3.jpg?v=1743731540\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003edurable Titanium-plated cone\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-E800A_d4.jpg?v=1743731540\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eTurbine rod deceleration, smooth drive\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-E800A_d5.jpg?v=1743731541\" 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\u003eBuilt-in high power battery\u003c\/h3\u003e\n\u003cp\u003eLonger battery life\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-E800A_d6.jpg?v=1743731540\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eTube limit plate design\u003c\/h3\u003e\n\u003cp\u003eEnsure consistent size\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-E800A_d7.jpg?v=1743731540\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eEquipped with LED lighting\u003c\/h3\u003e\n\u003cp\u003eSuitable for tube flaring in dark environment\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-E800A_d8.jpg?v=1743731540\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eStart button\u003c\/h3\u003e\n\u003cp\u003eOne click operation, automatic tube flaring\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-E800A_d9.jpg?v=1743731540\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cstyle\u003e\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-left: 0;\n    }\n    .specs-table th, .specs-table td {\n        padding: 8px;\n        border: 1px solid black;\n        font-weight: normal;\n    }\n    .specs-table td:first-child {\n        text-align: left;\n        width: 40%;\n    }\n    .specs-table td:last-child {\n        text-align: center;\n        width: 60%;\n    }\n\u003c\/style\u003e\n\u003ctable class=\"specs-table\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eModel\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003eST-E800A\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eExternal Dimensions\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e245×114×102mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd rowspan=\"2\"\u003eSpecification\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e1\/4\", 3\/8\", 1\/2\", 5\/8\"(16mm), 3\/4\"(19mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd colspan=\"2\"\u003eOptional flaring clamps: 6mm, 8mm(5\/16\"), 10mm, 12mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePipe Expansion Shape\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e45° Flaring\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eNominal Voltage\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e11.1V\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eCapacity\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e2200MAH\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePipe Expansion Frequency\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e5\/8\" copper 135 times (full power)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eCharging Time\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003eAbout 100 minutes\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eTemperature\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e5℃-40℃\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41985292927060,"sku":"ST-E800A","price":1180.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-E800A_1.jpg?v=1743731540"},{"product_id":"eccentric-cone-type-flaring-tool-st-519ft","title":"Eccentric Cone Type Flaring Tool (ST-519FT)","description":"\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      \u003ctd colspan=\"2\"\u003eDescription\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eST-519FT\u003c\/td\u003e\n      \u003ctd colspan=\"2\"\u003e1\/4\", 3\/8\", 1\/2\", 5\/8\"(16mm), 3\/4\"(19mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd colspan=\"3\"\u003e5\/16\"(8mm), 6mm, 9mm, 10mm, 12mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41985309605972,"sku":"ST-519FT","price":735.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-519FT_1.jpg?v=1743731905"},{"product_id":"eccentric-cone-flaring-tool-st-806a","title":"Eccentric Cone Flaring Tool (ST-806A)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-806A_d1.jpg?v=1743732186\" 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-806A_d2.jpg?v=1743732186\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLimited piece on clamp\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-806A_d3.jpg?v=1743732185\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eSteel ball positioning\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-806A_d4.jpg?v=1743732185\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eHigh strength forged aluminium 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-806A_d5.jpg?v=1743732186\" 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\u003eEccentric cone\u003c\/h3\u003e\n\u003cp\u003eSimple to operate\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-806A_d6.jpg?v=1743732185\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eLight clamp\u003c\/h3\u003e\n\u003cp\u003eHigh strength forged aluminium clamp\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-806A_d7.jpg?v=1743732186\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eSuit for more sizes of tubes\u003c\/h3\u003e\n\u003cp\u003eBasically meet 90% of the pipe flaring requirements\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-806A_d8.jpg?v=1743732185\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eRing riveted clamp\u003c\/h3\u003e\n\u003cp\u003eMake perfect flare and in good position\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-806A_d9.jpg?v=1743732185\"\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-806A\u003c\/td\u003e\n      \u003ctd\u003eFor inch: 1\/4\", 5\/16\", 3\/8\", 1\/2\", 5\/8\", 3\/4\"\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eST-806FT-L\u003c\/td\u003e\n      \u003ctd\u003eST-806+ST-532+ST-207 (For inch and metric: 1\/4\", 5\/16\", 3\/8\", 1\/2\", 5\/8\", 3\/4\" \u0026amp; 6,9,10,12,16,19mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"ST-806A Only","offer_id":42251119132756,"sku":"ST-806A-1","price":205.0,"currency_code":"MYR","in_stock":true},{"title":"Full Set - ST-806+ST-532+ST207","offer_id":42251119165524,"sku":"ST-806A-2","price":335.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-806A_1.jpg?v=1743732186"},{"product_id":"ratchet-eccentric-cone-type-flaring-tool","title":"Ratchet Eccentric Cone Type Flaring Tool (ST-R806A)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-R806_d1.jpg?v=1743734988\" 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-R806_d2.jpg?v=1743734987\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eratchet flaring\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-R806_d3.jpg?v=1743734987\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eHigh strength forged aluminium body\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-R806_d4.jpg?v=1743734987\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003estandard flare position limited\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-R806_d5.jpg?v=1743734988\" 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\u003eEccentric cone\u003c\/h3\u003e\n\u003cp\u003eSimple to operate\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-R806_d6.jpg?v=1743734988\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eSteel ball positioning\u003c\/h3\u003e\n\u003cp\u003eStandard position limited, make accurate flare\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-R806_d7.jpg?v=1743734988\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eCan be uesd with electric drill\u003c\/h3\u003e\n\u003cp\u003eConvenient for use, easy to make flare\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-R806_d8.jpg?v=1743734987\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eSuit for more sizes of tubes\u003c\/h3\u003e\n\u003cp\u003eBasically meet 90% of the pipe flaring requirements\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-R806_d9.jpg?v=1743734987\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"25%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd valign=\"middle\" colspan=\"2\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"25%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-R806A\u003c\/td\u003e\n        \u003ctd width=\"75%\" valign=\"middle\" colspan=\"2\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eFor inch: 1\/4\", 5\/16\", 3\/8\", 1\/2\", 5\/8\", 3\/4\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"25%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-R806FT-L\u003c\/td\u003e\n        \u003ctd width=\"75%\" valign=\"middle\" colspan=\"2\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-R806+ST-532+ST-207 (For inch and metric: 1\/4\", 5\/16\", 3\/8\", 1\/2\", 5\/8\", 3\/4\" \u0026amp; 6,9,10,12,16,19mm)\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"ST-R806A Only","offer_id":42271687671892,"sku":"ST-R806","price":325.0,"currency_code":"MYR","in_stock":true},{"title":"Full Set - ST-R806 + ST-532 + ST-207","offer_id":42271687704660,"sku":"ST-R807","price":435.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-R806_1.jpg?v=1743734987"},{"product_id":"li-battery-tube-expander","title":"Li-battery Tube Expander","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-E300_d1.jpg?v=1763725568\" 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-E300_d2.jpg?v=1763725567\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eHigh-hardness expanded pin\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-E300_d3.jpg?v=1763725567\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLi-battery drive\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-E300_d4.jpg?v=1763725567\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAlloy expander heads\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-E300_d5.jpg?v=1763725567\" 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\u003estart button\u003c\/h3\u003e\n\u003cp\u003eOne click operation,automatic tube flaring\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-E300_d6.jpg?v=1763725566\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eBuilt-in high power battery\u003c\/h3\u003e\n\u003cp\u003eLonger battery life\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-E300_d7.jpg?v=1763725566\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eEquipped with LED lighting\u003c\/h3\u003e\n\u003cp\u003eSuitable for tube expanding in dark environment\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-E300_d8.jpg?v=1763725566\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eMulti-specification alloy expander heads\u003c\/h3\u003e\n\u003cp\u003eMultiple sizes to meet operational requirements\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-E300_d9.jpg?v=1763725566\"\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=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"67%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\" colspan=\"2\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-E300AL\u003c\/td\u003e\n        \u003ctd width=\"67%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\" colspan=\"2\"\u003eFor Inch: 3\/8\",1\/2\",5\/8\",3\/4\",7\/8\",1\",1-1\/8\",1-1\/4\",1-3\/8\",1-1\/2\" \u0026amp; 1-5\/8\" O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41985463648340,"sku":"ST-E300","price":1800.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-E3001.jpg?v=1763725558"},{"product_id":"hydraulic-tube-expander","title":"Hydraulic Tube Expander (ST-300AL)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-300_d1.jpg?v=1743735839\" 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-300_d2.jpg?v=1743735838\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALUMINUM BODY\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-300_d3.jpg?v=1743735838\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAutomatic spring return\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-300_d4.jpg?v=1743735837\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eARC HANDLE\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-300_d5.jpg?v=1743735838\" 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\u003eThe gun type design\u003c\/h3\u003e\n\u003cp\u003eSingle-hand operation and efficient\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-300_d6.jpg?v=1743735837\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003esoft rubber handle\u003c\/h3\u003e\n\u003cp\u003eNon-slip handle, comfortable grip\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-300_d7.jpg?v=1743735837\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003efall protection safety hole\u003c\/h3\u003e\n\u003cp\u003ePrevent falling, injuring pedestrians\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-300_d8.jpg?v=1743735837\"\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 expander heads\u003c\/h3\u003e\n\u003cp\u003eMultiple sizes to meet operational requirements\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-300_d9.jpg?v=1743735837\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 97.8571%; height: 223px;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\" style=\"height: 19.5938px;\"\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003eItem No.\u003c\/td\u003e\n\u003ctd valign=\"middle\" colspan=\"2\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 66.6071%;\"\u003eDescription\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.2143%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003e\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.2143%;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 78.375px;\"\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 78.375px; width: 33.3929%;\"\u003eST-300AL\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 78.375px; width: 33.3929%;\"\u003eST-300AL+ST-650+ST-207\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 78.375px; width: 33.2143%;\"\u003eFor Inch: 3\/8\",1\/2\",5\/8\",3\/4\",7\/8\",1\",1-1\/8\",1-1\/4\",1-3\/8\",1-1\/2\" \u0026amp; 1-5\/8\" O.D.Tubing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.3929%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; height: 19.5938px; width: 33.2143%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"ST-300A + ST-650 + ST-207 + Tool Box","offer_id":42271720308820,"sku":"ST-R806","price":1150.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-300_1.jpg?v=1743735838"},{"product_id":"lever-tube-expander","title":"Lever Tube Expander","description":"\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d1.jpg?v=1743828068\" alt=\"\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d2.jpg?v=1743828066%22\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAlloy expander head\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d3.jpg?v=1743828067\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALUMINUM BODY\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d4.jpg?v=1743828067\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eThickened connecting rod\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 style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d5.jpg?v=1743828067\" alt=\"\"\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\u003eThe gun type design\u003c\/h3\u003e\n\u003cp\u003eMore labor-saving and efficient\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d6.jpg?v=1743828066\" alt=\"Built-in Filter\"\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 expander pin\u003c\/h3\u003e\n\u003cp\u003ePrecision work,solid and durable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d7.jpg?v=1743828066\" alt=\"Large Oil Sight Glass\"\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 expander head\u003c\/h3\u003e\n\u003cp\u003eMultiple sizes to meet operational requirements\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d8.jpg?v=1743828066\" alt=\"All Brass Air Inlet\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eFully enclosed soft rubber handle\u003c\/h3\u003e\n\u003cp\u003eNon-slip handle, comfortable grip\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_d9.jpg?v=1743828066\" alt=\"High Performance Lithium Battery\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 80%;\"\u003e\n\u003ctable height=\"141\" style=\"border-collapse: collapse; width: 97.7679%;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003eItem No.\u003c\/td\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 66.6667%;\" colspan=\"2\" valign=\"middle\"\u003eDescription\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003eST-100A\u003c\/td\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003eST-100A+ST-532\u003c\/td\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003eFor Inch: 3\/8\",1\/2\",5\/8\",3\/4\",7\/8\",1\",1-1\/8\" O.D.Tubing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"word-break: break-all; text-align: center; border: 1px solid rgb(221, 221, 221); padding: 8px; width: 33.3333%;\" valign=\"middle\" width=\"33%\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"ST-100A + ST-532 + Tool Box","offer_id":42251138400340,"sku":"ST-100","price":520.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-100_1.jpg?v=1743828067"},{"product_id":"li-battery-tube-bender","title":"Li-battery Tube Bender","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-E999_d1.jpg?v=1743927396\" 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-E999_d2.jpg?v=1743927395\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLi-battery drive\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-E999_d3.jpg?v=1743927395\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003e7-in-1 bend block\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-E999_d4.jpg?v=1743927395\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAluninum bender wheel\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-E999_d5.jpg?v=1743927396\" 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\u003eErgonomic design\u003c\/h3\u003e\n\u003cp\u003eSuit for one hand operation\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-E999_d6.jpg?v=1743927395\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eStrengthen body and frame\u003c\/h3\u003e\n\u003cp\u003eSolid 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-E999_d7.jpg?v=1743927395\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eQuick installation of bender former and universal cross\u003c\/h3\u003e\n\u003cp\u003eEasy loading and unloading, saving time and effort\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-E999_d8.jpg?v=1743927395\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eBuilt-in high power battery\u003c\/h3\u003e\n\u003cp\u003eLonger battery life\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-E999_d9.jpg?v=1743927395\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd valign=\"middle\" colspan=\"2\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-E999\u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          1\/4\"(6mm), 5\/16\"(8mm), 3\/8\"(10mm),1\/2\"(12mm), 5\/8\"(16mm), 3\/4\"(19mm), 7\/8\"(22mm)\n        \u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" rowspan=\"2\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          In blow-mold carrying case\u003cbr\u003eAluminum wheel\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-E999L\u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          1\/4\"(6mm), 5\/16\"(8mm), 3\/8\"(10mm),1\/2\"(12mm), 5\/8\"(16mm), 3\/4\"(19mm), 7\/8\"(22mm),\u003cbr\u003e\n          1\"(25mm), 1-1\/4\"(32mm)\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41989869699156,"sku":"ST-E999","price":2150.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-E999_1.jpg?v=1743927396"},{"product_id":"hydraulic-tube-bender","title":"Hydraulic Tube Bender","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-Y999_d1.jpg?v=1743952535\" 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-Y999_d2.jpg?v=1743952534\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eFlexible switch\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-Y999_d3.jpg?v=1743952534\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAluninum bender wheel\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-Y999_d4.jpg?v=1743952534\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ealuminum 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-Y999_d5.jpg?v=1743952535\" 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\u003eErgonomic design\u003c\/h3\u003e\n\u003cp\u003eSuit for one Hand Operation\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-Y999_d6.jpg?v=1743952534\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eStrengthen body and frame\u003c\/h3\u003e\n\u003cp\u003eSolid 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-Y999_d7.jpg?v=1743952534\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eMulti sizes aluminum wheel\u003c\/h3\u003e\n\u003cp\u003eMeet a variety of size requirements\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-Y999_d8.jpg?v=1743952534\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eHydraulic power\u003c\/h3\u003e\n\u003cp\u003eEasy and labor-saving, convenient and fast\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-Y999_d9.jpg?v=1743952534\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eSpecifications\u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eFeatures\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-Y999\u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          1\/4\"(6mm),5\/16\"(8mm),3\/8\"(10mm),1\/2\"(12mm),\u003cbr\u003e\n          5\/8\"(16mm),3\/4\"(19mm),7\/8\"(22mm)\n        \u003c\/td\u003e\n        \u003ctd width=\"33%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          In blow-mold carrying case\u003cbr\u003e\n          Aluminum wheel\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41990329368660,"sku":"ST-Y999","price":1000.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-Y999_1.jpg?v=1743952534"},{"product_id":"90-pipe-bender-set","title":"90°Pipe Bender Set","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-R999_d1.jpg?v=1743987935\" 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-R999_d2.jpg?v=1743987934\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eobverse bending 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-R999_d3.jpg?v=1743987934\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ereverse bending 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-R999_d4.jpg?v=1743987934\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003emulti size bending wheels\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-R999_d5.jpg?v=1743987934\" 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\u003eStructure of pure aluminium\u003c\/h3\u003e\n\u003cp\u003eLight 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-R999_d6.jpg?v=1743987934\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eThickened holder\u003c\/h3\u003e\n\u003cp\u003eDurable and hard, not easy to break\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-R999_d7.jpg?v=1743987934\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003einch bending wheel\u003c\/h3\u003e\n\u003cp\u003eComplete specifications replacement as needed\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-R999_d8.jpg?v=1743987934\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eone-handed performance\u003c\/h3\u003e\n\u003cp\u003eEasily to bend the pipe with one hand\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-R999_d9.jpg?v=1743987934\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"195\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd valign=\"middle\" rowspan=\"1\" colspan=\"3\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"195\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\" rowspan=\"2\"\u003eST-R999\u003c\/td\u003e\n        \u003ctd width=\"195\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\" rowspan=\"2\"\u003eST-R999+ST-207\u003c\/td\u003e\n        \u003ctd width=\"195\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          For inch: 1\/4\",5\/16\",3\/8\",1\/2\",5\/8\",3\/4\",7\/8\" O.D.Tubing\n        \u003c\/td\u003e\n        \u003ctd width=\"195\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\" rowspan=\"2\"\u003e\n          In blow-mold carrying case.\u003cbr\u003eAluminum wheel\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"195\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\n          For metric: 6,8,10,12,16,19,22mm O.D.Tubing\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41991097614420,"sku":"ST-R999","price":1000.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-R999_1.jpg?v=1743987934"},{"product_id":"180-tube-bender-st-612","title":"180°Tube Bender 3 IN 1 - 1\/4\", 3\/8\" 1\/2\" (ST-612)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-612_d1.jpg?v=1743988336\" 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-612_d2.jpg?v=1743988335\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eClear size dial\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-612_d3.jpg?v=1743988335\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBENDER CURVE GROOVE\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-612_d4.jpg?v=1743988335\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAdjustable hook\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-612_d5.jpg?v=1743988336\" 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\u003eClear size dial\u003c\/h3\u003e\n\u003cp\u003eMore accurate bend angle\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-612_d6.jpg?v=1743988335\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eThicken connecting rod\u003c\/h3\u003e\n\u003cp\u003eDurable and hard, not easy to break\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-612_d7.jpg?v=1743988335\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eNon-slip rubber handle\u003c\/h3\u003e\n\u003cp\u003eComfortable feeling and saves effort\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-612_d8.jpg?v=1743988335\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003e3-in-1 DESIGN\u003c\/h3\u003e\n\u003cp\u003eMeet various size requirements\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-612_d9.jpg?v=1743988335\"\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; font-family: Barlow-Medium; color: #333; margin-bottom: 16px;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; font-family: Barlow-Medium;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 2px solid #ddd; padding: 12px; color: #757575; font-size: 18px;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 2px solid #ddd; padding: 12px; color: #757575; font-size: 18px;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 1px solid #eee; padding: 12px; color: #757575; font-size: 18px;\"\u003eST-612A\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 1px solid #eee; padding: 12px; color: #757575; font-size: 18px;\"\u003eFor 1\/4\", 3\/8\", 1\/2\" O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41991104036948,"sku":"ST-612","price":95.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-612_1.jpg?v=1743988335"},{"product_id":"180-tube-bender-st-n368-180","title":"180°Tube Bender - 1\/4\", 5\/16\"\u0026 3\/8\"        (ST-N368-180°)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-N368-180_d1.jpg?v=1743993958\" 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-N368-180_d2.jpg?v=1743993958\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eClear size dial\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-N368-180_d3.jpg?v=1743993957\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBENDER CURVE GROOVE\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-N368-180_d4.jpg?v=1743993958\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eNon-slip handle\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-N368-180_d5.jpg?v=1743993958\" 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\u003eClear size dial\u003c\/h3\u003e\n\u003cp\u003eMore accurate bend angle\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-N368-180_d6.jpg?v=1743993958\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003e3-in-1 DESIGN\u003c\/h3\u003e\n\u003cp\u003eMeet various size requirements\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-N368-180_d7.jpg?v=1743993958\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eThicken connecting rod\u003c\/h3\u003e\n\u003cp\u003eDurable and hard ,not easy to break\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-N368-180_d8.jpg?v=1743993957\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eNon-slip rubber handle\u003c\/h3\u003e\n\u003cp\u003eComfortable feeling and saves effort\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-N368-180_d9.jpg?v=1743993958\"\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; font-family: Barlow-Medium; color: #333; margin-bottom: 16px;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; font-family: Barlow-Medium;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 2px solid #ddd; padding: 12px; color: #757575; font-size: 18px; font-weight: 500;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 2px solid #ddd; padding: 12px; color: #757575; font-size: 18px; font-weight: 500;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 1px solid #eee; padding: 12px; color: #757575; font-size: 18px;\"\u003eST-N368-180°\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border-bottom: 1px solid #eee; padding: 12px; color: #757575; font-size: 18px;\"\u003eFOR 1\/4\", 5\/16\", 3\/8\" O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41991110361172,"sku":"ST-N368-180°","price":50.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-N368-180_1.jpg?v=1743993958"},{"product_id":"roller-type-tube-bender-st-n364-08","title":"Roller Type Tube Bender  3\/8\" OR 1\/2\"","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-N364-08_d1.jpg?v=1743994315\" 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-N364-08_d2.jpg?v=1743994314\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eClear size dial\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-N364-08_d3.jpg?v=1743994314\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBENDER CURVE GROOVE\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-N364-08_d4.jpg?v=1743994314\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLock hook 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-N364-08_d5.jpg?v=1743994315\" 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\u003ehandle can be locked with 90 degree\u003c\/h3\u003e\n\u003cp\u003eMore accurate bend angle\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-N364-08_d6.jpg?v=1743994314\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eThicken connecting rod\u003c\/h3\u003e\n\u003cp\u003eDurable and hard, not easy to break\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-N364-08_d7.jpg?v=1743994314\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eNon-slip rubber handle\u003c\/h3\u003e\n\u003cp\u003eComfortable feeling and saves effort\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-N364-08_d8.jpg?v=1743994314\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eRoller design for bend pipe\u003c\/h3\u003e\n\u003cp\u003eEasily to bend,less effort\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-N364-08_d9.jpg?v=1743994314\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px; font-weight: bold;\"\u003eItem No.\u003c\/td\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px; font-weight: bold;\"\u003eDescription\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-N364A-06\u003c\/td\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eUse For 3\/8\" O.D.Tubing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-N364A-08\u003c\/td\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eUse For 1\/2\" O.D.Tubing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Tube Bender 3\/8\"","offer_id":42271742230612,"sku":"ST-N364-08","price":93.5,"currency_code":"MYR","in_stock":true},{"title":"Tube Bender 1\/2\"","offer_id":42271742263380,"sku":"ST-N364-09","price":112.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-N364-08_1.jpg?v=1743994315"},{"product_id":"roller-type-tube-bender-st-n364-10","title":"Roller Type Tube Bender 5\/8\" \u0026 3\/4\" \u0026 7\/8\"","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-N364-10_d1.jpg?v=1743997003\" 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-N364-10_d2.jpg?v=1743997002\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eClear size dial\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-N364-10_d3.jpg?v=1743997002\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBENDER CURVE GROOVE\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-N364-10_d4.jpg?v=1743997002\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003erotate lack hook\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-N364-10_d5.jpg?v=1743997003\" 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\u003ehandle can be locked with 90 degree\u003c\/h3\u003e\n\u003cp\u003eMore accurate bend angle\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-N364-10_d6.jpg?v=1743997002\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eThicken connecting rod\u003c\/h3\u003e\n\u003cp\u003eDurable and hard, not easy to break\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-N364-10_d7.jpg?v=1743997002\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eNon-slip rubber handle\u003c\/h3\u003e\n\u003cp\u003eComfortable feeling and saves effort\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-N364-10_d8.jpg?v=1743997002\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eRoller design for bend pipe\u003c\/h3\u003e\n\u003cp\u003eEasily to bend,less effort\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-N364-10_d9.jpg?v=1743997002\"\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;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\n  \u003ctable style=\"border-collapse: collapse; width: 100%;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px; font-weight: bold;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px; font-weight: bold;\"\u003eDescription\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-N364A-10\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eUse For 5\/8\" \u0026amp; 16mm O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-N364A-12\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eUse For 3\/4\" \u0026amp; 19mm O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eST-N364A-14\u003c\/td\u003e\n        \u003ctd width=\"50%\" valign=\"middle\" style=\"word-break: break-all; text-align: center; border: 1px solid #ddd; padding: 8px;\"\u003eUse For 7\/8\" \u0026amp; 22mm O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Tube Bender 5\/8\"","offer_id":42271753306196,"sku":"ST-N364-10","price":162.0,"currency_code":"MYR","in_stock":true},{"title":"Tube Bender 3\/4\"","offer_id":42271753338964,"sku":"ST-N364-11","price":182.0,"currency_code":"MYR","in_stock":true},{"title":"Tube Bender 7\/8\"","offer_id":42661533843540,"sku":null,"price":205.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-N364-10_1.jpg?v=1743997002"},{"product_id":"wireless-charging-scale","title":"Wireless Charging Scale","description":"\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d1.jpg?v=1743997747\" alt=\"\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d2.jpg?v=1743997746\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003econtrol panel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d3.jpg?v=1743997746\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ewireless controller\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d4.jpg?v=1743997746\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAluminium alloy scale tray\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 style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d5.jpg?v=1743997747\" alt=\"\"\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\u003ewireless control technology\u003c\/h3\u003e\n\u003cp\u003eEasy to operate\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d6.jpg?v=1743997746\" alt=\"Built-in Filter\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eAluminium alloy scale tray\u003c\/h3\u003e\n\u003cp\u003eLight weight, convinient to carry-on\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d7.jpg?v=1743997746\" alt=\"Large Oil Sight Glass\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elarge screen conteoller\u003c\/h3\u003e\n\u003cp\u003eDigital display, precise charging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d8.jpg?v=1743997746\" alt=\"All Brass Air Inlet\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eantislip Rubber Mat\u003c\/h3\u003e\n\u003cp\u003eAntislip and wear-resisting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_d9.jpg?v=1743997746\" alt=\"High Performance Lithium Battery\"\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 cellpadding=\"5\" cellspacing=\"0\" border=\"1\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eItem No.\u003c\/th\u003e\n\u003cth\u003eST-RF100\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Range\u003c\/td\u003e\n\u003ctd\u003e100KG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eResolution\u003c\/td\u003e\n\u003ctd\u003e5G, 0.01LB, 0.16OZ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrecision\u003c\/td\u003e\n\u003ctd\u003e± 0.05%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003eScale Power: 1.5V × 6 ( AA )\u003cbr\u003eController Power: 1.5V × 5 ( AAA )\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Life\u003c\/td\u003e\n\u003ctd\u003e50 Hours Continuous Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperate Temperature\u003c\/td\u003e\n\u003ctd\u003e-10 ~ 45℃\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd\u003e4.13kgs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlatform Size\u003c\/td\u003e\n\u003ctd\u003e314*239*61mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41991320633428,"sku":"ST-RF100","price":500.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-RF100_1.jpg?v=1743997747"},{"product_id":"refrigerant-leak-detector","title":"Refrigerant Leak Detector","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-382P_d1.jpg?v=1744005779\" 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-382P_d2.jpg?v=1744005778\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLarge colour LCD screen\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-382P_d3.jpg?v=1744005778\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eBuilt-in suction pump\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-382P_d4.jpg?v=1744005778\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLeak peak memory\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-382P_d5.jpg?v=1744005778\" 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\u003eFlexible stainless probe\u003c\/h3\u003e\n\u003cp\u003eEasy and rapid detection\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-382P_d6.jpg?v=1744005778\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eLithium battery power supply\u003c\/h3\u003e\n\u003cp\u003eLow power consumption,long endurance\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-382P_d7.jpg?v=1744005778\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n  \u003ctable style=\"width: 100%; border-collapse: collapse; text-align: center;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eST-382P\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eAlarm Method\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eSound and visual: Buzzer, Colour LCD display\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eFlexible stainless probe length\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e40cm (15.5 inches)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003ePower Supply\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e18650 lithium battery x 1pcs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eCharge Current\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e0.6A\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eBattery Capacity\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e3000mAH\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eFull Charged Battery Usage Time\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eApproximately seven hours of continuous use\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eAutomatic Power Off Function\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e10 minutes\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eCharging Time\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e3 hours\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eWarm-Up Time\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e3 minutes\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eOperating Temperature \u0026amp; Humidity\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e0 ~40 ℃,＜80% RH\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eStorage Temperature \u0026amp; Humidity\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e-10 ~60 ℃,＜70% RH\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eAltitude\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e＜2000M (6500°)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003ePhysical Dimension\/Weight\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e117 x 66 x 56mm (approximately 400g)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eAccessories\u003c\/td\u003e\n        \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e\n          18650 lithium battery x1pcs\u003cbr\u003e\n          Type USB cable x1pcs\u003cbr\u003e\n          User manual, carry case\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41991540834388,"sku":"ST-382P","price":530.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-382P_1.jpg?v=1744005779"},{"product_id":"single-meter","title":"Single Meter ( HIGH \u0026 LOW )","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B168_d1.jpg?v=1744006419\" 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-B168_d2.jpg?v=1744006418\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eball valve switch\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-B168_d3.jpg?v=1744006418\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ecollapsible hook\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-B168_d4.jpg?v=1744006418\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eoptional gauges\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-B168_d5.jpg?v=1744006419\" 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\u003ealuminum alloy rotary knob\u003c\/h3\u003e\n\u003cp\u003eFlat and smooth,Scrape resistance and durability\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-B168_d6.jpg?v=1744006418\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eImpact protection\u003c\/h3\u003e\n\u003cp\u003eDouble protection，The outer rubber is lined with rigid plastic\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-B168_d7.jpg?v=1744006418\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eCalibration clear\u003c\/h3\u003e\n\u003cp\u003eNational high precision pressure gauge\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-B168_d8.jpg?v=1744006418\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ecopper connection\u003c\/h3\u003e\n\u003cp\u003eBuilt-in anti-crowd-death device,protect leaking\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-B168_d9.jpg?v=1744006418\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n  \u003ctable style=\"width: 100%; border-collapse: collapse; text-align: center;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eDiameter of gauge 68mm\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eDiameter of gauge 80mm\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eGauge scale\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eST-B168H\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eST-B180H\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\" rowspan=\"2\"\u003e\n          R22, R404A, R410A, R407C\u003cbr\u003e\n          (optional gauges)\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eST-B168L\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eST-B180L\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"HIGH SIDE ( RED )","offer_id":42718424301652,"sku":"ST-B168","price":95.0,"currency_code":"MYR","in_stock":true},{"title":"LOW SIDE ( BLUE )","offer_id":42718424334420,"sku":"ST-B169","price":95.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B168_1.jpg?v=1744006418"},{"product_id":"2-valve-manifold-gauge","title":"2-valve Manifold Gauge   R410, R32, R134A, R407C","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B268_d1.jpg?v=1744006893\" 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-B268_d2.jpg?v=1744006892\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eball valve switch\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-B268_d3.jpg?v=1744006892\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eoptional gauges\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-B268_d4.jpg?v=1744006892\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ecollapsible hook\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-B268_d5.jpg?v=1744006893\" 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\u003ealuminum alloy rotary knob\u003c\/h3\u003e\n\u003cp\u003eFlat and smooth,Scrape resistance and durability\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-B268_d6.jpg?v=1744006892\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eImpact protection\u003c\/h3\u003e\n\u003cp\u003eDouble protection，The outer rubber is lined with rigid plastic\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-B268_d7.jpg?v=1744006892\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eCalibration clear\u003c\/h3\u003e\n\u003cp\u003eNational high precision pressure gauge\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-B268_d8.jpg?v=1744006892\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ecopper connection\u003c\/h3\u003e\n\u003cp\u003eBuilt-in anti-crowd-death device,protect leaking\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-B268_d9.jpg?v=1744006892\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eDiameter of gauge 68mm\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eDiameter of gauge 80mm\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eGauge scale\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eSize of hose\u003c\/td\u003e\n\u003ctd width=\"20%\" 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=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-B268\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-B280\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eR32, R410A, R134A, R407C\u003cbr\u003e(optional gauges)\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e60\" (150cm)\u003c\/td\u003e\n\u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e3pcs red(1\/4\"SAE), yellow(1\/4\"SAE), \u0026amp; blue(1\/4\"SAE), charging hoses\u003cbr\u003eWorking pressure 800Psi, Burst 4000Psi\u003cbr\u003eA sight glass brass\/aluminum body\u003cbr\u003eDesigned to meet 1\/4\"SAE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Manifold Gauge + 3 pieces red yellow blue  ( 5\/16\" x 1\/4\" ) charging hose + 2 adaptors ( 5\/16\" to 1\/4\" ) + Tool Box","offer_id":42251142004820,"sku":"ST-B268","price":250.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B268_1.jpg?v=1744006893"},{"product_id":"digital-single-meter","title":"Digital Single Meter ( Low )","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B168D_d1.jpg?v=1744008766\" 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-B168D_d2.jpg?v=1744008765\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eball valve switch\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-B168D_d3.jpg?v=1744008765\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ecollapsible hook\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-B168D_d4.jpg?v=1744008766\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLCD High definition display\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-B168D_d5.jpg?v=1744008766\" 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\u003ealuminum alloy rotary knob\u003c\/h3\u003e\n\u003cp\u003eFlat and smooth,Scrape resistance and durability\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-B168D_d6.jpg?v=1744008765\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eImpact protection\u003c\/h3\u003e\n\u003cp\u003eDouble protection，The outer rubber is lined with rigid plastic\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-B168D_d7.jpg?v=1744008765\"\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\u003c\/h3\u003e\n\u003cp\u003eBuilt-in more than 90 kinds of refrigerant data\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-B168D_d8.jpg?v=1744008765\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ecopper connection\u003c\/h3\u003e\n\u003cp\u003eBuilt-in anti-crowd-death device,protect leaking\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-B168D_d9.jpg?v=1744008765\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n  \u003ctable style=\"width: 100%; border-collapse: collapse; text-align: center;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\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;\"\u003eST-B168DL\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\" rowspan=\"2\"\u003e\n          More than 90 refrigerants data including\u003cbr\u003e\n          R22、R32、R600、R1234yf、\u003cbr\u003e\n          R410A、R134A etc in manifold\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003eST-B168DH\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"HIGH SIDE ( RED )","offer_id":42718427316308,"sku":"ST-B168D-1","price":245.0,"currency_code":"MYR","in_stock":false},{"title":"LOW SIDE ( BLUE )","offer_id":42718427349076,"sku":"ST-B168D-2","price":245.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B168D_1.jpg?v=1744008766"},{"product_id":"2-valve-digital-manifold-gauges","title":"2-valve Digital Manifold Gauges","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B268D_d1.jpg?v=1744009137\" 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-B268D_d2.jpg?v=1744009136\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eball valve switch\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-B268D_d3.jpg?v=1744009136\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ecollapsible hook\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-B268D_d4.jpg?v=1744009137\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eLCD High definition display\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-B268D_d5.jpg?v=1744009137\" 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\u003ealuminum alloy rotary knob\u003c\/h3\u003e\n\u003cp\u003eFlat and smooth,Scrape resistance and durability\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-B268D_d6.jpg?v=1744009136\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eImpact protection\u003c\/h3\u003e\n\u003cp\u003eDouble protection，The outer rubber is lined with rigid plastic\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-B268D_d7.jpg?v=1744009136\"\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\u003c\/h3\u003e\n\u003cp\u003eBuilt-in more than 90 kinds of refrigerant data\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-B268D_d8.jpg?v=1744009136\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ecopper connection\u003c\/h3\u003e\n\u003cp\u003eBuilt-in anti-crowd-death device,protect leaking\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-B268D_d9.jpg?v=1744009136\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n  \u003ctable style=\"width: 100%; border-collapse: collapse;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"firstRow\"\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eSize of hose\u003c\/td\u003e\n        \u003ctd width=\"33%\" 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=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\" rowspan=\"2\"\u003eST-B268D\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\" rowspan=\"2\"\u003e60\" (150cm)\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e\n          3pcs red(1\/4\"SAE), yellow(1\/4\"SAE), \u0026amp; blue(1\/4\"SAE), charging hoses\u003cbr\u003e\n          Working pressure 800PSI, Burst 4000PSI\u003cbr\u003e\n          A sight glass Aluminum testing manifold body\u003cbr\u003e\n          Designed to meet 1\/4\" SAE requirement for refrigerant permutation\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41991685210196,"sku":"ST-B268D","price":510.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-B268D_1.jpg?v=1744009137"},{"product_id":"ratchet-torque-wrench","title":"Ratchet Torque Wrench","description":"\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d1.jpg?v=1744009580\" alt=\"\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d2.jpg?v=1744009579\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eCarbon steel ratchet head\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d3.jpg?v=1744009579\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eNon slip handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d4.jpg?v=1744009579\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eFixed value torque 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 style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d5.jpg?v=1744009580\" alt=\"\"\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\u003eOpen ratchet head\u003c\/h3\u003e\n\u003cp\u003eNarrow space effortless operation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d6.jpg?v=1744009579\" alt=\"Built-in Filter\"\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 hardness body\u003c\/h3\u003e\n\u003cp\u003eDurable and hard\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d7.jpg?v=1744009579\" alt=\"Large Oil Sight Glass\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eErgonomic handle\u003c\/h3\u003e\n\u003cp\u003eComfortable feeling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d8.jpg?v=1744009579\" alt=\"All Brass Air Inlet\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eRatchet tooth design\u003c\/h3\u003e\n\u003cp\u003eThe bite is firmer\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_d9.jpg?v=1744009579\" alt=\"High Performance Lithium Battery\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n\u003ctable style=\"width: 96.25%; border-collapse: collapse;\" height=\"283\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003eSerial NO\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003eDiameter\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003eApplicable copper pipe\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003eTorsion\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003eLength\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003eWeight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003e1\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003e16mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003e1\/4\"\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003e18N.M(±2N.M)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003e217mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003e335g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003e2\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003e22mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003e3\/8\"\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003e38N.M(±4N.M)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003e252mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003e395g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003e3\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003e24mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003e1\/2\"\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003e55N.M(±6N.M)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003e263mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003e440g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003e4\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003e27mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003e5\/8\"\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003e75N.M(±7N.M)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003e294mm\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003e475g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 13.7746%;\" width=\"16.6%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.3846%;\" width=\"16.6%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 15.9213%;\" width=\"16.6%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 19.678%;\" width=\"16.6%\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 20.9302%;\" width=\"16.6%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; width: 14.3113%;\" width=\"16.6%\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"1\/4\"( 16mm )+ 3\/8\"(22mm)+ 1\/2\" ( 24mm) + 5\/8\" ( 27mm )","offer_id":42251137613908,"sku":"ST-02-L","price":750.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-02-L_1.jpg?v=1744009579"},{"product_id":"deburrer","title":"Deburrer","description":"\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d1.jpg?v=1744011089\" alt=\"\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d2.jpg?v=1744011089\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eAlloy steel cutting blade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d3.jpg?v=1744011089\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eplastic handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d4.jpg?v=1744011089\" alt=\"\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ePen type 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 style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d5.jpg?v=1744011089\" alt=\"\"\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\u003e360° rotation\u003c\/h3\u003e\n\u003cp\u003eDeburrer quickly\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d6.jpg?v=1744011088\" alt=\"Built-in Filter\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ePen type design\u003c\/h3\u003e\n\u003cp\u003eSmall size, easy to carry\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_d7.jpg?v=1744011088\" alt=\"Large Oil Sight Glass\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; margin-left: 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\" width=\"50%\"\u003eItem No.\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\" width=\"50%\"\u003eDescription\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\" width=\"50%\"\u003eST-207\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\" width=\"50%\"\u003eHandy deburrer, blade can be swivelled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Deburrer","offer_id":42718434197588,"sku":"ST-207","price":25.0,"currency_code":"MYR","in_stock":true},{"title":"Deburrer blade only","offer_id":42718434230356,"sku":"ST-208","price":8.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-207_1.jpg?v=1744011089"},{"product_id":"inner-outer-reamer","title":"Inner-outer Reamer 1\/4\" - 1-5\/8\"","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-209_d1.jpg?v=1744032324\" 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-209_d2.jpg?v=1744032323\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003edeburring inner pipe\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-209_d3.jpg?v=1744032323\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003edeburring outer pipe\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-209_d4.jpg?v=1744032323\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ealuminum 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-209_d5.jpg?v=1744032324\" 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\u003eAlloy steel cutting blade\u003c\/h3\u003e\n\u003cp\u003eHigh hardness, sharp 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-209_d6.jpg?v=1744032323\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003ealuminum body\u003c\/h3\u003e\n\u003cp\u003eSeiko forging, strong 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-209_d7.jpg?v=1744032323\"\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: 100%; margin-left: 0;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 100%; 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-209\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"～1-5\/8\" O.D.Tubing\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":41992102117460,"sku":"ST-209","price":50.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-209_1.jpg?v=1744032323"},{"product_id":"pipe-repair-plier","title":"Tube Repair Plier - 1\/4\", 3\/8\", 1\/2\", 5\/8\"","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-301_d1.jpg?v=1763715929\" 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-301_d2.jpg?v=1763715929\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ebefore repair\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-301_d3.jpg?v=1763715929\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ebefore repair\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-301_d4.jpg?v=1763715929\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eafter repair\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-301_d5.jpg?v=1763715929\" 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\u003e4 in 1 design\u003c\/h3\u003e\n\u003cp\u003eMeet the needs of different sizes\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-301_d6.jpg?v=1763715928\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003elever principle\u003c\/h3\u003e\n\u003cp\u003eEasily to operate and save labour\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-301_d7.jpg?v=1763715929\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eBold connecting rod\u003c\/h3\u003e\n\u003cp\u003eSolid and durable\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-301_d8.jpg?v=1763715929\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eStandard repair port\u003c\/h3\u003e\n\u003cp\u003eEasily to repair pipe\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-301_d9.jpg?v=1763715929\"\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-301\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eUse for 1\/4\",3\/8\",1\/2\",5\/8\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"1\/4\" 3\/8\" 1\/2\" 5\/8\"","offer_id":42704413655124,"sku":"ST-301","price":180.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-3011.jpg?v=1763715692"},{"product_id":"pinch-off-plier-strong-type","title":"Pinch Off Plier (Strong Type)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-201B_d1.jpg?v=1763720926\" 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-201B_d2.jpg?v=1763720926\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003esuperhard occlusion jaw\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-201B_d3.jpg?v=1763720926\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eHigh strength spring 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-201B_d4.jpg?v=1763720926\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003ethickened connecting rod\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-201B_d5.jpg?v=1763720926\" 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\u003eFine tuning design of tail\u003c\/h3\u003e\n\u003cp\u003eEasily adjust the jaw size\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-201B_d6.jpg?v=1763720926\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eErgonomic handle\u003c\/h3\u003e\n\u003cp\u003eEasy to use and save labor\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-201B_d7.jpg?v=1763720926\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eLever principle design\u003c\/h3\u003e\n\u003cp\u003eStrong clamping force when do pinch-off\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-201B_d8.jpg?v=1763720926\"\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 quality rivet connected\u003c\/h3\u003e\n\u003cp\u003eThe connected make tighter and more durable\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-201B_d9.jpg?v=1763720925\"\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=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eDescription\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eScope Of Application\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eLength\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eWeight\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-201B\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e10-inch\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e3-10mm(1\/8\"-3\/8\")\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e228mm\u003c\/td\u003e\n        \u003ctd width=\"20%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e0.5kg\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42694311706708,"sku":"ST-201B","price":40.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-201B1.jpg?v=1763720722"},{"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"},{"product_id":"fin-straightener","title":"Fin Straightener","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-351_d1.jpg?v=1763723103\" 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-351_d2.jpg?v=1763723102\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eplastic fin\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-351_d3.jpg?v=1763723102\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eplastic handel\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-351_d4.jpg?v=1763723102\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eremovable\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-351_d5.jpg?v=1763723102\" 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\u003e6 sizes\u003c\/h3\u003e\n\u003cp\u003eMeet different requirement\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-351_d6.jpg?v=1763723101\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"new-feature-box\"\u003e\n\u003cdiv class=\"new-feature-text\"\u003e\n\u003ch3\u003eplastic material\u003c\/h3\u003e\n\u003cp\u003eSturdy\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-351_d7.jpg?v=1763723101\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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-351\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eUse for 8, 9, 10, 12, 14, 15\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42694344769620,"sku":"ST-351","price":24.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-3511.jpg?v=1763723094"},{"product_id":"hose-hook","title":"Hose Hook","description":"\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-4H\u003c\/td\u003e\n        \u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"、1\/4\"、1\/2\"、3\/8\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42694354141268,"sku":"ST-4H","price":510.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-4H1.jpg?v=1763724378"},{"product_id":"y-type-connection","title":"Y Type Connection","description":"\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-Y01\u003c\/td\u003e\n\u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e2 x 3\/8 male connection to 1 x 1\/4\" female connection\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-Y02\u003c\/td\u003e\n\u003ctd width=\"50%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e2 x 3\/8 male connection to 1×3\/8\" female connection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"2 x 3\/8 male connection to 1 x 1\/4\" female connection","offer_id":42704147152980,"sku":"ST-Y01\/ST-Y02","price":52.0,"currency_code":"MYR","in_stock":true},{"title":"2 x 3\/8 male connection to 1 × 3\/8\" female connection","offer_id":42704147185748,"sku":"ST-Y01\/ST-Y03","price":52.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-Y01_ST-Y021.jpg?v=1763724531"},{"product_id":"valve-core-remove","title":"Valve Core Remover","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-VA1_d1.jpg?v=1763724694\" 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-VA1_d2.jpg?v=1763724694\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALL BRASS VALVE\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-VA1_d3.jpg?v=1763724695\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003edurable\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-VA1_d4.jpg?v=1763724694\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003efine workmanship\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42694354960468,"sku":"ST-VA1","price":95.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/616DoB3GT9L._AC_SX466.jpg?v=1764048546"},{"product_id":"a-c-filling-safety-valve","title":"A\/C Filling 90° Safety Valve (ST-VB1)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-VB1_d1.jpg?v=1763724939\" 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-VB1_d2.jpg?v=1763724939\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eALL BRASS VALVE\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-VB1_d3.jpg?v=1763724938\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003efine workmanship\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-VB1_d4.jpg?v=1763724938\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003edurable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eItem No.\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eFemale\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eMale\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VB1\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VB2\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VB3\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VB4\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n        \u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"F 1\/4\" x M 1\/4\"","offer_id":42704135782484,"sku":"ST-VB1","price":52.0,"currency_code":"MYR","in_stock":true},{"title":"F 5\/16\" x M 1\/4\"","offer_id":42704135815252,"sku":"ST-VB2","price":52.0,"currency_code":"MYR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/A49CF195-D85F-4977-BB78-47CAEBB7B918.png?v=1770628116"},{"product_id":"a-c-filling-safety-valve-1","title":"A\/C Filling Safety Valve (ST-VC1)","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-VC1_d1.jpg?v=1763725145\" 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-VC1_d2.jpg?v=1763725144\"\u003eAccessorieAccessories\n\u003cdiv class=\"custom-feature-text\"\u003eALL BRASS VALVE\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-VC1_d3.jpg?v=1763725143\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003eRELIABLE SEAL\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-VC1_d4.jpg?v=1763725143\"\u003e\n\u003cdiv class=\"custom-feature-text\"\u003efine workmanship\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eItem No.\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eFemale\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eMale\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VC1\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VC2\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VC3\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003eST-VC4\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e1\/4\"(R22)\u003c\/td\u003e\n\u003ctd width=\"33%\" style=\"border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle;\"\u003e5\/16\"(R410a)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"F 1\/4\" x M 1\/4\"","offer_id":42704133357652,"sku":"ST-VC1","price":30.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/ST-VC11.jpg?v=1770628161"},{"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"},{"product_id":"hose-hook-copy","title":"Vacuum Pump Oil 500ML - Premium","description":"\u003cdiv style=\"max-width: 80%; margin-left: 0;\"\u003e\n\u003ctable style=\"width: 36.087%; border-collapse: collapse; height: 74px;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\" style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding-top: 8px; padding-right: 8px; padding-bottom: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 50.0047%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 50.0047%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 50.0047%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 50.0047%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42904454463572,"sku":"ST-VPO","price":33.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/BF43163E-1A9C-45E5-AF20-75E0DC2F9FAD_460ebfb2-c5e4-4db7-91d5-574891df2a36.png?v=1770438828"},{"product_id":"vacuum-pump-oil-500ml-premium-copy","title":"A\/C CONNECTION VALVE 1\/4\" X 1\/4\"","description":"\u003cdiv style=\"max-width: 80%; margin-left: 0;\"\u003e\n\u003ctable style=\"width: 36.087%; border-collapse: collapse; height: 74px;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\" style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding-top: 8px; padding-right: 8px; padding-bottom: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 49.7006%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 50.2994%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 49.7006%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 8px; text-align: center; vertical-align: middle; height: 19.5938px; width: 50.2994%;\" width=\"50%\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42917196267604,"sku":"ST-CV14(30°)","price":40.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/5705\/2244\/files\/CONNECTIONVALVE4.jpg?v=1770624939"}],"url":"https:\/\/superstars.com.my\/collections\/all-products.oembed?page=6","provider":"Superstars Tools Malaysia Official","version":"1.0","type":"link"}