{"product_id":"women-s-plus-size-high-waisted-stretch-wide-leg-pants","title":"Women’s Plus Size High-Waisted Stretch Wide-Leg Pants","description":"\u003cstyle\u003e\n  \/* =========================================================\n     WOMEN'S PLUS SIZE STRETCH WIDE-LEG PANTS LANDING PAGE\n     MODERN ELEVATED \/ CHIC SMART-CASUAL THEME\n   ========================================================= *\/\n\n  #ws-pants-landing,\n  #ws-pants-landing * {\n    box-sizing: border-box;\n  }\n\n  #ws-pants-landing {\n    --accent-color: #b89759;       \/* Elegant Gold Accent *\/\n    --accent-dark: #1b1e2b;        \/* Deep Navy \/ Charcoal *\/\n    --accent-bg-light: #f6f7f9;    \/* Soft Light Grey Background *\/\n    --page-bg: #fafafa;            \/* Clean Page Background *\/\n    --card-bg: #ffffff;            \/* Pure White Card *\/\n    --border-color: #e2e8f0;       \/* Subtle Border *\/\n    --border-soft: #edf2f7;        \/* Soft Line *\/\n    --text-primary: #1a202c;       \/* Primary Text *\/\n    --text-muted: #4a5568;         \/* Muted Body Text *\/\n    --shadow: 0 10px 25px rgba(0, 0, 0, 0.05);\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-pants-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  .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(--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), #2d3748);\n    border: none;\n    border-radius: 999px;\n    box-shadow: 0 8px 24px rgba(27, 30, 43, 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(27, 30, 43, 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\u003c\/style\u003e\n\u003cdiv id=\"ws-pants-landing\"\u003e\n\u003cdiv class=\"ws-inner\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003csection class=\"ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003eUNMATCHED STRETCH \u0026amp; EFFORTLESS ELEGANCE\u003c\/div\u003e\n\u003ch1 class=\"ws-hero-title\"\u003e✨ Women’s Plus Size High-Waisted Stretch Wide-Leg Pants\u003c\/h1\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9_9_14.gif?v=1789460623\" alt=\"\"\u003e\u003c\/p\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\u003eFlattering High-Waist Silhouette:\u003c\/strong\u003e Elevate your everyday style with a waist-defining high rise featuring a chic gold chain accent. The flowing wide-leg cut effortlessly elongates your legs for a sleek, confident, and sophisticated look. 💃\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SELLING TAGS --\u003e\n\u003cdiv class=\"ws-tags\"\u003e\n\u003cdiv class=\"ws-tag\"\u003e⚡ 4-Way Ultra Stretch\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e✨ Gold Chain Accent\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e📐 Flattering Plus-Size Cut\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e💼 Office to Night 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\"\u003eChic Curves, All-Day Restrict-Free Comfort\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\"\u003eUltimate High-Stretch Comfort\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCrafted from premium high-elasticity fabric, these pants deliver superior flex and skin-friendly softness. Enjoy all-day breathability and non-restrictive movement without ever losing shape or sagging. \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/6b689db1-b269-40ff-8917-98ac3809d355.png?v=1789444221\" 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\"\u003eDesigned for Curvy Fit\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eTailored specifically for curvy shapes, the forgiving high-rise waist and generous stretch accommodate every movement seamlessly. Keeps you feeling confident, smooth, and put-together all day long. \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/340fd180-6f6e-42bc-a562-b9385a90263a.png?v=1789444221\" 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\"\u003eVersatile Everyday Styling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFrom busy office meetings to relaxed weekend brunches or dinner dates, these trousers pair seamlessly with blouses, crop tops, or blazers. A true wardrobe staple for effortless transitions. \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/7b9d0c44-c143-47e5-8382-95937ce39ed5.png?v=1789444221\" 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\"\u003eEasy Care \u0026amp; Shape Retention\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eMachine washable and fade-resistant for effortless daily maintenance. High-density stretch fibers prevent shrinking and keep your trousers crisp, vivid, and beautiful wash after wash. \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/2f3b5580-c425-490c-b1c7-95ed167b41ee.png?v=1789444221\" 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\u003eMaterial:\u003c\/strong\u003e Premium Ultra-Stretch Poly-Spandex Blend\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eKey Feature:\u003c\/strong\u003e High-Elasticity, Breathable \u0026amp; Wrinkle-Resistant\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eWaistline:\u003c\/strong\u003e High-Rise Elastic Waistband with Gold Chain Detail\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eFit Type:\u003c\/strong\u003e Relaxed Wide-Leg \/ Flattering Plus Size Fit\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Machine Wash Cold \/ Hang to Dry\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Office, Smart Casual, Weekend Outings, Parties\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: Are these pants truly high-stretch and non-restrictive?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Absolutely! The fabric is engineered with 4-way ultra-high elasticity that stretches naturally with your movements while maintaining a smooth, flattering shape.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: How should I pick my size for plus-size fitting?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e They feature a forgiving elastic waist cut tailored for curvy figures. We recommend checking our size chart to pick your standard size for the perfect fit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Will the gold chain tarnish in the wash?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e No! The decorative gold chain is crafted from durable, anti-rust metal accents designed to withstand gentle machine washing.\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 Shipping\u003c\/h4\u003e\n\u003cp\u003eReal-time tracking updates 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\u003eHassle-free size exchange and return policy guaranteed.\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\u003eEncrypted with bank-grade SSL security for safe shopping.\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\"\u003eUpgrade your wardrobe with ultimate stretch and timeless elegance.\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":"Black \/ 1XL","offer_id":43337877028958,"sku":"NZJ2609151493-大码女长裤-黑色-1xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43337877061726,"sku":"NZJ2609151493-大码女长裤-黑色-2xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43337877094494,"sku":"NZJ2609151493-大码女长裤-黑色-3xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":43337877127262,"sku":"NZJ2609151493-大码女长裤-黑色-4xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5XL","offer_id":43337877160030,"sku":"NZJ2609151493-大码女长裤-黑色-5xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1XL","offer_id":43337877192798,"sku":"NZJ2609151493-大码女长裤-蓝色-1xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43337877225566,"sku":"NZJ2609151493-大码女长裤-蓝色-2xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":43337877258334,"sku":"NZJ2609151493-大码女长裤-蓝色-3xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 4XL","offer_id":43337877291102,"sku":"NZJ2609151493-大码女长裤-蓝色-4xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 5XL","offer_id":43337877323870,"sku":"NZJ2609151493-大码女长裤-蓝色-5xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 1XL","offer_id":43337877356638,"sku":"NZJ2609151493-大码女长裤-藏青色-1xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":43337877389406,"sku":"NZJ2609151493-大码女长裤-藏青色-2xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 3XL","offer_id":43337877422174,"sku":"NZJ2609151493-大码女长裤-藏青色-3xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 4XL","offer_id":43337877454942,"sku":"NZJ2609151493-大码女长裤-藏青色-4xl","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 5XL","offer_id":43337877487710,"sku":"NZJ2609151493-大码女长裤-藏青色-5xl","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8e981cf3-bf46-49fa-bc1c-f7af4d269c60.avif?v=1789439747","url":"https:\/\/miscellista.com\/products\/women-s-plus-size-high-waisted-stretch-wide-leg-pants","provider":"Miscellista.com","version":"1.0","type":"link"}