{"title":"Bracli Pearl Thongs","description":"\u003c!-- =========================\nHAUTEFLAIR COLLECTION: BRACLI PEARL THONG (FASHION-FIRST, SEO + AEO READY)\nPAGE: Bracli Pearl Thong (Collection)\nURL: https:\/\/hauteflair.com\/collections\/bracli-pearl-thong\n\nPASTE INTO: Collection Metafield \u003e Rich Text (HTML)\n\nIMPORTANT:\n- Keep your theme’s collection title as the ONLY H1.\n- This block uses H2\/H3 only.\n- Internal links are underlined and NOT bolded.\n- Use ONLY approved internal links (contextual, underlined, not bold), each URL used ONCE.\n- FAQ is intentionally LIMITED (12) with deeper answers for quality + AEO.\n\nAPPROVED INTERNAL LINKS USED ONCE EACH IN THIS BLOCK:\n- https:\/\/hauteflair.com\/collections\/luxury-lingerie\n- https:\/\/hauteflair.com\/collections\/plus-size-lingerie\n- https:\/\/hauteflair.com\/collections\/lace-panties\n- https:\/\/hauteflair.com\/collections\/bodysuit\n- https:\/\/hauteflair.com\/collections\/teddy-lingerie\n- https:\/\/hauteflair.com\/collections\/sleepwear\n- https:\/\/hauteflair.com\/collections\/lingerie-sets\n========================= --\u003e\n\u003cstyle\u003e\n  :root{\n    --hf-text:#111;\n    --hf-muted:#555;\n    --hf-border:#e9e9e9;\n    --hf-bg:#fff;\n    --hf-soft:#fafafa;\n    --hf-shadow: 0 10px 30px rgba(0,0,0,.05);\n    --hf-radius:16px;\n    --hf-radius-sm:12px;\n  }\n\n  .hf-wrap{\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 22px 16px 34px 16px;\n    color: var(--hf-text);\n    line-height: 1.75;\n    font-size: 16px;\n  }\n\n  .hf-intro h2{\n    font-size: 32px;\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n    margin: 0 0 12px 0;\n  }\n  .hf-intro p{\n    margin: 0 0 12px 0;\n    color: var(--hf-muted);\n    font-size: 16px;\n  }\n\n  .hf-pills{\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n    margin: 14px 0 16px 0;\n  }\n  .hf-pill{\n    display:inline-flex;\n    align-items:center;\n    padding: 10px 14px;\n    border: 1px solid var(--hf-border);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--hf-text);\n    text-decoration:none;\n    font-size: 14px;\n    transition: transform .08s ease, box-shadow .2s ease, background .2s ease;\n  }\n  .hf-pill:hover{\n    transform: translateY(-1px);\n    box-shadow: var(--hf-shadow);\n    background: var(--hf-soft);\n  }\n\n  .hf-definition{\n    margin: 16px 0 20px 0;\n    border: 1px solid var(--hf-border);\n    border-radius: var(--hf-radius);\n    background: var(--hf-bg);\n    padding: 14px 16px;\n    box-shadow: var(--hf-shadow);\n    font-size: 16px;\n    color: var(--hf-muted);\n  }\n  .hf-definition strong{ color: var(--hf-text); }\n\n  .hf-divider{\n    height:1px;\n    background: var(--hf-border);\n    margin: 20px 0;\n  }\n\n  .hf-section h2{\n    font-size: 24px;\n    margin: 0 0 10px 0;\n    letter-spacing: -0.01em;\n  }\n  .hf-section h3{\n    font-size: 18px;\n    margin: 14px 0 6px 0;\n    letter-spacing: -0.01em;\n  }\n  .hf-section p{\n    margin: 0 0 10px 0;\n    color: var(--hf-muted);\n    font-size: 16px;\n  }\n\n  .hf-list{\n    margin: 10px 0 0 0;\n    padding: 0 0 0 18px;\n    color: var(--hf-muted);\n    font-size: 16px;\n  }\n  .hf-list li{ margin: 6px 0; }\n\n  .hf-callout{\n    border: 1px solid var(--hf-border);\n    background: var(--hf-soft);\n    border-radius: var(--hf-radius);\n    padding: 14px 16px;\n    margin: 12px 0 0 0;\n    font-size: 16px;\n    color: var(--hf-muted);\n  }\n\n  .hf-grid{\n    display:grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-top: 10px;\n  }\n  @media (max-width: 760px){\n    .hf-grid{ grid-template-columns: 1fr; }\n    .hf-intro h2{ font-size: 28px; }\n  }\n\n  .hf-card{\n    border: 1px solid var(--hf-border);\n    border-radius: var(--hf-radius);\n    background: #fff;\n    padding: 14px 16px;\n    box-shadow: var(--hf-shadow);\n  }\n  .hf-card strong{ display:block; margin-bottom: 6px; color: var(--hf-text); }\n\n  .hf-link{\n    color: var(--hf-text);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    font-weight: 400;\n  }\n\n  .hf-mini-note{\n    font-size: 13px;\n    color: #666;\n    margin-top: 6px;\n  }\n\n  .hf-eyebrow{\n    font-size: 13px;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n  }\n\n  \/* Accordion (FAQ) *\/\n  .hf-accordion{\n    margin-top: 12px;\n    border-top: 1px solid var(--hf-border);\n  }\n  .hf-acc-item{ border-bottom: 1px solid var(--hf-border); }\n  .hf-acc-q{\n    width:100%;\n    text-align:left;\n    background: transparent;\n    border: 0;\n    padding: 14px 0;\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:12px;\n    cursor:pointer;\n    font-size: 16px;\n    color: var(--hf-text);\n  }\n  .hf-acc-q strong{ font-weight: 700; }\n  .hf-acc-icon{\n    width: 28px;\n    height: 28px;\n    border-radius: 999px;\n    border: 1px solid var(--hf-border);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    flex: 0 0 auto;\n    font-size: 18px;\n    line-height: 1;\n    background: #fff;\n    transition: transform .15s ease;\n  }\n  .hf-acc-a{\n    display:none;\n    padding: 0 0 14px 0;\n    color: var(--hf-muted);\n    font-size: 16px;\n  }\n  .hf-acc-a p{\n    margin: 0 0 10px 0;\n    font-size: 16px;\n  }\n  .hf-acc-open .hf-acc-a{ display:block; }\n  .hf-acc-open .hf-acc-icon{ transform: rotate(45deg); }\n\u003c\/style\u003e\n\u003csection class=\"hf-wrap\"\u003e\u003c!-- INTRO (No H1 here) --\u003e\u003cheader class=\"hf-intro\"\u003e\n\u003cdiv class=\"hf-eyebrow\"\u003eHauteFlair Designer Edit\u003c\/div\u003e\n\u003ch2\u003eThe Bracli Pearl Thong: The Original, Refined, Unmistakably Iconic\u003c\/h2\u003e\n\u003cp\u003eBracli pearl thong lingerie is defined by a singular idea: sensual design built with restraint and precision. This edit curates the original Bracli pearl thong silhouettes—luminous signature pearls, delicate lace, and adjustable straps—crafted to feel elevated, secure, and unforgettable in motion.\u003c\/p\u003e\n\u003cp\u003eIf you’re choosing one piece that reads iconic without feeling costume-driven, start here. Think: minimal silhouette, refined finishing, and a fit that stays polished—whether it’s styled as a statement on its own or layered into a complete lingerie look.\u003c\/p\u003e\n\u003c!-- QUICK LINKS (sections) --\u003e\u003cnav class=\"hf-pills\" aria-label=\"Bracli pearl thong page links\"\u003e\u003ca class=\"hf-pill\" href=\"#hf-definition\"\u003eDefinition\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"#hf-choose\"\u003eHow to Choose\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"#hf-style\"\u003eStyling\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"#hf-care\"\u003eCare\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"#hf-faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003c!-- RELATED COLLECTION LINKS (Each approved URL used ONCE) --\u003e\u003cnav class=\"hf-pills\" aria-label=\"Explore related collections\"\u003e\u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/luxury-lingerie\"\u003eShop Luxury Lingerie\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/lingerie-sets\"\u003eLingerie Sets\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/teddy-lingerie\"\u003eTeddy Lingerie\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/bodysuit\"\u003eBodysuits\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/lace-panties\"\u003eLace Panties\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/sleepwear\"\u003eSleepwear\u003c\/a\u003e \u003ca class=\"hf-pill\" href=\"https:\/\/hauteflair.com\/collections\/plus-size-lingerie\"\u003ePlus Size Lingerie\u003c\/a\u003e\u003c\/nav\u003e\u003c!-- DEFINITION BOX --\u003e\n\u003cdiv class=\"hf-definition\" id=\"hf-definition\"\u003e\n\u003cstrong\u003eWhat is a Bracli pearl thong?\u003c\/strong\u003e A Bracli pearl thong is a signature lingerie silhouette featuring \u003cstrong\u003eluminous pearl detailing\u003c\/strong\u003e and \u003cstrong\u003erefined, minimal lines\u003c\/strong\u003e—designed to feel elevated, sensual, and comfortable with thoughtful adjustability and premium finishing.\n\u003cdiv class=\"hf-mini-note\"\u003eNote: Your theme’s collection title should remain the only H1. Keep this content at H2\/H3 for clean SEO structure.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"hf-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- HOW TO CHOOSE --\u003e\n\u003csection id=\"hf-choose\" class=\"hf-section\"\u003e\n\u003ch2\u003eHow to Choose the Right Bracli Pearl Thong\u003c\/h2\u003e\n\u003cp\u003eThe most confident choice is the one you don’t have to manage. Look for a silhouette that feels secure at the waist and hips, with straps that adjust smoothly and lace that lies flat without digging. Bracli’s appeal is precision: minimal design, maximum intention.\u003c\/p\u003e\n\u003cdiv class=\"hf-grid\"\u003e\n\u003cdiv class=\"hf-card\"\u003e\n\u003cstrong\u003eChoose for fit behavior\u003c\/strong\u003e\n\u003cp\u003ePrioritize adjustable straps and smooth edges—your piece should stay polished as you move. The right fit feels secure, not restrictive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-card\"\u003e\n\u003cstrong\u003eChoose for your styling lane\u003c\/strong\u003e\n\u003cp\u003eWant a complete look fast? Pair with a coordinated set. Prefer sleek minimal lines? Layer with a bodysuit or teddy silhouette for one-piece impact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-card\"\u003e\n\u003cstrong\u003eChoose for the mood\u003c\/strong\u003e\n\u003cp\u003eLace-forward reads romantic and refined. Cleaner lines read modern and editorial. Pick one focal point and let the silhouette stay edited.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-card\"\u003e\n\u003cstrong\u003eChoose for comfort longevity\u003c\/strong\u003e\n\u003cp\u003ePremium lingerie should feel soft and stable for more than a moment. If it requires constant adjusting, it’s not the right build for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-callout\"\u003e\n\u003cp style=\"margin: 0;\"\u003eHauteFlair standard: the best “sexy” is effortless—refined lines, luxurious texture, and a fit that stays composed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hf-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- STYLING --\u003e\n\u003csection id=\"hf-style\" class=\"hf-section\"\u003e\n\u003ch2\u003eHow to Style Bracli Pearl Thong Lingerie\u003c\/h2\u003e\n\u003cp\u003eLuxury styling is about editing. Bracli’s signature detail already makes a statement, so keep the rest of the look intentional and clean. Choose one direction—coordinated set, sleek one-piece, or soft romance—and let the pearl accent be the focal point.\u003c\/p\u003e\n\u003ch3\u003e1) The curated set\u003c\/h3\u003e\n\u003cp\u003ePair the pearl thong with complementary lingerie pieces for a cohesive, styled finish. Coordinated sets feel put-together instantly and photograph beautifully.\u003c\/p\u003e\n\u003ch3\u003e2) The one-piece impact\u003c\/h3\u003e\n\u003cp\u003eFor instant “styled,” layer with a teddy or bodysuit silhouette. The goal is clean lines with one signature detail—refined, not overdone.\u003c\/p\u003e\n\u003ch3\u003e3) The soft, intimate lane\u003c\/h3\u003e\n\u003cp\u003eIf you want comfort-forward sensuality, keep the palette calm and the fabrics soft. A refined thong paired with a sleepwear layer creates an elevated, effortless mood.\u003c\/p\u003e\n\u003cdiv class=\"hf-callout\"\u003e\n\u003cp style=\"margin: 0;\"\u003eStyling rule: one focal point wins. Let the pearls lead, and keep everything else composed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hf-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- CARE --\u003e\n\u003csection id=\"hf-care\" class=\"hf-section\"\u003e\n\u003ch2\u003eCare \u0026amp; Longevity\u003c\/h2\u003e\n\u003cp\u003ePearl-accented lingerie should be treated like the luxury it is. Gentle care preserves softness, shape, and finishing—so your piece stays polished wear after wear.\u003c\/p\u003e\n\u003cul class=\"hf-list\"\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-weight: bold; color: #111;\"\u003eWash gently:\u003c\/strong\u003e cool water + mild detergent help protect lace and elastic.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-weight: bold; color: #111;\"\u003eUse a lingerie bag:\u003c\/strong\u003e prevents friction and snagging from other garments.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-weight: bold; color: #111;\"\u003eAvoid high heat:\u003c\/strong\u003e heat weakens elasticity and dulls premium finishing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-weight: bold; color: #111;\"\u003eAir dry:\u003c\/strong\u003e helps maintain structure and softness.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-weight: bold; color: #111;\"\u003eStore thoughtfully:\u003c\/strong\u003e keep away from rough hardware that can catch lace.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hf-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hf-section\" id=\"hf-faq\"\u003e\n\u003ch2\u003eBracli Pearl Thong FAQ\u003c\/h2\u003e\n\u003cp\u003eLimited questions, deeper answers—built for clarity, confidence, and AEO.\u003c\/p\u003e\n\u003cdiv class=\"hf-accordion\" role=\"list\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e1) What is the Bracli pearl thong?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eThe Bracli pearl thong is a signature lingerie silhouette featuring luminous pearl detailing and refined, minimal lines. It’s designed to feel elevated and sensual while staying secure and polished in motion.\u003c\/p\u003e\n\u003cp\u003eWhat makes it iconic is restraint: a clean silhouette, premium finishing, and a distinctive detail that reads luxurious rather than loud.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e2) Is “Bracli pearl thong” the same as “pearl thong lingerie”?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003e“Pearl thong lingerie” is a broader category that may include many styles from different brands. “Bracli pearl thong” refers specifically to Bracli’s signature design language and finishing.\u003c\/p\u003e\n\u003cp\u003eIf you want the original, brand-recognized silhouette, Bracli is the term to prioritize.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e3) How should a pearl thong fit?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eA polished fit feels secure and smooth: straps adjust without digging, edges lie flat, and the piece stays composed as you move. The goal is “set-and-forget” confidence—no constant adjusting.\u003c\/p\u003e\n\u003cp\u003eIf you’re between sizes, prioritize the size that keeps edges smooth and straps comfortable once adjusted.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e4) What makes Bracli lingerie feel “luxury”?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eLuxury is the combination of refined materials, thoughtful construction, and finishing that stays polished over time. In practice: soft lace, stable support, smooth edges, and details that feel intentional—not excessive.\u003c\/p\u003e\n\u003cp\u003eWhen lingerie is built well, it looks refined up close and feels comfortable on skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e5) How do I style a Bracli pearl thong as a complete look?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eKeep it edited: choose one styling lane—coordinated set, sleek one-piece, or soft romance—and let the pearls be the focal point.\u003c\/p\u003e\n\u003cp\u003eFor instant cohesion, pair with lingerie sets. For editorial impact, layer with a bodysuit or teddy silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e6) Does a pearl thong work for gifting?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eYes—especially when the design is refined and iconic. For gifting, prioritize comfort-forward construction and adjustable features that help the piece fit beautifully.\u003c\/p\u003e\n\u003cp\u003eIf you’re unsure, choose a style known for adjustability and a silhouette that feels classic rather than overly complicated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e7) Is this lingerie comfortable enough for longer wear?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eComfort depends on construction and fit. Premium finishing, soft-touch lace, and adjustability help lingerie stay comfortable beyond a moment.\u003c\/p\u003e\n\u003cp\u003eIf a piece distracts you, it’s usually a fit issue. The right size and adjustment should feel secure, not restrictive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e8) What’s the best way to care for pearl-accented lingerie?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eGentle washing, low friction, and no high heat. Use a lingerie bag, wash cool with mild detergent, and air dry to preserve elasticity and finishing.\u003c\/p\u003e\n\u003cp\u003eThoughtful storage also helps prevent snagging and keeps the piece looking new.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e9) What’s the difference between lace panties and a pearl thong?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eLace panties often focus on texture and coverage. A pearl thong is defined by minimal lines and a statement detail that becomes the focal point.\u003c\/p\u003e\n\u003cp\u003eIf you want refined texture, lace panties are a wardrobe staple. If you want iconic detail and minimalist impact, the pearl thong is the statement lane.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e10) Can Bracli pearl thong lingerie be part of a luxury lingerie wardrobe?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eAbsolutely. It works best as an intentional statement piece within a refined wardrobe—paired with clean silhouettes and premium fabrics.\u003c\/p\u003e\n\u003cp\u003eLuxury wardrobes are built by choosing pieces you can repeat. Start with one iconic focal piece, then build cohesive looks around it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 11 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e11) Is there a best occasion for wearing a pearl thong?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eOccasion is personal—many wear it as a confidence piece, not just for a moment. It’s ideal whenever you want lingerie that feels intentional and elevated.\u003c\/p\u003e\n\u003cp\u003eFor gifting and romantic moments, the refined styling and iconic detail make it a memorable choice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 12 --\u003e\n\u003cdiv class=\"hf-acc-item\" role=\"listitem\"\u003e\n\u003cbutton class=\"hf-acc-q\" type=\"button\"\u003e\u003cspan\u003e\u003cstrong\u003e12) Where should I start if I’m new to Bracli lingerie?\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"hf-acc-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"hf-acc-a\"\u003e\n\u003cp\u003eStart with one silhouette that feels wearable: prioritize adjustability, comfort, and refined finishing. Once you love the fit, you can expand into coordinated looks.\u003c\/p\u003e\n\u003cp\u003eIf you want a complete outfit quickly, explore lingerie sets. For sleek impact, consider a bodysuit or teddy silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hf-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"hf-section\" id=\"hf-cta\"\u003e\n\u003ch2\u003eShop Bracli Pearl Thong Lingerie at HauteFlair\u003c\/h2\u003e\n\u003cp\u003eThe Bracli pearl thong is iconic because it’s intentional: refined lace, minimal lines, signature pearls, and a fit that stays composed. Choose the silhouette that feels effortless on your body, then style it with restraint—one focal point, clean lines, and confidence as the finish.\u003c\/p\u003e\n\u003cdiv class=\"hf-callout\"\u003e\n\u003cp style=\"margin: 0;\"\u003eHauteFlair standard: elevated, confidence-forward, never vulgar—luxury design you can actually wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nFAQ SCHEMA JSON-LD (MATCHES THE 12 FAQ QUESTIONS ABOVE EXACTLY)\n========================================================= --\u003e\n\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"FAQPage\",\n  \"mainEntity\":[\n    {\n      \"@type\":\"Question\",\n      \"name\":\"1) What is the Bracli pearl thong?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"The Bracli pearl thong is a signature lingerie silhouette featuring luminous pearl detailing and refined, minimal lines. It’s designed to feel elevated and sensual while staying secure and polished in motion.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"2) Is “Bracli pearl thong” the same as “pearl thong lingerie”?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"“Pearl thong lingerie” is a broader category that may include many styles from different brands. “Bracli pearl thong” refers specifically to Bracli’s signature design language and finishing. If you want the original, brand-recognized silhouette, Bracli is the term to prioritize.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"3) How should a pearl thong fit?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"A polished fit feels secure and smooth: straps adjust without digging, edges lie flat, and the piece stays composed as you move. The goal is set-and-forget confidence with no constant adjusting.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"4) What makes Bracli lingerie feel “luxury”?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Luxury is the combination of refined materials, thoughtful construction, and finishing that stays polished over time—soft lace, stable support, smooth edges, and details that feel intentional rather than excessive.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"5) How do I style a Bracli pearl thong as a complete look?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Keep it edited: choose one lane—coordinated set, sleek one-piece, or soft romance—and let the pearls be the focal point. For instant cohesion, pair with lingerie sets; for editorial impact, layer with a bodysuit or teddy silhouette.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"6) Does a pearl thong work for gifting?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Yes—especially when the design is refined and iconic. For gifting, prioritize comfort-forward construction and adjustable features that help the piece fit beautifully.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"7) Is this lingerie comfortable enough for longer wear?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Comfort depends on construction and fit. Premium finishing, soft-touch lace, and adjustability help lingerie stay comfortable beyond a moment. The right size and adjustment should feel secure, not restrictive.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"8) What’s the best way to care for pearl-accented lingerie?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Use gentle care: wash cool with mild detergent, use a lingerie bag, avoid high heat, and air dry. Thoughtful storage prevents snagging and helps keep the piece looking new.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"9) What’s the difference between lace panties and a pearl thong?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Lace panties often focus on texture and coverage. A pearl thong is defined by minimal lines and a statement detail. If you want refined texture, lace panties are a wardrobe staple; if you want iconic detail and minimalist impact, the pearl thong is the statement lane.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"10) Can Bracli pearl thong lingerie be part of a luxury lingerie wardrobe?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Absolutely. It works best as an intentional statement piece within a refined wardrobe—paired with clean silhouettes and premium fabrics. Start with one iconic focal piece, then build cohesive looks around it.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"11) Is there a best occasion for wearing a pearl thong?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Occasion is personal—many wear it as a confidence piece, not just for a moment. It’s ideal whenever you want lingerie that feels intentional and elevated, including gifting and romantic moments.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"12) Where should I start if I’m new to Bracli lingerie?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Start with one silhouette that feels wearable: prioritize adjustability, comfort, and refined finishing. Once you love the fit, expand into coordinated looks like lingerie sets or sleek layers like bodysuits and teddies.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript\u003e\n  \/\/ Accessible accordion toggle\n  (function(){\n    var items = document.querySelectorAll('.hf-acc-item');\n    if(!items || !items.length) return;\n    items.forEach(function(item){\n      var q = item.querySelector('.hf-acc-q');\n      if(!q) return;\n      q.addEventListener('click', function(){\n        item.classList.toggle('hf-acc-open');\n      });\n    });\n  })();\n\u003c\/script\u003e\u003c\/p\u003e","products":[{"product_id":"bracli-pearl-thong-lace-bodysuit","title":"Bracli London Pearl Thong Bodysuit","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Pearl Thong Bodysuit\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the London collection that pairs sheer elegance with pearl detail—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n          \u003cli\u003eLayerable styling—wear under a blazer or as a reveal\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bodysuits\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31651096559662,"sku":"BR-LONDON BODY-1","price":189.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31651096592430,"sku":"BR-LONDON BODY-2","price":189.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31651096625198,"sku":"BR-LONDON BODY-3","price":189.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":32685605453870,"sku":"BR-LONDON BODY-3","price":189.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bodysuits-bracli-london-pearl-thong-lace-bodysuit-13869550960686.jpg?v=1768187495"},{"product_id":"high-waist-brief-pearl-thong","title":"Bracli London High Waist Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London High Waist Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Pearl Thong\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31651159703598,"sku":"BR-London High Waist -1","price":119.0,"currency_code":"USD","in_stock":false},{"title":"M \/ BLACK","offer_id":31651159736366,"sku":"BR-London High Waist -2","price":119.0,"currency_code":"USD","in_stock":false},{"title":"L \/ BLACK","offer_id":31651159801902,"sku":"BR-London High Waist -3","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31651159834670,"sku":"BR-London High Waist -4","price":119.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-pearl-thong-s-black-bracli-london-high-waist-brief-pearl-thong-13869715161134.jpg?v=1744291019"},{"product_id":"bracli-sheer-lace-bra-top","title":"Bracli London Top Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Top Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the London collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps for a tailored fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Lingerie Top\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31651187261486,"sku":"BR-LONDON-1","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31651187294254,"sku":"BR-LONDON-2","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31651187327022,"sku":"BR-LONDON-3","price":99.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31651187359790,"sku":"BR-LONDON-4","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-lingerie-top-bracli-london-sheer-lace-bra-top-13869792854062.jpg?v=1768187088"},{"product_id":"bracli-london-pearl-thong-panty","title":"Bracli London High Waist Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London High Waist Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Pearl Thong\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31651553443886,"sku":"BR-LONDON PANTY-1","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31651553476654,"sku":"BR-LONDON PANTY-2","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31651553509422,"sku":"BR-LONDON PANTY-3","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31651553542190,"sku":"BR-LONDON PANTY-4","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-pearl-thong-bracli-london-high-waist-panty-13870187315246.jpg?v=1710741167"},{"product_id":"bracli-london-harness-cage-bra","title":"Bracli London Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the London collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps for a tailored fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Cage Bra\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31651562979374,"sku":"BR-LONDON BRA-1","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31651563012142,"sku":"BR-LONDON BRA-2","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31651563044910,"sku":"BR-LONDON BRA-3","price":109.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31651563077678,"sku":"BR-LONDON BRA-4","price":109.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-cage-bra-bracli-london-bra-13870207041582.jpg?v=1768186967"},{"product_id":"bracli-london-brief-pearl-thong","title":"Bracli London Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Pearl Thong\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31651750182958,"sku":"BR-LONDON BRIEF-01-1","price":94.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31651750215726,"sku":"BR-LONDON BRIEF-01-2","price":94.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31651750248494,"sku":"BR-LONDON BRIEF-01-3","price":94.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31651750281262,"sku":"BR-LONDON BRIEF-01-4","price":94.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-pearl-thong-s-black-bracli-london-brief-pearl-thong-15610236141614.jpg?v=1768187130"},{"product_id":"bracli-london-satin-elastic-straps-suspender","title":"Bracli London Suspender Satin","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Suspender Satin\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A waist-framing lingerie accessory from the London collection, crafted to elevate matching sets with a daring, couture-inspired finish.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eWaist framing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLayerable\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eFrames the waist and hips with a couture-inspired fit\u003c\/li\u003e\n          \u003cli\u003eDesigned to elevate matching briefs and thongs\u003c\/li\u003e\n          \u003cli\u003ePerfect for layering over lingerie sets\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to frame the waist and hips with secure, couture-inspired placement. Wear it to elevate a matching set or to transform a simple lingerie look.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003ePlacement\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eWaist\/hip framing\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eStraps\/closures (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eStyling\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLayerable statement piece\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e GARTER BELT\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31656328658990,"sku":"BR-SUSPENDER-1","price":79.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31656328691758,"sku":"BR-SUSPENDER-2","price":79.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31656328724526,"sku":"BR-SUSPENDER-3","price":79.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31656328757294,"sku":"BR-SUSPENDER-4","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-garter-belt-s-black-bracli-london-satin-elastic-straps-garter-belt-28304393928750.jpg?v=1768186928"},{"product_id":"bracli-g-string-pearl-thong","title":"Bracli London G-String Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London G-String Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Pearl Thong\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ BLACK","offer_id":31670775316526,"sku":"BR-LG-1","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ BLACK","offer_id":31670775349294,"sku":"BR-LG-2","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ BLACK","offer_id":31670775382062,"sku":"BR-LG-3","price":99.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ BLACK","offer_id":31670775414830,"sku":"BR-LG-4","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-pearl-thong-s-black-bracli-london-g-string-pearl-thong-28181478309934.jpg?v=1628550538"},{"product_id":"bracli-sydney-bra","title":"Bracli Sydney Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Sydney collection, finished with pearl detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 73% Polyamide, 21% Elastane, 4% Polyester, 2% Metallic fiber\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bras\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32806459932718,"sku":"BR-SYDNEY-BRA-02","price":99.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Blue","offer_id":32806459899950,"sku":"BR-SYDNEY-BRA-04","price":99.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806459965486,"sku":"BR-SYDNEY-BRA-03","price":99.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Red","offer_id":32806459998254,"sku":"BR-SYDNEY-BRA-04","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806460063790,"sku":"BR-SYDNEY-BRA-06","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Blue","offer_id":32806460031022,"sku":"BR-SYDNEY-BRA-05","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806460096558,"sku":"BR-SYDNEY-BRA-07","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Red","offer_id":32806460129326,"sku":"BR-SYDNEY-BRA-08","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806460194862,"sku":"BR-SYDNEY-BRA-010","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Blue","offer_id":32806460162094,"sku":"BR-SYDNEY-BRA-09","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806460227630,"sku":"BR-SYDNEY-BRA-011","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Red","offer_id":32806460260398,"sku":"BR-SYDNEY-BRA-012","price":99.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806460325934,"sku":"BR-SYDNEY-BRA-014","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Blue","offer_id":32806460293166,"sku":"BR-SYDNEY-BRA-013","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Ivory","offer_id":32806460358702,"sku":"BR-SYDNEY-BRA-015","price":99.0,"currency_code":"USD","in_stock":false},{"title":"XL \/ Red","offer_id":32806460391470,"sku":"BR-SYDNEY-BRA-15","price":99.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bras-s-black-bracli-sydney-bra-15627630149678.jpg?v=1768187539"},{"product_id":"sydney-bralette","title":"Bracli Sydney Bralette Top","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Bralette Top\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Sydney collection, finished with pearl detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 73% Polyamide, 21% Elastane, 4% Polyester, 2% Metallic fiber\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e SYDNEY BRALETTE\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Blue","offer_id":32806477299758,"sku":"BR-SYDNEY-BRALETTE-04","price":89.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Black","offer_id":32806477332526,"sku":"BR-SYDNEY-BRALETTE-01","price":89.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806477365294,"sku":"BR-SYDNEY-BRALETTE-02","price":89.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Red","offer_id":32806477398062,"sku":"BR-SYDNEY-BRALETTE-03","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Blue","offer_id":32806477430830,"sku":"BR-SYDNEY-BRALETTE-08","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806477463598,"sku":"BR-SYDNEY-BRALETTE-05","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806477496366,"sku":"BR-SYDNEY-BRALETTE-06","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Red","offer_id":32806477529134,"sku":"BR-SYDNEY-BRALETTE-07","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Blue","offer_id":32806477561902,"sku":"BR-SYDNEY-BRALETTE-12","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806477594670,"sku":"BR-SYDNEY-BRALETTE-09","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806477627438,"sku":"BR-SYDNEY-BRALETTE-10","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Red","offer_id":32806477660206,"sku":"BR-SYDNEY-BRALETTE-11","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Blue","offer_id":32806477692974,"sku":"BR-SYDNEY-BRALETTE-16","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806477725742,"sku":"BR-SYDNEY-BRALETTE-13","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806477758510,"sku":"BR-SYDNEY-BRALETTE-14","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Red","offer_id":32806477791278,"sku":"BR-SYDNEY-BRALETTE-15","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-sydney-bralette-sydney-bralette-15568308600878-613414.jpg?v=1768187373"},{"product_id":"bracli-sydney-thong-bodysuit","title":"Bracli Sydney Body Single Bodysuit","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Body Single Bodysuit\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the Sydney collection that pairs sheer elegance with pearl detail—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSculpting silhouette\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n          \u003cli\u003eLayerable styling—wear under a blazer or as a reveal\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 73% Polyamide, 21% Elastane, 4% Polyester, 2% Metallic fiber\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e SYDNEY BODY SINGLE\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32806496043054,"sku":"BR-SYDNEY-BODY-SINGLE-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806496075822,"sku":"BR-SYDNEY-BODY-SINGLE-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Red","offer_id":32806496108590,"sku":"BR-SYDNEY-BODY-SINGLE-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Blue","offer_id":32806496010286,"sku":"BR-SYDNEY-BODY-SINGLE-04","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806496174126,"sku":"BR-SYDNEY-BODY-SINGLE-05","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806496206894,"sku":"BR-SYDNEY-BODY-SINGLE-06","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Red","offer_id":32806496239662,"sku":"BR-SYDNEY-BODY-SINGLE-07","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Blue","offer_id":32806496141358,"sku":"BR-SYDNEY-BODY-SINGLE-08","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806496305198,"sku":"BR-SYDNEY-BODY-SINGLE-09","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806496337966,"sku":"BR-SYDNEY-BODY-SINGLE-10","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Red","offer_id":32806496370734,"sku":"BR-SYDNEY-BODY-SINGLE-11","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Blue","offer_id":32806496272430,"sku":"BR-SYDNEY-BODY-SINGLE-12","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806496436270,"sku":"BR-SYDNEY-BODY-SINGLE-13","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806496469038,"sku":"BR-SYDNEY-BODY-SINGLE-14","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Red","offer_id":32806496501806,"sku":"BR-SYDNEY-BODY-SINGLE-15","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Blue","offer_id":32806496403502,"sku":"BR-SYDNEY-BODY-SINGLE-16","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-sydney-body-single-bracli-sydney-perl-thong-bodysuit-28181345697838-182941.jpg?v=1768186234"},{"product_id":"sydney-slip-dress","title":"Bracli Sydney Slip Dress","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Slip Dress\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sleek slip dress from the Sydney collection with lingerie-level finishing and pearl detail accents—designed for after-dark ease.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Lightweight and fluid against the skin, with lingerie-level finishing that makes it feel as good as it looks—perfect for layering or wearing solo.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSlip dress drape\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSoft, lightweight handfeel\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eStyling\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLayerable + photo-ready\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 73% Polyamide, 21% Elastane, 4% Polyester, 2% Metallic fiber\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e SYDNEY SLIP DRESS\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32806497288238,"sku":"BR-SYDNEY-SLIP-DRESS-01","price":129.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806497321006,"sku":"BR-SYDNEY-SLIP-DRESS-02","price":129.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806497353774,"sku":"BR-SYDNEY-SLIP-DRESS-03","price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-sydney-slip-dress-sydney-slip-dress-15568329506862-153893.jpg?v=1767680985"},{"product_id":"bracli-geneva-peal-thong-panty","title":"Bracli Geneva Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Geneva Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Geneva bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStatement lingerie\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eBracli signature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n          \u003cli\u003eMade to pair with matching bras and bodysuits\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 87% Polyamide , 13% Elastane\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e GENEVA PANTY\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eGeneva\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32806499516462,"sku":"BR-GENEVA-PANTY-01","price":89.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806499549230,"sku":"BR-GENEVA-PANTY-02","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806499581998,"sku":"BR-GENEVA-PANTY-03","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806499614766,"sku":"BR-GENEVA-PANTY-04","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806499647534,"sku":"BR-GENEVA-PANTY-05","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806499680302,"sku":"BR-GENEVA-PANTY-06","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806499713070,"sku":"BR-GENEVA-PANTY-07","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806499745838,"sku":"BR-GENEVA-PANTY-08","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-geneva-panty-s-black-bracli-geneva-peal-thong-panty-15610204389422.jpg?v=1766121154"},{"product_id":"bracli-sydney-panty","title":"Bracli Sydney Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Sydney bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n          \u003cli\u003eMade to pair with matching bras and bodysuits\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 73% Polyamide, 21% Elastane, 4% Polyester, 2% Metallic fiber\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e SYDNEY PANTY\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32806502793262,"sku":"BR-SYDNEY-PANTY-01","price":79.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Blue","offer_id":32806502760494,"sku":"BR-SYDNEY-PANTY-04","price":79.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806502826030,"sku":"BR-SYDNEY-PANTY-02","price":79.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Red","offer_id":32806502858798,"sku":"BR-SYDNEY-PANTY-03","price":79.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806502924334,"sku":"BR-SYDNEY-PANTY-05","price":79.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Blue","offer_id":32806502891566,"sku":"BR-SYDNEY-PANTY-08","price":79.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806502957102,"sku":"BR-SYDNEY-PANTY-06","price":79.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Red","offer_id":32806502989870,"sku":"BR-SYDNEY-PANTY-07","price":79.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806503055406,"sku":"BR-SYDNEY-PANTY-09","price":79.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Blue","offer_id":32806503022638,"sku":"BR-SYDNEY-PANTY-12","price":79.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806503088174,"sku":"BR-SYDNEY-PANTY-10","price":79.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Red","offer_id":32806503120942,"sku":"BR-SYDNEY-PANTY-11","price":79.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806503186478,"sku":"BR-SYDNEY-PANTY-13","price":79.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Blue","offer_id":32806503153710,"sku":"BR-SYDNEY-PANTY-16","price":79.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806503219246,"sku":"BR-SYDNEY-PANTY-14","price":79.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Red","offer_id":32806503252014,"sku":"BR-SYDNEY-PANTY-15","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-sydney-panty-bracli-sydney-panty-15627640504366.jpg?v=1766121439"},{"product_id":"sydney-single","title":"Bracli Sydney Single Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Single Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Sydney bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 73% Polyamide, 21% Elastane, 4% Polyester, 2% Metallic fiber\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e SYDNEY SINGLE\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Blue","offer_id":32806503284782,"sku":"BR-SYDNEY-SINGLE-04","price":72.24,"currency_code":"USD","in_stock":true},{"title":"S \/ Black","offer_id":32806503317550,"sku":"BR-SYDNEY-SINGLE-01","price":72.24,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806503350318,"sku":"BR-SYDNEY-SINGLE-02","price":72.24,"currency_code":"USD","in_stock":true},{"title":"S \/ Red","offer_id":32806503383086,"sku":"BR-SYDNEY-SINGLE-03","price":72.24,"currency_code":"USD","in_stock":true},{"title":"M \/ Blue","offer_id":32806503415854,"sku":"BR-SYDNEY-SINGLE-08","price":72.24,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806503448622,"sku":"BR-SYDNEY-SINGLE-05","price":72.24,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806503481390,"sku":"BR-SYDNEY-SINGLE-06","price":72.24,"currency_code":"USD","in_stock":true},{"title":"M \/ Red","offer_id":32806503514158,"sku":"BR-SYDNEY-SINGLE-07","price":72.24,"currency_code":"USD","in_stock":true},{"title":"L \/ Blue","offer_id":32806503546926,"sku":"BR-SYDNEY-SINGLE-12","price":72.24,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806503579694,"sku":"BR-SYDNEY-SINGLE-09","price":72.24,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806503612462,"sku":"BR-SYDNEY-SINGLE-10","price":72.24,"currency_code":"USD","in_stock":true},{"title":"L \/ Red","offer_id":32806503645230,"sku":"BR-SYDNEY-SINGLE-11","price":72.24,"currency_code":"USD","in_stock":true},{"title":"XL \/ Blue","offer_id":32806503677998,"sku":"BR-SYDNEY-SINGLE-16","price":72.24,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806503710766,"sku":"BR-SYDNEY-SINGLE-13","price":72.24,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806503743534,"sku":"BR-SYDNEY-SINGLE-14","price":72.24,"currency_code":"USD","in_stock":true},{"title":"XL \/ Red","offer_id":32806503776302,"sku":"BR-SYDNEY-SINGLE-15","price":72.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-sydney-single-sydney-single-15568315809838-403498.jpg?v=1715812650"},{"product_id":"bracli-sydney-double-pearl-thong","title":"Bracli Sydney Double Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Sydney Double Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Sydney bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eItalian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eItalian lace for a refined, lingerie-luxe texture\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Italian lace, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Thong\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eSydney\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32806504071214,"sku":"BR-SYDNEY-DOUBLE-01","price":98.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Red","offer_id":32806504136750,"sku":"BR-SYDNEY-DOUBLE-03","price":98.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":32806504103982,"sku":"BR-SYDNEY-DOUBLE-02","price":98.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Blue","offer_id":32806504038446,"sku":"BR-SYDNEY-DOUBLE-04","price":98.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806504202286,"sku":"BR-SYDNEY-DOUBLE-05","price":98.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Red","offer_id":32806504267822,"sku":"BR-SYDNEY-DOUBLE-07","price":98.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806504235054,"sku":"BR-SYDNEY-DOUBLE-06","price":98.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Blue","offer_id":32806504169518,"sku":"BR-SYDNEY-DOUBLE-08","price":98.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806504333358,"sku":"BR-SYDNEY-DOUBLE-09","price":98.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Red","offer_id":32806504398894,"sku":"BR-SYDNEY-DOUBLE-11","price":98.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806504366126,"sku":"BR-SYDNEY-DOUBLE-10","price":98.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Blue","offer_id":32806504300590,"sku":"BR-SYDNEY-DOUBLE-12","price":98.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806504464430,"sku":"BR-SYDNEY-DOUBLE-13","price":98.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Red","offer_id":32806504529966,"sku":"BR-SYDNEY-DOUBLE-15","price":98.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806504497198,"sku":"BR-SYDNEY-DOUBLE-14","price":98.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Blue","offer_id":32806504431662,"sku":"BR-SYDNEY-DOUBLE-16","price":98.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-thong-s-black-sydney-double-15568314826798-532287.jpg?v=1715812646"},{"product_id":"bracli-geneva-bra","title":"Bracli Geneva Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Geneva Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Geneva collection, finished with pearl detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStrappy finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eBracli signature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 87% Polyamide , 13% Elastane\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bras\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eGeneva\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Ivory","offer_id":32806514458670,"sku":"BR-GENEVA-BRA-02","price":89.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Black","offer_id":32806514393134,"sku":"BR-GENEVA-BRA-01","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806514491438,"sku":"BR-GENEVA-BRA-04","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806514425902,"sku":"BR-GENEVA-BRA-03","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bras-bracli-geneva-bra-15568304242734.jpg?v=1710740847"},{"product_id":"bracli-geneva-peal-thong-bodysuit","title":"Bracli Geneva Body Pearl Panty Bodysuit","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Geneva Body Pearl Panty Bodysuit\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the Geneva collection that pairs sheer elegance with pearl detail—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSculpting silhouette\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eEditorial-ready\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eBracli signature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n          \u003cli\u003eLayerable styling—wear under a blazer or as a reveal\u003c\/li\u003e\n          \u003cli\u003eDesigned to flatter from every angle\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 87% Polyamide , 13% Elastane\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bodysuits\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eGeneva\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Ivory","offer_id":32806515310638,"sku":"BR-GENEVA-BODY-02","price":139.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Black","offer_id":32806515277870,"sku":"BR-GENEVA-BODY-01","price":139.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":32806515376174,"sku":"BR-GENEVA-BODY-04","price":139.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32806515343406,"sku":"BR-GENEVA-BODY-03","price":139.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":32806515441710,"sku":"BR-GENEVA-BODY-06","price":139.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32806515408942,"sku":"BR-GENEVA-BODY-05","price":139.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":32806515507246,"sku":"BR-GENEVA-BODY-08","price":139.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32806515474478,"sku":"BR-GENEVA-BODY-07","price":139.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bodysuits-s-ivory-bracli-geneva-peal-thong-bodysuit-28181547843630.jpg?v=1768185573"},{"product_id":"kyoto-body","title":"Bracli Kyoto Body Pearl Thong Bodysuit","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Kyoto Body Pearl Thong Bodysuit\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the Kyoto collection that pairs sheer elegance with pearl detail—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSculpting silhouette\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n          \u003cli\u003eLayerable styling—wear under a blazer or as a reveal\u003c\/li\u003e\n          \u003cli\u003eDesigned to flatter from every angle\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e KYOTO BODY\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eKyoto\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822906880046,"sku":"BR-KYOTO-BODY-01","price":159.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822906912814,"sku":"BR-KYOTO-BODY-02","price":159.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822906945582,"sku":"BR-KYOTO-BODY-03","price":159.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822906978350,"sku":"BR-KYOTO-BODY-04","price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-kyoto-body-kyoto-body-15602526388270-629690.jpg?v=1715812639"},{"product_id":"kyoto-bra","title":"Bracli Kyoto Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Kyoto Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Kyoto collection, finished with pearl detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps for a tailored fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e KYOTO BRA\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eKyoto\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822907043886,"sku":"BR-KYOTO-BRA-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822907076654,"sku":"BR-KYOTO-BRA-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822907109422,"sku":"BR-KYOTO-BRA-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822907142190,"sku":"BR-KYOTO-BRA-04","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-kyoto-bra-s-black-kyoto-bra-15602524979246-195177.jpg?v=1744291010"},{"product_id":"vienna-g-string","title":"Bracli Vienna G-String Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Vienna G-String Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Vienna bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e VIENNA G-STRING\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eVienna\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822907338798,"sku":"BR-VIENNA-G-STRING-01","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822907371566,"sku":"BR-VIENNA-G-STRING-02","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822907404334,"sku":"BR-VIENNA-G-STRING-03","price":99.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822907437102,"sku":"BR-VIENNA-G-STRING-04","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-vienna-g-string-vienna-g-string-15602516000814-296858.jpg?v=1766121829"},{"product_id":"vienna-brief","title":"Bracli Vienna Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Vienna Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Vienna bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStatement lingerie\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e VIENNA BRIEF\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eVienna\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822907830318,"sku":"BR-VIENNA-BRIEF-01","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822907863086,"sku":"BR-VIENNA-BRIEF-02","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822907895854,"sku":"BR-VIENNA-BRIEF-03","price":109.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822907928622,"sku":"BR-VIENNA-BRIEF-04","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-vienna-brief-vienna-brief-28239001452590-334467.jpg?v=1768186876"},{"product_id":"vienna-high-waist-brief","title":"Bracli Vienna High Waist Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Vienna High Waist Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Vienna bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n          \u003cli\u003eMade to pair with matching bras and bodysuits\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e VIENNA HIGH WAIST BRIEF\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eVienna\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822908059694,"sku":"BR-VIENNA-HIGH-WAIST-BRIEF-01","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822908092462,"sku":"BR-VIENNA-HIGH-WAIST-BRIEF-02","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822908125230,"sku":"BR-VIENNA-HIGH-WAIST-BRIEF-03","price":109.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822908157998,"sku":"BR-VIENNA-HIGH-WAIST-BRIEF-04","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-vienna-high-waist-brief-vienna-high-waist-brief-15602513805358-466451.jpg?v=1768186779"},{"product_id":"vienna-harness-garter","title":"Bracli Vienna Harness Garter","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Vienna Harness Garter\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A waist-framing lingerie accessory from the Vienna collection, crafted to elevate matching sets with a daring, couture-inspired finish.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eWaist framing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLayerable\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eFrames the waist and hips with a couture-inspired fit\u003c\/li\u003e\n          \u003cli\u003eDesigned to elevate matching briefs and thongs\u003c\/li\u003e\n          \u003cli\u003ePerfect for layering over lingerie sets\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to frame the waist and hips with secure, couture-inspired placement. Wear it to elevate a matching set or to transform a simple lingerie look.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003ePlacement\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eWaist\/hip framing\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eStraps\/closures (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eStyling\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLayerable statement piece\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e VIENNA HARNESS GARTER\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eVienna\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822908190766,"sku":"BR-VIENNA-HARNESS-GARTER-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822908223534,"sku":"BR-VIENNA-HARNESS-GARTER-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822908256302,"sku":"BR-VIENNA-HARNESS-GARTER-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822908289070,"sku":"BR-VIENNA-HARNESS-GARTER-04","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-vienna-harness-garter-vienna-harness-garter-28291325493294-302643.jpg?v=1768187255"},{"product_id":"vienna-crossed-bra","title":"Bracli Vienna Crossed Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Vienna Crossed Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Vienna collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStrappy finish\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps for a tailored fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e VIENNA CROSSED BRA\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eVienna\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822908485678,"sku":"BR-VIENNA-CROSSED-BRA-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822908518446,"sku":"BR-VIENNA-CROSSED-BRA-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822908551214,"sku":"BR-VIENNA-CROSSED-BRA-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822908583982,"sku":"BR-VIENNA-CROSSED-BRA-04","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-vienna-crossed-bra-vienna-crossed-bra-28290738225198-696844.jpg?v=1715812646"},{"product_id":"vienna-halter-bra","title":"Bracli Vienna Halter Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Vienna Halter Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Vienna collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStrappy finish\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps for a tailored fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e VIENNA HALTER BRA\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eVienna\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822908616750,"sku":"BR-VIENNA-HALTER-BRA-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822908649518,"sku":"BR-VIENNA-HALTER-BRA-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822908682286,"sku":"BR-VIENNA-HALTER-BRA-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822908715054,"sku":"BR-VIENNA-HALTER-BRA-04","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-vienna-halter-bra-s-black-vienna-halter-bra-15602509938734-714148.jpg?v=1744291002"},{"product_id":"london-g-string","title":"Bracli London G-String Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London G-String Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON G-STRING\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822908780590,"sku":"BR-LONDON-G-STRING-01","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822908813358,"sku":"BR-LONDON-G-STRING-02","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822908846126,"sku":"BR-LONDON-G-STRING-03","price":99.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822908878894,"sku":"BR-LONDON-G-STRING-04","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-g-string-london-g-string-28170157817902-315301.jpg?v=1768186639"},{"product_id":"london-panty","title":"Bracli London Panty Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Panty Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n          \u003cli\u003eMade to pair with matching bras and bodysuits\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON PANTY\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822909009966,"sku":"BR-LONDON-PANTY-01","price":89.9,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822909042734,"sku":"BR-LONDON-PANTY-02","price":89.9,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822909075502,"sku":"BR-LONDON-PANTY-03","price":89.9,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822909108270,"sku":"BR-LONDON-PANTY-04","price":89.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-panty-london-panty-15602496962606-645529.jpg?v=1768187172"},{"product_id":"london-high-waist-brief","title":"Bracli London High Waist Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London High Waist Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined London bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n          \u003cli\u003eMade to pair with matching bras and bodysuits\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON HIGH WAIST BRIEF\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822909304878,"sku":"BR-LONDON-HIGH-WAIST-BRIEF-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822909337646,"sku":"BR-LONDON-HIGH-WAIST-BRIEF-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822909370414,"sku":"BR-LONDON-HIGH-WAIST-BRIEF-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822909403182,"sku":"BR-LONDON-HIGH-WAIST-BRIEF-04","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-high-waist-brief-london-high-waist-brief-15602494767150-923149.jpg?v=1768186803"},{"product_id":"london-body","title":"Bracli London Body Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Body Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the London collection that pairs sheer elegance with pearl detail—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSculpting silhouette\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n          \u003cli\u003eLayerable styling—wear under a blazer or as a reveal\u003c\/li\u003e\n          \u003cli\u003eDesigned to flatter from every angle\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON BODY\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822909468718,"sku":"BR-LONDON-BODY-01","price":189.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822909501486,"sku":"BR-LONDON-BODY-02","price":189.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822909534254,"sku":"BR-LONDON-BODY-03","price":189.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822909567022,"sku":"BR-LONDON-BODY-04","price":189.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-body-bracli-london-bodysuits-15602492735534-723432.jpg?v=1715812639"},{"product_id":"london-suspender","title":"Bracli London Suspender Satin","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Suspender Satin\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A waist-framing lingerie accessory from the London collection, crafted to elevate matching sets with a daring, couture-inspired finish.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eWaist framing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLayerable\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eFrames the waist and hips with a couture-inspired fit\u003c\/li\u003e\n          \u003cli\u003eDesigned to elevate matching briefs and thongs\u003c\/li\u003e\n          \u003cli\u003ePerfect for layering over lingerie sets\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to frame the waist and hips with secure, couture-inspired placement. Wear it to elevate a matching set or to transform a simple lingerie look.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003ePlacement\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eWaist\/hip framing\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eStraps\/closures (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eStyling\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLayerable statement piece\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON SUSPENDER\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822909796398,"sku":"BR-LONDON-SUSPENDER-01","price":79.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822909829166,"sku":"BR-LONDON-SUSPENDER-02","price":79.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822909861934,"sku":"BR-LONDON-SUSPENDER-03","price":79.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822909894702,"sku":"BR-LONDON-SUSPENDER-04","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-suspender-london-suspender-15602492309550-208601.jpg?v=1715812641"},{"product_id":"london-bra","title":"Bracli London Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the London collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSatin finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Satin finish, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON BRA\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822909927470,"sku":"BR-LONDON-BRA-01","price":119.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822909960238,"sku":"BR-LONDON-BRA-02","price":119.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822909993006,"sku":"BR-LONDON-BRA-03","price":119.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822910025774,"sku":"BR-LONDON-BRA-04","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-bra-s-black-london-bra-28304082337838-759603.jpg?v=1744290999"},{"product_id":"london-top","title":"Bracli London Bra Top","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli London Bra Top\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the London collection, finished with pearl detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e LONDON TOP\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eLondon\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822910517294,"sku":"BR-LONDON-TOP-01","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822910550062,"sku":"BR-LONDON-TOP-02","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":32822910582830,"sku":"BR-LONDON-TOP-03","price":99.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":32822910615598,"sku":"BR-LONDON-TOP-04","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-london-top-s-black-london-top-28244812562478-711485.jpg?v=1744290995"},{"product_id":"bracli-bella-bra","title":"Bracli Bella Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Bella Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Bella collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStrappy finish\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eBracli signature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bras\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eBella\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":32822910910510,"sku":"BR-BELLA-BRA-01","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":32822910943278,"sku":"BR-BELLA-BRA-02","price":89.0,"currency_code":"USD","in_stock":false},{"title":"L \/ Black","offer_id":32822910976046,"sku":"BR-BELLA-BRA-03","price":89.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/files\/bracli-bras-bracli-bella-bra-15605839790126.jpg?v=1768186992"},{"product_id":"manhattan-g-string","title":"Bracli Manhattan G-String Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan G-String Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Manhattan bottom with black pearls—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eBlack pearls\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e G-String Panties\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664589406254,"sku":"BR-MH-GSTRING","price":99.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664589439022,"sku":"BR-MH-GSTRING-2","price":99.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664589471790,"sku":"BR-MH-GSTRING-3","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664589504558,"sku":"BR-MH-GSTRING-4","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-g-string-panties-manhattan-g-string-28813230080046.jpg?v=1640805116"},{"product_id":"bracli-manhattan-brief-pearl-thong","title":"Bracli Manhattan Brief Pearl Thong","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Brief Pearl Thong\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Manhattan bottom with black pearls—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eBlack pearls\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Brief Panties\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664590094382,"sku":"BR-MH-BRIEF","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664590127150,"sku":"BR-MH-BRIEF-2","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664590159918,"sku":"BR-MH-BRIEF-3","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664590192686,"sku":"BR-MH-BRIEF-4","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-brief-panties-manhattan-brief-28813233455150.jpg?v=1766121184"},{"product_id":"bracli-manhattan-panty","title":"Bracli Manhattan Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Manhattan bottom with black pearls—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eBlack pearls\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Panties\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664590782510,"sku":"BR-MH-PANTY","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664590815278,"sku":"BR-MH-PANTY-2","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664590848046,"sku":"BR-MH-PANTY-3","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664590880814,"sku":"BR-MH-PANTY-4","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-panties-manhattan-panty-28813237321774.jpg?v=1769049071"},{"product_id":"bracli-manhattan-high-waist-brief-pearl-thong","title":"Bracli Manhattan High Waist Brief","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan High Waist Brief\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Manhattan bottom with black pearls—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eBlack pearls\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie\/elastic fit (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Brief Panties\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664591470638,"sku":"BR-MH-HWBRIEF","price":104.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664591503406,"sku":"BR-MH-HWBRIEF-2","price":104.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664591536174,"sku":"BR-MH-HWBRIEF-3","price":104.99,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664591568942,"sku":"BR-MH-HWBRIEF-4","price":104.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-brief-panties-manhattan-high-waist-brief-28813240696878.jpg?v=1768185344"},{"product_id":"bracli-manhattan-harness-garter","title":"Bracli Manhattan Harness Garter","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Harness Garter\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A waist-framing lingerie accessory from the Manhattan collection, crafted to elevate matching sets with a daring, couture-inspired finish.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eWaist framing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eAdjustable elements for a personalized fit\u003c\/li\u003e\n          \u003cli\u003eFrames the waist and hips with a couture-inspired fit\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to frame the waist and hips with secure, couture-inspired placement. Wear it to elevate a matching set or to transform a simple lingerie look.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003ePlacement\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eWaist\/hip framing\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eStraps\/closures (varies by style)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eStyling\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLayerable statement piece\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Garter Belt\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664593600558,"sku":"BR-MH-HGARTER","price":129.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664593633326,"sku":"BR-MH-HGARTER-2","price":129.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664593666094,"sku":"BR-MH-HGARTER-3","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664593698862,"sku":"BR-MH-HGARTER-4","price":129.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-harness-garter-manhattan-harness-garter-28813251346478.jpg?v=1768185304"},{"product_id":"bracli-manhattan-bra","title":"Bracli Manhattan Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Manhattan collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bra\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664594223150,"sku":"BR-MH-BRA","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664594255918,"sku":"BR-MH-BRA-2","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664594288686,"sku":"BR-MH-BRA-3","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664594321454,"sku":"BR-MH-BRA-4","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bra-manhattan-bra-28813254230062.jpg?v=1640498922"},{"product_id":"bracli-manhattan-crossed-bra","title":"Bracli Manhattan Crossed Bra","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Crossed Bra\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sheer, strappy bra from the Manhattan collection, finished with signature detail cues and modern detailing for an elevated set.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer detailing\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStrappy finish\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eSheer construction designed to highlight natural shape\u003c\/li\u003e\n          \u003cli\u003eStrappy detailing for a modern, statement look\u003c\/li\u003e\n          \u003cli\u003ePairs beautifully with matching pearl bottoms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sheer, body-framing fit designed to highlight your natural shape. Straps and trims are placed to feel secure while looking daring.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSupport\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight support, natural shaping\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAdjustable straps (where applicable)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer coverage with strappy detail\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bra\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664595075118,"sku":"BR-MH-CROSSEDBRA-1","price":109.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664595107886,"sku":"BR-MH-CROSSEDBRA-2","price":109.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664595140654,"sku":"BR-MH-CROSSEDBRA-3","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664595173422,"sku":"BR-MH-CROSSEDBRA-4","price":109.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bra-manhattan-crossed-bra-28813271629870.jpg?v=1648049432"},{"product_id":"bracli-manhattan-body-pearl-thong-bodysuit","title":"Bracli Manhattan Body Pearl Thong Bodysuit","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Body Pearl Thong Bodysuit\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the Manhattan collection that pairs sheer elegance with black pearls—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eBlack pearls\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSheer tulle\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eLurex straps\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003eSheer tulle panels for a barely-there look\u003c\/li\u003e\n          \u003cli\u003eLuminous straps for a striking, photo-ready finish\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace, Sheer tulle, Lurex straps\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bodysuits\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39664595566638,"sku":"BR-MH-BODY","price":179.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39664595599406,"sku":"BR-MH-BODY-2","price":179.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39664595632174,"sku":"BR-MH-BODY-3","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Plus \/ Black","offer_id":39664595664942,"sku":"BR-MH-BODY-4","price":179.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bodysuits-manhattan-body-28813260881966.jpg?v=1768185123"},{"product_id":"bracli-manhattan-glove","title":"Bracli Manhattan Glove","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Manhattan Glove\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A statement lace glove featuring black pearls detail—an unforgettable finishing touch from the Manhattan collection.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003eBlack pearls\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eRecycled Italian lace\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003ePatented design\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl touch\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSignature pearl detail designed for intimate wear\u003c\/li\u003e\n          \u003cli\u003eRecycled Italian lace with an elevated, couture finish\u003c\/li\u003e\n          \u003cli\u003ePatented design detail for a one-of-a-kind experience\u003c\/li\u003e\n          \u003cli\u003eDesigned to elevate any look from the collection\u003c\/li\u003e\n          \u003cli\u003ePearl touch detail for a unique sensory finish\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A dramatic finishing touch with a sensual pearl detail—made to elevate photos, styling, and special occasions.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSoft lace + pearl touch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eUse\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eAccessory styling\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eVibe\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eDaring, editorial\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Recycled Italian lace\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Gloves\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eManhattan\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"Default Title","offer_id":39664596123694,"sku":"BR-MH-GLOVE","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-gloves-manhattan-glove-28813266059310.jpg?v=1710741386"},{"product_id":"bracli-bridal-geneva-peal-thong-bodysuit","title":"Bracli Geneva Body Pearl Panty Bodysuit","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Geneva Body Pearl Panty Bodysuit\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A sculpting one-piece from the Geneva collection that pairs sheer elegance with pearl detail—made to flatter, layer, and captivate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSculpting silhouette\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eEditorial-ready\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eBracli signature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eOne-piece silhouette that frames the waist and hips\u003c\/li\u003e\n          \u003cli\u003eLayerable styling—wear under a blazer or as a reveal\u003c\/li\u003e\n          \u003cli\u003eDesigned to flatter from every angle\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          A sculpting one-piece that hugs through the waist with sheer panels for a confident reveal. Designed for statement styling and comfortable movement.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eSilhouette\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSculpting one-piece fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFeel\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eSheer + flexible stretch\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eHigh-impact, body-framing\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 87% Polyamide , 13% Elastane\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e Bodysuits\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eGeneva\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39754220339246,"sku":"BR-GENEVA-BODY-01","price":139.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":39754220372014,"sku":"BR-GENEVA-BODY-02","price":139.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39754220404782,"sku":"BR-GENEVA-BODY-03","price":139.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":39754220437550,"sku":"BR-GENEVA-BODY-04","price":139.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39754220470318,"sku":"BR-GENEVA-BODY-05","price":139.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":39754220503086,"sku":"BR-GENEVA-BODY-06","price":139.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":39754220535854,"sku":"BR-GENEVA-BODY-07","price":139.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":39754220568622,"sku":"BR-GENEVA-BODY-08","price":139.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-bodysuits-s-black-bracli-bridal-geneva-peal-thong-bodysuit-29036283396142.jpg?v=1768185096"},{"product_id":"bracli-bridal-geneva-peal-thong-panty","title":"Bracli Geneva Pearl Thong Panty","description":"\u003cstyle\u003e\n  .hf-pdp{max-width:900px;margin:0 auto;font-family:inherit;color:#111}\n  .hf-pdp *{box-sizing:border-box}\n  .hf-pdp .hf-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 .35rem}\n  .hf-pdp .hf-title{font-size:1.45rem;line-height:1.25;margin:.1rem 0 .65rem;font-weight:700}\n  .hf-pdp .hf-hook{font-size:1.05rem;line-height:1.55;margin:0 0 1rem;color:#111}\n  .hf-pdp .hf-note{font-size:.95rem;line-height:1.55;margin:.25rem 0 1.25rem;color:#666}\n\n  .hf-pdp .hf-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}\n  .hf-pdp .hf-badge{\n    font-size:.85rem;line-height:1;\n    padding:.55rem .7rem;border:1px solid #eaeaea;border-radius:999px;\n    background:#fff;color:#111\n  }\n\n  .hf-acc{border:1px solid #eaeaea;border-radius:16px;overflow:hidden;background:#fff}\n  .hf-acc details{border-top:1px solid #eaeaea}\n  .hf-acc details:first-child{border-top:0}\n  .hf-acc summary{\n    list-style:none;cursor:pointer;user-select:none;\n    display:flex;align-items:center;justify-content:space-between;\n    gap:1rem;padding:1rem 1.05rem;font-weight:700;font-size:1rem\n  }\n  .hf-acc summary::-webkit-details-marker{display:none}\n  .hf-acc .hf-chevron{\n    width:10px;height:10px;flex:0 0 auto;\n    border-right:2px solid #111;border-bottom:2px solid #111;\n    transform:rotate(45deg);transition:transform .18s ease\n  }\n  .hf-acc details[open] .hf-chevron{transform:rotate(225deg)}\n\n  .hf-acc .hf-panel{padding:0 1.05rem 1.05rem}\n  .hf-acc p{margin:.6rem 0;line-height:1.65}\n  .hf-acc ul{margin:.55rem 0 .2rem;padding-left:1.1rem}\n  .hf-acc li{margin:.35rem 0;line-height:1.6}\n  .hf-acc .hf-grid{\n    display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem\n  }\n  .hf-acc .hf-card{\n    border:1px solid #f0f0f0;border-radius:14px;padding:.85rem;background:#fafafa\n  }\n  .hf-acc .hf-label{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 .25rem}\n  .hf-acc .hf-value{margin:0;color:#111}\n\n  .hf-divider{height:1px;background:#f0f0f0;margin:1rem 0}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-pdp\"\u003e\n\n  \u003ch3 class=\"hf-title\"\u003eBracli Geneva Pearl Thong Panty\u003c\/h3\u003e\n\n  \u003cp class=\"hf-hook\"\u003e\n    A refined Geneva bottom with pearl detail—designed to feel as luxurious as it looks, with a fit made for confident wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"hf-badges\"\u003e\n    \u003cspan class=\"hf-badge\"\u003ePearl detail\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eSensual fit\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eStatement lingerie\u003c\/span\u003e\n    \u003cspan class=\"hf-badge\"\u003eBracli signature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hf-acc\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        Key Details\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eTie sides for flexible sizing and styling\u003c\/li\u003e\n          \u003cli\u003eLow-profile waistband designed to sit smooth against the skin\u003c\/li\u003e\n          \u003cli\u003eMinimal coverage that flatters and elongates\u003c\/li\u003e\n          \u003cli\u003eMade to pair with matching bras and bodysuits\u003c\/li\u003e\n          \u003cli\u003eRefined finishing for an elevated, luxury look\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fit \u0026amp; Feel\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\n          Designed to sit smooth and flattering on the body, with the signature pearl detail placed for sensual wear and confident styling.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hf-grid\"\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eFit\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eLight, flexible fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eAdjustability\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eTie sides for a custom fit\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-card\"\u003e\n            \u003cp class=\"hf-label\"\u003eCoverage\u003c\/p\u003e\n            \u003cp class=\"hf-value\"\u003eMinimal to moderate coverage\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Fabric \u0026amp; Care\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 87% Polyamide , 13% Elastane\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Hand wash cold. Lay flat to dry.\u003c\/p\u003e\n\u003cp class=\"hf-note\"\u003eTip: Use a lingerie wash and avoid twisting to protect lace, elastics, and pearl detailing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Product Notes\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cp\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e GENEVA PANTY\u003c\/p\u003e\n        \u003cp\u003ePart of the \u003cstrong\u003eGeneva\u003c\/strong\u003e collection—designed for elevated, sensual styling with Bracli’s signature finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        Shipping \u0026amp; Returns\n        \u003cspan class=\"hf-chevron\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"hf-panel\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFast U.S. shipping (tracking provided)\u003c\/li\u003e\n          \u003cli\u003eDiscreet packaging\u003c\/li\u003e\n          \u003cli\u003eEasy returns \u0026amp; exchanges — see \u003ca href=\"https:\/\/hauteflair.com\/pages\/shipping-returns\"\u003eShipping \u0026amp; Returns Policy\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bracli","offers":[{"title":"S \/ Black","offer_id":39754226663470,"sku":"BR-GENEVA-PANTY-01","price":89.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Ivory","offer_id":39754226696238,"sku":"BR-GENEVA-PANTY-02","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":39754226729006,"sku":"BR-GENEVA-PANTY-03","price":89.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Ivory","offer_id":39754226761774,"sku":"BR-GENEVA-PANTY-04","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Black","offer_id":39754226794542,"sku":"BR-GENEVA-PANTY-05","price":89.0,"currency_code":"USD","in_stock":true},{"title":"L \/ Ivory","offer_id":39754226827310,"sku":"BR-GENEVA-PANTY-06","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Black","offer_id":39754226860078,"sku":"BR-GENEVA-PANTY-07","price":89.0,"currency_code":"USD","in_stock":true},{"title":"XL \/ Ivory","offer_id":39754226892846,"sku":"BR-GENEVA-PANTY-08","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/products\/bracli-geneva-panty-bracli-bridal-geneva-peal-thong-panty-29036298666030.jpg?v=1768185463"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/7163\/collections\/bracli-geneva-body-glove-ivory-hauteflair-3290139.jpg?v=1767756728","url":"https:\/\/hauteflair.com\/collections\/bracli-pearl-thong.oembed","provider":"HauteFlair","version":"1.0","type":"link"}