{"product_id":"plus-size-floral-lace-cold-shoulder-peplum-top","title":"Plus Size Floral Lace Cold-Shoulder Peplum Top","description":"\u003cstyle\u003e\n  \/* =========================================================\n     HIGH-CONVERSION PLUS SIZE FLORAL LACE PEPLUM TOP\n     EVENING ELEGANCE \u0026 SCULPTING FIT THEME\n   ========================================================= *\/\n\n  #ws-top-landing,\n  #ws-top-landing * {\n    box-sizing: border-box;\n  }\n\n  #ws-top-landing {\n    --accent-color: #b08d57;        \/* Champagne Gold Accent *\/\n    --accent-dark: #3b3024;         \/* Deep Espresso Brown *\/\n    --accent-bg-light: #f1e7d7;     \/* Soft Golden Beige *\/\n    --page-bg: #f7f2e9;             \/* Warm Cream Canvas *\/\n    --card-bg: #fffaf2;             \/* Ivory Card *\/\n    --border-color: #dfd0bb;        \/* Muted Gold Border *\/\n    --border-soft: #eadfce;         \/* Subtle Beige Line *\/\n    --text-primary: #40362b;        \/* Warm Primary Text *\/\n    --text-muted: #6e6253;          \/* Muted Taupe Text *\/\n    --shadow: 0 10px 25px rgba(59, 48, 36, 0.09);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    overflow: hidden;\n\n    background: var(--page-bg);\n    color: var(--text-primary);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  #ws-top-landing img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ws-inner {\n    width: min(100%, 1080px);\n    margin: 0 auto;\n    padding: 34px 18px 46px;\n  }\n\n  \/* HERO HEADER *\/\n  .ws-hero {\n    padding: 10px 0 10px;\n    text-align: center;\n  }\n\n  .ws-eyebrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin-bottom: 14px;\n    color: var(--accent-color);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  .ws-eyebrow::before,\n  .ws-eyebrow::after {\n    content: \"\";\n    width: 40px;\n    height: 1px;\n    background: var(--accent-color);\n  }\n\n  .ws-hero-title {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--accent-dark);\n    font-size: clamp(26px, 4vw, 38px);\n    font-weight: 800;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    text-transform: uppercase;\n  }\n\n  \/* INTRO CARD \u0026 TAGS *\/\n  .ws-intro {\n    max-width: 820px;\n    margin: 24px auto 0;\n    padding: 24px 28px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n    text-align: center;\n  }\n\n  .ws-intro p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 16.5px;\n    line-height: 1.75;\n  }\n\n  .ws-intro strong {\n    color: var(--accent-dark);\n  }\n\n  .ws-tags {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    width: 100%;\n    max-width: 720px;\n    margin: 22px auto 32px;\n  }\n\n  .ws-tag {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 10px 14px;\n    color: var(--accent-dark);\n    background: var(--accent-bg-light);\n    border: 1px solid var(--border-color);\n    border-radius: 999px;\n    font-size: 13.5px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  \/* SECTION TITLE *\/\n  .ws-summary {\n    margin: 0 auto 28px;\n    padding: 20px 16px;\n    text-align: center;\n  }\n\n  .ws-summary-title {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--accent-dark);\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 800;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ws-summary-line {\n    display: block;\n    width: 60px;\n    height: 3px;\n    margin: 14px auto 0;\n    background: var(--accent-color);\n    border-radius: 999px;\n  }\n\n  \/* FEATURES CARDS *\/\n  .ws-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  .ws-feature {\n    display: flex;\n    flex-direction: column;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-left: 4px solid var(--accent-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n\n  .ws-feature-copy {\n    padding: 26px 26px;\n  }\n\n  .ws-feature-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 12px;\n  }\n\n  .ws-feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 44px;\n    width: 44px;\n    height: 44px;\n    background: var(--accent-bg-light);\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    font-size: 20px;\n  }\n\n  .ws-feature-title {\n    margin: 0;\n    color: var(--accent-dark);\n    font-size: clamp(18px, 2.6vw, 22px);\n    font-weight: 800;\n  }\n\n  .ws-feature-copy p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 15.5px;\n    line-height: 1.7;\n  }\n\n  .ws-feature-copy strong {\n    color: var(--accent-dark);\n  }\n\n  \/* PRODUCT SPECS *\/\n  .ws-details {\n    margin-top: 32px;\n    padding: 30px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n  }\n\n  .ws-section-title {\n    margin: 0 0 20px;\n    color: var(--accent-dark);\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 800;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ws-detail-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .ws-detail-item {\n    padding: 14px 16px;\n    color: var(--text-muted);\n    background: var(--page-bg);\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n    font-size: 14.5px;\n  }\n\n  .ws-detail-item strong {\n    color: var(--accent-dark);\n  }\n\n  \/* FAQ SECTION *\/\n  .ws-faq {\n    margin-top: 28px;\n    padding: 30px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n  }\n\n  .ws-faq-item {\n    margin-bottom: 12px;\n    background: var(--page-bg);\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .ws-faq-item summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    padding: 16px 50px 16px 18px;\n    color: var(--accent-dark);\n    font-size: 15px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .ws-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ws-faq-item summary::after {\n    content: \"⌄\";\n    position: absolute;\n    right: 20px;\n    color: var(--accent-color);\n    font-size: 22px;\n    transition: transform 0.25s ease;\n  }\n\n  .ws-faq-item[open] summary::after {\n    transform: rotate(180deg);\n  }\n\n  .ws-faq-answer {\n    padding: 0 18px 18px;\n    color: var(--text-muted);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  \/* TRUST \u0026 SHIPPING *\/\n  .ws-shipping {\n    margin-top: 28px;\n    padding: 30px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n  }\n\n  .ws-shipping-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .ws-shipping-card {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 16px;\n    background: var(--page-bg);\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n  }\n\n  .ws-shipping-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 44px;\n    width: 44px;\n    height: 44px;\n    background: var(--accent-dark);\n    color: #ffffff;\n    border-radius: 10px;\n    font-size: 20px;\n  }\n\n  .ws-shipping-card h4 {\n    margin: 0 0 2px;\n    color: var(--accent-dark);\n    font-size: 16px;\n  }\n\n  .ws-shipping-card p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 13.5px;\n  }\n\n  \/* CALL TO ACTION BUTTON *\/\n  .ws-buy-area {\n    padding-top: 28px;\n    text-align: center;\n  }\n\n  .ws-buy-text {\n    margin: 0 auto 16px;\n    color: var(--accent-dark);\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .ws-buy-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: min(100%, 400px);\n    min-height: 56px;\n    padding: 14px 28px;\n    color: #ffffff !important;\n    background: linear-gradient(135deg, var(--accent-dark), var(--accent-color));\n    border: none;\n    border-radius: 999px;\n    box-shadow: 0 8px 24px rgba(176, 141, 87, 0.30);\n    font-size: 16.5px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .ws-buy-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 28px rgba(176, 141, 87, 0.42);\n  }\n\n  \/* RESPONSIVE DESIGN *\/\n  @media screen and (max-width: 749px) {\n    .ws-inner {\n      padding: 20px 12px 30px;\n    }\n\n    .ws-tags {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 8px;\n    }\n\n    .ws-tag {\n      font-size: 11px;\n      padding: 8px 4px;\n    }\n\n    .ws-detail-list {\n      grid-template-columns: 1fr;\n    }\n\n    .ws-feature-copy {\n      padding: 22px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"ws-top-landing\"\u003e\n\u003cdiv class=\"ws-inner\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003csection class=\"ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003eEVENING ELEGANCE \u0026amp; PARTY ESSENTIAL\u003c\/div\u003e\n\u003ch1 class=\"ws-hero-title\"\u003e✨ Plus Size Floral Lace Cold-Shoulder Peplum Top\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9_9_7.gif?v=1789115724\" alt=\"\"\u003e\n\u003c\/h1\u003e\n\u003c!-- INTRO CARD --\u003e\n\u003cdiv class=\"ws-intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eEmbrace your curves with show-stopping elegance.\u003c\/strong\u003e Designed with tummy-flattering peplum flared hem, delicate sheer lace sleeves, and a sultry cold-shoulder cut to highlight your neckline while flawlessly disguising upper arm insecurity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SELLING TAGS --\u003e\n\u003cdiv class=\"ws-tags\"\u003e\n\u003cdiv class=\"ws-tag\"\u003e⏳ Tummy-Hiding Peplum Fit\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🌸 Intricate Floral Appliqué\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e💃 Romantic Sheer Lace Sleeves\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e👑 Rich Royal Blue Hue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SECTION TITLE --\u003e\u003c!-- FEATURE HIGHLIGHTS --\u003e\n\u003cdiv class=\"ws-features\"\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003carticle class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-copy\"\u003e\n\u003cdiv class=\"ws-feature-heading\"\u003e\n\u003cspan class=\"ws-feature-icon\"\u003e⏳\u003c\/span\u003e\n\u003ch3 class=\"ws-feature-title\"\u003eHourglass-Creating Peplum Hem\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eEffortlessly conceal midsection concerns.\u003c\/strong\u003e The high-cinched Empire waist transitions into a soft flared peplum skirt that skims gently over the belly and hips, creating an instant hourglass silhouette.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/a74560e5-b879-43f5-98a3-36125621d8e3.png?v=1789099809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003carticle class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-copy\"\u003e\n\u003cdiv class=\"ws-feature-heading\"\u003e\n\u003cspan class=\"ws-feature-icon\"\u003e✨\u003c\/span\u003e\n\u003ch3 class=\"ws-feature-title\"\u003eCold-Shoulder \u0026amp; Floral Appliqué\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eElegantly accentuate neck and shoulders.\u003c\/strong\u003e Features dimensional floral lace appliqués along the shoulder straps and a flattering Sweetheart-V neck that draws eyes upward and elongates your frame.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/f2b09a6d-7a59-434c-bf27-86e63ed7f201.png?v=1789099810\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003carticle class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-copy\"\u003e\n\u003cdiv class=\"ws-feature-heading\"\u003e\n\u003cspan class=\"ws-feature-icon\"\u003e🌹\u003c\/span\u003e\n\u003ch3 class=\"ws-feature-title\"\u003eDelicate Mesh Lace Long Sleeves\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eSophisticated arm coverage without overheating.\u003c\/strong\u003e Long, stretch-infused floral lace sleeves offer lightweight coverage that conceals upper arms while adding sheer, feminine allure.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/94c8a7e1-e793-498c-91c2-15b41c19157a.png?v=1789099809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003carticle class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-copy\"\u003e\n\u003cdiv class=\"ws-feature-heading\"\u003e\n\u003cspan class=\"ws-feature-icon\"\u003e👠\u003c\/span\u003e\n\u003ch3 class=\"ws-feature-title\"\u003eVersatile Night-Out Styling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFrom date night to festive celebrations.\u003c\/strong\u003e Pair easily with sleek faux-leather leggings, dark skinny jeans, or tailored trousers for a complete head-turning party look.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/2a930b16-473b-4648-92c1-569976b2afad.png?v=1789099809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"ws-details\"\u003e\n\u003ch3 class=\"ws-section-title\"\u003e⚙️ Product Specifications\u003c\/h3\u003e\n\u003cdiv class=\"ws-detail-list\"\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eFit Type:\u003c\/strong\u003e Slim Bust \/ Flared Peplum Hem\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eSleeve Type:\u003c\/strong\u003e Cold-Shoulder Long Lace Sleeves\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Sweetheart V-Neckline\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e 95% Polyester, 5% Spandex Stretch Fabric\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Machine Wash Gentle Cold in Laundry Bag \/ Line Dry\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Party, Date Night, Dinner, Cocktail, Holiday\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection class=\"ws-faq\"\u003e\n\u003ch3 class=\"ws-section-title\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Is the peplum bodice stretchy and comfortable?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Yes! The solid knit body is crafted from a soft, high-stretch blend that hugs your bust while allowing room to breathe and move easily around the waist.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Are the lace sleeves itchy or stiff?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Not at all. We use ultra-soft, flexible floral lace designed specifically to feel comfortable against delicate skin without scratchiness.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: How should I choose my size?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e This top fits true to US Plus Size standards. We recommend picking your standard size based on your bust measurement for the best fit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING \u0026 TRUST --\u003e\n\u003csection class=\"ws-shipping\"\u003e\n\u003ch3 class=\"ws-section-title\"\u003eShop With Confidence\u003c\/h3\u003e\n\u003cdiv class=\"ws-shipping-list\"\u003e\n\u003cdiv class=\"ws-shipping-card\"\u003e\n\u003cdiv class=\"ws-shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eFast Tracked Delivery\u003c\/h4\u003e\n\u003cp\u003eReal-time order tracking sent directly to your email.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-shipping-card\"\u003e\n\u003cdiv class=\"ws-shipping-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e30-Day Easy Returns\u003c\/h4\u003e\n\u003cp\u003eFit not right? Enjoy hassle-free exchanges and returns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-shipping-card\"\u003e\n\u003cdiv class=\"ws-shipping-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e100% Secure Checkout\u003c\/h4\u003e\n\u003cp\u003eProtected with industry-grade SSL encryption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA BUTTON --\u003e\n\u003cdiv class=\"ws-buy-area\"\u003e\n\u003cp class=\"ws-buy-text\"\u003eUnleash your elegance with tummy-hiding peplum perfection.\u003c\/p\u003e\n\u003ca href=\"#\" id=\"ws-size-jump-button\" class=\"ws-buy-button\" role=\"button\"\u003eCHOOSE YOUR SIZE ↑\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"NZJzhouzhoujingjing","offers":[{"title":"Black \/ 1XL","offer_id":43307307499614,"sku":"NZJ2609115871-蕾丝拼接圆领-黑色-1XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43307307532382,"sku":"NZJ2609115871-蕾丝拼接圆领-黑色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43307307565150,"sku":"NZJ2609115871-蕾丝拼接圆领-黑色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":43307307597918,"sku":"NZJ2609115871-蕾丝拼接圆领-黑色-4XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5XL","offer_id":43307307630686,"sku":"NZJ2609115871-蕾丝拼接圆领-黑色-5XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1XL","offer_id":43307307663454,"sku":"NZJ2609112497-蕾丝拼接圆领-蓝色-1XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43307307696222,"sku":"NZJ2609112497-蕾丝拼接圆领-蓝色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":43307307728990,"sku":"NZJ2609112497-蕾丝拼接圆领-蓝色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 4XL","offer_id":43307307761758,"sku":"NZJ2609112497-蕾丝拼接圆领-蓝色-4XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 5XL","offer_id":43307307794526,"sku":"NZJ2609112497-蕾丝拼接圆领-蓝色-5XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Deep Red \/ 1XL","offer_id":43307307827294,"sku":"NZJ2609112497-蕾丝拼接圆领- 深红色-1XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Deep Red \/ 2XL","offer_id":43307307860062,"sku":"NZJ2609112497-蕾丝拼接圆领- 深红色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Deep Red \/ 3XL","offer_id":43307307892830,"sku":"NZJ2609112497-蕾丝拼接圆领- 深红色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Deep Red \/ 4XL","offer_id":43307307925598,"sku":"NZJ2609112497-蕾丝拼接圆领- 深红色-4XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Deep Red \/ 5XL","offer_id":43307307958366,"sku":"NZJ2609112497-蕾丝拼接圆领- 深红色-5XL","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/O1CN0120Siec1SbQDUyRxPF__2222140372265-0-cib.jpg?v=1789094130","url":"https:\/\/miscellista.com\/products\/plus-size-floral-lace-cold-shoulder-peplum-top","provider":"Miscellista.com","version":"1.0","type":"link"}