{"product_id":"unisex-body-shaper-hot-sweat-slimming-vest","title":"Unisex Sweat Shaper - Buy 1, Get 1 FREE!","description":"\u003cstyle\u003e\n    \/* Premium Sweat Shaper Design - Professional Edition *\/\n    .zaavio-sweatshaper * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n    \n    .zaavio-sweatshaper {\n        width: 100%;\n        font-family: inherit;\n        font-size: inherit;\n        line-height: 1.4;\n        color: #333;\n        overflow: hidden;\n    }\n    \n    \/* Hero Section *\/\n    .zaavio-hero-banner {\n        position: relative;\n        background: linear-gradient(135deg, #f4f9ff 0%, #e6f2ff 100%);\n        border-radius: 10px;\n        padding: 20px;\n        margin-bottom: 20px;\n        overflow: hidden;\n        border-left: 4px solid #006eff;\n        box-shadow: 0 4px 15px rgba(0, 110, 255, 0.1);\n    }\n    \n    .zaavio-hero-banner::before {\n        content: \"\";\n        position: absolute;\n        top: -50px;\n        right: -50px;\n        width: 200px;\n        height: 200px;\n        background: radial-gradient(circle, rgba(255, 181, 2, 0.15) 0%, rgba(255, 255, 255, 0) 70%);\n        border-radius: 50%;\n        z-index: 1;\n    }\n    \n    .zaavio-hero-title {\n        color: #006eff;\n        font-size: 18px;\n        font-weight: 700;\n        margin-bottom: 15px;\n        position: relative;\n        display: inline-block;\n        line-height: 1.3;\n    }\n    \n    .zaavio-hero-title::after {\n        content: \"\";\n        display: block;\n        width: 50px;\n        height: 3px;\n        background: linear-gradient(to right, #ffb502, rgba(255, 181, 2, 0.2));\n        margin-top: 8px;\n    }\n    \n    \/* Main hero image *\/\n    .zaavio-hero-img {\n        width: 100%;\n        display: block;\n        margin: 15px 0;\n        border-radius: 8px;\n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);\n        transform: scale(1);\n        transition: transform 0.3s ease;\n    }\n    \n    .zaavio-hero-img:hover {\n        transform: scale(1.01);\n    }\n    \n    \/* Introduction text *\/\n    .zaavio-intro {\n        background: linear-gradient(to right, rgba(0, 110, 255, 0.05), rgba(0, 110, 255, 0.02));\n        padding: 15px;\n        margin: 15px 0;\n        border-left: 3px solid #006eff;\n        font-size: 15px;\n        line-height: 1.5;\n        border-radius: 0 8px 8px 0;\n    }\n    \n    \/* Video container *\/\n    .zaavio-video-container {\n        margin: 20px 0;\n        text-align: center;\n        padding: 5px;\n        background: #f5f7fa;\n        border-radius: 10px;\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n    }\n    \n    \/* Callout text *\/\n    .zaavio-callout {\n        text-align: center;\n        font-size: 16px;\n        margin: 15px 0;\n        padding: 12px 20px;\n        background: linear-gradient(135deg, #ffb502 0%, #ffd24d 100%);\n        color: #333;\n        border-radius: 8px;\n        font-weight: 500;\n        box-shadow: 0 4px 15px rgba(255, 181, 2, 0.15);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .zaavio-callout::before {\n        content: \"💧\";\n        position: absolute;\n        left: 15px;\n        top: 50%;\n        transform: translateY(-50%);\n        font-size: 16px;\n        opacity: 0.8;\n    }\n    \n    .zaavio-callout::after {\n        content: \"💧\";\n        position: absolute;\n        right: 15px;\n        top: 50%;\n        transform: translateY(-50%);\n        font-size: 16px;\n        opacity: 0.8;\n    }\n    \n    \/* Features section header *\/\n    .zaavio-features-title {\n        background: #006eff;\n        color: #fff;\n        text-align: center;\n        padding: 12px 15px;\n        font-weight: 600;\n        font-size: 16px;\n        margin: 25px 0 20px;\n        border-radius: 8px;\n        letter-spacing: 1px;\n        position: relative;\n        box-shadow: 0 4px 15px rgba(0, 110, 255, 0.15);\n    }\n    \n    .zaavio-features-title::after {\n        content: \"\";\n        position: absolute;\n        bottom: -8px;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 0;\n        height: 0;\n        border-left: 8px solid transparent;\n        border-right: 8px solid transparent;\n        border-top: 8px solid #006eff;\n    }\n    \n    \/* Features list styling *\/\n    .zaavio-features-list {\n        list-style-type: none;\n        padding: 0;\n        margin: 0;\n    }\n    \n    .zaavio-feature-item {\n        margin: 20px 0;\n        padding-bottom: 20px;\n        border-bottom: 1px dashed rgba(0, 110, 255, 0.2);\n        position: relative;\n    }\n    \n    .zaavio-feature-item:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n    }\n    \n    .zaavio-feature-header {\n        display: flex;\n        align-items: center;\n        margin-bottom: 12px;\n    }\n    \n    .zaavio-feature-icon {\n        min-width: 36px;\n        height: 36px;\n        background: linear-gradient(135deg, #006eff 0%, #0085ff 100%);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-right: 12px;\n        box-shadow: 0 4px 10px rgba(0, 110, 255, 0.2);\n    }\n    \n    .zaavio-feature-icon span {\n        color: white;\n        font-size: 16px;\n        font-weight: bold;\n    }\n    \n    .zaavio-feature-title {\n        color: #006eff;\n        font-size: 16px;\n        font-weight: 600;\n    }\n    \n    .zaavio-feature-content {\n        padding-left: 48px;\n        font-size: 15px;\n        line-height: 1.5;\n        color: #333;\n        margin-bottom: 15px;\n    }\n    \n    .zaavio-feature-img-container {\n        margin-top: 15px;\n        text-align: center;\n    }\n    \n    .zaavio-feature-img {\n        max-width: 100%;\n        border-radius: 8px;\n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n        border: 1px solid rgba(0, 110, 255, 0.1);\n        transition: transform 0.3s ease;\n    }\n    \n    .zaavio-feature-img:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    }\n    \n    \/* Text highlight effect *\/\n    .zaavio-sweatshaper strong {\n        position: relative;\n        color: #006eff;\n        font-weight: 600;\n        z-index: 1;\n    }\n    \n    .zaavio-sweatshaper strong:after {\n        content: '';\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 30%;\n        background-color: rgba(255, 181, 2, 0.2);\n        z-index: -1;\n        border-radius: 2px;\n    }\n    \n    \/* Mobile optimizations *\/\n    @media (min-width: 768px) {\n        .zaavio-hero-title {\n            font-size: 20px;\n        }\n        \n        .zaavio-features-title {\n            font-size: 18px;\n        }\n        \n        .zaavio-feature-title {\n            font-size: 17px;\n        }\n        \n        .zaavio-feature-content {\n            font-size: 15px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"zaavio-sweatshaper\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"zaavio-hero-banner\"\u003e\n\u003cp class=\"zaavio-hero-title\"\u003eBoost up your workouts \u0026amp; sweat out all the toxins!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Image --\u003e \u003cimg alt=\"Sweat Shaper In Action\" src=\"\" class=\"zaavio-hero-img\"\u003e \u003c!-- Introduction --\u003e\n\u003cdiv class=\"zaavio-intro\"\u003eThermal body shaper that helps you burn extra calories, without any extra effort during your workouts!! Works by raising body temperature naturally and insulating body heat. Whether you are working, driving, or going for a run, it will always work for you. Hard to notice under clothes, it comfortably fits everyone.\u003c\/div\u003e\n\u003c!-- Video Player --\u003e\n\u003cdiv class=\"zaavio-video-container\"\u003e\n\u003cdiv data-video-id=\"v2ybcha\" id=\"rumblePlayer\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Callout Text --\u003e\n\u003cdiv class=\"zaavio-callout\"\u003eSweat shaper works even when you are not! So, just put it on when you feel like losing some extra sweat!\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"zaavio-features-title\"\u003eFEATURES\u003c\/div\u003e\n\u003cul class=\"zaavio-features-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-header\"\u003e\n\u003cdiv class=\"zaavio-feature-icon\"\u003e\u003cspan\u003e1\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eVersatile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eSuitable for all activities like shopping, traveling, walking, or binge-watching at home. Burn extra calories anytime without doing anything extra.\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-img-container\"\u003e\u003cimg alt=\"Versatile Sweat Shaper\" src=\"\" class=\"zaavio-feature-img\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-header\"\u003e\n\u003cdiv class=\"zaavio-feature-icon\"\u003e\u003cspan\u003e2\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eAccelerated Improvements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eWorks best when you are working out! It can help you lose 3x more sweat. Due to intensified sweating, you burn calories faster.\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-img-container\"\u003e\u003cimg alt=\"Accelerated Improvements\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2667\/4682\/files\/85cce0f7-de0c-4df5-a67c-261677cc86d5.__CR0_0_970_600_PT0_SX970_V1_de676c4c-9840-4236-aedd-96a78b7c7831_480x480.png?v=1598525919\" class=\"zaavio-feature-img\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-header\"\u003e\n\u003cdiv class=\"zaavio-feature-icon\"\u003e\u003cspan\u003e3\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eInstant Shaper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eMade with skin-friendly fabric, wear it daily to get an instant lean and flat look. Locks the sweat inside without making your clothes wet.\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-img-container\"\u003e\u003cimg alt=\"Instant Shaper\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2667\/4682\/files\/71UYK7qDrdL._AC_UL1500_480x480.jpg?v=1596101076\" class=\"zaavio-feature-img\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-header\"\u003e\n\u003cdiv class=\"zaavio-feature-icon\"\u003e\u003cspan\u003e4\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eHome Fitness Essential\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eIt provides much-needed back support while exercising. As a result, you improve your posture while cutting off extra fat.\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-img-container\"\u003e\u003cimg alt=\"Home Fitness Essential\" src=\"\" class=\"zaavio-feature-img\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-header\"\u003e\n\u003cdiv class=\"zaavio-feature-icon\"\u003e\u003cspan\u003e5\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003ePremium Quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eMade with high-grade neoprene \u0026amp; seamless stitching, it ensures sturdiness. Apart from tummy and waist, it can also tone hips and thighs.\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-img-container\"\u003e\u003cimg alt=\"Premium Quality\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2667\/4682\/files\/81lzJqcD5JL._SL1500_480x480.jpg?v=1598531614\" class=\"zaavio-feature-img\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Mr.Amit x TMM","offers":[{"title":"Default Title","offer_id":42397353443390,"sku":"6208","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0651\/7506\/0542\/files\/unisex-body-shaper-hot-sweat-slimming-shaper-belt-pack-of-2-waist-cinchers-unisex-sweat-shaper-buy-1-get-1-free-zaavio-34279275987114.jpg?v=1768552008","url":"https:\/\/quickart.store\/products\/unisex-body-shaper-hot-sweat-slimming-vest","provider":"Quickkart","version":"1.0","type":"link"}