{"title":"46D Bras","description":"\u003cstyle\u003e\n  .hf-edit{\n    --ink:#1a1a1a; --ink-2:#3a3a3a; --ink-3:#6b6b6b; --ink-4:#9a9a9a;\n    --line:#e8e4df; --line-2:#d4cec5; --paper:#fafaf7; --warm:#f5f0ea;\n    --rose:#a8534a; --rose-dk:#8a4239; --rose-soft:#f0dcd7; --gold:#b8924a;\n    max-width:1180px; margin:64px auto 32px auto; padding:0 20px;\n    color:var(--ink); font-size:15px; line-height:1.7;\n    -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;\n  }\n  .hf-edit *{ box-sizing:border-box; }\n  .hf-edit h2{ font-weight:400; letter-spacing:-0.015em; color:var(--ink); margin:0; line-height:1.2; }\n  .hf-edit h3{ font-weight:600; color:var(--ink); margin:0; font-size:15px; line-height:1.4; letter-spacing:0; }\n  .hf-edit p{ margin:0 0 14px 0; color:var(--ink-2); }\n  .hf-edit p:last-child{ margin-bottom:0; }\n  .hf-edit strong{ color:var(--ink); font-weight:600; }\n  .hf-edit a{ color:var(--rose-dk); text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1px; }\n  .hf-edit a:hover{ color:var(--rose); }\n\n  .hf-eyebrow{ display:inline-flex; align-items:center; gap:10px; font-size:10px; letter-spacing:0.26em; text-transform:uppercase; color:var(--ink-3); font-weight:600; margin-bottom:18px; }\n  .hf-eyebrow::before{ content:\"\"; display:inline-block; width:22px; height:1px; background:var(--rose); }\n\n  .hf-hero{ border-top:1px solid var(--line); padding:56px 0 44px 0; display:grid; grid-template-columns:1.05fr 1fr; gap:80px; align-items:start; }\n  .hf-hero-left h2{ font-size:38px; line-height:1.12; }\n  .hf-hero-right{ padding-top:10px; }\n  .hf-hero-right p{ font-size:15.5px; line-height:1.75; color:var(--ink-2); }\n  .hf-hero-right p:first-of-type{ color:var(--ink); font-weight:500; }\n\n  .hf-answer{ margin:0 0 18px 0; background:#fff; border:1px solid var(--line); border-top:3px solid var(--rose); padding:30px 34px 28px 34px; position:relative; }\n  .hf-answer-tag{ position:absolute; top:-11px; left:28px; background:var(--rose); color:#fff; font-size:10px; letter-spacing:0.22em; text-transform:uppercase; font-weight:600; padding:5px 12px; }\n  .hf-answer h2{ font-size:22px; margin-bottom:14px; padding-top:4px; }\n  .hf-answer p{ font-size:15.5px; line-height:1.72; }\n  .hf-facts{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:24px; border-top:1px solid var(--line); padding-top:22px; }\n  .hf-fact{ padding:0 22px; border-left:1px solid var(--line); }\n  .hf-fact:first-child{ border-left:0; padding-left:0; }\n  .hf-fact-n{ font-size:21px; font-weight:600; color:var(--rose-dk); letter-spacing:-0.01em; }\n  .hf-fact-l{ display:block; margin-top:5px; font-size:11.5px; line-height:1.4; color:var(--ink-3); text-transform:uppercase; letter-spacing:0.06em; }\n\n  .hf-pills-wrap{ margin:44px 0 14px 0; }\n  .hf-pills-lab{ font-size:10px; letter-spacing:0.22em; text-transform:uppercase; color:var(--ink-3); font-weight:600; margin-bottom:12px; }\n  .hf-pills{ display:flex; flex-wrap:wrap; gap:8px; }\n  .hf-pill{ display:inline-block; padding:8px 15px; border:1px solid var(--line-2); background:#fff; color:var(--ink-2); font-size:13px; text-decoration:none; transition:all .14s ease; }\n  .hf-pill:hover{ border-color:var(--rose); color:var(--rose-dk); background:var(--rose-soft); text-decoration:none; }\n\n  .hf-section{ padding:40px 0 8px 0; }\n  .hf-section \u003e h2{ font-size:27px; margin-bottom:6px; }\n  .hf-section-sub{ color:var(--ink-3); font-size:14px; max-width:760px; margin-bottom:24px; }\n\n  .hf-table-wrap{ border:1px solid var(--line); margin-bottom:18px; }\n  .hf-table{ width:100%; border-collapse:collapse; font-size:13.5px; }\n  .hf-table thead th{ background:var(--warm); text-align:left; font-weight:600; font-size:11px; letter-spacing:0.07em; text-transform:uppercase; color:var(--ink-2); padding:13px 16px; border-bottom:1px solid var(--line-2); }\n  .hf-table td{ padding:14px 16px; border-bottom:1px solid var(--line); color:var(--ink-2); vertical-align:top; }\n  .hf-table tbody tr:last-child td{ border-bottom:0; }\n  .hf-table tbody tr:hover{ background:var(--paper); }\n  .hf-table td:first-child{ font-weight:600; color:var(--ink); }\n\n  .hf-matrix{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:8px; }\n  .hf-card{ background:#fff; border:1px solid var(--line); border-top:2px solid var(--rose); padding:22px 22px 20px 22px; transition:transform .14s ease, box-shadow .14s ease; }\n  .hf-card:nth-child(3n+2){ border-top-color:var(--gold); }\n  .hf-card:nth-child(3n){ border-top-color:var(--ink); }\n  .hf-card:hover{ transform:translateY(-2px); box-shadow:0 14px 30px rgba(0,0,0,.06); }\n  .hf-card-n{ font-size:11px; font-weight:700; color:var(--ink-4); letter-spacing:0.12em; }\n  .hf-card h3{ margin:8px 0 9px 0; font-size:16px; }\n  .hf-card p{ font-size:13.5px; color:var(--ink-2); margin-bottom:12px; }\n  .hf-card a{ font-size:12.5px; font-weight:600; letter-spacing:0.02em; text-decoration:none; color:var(--rose-dk); border-bottom:1px solid var(--rose-soft); padding-bottom:2px; }\n  .hf-card a:hover{ border-bottom-color:var(--rose); }\n\n  .hf-quote{ margin:46px 0; padding:32px 40px; border-left:3px solid var(--rose); background:var(--paper); }\n  .hf-quote p{ font-size:19px; line-height:1.5; font-weight:400; color:var(--ink); letter-spacing:-0.01em; }\n  .hf-quote span{ display:block; margin-top:12px; font-size:11px; letter-spacing:0.18em; text-transform:uppercase; color:var(--ink-3); font-weight:600; }\n\n  .hf-acc{ border-top:1px solid var(--line); margin-top:8px; }\n  .hf-acc details{ border-bottom:1px solid var(--line); }\n  .hf-acc summary{ cursor:pointer; list-style:none; display:flex; align-items:center; gap:18px; padding:20px 4px; }\n  .hf-acc summary::-webkit-details-marker{ display:none; }\n  .hf-acc-n{ font-size:11px; font-weight:700; color:var(--ink-4); letter-spacing:0.1em; min-width:24px; }\n  .hf-acc-title{ font-size:17px; font-weight:500; color:var(--ink); flex:1; letter-spacing:-0.01em; }\n  .hf-acc-tog{ width:24px; height:24px; border:1px solid var(--line-2); border-radius:50%; display:flex; align-items:center; justify-content:center; flex:0 0 auto; font-size:15px; color:var(--ink-3); transition:all .16s ease; }\n  .hf-acc details[open] .hf-acc-tog{ background:var(--ink); border-color:var(--ink); color:#fff; transform:rotate(45deg); }\n  .hf-acc-body{ padding:0 4px 24px 46px; }\n  .hf-acc-body p{ font-size:14.5px; }\n  .hf-acc-body ul{ margin:4px 0 0 0; padding-left:18px; }\n  .hf-acc-body li{ font-size:14.5px; color:var(--ink-2); margin-bottom:7px; }\n\n  .hf-faq{ border-top:1px solid var(--line); margin-top:8px; }\n  .hf-faq details{ border-bottom:1px solid var(--line); }\n  .hf-faq summary{ cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:18px 4px; }\n  .hf-faq summary::-webkit-details-marker{ display:none; }\n  .hf-faq-q{ font-size:15px; font-weight:500; color:var(--ink); }\n  .hf-faq-tog{ width:22px; height:22px; flex:0 0 auto; position:relative; }\n  .hf-faq-tog::before,.hf-faq-tog::after{ content:\"\"; position:absolute; background:var(--ink-3); transition:transform .16s ease; }\n  .hf-faq-tog::before{ top:10px; left:3px; width:16px; height:1.5px; }\n  .hf-faq-tog::after{ top:3px; left:10px; width:1.5px; height:16px; }\n  .hf-faq details[open] .hf-faq-tog::after{ transform:scaleY(0); }\n  .hf-faq-a{ padding:0 4px 20px 4px; }\n  .hf-faq-a p{ font-size:14.5px; color:var(--ink-2); }\n\n  .hf-disc{ margin-top:34px; padding-top:18px; border-top:1px solid var(--line); font-size:12px; line-height:1.6; color:var(--ink-4); }\n\n  .hf-cta{ margin:52px 0 12px 0; padding:44px 32px; background:var(--ink); color:#fff; text-align:center; }\n  .hf-cta h2{ color:#fff; font-size:26px; margin-bottom:12px; }\n  .hf-cta p{ color:rgba(255,255,255,.74); max-width:600px; margin:0 auto 22px auto; font-size:15px; }\n  .hf-cta-pills{ display:flex; flex-wrap:wrap; justify-content:center; gap:9px; }\n  .hf-cta-pills a{ display:inline-block; padding:11px 22px; font-size:13px; letter-spacing:0.02em; text-decoration:none; border:1px solid rgba(255,255,255,.28); color:#fff; transition:all .14s ease; }\n  .hf-cta-pills a:hover{ background:#fff; color:var(--ink); border-color:#fff; }\n  .hf-cta-pills a.is-primary{ background:var(--rose); border-color:var(--rose); }\n  .hf-cta-pills a.is-primary:hover{ background:#fff; color:var(--rose-dk); }\n\n  @media (max-width:860px){\n    .hf-hero{ grid-template-columns:1fr; gap:24px; padding:36px 0 32px 0; }\n    .hf-hero-left h2{ font-size:30px; }\n    .hf-matrix{ grid-template-columns:1fr; }\n    .hf-facts{ grid-template-columns:repeat(2,1fr); gap:20px 0; }\n    .hf-fact:nth-child(3){ border-left:0; padding-left:0; }\n  }\n  @media (max-width:580px){\n    .hf-table-wrap{ overflow-x:auto; }\n    .hf-table{ min-width:560px; }\n    .hf-answer{ padding:24px 20px 20px 20px; }\n    .hf-quote{ padding:24px 22px; }\n    .hf-acc-body{ padding-left:4px; }\n  }\n\u003c\/style\u003e\n\u003csection class=\"hf-edit\" aria-label=\"46D bras size guide and FAQ\"\u003e\n\n  \u003cheader class=\"hf-hero\"\u003e\n    \u003cdiv class=\"hf-hero-left\"\u003e\n      \u003cspan class=\"hf-eyebrow\"\u003eThe HauteFlair Edit · Updated 2026\u003c\/span\u003e\n      \u003ch2\u003e46D Bras: A True D Cup — the Same in US, UK and EU\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hf-hero-right\"\u003e\n      \u003cp\u003eA 46D is the easy one to shop across borders. The band is a 46 in every system; the cup is a D in every system too. Unlike the larger full-bust cups, where the UK and US letters split apart, a D cup is written D in US, UK and EU sizing alike.\u003c\/p\u003e\n      \u003cp\u003eBelow: exactly what 46D converts to across US, UK and EU, where the systems agree and where they eventually split, how to measure to be sure, your sister sizes, and the styles that suit a D cup.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"hf-answer\"\u003e\n    \u003cspan class=\"hf-answer-tag\"\u003eQuick Answer\u003c\/span\u003e\n    \u003ch2\u003eWhat is a 46D bra size?\u003c\/h2\u003e\n    \u003cp\u003e\u003cstrong\u003eA 46D bra has a 46-inch underband and a D cup — and unlike larger cups, a D is written the same across systems.\u003c\/strong\u003e A UK 46D, US 46D and EU 105D all describe the same size: a bust roughly \u003cstrong\u003e4 inches larger than the band\u003c\/strong\u003e (around 50 inches around the fullest point). \u003cstrong\u003eD is the last cup where US and UK sizing agree\u003c\/strong\u003e — from DDD up they split — which makes it the simplest full-cup size to buy across borders. Sister sizes, holding the same cup volume, are \u003cstrong\u003e44DD and 48C\u003c\/strong\u003e. Shop \u003ca href=\"https:\/\/hauteflair.com\/collections\/46d-bras\"\u003e46D bras\u003c\/a\u003e in t-shirt, plunge, strapless, sports and full-figure styles.\u003c\/p\u003e\n    \u003cdiv class=\"hf-facts\"\u003e\n      \u003cdiv class=\"hf-fact\"\u003e\n\u003cspan class=\"hf-fact-n\"\u003eD = D = D\u003c\/span\u003e\u003cspan class=\"hf-fact-l\"\u003eSame letter in US, UK \u0026amp; EU\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-fact\"\u003e\n\u003cspan class=\"hf-fact-n\"\u003eBand 46, cup D\u003c\/span\u003e\u003cspan class=\"hf-fact-l\"\u003e46 inches around the ribcage\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-fact\"\u003e\n\u003cspan class=\"hf-fact-n\"\u003e≈ 4 inches\u003c\/span\u003e\u003cspan class=\"hf-fact-l\"\u003eBust minus band at this cup\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-fact\"\u003e\n\u003cspan class=\"hf-fact-n\"\u003eUS \u0026amp; UK agree\u003c\/span\u003e\u003cspan class=\"hf-fact-l\"\u003eThey split at DDD, not D\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-pills-wrap\"\u003e\n    \u003cdiv class=\"hf-pills-lab\"\u003eShop by style\u003c\/div\u003e\n    \u003cdiv class=\"hf-pills\"\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/46d-bras\"\u003eAll 46D Bras\u003c\/a\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/t-shirt-bras\"\u003eT-Shirt Bras\u003c\/a\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/strapless-bra\"\u003eStrapless\u003c\/a\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/sports-bras\"\u003eSports Bras\u003c\/a\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/full-figure-bras\"\u003eFull Figure\u003c\/a\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/minimizer-bras\"\u003eMinimizer\u003c\/a\u003e\n      \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/bras\"\u003eAll Bras\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-section\"\u003e\n    \u003ch2\u003eHow to choose a bra at 46D\u003c\/h2\u003e\n    \u003cp class=\"hf-section-sub\"\u003eA D cup is well-supported by most well-made bras — but these five checks still decide whether it fits cleanly or shifts through the day.\u003c\/p\u003e\n    \u003cdiv class=\"hf-table-wrap\"\u003e\n      \u003ctable class=\"hf-table\"\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eWhat to check\u003c\/th\u003e\n\u003cth\u003eWhat good looks like\u003c\/th\u003e\n\u003cth\u003eWhy it matters\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBand fit\u003c\/td\u003e\n\u003ctd\u003eLevel all the way around, snug on the loosest hook, two fingers under it and no more\u003c\/td\u003e\n\u003ctd\u003eThe band carries most of the support at any cup — a band that rides up shifts the load onto your shoulders\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCup shape\u003c\/td\u003e\n\u003ctd\u003eMoulded for a smooth line, or seamed for lift and projection — both work well at a D\u003c\/td\u003e\n\u003ctd\u003eA D is served by almost every construction; pick by the shape you want under clothes, not by necessity\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUnderwire\u003c\/td\u003e\n\u003ctd\u003eWires that sit flat on the ribcage and encircle the breast without poking the underarm\u003c\/td\u003e\n\u003ctd\u003eA wire that rides up onto tissue means the cup is a touch small, not that the style is wrong\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eStraps\u003c\/td\u003e\n\u003ctd\u003eAdjustable, comfortable, staying put without being cranked tight\u003c\/td\u003e\n\u003ctd\u003eAt a D, standard straps are usually enough; if they dig, the band is likely too loose\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eGore \u0026amp; wings\u003c\/td\u003e\n\u003ctd\u003eCentre gore flat to the breastbone; wings tall enough to sit smooth against the side\u003c\/td\u003e\n\u003ctd\u003eA floating gore means the cup is too small; smooth wings stop any side spillage\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-section\"\u003e\n    \u003ch2\u003e46D in US, UK, EU and beyond\u003c\/h2\u003e\n    \u003cp class=\"hf-section-sub\"\u003eThe same body, seven labels — and at a D cup the letter barely moves. The band number changes system to system; the cup stays D.\u003c\/p\u003e\n    \u003cdiv class=\"hf-table-wrap\"\u003e\n      \u003ctable class=\"hf-table\"\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSystem\u003c\/th\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eHow it's written\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUK\u003c\/td\u003e\n\u003ctd\u003e46D\u003c\/td\u003e\n\u003ctd\u003eThe size on this page — the same letter everywhere\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUS\u003c\/td\u003e\n\u003ctd\u003e46D\u003c\/td\u003e\n\u003ctd\u003eUS and UK both write a 4-inch cup as D\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eEU\u003c\/td\u003e\n\u003ctd\u003e105D\u003c\/td\u003e\n\u003ctd\u003eBand in centimetres; US 46 = EU 105. Cup still D\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFrance \/ Spain\u003c\/td\u003e\n\u003ctd\u003e120D\u003c\/td\u003e\n\u003ctd\u003eEU band plus 15 — same D cup, bigger number\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItaly\u003c\/td\u003e\n\u003ctd\u003e8D\u003c\/td\u003e\n\u003ctd\u003eItaly numbers bands; EU 105 = Italian 8\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAustralia \/ NZ\u003c\/td\u003e\n\u003ctd\u003e24D\u003c\/td\u003e\n\u003ctd\u003eNumeric band (US 46 = AU 24), same D cup\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eJapan\u003c\/td\u003e\n\u003ctd\u003e105D\u003c\/td\u003e\n\u003ctd\u003eEU band; Japanese cups run small, so size up one cup\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eSo is a US D the same as a UK D?\u003c\/strong\u003e Yes — at the D cup they're identical, both meaning a bust about 4 inches larger than the band. The two systems only split higher up: a UK DD is still a US DD, but a UK E is a US DDD, and a UK F is a US G. D is the last size that reads the same in both. See our full \u003ca href=\"https:\/\/hauteflair.com\/pages\/bra-size-conversion\"\u003ebra size conversion guide\u003c\/a\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-section\"\u003e\n    \u003ch2\u003eFind your 46D bra\u003c\/h2\u003e\n    \u003cp class=\"hf-section-sub\"\u003ePick the card that matches what you need it for — then tap through to shop.\u003c\/p\u003e\n    \u003cdiv class=\"hf-matrix\"\u003e\n      \u003cdiv class=\"hf-card\"\u003e\n\u003cspan class=\"hf-card-n\"\u003e01\u003c\/span\u003e\u003ch3\u003eEveryday, under everything\u003c\/h3\u003e\n\u003cp\u003eA moulded t-shirt bra: smooth under knit, rounded shape, no seam showing through.\u003c\/p\u003e\n\u003ca href=\"https:\/\/hauteflair.com\/collections\/t-shirt-bras\"\u003eShop t-shirt bras →\u003c\/a\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-card\"\u003e\n\u003cspan class=\"hf-card-n\"\u003e02\u003c\/span\u003e\u003ch3\u003eLift and shape\u003c\/h3\u003e\n\u003cp\u003eA balconette or seamed cup lifts a D and opens the neckline — the going-out category at this size.\u003c\/p\u003e\n\u003ca href=\"https:\/\/hauteflair.com\/collections\/bras\"\u003eShop all bras →\u003c\/a\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-card\"\u003e\n\u003cspan class=\"hf-card-n\"\u003e03\u003c\/span\u003e\u003ch3\u003eRunning, lifting, moving\u003c\/h3\u003e\n\u003cp\u003eEncapsulation or a firm compression crop both work at a D. Pick by impact level.\u003c\/p\u003e\n\u003ca href=\"https:\/\/hauteflair.com\/collections\/sports-bras\"\u003eShop sports bras →\u003c\/a\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-card\"\u003e\n\u003cspan class=\"hf-card-n\"\u003e04\u003c\/span\u003e\u003ch3\u003eStrapless that stays\u003c\/h3\u003e\n\u003cp\u003eA D is very wearable strapless — look for a firm band and silicone grip and it holds.\u003c\/p\u003e\n\u003ca href=\"https:\/\/hauteflair.com\/collections\/strapless-bra\"\u003eShop strapless →\u003c\/a\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-card\"\u003e\n\u003cspan class=\"hf-card-n\"\u003e05\u003c\/span\u003e\u003ch3\u003eSmooth the line\u003c\/h3\u003e\n\u003cp\u003eA minimizer redistributes for a cleaner profile under a fitted blouse without losing support.\u003c\/p\u003e\n\u003ca href=\"https:\/\/hauteflair.com\/collections\/minimizer-bras\"\u003eShop minimizers →\u003c\/a\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hf-card\"\u003e\n\u003cspan class=\"hf-card-n\"\u003e06\u003c\/span\u003e\u003ch3\u003eNot sure it's your size?\u003c\/h3\u003e\n\u003cp\u003eIf your current 46D gapes or the gore floats, the conversion or your measurements may be off. Start here.\u003c\/p\u003e\n\u003ca href=\"https:\/\/hauteflair.com\/pages\/bra-size-conversion\"\u003eConvert my size →\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-quote\"\u003e\n    \u003cp\u003eThe band does the lifting; the straps only steady it. A D cup is easy to fit well once the band is right — the gaping, the ride-up and the digging usually trace back to the band, not the cup.\u003c\/p\u003e\n    \u003cspan\u003eThe HauteFlair Standard\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-section\"\u003e\n    \u003ch2\u003eThe complete 46D sizing guide\u003c\/h2\u003e\n    \u003cp class=\"hf-section-sub\"\u003eMeasuring, where the systems agree, sister sizes, the fit tells and the vocabulary.\u003c\/p\u003e\n    \u003cdiv class=\"hf-acc\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\u003cspan class=\"hf-acc-n\"\u003e01\u003c\/span\u003e\u003cspan class=\"hf-acc-title\"\u003eHow to measure for a 46D at home\u003c\/span\u003e\u003cspan class=\"hf-acc-tog\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hf-acc-body\"\u003e\n          \u003cp\u003eTwo measurements, taken in a soft unpadded bra or none at all, tape level:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBand:\u003c\/strong\u003e snug around the ribcage directly under the bust. A 46 band comes from an underbust near 45–47 inches.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBust:\u003c\/strong\u003e around the fullest point, tape parallel to the floor, not pulled tight. At 46D that lands around 50 inches.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCup:\u003c\/strong\u003e subtract band from bust. A 4-inch difference is a D; 3 inches is a C, 5 a DD.\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eThe result is a starting size, not a verdict. Cut varies mill to mill, so let the fit checks below decide — and if you're on the line between letters, try the size plus its sister sizes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\u003cspan class=\"hf-acc-n\"\u003e02\u003c\/span\u003e\u003cspan class=\"hf-acc-title\"\u003eWhere US and UK sizing agree — and where they split\u003c\/span\u003e\u003cspan class=\"hf-acc-tog\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hf-acc-body\"\u003e\n          \u003cp\u003eA D is the crossover cup: the last one both systems write identically. Here's the ladder:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eThey agree through DD:\u003c\/strong\u003e A, B, C, D, DD read the same in US and UK. A 46D is a 46D in both.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eThey split at DDD:\u003c\/strong\u003e above DD the US stacks another D (DDD) while the UK moves to E — so a UK E is a US DDD.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFrom there they diverge:\u003c\/strong\u003e UK F is a US G, UK FF is a US H, and so on up the alphabet.\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eSo a D cup is the one you never have to convert. Above it, always check whether a chart is UK or US before trusting the letter.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\u003cspan class=\"hf-acc-n\"\u003e03\u003c\/span\u003e\u003cspan class=\"hf-acc-title\"\u003eSister sizes: 44DD, 46D, 48C\u003c\/span\u003e\u003cspan class=\"hf-acc-tog\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hf-acc-body\"\u003e\n          \u003cp\u003eCup volume moves with the band, so 46D has neighbours holding roughly the same cup:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eDown a band, up a cup:\u003c\/strong\u003e 44DD — for a firmer band that feels tighter.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eUp a band, down a cup:\u003c\/strong\u003e 48C — for a looser band with the same cup room.\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eReach for a sister size when the cup fits but the band doesn't, or when your exact size is out of stock in a style you want. What you should never do is loosen the band to fix the cup — that hands the support to your shoulders. The full logic is in our \u003ca href=\"https:\/\/hauteflair.com\/blogs\/bras\/sister-sizes-explained\"\u003esister sizes guide\u003c\/a\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\u003cspan class=\"hf-acc-n\"\u003e04\u003c\/span\u003e\u003cspan class=\"hf-acc-title\"\u003eThe five fit tells at a D cup\u003c\/span\u003e\u003cspan class=\"hf-acc-tog\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hf-acc-body\"\u003e\n          \u003cp\u003eStand at a mirror. In order of usefulness:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBand riding up at the back\u003c\/strong\u003e — band too loose. Go down a band, up a cup (your sister size).\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eGore floating off the breastbone\u003c\/strong\u003e — cup too small, or the wire is too narrow for you.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSpillage at the top, underarm or under the wire\u003c\/strong\u003e — cup too small. Not a shape problem.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eWrinkling or gaping at the top of the cup\u003c\/strong\u003e — cup too big, or the wrong style for your shape.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStraps digging\u003c\/strong\u003e — you've tightened them to cover for a loose band. Fix the band first.\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eCheck on the loosest hook when the bra is new; you move to the tighter hooks as the elastic relaxes over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\u003cspan class=\"hf-acc-n\"\u003e05\u003c\/span\u003e\u003cspan class=\"hf-acc-title\"\u003e46D, D cup, 105D: the vocabulary\u003c\/span\u003e\u003cspan class=\"hf-acc-tog\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hf-acc-body\"\u003e\n          \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003e46D\u003c\/strong\u003e — a 46 band with a D cup; the same in US and UK sizing.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eEU 105D\u003c\/strong\u003e — the same body; 105 is the band in centimetres, and the cup is still D.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStandard vs full bust\u003c\/strong\u003e — a D sits at the crossover: the top of the standard range and the start of the full-bust range, so it's stocked in both kinds of bra.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSister size\u003c\/strong\u003e — a different band-and-cup pairing holding the same cup volume; 46D's are 44DD and 48C.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eThe split\u003c\/strong\u003e — above DD, US and UK letters diverge (UK E = US DDD). At D they still match.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-section\"\u003e\n    \u003ch2\u003e46D bras FAQ\u003c\/h2\u003e\n    \u003cp class=\"hf-section-sub\"\u003eThe questions shoppers ask most, answered straight.\u003c\/p\u003e\n    \u003cdiv class=\"hf-faq\"\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eWhat is a 46D bra size?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eA 46D has a 46-inch underband and a D cup. In US, UK and EU sizing a D cup is written the same way — it's a bust about 4 inches larger than the band (around 50 inches around the fullest point), which makes 46D a US 46D, a UK 46D and an EU 105D. It's a mainstream cup, at the point where standard and full-bust ranges meet.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eIs 46D a big bra size?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eNot especially — D is one of the most commonly sold cups, and the letter alone doesn't settle it. Cup volume is measured against the band, so a 46D holds more than a 44D (smaller band) and less than a 48D (larger band) even though all three read D. The band is half the size. A D is the crossover point: the top of the standard range and the start of the full-bust range.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eIs 46D a UK or US size?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eEither — at the D cup it's the same. US and UK sizing agree all the way up to DD, so a UK 46D and a US 46D are identical. The two systems only split higher up: a UK E is a US DDD, and a UK F is a US G. D is the last easy one to shop across borders.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eWhat is a 46D in US sizing?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eAlso 46D. A 4-inch difference between bust and band is a D cup in both US and UK sizing, so the letter doesn't change. This is different from larger UK cups (FF, GG) that get rewritten in US letters — a D stays a D.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eWhat is a 46D in EU sizing?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eA 46D is an EU 105D. The band converts from inches to centimetres (46 inches = EU 105), but the cup letter stays D — the D cup is one of the few that lands on the same letter in US, UK and EU sizing. In France or Spain the same size reads 120D.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eIs a 46D bigger than a 46C?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eYes, by one cup. On the same 46 band, each step up the alphabet adds cup volume, so a 46D is one cup larger than a 46C and one cup smaller than a 46DD. If a C gapes at the top or a DD spills over, D is the size in between.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eWhat's the difference between 46D and 46DD?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eOne cup. A DD (a US and UK DD alike) holds about an inch more projection than a D on the same band. If your 46D cup cuts in, spills over the top or the underarm, the next size up is 46DD — not a bigger band.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eWhat are the sister sizes for 46D?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003e44DD and 48C — the same cup volume on a different band. Drop to 44DD for a firmer band, move up to 48C for a looser one. Use a sister size when the cup fits but the band doesn't, or when your size is sold out in the style you want.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eHow do I measure for a 46D at home?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eMeasure snugly around your ribcage under the bust for the band, then around the fullest point with the tape level. Subtract the first from the second: a 4-inch difference on a 46 band points to a D cup. Treat it as a starting size and let the fit checks decide.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n      \u003cdetails\u003e\u003csummary\u003e\u003cspan class=\"hf-faq-q\"\u003eWhat bra styles work best for a 46D?\u003c\/span\u003e\u003cspan class=\"hf-faq-tog\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"hf-faq-a\"\u003e\u003cp\u003eAlmost anything — D is a well-served cup, so t-shirt, plunge, balconette, strapless and sports styles all come in it. Look for a firm band and a supportive cup; a moulded t-shirt bra works smoothly under knits, and a balconette lifts and shapes for a rounder neckline.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"hf-disc\"\u003eSizing guidance here is general. Bra sizing is not standardised — cup labelling, wire shape and band firmness vary by brand and style, so conversions are a starting point, not a guarantee. Always check the individual brand's size chart and treat any measurement as a place to begin. Size availability reflects current stock. Last reviewed August 2026.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-cta\"\u003e\n    \u003ch2\u003eShop 46D bras\u003c\/h2\u003e\n    \u003cp\u003eA D cup that reads the same in US, UK and EU — in t-shirt, plunge, strapless, sports and full-figure styles, with firm bands and cups that hold their shape.\u003c\/p\u003e\n    \u003cdiv class=\"hf-cta-pills\"\u003e\n      \u003ca class=\"is-primary\" href=\"https:\/\/hauteflair.com\/collections\/46d-bras\"\u003eShop 46D Bras\u003c\/a\u003e\n      \u003ca href=\"https:\/\/hauteflair.com\/collections\/t-shirt-bras\"\u003eT-Shirt Bras\u003c\/a\u003e\n      \u003ca href=\"https:\/\/hauteflair.com\/pages\/bra-size-conversion\"\u003eConvert My Size\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"CollectionPage\",\n  \"@id\": \"https:\/\/hauteflair.com\/collections\/46d-bras#collectionpage\",\n  \"url\": \"https:\/\/hauteflair.com\/collections\/46d-bras\",\n  \"name\": \"46D Bras\",\n  \"description\": \"Shop 46D bras at HauteFlair. A D cup is written the same in US, UK and EU (46D = EU 105D) - see the full conversion, sister sizes, and styles that fit.\",\n  \"isPartOf\": {\"@type\":\"WebSite\",\"name\":\"HauteFlair\",\"url\":\"https:\/\/hauteflair.com\"},\n  \"about\": {\"@type\":\"Thing\",\"name\":\"46D bra size\"}\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hauteflair.com\/\"},\n    {\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bras\",\"item\":\"https:\/\/hauteflair.com\/collections\/bras\"},\n    {\"@type\":\"ListItem\",\"position\":3,\"name\":\"46D Bras\",\"item\":\"https:\/\/hauteflair.com\/collections\/46d-bras\"}\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"What is a 46D bra size?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A 46D has a 46-inch underband and a D cup. In US, UK and EU sizing a D cup is written the same way - it's a bust about 4 inches larger than the band (around 50 inches around the fullest point), which makes 46D a US 46D, a UK 46D and an EU 105D. It's a mainstream cup, at the point where standard and full-bust ranges meet.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is 46D a big bra size?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not especially - D is one of the most commonly sold cups, and the letter alone doesn't settle it. Cup volume is measured against the band, so a 46D holds more than a 44D (smaller band) and less than a 48D (larger band) even though all three read D. The band is half the size. A D is the crossover point: the top of the standard range and the start of the full-bust range.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is 46D a UK or US size?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Either - at the D cup it's the same. US and UK sizing agree all the way up to DD, so a UK 46D and a US 46D are identical. The two systems only split higher up: a UK E is a US DDD, and a UK F is a US G. D is the last easy one to shop across borders.\"}},\n    {\"@type\":\"Question\",\"name\":\"What is a 46D in US sizing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Also 46D. A 4-inch difference between bust and band is a D cup in both US and UK sizing, so the letter doesn't change. This is different from larger UK cups (FF, GG) that get rewritten in US letters - a D stays a D.\"}},\n    {\"@type\":\"Question\",\"name\":\"What is a 46D in EU sizing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A 46D is an EU 105D. The band converts from inches to centimetres (46 inches = EU 105), but the cup letter stays D - the D cup is one of the few that lands on the same letter in US, UK and EU sizing. In France or Spain the same size reads 120D.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is a 46D bigger than a 46C?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, by one cup. On the same 46 band, each step up the alphabet adds cup volume, so a 46D is one cup larger than a 46C and one cup smaller than a 46DD. If a C gapes at the top or a DD spills over, D is the size in between.\"}},\n    {\"@type\":\"Question\",\"name\":\"What's the difference between 46D and 46DD?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"One cup. A DD (a US and UK DD alike) holds about an inch more projection than a D on the same band. If your 46D cup cuts in, spills over the top or the underarm, the next size up is 46DD - not a bigger band.\"}},\n    {\"@type\":\"Question\",\"name\":\"What are the sister sizes for 46D?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"44DD and 48C - the same cup volume on a different band. Drop to 44DD for a firmer band, move up to 48C for a looser one. Use a sister size when the cup fits but the band doesn't, or when your size is sold out in the style you want.\"}},\n    {\"@type\":\"Question\",\"name\":\"How do I measure for a 46D at home?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Measure snugly around your ribcage under the bust for the band, then around the fullest point with the tape level. Subtract the first from the second: a 4-inch difference on a 46 band points to a D cup. Treat it as a starting size and let the fit checks decide.\"}},\n    {\"@type\":\"Question\",\"name\":\"What bra styles work best for a 46D?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Almost anything - D is a well-served cup, so t-shirt, plunge, balconette, strapless and sports styles all come in it. Look for a firm band and a supportive cup; a moulded t-shirt bra works smoothly under knits, and a balconette lifts and shapes for a rounder neckline.\"}}\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"ItemList\",\n  \"name\": \"46D Bras \u0026 Related Edits\",\n  \"description\": \"46D bras (D cup \/ EU 105D) and related bra edits, curated by HauteFlair.\",\n  \"itemListElement\": [\n    {\"@type\":\"ListItem\",\"position\":1,\"name\":\"46D Bras\",\"url\":\"https:\/\/hauteflair.com\/collections\/46d-bras\"},\n    {\"@type\":\"ListItem\",\"position\":2,\"name\":\"T-Shirt Bras\",\"url\":\"https:\/\/hauteflair.com\/collections\/t-shirt-bras\"},\n    {\"@type\":\"ListItem\",\"position\":3,\"name\":\"Strapless Bras\",\"url\":\"https:\/\/hauteflair.com\/collections\/strapless-bra\"},\n    {\"@type\":\"ListItem\",\"position\":4,\"name\":\"Sports Bras\",\"url\":\"https:\/\/hauteflair.com\/collections\/sports-bras\"},\n    {\"@type\":\"ListItem\",\"position\":5,\"name\":\"Full Figure Bras\",\"url\":\"https:\/\/hauteflair.com\/collections\/full-figure-bras\"},\n    {\"@type\":\"ListItem\",\"position\":6,\"name\":\"Minimizer Bras\",\"url\":\"https:\/\/hauteflair.com\/collections\/minimizer-bras\"}\n  ]\n}\n\u003c\/script\u003e","products":[{"product_id":"dominique-seamless-bra-3501","title":"Aimee EveryDay Contour Bra 3500","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eAimee EveryDay Contour Bra 3500\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ nude","offer_id":9778126213,"sku":"DOM-BRA-3500-2201","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ black","offer_id":9778255365,"sku":"DOM-BRA-3500-2202","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ nude","offer_id":9778255429,"sku":"DOM-BRA-3500-2203","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ black","offer_id":9778255493,"sku":"DOM-BRA-3500-2204","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ nude","offer_id":9778255557,"sku":"DOM-BRA-3500-2205","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ black","offer_id":9778255621,"sku":"DOM-BRA-3500-2206","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ nude","offer_id":9778255685,"sku":"DOM-BRA-3500-2207","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ black","offer_id":9778255749,"sku":"DOM-BRA-3500-2208","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ nude","offer_id":9778255813,"sku":"DOM-BRA-3500-2209","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ black","offer_id":9778255877,"sku":"DOM-BRA-3500-2210","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ nude","offer_id":9778255941,"sku":"DOM-BRA-3500-2211","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ black","offer_id":9778256005,"sku":"DOM-BRA-3500-2212","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ nude","offer_id":9778256069,"sku":"DOM-BRA-3500-2213","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ black","offer_id":9778256133,"sku":"DOM-BRA-3500-2214","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ nude","offer_id":9778256197,"sku":"DOM-BRA-3500-2215","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":9778256261,"sku":"DOM-BRA-3500-2216","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ nude","offer_id":9778256325,"sku":"DOM-BRA-3500-2217","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":9778256389,"sku":"DOM-BRA-3500-2218","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ nude","offer_id":9778256453,"sku":"DOM-BRA-3500-2219","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":9778256517,"sku":"DOM-BRA-3500-2220","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ nude","offer_id":9778256581,"sku":"DOM-BRA-3500-2221","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ black","offer_id":9778256645,"sku":"DOM-BRA-3500-2222","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ nude","offer_id":9778256709,"sku":"DOM-BRA-3500-2223","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":9778256773,"sku":"DOM-BRA-3500-2224","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ nude","offer_id":9778256837,"sku":"DOM-BRA-3500-2225","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":9778256901,"sku":"DOM-BRA-3500-2226","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ nude","offer_id":9778256965,"sku":"DOM-BRA-3500-2227","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":9778257029,"sku":"DOM-BRA-3500-2228","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ nude","offer_id":9778257093,"sku":"DOM-BRA-3500-2229","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":9778257157,"sku":"DOM-BRA-3500-2230","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ nude","offer_id":9778257221,"sku":"DOM-BRA-3500-2231","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ black","offer_id":9778257285,"sku":"DOM-BRA-3500-2232","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ nude","offer_id":9778257349,"sku":"DOM-BRA-3500-2233","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":9778257413,"sku":"DOM-BRA-3500-2234","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ nude","offer_id":9778257477,"sku":"DOM-BRA-3500-2235","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":9778257541,"sku":"DOM-BRA-3500-2236","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ nude","offer_id":9778257605,"sku":"DOM-BRA-3500-2237","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":9778257669,"sku":"DOM-BRA-3500-2238","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ nude","offer_id":9778257733,"sku":"DOM-BRA-3500-2239","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":9778257797,"sku":"DOM-BRA-3500-2240","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ nude","offer_id":9778257989,"sku":"DOM-BRA-3500-2243","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":9778258053,"sku":"DOM-BRA-3500-2244","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ nude","offer_id":9778258117,"sku":"DOM-BRA-3500-2245","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":9778258181,"sku":"DOM-BRA-3500-2246","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ nude","offer_id":9778258245,"sku":"DOM-BRA-3500-2247","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":9778258309,"sku":"DOM-BRA-3500-2248","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ nude","offer_id":9778258373,"sku":"DOM-BRA-3500-2249","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":9778258437,"sku":"DOM-BRA-3500-2250","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ nude","offer_id":9778258629,"sku":"DOM-BRA-3500-2253","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":9778258693,"sku":"DOM-BRA-3500-2254","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ nude","offer_id":9778258757,"sku":"DOM-BRA-3500-2255","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":9778258821,"sku":"DOM-BRA-3500-2256","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ nude","offer_id":9778258885,"sku":"DOM-BRA-3500-2257","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":9778258949,"sku":"DOM-BRA-3500-2258","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ nude","offer_id":9778259013,"sku":"DOM-BRA-3500-2259","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":9778259077,"sku":"DOM-BRA-3500-2260","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ nude","offer_id":9778259269,"sku":"DOM-BRA-3500-2263","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ black","offer_id":9778259333,"sku":"DOM-BRA-3500-2264","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ nude","offer_id":9778259397,"sku":"DOM-BRA-3500-2265","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":9778259461,"sku":"DOM-BRA-3500-2266","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ nude","offer_id":9778259525,"sku":"DOM-BRA-3500-2267","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":9778259589,"sku":"DOM-BRA-3500-2268","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ nude","offer_id":9778259909,"sku":"DOM-BRA-3500-2273","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ black","offer_id":9778259973,"sku":"DOM-BRA-3500-2274","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ nude","offer_id":9778260037,"sku":"DOM-BRA-3500-2275","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":9778260101,"sku":"DOM-BRA-3500-2276","price":54.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ nude","offer_id":9778260549,"sku":"DOM-BRA-3500-2283","price":54.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ black","offer_id":9778260613,"sku":"DOM-BRA-3500-2284","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-32-a-nude-dominique-aimee-everyday-contour-bra-3500-28194437857326.jpg?v=1625114319"},{"product_id":"dominique-marcelle-soft-cup-comfort-bra-5360","title":"Marcelle Soft Cup Comfort Bra 5360","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eMarcelle Soft Cup Comfort Bra 5360\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"34 \/ B \/ black","offer_id":9783181189,"sku":"DOM-BRA-5360-2001","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ white","offer_id":9783231301,"sku":"DOM-BRA-5360-2003","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ champagne","offer_id":9783231237,"sku":"DOM-BRA-5360-2002","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":9783231365,"sku":"DOM-BRA-5360-2004","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ white","offer_id":9783231493,"sku":"DOM-BRA-5360-2006","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ champagne","offer_id":9783231429,"sku":"DOM-BRA-5360-2005","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":9783231557,"sku":"DOM-BRA-5360-2007","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ white","offer_id":9783231685,"sku":"DOM-BRA-5360-2009","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ champagne","offer_id":9783231621,"sku":"DOM-BRA-5360-2008","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":9783231749,"sku":"DOM-BRA-5360-2010","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ white","offer_id":9783231877,"sku":"DOM-BRA-5360-2012","price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ champagne","offer_id":9783231813,"sku":"DOM-BRA-5360-2011","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":9783232005,"sku":"DOM-BRA-5360-2013","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ white","offer_id":9783232133,"sku":"DOM-BRA-5360-2015","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ champagne","offer_id":9783232069,"sku":"DOM-BRA-5360-2014","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":9783232197,"sku":"DOM-BRA-5360-2016","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ white","offer_id":9783232325,"sku":"DOM-BRA-5360-2018","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ champagne","offer_id":9783232261,"sku":"DOM-BRA-5360-2017","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":9783232389,"sku":"DOM-BRA-5360-2019","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ white","offer_id":9783232517,"sku":"DOM-BRA-5360-2021","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ champagne","offer_id":9783232453,"sku":"DOM-BRA-5360-2020","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":9783232581,"sku":"DOM-BRA-5360-2022","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ white","offer_id":9783232709,"sku":"DOM-BRA-5360-2024","price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ champagne","offer_id":9783232645,"sku":"DOM-BRA-5360-2023","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":9783232773,"sku":"DOM-BRA-5360-2025","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ white","offer_id":9783232901,"sku":"DOM-BRA-5360-2027","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ champagne","offer_id":9783232837,"sku":"DOM-BRA-5360-2026","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":9783232965,"sku":"DOM-BRA-5360-2028","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ white","offer_id":9783233093,"sku":"DOM-BRA-5360-2030","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ champagne","offer_id":9783233029,"sku":"DOM-BRA-5360-2029","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":9783233157,"sku":"DOM-BRA-5360-2031","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ white","offer_id":9783233285,"sku":"DOM-BRA-5360-2033","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ champagne","offer_id":9783233221,"sku":"DOM-BRA-5360-2032","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":9783233349,"sku":"DOM-BRA-5360-2034","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ white","offer_id":9783233477,"sku":"DOM-BRA-5360-2036","price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ champagne","offer_id":9783233413,"sku":"DOM-BRA-5360-2035","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":9783233541,"sku":"DOM-BRA-5360-2037","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ white","offer_id":9783233669,"sku":"DOM-BRA-5360-2039","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ champagne","offer_id":9783233605,"sku":"DOM-BRA-5360-2038","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":9783233733,"sku":"DOM-BRA-5360-2040","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ white","offer_id":9783233861,"sku":"DOM-BRA-5360-2042","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ champagne","offer_id":9783233797,"sku":"DOM-BRA-5360-2041","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":9783233925,"sku":"DOM-BRA-5360-2043","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ white","offer_id":9783234117,"sku":"DOM-BRA-5360-2045","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ champagne","offer_id":9783233989,"sku":"DOM-BRA-5360-2044","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":9783234181,"sku":"DOM-BRA-5360-2046","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ white","offer_id":9783234309,"sku":"DOM-BRA-5360-2048","price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ champagne","offer_id":9783234245,"sku":"DOM-BRA-5360-2047","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":9783234373,"sku":"DOM-BRA-5360-2049","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ white","offer_id":9783234501,"sku":"DOM-BRA-5360-2051","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ champagne","offer_id":9783234437,"sku":"DOM-BRA-5360-2050","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":9783234565,"sku":"DOM-BRA-5360-2052","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ white","offer_id":9783234693,"sku":"DOM-BRA-5360-2054","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ champagne","offer_id":9783234629,"sku":"DOM-BRA-5360-2053","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":9783234757,"sku":"DOM-BRA-5360-2055","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ white","offer_id":9783234885,"sku":"DOM-BRA-5360-2057","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ champagne","offer_id":9783234821,"sku":"DOM-BRA-5360-2056","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":9783234949,"sku":"DOM-BRA-5360-2058","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ white","offer_id":9783235077,"sku":"DOM-BRA-5360-2060","price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ champagne","offer_id":9783235013,"sku":"DOM-BRA-5360-2059","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ black","offer_id":9783235141,"sku":"DOM-BRA-5360-2061","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ white","offer_id":9783235269,"sku":"DOM-BRA-5360-2063","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ champagne","offer_id":9783235205,"sku":"DOM-BRA-5360-2062","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":9783235333,"sku":"DOM-BRA-5360-2064","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ white","offer_id":9783235461,"sku":"DOM-BRA-5360-2066","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ champagne","offer_id":9783235397,"sku":"DOM-BRA-5360-2065","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":9783235525,"sku":"DOM-BRA-5360-2067","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ white","offer_id":9783235717,"sku":"DOM-BRA-5360-2069","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ champagne","offer_id":9783235653,"sku":"DOM-BRA-5360-2068","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ black","offer_id":9783235845,"sku":"DOM-BRA-5360-2070","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ white","offer_id":9783235973,"sku":"DOM-BRA-5360-2072","price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ champagne","offer_id":9783235909,"sku":"DOM-BRA-5360-2071","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ black","offer_id":9783236037,"sku":"DOM-BRA-5360-2073","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ white","offer_id":9783236165,"sku":"DOM-BRA-5360-2075","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ champagne","offer_id":9783236101,"sku":"DOM-BRA-5360-2074","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":9783236229,"sku":"DOM-BRA-5360-2076","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ white","offer_id":9783236357,"sku":"DOM-BRA-5360-2078","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ champagne","offer_id":9783236293,"sku":"DOM-BRA-5360-2077","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ black","offer_id":9783236421,"sku":"DOM-BRA-5360-2079","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ white","offer_id":9783236549,"sku":"DOM-BRA-5360-2081","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ champagne","offer_id":9783236485,"sku":"DOM-BRA-5360-2080","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ black","offer_id":9783236613,"sku":"DOM-BRA-5360-2082","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ white","offer_id":9783236741,"sku":"DOM-BRA-5360-2084","price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ champagne","offer_id":9783236677,"sku":"DOM-BRA-5360-2083","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ black","offer_id":9783236805,"sku":"DOM-BRA-5360-2085","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ white","offer_id":9783236933,"sku":"DOM-BRA-5360-2087","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ champagne","offer_id":9783236869,"sku":"DOM-BRA-5360-2086","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ black","offer_id":9783236997,"sku":"DOM-BRA-5360-2088","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ white","offer_id":9783237125,"sku":"DOM-BRA-5360-2090","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ champagne","offer_id":9783237061,"sku":"DOM-BRA-5360-2089","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ black","offer_id":9783237189,"sku":"DOM-BRA-5360-2091","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ white","offer_id":9783237317,"sku":"DOM-BRA-5360-2093","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ champagne","offer_id":9783237253,"sku":"DOM-BRA-5360-2092","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ black","offer_id":9783237381,"sku":"DOM-BRA-5360-2094","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ white","offer_id":9783237509,"sku":"DOM-BRA-5360-2096","price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ champagne","offer_id":9783237445,"sku":"DOM-BRA-5360-2095","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-34-b-black-marcelle-soft-cup-comfort-bra-5360-6831026629.jpg?v=1625221134"},{"product_id":"dominique-marcelle-soft-cup-comfort-bra-5361","title":"Marcelle Soft Cup Comfort Bra 5360","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eMarcelle Soft Cup Comfort Bra 5360\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"34 \/ B \/ black","offer_id":6387068805,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ champagne","offer_id":6387068869,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ white","offer_id":6387068933,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":6387068997,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ champagne","offer_id":6387069061,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ white","offer_id":6387069125,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":6387069189,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ champagne","offer_id":6387069253,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ white","offer_id":6387069317,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD(E) \/ black","offer_id":6387069381,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD(E) \/ champagne","offer_id":6387069445,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD(E) \/ white","offer_id":6387069509,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":6387069573,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ champagne","offer_id":6387069637,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ white","offer_id":6387069701,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":6387069765,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ champagne","offer_id":6387069829,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ white","offer_id":6387069893,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":6387069957,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ champagne","offer_id":6387070021,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ white","offer_id":6387070085,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD(E) \/ black","offer_id":6387070149,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD(E) \/ champagne","offer_id":6387070213,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD(E) \/ white","offer_id":6387070277,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":6387070341,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ champagne","offer_id":6387070405,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ white","offer_id":6387070469,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":6387070533,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ champagne","offer_id":6387070597,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ white","offer_id":6387070661,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":6387070725,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ champagne","offer_id":6387070789,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ white","offer_id":6387070853,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD(E) \/ black","offer_id":6387070917,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD(E) \/ champagne","offer_id":6387070981,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD(E) \/ white","offer_id":6387071045,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":6387071109,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ champagne","offer_id":6387071173,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ white","offer_id":6387071237,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":6387071301,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ champagne","offer_id":6387071365,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ white","offer_id":6387071429,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":6387071493,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ champagne","offer_id":6387071557,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ white","offer_id":6387071621,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD(E) \/ black","offer_id":6387071685,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD(E) \/ champagne","offer_id":6387071749,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD(E) \/ white","offer_id":6387071813,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":6387071877,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ champagne","offer_id":6387071941,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ white","offer_id":6387072005,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":6387072069,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ champagne","offer_id":6387072133,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ white","offer_id":6387072197,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":6387072261,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ champagne","offer_id":6387072325,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ white","offer_id":6387072389,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD(E) \/ black","offer_id":6387072453,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD(E) \/ champagne","offer_id":6387072517,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD(E) \/ white","offer_id":6387072581,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ black","offer_id":6387072645,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ champagne","offer_id":6387072709,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ white","offer_id":6387072773,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":6387072837,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ champagne","offer_id":6387072901,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ white","offer_id":6387072965,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":6387073029,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ champagne","offer_id":6387073093,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ white","offer_id":6387073157,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD(E) \/ black","offer_id":6387073221,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD(E) \/ champagne","offer_id":6387073285,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD(E) \/ white","offer_id":6387073349,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ black","offer_id":6387073413,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ champagne","offer_id":6387073477,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ white","offer_id":6387073541,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":6387073605,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ champagne","offer_id":6387073669,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ white","offer_id":6387073733,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ black","offer_id":6387073797,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ champagne","offer_id":6387073861,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ white","offer_id":6387073925,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD(E) \/ black","offer_id":6387073989,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD(E) \/ champagne","offer_id":6387074053,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD(E) \/ white","offer_id":6387074117,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ black","offer_id":6387074181,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ champagne","offer_id":6387074245,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ white","offer_id":6387074309,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ black","offer_id":6387074373,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ champagne","offer_id":6387074437,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ white","offer_id":6387074501,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ black","offer_id":6387074565,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ champagne","offer_id":6387074629,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ white","offer_id":6387074693,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD(E) \/ black","offer_id":6387074757,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD(E) \/ champagne","offer_id":6387074821,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD(E) \/ white","offer_id":6387074885,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-34-b-champagne-dominique-marcelle-soft-cup-comfort-bra-5360-28291299115054.jpg?v=1628555571"},{"product_id":"dominique-embroidered-corset-bridal-bra-8900","title":"Rosemarie Embroidered Corset Bridal Bra 8900","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eRosemarie Embroidered Corset Bridal Bra 8900\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ B \/ bone","offer_id":9777019333,"sku":"DOM-BRI-8900-2301","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ bone","offer_id":9777174277,"sku":"DOM-BRI-8900-2302","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ bone","offer_id":9777174341,"sku":"DOM-BRI-8900-2303","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD \/ bone","offer_id":9777174405,"sku":"DOM-BRI-8900-2304","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ bone","offer_id":9777174469,"sku":"DOM-BRI-8900-2305","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ bone","offer_id":9777174533,"sku":"DOM-BRI-8900-2306","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ bone","offer_id":9777174597,"sku":"DOM-BRI-8900-2307","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ bone","offer_id":9777174661,"sku":"DOM-BRI-8900-2308","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ bone","offer_id":9777174725,"sku":"DOM-BRI-8900-2309","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD \/ bone","offer_id":9777174789,"sku":"DOM-BRI-8900-2310","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ bone","offer_id":9777174853,"sku":"DOM-BRI-8900-2311","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ bone","offer_id":9777174917,"sku":"DOM-BRI-8900-2312","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ bone","offer_id":9777174981,"sku":"DOM-BRI-8900-2313","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ bone","offer_id":9777175045,"sku":"DOM-BRI-8900-2314","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ bone","offer_id":9777175109,"sku":"DOM-BRI-8900-2315","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD \/ bone","offer_id":9777175173,"sku":"DOM-BRI-8900-2316","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ bone","offer_id":9777175237,"sku":"DOM-BRI-8900-2317","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ bone","offer_id":9777175301,"sku":"DOM-BRI-8900-2318","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ bone","offer_id":9777175365,"sku":"DOM-BRI-8900-2319","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ bone","offer_id":9777175429,"sku":"DOM-BRI-8900-2320","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ bone","offer_id":9777175493,"sku":"DOM-BRI-8900-2321","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD \/ bone","offer_id":9777175621,"sku":"DOM-BRI-8900-2322","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ bone","offer_id":9777175685,"sku":"DOM-BRI-8900-2323","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ bone","offer_id":9777175749,"sku":"DOM-BRI-8900-2324","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ bone","offer_id":9777175877,"sku":"DOM-BRI-8900-2326","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ bone","offer_id":9777175941,"sku":"DOM-BRI-8900-2327","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD \/ bone","offer_id":9777176005,"sku":"DOM-BRI-8900-2328","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ bone","offer_id":9777176069,"sku":"DOM-BRI-8900-2329","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ bone","offer_id":9777176133,"sku":"DOM-BRI-8900-2330","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ bone","offer_id":9777176197,"sku":"DOM-BRI-8900-2331","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ bone","offer_id":9777176261,"sku":"DOM-BRI-8900-2332","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ bone","offer_id":9777176325,"sku":"DOM-BRI-8900-2333","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD \/ bone","offer_id":9777176389,"sku":"DOM-BRI-8900-2334","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ bone","offer_id":9777176453,"sku":"DOM-BRI-8900-2335","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ bone","offer_id":9777176517,"sku":"DOM-BRI-8900-2336","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ bone","offer_id":9777176581,"sku":"DOM-BRI-8900-2337","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ bone","offer_id":9777176645,"sku":"DOM-BRI-8900-2338","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ bone","offer_id":9777176709,"sku":"DOM-BRI-8900-2339","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD \/ bone","offer_id":9777176773,"sku":"DOM-BRI-8900-2340","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ bone","offer_id":9777176837,"sku":"DOM-BRI-8900-2341","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ bone","offer_id":9777176965,"sku":"DOM-BRI-8900-2342","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ bone","offer_id":9777177029,"sku":"DOM-BRI-8900-2343","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ bone","offer_id":9777177093,"sku":"DOM-BRI-8900-2344","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ bone","offer_id":9777177157,"sku":"DOM-BRI-8900-2345","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD \/ bone","offer_id":9777177221,"sku":"DOM-BRI-8900-2346","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ bone","offer_id":9777177285,"sku":"DOM-BRI-8900-2347","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ bone","offer_id":9777177349,"sku":"DOM-BRI-8900-2348","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ bone","offer_id":9777177477,"sku":"DOM-BRI-8900-2350","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ bone","offer_id":9777177541,"sku":"DOM-BRI-8900-2351","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD \/ bone","offer_id":9777177605,"sku":"DOM-BRI-8900-2352","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ bone","offer_id":9777177669,"sku":"DOM-BRI-8900-2353","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ bone","offer_id":9777177733,"sku":"DOM-BRI-8900-2354","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ bone","offer_id":9777274949,"sku":"DOM-BRI-8900-2325","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-dominique-rosemarie-embroidered-corset-bridal-bra-8900-4485279621.jpg?v=1625143855"},{"product_id":"dominique-torsolette-bridal-bra-8949","title":"Torsolette Lace Bridal Corset Bra 8949","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eTorsolette Lace Bridal Corset Bra 8949\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ white","offer_id":9779929797,"sku":"DOM-BRI-8949-2601","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ ivory","offer_id":9780362181,"sku":"DOM-BRI-8949-2602","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ white","offer_id":9780362245,"sku":"DOM-BRI-8949-2603","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ ivory","offer_id":9780362309,"sku":"DOM-BRI-8949-2604","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ white","offer_id":9780362373,"sku":"DOM-BRI-8949-2605","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ ivory","offer_id":9780362437,"sku":"DOM-BRI-8949-2606","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ white","offer_id":9780362501,"sku":"DOM-BRI-8949-2607","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ ivory","offer_id":9780362565,"sku":"DOM-BRI-8949-2608","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ white","offer_id":9780362629,"sku":"DOM-BRI-8949-2609","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ ivory","offer_id":9780362693,"sku":"DOM-BRI-8949-2610","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ white","offer_id":9780362757,"sku":"DOM-BRI-8949-2611","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ ivory","offer_id":9780362821,"sku":"DOM-BRI-8949-2612","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ white","offer_id":9780362885,"sku":"DOM-BRI-8949-2613","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ ivory","offer_id":9780362949,"sku":"DOM-BRI-8949-2614","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ white","offer_id":9780363013,"sku":"DOM-BRI-8949-2615","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ ivory","offer_id":9780363077,"sku":"DOM-BRI-8949-2616","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ white","offer_id":9780363141,"sku":"DOM-BRI-8949-2617","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ ivory","offer_id":9780363205,"sku":"DOM-BRI-8949-2618","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ white","offer_id":9780363269,"sku":"DOM-BRI-8949-2619","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ ivory","offer_id":9780363333,"sku":"DOM-BRI-8949-2620","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ white","offer_id":9780363397,"sku":"DOM-BRI-8949-2621","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ ivory","offer_id":9780363461,"sku":"DOM-BRI-8949-2622","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ white","offer_id":9780363525,"sku":"DOM-BRI-8949-2623","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ ivory","offer_id":9780363589,"sku":"DOM-BRI-8949-2624","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ white","offer_id":9780363653,"sku":"DOM-BRI-8949-2625","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ ivory","offer_id":9780363717,"sku":"DOM-BRI-8949-2626","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ white","offer_id":9780363781,"sku":"DOM-BRI-8949-2627","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ ivory","offer_id":9780363845,"sku":"DOM-BRI-8949-2628","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ white","offer_id":9780363909,"sku":"DOM-BRI-8949-2629","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ ivory","offer_id":9780363973,"sku":"DOM-BRI-8949-2630","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ white","offer_id":9780364037,"sku":"DOM-BRI-8949-2631","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ ivory","offer_id":9780364101,"sku":"DOM-BRI-8949-2632","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ white","offer_id":9780364165,"sku":"DOM-BRI-8949-2633","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ ivory","offer_id":9780364229,"sku":"DOM-BRI-8949-2634","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ white","offer_id":9780364293,"sku":"DOM-BRI-8949-2635","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ ivory","offer_id":9780364357,"sku":"DOM-BRI-8949-2636","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ white","offer_id":9780364421,"sku":"DOM-BRI-8949-2637","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ ivory","offer_id":9780364485,"sku":"DOM-BRI-8949-2638","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ white","offer_id":9780364549,"sku":"DOM-BRI-8949-2639","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ ivory","offer_id":9780364613,"sku":"DOM-BRI-8949-2640","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ white","offer_id":9780364677,"sku":"DOM-BRI-8949-2641","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ ivory","offer_id":9780364741,"sku":"DOM-BRI-8949-2642","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ white","offer_id":9780364805,"sku":"DOM-BRI-8949-2643","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ ivory","offer_id":9780364869,"sku":"DOM-BRI-8949-2644","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ white","offer_id":9780364933,"sku":"DOM-BRI-8949-2645","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ ivory","offer_id":9780365061,"sku":"DOM-BRI-8949-2646","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ white","offer_id":9780365125,"sku":"DOM-BRI-8949-2647","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ ivory","offer_id":9780365189,"sku":"DOM-BRI-8949-2648","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ A \/ white","offer_id":9780365253,"sku":"DOM-BRI-8949-2649","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ A \/ ivory","offer_id":9780365317,"sku":"DOM-BRI-8949-2650","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ white","offer_id":9780365381,"sku":"DOM-BRI-8949-2651","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ ivory","offer_id":9780365445,"sku":"DOM-BRI-8949-2652","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ white","offer_id":9780365509,"sku":"DOM-BRI-8949-2653","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ ivory","offer_id":9780365573,"sku":"DOM-BRI-8949-2654","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ white","offer_id":9780365637,"sku":"DOM-BRI-8949-2655","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ ivory","offer_id":9780365701,"sku":"DOM-BRI-8949-2656","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ white","offer_id":9780365765,"sku":"DOM-BRI-8949-2657","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ ivory","offer_id":9780365829,"sku":"DOM-BRI-8949-2658","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ white","offer_id":9780365893,"sku":"DOM-BRI-8949-2659","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ ivory","offer_id":9780365957,"sku":"DOM-BRI-8949-2660","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ A \/ white","offer_id":9780366021,"sku":"DOM-BRI-8949-2661","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ A \/ ivory","offer_id":9780366085,"sku":"DOM-BRI-8949-2662","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ white","offer_id":9780366149,"sku":"DOM-BRI-8949-2663","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ ivory","offer_id":9780366213,"sku":"DOM-BRI-8949-2664","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ white","offer_id":9780366277,"sku":"DOM-BRI-8949-2665","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ ivory","offer_id":9780366341,"sku":"DOM-BRI-8949-2666","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ white","offer_id":9780366405,"sku":"DOM-BRI-8949-2667","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ ivory","offer_id":9780366469,"sku":"DOM-BRI-8949-2668","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ white","offer_id":9780366533,"sku":"DOM-BRI-8949-2669","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ ivory","offer_id":9780366597,"sku":"DOM-BRI-8949-2670","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ white","offer_id":9780366661,"sku":"DOM-BRI-8949-2671","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ ivory","offer_id":9780366725,"sku":"DOM-BRI-8949-2672","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ A \/ white","offer_id":9780366789,"sku":"DOM-BRI-8949-2673","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ A \/ ivory","offer_id":9780366853,"sku":"DOM-BRI-8949-2674","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ white","offer_id":9780366917,"sku":"DOM-BRI-8949-2675","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ ivory","offer_id":9780366981,"sku":"DOM-BRI-8949-2676","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ white","offer_id":9780367045,"sku":"DOM-BRI-8949-2677","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ ivory","offer_id":9780367109,"sku":"DOM-BRI-8949-2678","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ white","offer_id":9780367237,"sku":"DOM-BRI-8949-2679","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ ivory","offer_id":9780367301,"sku":"DOM-BRI-8949-2680","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ white","offer_id":9780367365,"sku":"DOM-BRI-8949-2681","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ ivory","offer_id":9780367429,"sku":"DOM-BRI-8949-2682","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ white","offer_id":9780367493,"sku":"DOM-BRI-8949-2683","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ ivory","offer_id":9780367557,"sku":"DOM-BRI-8949-2684","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ A \/ white","offer_id":9780367621,"sku":"DOM-BRI-8949-2685","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ A \/ ivory","offer_id":9780367685,"sku":"DOM-BRI-8949-2686","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ white","offer_id":9780367749,"sku":"DOM-BRI-8949-2687","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ ivory","offer_id":9780367813,"sku":"DOM-BRI-8949-2688","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ white","offer_id":9780367877,"sku":"DOM-BRI-8949-2689","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ ivory","offer_id":9780367941,"sku":"DOM-BRI-8949-2690","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ white","offer_id":9780368005,"sku":"DOM-BRI-8949-2691","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ ivory","offer_id":9780368069,"sku":"DOM-BRI-8949-2692","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ white","offer_id":9780368133,"sku":"DOM-BRI-8949-2693","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ ivory","offer_id":9780368197,"sku":"DOM-BRI-8949-2694","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ white","offer_id":9780368261,"sku":"DOM-BRI-8949-2695","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ ivory","offer_id":9780368325,"sku":"DOM-BRI-8949-2696","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bridal-lingerie-corset-32-a-white-torsolette-lace-bridal-corset-bra-8949-28312678596654.jpg?v=1628383691"},{"product_id":"dominique-satin-corset-bridal-bra-8950","title":"Juliette Satin Corset Bridal Bra 8950","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eJuliette Satin Corset Bridal Bra 8950\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ white","offer_id":9798389445,"sku":"DOM-BRI-8950-2001","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ white","offer_id":9798483973,"sku":"DOM-BRI-8950-2002","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ white","offer_id":9798484037,"sku":"DOM-BRI-8950-2003","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ white","offer_id":9798484101,"sku":"DOM-BRI-8950-2004","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ E \/ white","offer_id":9798484165,"sku":"DOM-BRI-8950-2005","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ white","offer_id":9798484229,"sku":"DOM-BRI-8950-2006","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ white","offer_id":9798484293,"sku":"DOM-BRI-8950-2007","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ white","offer_id":9798484357,"sku":"DOM-BRI-8950-2008","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ white","offer_id":9798484421,"sku":"DOM-BRI-8950-2009","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ white","offer_id":9798484485,"sku":"DOM-BRI-8950-2010","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ E \/ white","offer_id":9798484549,"sku":"DOM-BRI-8950-2011","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ white","offer_id":9798484613,"sku":"DOM-BRI-8950-2012","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ white","offer_id":9798484677,"sku":"DOM-BRI-8950-2013","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ white","offer_id":9798484741,"sku":"DOM-BRI-8950-2014","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ white","offer_id":9798484805,"sku":"DOM-BRI-8950-2015","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ white","offer_id":9798484869,"sku":"DOM-BRI-8950-2016","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ E \/ white","offer_id":9798484933,"sku":"DOM-BRI-8950-2017","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ white","offer_id":9798484997,"sku":"DOM-BRI-8950-2018","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ white","offer_id":9798485061,"sku":"DOM-BRI-8950-2019","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ white","offer_id":9798485125,"sku":"DOM-BRI-8950-2020","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ white","offer_id":9798485189,"sku":"DOM-BRI-8950-2021","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ white","offer_id":9798485253,"sku":"DOM-BRI-8950-2022","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ E \/ white","offer_id":9798485317,"sku":"DOM-BRI-8950-2023","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ white","offer_id":9798485381,"sku":"DOM-BRI-8950-2024","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ white","offer_id":9798485509,"sku":"DOM-BRI-8950-2026","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ white","offer_id":9798485573,"sku":"DOM-BRI-8950-2027","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ white","offer_id":9798485637,"sku":"DOM-BRI-8950-2028","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ E \/ white","offer_id":9798485701,"sku":"DOM-BRI-8950-2029","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ white","offer_id":9798485765,"sku":"DOM-BRI-8950-2030","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ white","offer_id":9798485893,"sku":"DOM-BRI-8950-2032","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ white","offer_id":9798485957,"sku":"DOM-BRI-8950-2033","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ white","offer_id":9798486021,"sku":"DOM-BRI-8950-2034","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ E \/ white","offer_id":9798486149,"sku":"DOM-BRI-8950-2035","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ white","offer_id":9798486277,"sku":"DOM-BRI-8950-2036","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ white","offer_id":9798486405,"sku":"DOM-BRI-8950-2038","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ white","offer_id":9798486469,"sku":"DOM-BRI-8950-2039","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ white","offer_id":9798486533,"sku":"DOM-BRI-8950-2040","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ E \/ white","offer_id":9798486597,"sku":"DOM-BRI-8950-2041","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ white","offer_id":9798486661,"sku":"DOM-BRI-8950-2042","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ white","offer_id":9798486789,"sku":"DOM-BRI-8950-2044","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ white","offer_id":9798486853,"sku":"DOM-BRI-8950-2045","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ white","offer_id":9798486917,"sku":"DOM-BRI-8950-2046","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ E \/ white","offer_id":9798486981,"sku":"DOM-BRI-8950-2047","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ white","offer_id":9798487045,"sku":"DOM-BRI-8950-2048","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ white","offer_id":9798487173,"sku":"DOM-BRI-8950-2050","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ white","offer_id":9798487237,"sku":"DOM-BRI-8950-2051","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ white","offer_id":9798487301,"sku":"DOM-BRI-8950-2052","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ E \/ white","offer_id":9798487365,"sku":"DOM-BRI-8950-2053","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ white","offer_id":9798487429,"sku":"DOM-BRI-8950-2054","price":79.0,"currency_code":"USD","in_stock":true},{"title":"50 \/ C \/ white","offer_id":9798487621,"sku":"DOM-BRI-8950-2057","price":79.0,"currency_code":"USD","in_stock":true},{"title":"50 \/ E \/ white","offer_id":9798487749,"sku":"DOM-BRI-8950-2059","price":79.0,"currency_code":"USD","in_stock":true},{"title":"50 \/ F \/ white","offer_id":9798487813,"sku":"DOM-BRI-8950-2060","price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ C \/ white","offer_id":9798488005,"sku":"DOM-BRI-8950-2063","price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ D \/ white","offer_id":9798488069,"sku":"DOM-BRI-8950-2064","price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ E \/ white","offer_id":9798488133,"sku":"DOM-BRI-8950-2065","price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ F \/ white","offer_id":9798488197,"sku":"DOM-BRI-8950-2066","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-dominique-juliette-satin-corset-bridal-bra-8950-4487025733.jpg?v=1625128736"},{"product_id":"dominique-juliette-satin-corset-bridal-bra-8950-dominique-bridals","title":"Juliette Satin Corset Bridal Bra 8950","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eJuliette Satin Corset Bridal Bra 8950\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ black","offer_id":9798730565,"sku":"DOM-BRI-8950-2067","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ ivory","offer_id":9798756485,"sku":"DOM-BRI-8950-2068","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ black","offer_id":9798756549,"sku":"DOM-BRI-8950-2069","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ ivory","offer_id":9798756613,"sku":"DOM-BRI-8950-2070","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ black","offer_id":9798756677,"sku":"DOM-BRI-8950-2071","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ ivory","offer_id":9798756741,"sku":"DOM-BRI-8950-2072","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ black","offer_id":9798756805,"sku":"DOM-BRI-8950-2073","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ ivory","offer_id":9798756869,"sku":"DOM-BRI-8950-2074","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ black","offer_id":9798756933,"sku":"DOM-BRI-8950-2075","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ ivory","offer_id":9798756997,"sku":"DOM-BRI-8950-2076","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ black","offer_id":9798757061,"sku":"DOM-BRI-8950-2077","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ ivory","offer_id":9798757125,"sku":"DOM-BRI-8950-2078","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ black","offer_id":9798757189,"sku":"DOM-BRI-8950-2079","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ ivory","offer_id":9798757253,"sku":"DOM-BRI-8950-2080","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ black","offer_id":9798757317,"sku":"DOM-BRI-8950-2081","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ ivory","offer_id":9798757381,"sku":"DOM-BRI-8950-2082","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":9798757445,"sku":"DOM-BRI-8950-2083","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ ivory","offer_id":9798757509,"sku":"DOM-BRI-8950-2084","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":9798757573,"sku":"DOM-BRI-8950-2085","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ ivory","offer_id":9798757637,"sku":"DOM-BRI-8950-2086","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":9798757701,"sku":"DOM-BRI-8950-2087","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ ivory","offer_id":9798757765,"sku":"DOM-BRI-8950-2088","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ black","offer_id":9798757829,"sku":"DOM-BRI-8950-2089","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ ivory","offer_id":9798757893,"sku":"DOM-BRI-8950-2090","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ black","offer_id":9798757957,"sku":"DOM-BRI-8950-2091","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ ivory","offer_id":9798758021,"sku":"DOM-BRI-8950-2092","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":9798758085,"sku":"DOM-BRI-8950-2093","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ ivory","offer_id":9798758149,"sku":"DOM-BRI-8950-2094","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":9798758213,"sku":"DOM-BRI-8950-2095","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ ivory","offer_id":9798758277,"sku":"DOM-BRI-8950-2096","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":9798758341,"sku":"DOM-BRI-8950-2097","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ ivory","offer_id":9798758405,"sku":"DOM-BRI-8950-2098","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":9798758469,"sku":"DOM-BRI-8950-2099","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ ivory","offer_id":9798758533,"sku":"DOM-BRI-8950-2100","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ black","offer_id":9798758597,"sku":"DOM-BRI-8950-2101","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ ivory","offer_id":9798758661,"sku":"DOM-BRI-8950-2102","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ black","offer_id":9798758725,"sku":"DOM-BRI-8950-2103","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ ivory","offer_id":9798758789,"sku":"DOM-BRI-8950-2104","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":9798758853,"sku":"DOM-BRI-8950-2105","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ ivory","offer_id":9798758917,"sku":"DOM-BRI-8950-2106","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":9798758981,"sku":"DOM-BRI-8950-2107","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ ivory","offer_id":9798759045,"sku":"DOM-BRI-8950-2108","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":9798759109,"sku":"DOM-BRI-8950-2109","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ ivory","offer_id":9798759173,"sku":"DOM-BRI-8950-2110","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":9798759237,"sku":"DOM-BRI-8950-2111","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ ivory","offer_id":9798759301,"sku":"DOM-BRI-8950-2112","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ black","offer_id":9798759365,"sku":"DOM-BRI-8950-2113","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ ivory","offer_id":9798759429,"sku":"DOM-BRI-8950-2114","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":9798759493,"sku":"DOM-BRI-8950-2117","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ ivory","offer_id":9798759557,"sku":"DOM-BRI-8950-2118","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":9798759621,"sku":"DOM-BRI-8950-2119","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ ivory","offer_id":9798759685,"sku":"DOM-BRI-8950-2120","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":9798759749,"sku":"DOM-BRI-8950-2121","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ ivory","offer_id":9798759813,"sku":"DOM-BRI-8950-2122","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":9798759877,"sku":"DOM-BRI-8950-2123","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ ivory","offer_id":9798759941,"sku":"DOM-BRI-8950-2124","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ black","offer_id":9798760005,"sku":"DOM-BRI-8950-2125","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ ivory","offer_id":9798760069,"sku":"DOM-BRI-8950-2126","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":9798760133,"sku":"DOM-BRI-8950-2129","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ ivory","offer_id":9798760197,"sku":"DOM-BRI-8950-2130","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":9798760261,"sku":"DOM-BRI-8950-2131","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ ivory","offer_id":9798760325,"sku":"DOM-BRI-8950-2132","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":9798760389,"sku":"DOM-BRI-8950-2133","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ ivory","offer_id":9798760453,"sku":"DOM-BRI-8950-2134","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":9798760517,"sku":"DOM-BRI-8950-2135","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ ivory","offer_id":9798760581,"sku":"DOM-BRI-8950-2136","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ black","offer_id":9798760645,"sku":"DOM-BRI-8950-2137","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ ivory","offer_id":9798760709,"sku":"DOM-BRI-8950-2138","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":9798760773,"sku":"DOM-BRI-8950-2143","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ ivory","offer_id":9798760837,"sku":"DOM-BRI-8950-2144","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":9798760901,"sku":"DOM-BRI-8950-2145","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ ivory","offer_id":9798760965,"sku":"DOM-BRI-8950-2146","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ black","offer_id":9798761029,"sku":"DOM-BRI-8950-2147","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ ivory","offer_id":9798761093,"sku":"DOM-BRI-8950-2148","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ black","offer_id":9798761157,"sku":"DOM-BRI-8950-2149","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ ivory","offer_id":9798761221,"sku":"DOM-BRI-8950-2150","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":9798761285,"sku":"DOM-BRI-8950-2155","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ ivory","offer_id":9798761349,"sku":"DOM-BRI-8950-2156","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ black","offer_id":9798761413,"sku":"DOM-BRI-8950-2157","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ ivory","offer_id":9798761477,"sku":"DOM-BRI-8950-2158","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ black","offer_id":9798761541,"sku":"DOM-BRI-8950-2159","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ ivory","offer_id":9798761605,"sku":"DOM-BRI-8950-2160","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ black","offer_id":9798761669,"sku":"DOM-BRI-8950-2161","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ ivory","offer_id":9798761733,"sku":"DOM-BRI-8950-2162","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ black","offer_id":9798761797,"sku":"DOM-BRI-8950-2167","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ ivory","offer_id":9798761861,"sku":"DOM-BRI-8950-2168","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ black","offer_id":9798761925,"sku":"DOM-BRI-8950-2169","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ ivory","offer_id":9798761989,"sku":"DOM-BRI-8950-2170","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ black","offer_id":9798762053,"sku":"DOM-BRI-8950-2171","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ ivory","offer_id":9798762117,"sku":"DOM-BRI-8950-2172","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ black","offer_id":9798762181,"sku":"DOM-BRI-8950-2173","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ ivory","offer_id":9798762245,"sku":"DOM-BRI-8950-2174","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-dominique-juliette-satin-corset-bridal-bra-8950-6852613573.jpg?v=1625130178"},{"product_id":"dominique-seamless-bra-3500","title":"EveryDay Seamless Bra 3500","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eEveryDay Seamless Bra 3500\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ nude","offer_id":9782843525,"sku":"DOM-BRA-3500-2201","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ black","offer_id":9782843589,"sku":"DOM-BRA-3500-2202","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ nude","offer_id":9782843653,"sku":"DOM-BRA-3500-2203","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ black","offer_id":9782843717,"sku":"DOM-BRA-3500-2204","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ nude","offer_id":9782843781,"sku":"DOM-BRA-3500-2205","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ black","offer_id":9782843845,"sku":"DOM-BRA-3500-2206","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ nude","offer_id":9782843909,"sku":"DOM-BRA-3500-2207","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ black","offer_id":9782843973,"sku":"DOM-BRA-3500-2208","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ nude","offer_id":9782844037,"sku":"DOM-BRA-3500-2209","price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ black","offer_id":9782844101,"sku":"DOM-BRA-3500-2210","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ nude","offer_id":9782844165,"sku":"DOM-BRA-3500-2211","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ black","offer_id":9782844229,"sku":"DOM-BRA-3500-2212","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ nude","offer_id":9782844293,"sku":"DOM-BRA-3500-2213","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ black","offer_id":9782844357,"sku":"DOM-BRA-3500-2214","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ nude","offer_id":9782844421,"sku":"DOM-BRA-3500-2215","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":9782844485,"sku":"DOM-BRA-3500-2216","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ nude","offer_id":9782844549,"sku":"DOM-BRA-3500-2217","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":9782844613,"sku":"DOM-BRA-3500-2218","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ nude","offer_id":9782844677,"sku":"DOM-BRA-3500-2219","price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":9782844741,"sku":"DOM-BRA-3500-2220","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ nude","offer_id":9782844805,"sku":"DOM-BRA-3500-2221","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ black","offer_id":9782844869,"sku":"DOM-BRA-3500-2222","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ nude","offer_id":9782844933,"sku":"DOM-BRA-3500-2223","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":9782844997,"sku":"DOM-BRA-3500-2224","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ nude","offer_id":9782845061,"sku":"DOM-BRA-3500-2225","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":9782845125,"sku":"DOM-BRA-3500-2226","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ nude","offer_id":9782845189,"sku":"DOM-BRA-3500-2227","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":9782845253,"sku":"DOM-BRA-3500-2228","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ nude","offer_id":9782845317,"sku":"DOM-BRA-3500-2229","price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":9782845381,"sku":"DOM-BRA-3500-2230","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ nude","offer_id":9782845445,"sku":"DOM-BRA-3500-2231","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ black","offer_id":9782845509,"sku":"DOM-BRA-3500-2232","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ nude","offer_id":9782845573,"sku":"DOM-BRA-3500-2233","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":9782845637,"sku":"DOM-BRA-3500-2234","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ nude","offer_id":9782845701,"sku":"DOM-BRA-3500-2235","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":9782845765,"sku":"DOM-BRA-3500-2236","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ nude","offer_id":9782845829,"sku":"DOM-BRA-3500-2237","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":9782845893,"sku":"DOM-BRA-3500-2238","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ nude","offer_id":9782845957,"sku":"DOM-BRA-3500-2239","price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":9782846021,"sku":"DOM-BRA-3500-2240","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ nude","offer_id":9782846085,"sku":"DOM-BRA-3500-2243","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":9782846149,"sku":"DOM-BRA-3500-2244","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ nude","offer_id":9782846213,"sku":"DOM-BRA-3500-2245","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":9782846277,"sku":"DOM-BRA-3500-2246","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ nude","offer_id":9782846341,"sku":"DOM-BRA-3500-2247","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":9782846405,"sku":"DOM-BRA-3500-2248","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ nude","offer_id":9782846469,"sku":"DOM-BRA-3500-2249","price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":9782846533,"sku":"DOM-BRA-3500-2250","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ nude","offer_id":9782846597,"sku":"DOM-BRA-3500-2253","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":9782846661,"sku":"DOM-BRA-3500-2254","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ nude","offer_id":9782846725,"sku":"DOM-BRA-3500-2255","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":9782846789,"sku":"DOM-BRA-3500-2256","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ nude","offer_id":9782846853,"sku":"DOM-BRA-3500-2257","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":9782846917,"sku":"DOM-BRA-3500-2258","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ nude","offer_id":9782846981,"sku":"DOM-BRA-3500-2259","price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":9782847045,"sku":"DOM-BRA-3500-2260","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ nude","offer_id":9782847109,"sku":"DOM-BRA-3500-2263","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ black","offer_id":9782847173,"sku":"DOM-BRA-3500-2264","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ nude","offer_id":9782847237,"sku":"DOM-BRA-3500-2265","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":9782847301,"sku":"DOM-BRA-3500-2266","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ nude","offer_id":9782847365,"sku":"DOM-BRA-3500-2267","price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":9782847429,"sku":"DOM-BRA-3500-2268","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ nude","offer_id":9782847493,"sku":"DOM-BRA-3500-2273","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ black","offer_id":9782847557,"sku":"DOM-BRA-3500-2274","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ nude","offer_id":9782847621,"sku":"DOM-BRA-3500-2275","price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":9782847685,"sku":"DOM-BRA-3500-2276","price":54.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ nude","offer_id":9782847749,"sku":"DOM-BRA-3500-2283","price":54.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ black","offer_id":9782847813,"sku":"DOM-BRA-3500-2284","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-32-a-black-dominique-everyday-seamless-bra-3500-28245049049134.jpg?v=1625127280"},{"product_id":"contour-t-shirt-bra-dominique-bras-3501","title":"Lacee Everyday Contour T-Shirt Bra 3501","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eLacee Everyday Contour T-Shirt Bra 3501\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"30 \/ A \/ Nude","offer_id":19857608773,"sku":"Dominique-3501-01","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ A \/ Black","offer_id":19863326021,"sku":"Dominique-3501-02","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ B \/ Nude","offer_id":19863326085,"sku":"Dominique-3501-03","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ B \/ Black","offer_id":19863326149,"sku":"Dominique-3501-04","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ C \/ Nude","offer_id":19863326213,"sku":"Dominique-3501-05","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ C \/ Black","offer_id":19863326277,"sku":"Dominique-3501-06","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ D \/ Nude","offer_id":19863326341,"sku":"Dominique-3501-07","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ D \/ Black","offer_id":19863326405,"sku":"Dominique-3501-08","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ DD\/E \/ Nude","offer_id":19863326469,"sku":"Dominique-3501-09","price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ DD\/E \/ Black","offer_id":19863326533,"sku":"Dominique-3501-010","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ Nude","offer_id":19863326597,"sku":"Dominique-3501-011","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ Black","offer_id":19863326661,"sku":"Dominique-3501-012","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ Nude","offer_id":19863326725,"sku":"Dominique-3501-013","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ Black","offer_id":19863326789,"sku":"Dominique-3501-014","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ Nude","offer_id":19863326853,"sku":"Dominique-3501-015","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ Black","offer_id":19863326917,"sku":"Dominique-3501-016","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ Nude","offer_id":19863326981,"sku":"Dominique-3501-017","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ Black","offer_id":19863327045,"sku":"Dominique-3501-018","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ Nude","offer_id":19863327109,"sku":"Dominique-3501-019","price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ Black","offer_id":19863327173,"sku":"Dominique-3501-020","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ Nude","offer_id":19863327237,"sku":"Dominique-3501-021","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ Black","offer_id":19863327301,"sku":"Dominique-3501-022","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ Nude","offer_id":19863327365,"sku":"Dominique-3501-023","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ Black","offer_id":19863327429,"sku":"Dominique-3501-024","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ Nude","offer_id":19863327493,"sku":"Dominique-3501-025","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ Black","offer_id":19863327557,"sku":"Dominique-3501-026","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ Nude","offer_id":19863327621,"sku":"Dominique-3501-027","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ Black","offer_id":19863327685,"sku":"Dominique-3501-028","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ Nude","offer_id":19863327749,"sku":"Dominique-3501-029","price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ Black","offer_id":19863327813,"sku":"Dominique-3501-030","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ Nude","offer_id":19863327877,"sku":"Dominique-3501-031","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ Black","offer_id":19863327941,"sku":"Dominique-3501-032","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ Nude","offer_id":19863328005,"sku":"Dominique-3501-033","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ Black","offer_id":19863328069,"sku":"Dominique-3501-034","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ Nude","offer_id":19863328133,"sku":"Dominique-3501-035","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ Black","offer_id":19863328197,"sku":"Dominique-3501-036","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ Nude","offer_id":19863328261,"sku":"Dominique-3501-037","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ Black","offer_id":19863328325,"sku":"Dominique-3501-038","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ Nude","offer_id":19863328389,"sku":"Dominique-3501-039","price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ Black","offer_id":19863328453,"sku":"Dominique-3501-040","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ Nude","offer_id":19863328517,"sku":"Dominique-3501-041","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ Black","offer_id":19863328581,"sku":"Dominique-3501-042","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ Nude","offer_id":19863328773,"sku":"Dominique-3501-043","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ Black","offer_id":19863328837,"sku":"Dominique-3501-044","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ Nude","offer_id":19863328901,"sku":"Dominique-3501-045","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ Black","offer_id":19863328965,"sku":"Dominique-3501-046","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ Nude","offer_id":19863329157,"sku":"Dominique-3501-047","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ Black","offer_id":19863329221,"sku":"Dominique-3501-048","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ Nude","offer_id":19863329285,"sku":"Dominique-3501-049","price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ Black","offer_id":19863329349,"sku":"Dominique-3501-050","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ Nude","offer_id":19863329541,"sku":"Dominique-3501-053","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ Black","offer_id":19863329605,"sku":"Dominique-3501-054","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ Nude","offer_id":19863329669,"sku":"Dominique-3501-055","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ Black","offer_id":19863329797,"sku":"Dominique-3501-056","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ Nude","offer_id":19863329861,"sku":"Dominique-3501-057","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ Black","offer_id":19863329989,"sku":"Dominique-3501-058","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ Nude","offer_id":19863330053,"sku":"Dominique-3501-059","price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ Black","offer_id":19863330117,"sku":"Dominique-3501-060","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ A \/ Nude","offer_id":19863330181,"sku":"Dominique-3501-061","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ A \/ Black","offer_id":19863330245,"sku":"Dominique-3501-062","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ Nude","offer_id":19863330309,"sku":"Dominique-3501-063","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ Black","offer_id":19863330373,"sku":"Dominique-3501-064","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ Nude","offer_id":19863330437,"sku":"Dominique-3501-065","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ Black","offer_id":19863330501,"sku":"Dominique-3501-066","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ Nude","offer_id":19863330565,"sku":"Dominique-3501-067","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ Black","offer_id":19863330629,"sku":"Dominique-3501-068","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ Nude","offer_id":19863330693,"sku":"Dominique-3501-069","price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ Black","offer_id":19863330757,"sku":"Dominique-3501-070","price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ Nude","offer_id":19863330949,"sku":"Dominique-3501-073","price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ Black","offer_id":19863331013,"sku":"Dominique-3501-074","price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ Nude","offer_id":19863331077,"sku":"Dominique-3501-075","price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ Black","offer_id":19863331141,"sku":"Dominique-3501-076","price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ Nude","offer_id":19863331205,"sku":"Dominique-3501-077","price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ Black","offer_id":19863331269,"sku":"Dominique-3501-078","price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ Nude","offer_id":19863331589,"sku":"Dominique-3501-083","price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ Black","offer_id":19863331653,"sku":"Dominique-3501-084","price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ Nude","offer_id":19863331717,"sku":"Dominique-3501-085","price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ Black","offer_id":19863331781,"sku":"Dominique-3501-086","price":58.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ Nude","offer_id":19863332229,"sku":"Dominique-3501-093","price":58.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ Black","offer_id":19863332293,"sku":"Dominique-3501-094","price":58.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-30-a-nude-dominique-lacee-everyday-contour-t-shirt-bra-3501-28177076584494.jpg?v=1625132569"},{"product_id":"bridal-corset-bridal-bra-wedding-corset","title":"Rosemaria Embroidered Bra 8900","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eRosemaria Embroidered Bra 8900\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ B \/ bone","offer_id":1000514945029,"sku":"DOM-BRI-8900-2301","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ bone","offer_id":1000514977797,"sku":"DOM-BRI-8900-2302","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ bone","offer_id":1000515010565,"sku":"DOM-BRI-8900-2303","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD \/ bone","offer_id":1000515043333,"sku":"DOM-BRI-8900-2304","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ bone","offer_id":1000515076101,"sku":"DOM-BRI-8900-2305","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ bone","offer_id":1000515108869,"sku":"DOM-BRI-8900-2306","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ bone","offer_id":1000515141637,"sku":"DOM-BRI-8900-2307","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ bone","offer_id":1000515174405,"sku":"DOM-BRI-8900-2308","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ bone","offer_id":1000515207173,"sku":"DOM-BRI-8900-2309","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD \/ bone","offer_id":1000515239941,"sku":"DOM-BRI-8900-2310","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ bone","offer_id":1000515272709,"sku":"DOM-BRI-8900-2311","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ bone","offer_id":1000515305477,"sku":"DOM-BRI-8900-2312","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ bone","offer_id":1000515338245,"sku":"DOM-BRI-8900-2313","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ bone","offer_id":1000515371013,"sku":"DOM-BRI-8900-2314","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ bone","offer_id":1000515403781,"sku":"DOM-BRI-8900-2315","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD \/ bone","offer_id":1000515469317,"sku":"DOM-BRI-8900-2316","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ bone","offer_id":1000515502085,"sku":"DOM-BRI-8900-2317","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ bone","offer_id":1000515534853,"sku":"DOM-BRI-8900-2318","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ bone","offer_id":1000515567621,"sku":"DOM-BRI-8900-2319","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ bone","offer_id":1000515600389,"sku":"DOM-BRI-8900-2320","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ bone","offer_id":1000515633157,"sku":"DOM-BRI-8900-2321","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD \/ bone","offer_id":1000515665925,"sku":"DOM-BRI-8900-2322","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ bone","offer_id":1000515698693,"sku":"DOM-BRI-8900-2323","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ bone","offer_id":1000515731461,"sku":"DOM-BRI-8900-2324","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ bone","offer_id":1000515764229,"sku":"DOM-BRI-8900-2326","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ bone","offer_id":1000515796997,"sku":"DOM-BRI-8900-2327","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD \/ bone","offer_id":1000515829765,"sku":"DOM-BRI-8900-2328","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ bone","offer_id":1000515862533,"sku":"DOM-BRI-8900-2329","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ bone","offer_id":1000515895301,"sku":"DOM-BRI-8900-2330","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ bone","offer_id":1000515928069,"sku":"DOM-BRI-8900-2331","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ bone","offer_id":1000515960837,"sku":"DOM-BRI-8900-2332","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ bone","offer_id":1000515993605,"sku":"DOM-BRI-8900-2333","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD \/ bone","offer_id":1000516026373,"sku":"DOM-BRI-8900-2334","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ bone","offer_id":1000516059141,"sku":"DOM-BRI-8900-2335","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ bone","offer_id":1000516091909,"sku":"DOM-BRI-8900-2336","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ bone","offer_id":1000516124677,"sku":"DOM-BRI-8900-2337","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ bone","offer_id":1000516157445,"sku":"DOM-BRI-8900-2338","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ bone","offer_id":1000516190213,"sku":"DOM-BRI-8900-2339","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD \/ bone","offer_id":1000516222981,"sku":"DOM-BRI-8900-2340","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ bone","offer_id":1000516255749,"sku":"DOM-BRI-8900-2341","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ bone","offer_id":1000516288517,"sku":"DOM-BRI-8900-2342","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ bone","offer_id":1000516321285,"sku":"DOM-BRI-8900-2343","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ bone","offer_id":1000516354053,"sku":"DOM-BRI-8900-2344","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ bone","offer_id":1000516386821,"sku":"DOM-BRI-8900-2345","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD \/ bone","offer_id":1000516419589,"sku":"DOM-BRI-8900-2346","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ bone","offer_id":1000516452357,"sku":"DOM-BRI-8900-2347","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ bone","offer_id":1000516485125,"sku":"DOM-BRI-8900-2348","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ bone","offer_id":1000516517893,"sku":"DOM-BRI-8900-2350","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ bone","offer_id":1000516550661,"sku":"DOM-BRI-8900-2351","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD \/ bone","offer_id":1000516583429,"sku":"DOM-BRI-8900-2352","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ bone","offer_id":1000516616197,"sku":"DOM-BRI-8900-2353","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ bone","offer_id":1000516648965,"sku":"DOM-BRI-8900-2354","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ bone","offer_id":1000516681733,"sku":"DOM-BRI-8900-2325","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-32-b-bone-dominique-rosemaria-embroidered-bra-8900-28249263702062.jpg?v=1628546970"},{"product_id":"dominique-juliette-satin-corset-bridal-bra-8950","title":"Juliette Satin Bridal Corset Bra 8950","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eJuliette Satin Bridal Corset Bra 8950\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ black","offer_id":1019017494533,"sku":"DOM-BRI-8950-2067","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ ivory","offer_id":1019017527301,"sku":"DOM-BRI-8950-2068","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ black","offer_id":1019017560069,"sku":"DOM-BRI-8950-2069","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ ivory","offer_id":1019017592837,"sku":"DOM-BRI-8950-2070","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ black","offer_id":1019017625605,"sku":"DOM-BRI-8950-2071","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ ivory","offer_id":1019017658373,"sku":"DOM-BRI-8950-2072","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ black","offer_id":1019017691141,"sku":"DOM-BRI-8950-2073","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ ivory","offer_id":1019017723909,"sku":"DOM-BRI-8950-2074","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ black","offer_id":1019017756677,"sku":"DOM-BRI-8950-2075","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ ivory","offer_id":1019017789445,"sku":"DOM-BRI-8950-2076","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ black","offer_id":1019017822213,"sku":"DOM-BRI-8950-2077","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ ivory","offer_id":1019017854981,"sku":"DOM-BRI-8950-2078","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ black","offer_id":1019017887749,"sku":"DOM-BRI-8950-2079","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ ivory","offer_id":1019017920517,"sku":"DOM-BRI-8950-2080","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ black","offer_id":1019017953285,"sku":"DOM-BRI-8950-2081","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ ivory","offer_id":1019017986053,"sku":"DOM-BRI-8950-2082","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":1019018018821,"sku":"DOM-BRI-8950-2083","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ ivory","offer_id":1019018051589,"sku":"DOM-BRI-8950-2084","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":1019018084357,"sku":"DOM-BRI-8950-2085","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ ivory","offer_id":1019018117125,"sku":"DOM-BRI-8950-2086","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":1019018149893,"sku":"DOM-BRI-8950-2087","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ ivory","offer_id":1019018182661,"sku":"DOM-BRI-8950-2088","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ black","offer_id":1019018215429,"sku":"DOM-BRI-8950-2089","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ ivory","offer_id":1019018248197,"sku":"DOM-BRI-8950-2090","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ black","offer_id":1019018280965,"sku":"DOM-BRI-8950-2091","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ ivory","offer_id":1019018313733,"sku":"DOM-BRI-8950-2092","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":1019018346501,"sku":"DOM-BRI-8950-2093","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ ivory","offer_id":1019018379269,"sku":"DOM-BRI-8950-2094","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":1019018412037,"sku":"DOM-BRI-8950-2095","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ ivory","offer_id":1019018444805,"sku":"DOM-BRI-8950-2096","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":1019018477573,"sku":"DOM-BRI-8950-2097","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ ivory","offer_id":1019018510341,"sku":"DOM-BRI-8950-2098","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":1019018543109,"sku":"DOM-BRI-8950-2099","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ ivory","offer_id":1019018575877,"sku":"DOM-BRI-8950-2100","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ black","offer_id":1019018608645,"sku":"DOM-BRI-8950-2101","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ ivory","offer_id":1019018641413,"sku":"DOM-BRI-8950-2102","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ black","offer_id":1019018674181,"sku":"DOM-BRI-8950-2103","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ ivory","offer_id":1019018706949,"sku":"DOM-BRI-8950-2104","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":1019018739717,"sku":"DOM-BRI-8950-2105","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ ivory","offer_id":1019018772485,"sku":"DOM-BRI-8950-2106","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":1019018805253,"sku":"DOM-BRI-8950-2107","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ ivory","offer_id":1019018838021,"sku":"DOM-BRI-8950-2108","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":1019018870789,"sku":"DOM-BRI-8950-2109","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ ivory","offer_id":1019018903557,"sku":"DOM-BRI-8950-2110","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":1019018936325,"sku":"DOM-BRI-8950-2111","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ ivory","offer_id":1019018969093,"sku":"DOM-BRI-8950-2112","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ black","offer_id":1019019001861,"sku":"DOM-BRI-8950-2113","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ ivory","offer_id":1019019034629,"sku":"DOM-BRI-8950-2114","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":1019019067397,"sku":"DOM-BRI-8950-2117","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ ivory","offer_id":1019019100165,"sku":"DOM-BRI-8950-2118","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":1019019132933,"sku":"DOM-BRI-8950-2119","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ ivory","offer_id":1019019165701,"sku":"DOM-BRI-8950-2120","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":1019019198469,"sku":"DOM-BRI-8950-2121","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ ivory","offer_id":1019019231237,"sku":"DOM-BRI-8950-2122","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":1019019264005,"sku":"DOM-BRI-8950-2123","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ ivory","offer_id":1019019296773,"sku":"DOM-BRI-8950-2124","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ black","offer_id":1019019329541,"sku":"DOM-BRI-8950-2125","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ ivory","offer_id":1019019362309,"sku":"DOM-BRI-8950-2126","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":1019019395077,"sku":"DOM-BRI-8950-2129","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ ivory","offer_id":1019019427845,"sku":"DOM-BRI-8950-2130","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":1019019460613,"sku":"DOM-BRI-8950-2131","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ ivory","offer_id":1019019493381,"sku":"DOM-BRI-8950-2132","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":1019019526149,"sku":"DOM-BRI-8950-2133","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ ivory","offer_id":1019019558917,"sku":"DOM-BRI-8950-2134","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":1019019591685,"sku":"DOM-BRI-8950-2135","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ ivory","offer_id":1019019624453,"sku":"DOM-BRI-8950-2136","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ black","offer_id":1019019657221,"sku":"DOM-BRI-8950-2137","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ ivory","offer_id":1019019689989,"sku":"DOM-BRI-8950-2138","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":1019019722757,"sku":"DOM-BRI-8950-2143","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ ivory","offer_id":1019019755525,"sku":"DOM-BRI-8950-2144","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":1019019788293,"sku":"DOM-BRI-8950-2145","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ ivory","offer_id":1019019821061,"sku":"DOM-BRI-8950-2146","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ black","offer_id":1019019853829,"sku":"DOM-BRI-8950-2147","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ ivory","offer_id":1019019886597,"sku":"DOM-BRI-8950-2148","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ black","offer_id":1019019919365,"sku":"DOM-BRI-8950-2149","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ ivory","offer_id":1019019952133,"sku":"DOM-BRI-8950-2150","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":1019019984901,"sku":"DOM-BRI-8950-2155","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ ivory","offer_id":1019020017669,"sku":"DOM-BRI-8950-2156","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ black","offer_id":1019020050437,"sku":"DOM-BRI-8950-2157","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ ivory","offer_id":1019020083205,"sku":"DOM-BRI-8950-2158","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ black","offer_id":1019020115973,"sku":"DOM-BRI-8950-2159","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ ivory","offer_id":1019020148741,"sku":"DOM-BRI-8950-2160","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ black","offer_id":1019020181509,"sku":"DOM-BRI-8950-2161","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ ivory","offer_id":1019020214277,"sku":"DOM-BRI-8950-2162","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ black","offer_id":1019020247045,"sku":"DOM-BRI-8950-2167","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ ivory","offer_id":1019020279813,"sku":"DOM-BRI-8950-2168","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ black","offer_id":1019020312581,"sku":"DOM-BRI-8950-2169","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ ivory","offer_id":1019020345349,"sku":"DOM-BRI-8950-2170","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ black","offer_id":1019020378117,"sku":"DOM-BRI-8950-2171","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ ivory","offer_id":1019020410885,"sku":"DOM-BRI-8950-2172","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ black","offer_id":1019020443653,"sku":"DOM-BRI-8950-2173","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ ivory","offer_id":1019020476421,"sku":"DOM-BRI-8950-2174","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-32-a-ivory-dominique-juliette-satin-bridal-corset-bra-8950-28248824676398.jpg?v=1625129697"},{"product_id":"panache-plus-size-sculptresse-sports-bra-9441","title":"Panache Non-Padded Sports Bra 9441","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan\u003ePANACHE \u003c\/span\u003eSCULPTRESSE PLUS SIZE NON-PADDED BALCONNET SPORTS  BRA\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThis sports bra from Panache offers all the support and security you need in a comfortable, non-padded style. Crafted from soft, breathable fabric with special moisture-wicking mesh panels, this bra keeps you cool and dry through a jog, gym workout, or sports practice. Its lightweight, non-padded design doesn’t get in your way and even helps maximize your athletic performance.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eIts lack of padding does not mean this sports bra lacks support. Designed for fuller-figured, large-busted women, it features wide foam straps for efficient weight distribution, a high neckline  for maximum coverage, and cushioned underwire for comfortable security. Also, its straps easily convert back and forth from straight to racerback styles to offer additional support when you need it. This revolutionary non-padded Panache sports bra is available in sizes 34D through 46J.\u003c\/span\u003e\u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cul\u003e\n\u003cli\u003eHand Wash Only\u003c\/li\u003e\n\u003cli\u003eWash With Similar Colours\u003c\/li\u003e\n\u003cli\u003eDo Not Iron\u003c\/li\u003e\n\u003cli\u003eDo Not Tumble Dry\u003c\/li\u003e\n\u003cli\u003eDo Not Bleach\u003c\/li\u003e\n\u003cli\u003eDo Not Dry Clean\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/Panache_Size_Chart.png?v=1511840947\" alt=\"PANACHE BRA SIZING GUIDE\"\u003e\u003c\/p\u003e","brand":"Panache Sports","offers":[{"title":"Black \/ 34 \/ G","offer_id":1276351381509,"sku":"PA-9441-06","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ GG","offer_id":1276351414277,"sku":"PA-9441-07","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ H","offer_id":1276351447045,"sku":"PA-9441-08","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ HH","offer_id":1276351479813,"sku":"PA-9441-09","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ J","offer_id":1276351512581,"sku":"PA-9441-010","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ F","offer_id":1276351643653,"sku":"PA-9441-014","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ FF","offer_id":1276351676421,"sku":"PA-9441-015","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ G","offer_id":1276351709189,"sku":"PA-9441-016","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ GG","offer_id":1276351741957,"sku":"PA-9441-017","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ H","offer_id":1276351774725,"sku":"PA-9441-018","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ HH","offer_id":1276351807493,"sku":"PA-9441-019","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ D","offer_id":1276351873029,"sku":"PA-9441-021","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ DD","offer_id":1276351905797,"sku":"PA-9441-022","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ E","offer_id":1276351938565,"sku":"PA-9441-023","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ F","offer_id":1276351971333,"sku":"PA-9441-024","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ FF","offer_id":1276352004101,"sku":"PA-9441-025","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ G","offer_id":1276352036869,"sku":"PA-9441-026","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ GG","offer_id":1276352069637,"sku":"PA-9441-027","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ H","offer_id":1276352102405,"sku":"PA-9441-028","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ D","offer_id":1276352200709,"sku":"PA-9441-031","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ DD","offer_id":1276352233477,"sku":"PA-9441-032","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ E","offer_id":1276352266245,"sku":"PA-9441-033","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ F","offer_id":1276352299013,"sku":"PA-9441-034","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ FF","offer_id":1276352331781,"sku":"PA-9441-035","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ G","offer_id":1276352364549,"sku":"PA-9441-036","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ GG","offer_id":1276352397317,"sku":"PA-9441-037","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ D","offer_id":1276352528389,"sku":"PA-9441-041","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ DD","offer_id":1276352561157,"sku":"PA-9441-042","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ E","offer_id":1276352593925,"sku":"PA-9441-043","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ F","offer_id":1276352626693,"sku":"PA-9441-044","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ FF","offer_id":1276352659461,"sku":"PA-9441-045","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ G","offer_id":1276352692229,"sku":"PA-9441-046","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ D","offer_id":1276352856069,"sku":"PA-9441-051","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ DD","offer_id":1276352888837,"sku":"PA-9441-052","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ E","offer_id":1276352921605,"sku":"PA-9441-053","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ F","offer_id":1276352954373,"sku":"PA-9441-054","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ D","offer_id":1276353183749,"sku":"PA-9441-061","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ DD","offer_id":1276353216517,"sku":"PA-9441-062","price":82.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/panache-sports-sports-bras-black-34-g-panache-non-padded-sports-bra-9441-28251691483182.jpg?v=1625251591"},{"product_id":"panache-roxie-plunge-bra","title":"Panache Roxie Plunge Bra","description":"\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eFull cup bras are bras that are designed to offer full coverage for your bust and provide maximum support and security. They are ideal for any woman who wants a little extra support—having large breasts is not a requirement for wearing a full cup bra. Women of all breast sizes enjoy full cup bras for the comfort, support, and security they provide.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThis full cup bra from Panache offers maximum support and security with its seamed cups with underwire lining, mesh lined wings, and inner support slings. It is also equipped with additional support features, including wide-set elastic straps and top and bottom inner elastic lining. Its arched center panel and tall, seamed powernet sides help smooth your back and bust to ensure a flattering finish under any top or dress. Stretch lace top cups and straps give this practical full cup bra a feminine, sexy finish. This bra comes in sizes 30D through 40J and is available in ivory. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cdiv class=\"[ ui-accordion__item__title ]\"\u003e\n\u003ch3 class=\"[ title--xsmall ]\"\u003eMATERIAL \u0026amp; CARE INSTRUCTIONS\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"[ ui-accordion__item__content ] [ text--body-small ]\"\u003e\n\u003cdiv class=\"[ ui-accordion__item__content__wrapper ]\"\u003e\n\u003cp\u003e\u003cem\u003e76% Polyamide, 15% Polyester, 9% Elastane\u003c\/em\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHand Wash Only\u003c\/li\u003e\n\u003cli\u003eWash With Similar Colours\u003c\/li\u003e\n\u003cli\u003eDo Not Iron\u003c\/li\u003e\n\u003cli\u003eDo Not Tumble Dry\u003c\/li\u003e\n\u003cli\u003eDo Not Bleach\u003c\/li\u003e\n\u003cli\u003eDo Not Dry Clean\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Panache Sculptresse","offers":[{"title":"Black \/ 34 \/ FF","offer_id":32367420014638,"sku":"PAN-9586-05","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ G","offer_id":32367420047406,"sku":"PAN-9586-06","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ GG","offer_id":32367420080174,"sku":"PAN-9586-07","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ H","offer_id":32367420112942,"sku":"PAN-9586-08","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ F","offer_id":32367420244014,"sku":"PAN-9586-012","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ FF","offer_id":32367420276782,"sku":"PAN-9586-013","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ G","offer_id":32367420309550,"sku":"PAN-9586-014","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ GG","offer_id":32367420342318,"sku":"PAN-9586-015","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ H","offer_id":32367420375086,"sku":"PAN-9586-016","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ E","offer_id":32367420506158,"sku":"PAN-9586-019","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ F","offer_id":32367420538926,"sku":"PAN-9586-020","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ FF","offer_id":32367420571694,"sku":"PAN-9586-021","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ G","offer_id":32367420604462,"sku":"PAN-9586-022","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ GG","offer_id":32367420637230,"sku":"PAN-9586-023","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ H","offer_id":32367420669998,"sku":"PAN-9586-024","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ DD","offer_id":32367420735534,"sku":"PAN-9586-026","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ E","offer_id":32367420768302,"sku":"PAN-9586-027","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ F","offer_id":32367420801070,"sku":"PAN-9586-028","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ FF","offer_id":32367420833838,"sku":"PAN-9586-029","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ G","offer_id":32367420866606,"sku":"PAN-9586-030","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ GG","offer_id":32367420899374,"sku":"PAN-9586-031","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ D","offer_id":32367420997678,"sku":"PAN-9586-033","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ DD","offer_id":32367421030446,"sku":"PAN-9586-034","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ E","offer_id":32367421063214,"sku":"PAN-9586-035","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ F","offer_id":32367421095982,"sku":"PAN-9586-036","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ FF","offer_id":32367421128750,"sku":"PAN-9586-037","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ D","offer_id":32367421259822,"sku":"PAN-9586-041","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ DD","offer_id":32367421292590,"sku":"PAN-9586-042","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ E","offer_id":32367421325358,"sku":"PAN-9586-043","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ F","offer_id":32367421358126,"sku":"PAN-9586-044","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ D","offer_id":32367421521966,"sku":"PAN-9586-049","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ DD","offer_id":32367421554734,"sku":"PAN-9586-050","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ E","offer_id":32367421587502,"sku":"PAN-9586-051","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 34 \/ FF","offer_id":32367491940398,"sku":"PAN-9586-052","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 34 \/ G","offer_id":32367492005934,"sku":"PAN-9586-053","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 34 \/ GG","offer_id":32367492333614,"sku":"PAN-9586-054","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 34 \/ H","offer_id":32367492399150,"sku":"PAN-9586-055","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 36 \/ F","offer_id":32367492726830,"sku":"PAN-9586-060","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 36 \/ FF","offer_id":32367493185582,"sku":"PAN-9586-056","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 36 \/ G","offer_id":32367493677102,"sku":"PAN-9586-057","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 36 \/ GG","offer_id":32367494234158,"sku":"PAN-9586-058","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 36 \/ H","offer_id":32367494692910,"sku":"PAN-9586-059","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 38 \/ E","offer_id":32367495118894,"sku":"PAN-9586-066","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 38 \/ F","offer_id":32367495577646,"sku":"PAN-9586-065","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 38 \/ FF","offer_id":32367495807022,"sku":"PAN-9586-061","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 38 \/ G","offer_id":32367495839790,"sku":"PAN-9586-062","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 38 \/ GG","offer_id":32367495872558,"sku":"PAN-9586-063","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 38 \/ H","offer_id":32367495905326,"sku":"PAN-9586-064","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 40 \/ DD","offer_id":32367495970862,"sku":"PAN-9586-072","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 40 \/ E","offer_id":32367496069166,"sku":"PAN-9586-071","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 40 \/ F","offer_id":32367496560686,"sku":"PAN-9586-070","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 40 \/ FF","offer_id":32367497183278,"sku":"PAN-9586-067","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 40 \/ G","offer_id":32367497642030,"sku":"PAN-9586-068","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 40 \/ GG","offer_id":32367498100782,"sku":"PAN-9586-069","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 42 \/ D","offer_id":32367499083822,"sku":"PAN-9586-077","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 42 \/ DD","offer_id":32367500001326,"sku":"PAN-9586-076","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 42 \/ E","offer_id":32367500754990,"sku":"PAN-9586-075","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 42 \/ F","offer_id":32367501443118,"sku":"PAN-9586-074","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 42 \/ FF","offer_id":32367502000174,"sku":"PAN-9586-073","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 44 \/ D","offer_id":32367502458926,"sku":"PAN-9586-081","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 44 \/ DD","offer_id":32367502491694,"sku":"PAN-9586-080","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 44 \/ E","offer_id":32367502524462,"sku":"PAN-9586-079","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 44 \/ F","offer_id":32367502688302,"sku":"PAN-9586-078","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 46 \/ D","offer_id":32367502721070,"sku":"PAN-9586-084","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 46 \/ DD","offer_id":32367502786606,"sku":"PAN-9586-083","price":66.0,"currency_code":"USD","in_stock":true},{"title":"Misty Rose \/ 46 \/ E","offer_id":32367502983214,"sku":"PAN-9586-082","price":66.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/panache-sculptresse-bras-black-34-ff-panache-roxie-plunge-bra-14661125242926.jpg?v=1625306607"},{"product_id":"panache-dana-strapless-bra","title":"Dana Plus Size Strapless Low Back Bra by Panache 9670","description":"\u003cp\u003e\u003cspan\u003eThis balconette bra from DD+ lingerie brand Panache is one of the most supportive, comfortable strapless bras that are designed exclusively for plus size woman with full busts. Its innovative design and support features offer maximum security and comfortably keep your breasts in place all day long—no readjusting required—to create a smooth, lifted silhouette under strapless tops and dresses.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eBuilt with padded, 4-section cups, this bra lifts and supports your bust like no other strapless style. Its double-layer wings gently shape your breasts for a smooth, rounded finish. Instead of three hook-and-eye closures, this bra’s extra wide band features \u003ci\u003esix \u003c\/i\u003eadjustable closures to provide the most secure fit. Silicone elastic lining on the inside of the band also helps keep your bust secure and prevents this bra from sliding down or falling out of place. This ultra-supportive strapless bra is nude for effortlessly discreet everyday wear. It is available in a wide range of sizes from 34D to 46J. \u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e","brand":"Panache","offers":[{"title":"Black \/ 34 \/ E","offer_id":32367618228270,"sku":"PAN-9670-03","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ F","offer_id":32367618261038,"sku":"PAN-9670-04","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ FF","offer_id":32367618293806,"sku":"PAN-9670-05","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ G","offer_id":32367618326574,"sku":"PAN-9670-06","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ GG","offer_id":32367618359342,"sku":"PAN-9670-07","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ H","offer_id":32367618392110,"sku":"PAN-9670-08","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ HH","offer_id":32367618424878,"sku":"PAN-9670-09","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 34 \/ J","offer_id":32367618457646,"sku":"PAN-9670-010","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ DD","offer_id":32367618523182,"sku":"PAN-9670-012","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ E","offer_id":32367618555950,"sku":"PAN-9670-013","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ F","offer_id":32367618588718,"sku":"PAN-9670-014","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ FF","offer_id":32367618621486,"sku":"PAN-9670-015","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ G","offer_id":32367618654254,"sku":"PAN-9670-016","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ GG","offer_id":32367618687022,"sku":"PAN-9670-017","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ H","offer_id":32367618719790,"sku":"PAN-9670-018","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ HH","offer_id":32367618752558,"sku":"PAN-9670-019","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 36 \/ J","offer_id":32367618785326,"sku":"PAN-9670-020","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ D","offer_id":32367618818094,"sku":"PAN-9670-021","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ DD","offer_id":32367618850862,"sku":"PAN-9670-022","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ E","offer_id":32367618883630,"sku":"PAN-9670-023","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ F","offer_id":32367618916398,"sku":"PAN-9670-024","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ FF","offer_id":32367618949166,"sku":"PAN-9670-025","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ G","offer_id":32367618981934,"sku":"PAN-9670-026","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ GG","offer_id":32367619014702,"sku":"PAN-9670-027","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ H","offer_id":32367619047470,"sku":"PAN-9670-028","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ HH","offer_id":32367619080238,"sku":"PAN-9670-029","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 38 \/ J","offer_id":32367619113006,"sku":"PAN-9670-030","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ D","offer_id":32367619145774,"sku":"PAN-9670-031","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ DD","offer_id":32367619178542,"sku":"PAN-9670-032","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ E","offer_id":32367619211310,"sku":"PAN-9670-033","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ F","offer_id":32367619244078,"sku":"PAN-9670-034","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ FF","offer_id":32367619276846,"sku":"PAN-9670-035","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ G","offer_id":32367619309614,"sku":"PAN-9670-036","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ GG","offer_id":32367619342382,"sku":"PAN-9670-037","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ H","offer_id":32367619375150,"sku":"PAN-9670-038","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ HH","offer_id":32367619407918,"sku":"PAN-9670-039","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 40 \/ J","offer_id":32367619440686,"sku":"PAN-9670-040","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ D","offer_id":32367619473454,"sku":"PAN-9670-041","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ DD","offer_id":32367619506222,"sku":"PAN-9670-042","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ E","offer_id":32367619538990,"sku":"PAN-9670-043","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ F","offer_id":32367619571758,"sku":"PAN-9670-044","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ FF","offer_id":32367619604526,"sku":"PAN-9670-045","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ G","offer_id":32367619637294,"sku":"PAN-9670-046","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ GG","offer_id":32367619670062,"sku":"PAN-9670-047","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ H","offer_id":32367619702830,"sku":"PAN-9670-048","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 42 \/ HH","offer_id":32367619735598,"sku":"PAN-9670-049","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ D","offer_id":32367619801134,"sku":"PAN-9670-051","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ DD","offer_id":32367619833902,"sku":"PAN-9670-052","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ E","offer_id":32367619866670,"sku":"PAN-9670-053","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ F","offer_id":32367619899438,"sku":"PAN-9670-054","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ FF","offer_id":32367619932206,"sku":"PAN-9670-055","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ G","offer_id":32367619964974,"sku":"PAN-9670-056","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ GG","offer_id":32367619997742,"sku":"PAN-9670-057","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 44 \/ H","offer_id":32367620030510,"sku":"PAN-9670-058","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ D","offer_id":32367620128814,"sku":"PAN-9670-061","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ DD","offer_id":32367620161582,"sku":"PAN-9670-062","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ E","offer_id":32367620194350,"sku":"PAN-9670-063","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ F","offer_id":32367620227118,"sku":"PAN-9670-064","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ FF","offer_id":32367620259886,"sku":"PAN-9670-065","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ G","offer_id":32367620292654,"sku":"PAN-9670-066","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 46 \/ GG","offer_id":32367620325422,"sku":"PAN-9670-067","price":78.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/panache-bras-black-34-e-dana-plus-size-strapless-low-back-bra-by-panache-9670-28248752750638.jpg?v=1625121751"},{"product_id":"dominique-bra-8950","title":"Satin Corset Bridal Bra Low Back Wedding Bustier Plus Size 8950","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eSatin Corset Bridal Bra Low Back Wedding Bustier Plus Size 8950\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ ivory","offer_id":32707456139310,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ ivory","offer_id":32707456172078,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ ivory","offer_id":32707456204846,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ ivory","offer_id":32707456237614,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ ivory","offer_id":32707456270382,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ ivory","offer_id":32707456303150,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ ivory","offer_id":32707456335918,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ ivory","offer_id":32707456368686,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ ivory","offer_id":32707456401454,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ ivory","offer_id":32707456434222,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ ivory","offer_id":32707456466990,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ ivory","offer_id":32707456499758,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ ivory","offer_id":32707456532526,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ ivory","offer_id":32707456565294,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ ivory","offer_id":32707456598062,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ ivory","offer_id":32707456630830,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ ivory","offer_id":32707456663598,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ ivory","offer_id":32707456696366,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ ivory","offer_id":32707456729134,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ ivory","offer_id":32707456761902,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ ivory","offer_id":32707456794670,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ ivory","offer_id":32707456827438,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ ivory","offer_id":32707456860206,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ ivory","offer_id":32707456892974,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ ivory","offer_id":32707456925742,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ ivory","offer_id":32707456958510,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ ivory","offer_id":32707456991278,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ ivory","offer_id":32707457024046,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ ivory","offer_id":32707457056814,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ ivory","offer_id":32707457089582,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ ivory","offer_id":32707457122350,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ ivory","offer_id":32707457155118,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ ivory","offer_id":32707457187886,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ ivory","offer_id":32707457220654,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ ivory","offer_id":32707457253422,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ ivory","offer_id":32707457286190,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ ivory","offer_id":32707457318958,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ ivory","offer_id":32707457351726,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ ivory","offer_id":32707457384494,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ ivory","offer_id":32707457417262,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ ivory","offer_id":32707457450030,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ ivory","offer_id":32707457482798,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ ivory","offer_id":32707457515566,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ ivory","offer_id":32707457548334,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ ivory","offer_id":32707457581102,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ ivory","offer_id":32707457613870,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-32-a-ivory-satin-corset-bridal-bra-dominique-low-back-wedding-bustier-plus-size-8950-28165266407470.jpg?v=1628414814"},{"product_id":"dominique-bras-3501","title":"Full Coverage Contour T-Shirt Bra Plus Size Underwire ComFort Bra 3501","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eFull Coverage Contour T-Shirt Bra Plus Size Underwire ComFort Bra 3501\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"30 \/ A \/ Nude","offer_id":32707467477038,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ A \/ Black","offer_id":32707467509806,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ B \/ Nude","offer_id":32707467542574,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ B \/ Black","offer_id":32707467575342,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ C \/ Nude","offer_id":32707467608110,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ C \/ Black","offer_id":32707467640878,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ D \/ Nude","offer_id":32707467673646,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ D \/ Black","offer_id":32707467706414,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ DD\/E \/ Nude","offer_id":32707467739182,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"30 \/ DD\/E \/ Black","offer_id":32707467771950,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ Nude","offer_id":32707467804718,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ Black","offer_id":32707467837486,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ Nude","offer_id":32707467870254,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ Black","offer_id":32707467903022,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ Nude","offer_id":32707467935790,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ Black","offer_id":32707467968558,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ Nude","offer_id":32707468001326,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ Black","offer_id":32707468034094,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ Nude","offer_id":32707468066862,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ Black","offer_id":32707468099630,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ Nude","offer_id":32707468132398,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ Black","offer_id":32707468165166,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ Nude","offer_id":32707468197934,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ Black","offer_id":32707468230702,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ Nude","offer_id":32707468263470,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ Black","offer_id":32707468296238,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ Nude","offer_id":32707468329006,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ Black","offer_id":32707468361774,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ Nude","offer_id":32707468394542,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ Black","offer_id":32707468427310,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ Nude","offer_id":32707468460078,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ Black","offer_id":32707468492846,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ Nude","offer_id":32707468525614,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ Black","offer_id":32707468558382,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ Nude","offer_id":32707468591150,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ Black","offer_id":32707468623918,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ Nude","offer_id":32707468656686,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ Black","offer_id":32707468689454,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ Nude","offer_id":32707468722222,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ Black","offer_id":32707468754990,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ Nude","offer_id":32707468787758,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ Black","offer_id":32707468820526,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ Nude","offer_id":32707468853294,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ Black","offer_id":32707468886062,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ Nude","offer_id":32707468918830,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ Black","offer_id":32707468951598,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ Nude","offer_id":32707468984366,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ Black","offer_id":32707469017134,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ Nude","offer_id":32707469049902,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ Black","offer_id":32707469082670,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ Nude","offer_id":32707469115438,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ Black","offer_id":32707469148206,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ Nude","offer_id":32707469180974,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ Black","offer_id":32707469213742,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ Nude","offer_id":32707469246510,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ Black","offer_id":32707469279278,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ Nude","offer_id":32707469312046,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ Black","offer_id":32707469344814,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ A \/ Nude","offer_id":32707469377582,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ A \/ Black","offer_id":32707469410350,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ Nude","offer_id":32707469443118,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ Black","offer_id":32707469475886,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ Nude","offer_id":32707469508654,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ Black","offer_id":32707469541422,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ Nude","offer_id":32707469574190,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ Black","offer_id":32707469606958,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ Nude","offer_id":32707469639726,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ Black","offer_id":32707469672494,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ Nude","offer_id":32707469705262,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ Black","offer_id":32707469738030,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ Nude","offer_id":32707469770798,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ Black","offer_id":32707469803566,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ Nude","offer_id":32707469836334,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ Black","offer_id":32707469869102,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ Nude","offer_id":32707469901870,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ Black","offer_id":32707469934638,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ Nude","offer_id":32707469967406,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ Black","offer_id":32707470000174,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ Nude","offer_id":32707470032942,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ Black","offer_id":32707470065710,"sku":null,"price":58.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-30-a-nude-full-coverage-contour-t-shirt-bra-dominique-plus-size-underwire-comfort-bra-3501-15341189595182.jpg?v=1623227290"},{"product_id":"dominique-bra-3500","title":"Bra Women Seamless Push-up Padded underwire t shirt Bra 3500","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eBra Women Seamless Push-up Padded underwire t shirt Bra 3500\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ nude","offer_id":32707471769646,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ black","offer_id":32707471802414,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ nude","offer_id":32707471835182,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ black","offer_id":32707471867950,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ nude","offer_id":32707471900718,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ black","offer_id":32707471933486,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ nude","offer_id":32707471966254,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ black","offer_id":32707471999022,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ nude","offer_id":32707472031790,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ black","offer_id":32707472064558,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ nude","offer_id":32707472097326,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ black","offer_id":32707472130094,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ nude","offer_id":32707472162862,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ black","offer_id":32707472195630,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ nude","offer_id":32707472228398,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":32707472261166,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ nude","offer_id":32707472293934,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":32707472326702,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ nude","offer_id":32707472359470,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":32707472392238,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ nude","offer_id":32707472425006,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ black","offer_id":32707472457774,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ nude","offer_id":32707472490542,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":32707472523310,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ nude","offer_id":32707472556078,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":32707472588846,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ nude","offer_id":32707472621614,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":32707472654382,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ nude","offer_id":32707472687150,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":32707472719918,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ nude","offer_id":32707472752686,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ black","offer_id":32707472785454,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ nude","offer_id":32707472818222,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":32707472850990,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ nude","offer_id":32707472883758,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":32707472916526,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ nude","offer_id":32707472949294,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":32707472982062,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ nude","offer_id":32707473014830,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":32707473047598,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ nude","offer_id":32707473080366,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":32707473113134,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ nude","offer_id":32707473145902,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":32707473178670,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ nude","offer_id":32707473211438,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":32707473244206,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ nude","offer_id":32707473276974,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":32707473309742,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ nude","offer_id":32707473375278,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":32707473440814,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ nude","offer_id":32707473506350,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":32707473571886,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ nude","offer_id":32707473637422,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":32707473670190,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ nude","offer_id":32707473702958,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":32707473735726,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ nude","offer_id":32707473768494,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ black","offer_id":32707473801262,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ nude","offer_id":32707473834030,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":32707473866798,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ nude","offer_id":32707473899566,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":32707473932334,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ nude","offer_id":32707473965102,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ black","offer_id":32707473997870,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ nude","offer_id":32707474030638,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":32707474063406,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ nude","offer_id":32707474096174,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ black","offer_id":32707474128942,"sku":null,"price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bras-32-a-black-dominique-bra-women-seamless-push-up-padded-underwire-t-shirt-bra-3500-15341193199662.jpg?v=1625115750"},{"product_id":"dominique-juliette-satin-bra-8950","title":"Juliette Satin Corset Low Back Push Up Strapless Bridal Bra 8950","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eJuliette Satin Corset Low Back Push Up Strapless Bridal Bra 8950\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ black","offer_id":32707474587694,"sku":"8950-2067","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ A \/ ivory","offer_id":32707474620462,"sku":"8950-2068","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ black","offer_id":32707474653230,"sku":"8950-2069","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ ivory","offer_id":32707474685998,"sku":"8950-2070","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ black","offer_id":32707474718766,"sku":"8950-2071","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ ivory","offer_id":32707474751534,"sku":"8950-2072","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ black","offer_id":32707474784302,"sku":"8950-2073","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ ivory","offer_id":32707474817070,"sku":"8950-2074","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ black","offer_id":32707474849838,"sku":"8950-2075","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ ivory","offer_id":32707474882606,"sku":"8950-2076","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ black","offer_id":32707474915374,"sku":"8950-2077","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ ivory","offer_id":32707474948142,"sku":"8950-2078","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ black","offer_id":32707474980910,"sku":"8950-2079","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ ivory","offer_id":32707475013678,"sku":"8950-2080","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ black","offer_id":32707475046446,"sku":"8950-2081","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ ivory","offer_id":32707475079214,"sku":"8950-2082","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ black","offer_id":32707475111982,"sku":"8950-2083","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ ivory","offer_id":32707475144750,"sku":"8950-2084","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ black","offer_id":32707475177518,"sku":"8950-2085","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ ivory","offer_id":32707475210286,"sku":"8950-2086","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ black","offer_id":32707475243054,"sku":"8950-2087","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ ivory","offer_id":32707475275822,"sku":"8950-2088","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ black","offer_id":32707475308590,"sku":"8950-2089","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ ivory","offer_id":32707475341358,"sku":"8950-2090","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ black","offer_id":32707475374126,"sku":"8950-2091","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ ivory","offer_id":32707475406894,"sku":"8950-2092","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ black","offer_id":32707475439662,"sku":"8950-2093","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ ivory","offer_id":32707475472430,"sku":"8950-2094","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ black","offer_id":32707475505198,"sku":"8950-2095","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ ivory","offer_id":32707475537966,"sku":"8950-2096","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ black","offer_id":32707475570734,"sku":"8950-2097","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ ivory","offer_id":32707475603502,"sku":"8950-2098","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ black","offer_id":32707475636270,"sku":"8950-2099","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ ivory","offer_id":32707475669038,"sku":"8950-2100","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ black","offer_id":32707475701806,"sku":"8950-2101","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ ivory","offer_id":32707475734574,"sku":"8950-2102","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ black","offer_id":32707475767342,"sku":"8950-2103","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ ivory","offer_id":32707475800110,"sku":"8950-2104","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ black","offer_id":32707475832878,"sku":"8950-2105","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ ivory","offer_id":32707475865646,"sku":"8950-2106","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ black","offer_id":32707475898414,"sku":"8950-2107","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ ivory","offer_id":32707475931182,"sku":"8950-2108","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ black","offer_id":32707475963950,"sku":"8950-2109","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ ivory","offer_id":32707475996718,"sku":"8950-2110","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ black","offer_id":32707476029486,"sku":"8950-2111","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ ivory","offer_id":32707476062254,"sku":"8950-2112","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ black","offer_id":32707476095022,"sku":"8950-2113","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ ivory","offer_id":32707476127790,"sku":"8950-2114","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ black","offer_id":32707476160558,"sku":"8950-2117","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ ivory","offer_id":32707476193326,"sku":"8950-2118","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ black","offer_id":32707476226094,"sku":"8950-2119","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ ivory","offer_id":32707476258862,"sku":"8950-2120","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ black","offer_id":32707476291630,"sku":"8950-2121","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ ivory","offer_id":32707476324398,"sku":"8950-2122","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ black","offer_id":32707476357166,"sku":"8950-2123","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ ivory","offer_id":32707476389934,"sku":"8950-2124","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ black","offer_id":32707476422702,"sku":"8950-2125","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ ivory","offer_id":32707476455470,"sku":"8950-2126","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ black","offer_id":32707476488238,"sku":"8950-2129","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ ivory","offer_id":32707476521006,"sku":"8950-2130","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ black","offer_id":32707476553774,"sku":"8950-2131","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ ivory","offer_id":32707476586542,"sku":"8950-2132","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ black","offer_id":32707476619310,"sku":"8950-2133","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ ivory","offer_id":32707476652078,"sku":"8950-2134","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ black","offer_id":32707476684846,"sku":"8950-2135","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ ivory","offer_id":32707476717614,"sku":"8950-2136","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ black","offer_id":32707476750382,"sku":"8950-2137","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ ivory","offer_id":32707476783150,"sku":"8950-2138","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ black","offer_id":32707476815918,"sku":"8950-2143","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ ivory","offer_id":32707476848686,"sku":"8950-2144","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ black","offer_id":32707476881454,"sku":"8950-2145","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ ivory","offer_id":32707476914222,"sku":"8950-2146","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ black","offer_id":32707476946990,"sku":"8950-2147","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ ivory","offer_id":32707476979758,"sku":"8950-2148","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ black","offer_id":32707477012526,"sku":"8950-2149","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ ivory","offer_id":32707477045294,"sku":"8950-2150","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ black","offer_id":32707477078062,"sku":"8950-2155","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ ivory","offer_id":32707477110830,"sku":"8950-2156","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ black","offer_id":32707477143598,"sku":"8950-2157","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ ivory","offer_id":32707477176366,"sku":"8950-2158","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ black","offer_id":32707477209134,"sku":"8950-2159","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ ivory","offer_id":32707477241902,"sku":"8950-2160","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ black","offer_id":32707477274670,"sku":"8950-2161","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ ivory","offer_id":32707477307438,"sku":"8950-2162","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ black","offer_id":32707477340206,"sku":"8950-2167","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ ivory","offer_id":32707477372974,"sku":"8950-2168","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ black","offer_id":32707477405742,"sku":"8950-2169","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ ivory","offer_id":32707477438510,"sku":"8950-2170","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ black","offer_id":32707477471278,"sku":"8950-2171","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ ivory","offer_id":32707477504046,"sku":"8950-2172","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ black","offer_id":32707477536814,"sku":"8950-2173","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ ivory","offer_id":32707477569582,"sku":"8950-2174","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-bridal-lingerie-corset-32-a-black-dominique-juliette-satin-corset-low-back-push-up-strapless-bridal-bra-8950-28177122557998.jpg?v=1625130888"},{"product_id":"dominique-satin-bra-8950","title":"Satin Corset Bridal Bra Low Back Push Up Strapless Plus Size Bra 8950","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eSatin Corset Bridal Bra Low Back Push Up Strapless Plus Size Bra 8950\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ A \/ white","offer_id":32707477700654,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ B \/ white","offer_id":32707477733422,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ white","offer_id":32707477766190,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ white","offer_id":32707477798958,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ E \/ white","offer_id":32707477831726,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ white","offer_id":32707477864494,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ A \/ white","offer_id":32707477897262,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ white","offer_id":32707477930030,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ white","offer_id":32707477962798,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ white","offer_id":32707477995566,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ E \/ white","offer_id":32707478028334,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ white","offer_id":32707478061102,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ A \/ white","offer_id":32707478093870,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ white","offer_id":32707478126638,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ white","offer_id":32707478159406,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ white","offer_id":32707478192174,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ E \/ white","offer_id":32707478224942,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ white","offer_id":32707478257710,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ A \/ white","offer_id":32707478290478,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ white","offer_id":32707478323246,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ white","offer_id":32707478356014,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ white","offer_id":32707478388782,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ E \/ white","offer_id":32707478421550,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ white","offer_id":32707478454318,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ white","offer_id":32707478487086,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ white","offer_id":32707478519854,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ white","offer_id":32707478552622,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ E \/ white","offer_id":32707478585390,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ white","offer_id":32707478618158,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ white","offer_id":32707478650926,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ white","offer_id":32707478683694,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ white","offer_id":32707478716462,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ E \/ white","offer_id":32707478749230,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ white","offer_id":32707478781998,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ white","offer_id":32707478814766,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ white","offer_id":32707478847534,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ white","offer_id":32707478880302,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ E \/ white","offer_id":32707478913070,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ white","offer_id":32707478945838,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ white","offer_id":32707478978606,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ white","offer_id":32707479011374,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ white","offer_id":32707479044142,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ E \/ white","offer_id":32707479076910,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ white","offer_id":32707479109678,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ B \/ white","offer_id":32707479142446,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ white","offer_id":32707479175214,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ white","offer_id":32707479207982,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ E \/ white","offer_id":32707479240750,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ white","offer_id":32707479273518,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"50 \/ C \/ white","offer_id":32707479306286,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"50 \/ E \/ white","offer_id":32707479339054,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"50 \/ F \/ white","offer_id":32707479371822,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ C \/ white","offer_id":32707479404590,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ D \/ white","offer_id":32707479437358,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ E \/ white","offer_id":32707479470126,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"52 \/ F \/ white","offer_id":32707479502894,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-dominique-satin-corset-bridal-bra-low-back-push-up-strapless-plus-size-bra-8950-15341196410926.jpg?v=1622408335"},{"product_id":"dominique-embroidered-bra-8900","title":"Longline Embroidered Corset Wedding Bridal Bra Plus Size 8900","description":"\u003cdiv class=\"hf-pdp\"\u003e\n\u003ch3 class=\"hf-title\"\u003eLongline Embroidered Corset Wedding Bridal Bra Plus Size 8900\u003c\/h3\u003e\n\u003cp class=\"hf-hook\"\u003eA refined, supportive lingerie silhouette designed for comfort, shaping, and elevated everyday wear.\u003c\/p\u003e\n\u003cdiv class=\"hf-badges\"\u003e\n\u003cspan class=\"hf-badge\"\u003eSupportive Fit\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eSmooth Finish\u003c\/span\u003e\u003cspan class=\"hf-badge\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-acc\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eKey Details\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eDesigned for lift and shape\u003c\/li\u003e\n\u003cli\u003eAdjustable for a tailored fit\u003c\/li\u003e\n\u003cli\u003eSmooth, flattering construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFit \u0026amp; Feel\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eComfortable, supportive, and flattering on a wide range of body types.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eFabric \u0026amp; Care\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cp\u003eHand wash cold. Lay flat to dry.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003cdiv class=\"hf-panel\"\u003e\u003cul\u003e\n\u003cli\u003eFast U.S. shipping\u003c\/li\u003e\n\u003cli\u003eDiscreet packaging\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dominique","offers":[{"title":"32 \/ B \/ bone","offer_id":32707481239598,"sku":"8900-2301","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ C \/ bone","offer_id":32707481272366,"sku":"8900-2302","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ D \/ bone","offer_id":32707481305134,"sku":"8900-2303","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD \/ bone","offer_id":32707481337902,"sku":"8900-2304","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ DD\/E \/ bone","offer_id":32707481370670,"sku":"8900-2305","price":79.0,"currency_code":"USD","in_stock":true},{"title":"32 \/ F \/ bone","offer_id":32707481403438,"sku":"8900-2306","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ B \/ bone","offer_id":32707481436206,"sku":"8900-2307","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ C \/ bone","offer_id":32707481468974,"sku":"8900-2308","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ D \/ bone","offer_id":32707481501742,"sku":"8900-2309","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD \/ bone","offer_id":32707481534510,"sku":"8900-2310","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ DD\/E \/ bone","offer_id":32707481567278,"sku":"8900-2311","price":79.0,"currency_code":"USD","in_stock":true},{"title":"34 \/ F \/ bone","offer_id":32707481600046,"sku":"8900-2312","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ B \/ bone","offer_id":32707481632814,"sku":"8900-2313","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ C \/ bone","offer_id":32707481665582,"sku":"8900-2314","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ D \/ bone","offer_id":32707481698350,"sku":"8900-2315","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD \/ bone","offer_id":32707481731118,"sku":"8900-2316","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ DD\/E \/ bone","offer_id":32707481763886,"sku":"8900-2317","price":79.0,"currency_code":"USD","in_stock":true},{"title":"36 \/ F \/ bone","offer_id":32707481796654,"sku":"8900-2318","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ B \/ bone","offer_id":32707481829422,"sku":"8900-2319","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ C \/ bone","offer_id":32707481862190,"sku":"8900-2320","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ D \/ bone","offer_id":32707481894958,"sku":"8900-2321","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD \/ bone","offer_id":32707481927726,"sku":"8900-2322","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ DD\/E \/ bone","offer_id":32707481960494,"sku":"8900-2323","price":79.0,"currency_code":"USD","in_stock":true},{"title":"38 \/ F \/ bone","offer_id":32707481993262,"sku":"8900-2324","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ C \/ bone","offer_id":32707482026030,"sku":"8900-2326","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ D \/ bone","offer_id":32707482058798,"sku":"8900-2327","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD \/ bone","offer_id":32707482091566,"sku":"8900-2328","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ DD\/E \/ bone","offer_id":32707482124334,"sku":"8900-2329","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ F \/ bone","offer_id":32707482157102,"sku":"8900-2330","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ B \/ bone","offer_id":32707482189870,"sku":"8900-2331","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ C \/ bone","offer_id":32707482255406,"sku":"8900-2332","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ D \/ bone","offer_id":32707482288174,"sku":"8900-2333","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD \/ bone","offer_id":32707482320942,"sku":"8900-2334","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ DD\/E \/ bone","offer_id":32707482353710,"sku":"8900-2335","price":79.0,"currency_code":"USD","in_stock":true},{"title":"42 \/ F \/ bone","offer_id":32707482386478,"sku":"8900-2336","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ B \/ bone","offer_id":32707482419246,"sku":"8900-2337","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ C \/ bone","offer_id":32707482452014,"sku":"8900-2338","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ D \/ bone","offer_id":32707482484782,"sku":"8900-2339","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD \/ bone","offer_id":32707482517550,"sku":"8900-2340","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ DD\/E \/ bone","offer_id":32707482550318,"sku":"8900-2341","price":79.0,"currency_code":"USD","in_stock":true},{"title":"44 \/ F \/ bone","offer_id":32707482583086,"sku":"8900-2342","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ B \/ bone","offer_id":32707482615854,"sku":"8900-2343","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ C \/ bone","offer_id":32707482648622,"sku":"8900-2344","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ D \/ bone","offer_id":32707482681390,"sku":"8900-2345","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD \/ bone","offer_id":32707482714158,"sku":"8900-2346","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ DD\/E \/ bone","offer_id":32707482746926,"sku":"8900-2347","price":79.0,"currency_code":"USD","in_stock":true},{"title":"46 \/ F \/ bone","offer_id":32707482779694,"sku":"8900-2348","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ C \/ bone","offer_id":32707482812462,"sku":"8900-2350","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ D \/ bone","offer_id":32707482845230,"sku":"8900-2351","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD \/ bone","offer_id":32707482877998,"sku":"8900-2352","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ DD\/E \/ bone","offer_id":32707482910766,"sku":"8900-2353","price":79.0,"currency_code":"USD","in_stock":true},{"title":"48 \/ F \/ bone","offer_id":32707482943534,"sku":"8900-2354","price":79.0,"currency_code":"USD","in_stock":true},{"title":"40 \/ B \/ bone","offer_id":32707482976302,"sku":"8900-2325","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/dominique-corsets-and-bustiers-dominique-longline-embroidered-corset-wedding-bridal-bra-plus-size-8900-15341199327278.jpg?v=1622429688"}],"url":"https:\/\/hauteflair.com\/collections\/46d-bras.oembed","provider":"HauteFlair","version":"1.0","type":"link"}