{"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 \u003cp\u003e \u003c\/p\u003e \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 \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 \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 \u003cstyle\u003e   :root {     --cream: #FAF6F1;     --blush: #E8D5C4;     --warm-brown: #7A5C44;     --deep: #2C1A0E;     --accent: #C9956A;     --soft-rose: #F0E4D8;     --text: #3A2A1E;     --muted: #8A7060;   }    * { margin: 0; padding: 0; box-sizing: border-box; }    body {     background: var(--cream);     color: var(--text);     font-family: 'Jost', sans-serif;     font-weight: 300;     line-height: 1.7;   }    \/* ── HERO BANNER ── *\/   .hero {     background: linear-gradient(135deg, #2C1A0E 0%, #5C3A22 60%, #7A5C44 100%);     color: var(--cream);     text-align: center;     padding: 60px 30px 50px;     position: relative;     overflow: hidden;   }   .hero::before {     content: '';     position: absolute;     inset: 0;     background: radial-gradient(ellipse at 50% 120%, rgba(201,149,106,0.25) 0%, transparent 70%);   }   .hero-eyebrow {     font-family: 'Jost', sans-serif;     font-size: 11px;     font-weight: 500;     letter-spacing: 4px;     text-transform: uppercase;     color: var(--accent);     margin-bottom: 18px;   }   .hero h1 {     font-family: 'Cormorant Garamond', serif;     font-size: clamp(42px, 8vw, 72px);     font-weight: 300;     line-height: 1.1;     margin-bottom: 10px;   }   .hero h1 em {     font-style: italic;     color: var(--accent);   }   .hero-tagline {     font-size: 14px;     letter-spacing: 2px;     text-transform: uppercase;     color: rgba(250,246,241,0.6);     margin-top: 14px;     font-weight: 400;   }    \/* ── BODY COPY WRAPPER ── *\/   .wrapper {     max-width: 780px;     margin: 0 auto;     padding: 0 28px;   }    \/* ── HOOK SECTION ── *\/   .hook {     padding: 56px 0 40px;     border-bottom: 1px solid var(--blush);   }   .hook-intro {     font-family: 'Cormorant Garamond', serif;     font-size: clamp(22px, 4vw, 30px);     font-weight: 400;     line-height: 1.45;     color: var(--deep);     margin-bottom: 22px;   }   .hook-intro strong {     color: var(--warm-brown);     font-style: italic;   }   .hook p {     font-size: 15px;     color: var(--muted);     margin-bottom: 14px;   }    \/* ── PAIN POINTS ── *\/   .pain {     background: var(--soft-rose);     border-left: 3px solid var(--accent);     padding: 30px 32px;     margin: 40px 0;     border-radius: 0 8px 8px 0;   }   .pain-title {     font-family: 'Cormorant Garamond', serif;     font-size: 13px;     font-weight: 600;     letter-spacing: 3px;     text-transform: uppercase;     color: var(--warm-brown);     margin-bottom: 18px;   }   .pain ul {     list-style: none;     display: flex;     flex-direction: column;     gap: 12px;   }   .pain ul li {     font-size: 14.5px;     color: var(--text);     padding-left: 24px;     position: relative;   }   .pain ul li::before {     content: '✗';     position: absolute;     left: 0;     color: #B0645A;     font-weight: 600;   }    \/* ── SECTION HEADERS ── *\/   .section {     padding: 48px 0;     border-bottom: 1px solid var(--blush);   }   .section-label {     font-size: 10px;     font-weight: 500;     letter-spacing: 4px;     text-transform: uppercase;     color: var(--accent);     margin-bottom: 14px;   }   .section h2 {     font-family: 'Cormorant Garamond', serif;     font-size: clamp(26px, 5vw, 38px);     font-weight: 400;     line-height: 1.25;     color: var(--deep);     margin-bottom: 20px;   }   .section p {     font-size: 15px;     color: var(--muted);     margin-bottom: 16px;   }    \/* ── FEATURE CARDS ── *\/   .features {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 16px;     margin: 32px 0;   }   @media(max-width: 560px) { .features { grid-template-columns: 1fr; } }    .feat-card {     background: white;     border-radius: 12px;     padding: 26px 24px;     box-shadow: 0 2px 18px rgba(122,92,68,0.07);     border: 1px solid var(--blush);     transition: transform 0.25s ease, box-shadow 0.25s ease;   }   .feat-card:hover {     transform: translateY(-3px);     box-shadow: 0 8px 30px rgba(122,92,68,0.14);   }   .feat-icon {     font-size: 26px;     margin-bottom: 12px;   }   .feat-card h3 {     font-family: 'Cormorant Garamond', serif;     font-size: 20px;     font-weight: 600;     color: var(--deep);     margin-bottom: 8px;   }   .feat-card p {     font-size: 13.5px;     color: var(--muted);     line-height: 1.6;     margin: 0;   }    \/* ── PROMISE STRIP ── *\/   .promise {     background: linear-gradient(135deg, var(--warm-brown), var(--deep));     color: white;     padding: 44px 32px;     margin: 40px 0;     border-radius: 14px;     text-align: center;   }   .promise h2 {     font-family: 'Cormorant Garamond', serif;     font-size: clamp(24px, 5vw, 36px);     font-weight: 300;     line-height: 1.3;     margin-bottom: 14px;   }   .promise h2 em { color: var(--accent); font-style: italic; }   .promise p {     font-size: 14px;     color: rgba(255,255,255,0.7);     max-width: 520px;     margin: 0 auto;   }    \/* ── BEFORE\/AFTER CALLOUT ── *\/   .ba-callout {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 20px;     margin: 32px 0;   }   @media(max-width: 560px) { .ba-callout { grid-template-columns: 1fr; } }    .ba-box {     padding: 24px 22px;     border-radius: 10px;     font-size: 14px;     line-height: 1.65;   }   .ba-box.before {     background: #FFF0EE;     border: 1px solid #E5B8B0;   }   .ba-box.after {     background: #EEF6EE;     border: 1px solid #A8CEAA;   }   .ba-box .ba-label {     font-size: 10px;     font-weight: 600;     letter-spacing: 3px;     text-transform: uppercase;     margin-bottom: 12px;   }   .ba-box.before .ba-label { color: #B0645A; }   .ba-box.after .ba-label { color: #4A8C4E; }   .ba-box ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }   .ba-box ul li { padding-left: 22px; position: relative; color: var(--text); }   .ba-box.before ul li::before { content: '✗'; position: absolute; left: 0; color: #B0645A; font-weight: 700; }   .ba-box.after ul li::before { content: '✓'; position: absolute; left: 0; color: #4A8C4E; font-weight: 700; }    \/* ── SPECS ── *\/   .specs-list {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 12px;     margin: 24px 0;   }   @media(max-width: 480px) { .specs-list { grid-template-columns: 1fr; } }    .spec-item {     display: flex;     align-items: flex-start;     gap: 12px;     background: white;     border: 1px solid var(--blush);     border-radius: 8px;     padding: 16px 18px;   }   .spec-dot {     width: 8px; height: 8px;     background: var(--accent);     border-radius: 50%;     flex-shrink: 0;     margin-top: 6px;   }   .spec-item span {     font-size: 13.5px;     color: var(--text);   }    \/* ── SOCIAL PROOF ── *\/   .reviews {     display: flex;     flex-direction: column;     gap: 20px;     margin: 28px 0;   }   .review-card {     background: white;     border-radius: 12px;     padding: 24px;     border: 1px solid var(--blush);     box-shadow: 0 2px 12px rgba(122,92,68,0.06);   }   .review-stars { color: #E8A04A; font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }   .review-text {     font-family: 'Cormorant Garamond', serif;     font-size: 17px;     font-style: italic;     color: var(--deep);     line-height: 1.5;     margin-bottom: 12px;   }   .review-author {     font-size: 12px;     font-weight: 500;     letter-spacing: 2px;     text-transform: uppercase;     color: var(--muted);   }    \/* ── CTA ── *\/   .cta-section {     padding: 56px 0 64px;     text-align: center;   }   .cta-section h2 {     font-family: 'Cormorant Garamond', serif;     font-size: clamp(28px, 5vw, 42px);     font-weight: 400;     color: var(--deep);     line-height: 1.25;     margin-bottom: 14px;   }   .cta-section h2 em { color: var(--accent); font-style: italic; }   .cta-section p {     font-size: 14.5px;     color: var(--muted);     margin-bottom: 32px;   }   .cta-btn {     display: inline-block;     background: linear-gradient(135deg, #C9956A, #7A5C44);     color: white;     font-family: 'Jost', sans-serif;     font-size: 13px;     font-weight: 500;     letter-spacing: 3px;     text-transform: uppercase;     text-decoration: none;     padding: 18px 52px;     border-radius: 60px;     box-shadow: 0 8px 30px rgba(201,149,106,0.45);     transition: transform 0.2s ease, box-shadow 0.2s ease;     cursor: pointer;     border: none;   }   .cta-btn:hover {     transform: translateY(-2px);     box-shadow: 0 14px 40px rgba(201,149,106,0.55);   }   .cta-guarantee {     margin-top: 18px;     font-size: 12.5px;     color: var(--muted);     letter-spacing: 1px;   }   .cta-guarantee strong { color: var(--warm-brown); }    \/* ── FOOTER STRIP ── *\/   .footer-strip {     background: var(--deep);     color: rgba(250,246,241,0.5);     text-align: center;     padding: 20px;     font-size: 12px;     letter-spacing: 2px;     text-transform: uppercase;   }   .footer-strip span { color: var(--accent); } \u003c\/style\u003e \u003c!-- ══ HERO ══ --\u003e \u003cdiv class=\"hero\"\u003e \u003cdiv class=\"hero-eyebrow\"\u003eThe Secret Beneath Every Outfit\u003c\/div\u003e \u003ch1\u003eSlimSecret™\u003cbr\u003e\u003cem\u003eSculpt Cami\u003c\/em\u003e \u003c\/h1\u003e \u003cdiv class=\"hero-tagline\"\u003eLook Instantly Slimmer — Without Dieting, Without Effort\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wrapper\"\u003e \u003c!-- ══ HOOK ══ --\u003e \u003cdiv class=\"hook\"\u003e \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 \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 \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 \u003cdiv class=\"pain\"\u003e \u003cdiv class=\"pain-title\"\u003eSound Familiar?\u003c\/div\u003e \u003cul\u003e \u003cli\u003eYou avoid fitted clothes because of your tummy, back rolls, or lack of support\u003c\/li\u003e \u003cli\u003eYour bra digs in, shifts, or creates visible lines under tops\u003c\/li\u003e \u003cli\u003eYou feel self-conscious in photos or when someone looks at you from the side\u003c\/li\u003e \u003cli\u003eYou've tried shapewear that squeezes too tight, rolls up, or feels suffocating\u003c\/li\u003e \u003cli\u003eYou wish you could just feel put-together without even trying\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \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 \u003c\/div\u003e \u003c!-- ══ PRODUCT INTRO ══ --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eIntroducing\u003c\/div\u003e \u003ch2\u003eOne Cami.\u003cbr\u003eThree Problems Solved.\u003c\/h2\u003e \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 \u003cp\u003eIt's not shapewear. It's not just a cami. It's your \u003cem\u003edaily confidence layer\u003c\/em\u003e.\u003c\/p\u003e \u003cdiv class=\"features\"\u003e \u003cdiv class=\"feat-card\"\u003e \u003cdiv class=\"feat-icon\"\u003e🎯\u003c\/div\u003e \u003ch3\u003eBelly Smoothing\u003c\/h3\u003e \u003cp\u003eCompact-knit waist panel gently holds and smooths your midsection — no pinching, no bulge, just a clean, flat front.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feat-card\"\u003e \u003cdiv class=\"feat-icon\"\u003e🌸\u003c\/div\u003e \u003ch3\u003eBuilt-in Breast Support\u003c\/h3\u003e \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 \u003c\/div\u003e \u003cdiv class=\"feat-card\"\u003e \u003cdiv class=\"feat-icon\"\u003e✨\u003c\/div\u003e \u003ch3\u003eBack Fat Control\u003c\/h3\u003e \u003cp\u003eHigh back panel hugs and smooths back rolls so every top you wear looks tailored and clean — from every angle.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feat-card\"\u003e \u003cdiv class=\"feat-icon\"\u003e🤍\u003c\/div\u003e \u003ch3\u003eAll-Day Comfort\u003c\/h3\u003e \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 \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ══ BEFORE \/ AFTER ══ --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eThe Transformation\u003c\/div\u003e \u003ch2\u003eWhat Changes When You Put It On\u003c\/h2\u003e \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 \u003cdiv class=\"ba-callout\"\u003e \u003cdiv class=\"ba-box before\"\u003e \u003cdiv class=\"ba-label\"\u003eBefore\u003c\/div\u003e \u003cul\u003e \u003cli\u003eVisible belly under fitted tops\u003c\/li\u003e \u003cli\u003eBack rolls showing through blouses\u003c\/li\u003e \u003cli\u003eBra lines ruining your look\u003c\/li\u003e \u003cli\u003eFeeling uneven or unsupported\u003c\/li\u003e \u003cli\u003eReaching for baggy clothes instead\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003cdiv class=\"ba-box after\"\u003e \u003cdiv class=\"ba-label\"\u003eAfter\u003c\/div\u003e \u003cul\u003e \u003cli\u003eSmooth, flat silhouette instantly\u003c\/li\u003e \u003cli\u003eClean, sculpted back — every angle\u003c\/li\u003e \u003cli\u003eNo visible bra, no shifting straps\u003c\/li\u003e \u003cli\u003eLifted, supported, confident chest\u003c\/li\u003e \u003cli\u003eWearing what you \u003cem\u003eactually\u003c\/em\u003e want\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ══ PROMISE STRIP ══ --\u003e \u003cdiv class=\"promise\"\u003e \u003ch2\u003eYou Don't Have to Choose Between\u003cbr\u003e\u003cem\u003eComfort and Confidence\u003c\/em\u003e \u003c\/h2\u003e \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 \u003c\/div\u003e \u003c!-- ══ SPECS ══ --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e \u003ch2\u003eDesigned for Real Women,\u003cbr\u003eReal Bodies, Real Life\u003c\/h2\u003e \u003cp\u003eEvery detail has been thought through — because your comfort matters as much as your silhouette.\u003c\/p\u003e \u003cdiv class=\"specs-list\"\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eSeamless, no-show under any fabric\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eSoft sculpting compression (not suffocating)\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eBuilt-in bra-compatible design\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eHigh back coverage for back fat control\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eUnderbust support lines for natural lift\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eAvailable in nude — invisible under light tops\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eBreathable knit fabric — all-day wearable\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"spec-item\"\u003e \u003cdiv class=\"spec-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cspan\u003eMachine washable, shape-retaining fabric\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ══ REVIEWS ══ --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eReal Women, Real Results\u003c\/div\u003e \u003ch2\u003eThey Said It Changed\u003cbr\u003eHow They Feel in Their Skin\u003c\/h2\u003e \u003cdiv class=\"reviews\"\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e \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 \u003cdiv class=\"review-author\"\u003e— Sarah M., 38 · Verified Buyer\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e \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 \u003cdiv class=\"review-author\"\u003e— Nadia R., 34 · Verified Buyer\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e \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 \u003cdiv class=\"review-author\"\u003e— Priya K., 42 · Verified Buyer\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ══ CTA ══ --\u003e \u003cdiv class=\"cta-section\"\u003e \u003ch2\u003eStart Feeling \u003cem\u003eConfident\u003c\/em\u003e\u003cbr\u003ein Everything You Wear\u003c\/h2\u003e \u003cp\u003eBecause you deserve to get dressed in the morning and feel \u003cstrong\u003ebeautiful\u003c\/strong\u003e — not self-conscious.\u003c\/p\u003e \u003ca href=\"#\" class=\"cta-btn\"\u003eShop SlimSecret™ Now\u003c\/a\u003e \u003cdiv class=\"cta-guarantee\"\u003e🔒 \u003cstrong\u003e30-Day Confidence Guarantee\u003c\/strong\u003e — Love it or full refund. No questions.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- end wrapper --\u003e \u003cdiv class=\"footer-strip\"\u003e \u003cspan\u003eSlimSecret™\u003c\/span\u003e  ·  Sculpt Cami  ·  Wear It. Feel It. Own It.\u003c\/div\u003e","brand":"BodyFitShapers","offers":[{"title":"Skin \/ Medium","offer_id":44586095345753,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ Large","offer_id":44586095378521,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XL","offer_id":44586095411289,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Skin \/ XXL","offer_id":44586095444057,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Medium","offer_id":44586095476825,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ Large","offer_id":44586095509593,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":44586095542361,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XXL","offer_id":44586095575129,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ Medium","offer_id":44586095607897,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ Large","offer_id":44586095640665,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XL","offer_id":44586095673433,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XXL","offer_id":44586095706201,"sku":null,"price":2650.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0753\/7842\/5945\/files\/Sc1433e0f29d04b10b87a78311c8b2191K.jpg?v=1787836978","url":"https:\/\/bodyfitpremium.store\/products\/bodysuit-tanktop","provider":"Body Fit Premium","version":"1.0","type":"link"}