{"product_id":"floral-lace-longline-padded-bra-for-women-shoppingwears","title":"Floral Lace Longline Padded Bra for Women – Sizes 36 to 46 | Shoppingwears","description":"\u003cstyle\u003e\n  .sw-plb {\n    --primary: #986873;\n    --primary-dark: #704a53;\n    --dark: #342d2f;\n    --text: #575052;\n    --light: #faf5f6;\n    --soft: #fffafa;\n    --border: #eadde0;\n    --green: #56705b;\n\n    max-width: 900px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .sw-plb * {\n    box-sizing: border-box;\n  }\n\n  .sw-plb h2,\n  .sw-plb h3,\n  .sw-plb h4 {\n    color: var(--dark);\n    line-height: 1.3;\n  }\n\n  .sw-plb h2 {\n    margin: 0 0 14px;\n    font-size: 29px;\n  }\n\n  .sw-plb h3 {\n    margin: 0 0 15px;\n    font-size: 22px;\n  }\n\n  .sw-plb h4 {\n    margin: 20px 0 7px;\n    font-size: 17px;\n  }\n\n  .sw-plb p {\n    margin: 0 0 15px;\n  }\n\n  .sw-plb a {\n    color: var(--primary-dark);\n    font-weight: 700;\n    text-decoration: underline;\n  }\n\n  .sw-plb-hero {\n    margin-bottom: 22px;\n    padding: 30px;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: linear-gradient(135deg, #ffffff 0%, #faf0f2 100%);\n  }\n\n  .sw-plb-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 13px;\n    border-radius: 30px;\n    background: var(--primary);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .5px;\n    text-transform: uppercase;\n  }\n\n  .sw-plb-highlights {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .sw-plb-highlight {\n    padding: 7px 11px;\n    border: 1px solid var(--border);\n    border-radius: 30px;\n    background: #ffffff;\n    color: var(--primary-dark);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .sw-plb-section {\n    margin-bottom: 22px;\n    padding: 25px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #ffffff;\n  }\n\n  .sw-plb-title {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .sw-plb-title::before {\n    width: 5px;\n    height: 28px;\n    border-radius: 10px;\n    background: var(--primary);\n    content: \"\";\n    flex-shrink: 0;\n  }\n\n  .sw-plb-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .sw-plb-card {\n    padding: 18px;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    background: var(--soft);\n  }\n\n  .sw-plb-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--primary-dark);\n  }\n\n  .sw-plb-card p {\n    margin: 0;\n    font-size: 15px;\n  }\n\n  .sw-plb-list {\n    margin: 15px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sw-plb-list li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 30px;\n  }\n\n  .sw-plb-list li::before {\n    position: absolute;\n    left: 0;\n    color: var(--primary);\n    content: \"✓\";\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .sw-plb-table {\n    width: 100%;\n    margin-top: 15px;\n    border-collapse: collapse;\n  }\n\n  .sw-plb-table th,\n  .sw-plb-table td {\n    padding: 13px 14px;\n    border: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .sw-plb-table th {\n    width: 38%;\n    color: var(--dark);\n  }\n\n  .sw-plb-table tr:nth-child(odd) {\n    background: var(--light);\n  }\n\n  .sw-plb-note {\n    margin-top: 18px;\n    padding: 16px;\n    border-left: 5px solid var(--primary);\n    border-radius: 9px;\n    background: var(--light);\n  }\n\n  .sw-plb-price {\n    margin-top: 16px;\n    padding: 20px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: var(--light);\n  }\n\n  .sw-plb-price-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 11px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .sw-plb-price-row:last-child {\n    border-bottom: 0;\n  }\n\n  .sw-plb-price-row strong {\n    color: var(--dark);\n  }\n\n  .sw-plb-free {\n    margin-top: 15px;\n    padding: 12px 15px;\n    border-radius: 10px;\n    background: var(--primary);\n    color: #ffffff;\n    text-align: center;\n    font-weight: 700;\n  }\n\n  .sw-plb-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .sw-plb-trust-box {\n    padding: 16px 10px;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    background: var(--light);\n    text-align: center;\n  }\n\n  .sw-plb-trust-box strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--dark);\n  }\n\n  .sw-plb-final {\n    padding: 24px;\n    border-radius: 14px;\n    background: linear-gradient(135deg, var(--dark), var(--primary-dark));\n    color: #ffffff;\n  }\n\n  .sw-plb-final h3 {\n    margin-bottom: 8px;\n    color: #ffffff;\n  }\n\n  .sw-plb-final p {\n    margin: 0;\n  }\n\n  @media (max-width: 650px) {\n    .sw-plb {\n      font-size: 15px;\n    }\n\n    .sw-plb-hero,\n    .sw-plb-section {\n      padding: 19px;\n    }\n\n    .sw-plb h2 {\n      font-size: 24px;\n    }\n\n    .sw-plb h3 {\n      font-size: 20px;\n    }\n\n    .sw-plb-grid,\n    .sw-plb-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .sw-plb-table th,\n    .sw-plb-table td {\n      display: block;\n      width: 100%;\n      padding: 10px;\n    }\n\n    .sw-plb-table th {\n      padding-bottom: 4px;\n      border-bottom: 0;\n    }\n\n    .sw-plb-table td {\n      padding-top: 4px;\n    }\n\n    .sw-plb-price-row {\n      flex-direction: column;\n      gap: 2px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"sw-plb\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"sw-plb-hero\"\u003e\n\n    \u003cspan class=\"sw-plb-label\"\u003e\n      Premium Floral Lace Collection\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Padded Lace Bra for Women in Pakistan\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Shop this elegant \u003cstrong\u003ePadded Lace Bra for Women in Pakistan\u003c\/strong\u003e\n      from ShoppingWears. Designed with beautiful floral lace, padded shaped\n      cups, adjustable shoulder straps and an extended longline-style finish,\n      this bra combines stylish detailing with a refined innerwear look.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Available in \u003cstrong\u003esizes 36 to 46\u003c\/strong\u003e with stock-based color\n      selection. Choose \u003cstrong\u003ePack of 1 for Rs. 2,099\u003c\/strong\u003e or\n      \u003cstrong\u003ePack of 2 for Rs. 3,599\u003c\/strong\u003e, both with\n      \u003cstrong\u003eFree Delivery\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sw-plb-highlights\"\u003e\n      \u003cspan class=\"sw-plb-highlight\"\u003ePadded Cups\u003c\/span\u003e\n      \u003cspan class=\"sw-plb-highlight\"\u003eFloral Lace\u003c\/span\u003e\n      \u003cspan class=\"sw-plb-highlight\"\u003eLongline Design\u003c\/span\u003e\n      \u003cspan class=\"sw-plb-highlight\"\u003eSizes 36–46\u003c\/span\u003e\n      \u003cspan class=\"sw-plb-highlight\"\u003eFree Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY LOVE --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eWhy You'll Love This Padded Lace Bra\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sw-plb-grid\"\u003e\n\n      \u003cdiv class=\"sw-plb-card\"\u003e\n        \u003cstrong\u003eBeautiful Floral Lace\u003c\/strong\u003e\n        \u003cp\u003e\n          Decorative floral lace creates an elegant and premium-looking finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-card\"\u003e\n        \u003cstrong\u003ePadded Cup Design\u003c\/strong\u003e\n        \u003cp\u003e\n          Shaped padded cups provide a smooth and structured appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-card\"\u003e\n        \u003cstrong\u003eLongline Style\u003c\/strong\u003e\n        \u003cp\u003e\n          The extended section below the cups gives the bra an attractive\n          longline-inspired silhouette.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-card\"\u003e\n        \u003cstrong\u003eAdjustable Shoulder Straps\u003c\/strong\u003e\n        \u003cp\u003e\n          Adjustable straps allow the length to be customized according to\n          your preferred fit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-card\"\u003e\n        \u003cstrong\u003eSizes 36 to 46\u003c\/strong\u003e\n        \u003cp\u003e\n          Multiple size options make it easier to select a suitable size.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-card\"\u003e\n        \u003cstrong\u003eValue Pack Options\u003c\/strong\u003e\n        \u003cp\u003e\n          Choose a single piece or a convenient Pack of 2 according to your needs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003ePadded Lace Bra for Women – Key Features\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"sw-plb-list\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eFloral Lace Styling:\u003c\/strong\u003e\n        Detailed floral lace gives the bra an elegant feminine appearance.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003ePadded Cups:\u003c\/strong\u003e\n        Shaped padding creates a smooth and structured cup design.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eLongline Construction:\u003c\/strong\u003e\n        Extended lace below the bust creates a distinctive longline finish.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eAdjustable Straps:\u003c\/strong\u003e\n        Shoulder straps can be adjusted according to your preferred fit.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eWide Size Range:\u003c\/strong\u003e\n        Available in sizes 36, 38, 40, 42, 44 and 46.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eMultiple Colors:\u003c\/strong\u003e\n        Colors are offered according to currently available stock.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003ePack of 1 \u0026amp; 2:\u003c\/strong\u003e\n        Select the pack option that suits your requirement.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eFree Delivery:\u003c\/strong\u003e\n        Order with Free Delivery in Pakistan.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FLORAL DESIGN --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eElegant Floral Lace Longline Bra\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      This \u003cstrong\u003eFloral Lace Bra\u003c\/strong\u003e features decorative lace across\n      the cups and lower section, creating a coordinated and elegant look.\n      The extended lace design continues below the cups to produce the\n      distinctive appearance of a \u003cstrong\u003eLongline Lace Bra\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It is a stylish option for customers looking for a\n      \u003cstrong\u003eLongline Bra for Women\u003c\/strong\u003e, a\n      \u003cstrong\u003eLadies Padded Bra\u003c\/strong\u003e or an elegant lace design for their\n      innerwear collection.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PADDED --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eShaped Padded Cups \u0026amp; Adjustable Straps\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      The padded cup construction is designed to create a smooth, structured\n      appearance. Adjustable shoulder straps allow you to change the strap\n      length according to your preference.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Together with the floral lace and extended lower section, these features\n      create a distinctive \u003cstrong\u003ePadded Lace Bra for Women\u003c\/strong\u003e suitable\n      for customers who prefer an elegant longline-style design.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SIZE --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eAvailable Bra Sizes – 36 to 46\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      This padded lace bra is available in:\n      \u003cstrong\u003e36, 38, 40, 42, 44 and 46\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sw-plb-note\"\u003e\n      \u003cstrong\u003eSize Note:\u003c\/strong\u003e\n      Please select your appropriate bra size before ordering.\n      Individual fit can vary according to body measurements and personal\n      fitting preference.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRICE --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003ePack Options \u0026amp; Price\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sw-plb-price\"\u003e\n\n      \u003cdiv class=\"sw-plb-price-row\"\u003e\n        \u003cstrong\u003ePack of 1\u003c\/strong\u003e\n        \u003cspan\u003eRs. 2,099\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-price-row\"\u003e\n        \u003cstrong\u003ePack of 2\u003c\/strong\u003e\n        \u003cspan\u003eRs. 3,599\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-free\"\u003e\n        🚚 FREE DELIVERY\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sw-plb-note\"\u003e\n      \u003cstrong\u003eColor Availability:\u003c\/strong\u003e\n      Colors are subject to available stock. Please select from the color\n      options currently available when placing your order.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"sw-plb-table\"\u003e\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Name\u003c\/th\u003e\n          \u003ctd\u003ePadded Lace Bra for Women\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003ePadded Lace \/ Longline Bra\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDesign\u003c\/th\u003e\n          \u003ctd\u003eFloral Lace\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCup Style\u003c\/th\u003e\n          \u003ctd\u003eShaped Padded Cups\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLower Style\u003c\/th\u003e\n          \u003ctd\u003eExtended Longline Lace Design\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eShoulder Straps\u003c\/th\u003e\n          \u003ctd\u003eAdjustable\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAvailable Sizes\u003c\/th\u003e\n          \u003ctd\u003e36, 38, 40, 42, 44 \u0026amp; 46\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColors\u003c\/th\u003e\n          \u003ctd\u003eSubject to Available Stock\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePack Options\u003c\/th\u003e\n          \u003ctd\u003ePack of 1 \/ Pack of 2\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePack of 1 Price\u003c\/th\u003e\n          \u003ctd\u003eRs. 2,099\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePack of 2 Price\u003c\/th\u003e\n          \u003ctd\u003eRs. 3,599\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDelivery\u003c\/th\u003e\n          \u003ctd\u003eFree Delivery\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eShoppingWears\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRUST --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eShop with Confidence at ShoppingWears\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sw-plb-trust\"\u003e\n\n      \u003cdiv class=\"sw-plb-trust-box\"\u003e\n        \u003cstrong\u003e🚚 Free Delivery\u003c\/strong\u003e\n        Delivered across Pakistan.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-trust-box\"\u003e\n        \u003cstrong\u003e✅ Open Parcel Allowed\u003c\/strong\u003e\n        Check your parcel before accepting it.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-plb-trust-box\"\u003e\n        \u003cstrong\u003e📦 Discreet Packaging\u003c\/strong\u003e\n        Private and secure packaging for your order.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PAKISTAN SEO --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003ePadded Bra Online in Pakistan\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Looking to buy a \u003cstrong\u003ePadded Lace Bra for Women in Pakistan\u003c\/strong\u003e?\n      ShoppingWears offers this elegant floral lace and longline design in\n      multiple sizes from 36 to 46 with stock-based color options and\n      Free Delivery.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Customers searching for a \u003cstrong\u003ePadded Bra Pakistan\u003c\/strong\u003e,\n      \u003cstrong\u003ePadded Bra Online Pakistan\u003c\/strong\u003e,\n      \u003cstrong\u003eLadies Bra Online Pakistan\u003c\/strong\u003e or\n      \u003cstrong\u003eLace Bra Pakistan\u003c\/strong\u003e can order this style online\n      directly from ShoppingWears.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its floral lace detailing and extended lower section also make it\n      relevant for customers searching for a\n      \u003cstrong\u003eLongline Bra for Women\u003c\/strong\u003e,\n      \u003cstrong\u003eLongline Lace Bra\u003c\/strong\u003e,\n      \u003cstrong\u003eFloral Lace Bra\u003c\/strong\u003e or\n      \u003cstrong\u003eLadies Padded Bra\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      ShoppingWears also offers a wider selection for customers searching for\n      \u003cstrong\u003eWomen Bra Pakistan\u003c\/strong\u003e,\n      \u003cstrong\u003eBra for Women Pakistan\u003c\/strong\u003e,\n      \u003cstrong\u003eLadies Innerwear Pakistan\u003c\/strong\u003e and\n      \u003cstrong\u003eWomen's Bra Online Pakistan\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTERNAL LINKS --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eExplore More Women's Bras\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Looking for more styles?\n      Explore our\n      \u003ca href=\"\/collections\/padded-bra-1\"\u003ePadded Bras for Women\u003c\/a\u003e\n      or browse the complete\n      \u003ca href=\"\/collections\/bra-panties\"\u003eWomen's Bra Collection\u003c\/a\u003e\n      at ShoppingWears.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CARE --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eCare Instructions\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"sw-plb-list\"\u003e\n      \u003cli\u003eGentle hand washing is recommended.\u003c\/li\u003e\n      \u003cli\u003eUse cool or lukewarm water.\u003c\/li\u003e\n      \u003cli\u003eUse a mild detergent.\u003c\/li\u003e\n      \u003cli\u003eAvoid bleach and harsh cleaning products.\u003c\/li\u003e\n      \u003cli\u003eAvoid rough scrubbing of the floral lace.\u003c\/li\u003e\n      \u003cli\u003eDo not twist or wring the padded cups.\u003c\/li\u003e\n      \u003cli\u003eAllow to air dry naturally.\u003c\/li\u003e\n      \u003cli\u003eFollow the attached product care label when available.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sw-plb-section\"\u003e\n\n    \u003cdiv class=\"sw-plb-title\"\u003e\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003ch4\u003eIs this a padded bra?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. This bra features shaped padded cups together with an elegant\n      floral lace design.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eWhat sizes are available?\u003c\/h4\u003e\n    \u003cp\u003e\n      Available sizes are\n      \u003cstrong\u003e36, 38, 40, 42, 44 and 46\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eIs this a longline bra?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. The floral lace extends below the cups to create a\n      longline-style finish.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eCan I select the color?\u003c\/h4\u003e\n    \u003cp\u003e\n      Colors depend on current stock. Please select from the available\n      color options when placing your order.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eWhat is the price of Pack of 1?\u003c\/h4\u003e\n    \u003cp\u003e\n      Pack of 1 is available for \u003cstrong\u003eRs. 2,099\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eWhat is the price of Pack of 2?\u003c\/h4\u003e\n    \u003cp\u003e\n      Pack of 2 is available for \u003cstrong\u003eRs. 3,599\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eIs delivery free?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. This product comes with \u003cstrong\u003eFree Delivery\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eIs open parcel available?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. ShoppingWears provides an Open Parcel facility so you can\n      check your parcel before accepting it.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eWhere can I buy a Padded Lace Bra online in Pakistan?\u003c\/h4\u003e\n    \u003cp\u003e\n      You can order this Padded Lace Bra for Women online from\n      \u003cstrong\u003eShoppingWears\u003c\/strong\u003e in Pakistan.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"sw-plb-final\"\u003e\n\n    \u003ch3\u003e\n      Floral Lace. Padded Design. Elegant Longline Style.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Select your size from \u003cstrong\u003e36 to 46\u003c\/strong\u003e, choose from the\n      available stock-based colors and order\n      \u003cstrong\u003ePack of 1 for Rs. 2,099\u003c\/strong\u003e or\n      \u003cstrong\u003ePack of 2 for Rs. 3,599\u003c\/strong\u003e with\n      \u003cstrong\u003eFree Delivery\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"ShoppingWears","offers":[{"title":"Pack of 1 \/ 36 \/ Stock-Based Selection","offer_id":55179758698775,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 1 \/ 38 \/ Stock-Based Selection","offer_id":55179758731543,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 1 \/ 40 \/ Stock-Based Selection","offer_id":55179758764311,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 1 \/ 42 \/ Stock-Based Selection","offer_id":55179758797079,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 1 \/ 44 \/ Stock-Based Selection","offer_id":55179758829847,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 1 \/ 46 \/ Stock-Based Selection","offer_id":55179758862615,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 2 \/ 36 \/ Stock-Based Selection","offer_id":55179758895383,"sku":null,"price":3599.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 2 \/ 38 \/ Stock-Based Selection","offer_id":55179758928151,"sku":null,"price":3599.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 2 \/ 40 \/ Stock-Based Selection","offer_id":55179758960919,"sku":null,"price":3599.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 2 \/ 42 \/ Stock-Based Selection","offer_id":55179758993687,"sku":null,"price":3599.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 2 \/ 44 \/ Stock-Based Selection","offer_id":55179759026455,"sku":null,"price":3599.0,"currency_code":"PKR","in_stock":true},{"title":"Pack of 2 \/ 46 \/ Stock-Based Selection","offer_id":55179759059223,"sku":null,"price":3599.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0920\/4180\/6103\/files\/padded-lace-bra-for-women-pakistan.webp?v=1789223596","url":"https:\/\/shoppingwears.com\/products\/floral-lace-longline-padded-bra-for-women-shoppingwears","provider":"ShoppingWears","version":"1.0","type":"link"}