{"product_id":"women-s-drawstring-waist-button-up-shirt-wide-leg-pants-set","title":"Women’s Drawstring-Waist Button-Up Shirt \u0026 Wide-Leg Pants Set","description":"\u003cstyle\u003e\n  \/* =========================================================\n     WOMEN'S 2-PIECE SET - HIGH CONVERSION LANDING PAGE\n     MODERN WARM EARTH \u0026 BEIGE LUXURY THEME FOR SHOPIFY\n   ========================================================= *\/\n\n  #ws-landing-page,\n  #ws-landing-page * {\n    box-sizing: border-box;\n  }\n\n  #ws-landing-page {\n    \/* 核心色系调整：暖米咖色调 *\/\n    --accent-color: #7c5c43;        \/* 优雅摩卡棕 *\/\n    --accent-dark: #4a3525;         \/* 深咖\/褐木色 *\/\n    --accent-bg-light: #f3ece3;     \/* 奶油卡其衬底 *\/\n    --page-bg: #faf7f2;            \/* 柔暖米白色背景 *\/\n    --card-bg: #ffffff;             \/* 洁白卡片底 *\/\n    --border-color: #e6ded4;        \/* 暖沙色边框 *\/\n    --border-soft: #f0eae1;         \/* 柔色分隔线 *\/\n    --text-primary: #33271e;        \/* 深暖咖文字 *\/\n    --text-muted: #665548;          \/* 灰褐色副文字 *\/\n    --shadow: 0 10px 25px rgba(74, 53, 37, 0.06);\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-landing-page 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(--text-primary);\n    font-size: clamp(26px, 4vw, 42px);\n    font-weight: 800;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    text-transform: uppercase;\n  }\n\n  .ws-buy-return-anchor {\n    display: block;\n    width: 1px;\n    height: 1px;\n    opacity: 0;\n    pointer-events: none;\n    scroll-margin-top: calc(100vh - 70px);\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(--text-primary);\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: 28px;\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: 28px 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(--text-primary);\n  }\n\n  \/* 新增：特征展示图片样式 *\/\n  .ws-feature-image {\n    width: 100%;\n    max-height: 520px;\n    object-fit: cover;\n    border-top: 1px solid var(--border-soft);\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(--text-primary);\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-color);\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(--text-primary);\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-color), var(--accent-dark));\n    border: none;\n    border-radius: 999px;\n    box-shadow: 0 8px 24px rgba(74, 53, 37, 0.25);\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(74, 53, 37, 0.38);\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    .ws-feature-image {\n      max-height: 380px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"ws-landing-page\"\u003e\n\u003cdiv class=\"ws-inner\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003csection class=\"ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003eEFFORTLESS CHIC \u0026amp; ALL-DAY COMFORT\u003c\/div\u003e\n\u003ch1 class=\"ws-hero-title\"\u003e✨ Elevate Your Daily Style With Flattering Elegance\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_26_20.gif?v=1788835995\" alt=\"\"\u003e\n\u003c\/h1\u003e\n\u003cspan id=\"ws-buy-return-anchor\" class=\"ws-buy-return-anchor\"\u003e\u003c\/span\u003e \u003c!-- INTRO CARD --\u003e\n\u003cdiv class=\"ws-intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eDesigned to give you an instant polished look in seconds.\u003c\/strong\u003e Crafted with lightweight pleated-texture fabric, a slimming cinchable waist, and flowy wide-leg trousers that elongate your silhouette effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SELLING TAGS --\u003e\n\u003cdiv class=\"ws-tags\"\u003e\n\u003cdiv class=\"ws-tag\"\u003e🎀 Cinchable Waist Definition\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🌿 Breathable Textured Fabric\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e💃 Elongating Wide-Leg Fit\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e💫 Infinite Mix-\u0026amp;-Match Versatility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SECTION TITLE --\u003e\n\u003cdiv class=\"ws-summary\"\u003e\n\u003ch2 class=\"ws-summary-title\"\u003ePolished For Work. Relaxed For Weekend.\u003c\/h2\u003e\n\u003cspan class=\"ws-summary-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\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\"\u003eInstant Hourglass Silhouette\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eAccentuate your natural curves without feeling restricted.\u003c\/strong\u003e The customizable drawstring waist cinches gently around the torso to create a slimming profile while hiding bloating effortlessly.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/b90170f2-960b-42b8-84b9-b36331f3a9c2.png?v=1788836418\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\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\"\u003eBreathable \u0026amp; Wrinkle-Resistant Texture\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLook fresh and crisp all day long.\u003c\/strong\u003e Crafted from premium pleated-texture knit fabric that is soft, breathable, and naturally resists wrinkles—making it perfect for busy days and travel.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/f2f745fb-e50b-4121-b4df-e3cd85850229.png?v=1788836417\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\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\"\u003eElongating Wide-Leg Trouser\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eCreate a tall, sleek drape with every step.\u003c\/strong\u003e High-waisted wide-leg trousers glide over your legs seamlessly, providing maximum comfort while giving you that long-leg aesthetic.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/3ba15b1c-c82e-4304-8e9b-6b5959312f68.png?v=1788836417\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\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\"\u003eEndless Styling \u0026amp; Multi-Scene Versatility\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOne versatile set, endless outfit options.\u003c\/strong\u003e Wear it together for instant polish or style each piece separately, transitioning from morning errands to evening dinners with ease.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/85a3b554-1ff9-4c32-9496-8dad35db6ec4.png?v=1788836417\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\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\u003eSet Includes:\u003c\/strong\u003e 1x Drawstring Shirt + 1x Wide-Leg Trousers\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Lightweight Pleated Textured Fabric\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eFit Type:\u003c\/strong\u003e Relaxed Fit with Drawstring Waist\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Lapel Collar \u0026amp; Button-Down Front\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Convertible Roll-Up Long Sleeves\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Office, Travel, Resort, Brunch, Loungewear\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: How does the sizing run?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e This set is designed with a true-to-size relaxed fit. The adjustable waist allows you to customize how snug it sits. If you prefer an oversized, flowy fit, we recommend ordering one size up.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Is the fabric sheer or see-through?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e No, the fabric features a high-density crinkled texture that ensures good coverage while remaining lightweight and breathable for year-round wear.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: What are the washing instructions?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Machine wash cold on a gentle cycle with similar colors. Line dry or hang dry to preserve the textured fabric and color brightness.\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\u003eExpress Global Shipping\u003c\/h4\u003e\n\u003cp\u003eReal-time order tracking provided for every purchase.\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 Risk-Free Guarantee\u003c\/h4\u003e\n\u003cp\u003eEasy, hassle-free returns and exchanges within 30 days.\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\u003eSecure \u0026amp; Encrypted Checkout\u003c\/h4\u003e\n\u003cp\u003eYour privacy and payment data are protected by 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\"\u003eReady to elevate your everyday outfit?\u003c\/p\u003e\n\u003ca href=\"#ws-buy-return-anchor\" class=\"ws-buy-button\"\u003eBUY NOW ↑\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NZJzhouzhoujingjing","offers":[{"title":"Khaki \/ XS","offer_id":43290444103774,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 卡其色-XS","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":43290444136542,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 卡其色-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":43290444169310,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 卡其色-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":43290444202078,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 卡其色-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":43290444234846,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 卡其色-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":43290444267614,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 卡其色-2XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XS","offer_id":43290445086814,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 藏青色-XS","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":43290445119582,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 藏青色-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":43290445152350,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 藏青色-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":43290445185118,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 藏青色-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":43290445217886,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 藏青色-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":43290445250654,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 藏青色-2XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XS","offer_id":43290444693598,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 白色-XS","price":45.99,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":43290444726366,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 白色-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":43290444759134,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 白色-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":43290444791902,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 白色-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":43290444824670,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 白色-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":43290444857438,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 白色-2XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XS","offer_id":43290444300382,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 粉红色-XS","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":43290444333150,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 粉红色-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":43290444365918,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 粉红色-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":43290444398686,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 粉红色-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":43290444431454,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 粉红色-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 2XL","offer_id":43290444464222,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 粉红色-2XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XS","offer_id":43290444496990,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 黑色-XS","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":43290444529758,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 黑色-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43290444562526,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 黑色-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43290444595294,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 黑色-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43290444628062,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 黑色-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43290444660830,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装- 黑色-2XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XS","offer_id":43290444890206,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装-  天蓝色-XS","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":43290444922974,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装-  天蓝色-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43290444955742,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装-  天蓝色-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43290444988510,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装-  天蓝色-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43290445021278,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装-  天蓝色-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43290445054046,"sku":"NZJ260908017-抽绳上衣与阔腿裤套装-  天蓝色-2XL","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/1dea1791-20ba-4048-bd6c-0b452277a10c.png?v=1788837276","url":"https:\/\/miscellista.com\/products\/women-s-drawstring-waist-button-up-shirt-wide-leg-pants-set","provider":"Miscellista.com","version":"1.0","type":"link"}