{"title":"BodySuits","description":"","products":[{"product_id":"adjustable-hook-waist-control-shaper","title":"Adjustable Hook Waist Control Shaper","description":"\u003c!-- ============================================================\n     SLIMMING VEST - SHOPIFY PRODUCT DESCRIPTION\n     Paste this into: Shopify Admin \u003e Products \u003e Description \u003e (\u003c\/\u003e code view)\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  .pd-root * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .pd-root {\n    font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1a1a;\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0 0 2rem;\n  }\n\n  \/* ── SLIDER ── *\/\n  .pd-slider-wrap {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 4\/3;\n    overflow: hidden;\n    background: #f5f5f3;\n    border-radius: 14px;\n  }\n\n  .pd-slides {\n    display: flex;\n    width: 300%;\n    height: 100%;\n    transition: transform 0.55s cubic-bezier(.77,0,.18,1);\n  }\n\n  .pd-slide {\n    width: 33.333%;\n    height: 100%;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background: #f5f5f3;\n  }\n\n  .pd-slide img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n  }\n\n  .pd-slide-badge {\n    position: absolute;\n    top: 14px;\n    left: 14px;\n    background: #1a1a1a;\n    color: #f0e8d8;\n    font-size: 11px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 6px 12px;\n    border-radius: 3px;\n    font-family: 'DM Sans', Arial, sans-serif;\n  }\n\n  .pd-slide-size {\n    width: 100%;\n    height: 100%;\n    padding: 24px 20px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    background: #f5f5f3;\n  }\n\n  .pd-slide-size .sz-eyebrow {\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #888;\n    font-family: 'DM Sans', Arial, sans-serif;\n  }\n\n  .pd-slide-size table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'DM Sans', Arial, sans-serif;\n    font-size: 13px;\n  }\n\n  .pd-slide-size th {\n    text-align: left;\n    font-weight: 500;\n    font-size: 11px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: #555;\n    padding: 6px 8px;\n    border-bottom: 1.5px solid #1a1a1a;\n  }\n\n  .pd-slide-size td {\n    padding: 7px 8px;\n    border-bottom: 1px solid #ddd;\n    color: #1a1a1a;\n  }\n\n  .pd-slide-size tr:last-child td { border-bottom: none; }\n\n  .pd-sz-tag {\n    display: inline-block;\n    background: #1a1a1a;\n    color: #f0e8d8;\n    font-size: 11px;\n    font-weight: 500;\n    width: 32px;\n    height: 22px;\n    line-height: 22px;\n    text-align: center;\n    border-radius: 3px;\n  }\n\n  .pd-btn {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(255,255,255,0.92);\n    border: none;\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    cursor: pointer;\n    font-size: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #1a1a1a;\n    z-index: 10;\n    transition: background 0.2s;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.12);\n  }\n  .pd-btn:hover { background: #fff; }\n  .pd-btn.pd-prev { left: 12px; }\n  .pd-btn.pd-next { right: 12px; }\n\n  .pd-dots {\n    position: absolute;\n    bottom: 12px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    gap: 6px;\n    z-index: 10;\n  }\n\n  .pd-dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: rgba(0,0,0,0.2);\n    cursor: pointer;\n    transition: background 0.2s, transform 0.2s;\n    border: none;\n    padding: 0;\n  }\n  .pd-dot.active { background: #1a1a1a; transform: scale(1.3); }\n\n  \/* ── CONTENT ── *\/\n  .pd-content { padding: 1.6rem 0.1rem 0; }\n\n  .pd-eyebrow {\n    font-size: 11px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 6px;\n  }\n\n  .pd-title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 26px;\n    font-weight: 600;\n    line-height: 1.25;\n    margin-bottom: 10px;\n    color: #1a1a1a;\n  }\n\n  .pd-tagline {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    margin-bottom: 22px;\n    font-weight: 300;\n  }\n\n  .pd-divider {\n    height: 1px;\n    background: #e5e5e5;\n    margin: 20px 0;\n  }\n\n  \/* ── FEATURE CARDS ── *\/\n  .pd-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n\n  .pd-feat {\n    background: #f5f5f3;\n    border-radius: 10px;\n    padding: 14px 16px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n\n  .pd-feat-icon {\n    width: 34px; height: 34px;\n    min-width: 34px;\n    background: #1a1a1a;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 15px;\n  }\n\n  .pd-feat-title {\n    font-size: 13px;\n    font-weight: 500;\n    margin-bottom: 3px;\n    color: #1a1a1a;\n  }\n\n  .pd-feat-desc {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.5;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .pd-benefits {\n    list-style: none;\n    margin-bottom: 22px;\n  }\n\n  .pd-benefits li {\n    font-size: 14px;\n    color: #1a1a1a;\n    padding: 10px 0;\n    border-bottom: 1px solid #e5e5e5;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    line-height: 1.5;\n  }\n\n  .pd-benefits li:last-child { border-bottom: none; }\n\n  .pd-check {\n    width: 20px; height: 20px;\n    min-width: 20px;\n    background: #1a1a1a;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n\n  .pd-check svg { display: block; }\n\n  \/* ── SIZE TABLE ── *\/\n  .pd-size-box {\n    background: #f5f5f3;\n    border-radius: 12px;\n    padding: 18px;\n    margin-bottom: 22px;\n  }\n\n  .pd-size-label {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 14px;\n  }\n\n  .pd-size-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n  }\n\n  .pd-size-table th {\n    text-align: left;\n    font-weight: 500;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    color: #888;\n    padding: 0 0 10px;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .pd-size-table td {\n    padding: 8px 0;\n    border-bottom: 1px solid #e5e5e5;\n    color: #1a1a1a;\n  }\n\n  .pd-size-table tr:last-child td { border-bottom: none; }\n\n  .pd-stag {\n    display: inline-block;\n    background: #1a1a1a;\n    color: #f0e8d8;\n    font-size: 11px;\n    font-weight: 500;\n    width: 32px;\n    height: 22px;\n    line-height: 22px;\n    text-align: center;\n    border-radius: 3px;\n  }\n\n  \/* ── CTA STRIP ── *\/\n  .pd-cta {\n    background: #1a1a1a;\n    border-radius: 12px;\n    padding: 20px 22px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n\n  .pd-cta-quote {\n    font-family: Georgia, 'Times New Roman', serif;\n    color: #f0e8d8;\n    font-size: 15px;\n    font-style: italic;\n    line-height: 1.45;\n    max-width: 300px;\n  }\n\n  .pd-cta-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .pd-cta-tag {\n    background: rgba(240,232,216,0.1);\n    color: #f0e8d8;\n    font-size: 12px;\n    padding: 6px 12px;\n    border-radius: 20px;\n    border: 1px solid rgba(240,232,216,0.22);\n    font-family: 'DM Sans', Arial, sans-serif;\n  }\n\n  @media (max-width: 480px) {\n    .pd-title { font-size: 22px; }\n    .pd-cta { flex-direction: column; }\n    .pd-cta-quote { max-width: 100%; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-root\"\u003e\n\n  \u003c!-- ── IMAGE SLIDER ── --\u003e\n  \u003cdiv class=\"pd-slider-wrap\" id=\"pdSlider\"\u003e\n    \u003cdiv class=\"pd-slides\" id=\"pdSlides\"\u003e\n\n      \u003c!-- Slide 1: Main Product Image --\u003e\n      \u003cdiv class=\"pd-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/H02e36692eb6c4c07868252ef7c310c77R.webp?v=1777831039\" alt=\"360 Degree Slimming Vest - Front View\"\u003e\n        \u003cspan class=\"pd-slide-badge\"\u003e360° Slimming\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Slide 2: Features Diagram --\u003e\n      \u003cdiv class=\"pd-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/WhatsApp-Image-2024-03-14-at-3.08.38-PM-300x234.jpg?v=1777830916\" alt=\"Slimming Vest - Feature Callouts\"\u003e\n        \u003cspan class=\"pd-slide-badge\"\u003eKey Features\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Slide 3: Size Chart --\u003e\n      \u003cdiv class=\"pd-slide\"\u003e\n        \u003cdiv class=\"pd-slide-size\"\u003e\n          \u003cspan class=\"sz-eyebrow\"\u003eSize Guide\u003c\/span\u003e\n          \u003ctable\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eSize\u003c\/th\u003e\n                \u003cth\u003eWaist (in)\u003c\/th\u003e\n                \u003cth\u003eWaist (cm)\u003c\/th\u003e\n                \u003cth\u003eLength (in)\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003eS\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e21.2 – 24.0\u003c\/td\u003e\n\u003ctd\u003e54 – 61\u003c\/td\u003e\n\u003ctd\u003e22\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003eM\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e24.0 – 26.7\u003c\/td\u003e\n\u003ctd\u003e61 – 68\u003c\/td\u003e\n\u003ctd\u003e22.4\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003eL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e26.7 – 29.9\u003c\/td\u003e\n\u003ctd\u003e68 – 76\u003c\/td\u003e\n\u003ctd\u003e22.8\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003eXL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e29.9 – 33.0\u003c\/td\u003e\n\u003ctd\u003e76 – 84\u003c\/td\u003e\n\u003ctd\u003e23.2\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003e2XL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e33.0 – 36.2\u003c\/td\u003e\n\u003ctd\u003e84 – 92\u003c\/td\u003e\n\u003ctd\u003e23.6\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003e3XL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e36.2 – 39.3\u003c\/td\u003e\n\u003ctd\u003e92 – 100\u003c\/td\u003e\n\u003ctd\u003e24.0\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-sz-tag\"\u003e4XL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e39.3 – 42.5\u003c\/td\u003e\n\u003ctd\u003e100 – 108\u003c\/td\u003e\n\u003ctd\u003e24.4\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"pd-slide-badge\"\u003eSize Chart\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- Arrows --\u003e\n    \u003cbutton class=\"pd-btn pd-prev\" onclick=\"pdMove(-1)\" aria-label=\"Previous slide\"\u003e←\u003c\/button\u003e\n    \u003cbutton class=\"pd-btn pd-next\" onclick=\"pdMove(1)\" aria-label=\"Next slide\"\u003e→\u003c\/button\u003e\n\n    \u003c!-- Dots --\u003e\n    \u003cdiv class=\"pd-dots\"\u003e\n      \u003cbutton class=\"pd-dot active\" onclick=\"pdGoTo(0)\" aria-label=\"Slide 1\"\u003e\u003c\/button\u003e\n      \u003cbutton class=\"pd-dot\" onclick=\"pdGoTo(1)\" aria-label=\"Slide 2\"\u003e\u003c\/button\u003e\n      \u003cbutton class=\"pd-dot\" onclick=\"pdGoTo(2)\" aria-label=\"Slide 3\"\u003e\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── PRODUCT CONTENT ── --\u003e\n  \u003cdiv class=\"pd-content\"\u003e\n\n    \u003cp class=\"pd-eyebrow\"\u003eShapewear Collection\u003c\/p\u003e\n    \u003ch2 class=\"pd-title\"\u003e360° Sculpting Slimming Vest\u003c\/h2\u003e\n    \u003cp class=\"pd-tagline\"\u003e\n      Engineered for all-day confidence — compresses, lifts, and smooths your silhouette from every angle.\n      Wear it to the gym, under workwear, or around the house. Feel the difference from the very first wear.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pd-divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Feature Cards --\u003e\n    \u003cdiv class=\"pd-features\"\u003e\n\n      \u003cdiv class=\"pd-feat\"\u003e\n        \u003cdiv class=\"pd-feat-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M8 2v12M2 8h12\" stroke=\"#f0e8d8\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feat-title\"\u003eAdjustable Straps\u003c\/p\u003e\n          \u003cp class=\"pd-feat-desc\"\u003eSet the fit exactly how you want it — every time\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-feat\"\u003e\n        \u003cdiv class=\"pd-feat-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M4 4 Q8 1 12 4 Q14 8 12 12 Q8 15 4 12 Q2 8 4 4Z\" stroke=\"#f0e8d8\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feat-title\"\u003e6 Spiral Steel Bones\u003c\/p\u003e\n          \u003cp class=\"pd-feat-desc\"\u003eFlexible yet firm — keeps you in perfect posture\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-feat\"\u003e\n        \u003cdiv class=\"pd-feat-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M8 2L14 8L8 14L2 8Z\" stroke=\"#f0e8d8\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feat-title\"\u003eZip + Hook Closure\u003c\/p\u003e\n          \u003cp class=\"pd-feat-desc\"\u003eMultiple compression levels for a sleek, clean look\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-feat\"\u003e\n        \u003cdiv class=\"pd-feat-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 8 Q5 3 8 8 Q11 13 14 8\" stroke=\"#f0e8d8\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feat-title\"\u003eSoft Microfiber\u003c\/p\u003e\n          \u003cp class=\"pd-feat-desc\"\u003eSkin-kind fabric that stays comfortable all day\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- Benefits List --\u003e\n    \u003cul class=\"pd-benefits\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-check\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#f0e8d8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        U-type anti-droop breast design — lifts and firms the bust for a natural, confident shape\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-check\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#f0e8d8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Controls armpit and back fat for a perfectly smooth, seamless finish under any outfit\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-check\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#f0e8d8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        High-quality bottom-pull zipper lies flat and invisible — no bulges, no outlines\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-check\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#f0e8d8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Available in S to 4XL — inclusive sizing for every body type\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-check\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#f0e8d8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Versatile everyday wear — gym sessions, work, errands, or lounging at home\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003c!-- Size Chart Table --\u003e\n    \u003cdiv class=\"pd-size-box\"\u003e\n      \u003cp class=\"pd-size-label\"\u003eSize Chart\u003c\/p\u003e\n      \u003ctable class=\"pd-size-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTag Size\u003c\/th\u003e\n            \u003cth\u003eWaist (inches)\u003c\/th\u003e\n            \u003cth\u003eWaist (cm)\u003c\/th\u003e\n            \u003cth\u003eLength (in)\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003eS\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e21.2 – 24.0\u003c\/td\u003e\n\u003ctd\u003e54 – 61\u003c\/td\u003e\n\u003ctd\u003e22\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003eM\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e24.0 – 26.7\u003c\/td\u003e\n\u003ctd\u003e61 – 68\u003c\/td\u003e\n\u003ctd\u003e22.4\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003eL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e26.7 – 29.9\u003c\/td\u003e\n\u003ctd\u003e68 – 76\u003c\/td\u003e\n\u003ctd\u003e22.8\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003eXL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e29.9 – 33.0\u003c\/td\u003e\n\u003ctd\u003e76 – 84\u003c\/td\u003e\n\u003ctd\u003e23.2\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003e2XL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e33.0 – 36.2\u003c\/td\u003e\n\u003ctd\u003e84 – 92\u003c\/td\u003e\n\u003ctd\u003e23.6\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003e3XL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e36.2 – 39.3\u003c\/td\u003e\n\u003ctd\u003e92 – 100\u003c\/td\u003e\n\u003ctd\u003e24.0\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"pd-stag\"\u003e4XL\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e39.3 – 42.5\u003c\/td\u003e\n\u003ctd\u003e100 – 108\u003c\/td\u003e\n\u003ctd\u003e24.4\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CTA Strip --\u003e\n    \u003cdiv class=\"pd-cta\"\u003e\n      \u003cp class=\"pd-cta-quote\"\u003e\"Confidence isn't a size — it's a feeling you wear.\"\u003c\/p\u003e\n      \u003cdiv class=\"pd-cta-tags\"\u003e\n        \u003cspan class=\"pd-cta-tag\"\u003eS – 4XL\u003c\/span\u003e\n        \u003cspan class=\"pd-cta-tag\"\u003e360° Shaping\u003c\/span\u003e\n        \u003cspan class=\"pd-cta-tag\"\u003eAll-day Wear\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── SLIDER SCRIPT ── --\u003e\n\u003cscript\u003e\n(function() {\n  var cur = 0;\n  var total = 3;\n  var slidesEl = document.getElementById('pdSlides');\n  var dots = document.querySelectorAll('.pd-dot');\n\n  window.pdGoTo = function(n) {\n    cur = ((n % total) + total) % total;\n    slidesEl.style.transform = 'translateX(-' + (cur * 33.333) + '%)';\n    dots.forEach(function(d, i) {\n      d.classList.toggle('active', i === cur);\n    });\n  };\n\n  window.pdMove = function(dir) {\n    pdGoTo(cur + dir);\n  };\n\n  \/\/ Touch\/swipe support\n  var startX = 0;\n  var wrap = document.getElementById('pdSlider');\n  wrap.addEventListener('touchstart', function(e) {\n    startX = e.touches[0].clientX;\n  }, { passive: true });\n  wrap.addEventListener('touchend', function(e) {\n    var dx = e.changedTouches[0].clientX - startX;\n    if (Math.abs(dx) \u003e 40) pdMove(dx \u003c 0 ? 1 : -1);\n  }, { passive: true });\n})();\n\u003c\/script\u003e","brand":"My Store","offers":[{"title":"Medium","offer_id":47766601203938,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"Large","offer_id":47766601236706,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"XL","offer_id":47766601269474,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"2XL","offer_id":47766601302242,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true},{"title":"3XL","offer_id":47766601335010,"sku":null,"price":2799.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/1FF2E9E3-4C1A-45BA-9398-29204B8DB7CD.jpg?v=1726050340"},{"product_id":"female-body-shaper-slim-lift","title":"Premium Lift Bodysuit","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e                          \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Biking.png?v=1726518871\" width=\"383\" height=\"383\"\u003e\u003c\/p\u003e\n\u003cul class=\"\"\u003e\n\u003cli class=\"\" data-spm-anchor-id=\"a2a0e.pdp.product_detail.i0.1c5068e3OgZNCI\"\u003e\n\u003cp\u003eElevate your confidence with our premium bodysuit shapewear for a sleek silhouette.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned to sculpt and shape, providing the ultimate support.\u003c\/li\u003e\n\u003cli\u003ePerfect for everyday use or special occasions, combining comfort and style.\u003c\/li\u003e\n\u003cli\u003eSay goodbye to worries and hello to a sleek silhouette with our popular bodysuit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"tabcustom d-flex align-items-center h6 active-acc\" data-toggle=\"collapse\" data-target=\"#tabp-tabcustom_MMHN6X\" aria-expanded=\"true\"\u003eBenefits:\u003c\/div\u003e\n\u003cdiv id=\"tabp-tabcustom_MMHN6X\" class=\"tab-content collapse show\"\u003e\n\u003cdiv class=\"py-3\"\u003e\n\u003cp\u003eStep into confidence with our game-changing Bodysuit!\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCustomize Your Comfort: Adjustable Straps for All-Day Ease!\u003c\/li\u003e\n\u003cli\u003eSay Goodbye to Bulges: Tummy Compression for Sleek Silhouettes!\u003c\/li\u003e\n\u003cli\u003eSeamless Elegance: Banish Panty Lines with Our Fabric!\u003c\/li\u003e\n\u003cli\u003eRound-the-Clock Comfort: Stay Cool and Confident 24\/7!\u003c\/li\u003e\n\u003cli\u003eColor Your Confidence: Choose Between Black and Brown!\u003c\/li\u003e\n\u003cli\u003eSize-Inclusive Style: Find Your Fit up to 6XL!\u003c\/li\u003e\n\u003cli\u003eConvenience Meets Comfort: Open Crotch Design for Easy Wear!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tabcustom d-flex align-items-center h6 active-acc\" data-toggle=\"collapse\" data-target=\"#tabp-0a71f30d-dba2-4bca-a64d-c3cc2ed17e7d\" aria-expanded=\"true\"\u003eCare Guide\u003c\/div\u003e\n\u003cdiv id=\"tabp-0a71f30d-dba2-4bca-a64d-c3cc2ed17e7d\" class=\"tab-content collapse show\"\u003e\n\u003cdiv class=\"py-3\"\u003e\n\u003cul\u003e\n\u003cli\u003eMachine wash cold with like colors\u003c\/li\u003e\n\u003cli\u003eGentle cycle\u003c\/li\u003e\n\u003cli\u003eDo not bleach\u003c\/li\u003e\n\u003cli\u003eTumble dry low\u003c\/li\u003e\n\u003cli\u003eIron low if needed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Black \/ Small \/ Wide","offer_id":45935182708962,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Small \/ Wide","offer_id":45935182741730,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Medium \/ Wide","offer_id":45935182774498,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Large \/ Wide","offer_id":45935182807266,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XL \/ Wide","offer_id":45935182840034,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Medium \/ Wide","offer_id":45935182872802,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Large \/ Wide","offer_id":45935182905570,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XL \/ Wide","offer_id":45935182938338,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Small \/ Narrow","offer_id":45935182971106,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Medium \/ Narrow","offer_id":45935183003874,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Large \/ Narrow","offer_id":45935183036642,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XL \/ Narrow","offer_id":45935183069410,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Small \/ Narrow","offer_id":45935183102178,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Medium \/ Narrow","offer_id":45935183134946,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Large \/ Narrow","offer_id":45935183167714,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ XL \/ Narrow","offer_id":45935183200482,"sku":"","price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XXl \/ Wide","offer_id":46520521818338,"sku":null,"price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XXl \/ Narrow","offer_id":46520521851106,"sku":null,"price":2850.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ XXl \/ Wide","offer_id":46520521883874,"sku":null,"price":2850.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XXl \/ Narrow","offer_id":46520521916642,"sku":null,"price":2850.0,"currency_code":"PKR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/IMG_9690.webp?v=1726050346"},{"product_id":"open-crotch-women-bodysuit","title":"Premium Snatched Open Crotch Women Bodysuit | Instantly Smooth, Shape \u0026 Define Your Silhouette!","description":"\u003cp\u003eExperience all-day comfort with our bodysuit, crafted from ultra-breathable fabric that moves with you. Transform your look instantly with the \u003cstrong\u003ePremium Snatched Open Crotch Women Bodysuit\u003c\/strong\u003e! Designed for ultimate comfort and support, this bodysuit smooths, shapes, and defines your silhouette effortlessly. Its seamless design and open-crotch feature ensure maximum convenience and all-day wearability, making it perfect for any outfit or occasion.\u003c\/p\u003e\n\u003cp\u003eEmbrace confidence like never before with this must-have shapewear that flatters your curves and enhances your natural beauty!\u003c\/p\u003e\n\u003cp data-start=\"129\" data-end=\"250\"\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Biking_2.png?v=1726519241\" width=\"415\" height=\"415\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePremium Comfort Meets Sculpting Power\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLuxurious Feel:\u003c\/strong\u003e Made from ultra-soft, breathable fabric that moves with your body for all-day comfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlawless Contour:\u003c\/strong\u003e Precision design hugs your curves, shaping your waist, hips, and thighs for an effortlessly sleek silhouette.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStay Fresh:\u003c\/strong\u003e Moisture-wicking material ensures you stay cool and comfortable, no matter the occasion.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInvisible Support:\u003c\/strong\u003e Seamless construction disappears under clothing, perfect for anything from workout gear to formal attire.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt to Last:\u003c\/strong\u003e High-quality craftsmanship ensures your shaper retains its fit and elasticity, wash after wash.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/78D0CA39-4585-4D9B-BADF-AD19ECA47F5B_1.webp?v=1732121099\" width=\"415\" height=\"304\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg height=\"415\" width=\"419\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/IMG_6331.jpg?v=1730591596\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg height=\"418\" width=\"424\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/IMG_6335.jpg?v=1730591596\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg height=\"426\" width=\"429\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/IMG_6334.jpg?v=1730591596\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg height=\"424\" width=\"429\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/IMG_6333.jpg?v=1730591596\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot_2024-11-19_at_1.40.03_AM.png?v=1731962437\" width=\"435\" height=\"619\"\u003e\u003c\/p\u003e","brand":"BodyFitShapers","offers":[{"title":"Black \/ Small \/ Wide","offer_id":46103048224994,"sku":"","price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Medium \/ Wide","offer_id":46103618126050,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Large \/ Wide","offer_id":46103618158818,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Xl \/ Wide","offer_id":46103618191586,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XXL \/ Wide","offer_id":46119905689826,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Small \/ Wide","offer_id":46103048257762,"sku":"","price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Medium \/ Wide","offer_id":46103618224354,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Large \/ Wide","offer_id":46103618257122,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ Xl \/ Wide","offer_id":46103618289890,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ XXL \/ Wide","offer_id":46119905722594,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Small \/ Wide","offer_id":46103048290530,"sku":"","price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Medium \/ Wide","offer_id":46103618322658,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Large \/ Wide","offer_id":46103618355426,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Brown \/ Xl \/ Wide","offer_id":46103618388194,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ XXL \/ Wide","offer_id":46119905755362,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XXXl \/ Wide","offer_id":46286405107938,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Skin \/ XXXl \/ Wide","offer_id":46286405140706,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Brown \/ XXXl \/ Wide","offer_id":46286405173474,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ Small \/ Narrow","offer_id":46935807951074,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Medium \/ Narrow","offer_id":46935807983842,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Large \/ Narrow","offer_id":46935808016610,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Xl \/ Narrow","offer_id":46935808049378,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XXL \/ Narrow","offer_id":46935808082146,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XXXl \/ Narrow","offer_id":46935808114914,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Small \/ Narrow","offer_id":46935808147682,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Medium \/ Narrow","offer_id":46935808180450,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Large \/ Narrow","offer_id":46935808213218,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Xl \/ Narrow","offer_id":46935808245986,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XXL \/ Narrow","offer_id":46935808278754,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XXXl \/ Narrow","offer_id":46935808311522,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Small \/ Narrow","offer_id":46935808344290,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Medium \/ Narrow","offer_id":46935808377058,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Large \/ Narrow","offer_id":46935808409826,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Xl \/ Narrow","offer_id":46935808442594,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ XXL \/ Narrow","offer_id":46935808475362,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ XXXl \/ Narrow","offer_id":46935808508130,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/10001.webp?v=1730592971"},{"product_id":"premium-snatched-comfort-strap-bodysuit-open-crotch-instantly-smooth-shape-define-your-silhouette","title":"Premium Snatched Comfort-Strap Bodysuit (Open Crotch) | Instantly Smooth, Shape \u0026 Define Your Silhouette!","description":"\u003ch2\u003e\u003cspan data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i1.221c6c3f0Rz7zi\"\u003eFull Body Shaper for Women – Sculpt, Support \u0026amp; Smooth Your Natural Curves\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eExperience the perfect blend of \u003c\/span\u003e\u003cspan\u003ecomfort, confidence, and contouring\u003c\/span\u003e\u003cspan\u003e with our \u003c\/span\u003e\u003cspan\u003eFull Body Shaper for Women\u003c\/span\u003e\u003cspan data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i2.221c6c3f0Rz7zi\"\u003e, expertly engineered to give you a smooth, flattering silhouette without compromising on breathability or flexibility. Designed for everyday wear and special occasions alike, this all-in-one shaping solution targets multiple areas of the body, helping you feel and look your best no matter the outfit or event.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cspan\u003eWhether you're dressing for a wedding, an important meeting, a night out, or just want extra support during your day, this \u003c\/span\u003e\u003cspan\u003efull coverage shapewear\u003c\/span\u003e\u003cspan\u003e is your ultimate secret weapon.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/GeneratedFileOctober082025-10_42AM-ezgif.com-video-to-gif-converter.gif?v=1759902918\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot2025-10-08at8.26.07AM.png?v=1759894089\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/ddjnc.png?v=1760047341\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot2025-10-08at8.30.07AM.png?v=1759894220\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2a0e.pdp_revamp.product_detail.i3.221c6c3f0Rz7zi\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/63cdb90af68d3be9bc72b15b7d924cb4.jpg?v=1759894089\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"BodyFitShapers","offers":[{"title":"Skin \/ Small","offer_id":46861221429474,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Medium","offer_id":46861221462242,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Large","offer_id":46861221495010,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XL","offer_id":46861221527778,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ 2XL","offer_id":46861221560546,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ 3XL","offer_id":46861221593314,"sku":null,"price":3000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot2025-10-08at8.14.52AM.png?v=1759894089"},{"product_id":"intense-mid-thigh-bodyshaper","title":"Premium Intense Snatch Mid Thigh Bodysuit - Sculpted. Snatched. Instantly Defined.","description":"\u003cdiv class=\"custom_class_for_compression_bhoops_4 product-info__block-item\" data-block-id=\"text_EGdAGw\" data-block-type=\"text\"\u003e\n\u003cdiv class=\"product-info__text custom_class_for_styling for_laevl_strong_bs4\"\u003e\n\u003cdiv class=\"prose\"\u003e\n\u003cp\u003eExperience all-day comfort with our bodysuit, crafted from ultra-breathable fabric that moves with you.  Designed for ultimate comfort and support, this bodysuit smooths, shapes, and defines your silhouette effortlessly. Its seamless design, all-day wearability, making it perfect for any outfit or occasion.\u003c\/p\u003e\n\u003cp\u003eEmbrace confidence like never before with this must-have shapewear that flatters your curves and enhances your natural beauty!\u003c\/p\u003e\n\u003cdiv class=\"custom_class_for_compression_bhoops_4 product-info__block-item\" data-block-id=\"text_EGdAGw\" data-block-type=\"text\"\u003e\n\u003cdiv class=\"product-info__text custom_class_for_styling for_laevl_strong_bs4\"\u003e\n\u003ch4 class=\"prose\"\u003e\u003cstrong\u003e\u003cspan class=\"hideforthesecondelement_new_bs\"\u003eCompression:\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eStrong\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-info__text custom_class_for_styling for_laevl_strong_bs5\"\u003e\n\u003cdiv class=\"prose\"\u003e\n\u003cp\u003e\u003cstrong\u003eStrong, targeted compression for shaping \u0026amp; sculpting\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"offer offer--center bg-custom text-custom\"\u003e\n\u003cdiv class=\"text-with-icon\"\u003e\u003csvg role=\"presentation\" fill=\"none\" stroke-width=\"2\" width=\"24\" height=\"24\" class=\"icon icon-picto-gift\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7.045 22.183c1.65.11 3.302.162 4.955.154a70.18 70.18 0 0 0 4.954-.156 4.44 4.44 0 0 0 4.097-4.099c.086-1.066.137-2.151.137-3.262 0-1.11-.051-2.194-.137-3.26a4.44 4.44 0 0 0-4.097-4.1A68.838 68.838 0 0 0 12 7.306c-1.848 0-3.482.051-4.955.157a4.44 4.44 0 0 0-4.097 4.097 40.693 40.693 0 0 0-.137 3.263c0 1.11.052 2.196.137 3.262a4.44 4.44 0 0 0 4.097 4.099ZM2.811 13.152h18.377ZM12 22.339V7.305Z\" fill=\"currentColor\" fill-opacity=\".12\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 7.305a68.838 68.838 0 0 1 4.954.156 4.44 4.44 0 0 1 4.097 4.098c.086 1.067.137 2.152.137 3.261 0 1.11-.051 2.196-.137 3.262a4.44 4.44 0 0 1-4.097 4.1 70.18 70.18 0 0 1-4.954.155 68.867 68.867 0 0 1-4.955-.154 4.442 4.442 0 0 1-4.097-4.099 40.624 40.624 0 0 1-.137-3.262c0-1.11.052-2.195.137-3.263a4.44 4.44 0 0 1 4.097-4.097A69.102 69.102 0 0 1 12 7.305Zm0 0v15.034M2.81 13.152h18.377\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\u003cpath d=\"m17.143 7.474 1.025-.497A2.73 2.73 0 0 0 19.4 3.235c-.999-1.872-3.672-1.961-4.793-.158L12 7.274 9.392 3.077C8.272 1.274 5.6 1.363 4.6 3.235A2.73 2.73 0 0 0 5.83 6.977l1.027.497\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eWhether it’s a red-carpet moment, a night out that demands attention, or a special occasion that’s all about you, this shaper is designed to help you shine like never before\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot2025-11-20at3.43.11AM.png?v=1763592202\" alt=\"\" width=\"367\" height=\"487\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"250\" data-start=\"129\"\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" height=\"415\" width=\"415\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Biking_2.png?v=1726519241\" alt=\"\"\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom_class_for_compression_bhoops_5 product-info__block-item\" data-block-id=\"text_zkqVrE\" data-block-type=\"text\"\u003e\n\u003cdiv class=\"product-info__text custom_class_for_styling for_laevl_strong_bs5\"\u003e\n\u003cdiv class=\"prose\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom_class_for_compression_bhoops_6 product-info__block-item\" data-block-id=\"offer_4mkD6F\" data-block-type=\"offer\"\u003e\n\u003cdiv class=\"offer offer--center bg-custom text-custom\"\u003e\n\u003cdiv class=\"text-with-icon\"\u003e\u003csvg role=\"presentation\" fill=\"none\" stroke-width=\"2\" width=\"24\" height=\"24\" class=\"icon icon-picto-gift\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7.045 22.183c1.65.11 3.302.162 4.955.154a70.18 70.18 0 0 0 4.954-.156 4.44 4.44 0 0 0 4.097-4.099c.086-1.066.137-2.151.137-3.262 0-1.11-.051-2.194-.137-3.26a4.44 4.44 0 0 0-4.097-4.1A68.838 68.838 0 0 0 12 7.306c-1.848 0-3.482.051-4.955.157a4.44 4.44 0 0 0-4.097 4.097 40.693 40.693 0 0 0-.137 3.263c0 1.11.052 2.196.137 3.262a4.44 4.44 0 0 0 4.097 4.099ZM2.811 13.152h18.377ZM12 22.339V7.305Z\" fill=\"currentColor\" fill-opacity=\".12\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 7.305a68.838 68.838 0 0 1 4.954.156 4.44 4.44 0 0 1 4.097 4.098c.086 1.067.137 2.152.137 3.261 0 1.11-.051 2.196-.137 3.262a4.44 4.44 0 0 1-4.097 4.1 70.18 70.18 0 0 1-4.954.155 68.867 68.867 0 0 1-4.955-.154 4.442 4.442 0 0 1-4.097-4.099 40.624 40.624 0 0 1-.137-3.262c0-1.11.052-2.195.137-3.263a4.44 4.44 0 0 1 4.097-4.097A69.102 69.102 0 0 1 12 7.305Zm0 0v15.034M2.81 13.152h18.377\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\u003cpath d=\"m17.143 7.474 1.025-.497A2.73 2.73 0 0 0 19.4 3.235c-.999-1.872-3.672-1.961-4.793-.158L12 7.274 9.392 3.077C8.272 1.274 5.6 1.363 4.6 3.235A2.73 2.73 0 0 0 5.83 6.977l1.027.497\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"\" data-end=\"460\" data-start=\"157\"\u003e \u003c\/p\u003e\n\u003cp class=\"\" data-end=\"460\" data-start=\"157\"\u003eThe \u003cstrong data-end=\"320\" data-start=\"292\"\u003eIntense Mid Thigh Shaper\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003esmooths your thighs, cinches the waist, lifts the butt, and even offers gentle\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-end=\"416\" data-start=\"400\"\u003ebust support\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eso you feel supported from top to bottom.\u003c\/p\u003e\n\u003cp class=\"\" data-end=\"712\" data-start=\"462\"\u003eMade from soft, breathable, high-compression fabric, it hugs your body just right. It might take a little wiggle to get into, but once it’s on—you’ll get it. It’s seamless under clothes, stays exactly where it should, and doesn’t dig in or roll down.\u003c\/p\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\u003cstrong data-end=\"737\" data-start=\"714\"\u003eWhy you’ll love it:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e• \u003cstrong data-end=\"800\" data-start=\"742\"\u003eWaist-cinching, thigh-smoothing, butt-lifting goodness\u003c\/strong\u003e\n\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\n\u003cstrong data-end=\"800\" data-start=\"742\"\u003e\u003cbr\u003e\u003c\/strong\u003e\u003cstrong data-end=\"800\" data-start=\"742\"\u003e\u003c\/strong\u003e• \u003cstrong data-end=\"830\" data-start=\"805\"\u003eBust support built-in\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– no extra layering needed\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\n\u003cbr data-is-only-node=\"\" data-end=\"860\" data-start=\"857\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-end=\"901\" data-start=\"862\"\u003eNo rolling, tugging, or readjusting\u003c\/strong\u003e\n\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\n\u003cbr data-end=\"904\" data-start=\"901\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-end=\"934\" data-start=\"906\"\u003eInvisible under anything\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– from dresses to trousers to saris\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\n\u003cbr data-end=\"973\" data-start=\"970\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-end=\"1002\" data-start=\"975\"\u003eSoft, breathable fabric\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– feels luxe and comfy all day\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\n\u003cbr data-end=\"1036\" data-start=\"1033\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-end=\"1061\" data-start=\"1038\"\u003eElevates any outfit\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– makes everything you wear fit (and look) better\u003c\/h4\u003e\n\u003ch4 data-end=\"1208\" data-start=\"714\"\u003e\n\u003cbr data-end=\"1114\" data-start=\"1111\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-end=\"1141\" data-start=\"1116\"\u003eConfidence, delivered\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– because when the base feels right, everything else just clicks\u003c\/h4\u003e\n\u003ch4 data-end=\"1259\" data-start=\"1210\"\u003eYou won’t just see the difference—you’ll feel it.\u003c\/h4\u003e\n\u003cp\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" height=\"388\" width=\"425\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot2025-11-20at3.30.51AM.png?v=1763591465\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg height=\"547\" width=\"384\" style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Screenshot_2024-11-19_at_1.40.03_AM.png?v=1731962437\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"BodyFitShapers","offers":[{"title":"Skin \/ S","offer_id":47050546872546,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ M","offer_id":47050546905314,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ L","offer_id":47050546938082,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XL","offer_id":47050546970850,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ 2XL","offer_id":47050547003618,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ 3XL","offer_id":47050547036386,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ S","offer_id":47050547101922,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ M","offer_id":47050547134690,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ L","offer_id":47050547167458,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":47050547200226,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ 2XL","offer_id":47050547232994,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ 3XL","offer_id":47050547265762,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/File280_01_JPEG_v03.webp?v=1763553419"},{"product_id":"bodysuit-tanktop","title":"Slim Secret Sculpt Cami - The Secret Beneath Every Outfit","description":"\u003cp\u003e\\\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Gemini_Generated_Image_cg8fjbcg8fjbcg8f.png?v=1778430504\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/THE_SECRET.png?v=1778434094\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Gemini_Generated_Image_y6l6m9y6l6m9y6l6.png?v=1778430791\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --cream: #FAF6F1;\n    --blush: #E8D5C4;\n    --warm-brown: #7A5C44;\n    --deep: #2C1A0E;\n    --accent: #C9956A;\n    --soft-rose: #F0E4D8;\n    --text: #3A2A1E;\n    --muted: #8A7060;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--cream);\n    color: var(--text);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: linear-gradient(135deg, #2C1A0E 0%, #5C3A22 60%, #7A5C44 100%);\n    color: var(--cream);\n    text-align: center;\n    padding: 60px 30px 50px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 50% 120%, rgba(201,149,106,0.25) 0%, transparent 70%);\n  }\n  .hero-eyebrow {\n    font-family: 'Jost', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 18px;\n  }\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(42px, 8vw, 72px);\n    font-weight: 300;\n    line-height: 1.1;\n    margin-bottom: 10px;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--accent);\n  }\n  .hero-tagline {\n    font-size: 14px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: rgba(250,246,241,0.6);\n    margin-top: 14px;\n    font-weight: 400;\n  }\n\n  \/* ── BODY COPY WRAPPER ── *\/\n  .wrapper {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  \/* ── HOOK SECTION ── *\/\n  .hook {\n    padding: 56px 0 40px;\n    border-bottom: 1px solid var(--blush);\n  }\n  .hook-intro {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 4vw, 30px);\n    font-weight: 400;\n    line-height: 1.45;\n    color: var(--deep);\n    margin-bottom: 22px;\n  }\n  .hook-intro strong {\n    color: var(--warm-brown);\n    font-style: italic;\n  }\n  .hook p {\n    font-size: 15px;\n    color: var(--muted);\n    margin-bottom: 14px;\n  }\n\n  \/* ── PAIN POINTS ── *\/\n  .pain {\n    background: var(--soft-rose);\n    border-left: 3px solid var(--accent);\n    padding: 30px 32px;\n    margin: 40px 0;\n    border-radius: 0 8px 8px 0;\n  }\n  .pain-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--warm-brown);\n    margin-bottom: 18px;\n  }\n  .pain ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .pain ul li {\n    font-size: 14.5px;\n    color: var(--text);\n    padding-left: 24px;\n    position: relative;\n  }\n  .pain ul li::before {\n    content: '✗';\n    position: absolute;\n    left: 0;\n    color: #B0645A;\n    font-weight: 600;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .section {\n    padding: 48px 0;\n    border-bottom: 1px solid var(--blush);\n  }\n  .section-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 14px;\n  }\n  .section h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(26px, 5vw, 38px);\n    font-weight: 400;\n    line-height: 1.25;\n    color: var(--deep);\n    margin-bottom: 20px;\n  }\n  .section p {\n    font-size: 15px;\n    color: var(--muted);\n    margin-bottom: 16px;\n  }\n\n  \/* ── FEATURE CARDS ── *\/\n  .features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 32px 0;\n  }\n  @media(max-width: 560px) { .features { grid-template-columns: 1fr; } }\n\n  .feat-card {\n    background: white;\n    border-radius: 12px;\n    padding: 26px 24px;\n    box-shadow: 0 2px 18px rgba(122,92,68,0.07);\n    border: 1px solid var(--blush);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n  .feat-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 30px rgba(122,92,68,0.14);\n  }\n  .feat-icon {\n    font-size: 26px;\n    margin-bottom: 12px;\n  }\n  .feat-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--deep);\n    margin-bottom: 8px;\n  }\n  .feat-card p {\n    font-size: 13.5px;\n    color: var(--muted);\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* ── PROMISE STRIP ── *\/\n  .promise {\n    background: linear-gradient(135deg, var(--warm-brown), var(--deep));\n    color: white;\n    padding: 44px 32px;\n    margin: 40px 0;\n    border-radius: 14px;\n    text-align: center;\n  }\n  .promise h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(24px, 5vw, 36px);\n    font-weight: 300;\n    line-height: 1.3;\n    margin-bottom: 14px;\n  }\n  .promise h2 em { color: var(--accent); font-style: italic; }\n  .promise p {\n    font-size: 14px;\n    color: rgba(255,255,255,0.7);\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  \/* ── BEFORE\/AFTER CALLOUT ── *\/\n  .ba-callout {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin: 32px 0;\n  }\n  @media(max-width: 560px) { .ba-callout { grid-template-columns: 1fr; } }\n\n  .ba-box {\n    padding: 24px 22px;\n    border-radius: 10px;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n  .ba-box.before {\n    background: #FFF0EE;\n    border: 1px solid #E5B8B0;\n  }\n  .ba-box.after {\n    background: #EEF6EE;\n    border: 1px solid #A8CEAA;\n  }\n  .ba-box .ba-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n  .ba-box.before .ba-label { color: #B0645A; }\n  .ba-box.after .ba-label { color: #4A8C4E; }\n  .ba-box ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .ba-box ul li { padding-left: 22px; position: relative; color: var(--text); }\n  .ba-box.before ul li::before { content: '✗'; position: absolute; left: 0; color: #B0645A; font-weight: 700; }\n  .ba-box.after ul li::before { content: '✓'; position: absolute; left: 0; color: #4A8C4E; font-weight: 700; }\n\n  \/* ── SPECS ── *\/\n  .specs-list {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 24px 0;\n  }\n  @media(max-width: 480px) { .specs-list { grid-template-columns: 1fr; } }\n\n  .spec-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: white;\n    border: 1px solid var(--blush);\n    border-radius: 8px;\n    padding: 16px 18px;\n  }\n  .spec-dot {\n    width: 8px; height: 8px;\n    background: var(--accent);\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 6px;\n  }\n  .spec-item span {\n    font-size: 13.5px;\n    color: var(--text);\n  }\n\n  \/* ── SOCIAL PROOF ── *\/\n  .reviews {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    margin: 28px 0;\n  }\n  .review-card {\n    background: white;\n    border-radius: 12px;\n    padding: 24px;\n    border: 1px solid var(--blush);\n    box-shadow: 0 2px 12px rgba(122,92,68,0.06);\n  }\n  .review-stars { color: #E8A04A; font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }\n  .review-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-style: italic;\n    color: var(--deep);\n    line-height: 1.5;\n    margin-bottom: 12px;\n  }\n  .review-author {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  \/* ── CTA ── *\/\n  .cta-section {\n    padding: 56px 0 64px;\n    text-align: center;\n  }\n  .cta-section h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(28px, 5vw, 42px);\n    font-weight: 400;\n    color: var(--deep);\n    line-height: 1.25;\n    margin-bottom: 14px;\n  }\n  .cta-section h2 em { color: var(--accent); font-style: italic; }\n  .cta-section p {\n    font-size: 14.5px;\n    color: var(--muted);\n    margin-bottom: 32px;\n  }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(135deg, #C9956A, #7A5C44);\n    color: white;\n    font-family: 'Jost', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    text-decoration: none;\n    padding: 18px 52px;\n    border-radius: 60px;\n    box-shadow: 0 8px 30px rgba(201,149,106,0.45);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    border: none;\n  }\n  .cta-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 14px 40px rgba(201,149,106,0.55);\n  }\n  .cta-guarantee {\n    margin-top: 18px;\n    font-size: 12.5px;\n    color: var(--muted);\n    letter-spacing: 1px;\n  }\n  .cta-guarantee strong { color: var(--warm-brown); }\n\n  \/* ── FOOTER STRIP ── *\/\n  .footer-strip {\n    background: var(--deep);\n    color: rgba(250,246,241,0.5);\n    text-align: center;\n    padding: 20px;\n    font-size: 12px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n  .footer-strip span { color: var(--accent); }\n\u003c\/style\u003e\n\u003c!-- ══ HERO ══ --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eThe Secret Beneath Every Outfit\u003c\/div\u003e\n\u003ch1\u003eSlimSecret™\u003cbr\u003e\u003cem\u003eSculpt Cami\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"hero-tagline\"\u003eLook Instantly Slimmer — Without Dieting, Without Effort\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- ══ HOOK ══ --\u003e\n\u003cdiv class=\"hook\"\u003e\n\u003cp class=\"hook-intro\"\u003eYou deserve to feel \u003cstrong\u003econfident in every outfit\u003c\/strong\u003e — not spend every morning pulling, tucking, and second-guessing yourself in the mirror.\u003c\/p\u003e\n\u003cp\u003eWe know the feeling. A beautiful dress. A fitted blouse. And that one moment of doubt that makes you reach for something baggy instead.\u003c\/p\u003e\n\u003cp\u003eThe SlimSecret™ Sculpt Cami was designed by women, for women — to silence that voice and give you your confidence back, every single day.\u003c\/p\u003e\n\u003cdiv class=\"pain\"\u003e\n\u003cdiv class=\"pain-title\"\u003eSound Familiar?\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eYou avoid fitted clothes because of your tummy, back rolls, or lack of support\u003c\/li\u003e\n\u003cli\u003eYour bra digs in, shifts, or creates visible lines under tops\u003c\/li\u003e\n\u003cli\u003eYou feel self-conscious in photos or when someone looks at you from the side\u003c\/li\u003e\n\u003cli\u003eYou've tried shapewear that squeezes too tight, rolls up, or feels suffocating\u003c\/li\u003e\n\u003cli\u003eYou wish you could just feel put-together without even trying\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eYou're not alone — and you don't have to live with it. There's a smarter, softer, more elegant solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ══ PRODUCT INTRO ══ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eIntroducing\u003c\/div\u003e\n\u003ch2\u003eOne Cami.\u003cbr\u003eThree Problems Solved.\u003c\/h2\u003e\n\u003cp\u003eThe SlimSecret™ Sculpt Cami is a seamless, second-skin shaping cami that gives you the silhouette you want — without bones, wires, or the dreaded squeeze. Wear it under anything. Feel amazing in everything.\u003c\/p\u003e\n\u003cp\u003eIt's not shapewear. It's not just a cami. It's your \u003cem\u003edaily confidence layer\u003c\/em\u003e.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3\u003eBelly Smoothing\u003c\/h3\u003e\n\u003cp\u003eCompact-knit waist panel gently holds and smooths your midsection — no pinching, no bulge, just a clean, flat front.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌸\u003c\/div\u003e\n\u003ch3\u003eBuilt-in Breast Support\u003c\/h3\u003e\n\u003cp\u003eUnderbust support lines lift and reduce droop — so you can skip the bra, or layer over one for extra coverage. No more bra straps showing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eBack Fat Control\u003c\/h3\u003e\n\u003cp\u003eHigh back panel hugs and smooths back rolls so every top you wear looks tailored and clean — from every angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🤍\u003c\/div\u003e\n\u003ch3\u003eAll-Day Comfort\u003c\/h3\u003e\n\u003cp\u003eButtery-soft seamless fabric breathes with your body. No rolling, no digging, no mid-day adjustments. You'll forget you're wearing it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ BEFORE \/ AFTER ══ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Transformation\u003c\/div\u003e\n\u003ch2\u003eWhat Changes When You Put It On\u003c\/h2\u003e\n\u003cp\u003eThis isn't a gimmick. Thousands of women wear the SlimSecret™ cami every single day — because the difference is real and it's instant.\u003c\/p\u003e\n\u003cdiv class=\"ba-callout\"\u003e\n\u003cdiv class=\"ba-box before\"\u003e\n\u003cdiv class=\"ba-label\"\u003eBefore\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eVisible belly under fitted tops\u003c\/li\u003e\n\u003cli\u003eBack rolls showing through blouses\u003c\/li\u003e\n\u003cli\u003eBra lines ruining your look\u003c\/li\u003e\n\u003cli\u003eFeeling uneven or unsupported\u003c\/li\u003e\n\u003cli\u003eReaching for baggy clothes instead\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ba-box after\"\u003e\n\u003cdiv class=\"ba-label\"\u003eAfter\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eSmooth, flat silhouette instantly\u003c\/li\u003e\n\u003cli\u003eClean, sculpted back — every angle\u003c\/li\u003e\n\u003cli\u003eNo visible bra, no shifting straps\u003c\/li\u003e\n\u003cli\u003eLifted, supported, confident chest\u003c\/li\u003e\n\u003cli\u003eWearing what you \u003cem\u003eactually\u003c\/em\u003e want\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ PROMISE STRIP ══ --\u003e\n\u003cdiv class=\"promise\"\u003e\n\u003ch2\u003eYou Don't Have to Choose Between\u003cbr\u003e\u003cem\u003eComfort and Confidence\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe SlimSecret™ Sculpt Cami proves that shapewear doesn't have to hurt. Soft enough to sleep in. Strong enough to sculpt. Beautiful enough to show off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ══ SPECS ══ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2\u003eDesigned for Real Women,\u003cbr\u003eReal Bodies, Real Life\u003c\/h2\u003e\n\u003cp\u003eEvery detail has been thought through — because your comfort matters as much as your silhouette.\u003c\/p\u003e\n\u003cdiv class=\"specs-list\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eSeamless, no-show under any fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eSoft sculpting compression (not suffocating)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eBuilt-in bra-compatible design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eHigh back coverage for back fat control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eUnderbust support lines for natural lift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in nude — invisible under light tops\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eBreathable knit fabric — all-day wearable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eMachine washable, shape-retaining fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ REVIEWS ══ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eReal Women, Real Results\u003c\/div\u003e\n\u003ch2\u003eThey Said It Changed\u003cbr\u003eHow They Feel in Their Skin\u003c\/h2\u003e\n\u003cdiv class=\"reviews\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I wore this under a dress I hadn't touched in 3 years. I felt gorgeous. My husband didn't even know I was wearing anything — he just said I looked amazing.\"\u003c\/div\u003e\n\u003cdiv class=\"review-author\"\u003e— Sarah M., 38 · Verified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"After having two kids I stopped wearing anything fitted. This cami gave me my body confidence back. I wore it to a wedding and felt like the old me.\"\u003c\/div\u003e\n\u003cdiv class=\"review-author\"\u003e— Nadia R., 34 · Verified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I was skeptical but I tried it on and literally gasped. My tummy was flat, my back looked smooth, and it's actually comfortable. I ordered three more in different colours.\"\u003c\/div\u003e\n\u003cdiv class=\"review-author\"\u003e— Priya K., 42 · Verified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ CTA ══ --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003eStart Feeling \u003cem\u003eConfident\u003c\/em\u003e\u003cbr\u003ein Everything You Wear\u003c\/h2\u003e\n\u003cp\u003eBecause you deserve to get dressed in the morning and feel \u003cstrong\u003ebeautiful\u003c\/strong\u003e — not self-conscious.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-btn\"\u003eShop SlimSecret™ Now\u003c\/a\u003e\n\u003cdiv class=\"cta-guarantee\"\u003e🔒 \u003cstrong\u003e30-Day Confidence Guarantee\u003c\/strong\u003e — Love it or full refund. No questions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end wrapper --\u003e\n\u003cdiv class=\"footer-strip\"\u003e\n\u003cspan\u003eSlimSecret™\u003c\/span\u003e  ·  Sculpt Cami  ·  Wear It. Feel It. Own It.\u003c\/div\u003e","brand":"BodyFitShapers","offers":[{"title":"Skin \/ Medium","offer_id":47789740654818,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Large","offer_id":47789740687586,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XL","offer_id":47789740720354,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XXL","offer_id":47789740753122,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Medium","offer_id":47789740785890,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Large","offer_id":47789740818658,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":47789740851426,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XXL","offer_id":47789740884194,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ Medium","offer_id":47789740916962,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ Large","offer_id":47789740949730,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XL","offer_id":47789740982498,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XXL","offer_id":47789741015266,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/Sc1433e0f29d04b10b87a78311c8b2191K.jpg?v=1778431303"}],"url":"https:\/\/bodyfitshapers.com\/collections\/bodysuits.oembed","provider":"BodyFitShapers","version":"1.0","type":"link"}