{"product_id":"womens-soft-v-neck-loose-drawstring-hoodie-long-sleeve-sweatshirt","title":"Women's Soft V-Neck Loose Drawstring Hoodie Long Sleeve Sweatshirt","description":"\u003cstyle\u003e\n  \/* =========================================================\n     WOMEN'S V-NECK HOODIE LANDING PAGE\n     CRO \u0026 HIGH-CONVERSION OPTIMIZED DESIGN\n   ========================================================= *\/\n\n  #ws-hoodie-landing,\n  #ws-hoodie-landing * {\n    box-sizing: border-box;\n  }\n\n  #ws-hoodie-landing {\n    --accent-color: #b7845f;        \/* Warm Caramel Accent *\/\n    --accent-dark: #6f4d38;         \/* Deep Coffee Brown *\/\n    --accent-bg-light: #f5eadc;     \/* Soft Beige Tint *\/\n    --page-bg: #fbf7f1;             \/* Warm Ivory Background *\/\n    --card-bg: #fffdf9;             \/* Cream Card *\/\n    --border-color: #dcc6ad;        \/* Soft Beige Border *\/\n    --border-soft: #eadfD1;         \/* Gentle Warm Border *\/\n    --text-primary: #40342b;        \/* Deep Warm Text *\/\n    --text-muted: #76685d;          \/* Muted Taupe Text *\/\n    --shadow: 0 10px 25px rgba(111, 77, 56, 0.09);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    overflow: hidden;\n\n    background: linear-gradient(145deg, #efe0cc 0%, #fbf7f1 50%, #e8d4bb 100%);\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-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 FABRIC HIGHLIGHT *\/\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-fabric-highlight {\n    max-width: 820px;\n    margin: 20px auto 0;\n    padding: 20px 24px;\n    background: var(--accent-bg-light);\n    border: 1px solid var(--border-color);\n    border-radius: 14px;\n    text-align: left;\n  }\n\n  .ws-fabric-title {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 0 0 8px;\n    color: var(--accent-dark);\n    font-size: 15px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  .ws-fabric-highlight p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 15.5px;\n    line-height: 1.7;\n  }\n\n  \/* SELLING TAGS *\/\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: 20px;\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-radius: 16px;\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n\n  .ws-feature-copy {\n    padding: 24px 26px;\n  }\n\n  .ws-feature-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 10px;\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  \/* 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  \/* SIZE \u0026 FIT *\/\n  .ws-size-fit {\n    margin-top: 24px;\n    padding: 28px 22px;\n    background: linear-gradient(135deg, #f8efe4 0%, #ead8c1 100%);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n    text-align: center;\n    scroll-margin-top: 24px;\n  }\n\n  .ws-size-fit .ws-section-title {\n    margin-bottom: 10px;\n  }\n\n  .ws-size-intro {\n    max-width: 720px;\n    margin: 0 auto;\n    color: var(--text-muted);\n    font-size: 15px;\n    line-height: 1.65;\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, #9a6a4a 0%, #b7845f 58%, #cda783 100%);\n    border: 1px solid #a97857;\n    border-radius: 999px;\n    box-shadow: 0 8px 24px rgba(111, 77, 56, 0.24);\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(111, 77, 56, 0.34);\n  }\n\n  .ws-size-jump-highlight {\n    outline: 3px solid rgba(183, 132, 95, 0.42) !important;\n    outline-offset: 8px;\n    border-radius: 12px;\n    transition: outline-color 0.35s ease;\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-hoodie-landing\"\u003e\n\u003cdiv class=\"ws-inner\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003csection class=\"ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003eCASUAL ELEGANCE \u0026amp; ALL-DAY COMFORT\u003c\/div\u003e\n\u003ch1 class=\"ws-hero-title\"\u003e☕ Women's Soft V-Neck Loose Drawstring Hoodie Top\u003c\/h1\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9_9_20.gif?v=1789630489\" 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\u003eYour Ultimate Everyday Go-To Top:\u003c\/strong\u003e Upgrade your style with cozy comfort and chic elegance. Featuring a feminine V-neck and smooth curved hem, it drapes effortlessly without clinging. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FABRIC HIGHLIGHT CARD --\u003e\u003c!-- SELLING TAGS --\u003e\n\u003cdiv class=\"ws-tags\"\u003e\n\u003cdiv class=\"ws-tag\"\u003e☁️ Soft Cotton-Spandex Blend\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e✨ Flattering V-Neckline\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🌿 Relaxed Curved Hem\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🎨 Adjustable Drawstring Hood\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\"\u003eThoughtful Details Engineered For 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\"\u003eBreathable Cotton-Spandex Stretch Fabric\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eBlended with premium cotton and spandex for superior breathability and elastic recovery. Moves with your body naturally while maintaining its shape wash after wash.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/3f590c88-73b0-4760-8526-ab4fb5afa652.png?v=1789633064\" 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\"\u003eFlattering Neckline \u0026amp; Elongated Silhouette\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe graceful V-neckline lengthens your neck profile effortlessly, while the adjustable drawstring hood adds a trendy, laid-back vibe without feeling bulky.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/73e7eabd-f87b-414a-a1d2-9fc0acb13f5d.png?v=1789633064\" 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\"\u003eCurved Hem for Graceful Coverage\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFeatures a subtle high-low curved hem line that gently covers the hips and belly, creating a smooth silhouette that pairs seamlessly with denim, trousers, or activewear.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/6f080aac-c1ad-46e6-9f95-221a43471a51.png?v=1789633064\" 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\"\u003eEffortless Versatility for Any Occasion\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eTransition through your week seamlessly: wear it with classic blue jeans and sneakers for coffee runs, layer under a denim jacket for outdoor activities, or match with soft leggings for cozy days at home.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/909b17ea-e690-4aeb-8282-04f04f4e89cf.png?v=1789633064\" 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 Cotton + Spandex Stretch Blend\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Feminine V-Neck with Drawstring Hood\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eSleeve Type:\u003c\/strong\u003e Full Long Sleeves \/ Drop Shoulder\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eFit Type:\u003c\/strong\u003e Relaxed Loose Fit\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eHemline:\u003c\/strong\u003e Curved Flattering Hem\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Machine Wash Cold inside Laundry Bag \/ Tumble Dry Low\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE \u0026 FIT --\u003e\n\u003csection class=\"ws-size-fit\" id=\"ws-size-fit\"\u003e\n\u003ch3 class=\"ws-section-title\"\u003e📏 Size \u0026amp; Fit Guide\u003c\/h3\u003e\n\u003cp class=\"ws-size-intro\"\u003eDesigned with a comfortable, relaxed fit. Order your standard size for a cozy loose fit, or size down if you prefer a more tailored look.\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"ws-size-intro\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/size-chart-s-3xl.png?v=1789633368\" alt=\"\"\u003e\u003c\/p\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 material heavy or lightweight?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e It features a perfect medium-weight cotton-spandex fabric that feels soft, breathable, and cozy without feeling heavy or bulky.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Will the fabric shrink after washing?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e No. Thanks to the spandex content and pre-shrunk cotton blend, it retains its shape and soft texture after cold machine washing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Does it cling tightly to the waist?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Not at all! The top is cut in a relaxed, loose silhouette with a curved hem that drapes gracefully over the stomach and hips.\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 numbers provided for all orders.\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 exchanges \u0026amp; money-back guarantee.\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 256-bit SSL protection.\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\"\u003eExperience ultimate everyday softness \u0026amp; relaxed style today.\u003c\/p\u003e\n\u003ca href=\"#\" id=\"ws-shop-now-size\" class=\"ws-buy-button\" role=\"button\"\u003ebuy NOW !\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"NZJzhouzhoujingjing","offers":[{"title":"Black \/ S","offer_id":43348064731230,"sku":"NZJ2609173456-连帽上衣- 黑色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43348048052318,"sku":"NZJ2609173456-连帽上衣- 黑色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43348048085086,"sku":"NZJ2609173456-连帽上衣- 黑色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43348048117854,"sku":"NZJ2609173456-连帽上衣- 黑色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43348048183390,"sku":"NZJ2609173456-连帽上衣- 黑色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43348048216158,"sku":"NZJ2609173456-连帽上衣- 黑色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":43348064763998,"sku":"NZJ2609173456-连帽上衣-绿色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":43348048347230,"sku":"NZJ2609173456-连帽上衣-绿色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":43348048379998,"sku":"NZJ2609173456-连帽上衣-绿色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":43348048412766,"sku":"NZJ2609173456-连帽上衣-绿色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":43348048478302,"sku":"NZJ2609173456-连帽上衣-绿色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":43348048511070,"sku":"NZJ2609173456-连帽上衣-绿色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ S","offer_id":43348064796766,"sku":"NZJ2609173456-连帽上衣- 焦糖色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ M","offer_id":43348048642142,"sku":"NZJ2609173456-连帽上衣- 焦糖色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ L","offer_id":43348048674910,"sku":"NZJ2609173456-连帽上衣- 焦糖色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ XL","offer_id":43348048707678,"sku":"NZJ2609173456-连帽上衣- 焦糖色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ 2XL","offer_id":43348048773214,"sku":"NZJ2609173456-连帽上衣- 焦糖色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ 3XL","offer_id":43348048805982,"sku":"NZJ2609173456-连帽上衣- 焦糖色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":43348064829534,"sku":"NZJ2609173456-连帽上衣-红色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":43348048937054,"sku":"NZJ2609173456-连帽上衣-红色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43348048969822,"sku":"NZJ2609173456-连帽上衣-红色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43348049002590,"sku":"NZJ2609173456-连帽上衣-红色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":43348049068126,"sku":"NZJ2609173456-连帽上衣-红色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3XL","offer_id":43348049100894,"sku":"NZJ2609173456-连帽上衣-红色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":43348064993374,"sku":"NZJ2609173456-连帽上衣-咖啡色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":43348050411614,"sku":"NZJ2609173456-连帽上衣-咖啡色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":43348050444382,"sku":"NZJ2609173456-连帽上衣-咖啡色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":43348050477150,"sku":"NZJ2609173456-连帽上衣-咖啡色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 2XL","offer_id":43348050542686,"sku":"NZJ2609173456-连帽上衣-咖啡色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 3XL","offer_id":43348050575454,"sku":"NZJ2609173456-连帽上衣-咖啡色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S","offer_id":43348091404382,"sku":"NZJ2609173456-连帽上衣-紫色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":43348091437150,"sku":"NZJ2609173456-连帽上衣-紫色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":43348091469918,"sku":"NZJ2609173456-连帽上衣-紫色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":43348091502686,"sku":"NZJ2609173456-连帽上衣-紫色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 2XL","offer_id":43348091568222,"sku":"NZJ2609173456-连帽上衣-紫色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 3XL","offer_id":43348091600990,"sku":"NZJ2609173456-连帽上衣-紫色-3XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":43348091633758,"sku":"NZJ2609173456-连帽上衣-蓝色-S","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43348091666526,"sku":"NZJ2609173456-连帽上衣-蓝色-M","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43348091699294,"sku":"NZJ2609173456-连帽上衣-蓝色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43348091732062,"sku":"NZJ2609173456-连帽上衣-蓝色-L","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43348091797598,"sku":"NZJ2609173456-连帽上衣-蓝色-2XL","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":43348091830366,"sku":"NZJ2609173456-连帽上衣-蓝色-3XL","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/fb27d251-26c7-490b-9334-b4fb3c63631a.png?v=1789636924","url":"https:\/\/miscellista.com\/products\/womens-soft-v-neck-loose-drawstring-hoodie-long-sleeve-sweatshirt","provider":"Miscellista.com","version":"1.0","type":"link"}