{"title":"Shop All","description":"","products":[{"product_id":"height-increase-insoles-4-layer","title":"Adjustable Height Increase Insoles","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n            background: #F2F4F7;\n            padding: 0;\n            line-height: 1.5;\n        }\n        \n        .container {\n            max-width: 100%;\n            width: 100%;\n            margin: 0 auto;\n            background: white;\n        }\n        \n        \/* Before\/After Section *\/\n        .before-after {\n            background: white;\n            padding: 30px 20px;\n            text-align: center;\n        }\n        \n        .before-after h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n        }\n        \n        .comparison-mobile {\n            display: flex;\n            justify-content: center;\n            align-items: flex-end;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .person-mobile {\n            text-align: center;\n        }\n        \n        .photo-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 3px solid #1F4E79;\n            box-shadow: 0 6px 20px rgba(31,78,121,0.25);\n            margin: 0 auto 10px;\n        }\n\n        .photo-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: bottom;\n            display: block;\n        }\n\n        .before-frame {\n            width: 110px;\n            height: 190px;\n        }\n\n        .after-frame {\n            width: 110px;\n            height: 210px;\n            filter: brightness(1.06) contrast(1.02);\n            box-shadow: 0 8px 24px rgba(31,78,121,0.3);\n        }\n        \n        .height-tag {\n            background: #1F4E79;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-size: 0.85em;\n            font-weight: bold;\n            display: inline-block;\n            margin-bottom: 5px;\n        }\n        \n        .person-mobile h3 {\n            font-size: 1em;\n            color: #2c3e50;\n            margin-top: 8px;\n        }\n        \n        .arrow-mobile {\n            font-size: 2em;\n            color: #1F4E79;\n            animation: bounce 2s infinite;\n        }\n        \n        @keyframes bounce {\n            0%, 100% { transform: translateX(0); }\n            50% { transform: translateX(5px); }\n        }\n        \n        \/* Size Guide *\/\n        .size-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        \n        .size-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .size-card-mobile {\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .size-card-mobile.popular {\n            border-color: #1F4E79;\n            background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        }\n        \n        .popular-tag {\n            position: absolute;\n            top: -10px;\n            right: 15px;\n            background: #1F4E79;\n            color: white;\n            padding: 3px 10px;\n            border-radius: 12px;\n            font-size: 0.7em;\n            font-weight: bold;\n        }\n        \n        .size-header {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 12px;\n        }\n        \n        .size-header h3 {\n            font-size: 1.65em;\n            color: #2c3e50;\n            font-weight: 800;\n        }\n        \n        .size-visual-mobile {\n            display: flex;\n            align-items: flex-end;\n            gap: 4px;\n            height: 60px;\n        }\n        \n        .layer-mobile {\n            width: 35px;\n            background: linear-gradient(180deg, #1F4E79 0%, #163A5F 100%);\n            border-radius: 4px 4px 0 0;\n        }\n        \n        .layer-1-mobile { height: 20px; }\n        .layer-2-mobile { height: 40px; }\n        .layer-3-mobile { height: 60px; }\n        \n        .size-card-mobile .badge {\n            background: #1F4E79;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 20px;\n            font-size: 0.8em;\n            font-weight: bold;\n            display: inline-block;\n            margin-bottom: 10px;\n        }\n        \n        .best-for-mobile {\n            background: #F2F4F7;\n            padding: 10px;\n            border-radius: 8px;\n            font-size: 0.85em;\n            color: #555;\n            line-height: 1.7;\n            margin-bottom: 12px;\n        }\n\n        .works-with-section {\n            margin-bottom: 12px;\n        }\n\n        .works-with-header {\n            font-size: 0.95em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .works-with-header .icon { font-size: 1.1em; }\n\n        .perfect-for-label {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 0.85em;\n            color: #1F4E79;\n            font-weight: 600;\n            padding: 8px 12px;\n            background: #EDF2F7;\n            border-radius: 8px;\n            margin-bottom: 10px;\n        }\n\n        .perfect-for-label .icon { font-size: 1.1em; }\n        .perfect-for-label .text { flex: 1; }\n\n        .collage-image {\n            width: 100%;\n            border-radius: 12px;\n            overflow: hidden;\n            display: block;\n        }\n\n        .collage-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 12px;\n        }\n        \n        \/* How to Use *\/\n        .steps-section {\n            padding: 30px 20px;\n            background: #F2F4F7;\n        }\n        \n        .steps-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .step-mobile {\n            background: white;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n        \n        .step-number-mobile {\n            width: 45px;\n            height: 45px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3em;\n            font-weight: bold;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31, 78, 121, 0.2);\n        }\n        \n        .step-content { flex: 1; }\n        \n        .step-content h4 {\n            font-size: 1.05em;\n            color: #2c3e50;\n            margin-bottom: 5px;\n        }\n        \n        .step-content p {\n            font-size: 0.9em;\n            color: #666;\n        }\n        \n        \/* Occasions *\/\n        .occasions-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        \n        .occasions-section h2 {\n            font-size: 1.3em;\n            margin-bottom: 20px;\n            text-align: center;\n            color: #2c3e50;\n        }\n        \n        .occasions-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        \n        .occasion-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px;\n            background: #F2F4F7;\n            border-radius: 8px;\n        }\n        \n        .occasion-icon {\n            font-size: 1.8em;\n            flex-shrink: 0;\n        }\n        \n        .occasion-text h4 {\n            font-size: 1em;\n            color: #2c3e50;\n            margin-bottom: 2px;\n        }\n        \n        .occasion-text p {\n            font-size: 0.85em;\n            color: #666;\n        }\n        \n        .divider {\n            height: 8px;\n            background: #F2F4F7;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Before\/After --\u003e\n\u003cdiv class=\"before-after\"\u003e\n\u003ch2\u003e⚡ Instant Transformation\u003c\/h2\u003e\n\u003cdiv class=\"comparison-mobile\"\u003e\n\u003cdiv class=\"person-mobile\"\u003e\n\u003cdiv class=\"height-tag\"\u003e5'7\"\u003c\/div\u003e\n\u003cdiv class=\"photo-frame before-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\" alt=\"Before StepInsoles\"\u003e\u003c\/div\u003e\n\u003ch3\u003eBefore\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arrow-mobile\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"person-mobile\"\u003e\n\u003cdiv class=\"height-tag\"\u003e5'10\"\u003c\/div\u003e\n\u003cdiv class=\"photo-frame after-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\" alt=\"After StepInsoles\"\u003e\u003c\/div\u003e\n\u003ch3\u003eAfter\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Size Guide --\u003e\n\u003cdiv class=\"size-section\"\u003e\n\u003ch2\u003e📏 Height Options\u003c\/h2\u003e\n\u003c!-- 2 INCHES --\u003e\n\u003cdiv class=\"size-card-mobile\"\u003e\n\u003cdiv class=\"size-header\"\u003e\n\u003ch3\u003e2 Inches\u003c\/h3\u003e\n\u003cdiv class=\"size-visual-mobile\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e👞\u003c\/span\u003e \u003cspan\u003eWorks Great With These Shoes:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eAll Shoes • Loafers • Office Wear • Sneakers • Joggers\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collage-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Beige_Minimalist_Candles_Photo_Collage_1.png?v=1771933733\" alt=\"2 Inch insole compatible shoes\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 INCHES --\u003e\n\u003cdiv class=\"size-card-mobile popular\"\u003e\n\u003cdiv class=\"popular-tag\"\u003e⭐ MOST POPULAR\u003c\/div\u003e\n\u003cdiv class=\"size-header\"\u003e\n\u003ch3\u003e3 Inches\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e👟\u003c\/span\u003e \u003cspan\u003eWorks Great With These Shoes:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eSneakers • Casual Shoes • Joggers • Boots\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collage-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Beige_Minimalist_Candles_Photo_Collage_2.png?v=1771933734\" alt=\"3 Inch insole compatible shoes\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 INCHES --\u003e\n\u003cdiv class=\"size-card-mobile\"\u003e\n\u003cdiv class=\"size-header\"\u003e\n\u003ch3\u003e4 Inches\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e🥾\u003c\/span\u003e \u003cspan\u003eWorks Great With These Shoes:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eBoots • High-Tops • Chelsea Boots\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collage-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Beige_Minimalist_Candles_Photo_Collage.png?v=1771933734\" alt=\"4 Inch insole compatible shoes\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- How to Use --\u003e\n\u003cdiv class=\"steps-section\"\u003e\n\u003ch2\u003e📋 How to Use\u003c\/h2\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eRemove Old Insole\u003c\/h4\u003e\n\u003cp\u003eTake out existing insole from shoe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003ePlace Inside Shoe\u003c\/h4\u003e\n\u003cp\u003ePut height insole in heel area\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eTrim if Needed\u003c\/h4\u003e\n\u003cp\u003eCut toe area for perfect fit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eAdjust Layers\u003c\/h4\u003e\n\u003cp\u003eStart with 2\" layers, increase gradually\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eWear \u0026amp; Walk\u003c\/h4\u003e\n\u003cp\u003eWalk confidently all day!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Occasions --\u003e\n\u003cdiv class=\"occasions-section\"\u003e\n\u003ch2\u003e🎉 Perfect For\u003c\/h2\u003e\n\u003cdiv class=\"occasions-list\"\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e💼\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eJob Interviews\u003c\/h4\u003e\n\u003cp\u003eBoost your confidence and stand tall\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e💑\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eWeddings\u003c\/h4\u003e\n\u003cp\u003eLook your best on special occasions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eFirst Dates\u003c\/h4\u003e\n\u003cp\u003eFeel confident and make a great impression\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e📸\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003ePhotoshoots\u003c\/h4\u003e\n\u003cp\u003eLook great in every picture\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e🌟\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eDaily Wear\u003c\/h4\u003e\n\u003cp\u003eEveryday height boost and comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e🎤\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003ePresentations\u003c\/h4\u003e\n\u003cp\u003eCommand attention and project authority\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"4 Inches \/ 1 Pair Rs.1800 \/ 35-46 (Cut to fit ✂️)","offer_id":51366166593825,"sku":"AHIS-4","price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"4 Inches \/ 2 Pairs Rs.2299 🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52533609300257,"sku":null,"price":2299.0,"currency_code":"PKR","in_stock":true},{"title":"4 Inches \/ 3 pairs Rs.2899🔥🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52533609333025,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Inches \/ 1 Pair Rs.1800 \/ 35-46 (Cut to fit ✂️)","offer_id":48183211983137,"sku":"AHIS-3","price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"3 Inches \/ 2 Pairs Rs.2299 🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52533609365793,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"3 Inches \/ 3 pairs Rs.2899🔥🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52533609398561,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"2 Inches \/ 1 Pair Rs.1800 \/ 35-46 (Cut to fit ✂️)","offer_id":52219582284065,"sku":"AHIS-2","price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"2 Inches \/ 2 Pairs Rs.2299 🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52533609431329,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"2 Inches \/ 3 pairs Rs.2899🔥🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52533609464097,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/IMG-3550.jpg?v=1772683113"},{"product_id":"popcorn-height-increase-insoles","title":"Popcorn Height increase Insoles","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n            background: #F2F4F7;\n            line-height: 1.5;\n        }\n        .container { max-width: 480px; margin: 0 auto; background: white; }\n\n        \/* Divider *\/\n        .divider { height: 8px; background: #F2F4F7; }\n\n        \/* Before\/After *\/\n        .ba-section {\n            padding: 30px 20px;\n            background: white;\n            text-align: center;\n        }\n        .ba-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n        }\n        .ba-wrap {\n            display: flex;\n            align-items: flex-end;\n            justify-content: center;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        .ba-col {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 12px;\n        }\n        .ba-badge {\n            background: #1F4E79;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-weight: bold;\n            font-size: 0.85em;\n        }\n        .ba-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 3px solid #1F4E79;\n            box-shadow: 0 6px 20px rgba(31,78,121,0.25);\n        }\n        .ba-frame.before {\n            width: 110px;\n            height: 190px;\n        }\n        .ba-frame.after {\n            width: 110px;\n            height: 210px;\n        }\n        .ba-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: bottom;\n            display: block;\n        }\n        .ba-label {\n            font-size: 1em;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-top: 8px;\n        }\n        .ba-arrow {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 8px;\n            padding-bottom: 50px;\n        }\n        .ba-arrow-icon {\n            font-size: 2em;\n            color: #1F4E79;\n            animation: bounce 2s infinite;\n        }\n        @keyframes bounce {\n            0%, 100% { transform: translateX(0); }\n            50% { transform: translateX(5px); }\n        }\n\n        \/* Height Options *\/\n        .options-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        .options-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .option-card {\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        .option-card.recommended {\n            border-color: #1F4E79;\n            background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        }\n        .recommended-tag {\n            position: absolute;\n            top: -10px;\n            right: 15px;\n            background: #1F4E79;\n            color: white;\n            padding: 3px 10px;\n            border-radius: 12px;\n            font-size: 0.7em;\n            font-weight: bold;\n        }\n        .option-header {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 12px;\n        }\n        .option-size {\n            font-size: 1.65em;\n            font-weight: 800;\n            color: #2c3e50;\n        }\n        .option-badge {\n            background: #1F4E79;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 20px;\n            font-size: 0.8em;\n            font-weight: bold;\n        }\n        .option-desc {\n            font-size: 0.85em;\n            color: #555;\n            line-height: 1.7;\n            background: #F2F4F7;\n            padding: 10px;\n            border-radius: 8px;\n            margin-bottom: 12px;\n        }\n\n        \/* Works Great With Section *\/\n        .works-with-section {\n            margin-bottom: 12px;\n        }\n        .works-with-header {\n            font-size: 0.95em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .works-with-header .icon {\n            font-size: 1.1em;\n        }\n        .perfect-for-label {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 0.85em;\n            color: #1F4E79;\n            font-weight: 600;\n            padding: 8px 12px;\n            background: #EDF2F7;\n            border-radius: 8px;\n            margin-bottom: 10px;\n        }\n        .perfect-for-label .text {\n            flex: 1;\n        }\n\n        \/* Collage Image *\/\n        .collage-image {\n            width: 100%;\n            border-radius: 12px;\n            overflow: hidden;\n            display: block;\n        }\n        .collage-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 12px;\n        }\n\n        \/* How to Use *\/\n        .steps-section {\n            padding: 30px 20px;\n            background: #F2F4F7;\n        }\n        .steps-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        .step {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            background: white;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n        }\n        .step-num {\n            width: 45px;\n            height: 45px;\n            min-width: 45px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3em;\n            font-weight: bold;\n            box-shadow: 0 2px 8px rgba(31, 78, 121, 0.2);\n        }\n        .step h4 { font-size: 1.05em; color: #2c3e50; margin-bottom: 5px; }\n        .step p  { font-size: 0.9em; color: #666; }\n\n        \/* Occasions *\/\n        .occasions-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        .occasions-section h2 {\n            font-size: 1.3em;\n            margin-bottom: 20px;\n            text-align: center;\n            color: #2c3e50;\n        }\n        .occasions-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        .occasion-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px;\n            background: #F2F4F7;\n            border-radius: 8px;\n        }\n        .occasion-icon {\n            font-size: 1.8em;\n            flex-shrink: 0;\n        }\n        .occasion-text h4 {\n            font-size: 1em;\n            color: #2c3e50;\n            margin-bottom: 2px;\n        }\n        .occasion-text p {\n            font-size: 0.85em;\n            color: #666;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Before \/ After --\u003e\n\u003cdiv class=\"ba-section\"\u003e\n\u003ch2\u003e⚡ See the Difference\u003c\/h2\u003e\n\u003cdiv class=\"ba-wrap\"\u003e\n\u003cdiv class=\"ba-col\"\u003e\n\u003cdiv class=\"ba-badge\"\u003e5'7\"\u003c\/div\u003e\n\u003cdiv class=\"ba-frame before\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\" alt=\"Before\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ba-label\"\u003eBefore\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ba-arrow\"\u003e\n\u003cdiv class=\"ba-arrow-icon\"\u003e→\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ba-col\"\u003e\n\u003cdiv class=\"ba-badge\"\u003e5'9\"\u003c\/div\u003e\n\u003cdiv class=\"ba-frame after\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\" alt=\"After\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ba-label\"\u003eAfter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Height Options --\u003e\n\u003cdiv class=\"options-section\"\u003e\n\u003ch2\u003e📏 Choose Your Height\u003c\/h2\u003e\n\u003c!-- 2.5 CM --\u003e\n\u003cdiv class=\"option-card recommended\"\u003e\n\u003cdiv class=\"recommended-tag\"\u003e⭐ RECOMMENDED\u003c\/div\u003e\n\u003cdiv class=\"option-header\"\u003e\n\u003cdiv class=\"option-size\"\u003e2.5 cm\u003c\/div\u003e\n\u003cdiv class=\"option-badge\"\u003eDaily Wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e👞\u003c\/span\u003e \u003cspan\u003eWorks Great With These Shoes:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eOffice Shoes • Loafers • Casual Wear • Dress Shoes\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collage-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Beige_Minimalist_Candles_Photo_Collage_1.png?v=1771933733\" alt=\"2.5cm compatible shoes\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3.5 CM --\u003e\n\u003cdiv class=\"option-card\"\u003e\n\u003cdiv class=\"option-header\"\u003e\n\u003cdiv class=\"option-size\"\u003e3.5 cm\u003c\/div\u003e\n\u003cdiv class=\"option-badge\"\u003eExtra Height\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e👟\u003c\/span\u003e \u003cspan\u003eWorks Great With These Shoes:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eSneakers • Boots • High-Tops • Casual Shoes\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collage-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Beige_Minimalist_Candles_Photo_Collage_3.png?v=1771934483\" alt=\"3.5cm compatible shoes\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- How to Use --\u003e\n\u003cdiv class=\"steps-section\"\u003e\n\u003ch2\u003e📋 How to Use\u003c\/h2\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eRemove Existing Insole\u003c\/h4\u003e\n\u003cp\u003eTake out the original insole from your shoe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePlace in Heel Area\u003c\/h4\u003e\n\u003cp\u003eInsert the popcorn insole with the raised end at the heel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWear \u0026amp; Walk\u003c\/h4\u003e\n\u003cp\u003eEnjoy your height boost and all-day comfort!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Occasions --\u003e\n\u003cdiv class=\"occasions-section\"\u003e\n\u003ch2\u003e🎉 Perfect For\u003c\/h2\u003e\n\u003cdiv class=\"occasions-list\"\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e💼\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eOffice \u0026amp; Work\u003c\/h4\u003e\n\u003cp\u003eAll-day wear comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e💑\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eWeddings\u003c\/h4\u003e\n\u003cp\u003eStand tall \u0026amp; confident\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e🚶\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eDaily Use\u003c\/h4\u003e\n\u003cp\u003eEveryday height boost\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e⚽\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eSports Shoes\u003c\/h4\u003e\n\u003cp\u003eWorks with sneakers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e📸\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003ePhotoshoots\u003c\/h4\u003e\n\u003cp\u003eLook your best\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eFirst Dates\u003c\/h4\u003e\n\u003cp\u003eFeel confident\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1700 \/ 3.5cm \/ 35-36","offer_id":52221649715489,"sku":"PHIS-3.5-36-37","price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 3.5cm \/ 37-38","offer_id":52221915201825,"sku":"PHIS-3.5-37-38","price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 3.5cm \/ 39-40","offer_id":52221915234593,"sku":"PHIS-3.5-39-40","price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 3.5cm \/ 41-42","offer_id":52221915267361,"sku":"PHIS-3.5-41-42","price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 3.5cm \/ 43-44","offer_id":52221915300129,"sku":"PHIS-3.5-43-44","price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 3.5cm \/ 45-46","offer_id":52543527518497,"sku":null,"price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 2.5cm \/ 35-36","offer_id":52221649748257,"sku":"PHIS-2.5-35-36","price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 2.5cm \/ 37-38","offer_id":52221915332897,"sku":"PHIS-2.5-37-38","price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 2.5cm \/ 39-40","offer_id":52221915365665,"sku":"PHIS-2.5-39-40","price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 2.5cm \/ 41-42","offer_id":52221915398433,"sku":"PHIS-2.5-41-42","price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 2.5cm \/ 43-44","offer_id":52221915431201,"sku":"PHIS-2.5-43-44","price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 2.5cm \/ 45-46","offer_id":52543527551265,"sku":null,"price":1600.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 1.5cm \/ 35-36","offer_id":52543527584033,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 1.5cm \/ 37-38","offer_id":52543527616801,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 1.5cm \/ 39-40","offer_id":52543527649569,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 1.5cm \/ 41-42","offer_id":52543527682337,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 1.5cm \/ 43-44","offer_id":52543527715105,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1700 \/ 1.5cm \/ 45-46","offer_id":52543527747873,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 3.5cm \/ 35-36","offer_id":52543540429089,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 3.5cm \/ 37-38","offer_id":52543540494625,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 3.5cm \/ 39-40","offer_id":52543540560161,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 3.5cm \/ 41-42","offer_id":52543540625697,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 3.5cm \/ 43-44","offer_id":52543540691233,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 3.5cm \/ 45-46","offer_id":52543540756769,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 2.5cm \/ 35-36","offer_id":52543540822305,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 2.5cm \/ 37-38","offer_id":52543540887841,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 2.5cm \/ 39-40","offer_id":52543540953377,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 2.5cm \/ 41-42","offer_id":52543541018913,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 2.5cm \/ 43-44","offer_id":52543541084449,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 2.5cm \/ 45-46","offer_id":52543541149985,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 1.5cm \/ 35-36","offer_id":52543541215521,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 1.5cm \/ 37-38","offer_id":52543541281057,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 1.5cm \/ 39-40","offer_id":52543541346593,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 1.5cm \/ 41-42","offer_id":52543541412129,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 1.5cm \/ 43-44","offer_id":52543541477665,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.299 🔥 \/ 1.5cm \/ 45-46","offer_id":52543541543201,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 3.5cm \/ 35-36","offer_id":52597128331553,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 3.5cm \/ 37-38","offer_id":52597128364321,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 3.5cm \/ 39-40","offer_id":52597128397089,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 3.5cm \/ 41-42","offer_id":52597128429857,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 3.5cm \/ 43-44","offer_id":52597128462625,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 3.5cm \/ 45-46","offer_id":52597128495393,"sku":null,"price":2899.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 2.5cm \/ 35-36","offer_id":52597128528161,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 2.5cm \/ 37-38","offer_id":52597128560929,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 2.5cm \/ 39-40","offer_id":52597128593697,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 2.5cm \/ 41-42","offer_id":52597128626465,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 2.5cm \/ 43-44","offer_id":52597128659233,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 2.5cm \/ 45-46","offer_id":52597128692001,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 1.5cm \/ 35-36","offer_id":52597128724769,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 1.5cm \/ 37-38","offer_id":52597128757537,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 1.5cm \/ 39-40","offer_id":52597128790305,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 1.5cm \/ 41-42","offer_id":52597128823073,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 1.5cm \/ 43-44","offer_id":52597128855841,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.2899  🔥🔥 \/ 1.5cm \/ 45-46","offer_id":52597128888609,"sku":null,"price":2699.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/DEE68984-48DC-4F62-A3E0-5A57572AE65E.jpg?v=1772584205"},{"product_id":"height-pads","title":"Height Pads","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewpo\u0026lt;!DOCTYPE html\u0026gt;\n\u0026lt;html lang=\" en=\"\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n            background: #F2F4F7;\n            padding: 0;\n            line-height: 1.5;\n        }\n        \n        .container {\n            max-width: 480px;\n            margin: 0 auto;\n            background: white;\n        }\n        \n        \/* Before\/After Section *\/\n        .before-after {\n            background: white;\n            padding: 30px 20px;\n            text-align: center;\n        }\n        \n        .before-after h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n        }\n        \n        .comparison-mobile {\n            display: flex;\n            justify-content: center;\n            align-items: flex-end;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .person-mobile {\n            text-align: center;\n        }\n        \n        .photo-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 3px solid #1F4E79;\n            box-shadow: 0 6px 20px rgba(31,78,121,0.25);\n            margin: 0 auto 10px;\n        }\n\n        .photo-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: bottom;\n            display: block;\n        }\n\n        .before-frame {\n            width: 110px;\n            height: 190px;\n        }\n\n        .after-frame {\n            width: 110px;\n            height: 210px;\n            filter: brightness(1.06) contrast(1.02);\n            box-shadow: 0 8px 24px rgba(31,78,121,0.3);\n        }\n        \n        .height-tag {\n            background: #1F4E79;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-size: 0.85em;\n            font-weight: bold;\n            display: inline-block;\n            margin-bottom: 5px;\n        }\n        \n        .person-mobile h3 {\n            font-size: 1em;\n            color: #2c3e50;\n            margin-top: 8px;\n        }\n        \n        .arrow-mobile {\n            font-size: 2em;\n            color: #1F4E79;\n            animation: bounce 2s infinite;\n        }\n        \n        @keyframes bounce {\n            0%, 100% { transform: translateX(0); }\n            50% { transform: translateX(5px); }\n        }\n        \n        \/* Size Guide - Vertical Cards *\/\n        .size-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        \n        .size-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .size-card-mobile {\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .size-card-mobile.popular {\n            border-color: #1F4E79;\n            background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        }\n        \n        .popular-tag {\n            position: absolute;\n            top: -10px;\n            right: 15px;\n            background: #1F4E79;\n            color: white;\n            padding: 3px 10px;\n            border-radius: 12px;\n            font-size: 0.7em;\n            font-weight: bold;\n        }\n        \n        .size-header {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 12px;\n        }\n        \n        .size-header h3 {\n            font-size: 1.65em;\n            color: #2c3e50;\n            font-weight: 800;\n        }\n\n        .size-boost-tag {\n            background: #EDF2F7;\n            color: #1F4E79;\n            font-size: 0.8em;\n            font-weight: 700;\n            padding: 4px 10px;\n            border-radius: 8px;\n        }\n        \n        \/* Works Great With Section *\/\n        .works-with-section {\n            margin-bottom: 12px;\n        }\n\n        .works-with-header {\n            font-size: 0.95em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .works-with-header .icon {\n            font-size: 1.1em;\n        }\n\n        .perfect-for-label {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 0.85em;\n            color: #1F4E79;\n            font-weight: 600;\n            padding: 8px 12px;\n            background: #EDF2F7;\n            border-radius: 8px;\n            margin-bottom: 10px;\n        }\n\n        .perfect-for-label .text {\n            flex: 1;\n        }\n\n        \/* Feature bullets inside size card *\/\n        .size-features {\n            font-size: 0.85em;\n            color: #555;\n            line-height: 1.8;\n            background: #F2F4F7;\n            padding: 10px 12px;\n            border-radius: 8px;\n            margin-bottom: 10px;\n        }\n\n        .size-features span {\n            display: block;\n        }\n\n        \/* Collage Image *\/\n        .collage-image {\n            width: 100%;\n            border-radius: 12px;\n            overflow: hidden;\n            display: block;\n        }\n\n        .collage-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 12px;\n        }\n        \n        \/* How to Use - Vertical Steps *\/\n        .steps-section {\n            padding: 30px 20px;\n            background: #F2F4F7;\n        }\n        \n        .steps-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .step-mobile {\n            background: white;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n        \n        .step-number-mobile {\n            width: 45px;\n            height: 45px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3em;\n            font-weight: bold;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31, 78, 121, 0.2);\n        }\n        \n        .step-content {\n            flex: 1;\n        }\n        \n        .step-content h4 {\n            font-size: 1.05em;\n            color: #2c3e50;\n            margin-bottom: 5px;\n        }\n        \n        .step-content p {\n            font-size: 0.9em;\n            color: #666;\n        }\n\n        \/* Features grid *\/\n        .features-section {\n            padding: 30px 20px;\n            background: white;\n        }\n\n        .features-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n        }\n\n        .feature-card {\n            background: #F2F4F7;\n            border-radius: 12px;\n            padding: 16px;\n            text-align: center;\n        }\n\n        .feature-card .fi {\n            font-size: 1.8em;\n            margin-bottom: 8px;\n        }\n\n        .feature-card h4 {\n            font-size: 0.9em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .feature-card p {\n            font-size: 0.8em;\n            color: #666;\n            line-height: 1.4;\n        }\n        \n        \/* Occasions *\/\n        .occasions-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        \n        .occasions-section h2 {\n            font-size: 1.3em;\n            margin-bottom: 20px;\n            text-align: center;\n            color: #2c3e50;\n        }\n        \n        .occasions-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        \n        .occasion-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px;\n            background: #F2F4F7;\n            border-radius: 8px;\n        }\n        \n        .occasion-icon {\n            font-size: 1.8em;\n            flex-shrink: 0;\n        }\n        \n        .occasion-text h4 {\n            font-size: 1em;\n            color: #2c3e50;\n            margin-bottom: 2px;\n        }\n        \n        .occasion-text p {\n            font-size: 0.85em;\n            color: #666;\n        }\n        \n        \/* Divider *\/\n        .divider {\n            height: 8px;\n            background: #F2F4F7;\n        }\n\n        \/* Trust bar *\/\n        .trust-bar {\n            background: #1F4E79;\n            padding: 16px 20px;\n        }\n\n        .trust-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n        }\n\n        .trust-item {\n            color: white;\n            font-size: 0.8em;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            background: rgba(255,255,255,0.1);\n            padding: 8px 10px;\n            border-radius: 8px;\n        }\n\n        .footer-note {\n            padding: 16px 20px;\n            font-size: 0.75em;\n            color: #999;\n            text-align: center;\n            line-height: 1.6;\n            background: white;\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Before \/ After --\u003e\n\u003cdiv class=\"before-after\"\u003e\n\u003ch2\u003e⚡ Instant Height Boost\u003c\/h2\u003e\n\u003cdiv class=\"comparison-mobile\"\u003e\n\u003cdiv class=\"person-mobile\"\u003e\n\u003cdiv class=\"height-tag\"\u003eBina Pad\u003c\/div\u003e\n\u003cdiv class=\"photo-frame before-frame\"\u003e\u003cimg alt=\"Before Height Pad\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\"\u003e\u003c\/div\u003e\n\u003ch3\u003ePehle\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arrow-mobile\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"person-mobile\"\u003e\n\u003cdiv class=\"height-tag\"\u003e+3.5cm Upar\u003c\/div\u003e\n\u003cdiv class=\"photo-frame after-frame\"\u003e\u003cimg alt=\"After Height Pad\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\"\u003e\u003c\/div\u003e\n\u003ch3\u003eBaad Mein\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85em; color: #666;\"\u003eBahar se bilkul invisible — sirf aap ko pata hoga 😏\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Height Options --\u003e\n\u003cdiv class=\"size-section\"\u003e\n\u003ch2\u003e📏 Height Options\u003c\/h2\u003e\n\u003c!-- 2.5cm --\u003e\n\u003cdiv class=\"size-card-mobile\"\u003e\n\u003cdiv class=\"size-header\"\u003e\n\u003ch3\u003e2.5 cm\u003c\/h3\u003e\n\u003cspan class=\"size-boost-tag\"\u003e≈ 1 inch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e👞\u003c\/span\u003e \u003cspan\u003eIn Jooto Ke Saath Perfect:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eSneakers • Loafers • Office Shoes • Casual Wear  • Formal Shoes\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-features\"\u003e\n\u003cspan\u003e✅ Rozana pehne ke liye ideal\u003c\/span\u003e \u003cspan\u003e✅ Ekdum natural feel — koi discomfort nahi\u003c\/span\u003e \u003cspan\u003e✅ Har shoe type mein easily fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3.5cm — Most Popular --\u003e\n\u003cdiv class=\"size-card-mobile popular\"\u003e\n\u003cdiv class=\"popular-tag\"\u003e⭐ MOST POPULAR\u003c\/div\u003e\n\u003cdiv class=\"size-header\"\u003e\n\u003ch3\u003e3.5 cm\u003c\/h3\u003e\n\u003cspan class=\"size-boost-tag\"\u003e≈ 1.4 inch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"works-with-section\"\u003e\n\u003cdiv class=\"works-with-header\"\u003e\n\u003cspan class=\"icon\"\u003e👟\u003c\/span\u003e \u003cspan\u003eIn Jooto Ke Saath Perfect:\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-for-label\"\u003e\u003cspan class=\"text\"\u003eSneakers • Boots • Joggers • High-Tops\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-features\"\u003e\n\u003cspan\u003e✅ Maximum boost — shadi, events, dates\u003c\/span\u003e \u003cspan\u003e✅ Popcorn EVA sole — din bhar comfortable\u003c\/span\u003e \u003cspan\u003e✅ Sabse zyada pasand kiya jaane wala size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- How to Use --\u003e\n\u003cdiv class=\"steps-section\"\u003e\n\u003ch2\u003e📋 How to Use\u003c\/h2\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eJoote Ki Heel Mein Rakhein\u003c\/h4\u003e\n\u003cp\u003eHeight pad ko joote ke pichle hisse (heel area) mein rakhein\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003ePress Karein — Secure Ho Jayega\u003c\/h4\u003e\n\u003cp\u003eFirmly press karein taake pad flat aur stable ho jaye\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e3\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eJoota Pehno Aur Nikal Paro! 🚀\u003c\/h4\u003e\n\u003cp\u003eNormal wear karein — kisi ko pata nahi chalega!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv class=\"occasions-section\"\u003e\n\u003ch2\u003e🎉 Perfect For\u003c\/h2\u003e\n\u003cdiv class=\"occasions-list\"\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e🤵\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eShadi — Dulha Ho Ya Baraati\u003c\/h4\u003e\n\u003cp\u003eHar kisi se upar dikh ke apna best look dein\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e💼\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eOffice \u0026amp; Job Interviews\u003c\/h4\u003e\n\u003cp\u003eConfident aur commanding presence ke liye\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eFirst Date\u003c\/h4\u003e\n\u003cp\u003ePehli mulaqat mein best impression dein\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e📸\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003ePhotos \u0026amp; Videos\u003c\/h4\u003e\n\u003cp\u003eHar tasveer mein tall aur confident dikhein\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e👗\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eGirls \u0026amp; Women\u003c\/h4\u003e\n\u003cp\u003eFlats mein bhi heels jaisa feel — bina takleef ke\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cdiv class=\"occasion-icon\"\u003e🌟\u003c\/div\u003e\n\u003cdiv class=\"occasion-text\"\u003e\n\u003ch4\u003eRozana Ke Liye\u003c\/h4\u003e\n\u003cp\u003eSubah se raat tak — comfort ke sath height boost\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Trust Bar --\u003e\u003c!-- Footer Note --\u003e\n\u003cdiv class=\"footer-note\"\u003e* Package mein 1 pair (2 pcs) shamil hai. 2.5cm aur 3.5cm mein available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  :root {\n    --green: #1a7a4a;\n    --green-light: #22c55e;\n    --green-pale: #f0fdf4;\n    --navy: #0f172a;\n    --charcoal: #1e293b;\n    --white: #ffffff;\n    --cream: #fafff6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--cream);\n    font-family: 'Nunito', sans-serif;\n    color: var(--navy);\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--navy);\n    position: relative;\n    overflow: hidden;\n    padding: clamp(36px, 6vw, 64px) clamp(16px, 5vw, 48px) clamp(32px, 5vw, 56px);\n    text-align: center;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 80% 60% at 50% 110%, #1a7a4a44 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(10px, 2vw, 13px);\n    letter-spacing: 4px;\n    color: var(--green-light);\n    margin-bottom: 10px;\n    animation: fadeUp 0.6s ease both;\n  }\n\n  .hero-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(60px, 16vw, 100px);\n    color: var(--white);\n    line-height: 0.95;\n    animation: fadeUp 0.6s 0.1s ease both;\n  }\n\n  .hero-title span { color: var(--green-light); }\n\n  .hero-sub {\n    font-size: clamp(13px, 2.5vw, 16px);\n    color: #94a3b8;\n    margin-top: 14px;\n    line-height: 1.6;\n    animation: fadeUp 0.6s 0.2s ease both;\n  }\n\n  .hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin-top: 24px;\n    animation: fadeUp 0.6s 0.3s ease both;\n  }\n\n  .badge {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.12);\n    color: #e2e8f0;\n    font-size: clamp(10px, 1.8vw, 12px);\n    font-weight: 700;\n    padding: 5px 13px;\n    border-radius: 100px;\n  }\n\n  .badge.green {\n    background: rgba(34,197,94,0.15);\n    border-color: rgba(34,197,94,0.3);\n    color: var(--green-light);\n  }\n\n  \/* ── HOOK ── *\/\n  .hook-block {\n    background: var(--navy);\n    border-top: 3px solid var(--green-light);\n    padding: clamp(24px, 4vw, 40px) clamp(16px, 5vw, 40px);\n    text-align: center;\n  }\n\n  .hook-block p {\n    font-size: clamp(14px, 2.5vw, 17px);\n    line-height: 1.8;\n    color: #cbd5e1;\n    max-width: 560px;\n    margin: 0 auto;\n  }\n\n  .hook-block strong { color: var(--green-light); }\n\n  \/* ── SECTION CONTAINERS ── *\/\n  .height-section,\n  .for-section {\n    padding: clamp(32px, 5vw, 52px) clamp(16px, 5vw, 40px);\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .features-inner,\n  .howto-inner {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .section-label {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 10px;\n    letter-spacing: 3px;\n    color: var(--green);\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n\n  .section-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(28px, 6vw, 40px);\n    color: var(--navy);\n    margin-bottom: 20px;\n    line-height: 1.1;\n  }\n\n  \/* ── HEIGHT CARDS ── *\/\n  .height-cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n\n  .height-card {\n    border: 2px solid #e2e8f0;\n    border-radius: 16px;\n    padding: clamp(16px, 3vw, 26px) clamp(14px, 2.5vw, 22px);\n    position: relative;\n    background: white;\n    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    animation: fadeUp 0.5s ease both;\n  }\n\n  .height-card:hover {\n    border-color: var(--green-light);\n    transform: translateY(-3px);\n    box-shadow: 0 12px 32px rgba(22,163,74,0.12);\n  }\n\n  .height-card.popular {\n    border-color: var(--green-light);\n    background: linear-gradient(135deg, #f0fdf4 0%, white 100%);\n  }\n\n  .popular-tag {\n    position: absolute;\n    top: -11px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: var(--green);\n    color: white;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    padding: 3px 12px;\n    border-radius: 100px;\n    white-space: nowrap;\n  }\n\n  .height-cm {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(48px, 10vw, 60px);\n    color: var(--navy);\n    line-height: 1;\n  }\n\n  .height-cm span { font-size: clamp(18px, 3.5vw, 22px); color: var(--green); }\n\n  .height-inch {\n    font-size: 13px;\n    color: #64748b;\n    font-weight: 600;\n    margin-top: 2px;\n  }\n\n  .height-desc {\n    font-size: clamp(12px, 1.8vw, 13px);\n    color: #475569;\n    margin-top: 10px;\n    line-height: 1.55;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-section {\n    background: var(--navy);\n    padding: clamp(32px, 5vw, 52px) clamp(16px, 5vw, 40px);\n  }\n\n  .features-section .section-title { color: white; }\n  .features-section .section-label { color: var(--green-light); }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .feature-item {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 14px;\n    padding: clamp(14px, 2vw, 20px);\n    transition: background 0.2s, border-color 0.2s;\n    animation: fadeUp 0.5s ease both;\n  }\n\n  .feature-item:hover {\n    background: rgba(34,197,94,0.08);\n    border-color: rgba(34,197,94,0.2);\n  }\n\n  .feature-icon { font-size: clamp(20px, 3vw, 26px); margin-bottom: 10px; display: block; }\n  .feature-title { font-size: clamp(12px, 1.8vw, 14px); font-weight: 800; color: white; margin-bottom: 4px; }\n  .feature-desc { font-size: clamp(11px, 1.4vw, 12px); color: #94a3b8; line-height: 1.5; }\n\n  \/* ── WHO IT'S FOR ── *\/\n  .for-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .for-pill {\n    background: white;\n    border: 2px solid #e2e8f0;\n    border-radius: 100px;\n    padding: 9px 18px;\n    font-size: clamp(12px, 2vw, 14px);\n    font-weight: 700;\n    color: var(--charcoal);\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    transition: all 0.2s;\n    animation: fadeUp 0.5s ease both;\n  }\n\n  .for-pill:hover {\n    border-color: var(--green-light);\n    background: var(--green-pale);\n    transform: scale(1.03);\n  }\n\n  \/* ── HOW TO USE ── *\/\n  .howto-section {\n    background: linear-gradient(135deg, #0f172a 0%, #1a2e1a 100%);\n    padding: clamp(32px, 5vw, 52px) clamp(16px, 5vw, 40px);\n  }\n\n  .howto-section .section-title { color: white; }\n  .howto-section .section-label { color: var(--green-light); }\n\n  .steps {\n    position: relative;\n    margin-top: 24px;\n  }\n\n  .steps::before {\n    content: '';\n    position: absolute;\n    left: 23px;\n    top: 24px;\n    bottom: 24px;\n    width: 2px;\n    background: linear-gradient(to bottom, var(--green-light), transparent);\n  }\n\n  .step {\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n    padding: 14px 0;\n    animation: fadeUp 0.5s ease both;\n  }\n\n  .step-num {\n    width: 46px;\n    height: 46px;\n    min-width: 46px;\n    background: var(--green);\n    color: white;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 21px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .step-text { padding-top: 8px; }\n\n  .step-urdu {\n    font-size: clamp(13px, 2.2vw, 15px);\n    font-weight: 800;\n    color: var(--white);\n    margin-bottom: 4px;\n  }\n\n  .step-en {\n    font-size: clamp(11px, 1.6vw, 13px);\n    color: #64748b;\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .trust-bar {\n    background: var(--green);\n    padding: 18px clamp(16px, 4vw, 32px);\n  }\n\n  .trust-bar-inner {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .trust-item {\n    color: white;\n    font-size: clamp(11px, 1.8vw, 13px);\n    font-weight: 800;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    background: rgba(0,0,0,0.1);\n    padding: 10px 14px;\n    border-radius: 10px;\n  }\n\n  \/* ── FOOTER ── *\/\n  .footer-note {\n    text-align: center;\n    padding: 20px clamp(16px, 4vw, 32px);\n    font-size: 11px;\n    color: #94a3b8;\n    line-height: 1.6;\n    background: var(--cream);\n  }\n\n  \/* ── DIVIDER ── *\/\n  .divider {\n    height: 1px;\n    background: linear-gradient(to right, transparent, #e2e8f0, transparent);\n  }\n\n  \/* ── ANIMATIONS ── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(14px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ── DESKTOP: 3-col features, 2-col trust ── *\/\n  @media (min-width: 600px) {\n    .trust-bar-inner {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n\n  \/* ── MOBILE: collapse to 1 col ── *\/\n  @media (max-width: 500px) {\n    .height-cards { grid-template-columns: 1fr; }\n    .features-grid { grid-template-columns: 1fr 1fr; }\n  }\n\n  @media (max-width: 360px) {\n    .features-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e","brand":"StepInsoles","offers":[{"title":"3.5 \/ 1 Pair Rs.1200","offer_id":52227929014561,"sku":null,"price":1200.0,"currency_code":"PKR","in_stock":true},{"title":"3.5 \/ 2 Pairs Rs.1599 🔥","offer_id":52594927403297,"sku":null,"price":1599.0,"currency_code":"PKR","in_stock":true},{"title":"3.5 \/ 3 Pairs Rs.1799 🔥🔥","offer_id":52533581316385,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true},{"title":"2.5 \/ 1 Pair Rs.1200","offer_id":52227929047329,"sku":null,"price":1100.0,"currency_code":"PKR","in_stock":true},{"title":"2.5 \/ 2 Pairs Rs.1599 🔥","offer_id":52594927436065,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"2.5 \/ 3 Pairs Rs.1799 🔥🔥","offer_id":52533581381921,"sku":null,"price":1699.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/IMG-3556.jpg?v=1772683590"},{"product_id":"height-increase-insoles-eva","title":"Height Increase Insoles EVA","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/H2490c48c76b94976b586357ad20ff536w_jpg_960x960q75_jpg.png?v=1776239155\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/S474c1f13efee47f2a3d2c433ba621c77T_jpg_960x960q75_jpg.png?v=1776239154\" alt=\"\"\u003e\u003c\/p\u003e","brand":"StepInsoles","offers":[{"title":"3cm \/ 1 Pair Rs.1700 \/ 35-46 (Cut to fit ✂️)","offer_id":52228014113057,"sku":null,"price":1700.0,"currency_code":"PKR","in_stock":true},{"title":"3cm \/ 2 Pair Rs.2299 🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52534481518881,"sku":null,"price":2299.0,"currency_code":"PKR","in_stock":true},{"title":"3cm \/ 3 pair Rs.2799 🔥🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52534481551649,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/3A3A2117-733A-4CDC-94D6-98C1CAA05B22.jpg?v=1772585342"},{"product_id":"arch-support-insoles","title":"Arch Support Insoles","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Sa16cbd4d867049048707325864b29abdE_jpg_960x960q75_jpg.png?v=1776237274\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Sb2bf15c2319945deb2e7844f8826485a3_jpg_960x960q75_jpg.png?v=1776237274\" alt=\"\"\u003e\u003c\/p\u003e","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1500 \/ 35-46 (Cut to fit ✂️)","offer_id":52534407463201,"sku":null,"price":1500.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52534407627041,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"3 pair Rs.2099 🔥🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52534407790881,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/43740669-6719-4991-9B79-E5191B55D79B.jpg?v=1772585217"},{"product_id":"4d-massage-insoles","title":"5D Massage Insoles","description":"\u003c!-- ================================================\n     5D MASSAGE INSOLES — PRODUCT DESCRIPTION\n     StepInsoles.pk | Paste into Shopify Description (HTML mode)\n     ================================================ --\u003e\n\u003cstyle\u003e\n  .si-desc {\n    font-family: 'Segoe UI', sans-serif;\n    color: #1a1a2e;\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0;\n  }\n\n  \/* PAIN HOOK *\/\n  .si-pain-hook {\n    background: linear-gradient(135deg, #0d1b4b 0%, #1a3a6b 100%);\n    color: #fff;\n    border-radius: 14px;\n    padding: 28px 30px;\n    margin-bottom: 28px;\n    text-align: center;\n  }\n  .si-pain-hook p {\n    font-size: 17px;\n    line-height: 1.7;\n    margin: 0 0 8px;\n    opacity: 0.93;\n  }\n  .si-pain-hook .hook-headline {\n    font-size: 22px;\n    font-weight: 700;\n    color: #4ade80;\n    margin: 12px 0 0;\n    line-height: 1.4;\n  }\n\n  \/* SOLUTION INTRO *\/\n  .si-solution {\n    background: #f0fdf4;\n    border-left: 5px solid #16a34a;\n    border-radius: 0 12px 12px 0;\n    padding: 20px 24px;\n    margin-bottom: 28px;\n    font-size: 16px;\n    line-height: 1.7;\n    color: #14532d;\n  }\n\n  \/* BENEFITS GRID *\/\n  .si-benefits-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin: 0 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #4ade80;\n    display: inline-block;\n  }\n  .si-benefits-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .si-benefit-card {\n    background: #fff;\n    border: 1.5px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .si-benefit-icon {\n    font-size: 26px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .si-benefit-text strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin-bottom: 4px;\n  }\n  .si-benefit-text span {\n    font-size: 13px;\n    color: #64748b;\n    line-height: 1.5;\n  }\n\n  \/* WHO IS IT FOR *\/\n  .si-for-section {\n    background: #0d1b4b;\n    border-radius: 14px;\n    padding: 24px 28px;\n    margin-bottom: 28px;\n    color: #fff;\n  }\n  .si-for-section h3 {\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 16px;\n    color: #4ade80;\n  }\n  .si-for-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  .si-for-list li {\n    font-size: 14px;\n    color: #e2e8f0;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    line-height: 1.4;\n  }\n  .si-for-list li::before {\n    content: \"✓\";\n    color: #4ade80;\n    font-weight: 700;\n    font-size: 16px;\n    flex-shrink: 0;\n  }\n\n  \/* SPECS TABLE *\/\n  .si-specs-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin: 0 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #4ade80;\n    display: inline-block;\n  }\n  .si-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 28px;\n    font-size: 14px;\n  }\n  .si-specs-table tr {\n    border-bottom: 1px solid #e2e8f0;\n  }\n  .si-specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .si-specs-table td {\n    padding: 12px 14px;\n    vertical-align: top;\n    line-height: 1.5;\n  }\n  .si-specs-table td:first-child {\n    font-weight: 600;\n    color: #0d1b4b;\n    width: 38%;\n    background: #f8fafc;\n  }\n  .si-specs-table td:last-child {\n    color: #374151;\n  }\n\n  \/* HOW TO USE *\/\n  .si-how-section {\n    background: #f8fafc;\n    border-radius: 14px;\n    padding: 24px 28px;\n    margin-bottom: 28px;\n  }\n  .si-how-section h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin: 0 0 16px;\n  }\n  .si-steps {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .si-steps li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: 14px;\n    color: #374151;\n    line-height: 1.5;\n  }\n  .si-step-num {\n    background: #0d1b4b;\n    color: #fff;\n    font-weight: 700;\n    font-size: 13px;\n    min-width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  \/* REVIEW *\/\n  .si-review-box {\n    background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);\n    border: 1.5px solid #fde047;\n    border-radius: 14px;\n    padding: 22px 26px;\n    margin-bottom: 28px;\n  }\n  .si-review-stars {\n    color: #eab308;\n    font-size: 20px;\n    margin-bottom: 10px;\n    letter-spacing: 2px;\n  }\n  .si-review-text {\n    font-size: 15px;\n    color: #422006;\n    line-height: 1.7;\n    font-style: italic;\n    margin: 0 0 10px;\n  }\n  .si-review-author {\n    font-size: 13px;\n    font-weight: 600;\n    color: #78350f;\n  }\n\n  \/* GUARANTEE BANNER *\/\n  .si-guarantee {\n    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);\n    border-radius: 14px;\n    padding: 22px 26px;\n    margin-bottom: 28px;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n  }\n  .si-guarantee-icon {\n    font-size: 40px;\n    flex-shrink: 0;\n  }\n  .si-guarantee-text strong {\n    display: block;\n    font-size: 17px;\n    font-weight: 700;\n    margin-bottom: 5px;\n  }\n  .si-guarantee-text p {\n    font-size: 14px;\n    margin: 0;\n    opacity: 0.92;\n    line-height: 1.6;\n  }\n\n  \/* DELIVERY INFO *\/\n  .si-delivery {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n  .si-delivery-card {\n    background: #f8fafc;\n    border: 1.5px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .si-delivery-card .d-icon {\n    font-size: 26px;\n    margin-bottom: 8px;\n  }\n  .si-delivery-card strong {\n    display: block;\n    font-size: 13px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin-bottom: 4px;\n  }\n  .si-delivery-card span {\n    font-size: 12px;\n    color: #64748b;\n    line-height: 1.4;\n  }\n\n  \/* FAQ *\/\n  .si-faq-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin: 0 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #4ade80;\n    display: inline-block;\n  }\n  .si-faq-item {\n    border-bottom: 1px solid #e2e8f0;\n    padding: 16px 0;\n  }\n  .si-faq-item:last-child {\n    border-bottom: none;\n  }\n  .si-faq-q {\n    font-size: 15px;\n    font-weight: 600;\n    color: #0d1b4b;\n    margin: 0 0 8px;\n  }\n  .si-faq-a {\n    font-size: 14px;\n    color: #374151;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .si-benefits-grid { grid-template-columns: 1fr; }\n    .si-for-list { grid-template-columns: 1fr; }\n    .si-delivery { grid-template-columns: 1fr; }\n    .si-pain-hook { padding: 22px 18px; }\n    .si-guarantee { flex-direction: column; text-align: center; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"si-desc\"\u003e\n\u003c!-- PAIN HOOK --\u003e\n\u003cdiv class=\"si-pain-hook\"\u003e\n\u003cp class=\"hook-headline\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/Hd137e8050d214724a03fcea8114005896.jpg?v=1776237870\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"hook-headline\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/S075693b9ccb74edcbbe21412d58c494aG.png?v=1776237870\" alt=\"\"\u003eAb har qadam mein massage feel karo 🦶\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SOLUTION --\u003e\n\u003cdiv class=\"si-solution\"\u003e\n\u003cstrong\u003e5D Massage Insoles\u003c\/strong\u003e technology aapke paaon ke pressure points ko activate karti hai — exactly jaise ek professional foot massage karta hai — lekin aapke apne joote ke andar.\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-benefits-title\"\u003e✦ Kya Milega Aapko\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-benefits-grid\"\u003e\n\u003cdiv class=\"si-benefit-card\"\u003e\n\u003cdiv class=\"si-benefit-icon\"\u003e💆\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-text\"\u003e\n\u003cstrong\u003eInstant Dard Se Rahat\u003c\/strong\u003e \u003cspan\u003e5D massage nodes paaon ke thके hoe muscles ko relax karte hain — pehle qadam se hi farq mehsoos hoga\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-card\"\u003e\n\u003cdiv class=\"si-benefit-icon\"\u003e🩺\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-text\"\u003e\n\u003cstrong\u003eArch Support\u003c\/strong\u003e \u003cspan\u003eFlat foot aur heel pain ke liye specially designed arch support — takhne aur ghutne ka bojh evenly distribute hota hai\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-card\"\u003e\n\u003cdiv class=\"si-benefit-icon\"\u003e🌬️\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-text\"\u003e\n\u003cstrong\u003eAnti-Odor \u0026amp; Breathable\u003c\/strong\u003e \u003cspan\u003eBreathable material paaon ko fresh rakhta hai — din bhar wearing ke baad bhi koi bad smell nahi\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-card\"\u003e\n\u003cdiv class=\"si-benefit-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-text\"\u003e\n\u003cstrong\u003eBlood Circulation Behtar\u003c\/strong\u003e \u003cspan\u003eMassage nodes blood flow improve karte hain — din bhar energy level high rehta hai, thakan kam hoti hai\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-card\"\u003e\n\u003cdiv class=\"si-benefit-icon\"\u003e✂️\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-text\"\u003e\n\u003cstrong\u003eHar Size Mein Fit\u003c\/strong\u003e \u003cspan\u003eCut-to-size design — size 37 se 46 tak. Kisi bhi joote mein fit karo: sneakers, formal shoes, sandals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-card\"\u003e\n\u003cdiv class=\"si-benefit-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"si-benefit-text\"\u003e\n\u003cstrong\u003eLong Lasting Cushioning\u003c\/strong\u003e \u003cspan\u003ePremium memory foam jo compress nahi hota — mahino tak naya jaisa feel deta hai\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHO IS IT FOR --\u003e\u003c!-- SPECS --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-specs-title\"\u003e📋 Technical Specifications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable class=\"si-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Memory Foam + TPE Massage Nodes + EVA Base Layer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTechnology\u003c\/td\u003e\n\u003ctd\u003e5-Point Acupressure Massage System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSizes Available\u003c\/td\u003e\n\u003ctd\u003e37-38 | 39-40 | 41-42 | 43-44 | 45-46\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003eMen \u0026amp; Women both\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThickness\u003c\/td\u003e\n\u003ctd\u003e5–6mm (thin enough for most shoes)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBreathable\u003c\/td\u003e\n\u003ctd\u003eYes — anti-sweat \u0026amp; anti-odor surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWashable\u003c\/td\u003e\n\u003ctd\u003eYes — hand wash, air dry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003e6–12 months with daily use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Shoes\u003c\/td\u003e\n\u003ctd\u003eSneakers, formal shoes, loafers, boots, sports shoes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"si-how-section\"\u003e\n\u003ch3\u003e📖 Kaise Use Karein\u003c\/h3\u003e\n\u003col class=\"si-steps\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003eApne joote ki purani insole nikaal dein (agar removable ho)\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e5D Massage Insole joote ke andar rakhein — heel part heel se match kare\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003eAgar size zyada lage toh toe area se thoda trim karein — heel se kabhi mat kaatein\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003eJoota pehen lein — pehle din se hi farq mehsoos hoga\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003eHar 2 hafte mein mild soap se dho kar air dry karein\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW --\u003e\u003c!-- GUARANTEE --\u003e\u003c!-- DELIVERY --\u003e\n\u003cdiv class=\"si-delivery\"\u003e\n\u003cdiv class=\"si-delivery-card\"\u003e\n\u003cdiv class=\"d-icon\"\u003e💵\u003c\/div\u003e\n\u003cstrong\u003eCash on Delivery\u003c\/strong\u003e \u003cspan\u003eDelivery pe pay karein. Pehle khol ke check karein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-delivery-card\"\u003e\n\u003cdiv class=\"d-icon\"\u003e🚚\u003c\/div\u003e\n\u003cstrong\u003e1–3 Din Delivery\u003c\/strong\u003e \u003cspan\u003eLahore: 1–2 din\u003cbr\u003eBaqi Pakistan: 2–3 din\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-delivery-card\"\u003e\n\u003cdiv class=\"d-icon\"\u003e📦\u003c\/div\u003e\n\u003cstrong\u003eFree Shipping\u003c\/strong\u003e \u003cspan\u003ePoore Pakistan mein — koi extra charge nahi\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-faq-title\"\u003e❓ Aksar Pooche Jaane Wale Sawalat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-faq-item\"\u003e\n\u003cp class=\"si-faq-q\"\u003eKya yeh insoles sach mein dard mein fayda dete hain?\u003c\/p\u003e\n\u003cp class=\"si-faq-a\"\u003eHaan — 5D massage nodes acupressure points pe pressure daal ke muscles ko relax karte hain aur blood circulation improve karte hain. Zyada tar customers pehle din se hi rahat report karte hain, khaas tor pe heel aur arch pain mein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-faq-item\"\u003e\n\u003cp class=\"si-faq-q\"\u003eKya yeh meri shoe size ke liye fit honge?\u003c\/p\u003e\n\u003cp class=\"si-faq-a\"\u003eJi haan — cut-to-size design hai. Size 37 se 46 tak available hain. Apna size select karein aur agar thoda adjust karna ho toh toe area se trim kar lein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-faq-item\"\u003e\n\u003cp class=\"si-faq-q\"\u003eKya women bhi use kar sakti hain?\u003c\/p\u003e\n\u003cp class=\"si-faq-a\"\u003eBilkul — yeh insoles men aur women dono ke liye hain. Heels ke andar bhi fit ho jaate hain agar enough space ho. Flat shoes, sneakers, aur office shoes ke liye best hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-faq-item\"\u003e\n\u003cp class=\"si-faq-q\"\u003eKitne time tak chalenge?\u003c\/p\u003e\n\u003cp class=\"si-faq-a\"\u003eDaily use ke saath 6–12 mahine asaani se chalte hain. Regular cleaning se life aur bhi barh jaati hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-faq-item\"\u003e\n\u003cp class=\"si-faq-q\"\u003e2 pair ya 3 pair bundle kyun lein?\u003c\/p\u003e\n\u003cp class=\"si-faq-a\"\u003eZyada tar log 2–3 joote roz badal badal ke pehnate hain — har joote mein ek insole rakh do aur har waqt comfort milti rahe. Saath hi bundle pe acha khaasa discount bhi milta hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1000 \/ 35-46 (Cut to fit ✂️)","offer_id":52534362145057,"sku":null,"price":1000.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pair Rs.1499 🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52534362177825,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"3 pair Rs.1899🔥🔥 \/ 35-46 (Cut to fit ✂️)","offer_id":52534362210593,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/F01AFB6A-7C57-4F3A-B5DA-9CAC6EAF61C8.jpg?v=1772584158"},{"product_id":"4d-cloud-insoles","title":"4D Cloud Insoles","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e4D Cloud Insoles – StepInsoles\u003c\/title\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n            background: #F2F4F7;\n            padding: 0;\n            line-height: 1.5;\n        }\n        .container {\n            max-width: 480px;\n            margin: 0 auto;\n            background: white;\n        }\n\n        \/* ── HERO HOOK ── *\/\n        .hero-hook {\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            padding: 28px 20px;\n            text-align: center;\n            color: white;\n        }\n        .hero-hook h1 {\n            font-size: 1.5em;\n            font-weight: 800;\n            margin-bottom: 8px;\n            line-height: 1.3;\n        }\n        .hero-hook p {\n            font-size: 0.9em;\n            color: rgba(255,255,255,0.8);\n            line-height: 1.6;\n        }\n        .hero-hook .highlight {\n            color: #FFD700;\n            font-weight: 700;\n        }\n\n        \/* ── BEFORE \/ AFTER ── *\/\n        .before-after {\n            background: white;\n            padding: 30px 20px;\n            text-align: center;\n        }\n        .before-after h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n        }\n        .comparison-mobile {\n            display: flex;\n            justify-content: center;\n            align-items: flex-end;\n            gap: 30px;\n            margin-bottom: 16px;\n        }\n        .person-mobile { text-align: center; }\n        .photo-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 3px solid #1F4E79;\n            box-shadow: 0 6px 20px rgba(31,78,121,0.25);\n            margin: 0 auto 10px;\n            background: #EDF2F7;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .photo-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n        .before-frame { width: 110px; height: 190px; }\n        .after-frame {\n            width: 110px; height: 210px;\n            filter: brightness(1.06) contrast(1.02);\n            box-shadow: 0 8px 24px rgba(31,78,121,0.3);\n        }\n        .state-tag {\n            background: #1F4E79;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-size: 0.8em;\n            font-weight: bold;\n            display: inline-block;\n            margin-bottom: 5px;\n        }\n        .state-tag.pain { background: #c0392b; }\n        .state-tag.relief { background: #27ae60; }\n        .person-mobile h3 { font-size: 1em; color: #2c3e50; margin-top: 8px; }\n        .arrow-mobile {\n            font-size: 2em;\n            color: #1F4E79;\n            animation: bounce 2s infinite;\n        }\n        @keyframes bounce {\n            0%, 100% { transform: translateX(0); }\n            50% { transform: translateX(5px); }\n        }\n        .ba-note {\n            font-size: 0.82em;\n            color: #888;\n            margin-top: 6px;\n        }\n\n        \/* ── PAIN POINTS STRIP ── *\/\n        .pain-strip {\n            background: #FFF8F0;\n            border-top: 3px solid #e74c3c;\n            border-bottom: 3px solid #e74c3c;\n            padding: 18px 20px;\n        }\n        .pain-strip h3 {\n            font-size: 1em;\n            color: #c0392b;\n            font-weight: 800;\n            margin-bottom: 12px;\n            text-align: center;\n        }\n        .pain-list {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        .pain-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 0.88em;\n            color: #555;\n        }\n        .pain-icon { font-size: 1.2em; flex-shrink: 0; }\n\n        \/* ── FEATURES GRID ── *\/\n        .features-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        .features-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n        }\n        .feature-card {\n            background: #F2F4F7;\n            border-radius: 12px;\n            padding: 16px;\n            text-align: center;\n        }\n        .feature-card .fi { font-size: 1.8em; margin-bottom: 8px; }\n        .feature-card h4 { font-size: 0.9em; color: #2c3e50; font-weight: 700; margin-bottom: 4px; }\n        .feature-card p { font-size: 0.8em; color: #666; line-height: 1.4; }\n\n        \/* ── SIZE GUIDE ── *\/\n        .size-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        .size-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        .size-card-mobile {\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        .size-card-mobile.popular {\n            border-color: #1F4E79;\n            background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        }\n        .popular-tag {\n            position: absolute;\n            top: -10px;\n            right: 15px;\n            background: #1F4E79;\n            color: white;\n            padding: 3px 10px;\n            border-radius: 12px;\n            font-size: 0.7em;\n            font-weight: bold;\n        }\n        .size-header {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 12px;\n        }\n        .size-header h3 { font-size: 1.5em; color: #2c3e50; font-weight: 800; }\n        .size-boost-tag {\n            background: #EDF2F7;\n            color: #1F4E79;\n            font-size: 0.78em;\n            font-weight: 700;\n            padding: 4px 10px;\n            border-radius: 8px;\n        }\n        .works-with-section { margin-bottom: 12px; }\n        .works-with-header {\n            font-size: 0.95em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .perfect-for-label {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 0.85em;\n            color: #1F4E79;\n            font-weight: 600;\n            padding: 8px 12px;\n            background: #EDF2F7;\n            border-radius: 8px;\n            margin-bottom: 10px;\n        }\n        .size-features {\n            font-size: 0.85em;\n            color: #555;\n            line-height: 1.8;\n            background: #F2F4F7;\n            padding: 10px 12px;\n            border-radius: 8px;\n        }\n        .size-features span { display: block; }\n\n        \/* ── HOW TO USE ── *\/\n        .steps-section {\n            padding: 30px 20px;\n            background: #F2F4F7;\n        }\n        .steps-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        .step-mobile {\n            background: white;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n        .step-number-mobile {\n            width: 45px;\n            height: 45px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3em;\n            font-weight: bold;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31, 78, 121, 0.2);\n        }\n        .step-content { flex: 1; }\n        .step-content h4 { font-size: 1.05em; color: #2c3e50; margin-bottom: 5px; }\n        .step-content p { font-size: 0.9em; color: #666; }\n\n        \/* ── OCCASIONS ── *\/\n        .occasions-section {\n            padding: 30px 20px;\n            background: white;\n        }\n        .occasions-section h2 {\n            font-size: 1.3em;\n            margin-bottom: 20px;\n            text-align: center;\n            color: #2c3e50;\n        }\n        .occasions-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        .occasion-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px;\n            background: #F2F4F7;\n            border-radius: 8px;\n        }\n        .occasion-icon { font-size: 1.8em; flex-shrink: 0; }\n        .occasion-text h4 { font-size: 1em; color: #2c3e50; margin-bottom: 2px; }\n        .occasion-text p { font-size: 0.85em; color: #666; }\n\n        \/* ── TRUST BAR ── *\/\n        .trust-bar {\n            background: #1F4E79;\n            padding: 16px 20px;\n        }\n        .trust-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n        }\n        .trust-item {\n            color: white;\n            font-size: 0.8em;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            background: rgba(255,255,255,0.1);\n            padding: 8px 10px;\n            border-radius: 8px;\n        }\n\n        \/* ── FOOTER ── *\/\n        .footer-note {\n            padding: 16px 20px;\n            font-size: 0.75em;\n            color: #999;\n            text-align: center;\n            line-height: 1.6;\n            background: white;\n        }\n\n        \/* ── DIVIDER ── *\/\n        .divider { height: 8px; background: #F2F4F7; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n\n  \u003c!-- HERO HOOK --\u003e\n  \u003cdiv class=\"hero-hook\"\u003e\n    \u003ch1\u003eDin Bhar Ke Dard Se\u003cbr\u003e\u003cspan class=\"highlight\"\u003eEk Hi Din Mein Chutkara\u003c\/span\u003e 🦶\u003c\/h1\u003e\n    \u003cp\u003e4D Cloud Insoles — har qadam mein cloud jaisi comfort.\u003cbr\u003ePaon ka dard, thakawat, aur takleef \u003cstrong\u003ekhatam\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BEFORE \/ AFTER --\u003e\n  \u003cdiv class=\"before-after\"\u003e\n    \u003ch2\u003e😫 → 😌 Farq Mehsoos Karo\u003c\/h2\u003e\n    \u003cdiv class=\"comparison-mobile\"\u003e\n      \u003cdiv class=\"person-mobile\"\u003e\n        \u003cdiv class=\"state-tag pain\"\u003eDard Mein\u003c\/div\u003e\n        \u003cdiv class=\"photo-frame before-frame\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\" alt=\"Before 4D Cloud Insoles\"\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003ePehle\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"arrow-mobile\"\u003e→\u003c\/div\u003e\n      \u003cdiv class=\"person-mobile\"\u003e\n        \u003cdiv class=\"state-tag relief\"\u003eDard-Free\u003c\/div\u003e\n        \u003cdiv class=\"photo-frame after-frame\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/ChatGPT_Image_Feb_17_2026_08_34_11_PM.png?v=1771342649\" alt=\"After 4D Cloud Insoles\"\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eBaad Mein\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"ba-note\"\u003ePehle qadam se hi farq mehsoos hoga 🙌\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- PAIN POINTS --\u003e\n  \u003cdiv class=\"pain-strip\"\u003e\n    \u003ch3\u003e😩 Kya Aap Bhi Yeh Mehsoos Karte Ho?\u003c\/h3\u003e\n    \u003cdiv class=\"pain-list\"\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n\u003cspan class=\"pain-icon\"\u003e🦵\u003c\/span\u003e Din bhar khade rehne ke baad paon mein dard\u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n\u003cspan class=\"pain-icon\"\u003e😫\u003c\/span\u003e Edon (heel) ya panje mein jalan aur takleef\u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n\u003cspan class=\"pain-icon\"\u003e🧍\u003c\/span\u003e Lamba waqt chalne ke baad thakawat aur sujan\u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n\u003cspan class=\"pain-icon\"\u003e💼\u003c\/span\u003e Office mein ghanton beth ke bhi paon thak jaate hain\u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n\u003cspan class=\"pain-icon\"\u003e😤\u003c\/span\u003e Sasta insole jo pehle din hi chapti ho jaaye\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003e☁️ 4D Cloud Technology Kya Hai?\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"fi\"\u003e☁️\u003c\/div\u003e\n        \u003ch4\u003e4D Cloud Cushioning\u003c\/h4\u003e\n        \u003cp\u003eHar qadam mein cloud jaisi softness — paon float karte hain\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"fi\"\u003e🔵\u003c\/div\u003e\n        \u003ch4\u003eArch Support\u003c\/h4\u003e\n        \u003cp\u003eFlat foot ya high arch — dono ke liye perfect support\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"fi\"\u003e💆\u003c\/div\u003e\n        \u003ch4\u003eMassage Points\u003c\/h4\u003e\n        \u003cp\u003eChalne ke sath paon ki natural massage — thakawat door\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"fi\"\u003e💨\u003c\/div\u003e\n        \u003ch4\u003eBreathable Design\u003c\/h4\u003e\n        \u003cp\u003eAir flow technology — garmion mein bhi paon fresh rahenge\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"fi\"\u003e⚡\u003c\/div\u003e\n        \u003ch4\u003eShock Absorption\u003c\/h4\u003e\n        \u003cp\u003eImpact absorb karta hai — ghutne aur kamar ka dard bhi kam\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"fi\"\u003e✂️\u003c\/div\u003e\n        \u003ch4\u003eTrim to Fit\u003c\/h4\u003e\n        \u003cp\u003eScissors se cut karein — har shoe size mein perfectly fit\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SHOE COMPATIBILITY --\u003e\n  \u003cdiv class=\"size-section\"\u003e\n    \u003ch2\u003e👟 Kis Shoe Mein Use Karein?\u003c\/h2\u003e\n\n    \u003c!-- Everyday --\u003e\n    \u003cdiv class=\"size-card-mobile popular\"\u003e\n      \u003cdiv class=\"popular-tag\"\u003e⭐ BEST SELLER\u003c\/div\u003e\n      \u003cdiv class=\"size-header\"\u003e\n        \u003ch3\u003eRozana Ke Joote\u003c\/h3\u003e\n        \u003cspan class=\"size-boost-tag\"\u003eMost Used\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"works-with-section\"\u003e\n        \u003cdiv class=\"works-with-header\"\u003e\n          \u003cspan\u003e👞\u003c\/span\u003e\u003cspan\u003eInke Sath Ekdum Perfect:\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"perfect-for-label\"\u003e\n          \u003cspan\u003eSneakers • Loafers • Office Shoes • Casual Wear • Sandals\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-features\"\u003e\n        \u003cspan\u003e✅ Poora din pehne — zero discomfort\u003c\/span\u003e\n        \u003cspan\u003e✅ School, office, market — sab jagah\u003c\/span\u003e\n        \u003cspan\u003e✅ Ghar mein bhi pehen sakte hain\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sports --\u003e\n    \u003cdiv class=\"size-card-mobile\"\u003e\n      \u003cdiv class=\"size-header\"\u003e\n        \u003ch3\u003eSports \u0026amp; Active\u003c\/h3\u003e\n        \u003cspan class=\"size-boost-tag\"\u003eHigh Impact\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"works-with-section\"\u003e\n        \u003cdiv class=\"works-with-header\"\u003e\n          \u003cspan\u003e🏃\u003c\/span\u003e\u003cspan\u003eInke Sath Bhi Kaam Karta Hai:\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"perfect-for-label\"\u003e\n          \u003cspan\u003eRunning Shoes • Joggers • Gym Shoes • Cricket Shoes • Trainers\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-features\"\u003e\n        \u003cspan\u003e✅ Daud'te waqt shock absorb karta hai\u003c\/span\u003e\n        \u003cspan\u003e✅ Gym aur field dono ke liye suitable\u003c\/span\u003e\n        \u003cspan\u003e✅ Injury risk kam karta hai\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Work \/ Heavy Use --\u003e\n    \u003cdiv class=\"size-card-mobile\"\u003e\n      \u003cdiv class=\"size-header\"\u003e\n        \u003ch3\u003eKaam Karne Wale\u003c\/h3\u003e\n        \u003cspan class=\"size-boost-tag\"\u003eLong Shifts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"works-with-section\"\u003e\n        \u003cdiv class=\"works-with-header\"\u003e\n          \u003cspan\u003e🥾\u003c\/span\u003e\u003cspan\u003eInke Liye Khaas Taur Par:\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"perfect-for-label\"\u003e\n          \u003cspan\u003eWork Boots • Safety Boots • Formal Dress Shoes • Walking Shoes\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-features\"\u003e\n        \u003cspan\u003e✅ 8–12 ghante ki shift mein bhi aaram\u003c\/span\u003e\n        \u003cspan\u003e✅ Concrete ya hard floor par bhi kaam karta hai\u003c\/span\u003e\n        \u003cspan\u003e✅ Doctors, guards, teachers — sab ke liye\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"steps-section\"\u003e\n    \u003ch2\u003e📋 Use Karna Aasan Hai\u003c\/h2\u003e\n\n    \u003cdiv class=\"step-mobile\"\u003e\n      \u003cdiv class=\"step-number-mobile\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003ePurana Insole Nikaalo\u003c\/h4\u003e\n        \u003cp\u003eApne joote ka original insole bahar nikaalo (agar removable ho)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"step-mobile\"\u003e\n      \u003cdiv class=\"step-number-mobile\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003eSize Check Karo — Zaroorat Ho To Trim Karo\u003c\/h4\u003e\n        \u003cp\u003eInsole ke peeche cutting lines hain — scissors se apne size ke hisaab se kaat lo\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"step-mobile\"\u003e\n      \u003cdiv class=\"step-number-mobile\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003eJoote Mein Rakh Do\u003c\/h4\u003e\n        \u003cp\u003eFlat side neeche, cushion waali side upar — smooth fit ke liye press karo\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"step-mobile\"\u003e\n      \u003cdiv class=\"step-number-mobile\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003ePehno Aur Farq Mehsoos Karo! ☁️\u003c\/h4\u003e\n        \u003cp\u003ePehle qadam se hi cloud jaisi softness — din bhar aaram guaranteed\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- OCCASIONS --\u003e\n  \u003cdiv class=\"occasions-section\"\u003e\n    \u003ch2\u003e🎯 Kiske Liye Best Hai\u003c\/h2\u003e\n    \u003cdiv class=\"occasions-list\"\u003e\n\n      \u003cdiv class=\"occasion-item\"\u003e\n        \u003cdiv class=\"occasion-icon\"\u003e💼\u003c\/div\u003e\n        \u003cdiv class=\"occasion-text\"\u003e\n          \u003ch4\u003eOffice Workers \u0026amp; Teachers\u003c\/h4\u003e\n          \u003cp\u003eGhanton khade ya bethe rehne ke baad bhi paon fresh\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-item\"\u003e\n        \u003cdiv class=\"occasion-icon\"\u003e🏃\u003c\/div\u003e\n        \u003cdiv class=\"occasion-text\"\u003e\n          \u003ch4\u003eRunners \u0026amp; Athletes\u003c\/h4\u003e\n          \u003cp\u003ePerformance boost karo — paon ki fatigue aur injury risk kam karo\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-item\"\u003e\n        \u003cdiv class=\"occasion-icon\"\u003e👮\u003c\/div\u003e\n        \u003cdiv class=\"occasion-text\"\u003e\n          \u003ch4\u003eSecurity Guards \u0026amp; Police\u003c\/h4\u003e\n          \u003cp\u003eLong shift mein bhi paon fresh — hard floors par bhi aaram\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-item\"\u003e\n        \u003cdiv class=\"occasion-icon\"\u003e🛒\u003c\/div\u003e\n        \u003cdiv class=\"occasion-text\"\u003e\n          \u003ch4\u003eMarket \u0026amp; Shopping Trips\u003c\/h4\u003e\n          \u003cp\u003eGhante ghumne ke baad bhi thakawat mehsoos nahi hogi\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-item\"\u003e\n        \u003cdiv class=\"occasion-icon\"\u003e🦶\u003c\/div\u003e\n        \u003cdiv class=\"occasion-text\"\u003e\n          \u003ch4\u003eFlat Foot Ya Heel Pain Waale\u003c\/h4\u003e\n          \u003cp\u003eArch support se dard mein fori rahat — rozana ke liye suitable\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-item\"\u003e\n        \u003cdiv class=\"occasion-icon\"\u003e👴\u003c\/div\u003e\n        \u003cdiv class=\"occasion-text\"\u003e\n          \u003ch4\u003eBuzurg Afraad\u003c\/h4\u003e\n          \u003cp\u003eSoft cushioning se chalna easy — ghutne aur kamar bhi comfortable\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003cdiv class=\"trust-bar\"\u003e\n    \u003cdiv class=\"trust-grid\"\u003e\n      \u003cdiv class=\"trust-item\"\u003e🚚 1–3 Din Delivery\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e💵 Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e📦 Khol ke Dekho\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e⭐ 100K+ Customers\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER NOTE --\u003e\n  \u003cdiv class=\"footer-note\"\u003e\n    * 1 pair (2 insoles) package mein shamil hai. Cutting lines ki madad se apne joote ka size fit karein.\u003cbr\u003e\n    Agar size ke beech mein ho to bada size lein aur trim karein.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1400 \/ 35-46 (Cut to Fit ✂️)","offer_id":52534385443105,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pair Rs.1899 🔥 \/ 35-46 (Cut to Fit ✂️)","offer_id":52534385606945,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"3 pair Rs.2399 🔥🔥 \/ 35-46 (Cut to Fit ✂️)","offer_id":52534385770785,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/DFCB7E07-2965-4308-9B1A-8436B8723128.jpg?v=1772585363"},{"product_id":"sports-insoles-double-shock","title":"Sports Insoles","description":"","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1400 \/ 35-36","offer_id":52563509838113,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 37-38","offer_id":52534457368865,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 39-40","offer_id":52534457401633,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 41-42","offer_id":52534457434401,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 43-44","offer_id":52534457467169,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 45-46","offer_id":52534457499937,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 35-36","offer_id":52563509870881,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 37-38","offer_id":52534457532705,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 39-40","offer_id":52534457565473,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 41-42","offer_id":52534457598241,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 43-44","offer_id":52534457631009,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 45-46","offer_id":52534457663777,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399🔥🔥 \/ 35-36","offer_id":52563509903649,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399🔥🔥 \/ 37-38","offer_id":52534457696545,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399🔥🔥 \/ 39-40","offer_id":52534457729313,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399🔥🔥 \/ 41-42","offer_id":52534457762081,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399🔥🔥 \/ 43-44","offer_id":52534457794849,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399🔥🔥 \/ 45-46","offer_id":52534457827617,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/1DCE3A2C-DD36-40BD-A3FB-42276F8B09B0.jpg?v=1772585373"},{"product_id":"arch-support-insoles-ultra","title":"Arch Support Insoles Ultra","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n            background: #F2F4F7;\n            padding: 0;\n            line-height: 1.5;\n        }\n\n        .container {\n            max-width: 100%;\n            width: 100%;\n            margin: 0 auto;\n            background: white;\n        }\n\n        \/* ── HERO PAIN HOOK ─────────────────────────── *\/\n        .hero-section {\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            padding: 30px 20px;\n            text-align: center;\n            color: white;\n        }\n\n        .hero-section .pain-label {\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.3);\n            color: #fff;\n            font-size: 0.75em;\n            font-weight: 700;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            padding: 5px 14px;\n            border-radius: 20px;\n            display: inline-block;\n            margin-bottom: 14px;\n        }\n\n        .hero-section h1 {\n            font-size: 1.55em;\n            font-weight: 800;\n            line-height: 1.25;\n            margin-bottom: 10px;\n        }\n\n        .hero-section p {\n            font-size: 0.95em;\n            opacity: 0.88;\n            max-width: 320px;\n            margin: 0 auto;\n        }\n\n        \/* ── BEFORE \/ AFTER ─────────────────────────── *\/\n        .before-after {\n            background: white;\n            padding: 30px 20px;\n            text-align: center;\n        }\n\n        .before-after h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n        }\n\n        .comparison-mobile {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 16px;\n            margin-bottom: 20px;\n        }\n\n        .comparison-side {\n            flex: 1;\n            max-width: 145px;\n            text-align: center;\n        }\n\n        .photo-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 3px solid #1F4E79;\n            box-shadow: 0 6px 20px rgba(31,78,121,0.25);\n            margin: 0 auto 10px;\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n        }\n\n        .photo-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* grayscale for \"before\" *\/\n        .photo-frame.before-frame {\n            filter: grayscale(100%);\n            border-color: #aaa;\n        }\n\n        .comparison-label {\n            font-size: 0.78em;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #888;\n            margin-bottom: 4px;\n        }\n\n        .comparison-label.after {\n            color: #1F4E79;\n        }\n\n        .comparison-caption {\n            font-size: 0.9em;\n            color: #2c3e50;\n            font-weight: 600;\n            line-height: 1.3;\n        }\n\n        .arrow-mobile {\n            font-size: 2em;\n            color: #1F4E79;\n            flex-shrink: 0;\n            animation: bounce 2s infinite;\n        }\n\n        @keyframes bounce {\n            0%, 100% { transform: translateX(0); }\n            50% { transform: translateX(5px); }\n        }\n\n        \/* ── PAIN POINTS ────────────────────────────── *\/\n        .pain-section {\n            background: #FFF8F0;\n            border-top: 3px solid #F0A500;\n            padding: 28px 20px;\n        }\n\n        .pain-section h2 {\n            font-size: 1.15em;\n            color: #2c3e50;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        .pain-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n        }\n\n        .pain-item {\n            background: white;\n            border: 1.5px solid #fde9c0;\n            border-radius: 10px;\n            padding: 12px 10px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .pain-icon {\n            font-size: 1.4em;\n            flex-shrink: 0;\n            margin-top: 1px;\n        }\n\n        .pain-text {\n            font-size: 0.82em;\n            color: #444;\n            line-height: 1.4;\n            font-weight: 500;\n        }\n\n        \/* ── FEATURES ───────────────────────────────── *\/\n        .features-section {\n            padding: 30px 20px;\n            background: white;\n        }\n\n        .features-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .feature-card {\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 18px;\n            margin-bottom: 14px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .feature-card.highlight {\n            border-color: #1F4E79;\n            background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        }\n\n        .feature-number {\n            width: 42px;\n            height: 42px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.1em;\n            font-weight: 800;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31,78,121,0.25);\n        }\n\n        .feature-body h4 {\n            font-size: 1.02em;\n            color: #1F4E79;\n            font-weight: 800;\n            margin-bottom: 4px;\n        }\n\n        .feature-body p {\n            font-size: 0.87em;\n            color: #555;\n            line-height: 1.5;\n        }\n\n        \/* ── LAYER EXPLODED VIEW ────────────────────── *\/\n        .layers-section {\n            padding: 28px 20px;\n            background: #F2F4F7;\n            text-align: center;\n        }\n\n        .layers-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 6px;\n        }\n\n        .layers-section .subtitle {\n            font-size: 0.88em;\n            color: #666;\n            margin-bottom: 20px;\n        }\n\n        .layers-image {\n            width: 100%;\n            border-radius: 14px;\n            overflow: hidden;\n        }\n\n        .layers-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 14px;\n        }\n\n        \/* ── WHO IS IT FOR ──────────────────────────── *\/\n        .who-section {\n            padding: 30px 20px;\n            background: white;\n        }\n\n        .who-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .who-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .who-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 13px 14px;\n            background: #F2F4F7;\n            border-radius: 10px;\n        }\n\n        .who-icon {\n            font-size: 1.7em;\n            flex-shrink: 0;\n        }\n\n        .who-text h4 {\n            font-size: 0.97em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 2px;\n        }\n\n        .who-text p {\n            font-size: 0.83em;\n            color: #666;\n        }\n\n        \/* ── HOW TO USE ─────────────────────────────── *\/\n        .steps-section {\n            padding: 30px 20px;\n            background: #F2F4F7;\n        }\n\n        .steps-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .step-mobile {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .step-number-mobile {\n            width: 45px;\n            height: 45px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3em;\n            font-weight: bold;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31,78,121,0.2);\n        }\n\n        .step-content { flex: 1; }\n\n        .step-content h4 {\n            font-size: 1.02em;\n            color: #2c3e50;\n            margin-bottom: 4px;\n        }\n\n        .step-content p {\n            font-size: 0.88em;\n            color: #666;\n        }\n\n        \/* ── SPECS \/ FIT ────────────────────────────── *\/\n        .specs-section {\n            padding: 28px 20px;\n            background: white;\n        }\n\n        .specs-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        .spec-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            font-size: 0.9em;\n        }\n\n        .spec-row:last-child { border-bottom: none; }\n\n        .spec-label {\n            color: #666;\n            font-weight: 500;\n        }\n\n        .spec-value {\n            color: #1F4E79;\n            font-weight: 700;\n            text-align: right;\n            max-width: 60%;\n        }\n\n        \/* ── GUARANTEE ──────────────────────────────── *\/\n        .guarantee-section {\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            padding: 30px 20px;\n            text-align: center;\n            color: white;\n        }\n\n        .guarantee-section .badge {\n            font-size: 3em;\n            margin-bottom: 10px;\n        }\n\n        .guarantee-section h2 {\n            font-size: 1.3em;\n            font-weight: 800;\n            margin-bottom: 10px;\n        }\n\n        .guarantee-section p {\n            font-size: 0.9em;\n            opacity: 0.88;\n            line-height: 1.6;\n            max-width: 320px;\n            margin: 0 auto;\n        }\n\n        .divider {\n            height: 8px;\n            background: #F2F4F7;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO PAIN HOOK --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"pain-label\"\u003eDoctor-Recommended Design\u003c\/div\u003e\n\u003ch1\u003eFlat Feet Causing You Pain?\u003cbr\u003eWe Fixed That.\u003c\/h1\u003e\n\u003cp\u003eArch Support Insoles that actively re-align fallen arches — so every step feels supported, not strained.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- BEFORE \/ AFTER --\u003e\n\u003cdiv class=\"before-after\"\u003e\n\u003ch2\u003e👣 The Difference Is Real\u003c\/h2\u003e\n\u003cdiv class=\"comparison-mobile\"\u003e\n\u003cdiv class=\"comparison-side\"\u003e\n\u003cdiv class=\"comparison-label\"\u003eBefore\u003c\/div\u003e\n\u003cdiv class=\"photo-frame before-frame\"\u003e\u003cimg alt=\"Flat foot before arch support insole\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/WhatsApp_Image_2026-05-11_at_11.10.19_PM_1.jpg?v=1778523061\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-caption\"\u003eFallen arch, pain \u0026amp; strain\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arrow-mobile\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"comparison-side\"\u003e\n\u003cdiv class=\"comparison-label after\"\u003eAfter\u003c\/div\u003e\n\u003cdiv class=\"photo-frame\"\u003e\u003cimg alt=\"Foot with StepInsoles arch support\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/WhatsApp_Image_2026-05-11_at_11.10.19_PM.jpg?v=1778523060\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-caption\"\u003eLifted arch, zero pain ✨\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- PAIN POINTS --\u003e\n\u003cdiv class=\"pain-section\"\u003e\n\u003ch2\u003e😣 Sound Familiar?\u003c\/h2\u003e\n\u003cdiv class=\"pain-grid\"\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e🦶\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eFlat feet \u0026amp; fallen arches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eHeel pain \u0026amp; plantar fasciitis\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e😣\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eKnee \u0026amp; lower back aches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e😴\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eFoot fatigue after standing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e↩️\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eOverpronation (ankles rolling in)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eShock on every step\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2\u003e🔬 How It Works\u003c\/h2\u003e\n\u003cdiv class=\"feature-card highlight\"\u003e\n\u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eHigh Arch Core\u003c\/h4\u003e\n\u003cp\u003eProvides robust, skeletal support to lift and maintain the longitudinal arch — correcting flat feet from the ground up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eTargeted Gel Cushioning\u003c\/h4\u003e\n\u003cp\u003eDual gel zones at heel and forefoot distribute pressure evenly and absorb shock with every step, reducing strain on joints.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eStabilizing Heel Cup\u003c\/h4\u003e\n\u003cp\u003eCradles the heel to keep the foot in a neutral position — improving ankle alignment and preventing overpronation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eCorrective Arch Re-alignment\u003c\/h4\u003e\n\u003cp\u003eActively corrects fallen arches over time, redistributing pressure across the whole foot for long-term relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eFabric Correction Structure\u003c\/h4\u003e\n\u003cp\u003eMulti-layer construction with a structured bottom layer and high-arch core that flexes with your foot — not against it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- LAYER EXPLODED VIEW --\u003e\n\u003cdiv class=\"layers-section\"\u003e\n\u003ch2\u003e🧱 What's Inside\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003e5-layer technology working together\u003c\/p\u003e\n\u003cdiv class=\"layers-image\"\u003e\u003cimg alt=\"Arch support insole layer breakdown\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/arch_support_layers.png\"\u003e\u003c\/div\u003e\n\u003c!-- Inline fallback list --\u003e\n\u003cdiv style=\"text-align: left; margin-top: 16px; display: flex; flex-direction: column; gap: 10px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #1F4E79; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eFabric Correction Structure — Active correction layer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #2980b9; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eHigh-Arch Core — Lifts \u0026amp; re-aligns fallen arches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #F0A500; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eGel Pads — Heel \u0026amp; forefoot shock absorption\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #5d6d7e; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eStructured Bottom Layer — Stability \u0026amp; durability base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- WHO IS IT FOR --\u003e\n\u003cdiv class=\"who-section\"\u003e\n\u003ch2\u003e✅ Perfect For\u003c\/h2\u003e\n\u003cdiv class=\"who-list\"\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e🏃\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eAthletes \u0026amp; Active People\u003c\/h4\u003e\n\u003cp\u003ePrevent sports injuries from poor foot alignment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e🧍\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003ePeople Who Stand All Day\u003c\/h4\u003e\n\u003cp\u003eTeachers, shop staff, healthcare workers — all-day comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e🦶\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eFlat Feet Sufferers\u003c\/h4\u003e\n\u003cp\u003eFinally a solution that actively corrects, not just cushions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e👴\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eKnee \u0026amp; Back Pain Sufferers\u003c\/h4\u003e\n\u003cp\u003eFoot misalignment causes knee \u0026amp; back pain — fix it at the root\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e💼\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eDaily Work \u0026amp; Commuting\u003c\/h4\u003e\n\u003cp\u003eFits in dress shoes, sneakers, and everyday footwear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"steps-section\"\u003e\n\u003ch2\u003e📋 How to Use\u003c\/h2\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eRemove Old Insole\u003c\/h4\u003e\n\u003cp\u003eTake out the existing insole from your shoe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003ePlace Inside Shoe\u003c\/h4\u003e\n\u003cp\u003eSlide the arch support insole in — arch under your arch, heel cup at the back\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eTrim if Needed\u003c\/h4\u003e\n\u003cp\u003eUse scissors to trim the toe area for a perfect fit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eBreak-In Gradually\u003c\/h4\u003e\n\u003cp\u003eStart with 1–2 hours daily, then increase as your feet adjust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eFeel the Difference\u003c\/h4\u003e\n\u003cp\u003eMost users report relief within the first few days of use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e📐 Fit \u0026amp; Sizing\u003c\/h2\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eSizes Available\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e36–47 (trimmed to fit)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWorks With\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSneakers, dress shoes, joggers, boots\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eArch Type Supported\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eFlat \/ Low Arch (all levels)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eCushioning Zones\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHeel + Metatarsal (forefoot) gel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eEVA foam + TPU + Gel pads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTrimable\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e✅ Yes — cut to size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"guarantee-section\"\u003e\n\u003cdiv class=\"badge\"\u003e🛡️\u003c\/div\u003e\n\u003ch2\u003e100% Satisfaction Guarantee\u003c\/h2\u003e\n\u003cp\u003eIf you don't feel a difference in the first few days of wear, we'll make it right. Your comfort is our promise — that's the StepInsoles guarantee.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.2400 \/ 45-46","offer_id":52653051314465,"sku":null,"price":2400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.2400 \/ 43-44","offer_id":52235407884577,"sku":null,"price":2400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.2400 \/ 41-42","offer_id":52235407851809,"sku":null,"price":2400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.2400 \/ 39-40","offer_id":52235407819041,"sku":null,"price":2400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.2400 \/ 37-38","offer_id":52235407786273,"sku":null,"price":2400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.2400 \/ 35-36","offer_id":52235407753505,"sku":null,"price":2400.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.3399🔥 \/ 45-46","offer_id":52653051347233,"sku":null,"price":3399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.3399🔥 \/ 43-44","offer_id":52569991512353,"sku":null,"price":3399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.3399🔥 \/ 41-42","offer_id":52569991479585,"sku":null,"price":3399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.3399🔥 \/ 39-40","offer_id":52569991446817,"sku":null,"price":3399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.3399🔥 \/ 37-38","offer_id":52569991414049,"sku":null,"price":3399.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.3399🔥 \/ 35-36","offer_id":52569991381281,"sku":null,"price":3399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/IMG-3559.jpg?v=1772683482"},{"product_id":"leather-summer-insoles","title":"Leather Summer Insoles","description":"","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.800 \/ 37-38","offer_id":52534439313697,"sku":null,"price":800.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.800 \/ 39-40","offer_id":52534439346465,"sku":null,"price":800.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.800 \/ 41-42","offer_id":52534439379233,"sku":null,"price":800.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.800 \/ 43-44","offer_id":52534439412001,"sku":null,"price":800.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.800 \/ 45-46","offer_id":52534439444769,"sku":null,"price":800.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1199🔥 \/ 37-38","offer_id":52534439477537,"sku":null,"price":1199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1199🔥 \/ 39-40","offer_id":52534439510305,"sku":null,"price":1199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1199🔥 \/ 41-42","offer_id":52534439543073,"sku":null,"price":1199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1199🔥 \/ 43-44","offer_id":52534439575841,"sku":null,"price":1199.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1199🔥 \/ 45-46","offer_id":52534439608609,"sku":null,"price":1199.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.1499🔥🔥 \/ 37-38","offer_id":52534439641377,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.1499🔥🔥 \/ 39-40","offer_id":52534439674145,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.1499🔥🔥 \/ 41-42","offer_id":52534439706913,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.1499🔥🔥 \/ 43-44","offer_id":52534439739681,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"3 Pairs Rs.1499🔥🔥 \/ 45-46","offer_id":52534439772449,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/IMG-3558.jpg?v=1772683553"},{"product_id":"leather-height-increase-insoles","title":"Leather Height Increase Insoles","description":"","brand":"StepInsoles","offers":[{"title":"6cm \/ 1 Pair Rs.2000 \/ 35-36","offer_id":52534528049441,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 1 Pair Rs.2000 \/ 37-38","offer_id":52597105819937,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 1 Pair Rs.2000 \/ 39-40","offer_id":52597105852705,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 1 Pair Rs.2000 \/ 41-42","offer_id":52597105885473,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 1 Pair Rs.2000 \/ 43-44","offer_id":52597105918241,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 1 Pair Rs.2000 \/ 45-46","offer_id":52597105951009,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 2 Pairs Rs.2499🔥 \/ 35-36","offer_id":52534528082209,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 2 Pairs Rs.2499🔥 \/ 37-38","offer_id":52597105983777,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 2 Pairs Rs.2499🔥 \/ 39-40","offer_id":52597106016545,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 2 Pairs Rs.2499🔥 \/ 41-42","offer_id":52597106049313,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 2 Pairs Rs.2499🔥 \/ 43-44","offer_id":52597106082081,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 2 Pairs Rs.2499🔥 \/ 45-46","offer_id":52597106114849,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 3 pair Rs.2999🔥🔥 \/ 35-36","offer_id":52534528114977,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 3 pair Rs.2999🔥🔥 \/ 37-38","offer_id":52597106147617,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 3 pair Rs.2999🔥🔥 \/ 39-40","offer_id":52597106180385,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 3 pair Rs.2999🔥🔥 \/ 41-42","offer_id":52597106213153,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 3 pair Rs.2999🔥🔥 \/ 43-44","offer_id":52597106245921,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"6cm \/ 3 pair Rs.2999🔥🔥 \/ 45-46","offer_id":52597106278689,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/B72C46F3-0854-4A14-A089-762227F25F2C.jpg?v=1772584127"},{"product_id":"sports-insoles","title":"Sports Insoles Pro","description":"\u003c!-- ================================================\n     SPORTS INSOLES PRO — PRODUCT DESCRIPTION\n     StepInsoles.pk | Paste into Shopify Description (HTML mode)\n     ================================================ --\u003e\n\u003cstyle\u003e\n  .si-sp {\n    font-family: 'Segoe UI', sans-serif;\n    color: #1a1a2e;\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0;\n  }\n\n  \/* PERFORMANCE HOOK *\/\n  .si-sp-hook {\n    background: linear-gradient(135deg, #0d1b4b 0%, #0f2d5c 60%, #1a3a6b 100%);\n    border-radius: 14px;\n    padding: 30px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .si-sp-hook::before {\n    content: \"⚡\";\n    position: absolute;\n    right: 20px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 80px;\n    opacity: 0.08;\n  }\n  .si-sp-hook-tag {\n    display: inline-block;\n    background: #ef4444;\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 20px;\n    margin-bottom: 14px;\n  }\n  .si-sp-hook h2 {\n    color: #fff;\n    font-size: 22px;\n    font-weight: 800;\n    line-height: 1.4;\n    margin: 0 0 12px;\n  }\n  .si-sp-hook h2 span {\n    color: #4ade80;\n  }\n  .si-sp-hook p {\n    color: #cbd5e1;\n    font-size: 15px;\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* SPORTS TAGS *\/\n  .si-sports-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 28px;\n  }\n  .si-sport-tag {\n    background: #f1f5f9;\n    border: 1.5px solid #e2e8f0;\n    border-radius: 30px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #0d1b4b;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* PROBLEM STATEMENT *\/\n  .si-sp-problem {\n    background: #fff7ed;\n    border-left: 5px solid #f97316;\n    border-radius: 0 12px 12px 0;\n    padding: 20px 24px;\n    margin-bottom: 28px;\n    font-size: 15px;\n    line-height: 1.8;\n    color: #7c2d12;\n  }\n  .si-sp-problem strong {\n    display: block;\n    font-size: 16px;\n    margin-bottom: 8px;\n    color: #9a3412;\n  }\n\n  \/* PERFORMANCE STATS *\/\n  .si-stats-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .si-stat-card {\n    background: #0d1b4b;\n    border-radius: 12px;\n    padding: 20px 16px;\n    text-align: center;\n    color: #fff;\n  }\n  .si-stat-num {\n    font-size: 28px;\n    font-weight: 800;\n    color: #4ade80;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .si-stat-label {\n    font-size: 12px;\n    color: #94a3b8;\n    line-height: 1.4;\n  }\n\n  \/* BENEFITS *\/\n  .si-sp-section-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin: 0 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #ef4444;\n    display: inline-block;\n  }\n  .si-sp-benefits {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .si-sp-benefit {\n    background: #fff;\n    border: 1.5px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n    transition: border-color 0.2s;\n  }\n  .si-sp-benefit:hover {\n    border-color: #0d1b4b;\n  }\n  .si-sp-benefit-icon {\n    font-size: 26px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .si-sp-benefit strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin-bottom: 5px;\n  }\n  .si-sp-benefit span {\n    font-size: 13px;\n    color: #64748b;\n    line-height: 1.5;\n  }\n\n  \/* VS COMPARISON *\/\n  .si-vs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 28px;\n    font-size: 14px;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  .si-vs-table thead tr {\n    background: #0d1b4b;\n    color: #fff;\n  }\n  .si-vs-table thead td {\n    padding: 14px 16px;\n    font-weight: 700;\n    font-size: 14px;\n  }\n  .si-vs-table thead td:first-child {\n    width: 40%;\n  }\n  .si-vs-table thead td:nth-child(2) {\n    color: #4ade80;\n    text-align: center;\n  }\n  .si-vs-table thead td:nth-child(3) {\n    color: #f87171;\n    text-align: center;\n  }\n  .si-vs-table tbody tr {\n    border-bottom: 1px solid #e2e8f0;\n  }\n  .si-vs-table tbody tr:nth-child(even) {\n    background: #f8fafc;\n  }\n  .si-vs-table tbody td {\n    padding: 12px 16px;\n    vertical-align: middle;\n    color: #374151;\n  }\n  .si-vs-table tbody td:nth-child(2),\n  .si-vs-table tbody td:nth-child(3) {\n    text-align: center;\n    font-size: 18px;\n  }\n\n  \/* SPORTS USE CASES *\/\n  .si-sports-section {\n    background: linear-gradient(135deg, #0d1b4b 0%, #1e3a5f 100%);\n    border-radius: 14px;\n    padding: 26px 28px;\n    margin-bottom: 28px;\n    color: #fff;\n  }\n  .si-sports-section h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #4ade80;\n    margin: 0 0 18px;\n  }\n  .si-sports-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .si-sport-use {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 10px;\n    padding: 14px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .si-sport-use-icon {\n    font-size: 24px;\n    flex-shrink: 0;\n  }\n  .si-sport-use strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 4px;\n  }\n  .si-sport-use span {\n    font-size: 12px;\n    color: #94a3b8;\n    line-height: 1.5;\n  }\n\n  \/* SPECS TABLE *\/\n  .si-sp-specs {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 28px;\n    font-size: 14px;\n  }\n  .si-sp-specs tr {\n    border-bottom: 1px solid #e2e8f0;\n  }\n  .si-sp-specs tr:last-child { border-bottom: none; }\n  .si-sp-specs td {\n    padding: 12px 14px;\n    vertical-align: top;\n    line-height: 1.5;\n  }\n  .si-sp-specs td:first-child {\n    font-weight: 600;\n    color: #0d1b4b;\n    width: 38%;\n    background: #f8fafc;\n  }\n  .si-sp-specs td:last-child { color: #374151; }\n\n  \/* HOW TO USE *\/\n  .si-sp-how {\n    background: #f8fafc;\n    border-radius: 14px;\n    padding: 24px 28px;\n    margin-bottom: 28px;\n  }\n  .si-sp-how h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin: 0 0 16px;\n  }\n  .si-sp-steps {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .si-sp-steps li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: 14px;\n    color: #374151;\n    line-height: 1.6;\n  }\n  .si-sp-num {\n    background: #ef4444;\n    color: #fff;\n    font-weight: 700;\n    font-size: 13px;\n    min-width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  \/* PRO TIP *\/\n  .si-pro-tip {\n    background: #fefce8;\n    border: 1.5px solid #fde047;\n    border-radius: 12px;\n    padding: 18px 22px;\n    margin-bottom: 28px;\n    font-size: 14px;\n    color: #713f12;\n    line-height: 1.7;\n  }\n  .si-pro-tip strong {\n    color: #92400e;\n    font-size: 15px;\n  }\n\n  \/* REVIEW *\/\n  .si-sp-review {\n    background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);\n    border: 1.5px solid #fde047;\n    border-radius: 14px;\n    padding: 22px 26px;\n    margin-bottom: 28px;\n  }\n  .si-sp-stars {\n    color: #eab308;\n    font-size: 20px;\n    margin-bottom: 10px;\n    letter-spacing: 2px;\n  }\n  .si-sp-review-text {\n    font-size: 15px;\n    color: #422006;\n    line-height: 1.7;\n    font-style: italic;\n    margin: 0 0 10px;\n  }\n  .si-sp-review-author {\n    font-size: 13px;\n    font-weight: 600;\n    color: #78350f;\n  }\n\n  \/* GUARANTEE *\/\n  .si-sp-guarantee {\n    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);\n    border-radius: 14px;\n    padding: 22px 26px;\n    margin-bottom: 28px;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n  }\n  .si-sp-guarantee-icon { font-size: 40px; flex-shrink: 0; }\n  .si-sp-guarantee strong {\n    display: block;\n    font-size: 17px;\n    font-weight: 700;\n    margin-bottom: 5px;\n  }\n  .si-sp-guarantee p {\n    font-size: 14px;\n    margin: 0;\n    opacity: 0.92;\n    line-height: 1.6;\n  }\n\n  \/* DELIVERY *\/\n  .si-sp-delivery {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n  .si-sp-del-card {\n    background: #f8fafc;\n    border: 1.5px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .si-sp-del-card .d-icon { font-size: 26px; margin-bottom: 8px; }\n  .si-sp-del-card strong {\n    display: block;\n    font-size: 13px;\n    font-weight: 700;\n    color: #0d1b4b;\n    margin-bottom: 4px;\n  }\n  .si-sp-del-card span {\n    font-size: 12px;\n    color: #64748b;\n    line-height: 1.4;\n  }\n\n  \/* FAQ *\/\n  .si-sp-faq-item {\n    border-bottom: 1px solid #e2e8f0;\n    padding: 16px 0;\n  }\n  .si-sp-faq-item:last-child { border-bottom: none; }\n  .si-sp-faq-q {\n    font-size: 15px;\n    font-weight: 600;\n    color: #0d1b4b;\n    margin: 0 0 8px;\n  }\n  .si-sp-faq-a {\n    font-size: 14px;\n    color: #374151;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .si-sp-benefits { grid-template-columns: 1fr; }\n    .si-stats-row { grid-template-columns: 1fr; }\n    .si-sports-grid { grid-template-columns: 1fr; }\n    .si-sp-delivery { grid-template-columns: 1fr; }\n    .si-sp-guarantee { flex-direction: column; text-align: center; }\n    .si-sp-hook h2 { font-size: 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"si-sp\"\u003e\n\u003c!-- PERFORMANCE HOOK --\u003e\n\u003cdiv class=\"si-sp-hook\"\u003e\n\u003cdiv class=\"si-sp-hook-tag\"\u003e⚡ Performance Upgrade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPORTS TAGS --\u003e\n\u003cdiv class=\"si-sports-tags\"\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e🏏 Cricket\u003c\/div\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e🏋️ Gym \u0026amp; Weightlifting\u003c\/div\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e🎾 Padel \u0026amp; Tennis\u003c\/div\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e🏃 Running\u003c\/div\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e⚽ Football\u003c\/div\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e🏸 Badminton\u003c\/div\u003e\n\u003cdiv class=\"si-sport-tag\"\u003e🚶 Daily Walking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEM --\u003e\n\u003cdiv class=\"si-sp-problem\"\u003e\n\u003cstrong\u003e\u003cstrong style=\"display: inline !important;\"\u003eSports Insoles Pro\u003c\/strong\u003e\u003c\/strong\u003e specifically in situations ke liye design ki gayi hai — taake har sport mein  performance aur comfort dono enhance hon.\u003c\/div\u003e\n\u003c!-- PERFORMANCE STATS --\u003e\n\u003cdiv class=\"si-stats-row\"\u003e\n\u003cdiv class=\"si-stat-card\"\u003e\n\u003cdiv class=\"si-stat-num\"\u003e3x\u003c\/div\u003e\n\u003cdiv class=\"si-stat-label\"\u003eZyada Shock Absorption Regular Insoles Se\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-stat-card\"\u003e\n\u003cdiv class=\"si-stat-num\"\u003e8+\u003c\/div\u003e\n\u003cdiv class=\"si-stat-label\"\u003eGhante Continuous Sports Wear Ke Liye Designed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-stat-card\"\u003e\n\u003cdiv class=\"si-stat-num\"\u003e360°\u003c\/div\u003e\n\u003cdiv class=\"si-stat-label\"\u003eFull Foot Support — Heel Se Toe Tak\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-sp-section-title\"\u003e⚡ Sports Insoles Pro Ke Fayde\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-benefits\"\u003e\n\u003cdiv class=\"si-sp-benefit\"\u003e\n\u003cdiv class=\"si-sp-benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMaximum Shock Absorption\u003c\/strong\u003e \u003cspan\u003eHigh-impact landings aur running ke darmiyaan joints ko protect karta hai — ghutne aur takhne ka dard kam hota hai\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-benefit\"\u003e\n\u003cdiv class=\"si-sp-benefit-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eArch Support \u0026amp; Stability\u003c\/strong\u003e \u003cspan\u003eDeep heel cup aur firm arch support lateral movements mein foot stability deta hai — ankle roll ka risk kam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-benefit\"\u003e\n\u003cdiv class=\"si-sp-benefit-icon\"\u003e🌬️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAnti-Sweat Breathable Surface\u003c\/strong\u003e \u003cspan\u003eSports session mein paaon zyada pasijna karte hain — breathable top layer moisture absorb karti hai aur odor prevent karti hai\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-benefit\"\u003e\n\u003cdiv class=\"si-sp-benefit-icon\"\u003e🦵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFatigue Reduction\u003c\/strong\u003e \u003cspan\u003eEnergy return technology — har qadam mein energy wastage kam hoti hai, zyada der tak peak performance maintain hoti hai\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-benefit\"\u003e\n\u003cdiv class=\"si-sp-benefit-icon\"\u003e✂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUniversal Fit — Kisi Bhi Joote Mein\u003c\/strong\u003e \u003cspan\u003eCut-to-size design — size 37 se 46 tak. Cricket boots, gym shoes, running shoes, football cleats — sab mein fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-benefit\"\u003e\n\u003cdiv class=\"si-sp-benefit-icon\"\u003e🔁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDurable \u0026amp; Washable\u003c\/strong\u003e \u003cspan\u003eSports insoles pe heavy usage hoti hai — premium EVA foam apni shape maintain karta hai mahi non tak. Easy hand wash.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VS COMPARISON --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-sp-section-title\"\u003e📊 Sports Insoles Pro vs Normal Insoles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable class=\"si-vs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeature\u003c\/td\u003e\n\u003ctd\u003eSports Insoles Pro ✅\u003c\/td\u003e\n\u003ctd\u003eNormal Insoles ❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eShock Absorption\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArch Support\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnti-Odor Surface\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDeep Heel Cup\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSports Specific Design\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnergy Return\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape Retention (months)\u003c\/td\u003e\n\u003ctd\u003e✅ 6–12 months\u003c\/td\u003e\n\u003ctd\u003e❌ Weeks mein flat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- SPORT SPECIFIC USE CASES --\u003e\n\u003cdiv class=\"si-sports-section\"\u003e\n\u003ch3\u003e🏆 Har Sport Ke Liye Kaise Faydemand Hai\u003c\/h3\u003e\n\u003cdiv class=\"si-sports-grid\"\u003e\n\u003cdiv class=\"si-sport-use\"\u003e\n\u003cdiv class=\"si-sport-use-icon\"\u003e🏏\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCricket\u003c\/strong\u003e \u003cspan\u003ePitch pe fast running aur quick direction changes — heel aur arch support se injury risk aur thakan dono kam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sport-use\"\u003e\n\u003cdiv class=\"si-sport-use-icon\"\u003e🏋️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGym \u0026amp; Lifting\u003c\/strong\u003e \u003cspan\u003eSquats aur deadlifts mein even weight distribution — paaon flat aur stable rehta hai heavy lifts mein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sport-use\"\u003e\n\u003cdiv class=\"si-sport-use-icon\"\u003e🎾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePadel \u0026amp; Tennis\u003c\/strong\u003e \u003cspan\u003eLateral cuts aur quick pivots mein ankle protection — court mein confident movement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sport-use\"\u003e\n\u003cdiv class=\"si-sport-use-icon\"\u003e🏃\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRunning \u0026amp; Jogging\u003c\/strong\u003e \u003cspan\u003eHar stride mein shock absorb hota hai — shin splints aur knee pain se protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sport-use\"\u003e\n\u003cdiv class=\"si-sport-use-icon\"\u003e⚽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFootball\u003c\/strong\u003e \u003cspan\u003e90 minute game ke baad bhi comfort — takhne strong rehta hai lateral tackles mein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sport-use\"\u003e\n\u003cdiv class=\"si-sport-use-icon\"\u003e🏸\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBadminton\u003c\/strong\u003e \u003cspan\u003eConstant court movement — toe push-off mein extra grip aur energy for quick net shots\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-sp-section-title\"\u003e📋 Technical Specifications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable class=\"si-sp-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh-Density EVA Foam + TPU Arch Support Shell + Breathable Mesh Top\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Type\u003c\/td\u003e\n\u003ctd\u003eSports Performance — Full Length\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSizes Available\u003c\/td\u003e\n\u003ctd\u003e37-38 | 39-40 | 41-42 | 43-44 | 45-46\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003eMen \u0026amp; Women both\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeel Cup\u003c\/td\u003e\n\u003ctd\u003eDeep cup design for heel stabilization\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThickness\u003c\/td\u003e\n\u003ctd\u003e6–8mm — fits most sports shoes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBreathable\u003c\/td\u003e\n\u003ctd\u003eYes — anti-sweat moisture wicking surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWashable\u003c\/td\u003e\n\u003ctd\u003eYes — hand wash, air dry only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003e6–12 months with daily sports use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Shoes\u003c\/td\u003e\n\u003ctd\u003eRunning shoes, cricket boots, gym shoes, football cleats, court shoes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"si-sp-how\"\u003e\n\u003ch3\u003e📖 Kaise Use Karein\u003c\/h3\u003e\n\u003col class=\"si-sp-steps\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-sp-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003eApne sports joote ki original insole nikaal dein — zyada tar removable hoti hai\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-sp-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003eSports Insoles Pro andar rakhein — heel cup heel se bilkul match kare\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-sp-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003eAgar size thoda bada lage toh sirf toe area se trim karein — heel kabhi mat kaatein\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-sp-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003eJoota pehen ke walk karein — pehle 10 minute mein hi farq feel hoga\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"si-sp-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003eHar sports session ke baad air dry karein — har 2 hafte mein mild soap se dho lein\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- PRO TIP --\u003e\u003c!-- REVIEW --\u003e\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"si-sp-guarantee\"\u003e\n\u003cdiv class=\"si-sp-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e7 Din Ki Satisfaction Guarantee\u003c\/strong\u003e\n\u003cp\u003ePehle check karein phir pay karein — yahi hai COD ka asli fayda. Agar 7 din mein performance mein farq nahi mila toh free exchange ya full refund. Koi sawaal nahi, koi argument nahi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DELIVERY --\u003e\n\u003cdiv class=\"si-sp-delivery\"\u003e\n\u003cdiv class=\"si-sp-del-card\"\u003e\n\u003cdiv class=\"d-icon\"\u003e💵\u003c\/div\u003e\n\u003cstrong\u003eCash on Delivery\u003c\/strong\u003e \u003cspan\u003eDelivery pe pay karein. Pehle khol ke check karein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-del-card\"\u003e\n\u003cdiv class=\"d-icon\"\u003e🚚\u003c\/div\u003e\n\u003cstrong\u003e1–3 Din Delivery\u003c\/strong\u003e \u003cspan\u003eLahore: 1–2 din\u003cbr\u003eBaqi Pakistan: 2–3 din\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-del-card\"\u003e\n\u003cdiv class=\"d-icon\"\u003e📦\u003c\/div\u003e\n\u003cstrong\u003eFree Shipping\u003c\/strong\u003e \u003cspan\u003ePoore Pakistan mein — koi extra charge nahi\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"si-sp-section-title\"\u003e❓ Aksar Pooche Jaane Wale Sawalat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-faq-item\"\u003e\n\u003cp class=\"si-sp-faq-q\"\u003eKya yeh cricket boots mein fit ho jaate hain?\u003c\/p\u003e\n\u003cp class=\"si-sp-faq-a\"\u003eHaan — cut-to-size design hai jo zyada tar cricket boots mein fit ho jaata hai. Heel cup boots ke inside se match karta hai aur extra stability milti hai batting aur fielding dono mein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-faq-item\"\u003e\n\u003cp class=\"si-sp-faq-q\"\u003eGym shoes mein bhi kaam karega?\u003c\/p\u003e\n\u003cp class=\"si-sp-faq-a\"\u003eBilkul — specially gym shoes ke liye bhi design kiya gaya hai. Squats, deadlifts aur box jumps mein even weight distribution aur heel stability bohot zaroori hai — yahi Sports Insoles Pro provide karta hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-faq-item\"\u003e\n\u003cp class=\"si-sp-faq-q\"\u003eKya 2 pair bundle lena chahiye?\u003c\/p\u003e\n\u003cp class=\"si-sp-faq-a\"\u003eAgar aap 2 alag activities karte hain (jaise cricket aur gym) toh 2 pair best hai — har joote mein ek. Saath hi 2 pair pe PKR 500 ki bachat bhi milti hai. Zyada tar athletes 2–3 pair rakhte hain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-faq-item\"\u003e\n\u003cp class=\"si-sp-faq-q\"\u003eKya yeh flat foot ke liye bhi theek hai?\u003c\/p\u003e\n\u003cp class=\"si-sp-faq-a\"\u003eHaan — arch support design flat foot aur low arch ke logon ke liye particularly faydemand hai. Sports ke doran flat foot se extra strain joints pe padti hai — yeh insole usse evenly distribute karta hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"si-sp-faq-item\"\u003e\n\u003cp class=\"si-sp-faq-q\"\u003eKitne time mein result feel hoga?\u003c\/p\u003e\n\u003cp class=\"si-sp-faq-a\"\u003eZyada tar customers pehle hi session mein shock absorption aur comfort ka farq feel karte hain. Arch support ka full benefit 1–2 weeks mein properly adjust hone ke baad zyada clear hota hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1400 \/ 37-38","offer_id":52534426992929,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 39-40","offer_id":52534427025697,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 41-42","offer_id":52534427058465,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 43-44","offer_id":52534427091233,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"1 Pair Rs.1400 \/ 45-46","offer_id":52534427124001,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 37-38","offer_id":52534427156769,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 39-40","offer_id":52534427189537,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 41-42","offer_id":52534427222305,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 43-44","offer_id":52534427255073,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899 🔥 \/ 45-46","offer_id":52534427287841,"sku":null,"price":1899.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399 🔥🔥 \/ 37-38","offer_id":52534427320609,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399 🔥🔥 \/ 39-40","offer_id":52534427353377,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399 🔥🔥 \/ 41-42","offer_id":52534427386145,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399 🔥🔥 \/ 43-44","offer_id":52534427418913,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2399 🔥🔥 \/ 45-46","offer_id":52534427451681,"sku":null,"price":2399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/IMG-3557.jpg?v=1772683525"},{"product_id":"triple-max-height-bundle","title":"Triple Max Height Bundle","description":"\u003cstyle\u003e\n.bw{font-family:system-ui,sans-serif;width:100%;padding:1.25rem 0;}\n.bw-header{font-size:11px;font-weight:500;letter-spacing:.08em;color:#888;text-transform:uppercase;margin-bottom:1rem;}\n.bw-item{display:grid;grid-template-columns:20px 1fr 80px;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #eee;}\n.bw-item:last-child{border-bottom:none;}\n.bw-check{width:20px;height:20px;border-radius:50%;border:1.5px solid #2a7a4b;display:flex;align-items:center;justify-content:center;}\n.bw-checkmark{width:9px;height:9px;fill:none;stroke:#2a7a4b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}\n.bw-info{min-width:0;}\n.bw-name{font-size:14px;font-weight:600;color:#111;margin:0 0 2px;}\n.bw-sub{font-size:12px;color:#888;margin:0;}\n.bw-price{text-align:right;}\n.bw-old{font-size:11px;color:#bbb;text-decoration:line-through;display:block;line-height:1.4;}\n.bw-new{font-size:14px;font-weight:600;color:#111;display:block;line-height:1.4;}\n.bw-free{font-size:14px;font-weight:600;color:#2a7a4b;display:block;line-height:1.4;}\n.bw-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;display:grid;grid-template-columns:1fr 80px;gap:12px;align-items:center;}\n.bw-save-label{font-size:14px;font-weight:600;color:#111;}\n.bw-save-right{text-align:right;}\n.bw-save-amount{font-size:14px;font-weight:600;color:#2a7a4b;display:block;}\n.bw-save-pct{font-size:11px;color:#2a7a4b;display:block;}\n\u003c\/style\u003e\n\u003cdiv class=\"bw\"\u003e\n\u003cp class=\"bw-header\"\u003eWhat's in the bundle\u003c\/p\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eHeight Insoles 4 Inches\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eAdjustable 4-layer · Fits all shoes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,800\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 1,100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eHeight Popcorn Insoles 3.5cm\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eInvisible lift · Daily wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,700\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 1,100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eHeight Pads 3.5cm\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eHeel cushion · Extra comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1200\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 800\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eDelivery\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eDelivered to your doorstep\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 200\u003c\/span\u003e \u003cspan class=\"bw-free\"\u003e100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-footer\"\u003e\n\u003cspan class=\"bw-save-label\"\u003eYou save on this bundle\u003c\/span\u003e\n\u003cdiv class=\"bw-save-right\"\u003e\n\u003cspan class=\"bw-save-amount\"\u003eRs. 1,700\u003c\/span\u003e \u003cspan class=\"bw-save-pct\"\u003e35% off\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"43-44","offer_id":52546769748257,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"41-42","offer_id":52546769813793,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"39-40","offer_id":52546769846561,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"37-38","offer_id":52570014089505,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"35-36","offer_id":52570014122273,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/9.png?v=1776253580"},{"product_id":"complete-5-in-1-height-insoles-bundle","title":"5-in-1 Height Insoles Bundle","description":"\u003cstyle\u003e\n.bw{font-family:system-ui,sans-serif;width:100%;padding:1.25rem 0;}\n.bw-header{font-size:11px;font-weight:500;letter-spacing:.08em;color:#888;text-transform:uppercase;margin-bottom:1rem;}\n.bw-item{display:grid;grid-template-columns:20px 1fr 80px;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #eee;}\n.bw-item:last-child{border-bottom:none;}\n.bw-check{width:20px;height:20px;border-radius:50%;border:1.5px solid #2a7a4b;display:flex;align-items:center;justify-content:center;}\n.bw-checkmark{width:9px;height:9px;fill:none;stroke:#2a7a4b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}\n.bw-info{min-width:0;}\n.bw-name{font-size:14px;font-weight:600;color:#111;margin:0 0 2px;}\n.bw-sub{font-size:12px;color:#888;margin:0;}\n.bw-price{text-align:right;}\n.bw-old{font-size:11px;color:#bbb;text-decoration:line-through;display:block;line-height:1.4;}\n.bw-new{font-size:14px;font-weight:600;color:#111;display:block;line-height:1.4;}\n.bw-free{font-size:14px;font-weight:600;color:#2a7a4b;display:block;line-height:1.4;}\n.bw-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;display:grid;grid-template-columns:1fr 80px;gap:12px;align-items:center;}\n.bw-save-label{font-size:14px;font-weight:600;color:#111;}\n.bw-save-right{text-align:right;}\n.bw-save-amount{font-size:14px;font-weight:600;color:#2a7a4b;display:block;}\n.bw-save-pct{font-size:11px;color:#2a7a4b;display:block;}\n\u003c\/style\u003e\n\u003cdiv class=\"bw\"\u003e\n\u003cp class=\"bw-header\"\u003eWhat's in the bundle\u003c\/p\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eAdjustable Height Insoles 4 Inches\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003e4-layer adjustable ·  4 inches\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,800\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 1,100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003ePopcorn Height Insoles 3.5cm\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eInvisible lift · Daily wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,700\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 1,100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eHeight Pads 3.5cm\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eHeel cushion · Extra comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,200\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 700\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eLeather Height Insoles 3 Inches\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003ePremium leather finish \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,800\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 1,200\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eEVA Height Insoles 3cm\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eAir cushion sole · Sports \u0026amp; casual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 1,700\u003c\/span\u003e \u003cspan class=\"bw-new\"\u003eRs. 900\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-item\"\u003e\n\u003cdiv class=\"bw-check\"\u003e\u003csvg class=\"bw-checkmark\" viewbox=\"0 0 10 10\"\u003e\u003cpolyline points=\"2,5 4,7.5 8,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bw-info\"\u003e\n\u003cp class=\"bw-name\"\u003eDelivery\u003c\/p\u003e\n\u003cp class=\"bw-sub\"\u003eDelivered to your doorstep\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-price\"\u003e\n\u003cspan class=\"bw-old\"\u003eRs. 200\u003c\/span\u003e \u003cspan class=\"bw-free\"\u003e100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-footer\"\u003e\n\u003cspan class=\"bw-save-label\"\u003eYou save on this bundle\u003c\/span\u003e\n\u003cdiv class=\"bw-save-right\"\u003e\n\u003cspan class=\"bw-save-amount\"\u003eRs. 3,200\u003c\/span\u003e \u003cspan class=\"bw-save-pct\"\u003e40% off\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"35-37","offer_id":52546767847713,"sku":null,"price":4999.0,"currency_code":"PKR","in_stock":true},{"title":"38-40","offer_id":52546767880481,"sku":null,"price":4999.0,"currency_code":"PKR","in_stock":true},{"title":"41-43","offer_id":52546767913249,"sku":null,"price":4999.0,"currency_code":"PKR","in_stock":true},{"title":"44-46","offer_id":52546767946017,"sku":null,"price":4999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/8.png?v=1776253413"},{"product_id":"cloud-insoles","title":"Cloud Insoles","description":"","brand":"StepInsoles","offers":[{"title":"1 Pair Rs.1300 \/ 35-46 (cut to size ✂️)","offer_id":52552542716193,"sku":null,"price":1300.0,"currency_code":"PKR","in_stock":true},{"title":"2 Pairs Rs.1899🔥 \/ 35-46 (cut to size ✂️)","offer_id":52552542748961,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true},{"title":"3 pairs Rs.2199🔥🔥 \/ 35-46 (cut to size ✂️)","offer_id":52552542781729,"sku":null,"price":2199.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/IMG_4291_JPG.jpg?v=1775738354"},{"product_id":"2-in-1-arch-insoles-bundle","title":"2 in 1 Arch Insoles Bundle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n            background: #F2F4F7;\n            padding: 0;\n            line-height: 1.5;\n        }\n\n        .container {\n            max-width: 100%;\n            width: 100%;\n            margin: 0 auto;\n            background: white;\n        }\n\n        \/* ── HERO PAIN HOOK ─────────────────────────── *\/\n        .hero-section {\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            padding: 30px 20px;\n            text-align: center;\n            color: white;\n        }\n\n        .hero-section .pain-label {\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.3);\n            color: #fff;\n            font-size: 0.75em;\n            font-weight: 700;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            padding: 5px 14px;\n            border-radius: 20px;\n            display: inline-block;\n            margin-bottom: 14px;\n        }\n\n        .hero-section h1 {\n            font-size: 1.55em;\n            font-weight: 800;\n            line-height: 1.25;\n            margin-bottom: 10px;\n        }\n\n        .hero-section p {\n            font-size: 0.95em;\n            opacity: 0.88;\n            max-width: 320px;\n            margin: 0 auto;\n        }\n\n        \/* ── BEFORE \/ AFTER ─────────────────────────── *\/\n        .before-after {\n            background: white;\n            padding: 30px 20px;\n            text-align: center;\n        }\n\n        .before-after h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n        }\n\n        .comparison-mobile {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 16px;\n            margin-bottom: 20px;\n        }\n\n        .comparison-side {\n            flex: 1;\n            max-width: 145px;\n            text-align: center;\n        }\n\n        .photo-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 3px solid #1F4E79;\n            box-shadow: 0 6px 20px rgba(31,78,121,0.25);\n            margin: 0 auto 10px;\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n        }\n\n        .photo-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* grayscale for \"before\" *\/\n        .photo-frame.before-frame {\n            filter: grayscale(100%);\n            border-color: #aaa;\n        }\n\n        .comparison-label {\n            font-size: 0.78em;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #888;\n            margin-bottom: 4px;\n        }\n\n        .comparison-label.after {\n            color: #1F4E79;\n        }\n\n        .comparison-caption {\n            font-size: 0.9em;\n            color: #2c3e50;\n            font-weight: 600;\n            line-height: 1.3;\n        }\n\n        .arrow-mobile {\n            font-size: 2em;\n            color: #1F4E79;\n            flex-shrink: 0;\n            animation: bounce 2s infinite;\n        }\n\n        @keyframes bounce {\n            0%, 100% { transform: translateX(0); }\n            50% { transform: translateX(5px); }\n        }\n\n        \/* ── PAIN POINTS ────────────────────────────── *\/\n        .pain-section {\n            background: #FFF8F0;\n            border-top: 3px solid #F0A500;\n            padding: 28px 20px;\n        }\n\n        .pain-section h2 {\n            font-size: 1.15em;\n            color: #2c3e50;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        .pain-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n        }\n\n        .pain-item {\n            background: white;\n            border: 1.5px solid #fde9c0;\n            border-radius: 10px;\n            padding: 12px 10px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .pain-icon {\n            font-size: 1.4em;\n            flex-shrink: 0;\n            margin-top: 1px;\n        }\n\n        .pain-text {\n            font-size: 0.82em;\n            color: #444;\n            line-height: 1.4;\n            font-weight: 500;\n        }\n\n        \/* ── FEATURES ───────────────────────────────── *\/\n        .features-section {\n            padding: 30px 20px;\n            background: white;\n        }\n\n        .features-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .feature-card {\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 18px;\n            margin-bottom: 14px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .feature-card.highlight {\n            border-color: #1F4E79;\n            background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        }\n\n        .feature-number {\n            width: 42px;\n            height: 42px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.1em;\n            font-weight: 800;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31,78,121,0.25);\n        }\n\n        .feature-body h4 {\n            font-size: 1.02em;\n            color: #1F4E79;\n            font-weight: 800;\n            margin-bottom: 4px;\n        }\n\n        .feature-body p {\n            font-size: 0.87em;\n            color: #555;\n            line-height: 1.5;\n        }\n\n        \/* ── LAYER EXPLODED VIEW ────────────────────── *\/\n        .layers-section {\n            padding: 28px 20px;\n            background: #F2F4F7;\n            text-align: center;\n        }\n\n        .layers-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 6px;\n        }\n\n        .layers-section .subtitle {\n            font-size: 0.88em;\n            color: #666;\n            margin-bottom: 20px;\n        }\n\n        .layers-image {\n            width: 100%;\n            border-radius: 14px;\n            overflow: hidden;\n        }\n\n        .layers-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 14px;\n        }\n\n        \/* ── WHO IS IT FOR ──────────────────────────── *\/\n        .who-section {\n            padding: 30px 20px;\n            background: white;\n        }\n\n        .who-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .who-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .who-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 13px 14px;\n            background: #F2F4F7;\n            border-radius: 10px;\n        }\n\n        .who-icon {\n            font-size: 1.7em;\n            flex-shrink: 0;\n        }\n\n        .who-text h4 {\n            font-size: 0.97em;\n            color: #2c3e50;\n            font-weight: 700;\n            margin-bottom: 2px;\n        }\n\n        .who-text p {\n            font-size: 0.83em;\n            color: #666;\n        }\n\n        \/* ── HOW TO USE ─────────────────────────────── *\/\n        .steps-section {\n            padding: 30px 20px;\n            background: #F2F4F7;\n        }\n\n        .steps-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .step-mobile {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .step-number-mobile {\n            width: 45px;\n            height: 45px;\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3em;\n            font-weight: bold;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(31,78,121,0.2);\n        }\n\n        .step-content { flex: 1; }\n\n        .step-content h4 {\n            font-size: 1.02em;\n            color: #2c3e50;\n            margin-bottom: 4px;\n        }\n\n        .step-content p {\n            font-size: 0.88em;\n            color: #666;\n        }\n\n        \/* ── SPECS \/ FIT ────────────────────────────── *\/\n        .specs-section {\n            padding: 28px 20px;\n            background: white;\n        }\n\n        .specs-section h2 {\n            font-size: 1.3em;\n            color: #2c3e50;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        .spec-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            font-size: 0.9em;\n        }\n\n        .spec-row:last-child { border-bottom: none; }\n\n        .spec-label {\n            color: #666;\n            font-weight: 500;\n        }\n\n        .spec-value {\n            color: #1F4E79;\n            font-weight: 700;\n            text-align: right;\n            max-width: 60%;\n        }\n\n        \/* ── GUARANTEE ──────────────────────────────── *\/\n        .guarantee-section {\n            background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n            padding: 30px 20px;\n            text-align: center;\n            color: white;\n        }\n\n        .guarantee-section .badge {\n            font-size: 3em;\n            margin-bottom: 10px;\n        }\n\n        .guarantee-section h2 {\n            font-size: 1.3em;\n            font-weight: 800;\n            margin-bottom: 10px;\n        }\n\n        .guarantee-section p {\n            font-size: 0.9em;\n            opacity: 0.88;\n            line-height: 1.6;\n            max-width: 320px;\n            margin: 0 auto;\n        }\n\n        .divider {\n            height: 8px;\n            background: #F2F4F7;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO PAIN HOOK --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"pain-label\"\u003eDoctor-Recommended Design\u003c\/div\u003e\n\u003ch1\u003eFlat Feet Causing You Pain?\u003cbr\u003eWe Fixed That.\u003c\/h1\u003e\n\u003cp\u003eArch Support Insoles that actively re-align fallen arches — so every step feels supported, not strained.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- BEFORE \/ AFTER --\u003e\n\u003cdiv class=\"before-after\"\u003e\n\u003ch2\u003e👣 The Difference Is Real\u003c\/h2\u003e\n\u003cdiv class=\"comparison-mobile\"\u003e\n\u003cdiv class=\"comparison-side\"\u003e\n\u003cdiv class=\"comparison-label\"\u003eBefore\u003c\/div\u003e\n\u003cdiv class=\"photo-frame before-frame\"\u003e\u003cimg alt=\"Flat foot before arch support insole\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/WhatsApp_Image_2026-05-11_at_11.10.19_PM_1.jpg?v=1778523061\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-caption\"\u003eFallen arch, pain \u0026amp; strain\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arrow-mobile\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"comparison-side\"\u003e\n\u003cdiv class=\"comparison-label after\"\u003eAfter\u003c\/div\u003e\n\u003cdiv class=\"photo-frame\"\u003e\u003cimg alt=\"Foot with StepInsoles arch support\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/WhatsApp_Image_2026-05-11_at_11.10.19_PM.jpg?v=1778523060\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-caption\"\u003eLifted arch, zero pain ✨\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- PAIN POINTS --\u003e\n\u003cdiv class=\"pain-section\"\u003e\n\u003ch2\u003e😣 Sound Familiar?\u003c\/h2\u003e\n\u003cdiv class=\"pain-grid\"\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e🦶\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eFlat feet \u0026amp; fallen arches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eHeel pain \u0026amp; plantar fasciitis\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e😣\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eKnee \u0026amp; lower back aches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e😴\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eFoot fatigue after standing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e↩️\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eOverpronation (ankles rolling in)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-item\"\u003e\n\u003cdiv class=\"pain-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"pain-text\"\u003eShock on every step\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2\u003e🔬 How It Works\u003c\/h2\u003e\n\u003cdiv class=\"feature-card highlight\"\u003e\n\u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eHigh Arch Core\u003c\/h4\u003e\n\u003cp\u003eProvides robust, skeletal support to lift and maintain the longitudinal arch — correcting flat feet from the ground up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eTargeted Gel Cushioning\u003c\/h4\u003e\n\u003cp\u003eDual gel zones at heel and forefoot distribute pressure evenly and absorb shock with every step, reducing strain on joints.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eStabilizing Heel Cup\u003c\/h4\u003e\n\u003cp\u003eCradles the heel to keep the foot in a neutral position — improving ankle alignment and preventing overpronation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eCorrective Arch Re-alignment\u003c\/h4\u003e\n\u003cp\u003eActively corrects fallen arches over time, redistributing pressure across the whole foot for long-term relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003ch4\u003eFabric Correction Structure\u003c\/h4\u003e\n\u003cp\u003eMulti-layer construction with a structured bottom layer and high-arch core that flexes with your foot — not against it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- LAYER EXPLODED VIEW --\u003e\n\u003cdiv class=\"layers-section\"\u003e\n\u003ch2\u003e🧱 What's Inside\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003e5-layer technology working together\u003c\/p\u003e\n\u003cdiv class=\"layers-image\"\u003e\u003cimg alt=\"Arch support insole layer breakdown\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/arch_support_layers.png\"\u003e\u003c\/div\u003e\n\u003c!-- Inline fallback list --\u003e\n\u003cdiv style=\"text-align: left; margin-top: 16px; display: flex; flex-direction: column; gap: 10px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #1F4E79; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eFabric Correction Structure — Active correction layer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #2980b9; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eHigh-Arch Core — Lifts \u0026amp; re-aligns fallen arches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #F0A500; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eGel Pads — Heel \u0026amp; forefoot shock absorption\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; background: white; border-radius: 10px; padding: 12px 14px;\"\u003e\n\u003cdiv style=\"width: 16px; height: 16px; border-radius: 3px; background: #5d6d7e; flex-shrink: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"font-size: 0.88em; color: #333; font-weight: 600;\"\u003eStructured Bottom Layer — Stability \u0026amp; durability base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- WHO IS IT FOR --\u003e\n\u003cdiv class=\"who-section\"\u003e\n\u003ch2\u003e✅ Perfect For\u003c\/h2\u003e\n\u003cdiv class=\"who-list\"\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e🏃\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eAthletes \u0026amp; Active People\u003c\/h4\u003e\n\u003cp\u003ePrevent sports injuries from poor foot alignment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e🧍\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003ePeople Who Stand All Day\u003c\/h4\u003e\n\u003cp\u003eTeachers, shop staff, healthcare workers — all-day comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e🦶\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eFlat Feet Sufferers\u003c\/h4\u003e\n\u003cp\u003eFinally a solution that actively corrects, not just cushions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e👴\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eKnee \u0026amp; Back Pain Sufferers\u003c\/h4\u003e\n\u003cp\u003eFoot misalignment causes knee \u0026amp; back pain — fix it at the root\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cdiv class=\"who-icon\"\u003e💼\u003c\/div\u003e\n\u003cdiv class=\"who-text\"\u003e\n\u003ch4\u003eDaily Work \u0026amp; Commuting\u003c\/h4\u003e\n\u003cp\u003eFits in dress shoes, sneakers, and everyday footwear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"steps-section\"\u003e\n\u003ch2\u003e📋 How to Use\u003c\/h2\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eRemove Old Insole\u003c\/h4\u003e\n\u003cp\u003eTake out the existing insole from your shoe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003ePlace Inside Shoe\u003c\/h4\u003e\n\u003cp\u003eSlide the arch support insole in — arch under your arch, heel cup at the back\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eTrim if Needed\u003c\/h4\u003e\n\u003cp\u003eUse scissors to trim the toe area for a perfect fit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eBreak-In Gradually\u003c\/h4\u003e\n\u003cp\u003eStart with 1–2 hours daily, then increase as your feet adjust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-mobile\"\u003e\n\u003cdiv class=\"step-number-mobile\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eFeel the Difference\u003c\/h4\u003e\n\u003cp\u003eMost users report relief within the first few days of use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e📐 Fit \u0026amp; Sizing\u003c\/h2\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eSizes Available\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e36–47 (trimmed to fit)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWorks With\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSneakers, dress shoes, joggers, boots\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eArch Type Supported\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eFlat \/ Low Arch (all levels)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eCushioning Zones\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHeel + Metatarsal (forefoot) gel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eEVA foam + TPU + Gel pads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTrimable\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e✅ Yes — cut to size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"guarantee-section\"\u003e\n\u003cdiv class=\"badge\"\u003e🛡️\u003c\/div\u003e\n\u003ch2\u003e100% Satisfaction Guarantee\u003c\/h2\u003e\n\u003cp\u003eIf you don't feel a difference in the first few days of wear, we'll make it right. Your comfort is our promise — that's the StepInsoles guarantee.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"43-44","offer_id":52569995542817,"sku":null,"price":2900.0,"currency_code":"PKR","in_stock":true},{"title":"41-42","offer_id":52569995575585,"sku":null,"price":2900.0,"currency_code":"PKR","in_stock":true},{"title":"39-40","offer_id":52569995608353,"sku":null,"price":2900.0,"currency_code":"PKR","in_stock":true},{"title":"37-38","offer_id":52569995641121,"sku":null,"price":2900.0,"currency_code":"PKR","in_stock":true},{"title":"35-36","offer_id":52569995673889,"sku":null,"price":2900.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/2.png?v=1776250701"},{"product_id":"2-in-1-sports-insoles-bundle","title":"2 in 1 Sports insoles Bundle","description":"","brand":"StepInsoles","offers":[{"title":"43-44","offer_id":52570001506593,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true},{"title":"41-42","offer_id":52570001539361,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true},{"title":"39-40","offer_id":52570001572129,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true},{"title":"37-38","offer_id":52570001604897,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true},{"title":"35-36","offer_id":52570001637665,"sku":null,"price":1799.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/3.png?v=1776251342"},{"product_id":"3-in-1-massage-insoles-bundle","title":"3 in 1 Massage Insoles Bundle","description":"","brand":"StepInsoles","offers":[{"title":"35-46 (cut to fit) ✂️","offer_id":52570005373217,"sku":null,"price":2300.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/5.png?v=1776251891"},{"product_id":"height-comfort-insoles-deal","title":"Height + Comfort insoles Deal","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n        background: #F2F4F7;\n        line-height: 1.5;\n    }\n\n    .container {\n        max-width: 100%;\n        width: 100%;\n        margin: 0 auto;\n        background: white;\n    }\n\n    .divider { height: 8px; background: #F2F4F7; }\n\n    \/* ── DEAL HEADER ── *\/\n    .deal-header {\n        padding: 30px 20px 20px;\n        background: white;\n        text-align: center;\n    }\n\n    .deal-header h2 {\n        font-size: 1.3em;\n        color: #2c3e50;\n        margin-bottom: 6px;\n    }\n\n    .deal-header p {\n        font-size: 0.9em;\n        color: #666;\n        margin-bottom: 20px;\n    }\n\n    .deal-price-banner {\n        background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n        border: 2px solid #1F4E79;\n        border-radius: 14px;\n        padding: 18px 20px;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        flex-wrap: wrap;\n        gap: 10px;\n    }\n\n    .deal-price-banner .price-label {\n        font-size: 0.85em;\n        color: #666;\n        margin-bottom: 2px;\n    }\n\n    .deal-price-banner .price-now {\n        font-size: 1.9em;\n        font-weight: 800;\n        color: #1F4E79;\n        line-height: 1.1;\n    }\n\n    .deal-price-banner .price-was {\n        font-size: 0.85em;\n        color: #999;\n        text-decoration: line-through;\n    }\n\n    .save-badge {\n        background: #1F4E79;\n        color: white;\n        padding: 6px 14px;\n        border-radius: 20px;\n        font-size: 0.85em;\n        font-weight: bold;\n    }\n\n    \/* ── WHAT'S INCLUDED ── *\/\n    .included-section {\n        padding: 30px 20px;\n        background: white;\n    }\n\n    .included-section h2 {\n        font-size: 1.3em;\n        color: #2c3e50;\n        margin-bottom: 20px;\n        text-align: center;\n    }\n\n    .product-card {\n        border: 2px solid #e0e0e0;\n        border-radius: 12px;\n        padding: 20px;\n        margin-bottom: 15px;\n        position: relative;\n    }\n\n    .product-card.featured {\n        border-color: #1F4E79;\n        background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n    }\n\n    .product-num-tag {\n        position: absolute;\n        top: -10px;\n        left: 15px;\n        background: #1F4E79;\n        color: white;\n        padding: 3px 12px;\n        border-radius: 12px;\n        font-size: 0.72em;\n        font-weight: bold;\n    }\n\n    .product-card-header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 10px;\n        margin-top: 6px;\n    }\n\n    .product-card-header h3 {\n        font-size: 1.15em;\n        color: #2c3e50;\n        font-weight: 800;\n    }\n\n    .product-emoji { font-size: 1.8em; }\n\n    .product-card-desc {\n        font-size: 0.88em;\n        color: #666;\n        margin-bottom: 14px;\n    }\n\n    .product-meta-list {\n        background: #F2F4F7;\n        border-radius: 8px;\n        padding: 10px 12px;\n        margin-bottom: 10px;\n    }\n\n    .product-meta-row {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        font-size: 0.85em;\n        padding: 5px 0;\n        border-bottom: 1px solid #e8e8e8;\n    }\n\n    .product-meta-row:last-child { border-bottom: none; }\n    .product-meta-row .m-label { color: #888; }\n    .product-meta-row .m-value { color: #2c3e50; font-weight: 600; }\n\n    .individual-price {\n        font-size: 0.82em;\n        color: #999;\n        text-align: right;\n    }\n\n    .individual-price span {\n        text-decoration: line-through;\n        color: #bbb;\n    }\n\n    .plus-row {\n        text-align: center;\n        font-size: 1.5em;\n        color: #1F4E79;\n        font-weight: 800;\n        margin: -4px 0 10px;\n    }\n\n    \/* ── SIZE GUIDE ── *\/\n    .size-section {\n        padding: 30px 20px;\n        background: #F2F4F7;\n    }\n\n    .size-section h2 {\n        font-size: 1.3em;\n        color: #2c3e50;\n        margin-bottom: 20px;\n        text-align: center;\n    }\n\n    .size-card-mobile {\n        background: white;\n        border: 2px solid #e0e0e0;\n        border-radius: 12px;\n        padding: 18px;\n        margin-bottom: 12px;\n        position: relative;\n    }\n\n    .size-card-mobile.popular {\n        border-color: #1F4E79;\n        background: linear-gradient(135deg, #EDF2F7 0%, #ffffff 100%);\n    }\n\n    .popular-tag {\n        position: absolute;\n        top: -10px;\n        right: 15px;\n        background: #1F4E79;\n        color: white;\n        padding: 3px 10px;\n        border-radius: 12px;\n        font-size: 0.7em;\n        font-weight: bold;\n    }\n\n    .size-header { margin-bottom: 10px; }\n    .size-header h3 { font-size: 1.4em; color: #2c3e50; font-weight: 800; }\n\n    .works-with-header {\n        font-size: 0.88em;\n        color: #2c3e50;\n        font-weight: 700;\n        margin-bottom: 6px;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .perfect-for-label {\n        font-size: 0.85em;\n        color: #1F4E79;\n        font-weight: 600;\n        padding: 8px 12px;\n        background: #EDF2F7;\n        border-radius: 8px;\n    }\n\n    \/* ── DEAL SUMMARY ── *\/\n    .summary-section {\n        padding: 30px 20px;\n        background: white;\n    }\n\n    .summary-section h2 {\n        font-size: 1.3em;\n        color: #2c3e50;\n        margin-bottom: 20px;\n        text-align: center;\n    }\n\n    .summary-card {\n        border: 2px solid #1F4E79;\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .summary-row {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 13px 18px;\n        border-bottom: 1px solid #e0e0e0;\n        font-size: 0.9em;\n        background: white;\n    }\n\n    .summary-row:last-child { border-bottom: none; }\n    .summary-row .s-label { color: #555; }\n    .summary-row .s-value { color: #2c3e50; font-weight: 600; }\n\n    .summary-row.was .s-value {\n        text-decoration: line-through;\n        color: #bbb;\n    }\n\n    .summary-row.saving {\n        background: #EDF2F7;\n    }\n\n    .summary-row.saving .s-value { color: #1F4E79; font-weight: 700; }\n\n    .summary-row.total {\n        background: #1F4E79;\n    }\n\n    .summary-row.total .s-label {\n        color: #fff;\n        font-weight: 700;\n        font-size: 1em;\n    }\n\n    .summary-row.total .s-value {\n        color: #fff;\n        font-size: 1.3em;\n        font-weight: 800;\n    }\n\n    \/* ── HOW TO USE ── *\/\n    .steps-section {\n        padding: 30px 20px;\n        background: #F2F4F7;\n    }\n\n    .steps-section h2 {\n        font-size: 1.3em;\n        color: #2c3e50;\n        margin-bottom: 20px;\n        text-align: center;\n    }\n\n    .step-mobile {\n        background: white;\n        border-radius: 12px;\n        padding: 16px 18px;\n        margin-bottom: 12px;\n        display: flex;\n        align-items: flex-start;\n        gap: 14px;\n    }\n\n    .step-number-mobile {\n        width: 42px;\n        height: 42px;\n        background: linear-gradient(135deg, #1F4E79 0%, #163A5F 100%);\n        color: white;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.2em;\n        font-weight: bold;\n        flex-shrink: 0;\n        box-shadow: 0 2px 8px rgba(31,78,121,0.2);\n    }\n\n    .step-content h4 { font-size: 1em; color: #2c3e50; margin-bottom: 3px; }\n    .step-content p { font-size: 0.88em; color: #666; }\n\n    \/* ── TRUST BAR ── *\/\n    .trust-section {\n        padding: 24px 20px 30px;\n        background: white;\n    }\n\n    .trust-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 10px;\n    }\n\n    .trust-item {\n        background: #F2F4F7;\n        border-radius: 10px;\n        padding: 14px 12px;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        font-size: 0.85em;\n        color: #2c3e50;\n        font-weight: 600;\n    }\n\n    .trust-item .t-icon { font-size: 1.5em; flex-shrink: 0; }\n\n    \/* ── FINE PRINT ── *\/\n    .fine-print {\n        padding: 14px 20px 24px;\n        background: white;\n        font-size: 0.8em;\n        color: #999;\n        text-align: center;\n        line-height: 1.8;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- DEAL HEADER --\u003e\n\u003cdiv class=\"deal-header\"\u003e\n\u003ch2\u003e📦 Height + Comfort Deal\u003c\/h2\u003e\n\u003cp\u003eDo products — ek deal — ek behtareen price mein\u003c\/p\u003e\n\u003cdiv class=\"deal-price-banner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"price-label\"\u003eDeal Price (COD)\u003c\/div\u003e\n\u003cdiv class=\"price-now\"\u003eRs. 2,200\u003c\/div\u003e\n\u003cdiv class=\"price-was\"\u003eRs. 2,800 \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"save-badge\"\u003e🎉 Save Rs. 600\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"included-section\"\u003e\n\u003ch2\u003e📦 Is Deal Mein Kya Milega\u003c\/h2\u003e\n\u003cdiv class=\"product-card featured\"\u003e\n\u003cdiv class=\"product-num-tag\"\u003ePRODUCT 1\u003c\/div\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003ch3\u003eHeight Increase Insoles\u003c\/h3\u003e\n\u003cspan class=\"product-emoji\"\u003e📏\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"product-card-desc\"\u003eApni height badhao 4 inch tak. Layered design, heel mein place karo aur instantly taller feel karo.\u003c\/p\u003e\n\u003cdiv class=\"product-meta-list\"\u003e\n\u003cdiv class=\"product-meta-row\"\u003e\n\u003cspan class=\"m-label\"\u003eSize Options\u003c\/span\u003e \u003cspan class=\"m-value\"\u003e4 Inch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-meta-row\"\u003e\n\u003cspan class=\"m-label\"\u003eShoe Fit\u003c\/span\u003e \u003cspan class=\"m-value\"\u003e35–44 (Cut to Fit ✂️)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-meta-row\"\u003e\n\u003cspan class=\"m-label\"\u003eQuantity\u003c\/span\u003e \u003cspan class=\"m-value\"\u003e1 Pair (2 insoles)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"individual-price\"\u003eAkele price: \u003cspan\u003eRs. 1700\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"plus-row\"\u003e+\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-num-tag\"\u003ePRODUCT 2\u003c\/div\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003ch3\u003e4D Cloud Insoles\u003c\/h3\u003e\n\u003cspan class=\"product-emoji\"\u003e☁️\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"product-card-desc\"\u003eDin bhar ka aaram — cloud jaisi cushioning, arch support aur massage points. Paon ka dard aur thakawat khatam.\u003c\/p\u003e\n\u003cdiv class=\"product-meta-list\"\u003e\n\u003cdiv class=\"product-meta-row\"\u003e\n\u003cspan class=\"m-label\"\u003eShoe Size\u003c\/span\u003e \u003cspan class=\"m-value\"\u003e35–46 (Cut to Fit ✂️)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-meta-row\"\u003e\n\u003cspan class=\"m-label\"\u003eBest For\u003c\/span\u003e \u003cspan class=\"m-value\"\u003eComfort \u0026amp; Foot Pain Relief\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-meta-row\"\u003e\n\u003cspan class=\"m-label\"\u003eQuantity\u003c\/span\u003e \u003cspan class=\"m-value\"\u003e1 Pair (2 insoles)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"individual-price\"\u003eAkele price: \u003cspan\u003eRs. 1,100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE GUIDE --\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- DEAL SUMMARY --\u003e\n\u003cdiv class=\"summary-section\"\u003e\n\u003ch2\u003e🧾 Deal Summary\u003c\/h2\u003e\n\u003cdiv class=\"summary-card\"\u003e\n\u003cdiv class=\"summary-row\"\u003e\n\u003cspan class=\"s-label\"\u003e📏 Height Increase Insoles (1 Pair)\u003c\/span\u003e \u003cspan class=\"s-value\"\u003eRs. 1,700\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"summary-row\"\u003e\n\u003cspan class=\"s-label\"\u003e☁️ 4D Cloud Insoles (1 Pair)\u003c\/span\u003e \u003cspan class=\"s-value\"\u003eRs. 1,100\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"summary-row was\"\u003e\n\u003cspan class=\"s-label\"\u003eAkele khareedne par total\u003c\/span\u003e \u003cspan class=\"s-value\"\u003eRs. 2,800\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"summary-row saving\"\u003e\n\u003cspan class=\"s-label\"\u003e🎉 Aap Bach Rahe Hain\u003c\/span\u003e \u003cspan class=\"s-value\"\u003eRs. 600\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"summary-row total\"\u003e\n\u003cspan class=\"s-label\"\u003e✅ Aap Pay Karein (COD)\u003c\/span\u003e \u003cspan class=\"s-value\"\u003eRs. 2,200\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"trust-section\"\u003e\n\u003cdiv class=\"trust-grid\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e💵\u003c\/span\u003e \u003cspan\u003eCash on Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e📦\u003c\/span\u003e \u003cspan\u003eKhol ke Dekho, Tab Pay Karo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e🚚\u003c\/span\u003e \u003cspan\u003e1–3 Din Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e⭐\u003c\/span\u003e \u003cspan\u003e100K+ Happy Customers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINE PRINT --\u003e\n\u003cdiv class=\"fine-print\"\u003e* Is deal mein 2 alag insole pairs shamil hain — ek Height Increase, ek 4D Cloud.\u003cbr\u003eDono alag alag joote mein use hote hain. Scissors se trim karna hoga apne shoe size ke mutabiq.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StepInsoles","offers":[{"title":"35-46 (cut to fit) ✂️","offer_id":52585212051745,"sku":null,"price":2200.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/10.png?v=1776674468"},{"product_id":"adjustable-knee-brace","title":"Adjustable Knee Brace","description":"\u003ch3\u003eNot Your Normal Knee Brace\u003c\/h3\u003e\n\u003cp\u003eTired of constantly readjusting your knee brace mid-workout? Most braces slip, lose compression, and become useless within an hour.\u003c\/p\u003e\n\u003cp\u003eThe Adjustable Knee Brace solves that with one simple dial — \u003cem\u003etwist it once, lock in perfect compression, and forget about it.\u003c\/em\u003e No tightening. No slipping. No guessing.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/giphy-ezgif.com-optimize.webp?v=1777023040\" alt=\"Adjustable Knee Brace Dial System\"\u003e\u003c\/p\u003e\n\u003ch3\u003eWhy It Works\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eDial-In Compression\u003c\/strong\u003e — Custom fit in seconds. Turn the knob, lock it in, done.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStays In Place\u003c\/strong\u003e — Anti-slip grip that holds through every movement, all day.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReinforced Lateral Stability\u003c\/strong\u003e — Dual spring support bars stabilize weak or sore knees.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePatellar Protection\u003c\/strong\u003e — Silicone cushion absorbs impact and protects the joint.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Range of Motion\u003c\/strong\u003e — Supportive without being restrictive.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBreathable All-Day Comfort\u003c\/strong\u003e — High-elastic knitted mesh, no stuffiness or irritation.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/giphycopy-ezgif.com-optimize.webp?v=1777023091\" alt=\"Adjustable Knee Brace In Use\"\u003e\u003c\/p\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cp\u003eGym, running \u0026amp; sports training\u003c\/p\u003e\n\u003cp\u003ePost-surgery \u0026amp; injury recovery\u003c\/p\u003e\n\u003cp\u003eACL, meniscus \u0026amp; ligament support\u003c\/p\u003e\n\u003cp\u003eArthritis \u0026amp; chronic knee pain\u003c\/p\u003e\n\u003cp\u003eLong days on your feet\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cp\u003eKnob-type precision dial — adjusts compression in 3 seconds\u003c\/p\u003e\n\u003cp\u003eDual spring support bars — enhanced lateral stability\u003c\/p\u003e\n\u003cp\u003ePatellar silicone cushion — disperses impact, protects the joint\u003c\/p\u003e\n\u003cp\u003eHigh-elastic knitted mesh — breathable \u0026amp; sweat-wicking\u003c\/p\u003e\n\u003cp\u003eFits either knee — left or right\u003c\/p\u003e\n\u003cp\u003eAvailable in M, L \u0026amp; XL\u003c\/p\u003e\n\u003ch3\u003eSize Guide\u003c\/h3\u003e\n\u003cp\u003eMeasure the circumference of your thigh \u003cstrong\u003e5.5cm above the kneecap\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eM\u003c\/strong\u003e — 14.2″–18.5″  |  36–42cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eL\u003c\/strong\u003e — 16.5″–18.9″  |  42–48cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eXL\u003c\/strong\u003e — 18.9″–21.3″  |  48–54cm\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eTip: Size UP for less compression. Size DOWN for more compression.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch3\u003eJust twist it. Lock it in. Move how you want.\u003c\/h3\u003e","brand":"StepInsoles","offers":[{"title":"Left Knee \/ M","offer_id":52601684623649,"sku":null,"price":9000.0,"currency_code":"PKR","in_stock":true},{"title":"Left Knee \/ L","offer_id":52601684656417,"sku":null,"price":9000.0,"currency_code":"PKR","in_stock":true},{"title":"Left Knee \/ XL","offer_id":52601684689185,"sku":null,"price":9000.0,"currency_code":"PKR","in_stock":true},{"title":"Right Knee \/ M","offer_id":52681448456481,"sku":null,"price":9000.0,"currency_code":"PKR","in_stock":true},{"title":"Right Knee \/ L","offer_id":52681448489249,"sku":null,"price":9000.0,"currency_code":"PKR","in_stock":true},{"title":"Right Knee \/ XL","offer_id":52681448522017,"sku":null,"price":9000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/7058\/0257\/files\/He64c39df9e114e098ab4c47f724bbd71E.jpg?v=1777022087"}],"url":"https:\/\/stepinsoles.pk\/collections\/shop-all.oembed","provider":"StepInsoles","version":"1.0","type":"link"}