{"product_id":"mini-sewing-kit","title":"🧵 Portable Mini Sewing Machine","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800\u0026display=swap');\n\n.omnisia-product {\n    font-family: 'Poppins', sans-serif;\n    max-width: 1000px;\n    margin: 0 auto;\n    background: #fff;\n    color: #263238;\n    line-height: 1.7;\n    overflow: hidden;\n}\n\n\/* HERO *\/\n.omnisia-hero {\n    background: linear-gradient(135deg, #fff5f8, #eef8ff);\n    padding: 35px 20px;\n    text-align: center;\n    border-radius: 20px;\n    margin-bottom: 20px;\n}\n\n.omnisia-hero h1 {\n    color: #d85b87;\n    font-size: 30px;\n    font-weight: 800;\n    line-height: 1.3;\n    margin: 5px 0 12px;\n}\n\n.omnisia-hero p {\n    font-size: 16px;\n    color: #52616b;\n    margin: 0 auto 20px;\n    max-width: 750px;\n}\n\n\/* IMAGE PLACEHOLDER *\/\n.product-image-box {\n    width: 100%;\n    min-height: 240px;\n    background: #fafafa;\n    border: 2px dashed #e5a6bd;\n    border-radius: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 18px 0 25px;\n    overflow: hidden;\n}\n\n.product-image-box img {\n    width: 100%;\n    max-width: 750px;\n    height: auto;\n    display: block;\n    border-radius: 14px;\n}\n\n.image-placeholder-text {\n    color: #b97891;\n    font-size: 14px;\n    text-align: center;\n    padding: 30px;\n}\n\n\/* SECTIONS *\/\n.omnisia-section {\n    padding: 25px 20px;\n    margin-bottom: 12px;\n}\n\n.omnisia-section h2 {\n    text-align: center;\n    color: #d85b87;\n    font-size: 25px;\n    font-weight: 800;\n    margin-bottom: 12px;\n}\n\n.omnisia-section h3 {\n    color: #4b6f87;\n    font-size: 19px;\n    margin-bottom: 8px;\n}\n\n.omnisia-section p {\n    font-size: 15px;\n    color: #53616a;\n    text-align: center;\n    margin: 0 auto 10px;\n    max-width: 850px;\n}\n\n\/* PROBLEM SOLUTION *\/\n.problem-box {\n    background: #fff7fa;\n    border-left: 5px solid #d85b87;\n    border-radius: 12px;\n    padding: 20px;\n    margin: 15px 0;\n}\n\n.solution-box {\n    background: #f1faff;\n    border-left: 5px solid #6baac7;\n    border-radius: 12px;\n    padding: 20px;\n    margin: 15px 0;\n}\n\n.problem-box p,\n.solution-box p {\n    text-align: left;\n    margin: 0;\n}\n\n\/* FEATURES *\/\n.feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    margin-top: 20px;\n}\n\n.feature-card {\n    background: linear-gradient(145deg, #fff8fb, #f3faff);\n    border: 1px solid #f0d7e1;\n    border-radius: 16px;\n    padding: 20px 15px;\n    text-align: center;\n}\n\n.feature-card .icon {\n    font-size: 30px;\n    margin-bottom: 5px;\n}\n\n.feature-card h3 {\n    color: #d85b87;\n    font-size: 17px;\n    margin: 5px 0;\n}\n\n.feature-card p {\n    font-size: 13px;\n    margin: 0;\n}\n\n\/* HOW TO USE *\/\n.steps {\n    max-width: 750px;\n    margin: 20px auto;\n}\n\n.step {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    background: #f9fcff;\n    padding: 15px;\n    border-radius: 13px;\n    margin-bottom: 12px;\n}\n\n.step-number {\n    min-width: 38px;\n    height: 38px;\n    background: #d85b87;\n    color: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n}\n\n.step p {\n    text-align: left;\n    margin: 5px 0 0;\n}\n\n\/* SPECS *\/\n.spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n    border-radius: 12px;\n    overflow: hidden;\n}\n\n.spec-table tr:nth-child(odd) {\n    background: #fff7fa;\n}\n\n.spec-table tr:nth-child(even) {\n    background: #f4fbff;\n}\n\n.spec-table td {\n    padding: 13px;\n    border-bottom: 1px solid #eee;\n    font-size: 14px;\n}\n\n.spec-table td:first-child {\n    font-weight: 700;\n    color: #d85b87;\n    width: 40%;\n}\n\n\/* PACKAGE *\/\n.package-list {\n    max-width: 600px;\n    margin: 20px auto;\n    padding: 0;\n    list-style: none;\n}\n\n.package-list li {\n    background: #fff7fa;\n    margin-bottom: 10px;\n    padding: 12px 16px;\n    border-radius: 10px;\n    color: #4b5961;\n}\n\n\/* CTA *\/\n.omnisia-cta {\n    background: linear-gradient(135deg, #d85b87, #8ebbd0);\n    padding: 38px 20px;\n    border-radius: 20px;\n    text-align: center;\n    margin: 25px 0;\n    color: white;\n}\n\n.omnisia-cta h2 {\n    color: white;\n    margin: 0 0 10px;\n    font-size: 28px;\n}\n\n.omnisia-cta p {\n    color: white;\n    margin-bottom: 22px;\n}\n\n.order-btn {\n    display: inline-block;\n    background: white;\n    color: #d85b87 !important;\n    padding: 15px 38px;\n    border-radius: 50px;\n    font-size: 17px;\n    font-weight: 800;\n    text-decoration: none !important;\n    box-shadow: 0 7px 20px rgba(0,0,0,0.15);\n    transition: 0.3s;\n}\n\n.order-btn:hover {\n    transform: translateY(-3px);\n}\n\n\/* PROMISE *\/\n.omnisia-promise {\n    background: #263238;\n    color: white;\n    padding: 25px 18px;\n    border-radius: 18px;\n    text-align: center;\n}\n\n.omnisia-promise h2 {\n    color: #f4a6c2;\n    font-size: 22px;\n    margin: 0 0 8px;\n}\n\n.omnisia-promise p {\n    color: #f5f5f5;\n    font-size: 14px;\n    margin: 0;\n}\n\n\/* MOBILE *\/\n@media(max-width: 600px) {\n    .omnisia-hero h1 {\n        font-size: 24px;\n    }\n\n    .omnisia-section h2 {\n        font-size: 22px;\n    }\n\n    .feature-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .omnisia-section {\n        padding: 20px 12px;\n    }\n\n    .product-image-box {\n        min-height: 180px;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"omnisia-product\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"omnisia-hero\"\u003e\n\u003cdiv style=\"font-size: 14px; color: #8ebbd0; font-weight: bold;\"\u003e✨ SMART • COMPACT • CONVENIENT ✨\u003c\/div\u003e\n\u003ch1\u003e🧵 Portable Mini Sewing Machine\u003c\/h1\u003e\n\u003cp\u003eMake quick stitching and everyday clothing repairs easier with this compact and convenient mini sewing machine. Perfect for small sewing jobs at home, during travel, or whenever you need a quick fix.\u003c\/p\u003e\n\u003c!-- IMAGE 1 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\n\u003c!-- Replace the src below with your product image URL --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_07_51_19PM.png?v=1785941496\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"omnisia-section\"\u003e\n\u003ch2\u003e🧵 Your Handy Sewing Helper\u003c\/h2\u003e\n\u003cp\u003eNo need to bring out a large sewing machine for every little repair. This portable mini sewing machine is designed for convenient stitching and quick fixes while taking up minimal space.\u003c\/p\u003e\n\u003c!-- IMAGE 2 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_08_04_02PM.png?v=1785942264\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEM --\u003e\u003c!-- SOLUTION --\u003e\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"omnisia-section\"\u003e\n\u003ch2\u003e💖 Why You'll Love It\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003ePortable Design\u003c\/h3\u003e\n\u003cp\u003eCompact size makes it convenient to store and carry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eQuick Repairs\u003c\/h3\u003e\n\u003cp\u003eUseful for small everyday stitching and repair jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3\u003eHome Friendly\u003c\/h3\u003e\n\u003cp\u003eA handy sewing helper for everyday household needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n\u003ch3\u003eTravel Friendly\u003c\/h3\u003e\n\u003cp\u003eEasy to keep nearby when you need a quick clothing fix.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 5 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_08_04_20PM.png?v=1785942276\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"omnisia-section\"\u003e\n\u003ch2\u003e🪡 How To Use\u003c\/h2\u003e\n\u003cp\u003eGet started with your mini sewing machine in just a few simple steps.\u003c\/p\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePrepare the Thread\u003c\/strong\u003e\u003cbr\u003eInstall the thread and needle correctly according to the product setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePosition the Fabric\u003c\/strong\u003e\u003cbr\u003ePlace the fabric carefully under the sewing area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eStart Stitching\u003c\/strong\u003e\u003cbr\u003eHold the fabric securely and operate the machine gently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFinish the Stitch\u003c\/strong\u003e\u003cbr\u003eStop the machine, remove the fabric and secure the thread.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 6 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_07_43_10PM.png?v=1785941011\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"omnisia-section\"\u003e\n\u003ch2\u003e🏡 Perfect For Everyday Sewing Needs\u003c\/h2\u003e\n\u003cp\u003eWhether you're handling a small clothing repair, fixing a loose stitch, working on a simple DIY project, or need a compact sewing helper, this mini machine can be a practical addition to your home.\u003c\/p\u003e\n\u003c!-- IMAGE 7 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_07_47_21PM.png?v=1785941257\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"omnisia-section\"\u003e\n\u003ch2\u003e📋 Product Specifications\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003ePortable Mini Sewing Machine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eCompact \u0026amp; Portable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003eEveryday Sewing \u0026amp; Minor Repairs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003eHome, DIY \u0026amp; Travel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eMini \/ Compact Sewing Machine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- IMAGE 8 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_07_48_38PM.png?v=1785941335\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE --\u003e\n\u003cdiv class=\"omnisia-section\"\u003e\n\u003ch2\u003e📦 What's Included?\u003c\/h2\u003e\n\u003cul class=\"package-list\"\u003e\n\u003cli\u003e🧵 1 × Portable Mini Sewing Machine\u003c\/li\u003e\n\u003cli\u003e🪡 Sewing Accessories — according to selected variant\u003c\/li\u003e\n\u003cli\u003e📦 1 × Product Packaging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- IMAGE 9 --\u003e\n\u003cdiv class=\"product-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/ChatGPTImageAug5_2026_07_41_04PM.png?v=1785940884\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"omnisia-cta\"\u003e\n\u003ch2\u003e🛍️ Make Sewing Easier Today!\u003c\/h2\u003e\n\u003cp\u003eKeep a compact sewing helper within reach for those little repairs and everyday stitching needs.\u003c\/p\u003e\n\u003ca href=\"\/cart\" class=\"order-btn\"\u003e 🛒 ORDER NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- OMNISIA PROMISE --\u003e\n\u003cdiv class=\"omnisia-promise\"\u003e\n\u003ch2\u003e💙Omnisia.pk Promise\u003c\/h2\u003e\n\u003cp\u003eQuality Products • Honest Value • Reliable Service • Customer Satisfaction\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eShop Smart. Shop with Confidence. Shop Omnisia.pk.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omniisia","offers":[{"title":"Default Title","offer_id":46277689213064,"sku":"1290_travel_mini_sewing_kit","price":69.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/4_64a26a9f-aecf-4b85-b803-87db958925ee.jpg?v=1785940162","url":"https:\/\/www.omnisia.pk\/products\/mini-sewing-kit","provider":"Omniisia","version":"1.0","type":"link"}