{"product_id":"gulaab-push-up-bra-hot-pink-gulaabi","title":"Gulaab Push Up Bra - More than support — it's a feeling.","description":"\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,500;0,600;1,300;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e \u003cstyle\u003e   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }    :root {     --rose: #D4537E;     --rose-light: #FBEAF0;     --rose-mid: #ED93B1;     --rose-dark: #72243E;     --rose-deep: #4B1528;     --text: #1A1014;     --text-mid: #5C3D4A;     --text-soft: #9B7080;     --bg: #FFFAF8;     --white: #FFFFFF;     --border: #EDD5DF;   }    body {     font-family: 'DM Sans', sans-serif;     background: var(--bg);     color: var(--text);     line-height: 1.7;     padding: 0;     margin: 0;   }    \/* ─── HERO ─── *\/   .hero {     background: linear-gradient(160deg, #4B1528 0%, #D4537E 55%, #ED93B1 100%);     padding: 64px 40px 56px;     text-align: center;     position: relative;     overflow: hidden;   }   .hero::before {     content: '';     position: absolute;     top: -60px; right: -60px;     width: 280px; height: 280px;     border-radius: 50%;     background: rgba(255,255,255,0.05);   }   .hero::after {     content: '';     position: absolute;     bottom: -80px; left: -40px;     width: 220px; height: 220px;     border-radius: 50%;     background: rgba(255,255,255,0.04);   }   .hero-eyebrow {     font-size: 11px;     font-weight: 500;     letter-spacing: 4px;     text-transform: uppercase;     color: rgba(255,255,255,0.7);     margin-bottom: 18px;   }   .hero-title {     font-family: 'Cormorant Garamond', serif;     font-size: 52px;     font-weight: 300;     color: #FFFFFF;     line-height: 1.1;     margin-bottom: 10px;   }   .hero-title em {     font-style: italic;     font-weight: 400;   }   .hero-sub {     font-family: 'Cormorant Garamond', serif;     font-size: 19px;     font-weight: 300;     font-style: italic;     color: rgba(255,255,255,0.85);     margin-bottom: 28px;   }   .hero-badge {     display: inline-block;     background: rgba(255,255,255,0.15);     border: 1px solid rgba(255,255,255,0.3);     color: #fff;     font-size: 12px;     letter-spacing: 2px;     text-transform: uppercase;     padding: 8px 22px;     border-radius: 40px;   }    \/* ─── WRAPPER ─── *\/   .wrapper {     max-width: 720px;     margin: 0 auto;     padding: 0 28px;   }    \/* ─── SHARED SECTION STYLES ─── *\/   .section-label {     font-size: 10px;     font-weight: 500;     letter-spacing: 3.5px;     text-transform: uppercase;     color: var(--rose);     margin-bottom: 16px;   }    \/* ─── INTRO ─── *\/   .intro {     padding: 56px 0 48px;     border-bottom: 1px solid var(--border);   }   .intro-text {     font-family: 'Cormorant Garamond', serif;     font-size: 26px;     font-weight: 400;     line-height: 1.55;     color: var(--text);     margin-bottom: 20px;   }   .intro-body {     font-size: 15px;     color: var(--text-mid);     line-height: 1.8;     margin-bottom: 16px;   }    \/* ─── COLOUR SWATCHES ─── *\/   .colour-block {     margin-top: 36px;     padding-top: 28px;     border-top: 1px solid var(--border);   }   .colour-block-label {     font-size: 10px;     font-weight: 500;     letter-spacing: 3px;     text-transform: uppercase;     color: var(--rose);     margin-bottom: 18px;   }   .colour-swatches {     display: flex;     flex-wrap: wrap;     gap: 10px;   }   .swatch-pill {     display: flex;     align-items: center;     gap: 10px;     background: var(--white);     border: 1px solid var(--border);     border-radius: 40px;     padding: 8px 18px 8px 10px;   }   .swatch-pill.featured {     border: 2px solid var(--rose);   }   .swatch-dot {     width: 28px;     height: 28px;     border-radius: 50%;     flex-shrink: 0;   }   .swatch-name {     font-size: 13.5px;     color: var(--text-mid);     font-weight: 500;   }   .swatch-pill.featured .swatch-name {     color: var(--rose-dark);   }   .featured-tag {     font-size: 10px;     background: var(--rose-light);     color: var(--rose-dark);     padding: 2px 8px;     border-radius: 20px;     margin-left: 2px;     font-weight: 500;     letter-spacing: 0.5px;   }    \/* ─── FEATURES ─── *\/   .features {     padding: 52px 0;     border-bottom: 1px solid var(--border);   }   .features-heading {     font-family: 'Cormorant Garamond', serif;     font-size: 32px;     font-weight: 400;     color: var(--text);     margin-bottom: 36px;   }   .feature-item {     display: flex;     gap: 20px;     align-items: flex-start;     padding: 20px 0;     border-bottom: 1px solid var(--border);   }   .feature-item:last-child { border-bottom: none; }   .feature-icon {     width: 44px; height: 44px;     border-radius: 50%;     background: var(--rose-light);     display: flex; align-items: center; justify-content: center;     flex-shrink: 0;     font-size: 18px;     color: var(--rose);   }   .feature-name {     font-weight: 500;     font-size: 14px;     color: var(--text);     margin-bottom: 3px;     letter-spacing: 0.3px;   }   .feature-desc {     font-size: 13.5px;     color: var(--text-soft);     line-height: 1.6;   }    \/* ─── SIZE GUIDE ─── *\/   .size-section {     padding: 52px 0;     border-bottom: 1px solid var(--border);   }   .size-heading {     font-family: 'Cormorant Garamond', serif;     font-size: 32px;     font-weight: 400;     margin-bottom: 12px;   }   .size-tip {     font-size: 13.5px;     color: var(--text-mid);     margin-bottom: 30px;     line-height: 1.7;   }   .size-tip strong { color: var(--rose-dark); }   .size-table-wrap {     overflow-x: auto;     border-radius: 12px;     border: 1px solid var(--border);   }   table { width: 100%; border-collapse: collapse; font-size: 13.5px; }   thead tr { background: linear-gradient(135deg, #4B1528, #993556); }   thead th {     color: #fff;     font-weight: 500;     font-size: 11px;     letter-spacing: 2px;     text-transform: uppercase;     padding: 14px 16px;     text-align: left;   }   tbody tr:nth-child(even) { background: var(--rose-light); }   tbody tr:nth-child(odd) { background: var(--white); }   tbody td {     padding: 13px 16px;     color: var(--text-mid);     border-bottom: 1px solid var(--border);     vertical-align: middle;   }   tbody tr:last-child td { border-bottom: none; }   .size-badge {     display: inline-block;     background: var(--rose);     color: #fff;     font-size: 11px;     font-weight: 500;     padding: 3px 10px;     border-radius: 20px;     letter-spacing: 0.5px;   }   .available-sizes { display: flex; flex-wrap: wrap; gap: 5px; }   .size-pill {     font-size: 11px;     padding: 3px 9px;     border: 1px solid var(--rose-mid);     color: var(--rose-dark);     border-radius: 20px;     background: var(--white);   }    \/* ─── FABRIC \u0026 CARE ─── *\/   .fabric-section {     padding: 52px 0;     border-bottom: 1px solid var(--border);   }   .fabric-heading {     font-family: 'Cormorant Garamond', serif;     font-size: 32px;     font-weight: 400;     margin-bottom: 28px;   }   .fabric-grid {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 14px;   }   .fabric-card {     background: var(--white);     border: 1px solid var(--border);     border-radius: 12px;     padding: 18px 20px;     display: flex;     gap: 14px;     align-items: flex-start;   }   .fabric-icon {     font-size: 20px;     margin-top: 2px;     flex-shrink: 0;     color: var(--rose);   }   .fabric-label {     font-size: 12px;     font-weight: 500;     text-transform: uppercase;     letter-spacing: 1.5px;     color: var(--text-soft);     margin-bottom: 3px;   }   .fabric-value {     font-size: 13.5px;     color: var(--text-mid);     line-height: 1.5;   }    \/* ─── PROMISE ─── *\/   .promise-section {     padding: 56px 0 48px;     text-align: center;   }   .promise-heading {     font-family: 'Cormorant Garamond', serif;     font-size: 36px;     font-weight: 300;     font-style: italic;     color: var(--rose-dark);     margin-bottom: 16px;     line-height: 1.3;   }   .promise-body {     font-size: 15px;     color: var(--text-mid);     max-width: 520px;     margin: 0 auto 32px;     line-height: 1.8;   }   .promise-cta {     display: inline-block;     background: linear-gradient(135deg, #993556, #D4537E);     color: #fff;     font-size: 13px;     font-weight: 500;     letter-spacing: 2.5px;     text-transform: uppercase;     padding: 16px 40px;     border-radius: 40px;     text-decoration: none;     box-shadow: 0 8px 30px rgba(212,83,126,0.35);   }   .promise-sub {     font-family: 'Cormorant Garamond', serif;     font-size: 17px;     font-style: italic;     color: var(--text-soft);     margin-top: 20px;   }    \/* ─── RESPONSIVE ─── *\/   @media (max-width: 560px) {     .hero { padding: 48px 20px 44px; }     .hero-title { font-size: 36px; }     .wrapper { padding: 0 18px; }     .intro-text { font-size: 22px; }     .fabric-grid { grid-template-columns: 1fr; }     .colour-swatches { gap: 8px; }   } \u003c\/style\u003e \u003c!-- ════════════════════════════      HERO ════════════════════════════ --\u003e \u003cdiv class=\"hero\"\u003e \u003cp class=\"hero-eyebrow\"\u003eGulaab Collection · Premium Lingerie\u003c\/p\u003e \u003ch1 class=\"hero-title\"\u003e \u003cem\u003eGulaab\u003c\/em\u003e\u003cbr\u003ePush-Up Bra\u003c\/h1\u003e \u003cp class=\"hero-sub\"\u003eMore than support — it's a feeling.\u003c\/p\u003e \u003cspan class=\"hero-badge\"\u003e✦ 5 Shades · One Perfect Fit ✦\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wrapper\"\u003e \u003c!-- ════════════════════════════        INTRO + COLOUR SWATCHES   ════════════════════════════ --\u003e \u003cdiv class=\"intro\"\u003e \u003cp class=\"section-label\"\u003e✦ The Philosophy\u003c\/p\u003e \u003cp class=\"intro-text\"\u003eThe first decision you make every morning is what you wear beneath everything else.\u003cbr\u003eMake it count.\u003c\/p\u003e \u003cp class=\"intro-body\"\u003eSome bras hold you in place. The Gulaab Push-Up Bra changes how you hold yourself. Engineered for the woman who refuses to compromise — on comfort, on shape, or on how she feels walking into a room — this is lingerie designed to be lived in.\u003c\/p\u003e \u003cp class=\"intro-body\"\u003eMemory foam cups lift naturally. Whisper-soft microfiber disappears against your skin. Seamless cups stay completely invisible under your tightest outfits. From the first hour to the last, you'll feel held — without ever feeling restricted.\u003c\/p\u003e \u003c!-- COLOUR SWATCHES — placed right after intro copy --\u003e \u003cdiv class=\"colour-block\"\u003e \u003cp class=\"colour-block-label\"\u003e✦ Choose Your Colour\u003c\/p\u003e \u003cdiv class=\"colour-swatches\"\u003e \u003cdiv class=\"swatch-pill\"\u003e \u003cspan style=\"background: #C0392B; box-shadow: 0 2px 10px rgba(192,57,43,0.4);\" class=\"swatch-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"swatch-name\"\u003eRed\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"swatch-pill featured\"\u003e \u003cspan style=\"background: linear-gradient(135deg,#F06090,#D4537E); box-shadow: 0 2px 10px rgba(212,83,126,0.5);\" class=\"swatch-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"swatch-name\"\u003ePink\u003c\/span\u003e \u003cspan class=\"featured-tag\"\u003e✦ Featured\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"swatch-pill\"\u003e \u003cspan style=\"background: #1B2A4A; box-shadow: 0 2px 10px rgba(27,42,74,0.35);\" class=\"swatch-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"swatch-name\"\u003eNavy Blue\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"swatch-pill\"\u003e \u003cspan style=\"background: #4A5E3A; box-shadow: 0 2px 10px rgba(74,94,58,0.35);\" class=\"swatch-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"swatch-name\"\u003eOlive Green\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"swatch-pill\"\u003e \u003cspan style=\"background: #6B3F2A; box-shadow: 0 2px 10px rgba(107,63,42,0.35);\" class=\"swatch-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"swatch-name\"\u003eBrown\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- END COLOUR SWATCHES --\u003e \u003c\/div\u003e \u003c!-- ════════════════════════════        FEATURES   ════════════════════════════ --\u003e \u003cdiv class=\"features\"\u003e \u003cp class=\"section-label\"\u003e✦ What Sets It Apart\u003c\/p\u003e \u003ch2 class=\"features-heading\"\u003eCrafted for Every Detail\u003c\/h2\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e☁\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003eMemory Foam Padded Cups\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003eA natural push-up with zero pressure. Enhances without exaggerating — your shape, perfected. No poking, no pinching, ever.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003eUnderwire Support\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003eLifts beautifully and holds all day long — giving your silhouette the shape and definition it deserves from morning to midnight.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e◎\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003eSeamless Smooth Cups\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003eCompletely invisible under fitted tops, bodycon dresses, and anything else you love most. Zero lines, zero compromise.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e◈\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003eUltra-Soft Microfiber Fabric\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003e80% Nylon, 20% Spandex. Breathable, stretchy, and gentle enough for 12-hour wear. So light you'll forget it's there.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e⟡\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003eAdjustable Satin Straps\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003eSilky against your shoulders, fully adjustable to every body. The fit is always — and only — yours.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e♦\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003eSignature Centre Charm\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003eA delicate decorative detail at the centre gore — a small luxury that transforms the everyday into something special.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature-item\"\u003e \u003cdiv class=\"feature-icon\"\u003e◉\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"feature-name\"\u003e3-Hook \u0026amp; Eye Back Closure\u003c\/p\u003e \u003cp class=\"feature-desc\"\u003eSecure, comfortable, and built to last wash after wash. Stays in place all day without digging in or slipping.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ════════════════════════════        SIZE GUIDE   ════════════════════════════ --\u003e \u003cdiv class=\"size-section\"\u003e \u003cp class=\"section-label\"\u003e✦ Fit Guide\u003c\/p\u003e \u003ch2 class=\"size-heading\"\u003eFind Your Perfect Fit\u003c\/h2\u003e \u003cp class=\"size-tip\"\u003eYour size = \u003cstrong\u003eBand (inches) + Cup.\u003c\/strong\u003e Example: \u003cstrong\u003e34C\u003c\/strong\u003e = 34\" band + C cup.\u003cbr\u003eBetween sizes? Size up for comfort. Size down for a firmer hold.\u003c\/p\u003e \u003cdiv class=\"size-table-wrap\"\u003e \u003ctable\u003e \u003cthead\u003e \u003ctr\u003e \u003cth\u003eSize\u003c\/th\u003e \u003cth\u003eBand\u003c\/th\u003e \u003cth\u003eCups\u003c\/th\u003e \u003cth\u003eAvailable In\u003c\/th\u003e \u003c\/tr\u003e \u003c\/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003e\u003cspan class=\"size-badge\"\u003eSmall\u003c\/span\u003e\u003c\/td\u003e \u003ctd\u003e28–30\"\u003c\/td\u003e \u003ctd\u003eA \/ B \/ C\u003c\/td\u003e \u003ctd\u003e \u003cdiv class=\"available-sizes\"\u003e \u003cspan class=\"size-pill\"\u003e30A\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e30B\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e30C\u003c\/span\u003e \u003c\/div\u003e \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003e\u003cspan class=\"size-badge\"\u003eMedium\u003c\/span\u003e\u003c\/td\u003e \u003ctd\u003e32–34\"\u003c\/td\u003e \u003ctd\u003eA \/ B \/ C \/ D\u003c\/td\u003e \u003ctd\u003e \u003cdiv class=\"available-sizes\"\u003e \u003cspan class=\"size-pill\"\u003e32B\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e32C\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e34C\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e34D\u003c\/span\u003e \u003c\/div\u003e \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003e\u003cspan class=\"size-badge\"\u003eLarge\u003c\/span\u003e\u003c\/td\u003e \u003ctd\u003e36\"\u003c\/td\u003e \u003ctd\u003eB \/ C \/ D \/ DD\u003c\/td\u003e \u003ctd\u003e \u003cdiv class=\"available-sizes\"\u003e \u003cspan class=\"size-pill\"\u003e36B\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e36C\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e36D\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e36DD\u003c\/span\u003e \u003c\/div\u003e \u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ════════════════════════════        FABRIC \u0026 CARE   ════════════════════════════ --\u003e \u003cdiv class=\"fabric-section\"\u003e \u003cp class=\"section-label\"\u003e✦ Material \u0026amp; Care\u003c\/p\u003e \u003ch2 class=\"fabric-heading\"\u003eBuilt to Last\u003c\/h2\u003e \u003cdiv class=\"fabric-grid\"\u003e \u003cdiv class=\"fabric-card\"\u003e \u003cspan class=\"fabric-icon\"\u003e◈\u003c\/span\u003e \u003cdiv\u003e \u003cp class=\"fabric-label\"\u003eFabric\u003c\/p\u003e \u003cp class=\"fabric-value\"\u003e80% Nylon · 20% Spandex\u003cbr\u003eSoft, stretchy \u0026amp; breathable\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"fabric-card\"\u003e \u003cspan class=\"fabric-icon\"\u003e◎\u003c\/span\u003e \u003cdiv\u003e \u003cp class=\"fabric-label\"\u003eWashing\u003c\/p\u003e \u003cp class=\"fabric-value\"\u003eHand wash only\u003cbr\u003eCold water · Gentle detergent\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"fabric-card\"\u003e \u003cspan class=\"fabric-icon\"\u003e◇\u003c\/span\u003e \u003cdiv\u003e \u003cp class=\"fabric-label\"\u003eDrying\u003c\/p\u003e \u003cp class=\"fabric-value\"\u003eAir dry flat\u003cbr\u003eNo tumble dry — preserves shape\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"fabric-card\"\u003e \u003cspan class=\"fabric-icon\"\u003e✦\u003c\/span\u003e \u003cdiv\u003e \u003cp class=\"fabric-label\"\u003eImportant\u003c\/p\u003e \u003cp class=\"fabric-value\"\u003eNo bleach · No direct iron\u003cbr\u003eon padded cups\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ════════════════════════════        CLOSING PROMISE   ════════════════════════════ --\u003e \u003cdiv class=\"promise-section\"\u003e \u003cp style=\"text-align: center;\" class=\"section-label\"\u003e✦ The Gulaab Promise\u003c\/p\u003e \u003ch2 class=\"promise-heading\"\u003eBeautiful lingerie isn't a luxury.\u003cbr\u003eIt's a daily ritual.\u003c\/h2\u003e \u003cp class=\"promise-body\"\u003eThe Gulaab Push-Up Bra was built for women who refuse to settle for \"good enough\" when perfect is within reach. Wear it once, and you'll wonder how you wore anything else.\u003c\/p\u003e \u003ca class=\"promise-cta\" href=\"#\"\u003eShop Gulaab Collection\u003c\/a\u003e \u003cp class=\"promise-sub\"\u003e\"Feel it the moment you put it on.\"\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- \/wrapper --\u003e","brand":"BodyFitShapers","offers":[{"title":"Red \/ Small","offer_id":44586093641817,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ Small","offer_id":44586093674585,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ Small","offer_id":44586093707353,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ Small","offer_id":44586093740121,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Small","offer_id":44586093772889,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ Medium","offer_id":44586093805657,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ Large","offer_id":44586093838425,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ XL","offer_id":44586093871193,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ 2XL","offer_id":44586093903961,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ 3XL","offer_id":44586093936729,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ Medium","offer_id":44586093969497,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ Large","offer_id":44586094002265,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ XL","offer_id":44586094035033,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ 2XL","offer_id":44586094067801,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ 3XL","offer_id":44586094100569,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ Medium","offer_id":44586094133337,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ Large","offer_id":44586094166105,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":44586094198873,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":44586094231641,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ 3XL","offer_id":44586094264409,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ Medium","offer_id":44586094297177,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ Large","offer_id":44586094329945,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ XL","offer_id":44586094362713,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ 2XL","offer_id":44586094395481,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ 3XL","offer_id":44586094428249,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Medium","offer_id":44586094461017,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Large","offer_id":44586094493785,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ XL","offer_id":44586094526553,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ 2XL","offer_id":44586094559321,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ 3XL","offer_id":44586094592089,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0753\/7842\/5945\/files\/H0a957ec41ea74f77aa09c88e64f7c64ah_f3527b09-b363-42c4-8f61-21fee7c994cf.jpg?v=1787836976","url":"https:\/\/bodyfitpremium.store\/products\/gulaab-push-up-bra-hot-pink-gulaabi","provider":"Body Fit Premium","version":"1.0","type":"link"}