{"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\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --rose: #D4537E;\n    --rose-light: #FBEAF0;\n    --rose-mid: #ED93B1;\n    --rose-dark: #72243E;\n    --rose-deep: #4B1528;\n    --text: #1A1014;\n    --text-mid: #5C3D4A;\n    --text-soft: #9B7080;\n    --bg: #FFFAF8;\n    --white: #FFFFFF;\n    --border: #EDD5DF;\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.7;\n    padding: 0;\n    margin: 0;\n  }\n\n  \/* ─── HERO ─── *\/\n  .hero {\n    background: linear-gradient(160deg, #4B1528 0%, #D4537E 55%, #ED93B1 100%);\n    padding: 64px 40px 56px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.04);\n  }\n  .hero-eyebrow {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.7);\n    margin-bottom: 18px;\n  }\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 52px;\n    font-weight: 300;\n    color: #FFFFFF;\n    line-height: 1.1;\n    margin-bottom: 10px;\n  }\n  .hero-title em {\n    font-style: italic;\n    font-weight: 400;\n  }\n  .hero-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 300;\n    font-style: italic;\n    color: rgba(255,255,255,0.85);\n    margin-bottom: 28px;\n  }\n  .hero-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.3);\n    color: #fff;\n    font-size: 12px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 8px 22px;\n    border-radius: 40px;\n  }\n\n  \/* ─── WRAPPER ─── *\/\n  .wrapper {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  \/* ─── SHARED SECTION STYLES ─── *\/\n  .section-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: var(--rose);\n    margin-bottom: 16px;\n  }\n\n  \/* ─── INTRO ─── *\/\n  .intro {\n    padding: 56px 0 48px;\n    border-bottom: 1px solid var(--border);\n  }\n  .intro-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 400;\n    line-height: 1.55;\n    color: var(--text);\n    margin-bottom: 20px;\n  }\n  .intro-body {\n    font-size: 15px;\n    color: var(--text-mid);\n    line-height: 1.8;\n    margin-bottom: 16px;\n  }\n\n  \/* ─── COLOUR SWATCHES ─── *\/\n  .colour-block {\n    margin-top: 36px;\n    padding-top: 28px;\n    border-top: 1px solid var(--border);\n  }\n  .colour-block-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--rose);\n    margin-bottom: 18px;\n  }\n  .colour-swatches {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .swatch-pill {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 40px;\n    padding: 8px 18px 8px 10px;\n  }\n  .swatch-pill.featured {\n    border: 2px solid var(--rose);\n  }\n  .swatch-dot {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n  .swatch-name {\n    font-size: 13.5px;\n    color: var(--text-mid);\n    font-weight: 500;\n  }\n  .swatch-pill.featured .swatch-name {\n    color: var(--rose-dark);\n  }\n  .featured-tag {\n    font-size: 10px;\n    background: var(--rose-light);\n    color: var(--rose-dark);\n    padding: 2px 8px;\n    border-radius: 20px;\n    margin-left: 2px;\n    font-weight: 500;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ─── FEATURES ─── *\/\n  .features {\n    padding: 52px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .features-heading {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 36px;\n  }\n  .feature-item {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n    padding: 20px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .feature-item:last-child { border-bottom: none; }\n  .feature-icon {\n    width: 44px; height: 44px;\n    border-radius: 50%;\n    background: var(--rose-light);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    font-size: 18px;\n    color: var(--rose);\n  }\n  .feature-name {\n    font-weight: 500;\n    font-size: 14px;\n    color: var(--text);\n    margin-bottom: 3px;\n    letter-spacing: 0.3px;\n  }\n  .feature-desc {\n    font-size: 13.5px;\n    color: var(--text-soft);\n    line-height: 1.6;\n  }\n\n  \/* ─── SIZE GUIDE ─── *\/\n  .size-section {\n    padding: 52px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .size-heading {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 400;\n    margin-bottom: 12px;\n  }\n  .size-tip {\n    font-size: 13.5px;\n    color: var(--text-mid);\n    margin-bottom: 30px;\n    line-height: 1.7;\n  }\n  .size-tip strong { color: var(--rose-dark); }\n  .size-table-wrap {\n    overflow-x: auto;\n    border-radius: 12px;\n    border: 1px solid var(--border);\n  }\n  table { width: 100%; border-collapse: collapse; font-size: 13.5px; }\n  thead tr { background: linear-gradient(135deg, #4B1528, #993556); }\n  thead th {\n    color: #fff;\n    font-weight: 500;\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 14px 16px;\n    text-align: left;\n  }\n  tbody tr:nth-child(even) { background: var(--rose-light); }\n  tbody tr:nth-child(odd) { background: var(--white); }\n  tbody td {\n    padding: 13px 16px;\n    color: var(--text-mid);\n    border-bottom: 1px solid var(--border);\n    vertical-align: middle;\n  }\n  tbody tr:last-child td { border-bottom: none; }\n  .size-badge {\n    display: inline-block;\n    background: var(--rose);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 500;\n    padding: 3px 10px;\n    border-radius: 20px;\n    letter-spacing: 0.5px;\n  }\n  .available-sizes { display: flex; flex-wrap: wrap; gap: 5px; }\n  .size-pill {\n    font-size: 11px;\n    padding: 3px 9px;\n    border: 1px solid var(--rose-mid);\n    color: var(--rose-dark);\n    border-radius: 20px;\n    background: var(--white);\n  }\n\n  \/* ─── FABRIC \u0026 CARE ─── *\/\n  .fabric-section {\n    padding: 52px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .fabric-heading {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 400;\n    margin-bottom: 28px;\n  }\n  .fabric-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .fabric-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 18px 20px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .fabric-icon {\n    font-size: 20px;\n    margin-top: 2px;\n    flex-shrink: 0;\n    color: var(--rose);\n  }\n  .fabric-label {\n    font-size: 12px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--text-soft);\n    margin-bottom: 3px;\n  }\n  .fabric-value {\n    font-size: 13.5px;\n    color: var(--text-mid);\n    line-height: 1.5;\n  }\n\n  \/* ─── PROMISE ─── *\/\n  .promise-section {\n    padding: 56px 0 48px;\n    text-align: center;\n  }\n  .promise-heading {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 36px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--rose-dark);\n    margin-bottom: 16px;\n    line-height: 1.3;\n  }\n  .promise-body {\n    font-size: 15px;\n    color: var(--text-mid);\n    max-width: 520px;\n    margin: 0 auto 32px;\n    line-height: 1.8;\n  }\n  .promise-cta {\n    display: inline-block;\n    background: linear-gradient(135deg, #993556, #D4537E);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 16px 40px;\n    border-radius: 40px;\n    text-decoration: none;\n    box-shadow: 0 8px 30px rgba(212,83,126,0.35);\n  }\n  .promise-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-style: italic;\n    color: var(--text-soft);\n    margin-top: 20px;\n  }\n\n  \/* ─── RESPONSIVE ─── *\/\n  @media (max-width: 560px) {\n    .hero { padding: 48px 20px 44px; }\n    .hero-title { font-size: 36px; }\n    .wrapper { padding: 0 18px; }\n    .intro-text { font-size: 22px; }\n    .fabric-grid { grid-template-columns: 1fr; }\n    .colour-swatches { gap: 8px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ════════════════════════════\n     HERO\n════════════════════════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eGulaab Collection · Premium Lingerie\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003e\n\u003cem\u003eGulaab\u003c\/em\u003e\u003cbr\u003ePush-Up Bra\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eMore than support — it's a feeling.\u003c\/p\u003e\n\u003cspan class=\"hero-badge\"\u003e✦ 5 Shades · One Perfect Fit ✦\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- ════════════════════════════\n       INTRO + COLOUR SWATCHES\n  ════════════════════════════ --\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp class=\"section-label\"\u003e✦ The Philosophy\u003c\/p\u003e\n\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\n\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\n\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\n\u003c!-- COLOUR SWATCHES — placed right after intro copy --\u003e\n\u003cdiv class=\"colour-block\"\u003e\n\u003cp class=\"colour-block-label\"\u003e✦ Choose Your Colour\u003c\/p\u003e\n\u003cdiv class=\"colour-swatches\"\u003e\n\u003cdiv class=\"swatch-pill\"\u003e\n\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\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-pill featured\"\u003e\n\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\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-pill\"\u003e\n\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\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-pill\"\u003e\n\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\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-pill\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END COLOUR SWATCHES --\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════\n       FEATURES\n  ════════════════════════════ --\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cp class=\"section-label\"\u003e✦ What Sets It Apart\u003c\/p\u003e\n\u003ch2 class=\"features-heading\"\u003eCrafted for Every Detail\u003c\/h2\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e☁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003eMemory Foam Padded Cups\u003c\/p\u003e\n\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\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003eUnderwire Support\u003c\/p\u003e\n\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\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e◎\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003eSeamless Smooth Cups\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eCompletely invisible under fitted tops, bodycon dresses, and anything else you love most. Zero lines, zero compromise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e◈\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003eUltra-Soft Microfiber Fabric\u003c\/p\u003e\n\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\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⟡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003eAdjustable Satin Straps\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eSilky against your shoulders, fully adjustable to every body. The fit is always — and only — yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e♦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003eSignature Centre Charm\u003c\/p\u003e\n\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\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e◉\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-name\"\u003e3-Hook \u0026amp; Eye Back Closure\u003c\/p\u003e\n\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\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════\n       SIZE GUIDE\n  ════════════════════════════ --\u003e\n\u003cdiv class=\"size-section\"\u003e\n\u003cp class=\"section-label\"\u003e✦ Fit Guide\u003c\/p\u003e\n\u003ch2 class=\"size-heading\"\u003eFind Your Perfect Fit\u003c\/h2\u003e\n\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\n\u003cdiv class=\"size-table-wrap\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eBand\u003c\/th\u003e\n\u003cth\u003eCups\u003c\/th\u003e\n\u003cth\u003eAvailable In\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"size-badge\"\u003eSmall\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e28–30\"\u003c\/td\u003e\n\u003ctd\u003eA \/ B \/ C\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"available-sizes\"\u003e\n\u003cspan class=\"size-pill\"\u003e30A\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e30B\u003c\/span\u003e \u003cspan class=\"size-pill\"\u003e30C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"size-badge\"\u003eMedium\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e32–34\"\u003c\/td\u003e\n\u003ctd\u003eA \/ B \/ C \/ D\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"available-sizes\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"size-badge\"\u003eLarge\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e36\"\u003c\/td\u003e\n\u003ctd\u003eB \/ C \/ D \/ DD\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"available-sizes\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════\n       FABRIC \u0026 CARE\n  ════════════════════════════ --\u003e\n\u003cdiv class=\"fabric-section\"\u003e\n\u003cp class=\"section-label\"\u003e✦ Material \u0026amp; Care\u003c\/p\u003e\n\u003ch2 class=\"fabric-heading\"\u003eBuilt to Last\u003c\/h2\u003e\n\u003cdiv class=\"fabric-grid\"\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cspan class=\"fabric-icon\"\u003e◈\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"fabric-label\"\u003eFabric\u003c\/p\u003e\n\u003cp class=\"fabric-value\"\u003e80% Nylon · 20% Spandex\u003cbr\u003eSoft, stretchy \u0026amp; breathable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cspan class=\"fabric-icon\"\u003e◎\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"fabric-label\"\u003eWashing\u003c\/p\u003e\n\u003cp class=\"fabric-value\"\u003eHand wash only\u003cbr\u003eCold water · Gentle detergent\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cspan class=\"fabric-icon\"\u003e◇\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"fabric-label\"\u003eDrying\u003c\/p\u003e\n\u003cp class=\"fabric-value\"\u003eAir dry flat\u003cbr\u003eNo tumble dry — preserves shape\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cspan class=\"fabric-icon\"\u003e✦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"fabric-label\"\u003eImportant\u003c\/p\u003e\n\u003cp class=\"fabric-value\"\u003eNo bleach · No direct iron\u003cbr\u003eon padded cups\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════\n       CLOSING PROMISE\n  ════════════════════════════ --\u003e\n\u003cdiv class=\"promise-section\"\u003e\n\u003cp style=\"text-align: center;\" class=\"section-label\"\u003e✦ The Gulaab Promise\u003c\/p\u003e\n\u003ch2 class=\"promise-heading\"\u003eBeautiful lingerie isn't a luxury.\u003cbr\u003eIt's a daily ritual.\u003c\/h2\u003e\n\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\n\u003ca class=\"promise-cta\" href=\"#\"\u003eShop Gulaab Collection\u003c\/a\u003e\n\u003cp class=\"promise-sub\"\u003e\"Feel it the moment you put it on.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/wrapper --\u003e","brand":"BodyFitShapers","offers":[{"title":"Red \/ Small","offer_id":47808226984162,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ Small","offer_id":47808232882402,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ Small","offer_id":47808232915170,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ Small","offer_id":47808232947938,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Small","offer_id":47808232980706,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ Medium","offer_id":47917035651298,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ Large","offer_id":47917035684066,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ XL","offer_id":47917035716834,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ 2XL","offer_id":47917035749602,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Red \/ 3XL","offer_id":47917035782370,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ Medium","offer_id":47917035815138,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ Large","offer_id":47917035847906,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ XL","offer_id":47917035880674,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ 2XL","offer_id":47917035913442,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Pink \/ 3XL","offer_id":47917035946210,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ Medium","offer_id":47917035978978,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ Large","offer_id":47917036011746,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":47917036044514,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":47917036077282,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ 3XL","offer_id":47917036110050,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ Medium","offer_id":47917036142818,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ Large","offer_id":47917036175586,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ XL","offer_id":47917036208354,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ 2XL","offer_id":47917036241122,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Olive Green \/ 3XL","offer_id":47917036273890,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Medium","offer_id":47917036306658,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ Large","offer_id":47917036339426,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ XL","offer_id":47917036372194,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ 2XL","offer_id":47917036404962,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ 3XL","offer_id":47917036437730,"sku":null,"price":1850.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/9679\/4338\/files\/H0a957ec41ea74f77aa09c88e64f7c64ah_f3527b09-b363-42c4-8f61-21fee7c994cf.jpg?v=1779041705","url":"https:\/\/bodyfitshapers.com\/products\/gulaab-push-up-bra-hot-pink-gulaabi","provider":"BodyFitShapers","version":"1.0","type":"link"}