{"product_id":"butterfly-wing-v-neck-batwing-sleeve-knit-cardigan-sweater","title":"🦋 Butterfly Wing V-Neck Batwing Sleeve Knit Cardigan Sweater 🧥","description":"\u003cstyle\u003e\n  .butterfly-product-page {\n    --bp-accent: #c95d12;     \/* 高光焦糖橙 *\/\n    --bp-dark: #171717;       \/* 钛钢极夜黑 *\/\n    --bp-light: #f7f5f1;      \/* 空气感暖麦白底 *\/\n    --bp-border: #e6e2dc;\n    --bp-text: #171717;\n    --bp-muted: #666666;\n    --bp-white: #ffffff;\n\n    max-width: 760px; \/* 锁定移动端黄金宽度 *\/\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--bp-text);\n    line-height: 1.65;\n    background: var(--bp-white);\n  }\n\n  .butterfly-product-page * {\n    box-sizing: border-box;\n  }\n\n  \/* 移动端字号瘦身与高转化字体 *\/\n  .butterfly-product-page h1,\n  .butterfly-product-page h2,\n  .butterfly-product-page h3,\n  .butterfly-product-page p {\n    margin-top: 0;\n  }\n\n  .butterfly-product-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--bp-dark);\n  }\n\n  .butterfly-product-page h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--bp-dark);\n  }\n\n  .butterfly-product-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--bp-accent);\n  }\n\n  .butterfly-product-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--bp-muted);\n  }\n\n  .butterfly-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(201,93,18,.08);\n  }\n\n  \/* 针对首屏核心GIF动图的黄金 320px 自适应尺寸卡死 *\/\n  .bp-gif-container {\n    width: 100%;\n    max-width: 320px;\n    margin: 18px auto;\n  }\n\n  \/* 结构布局模块 *\/\n  .bp-section {\n    margin-bottom: 26px;\n  }\n\n  .bp-section--soft {\n    padding: 16px;\n    background: var(--bp-light);\n    border: 1px solid var(--bp-border);\n    border-radius: 16px;\n  }\n\n  .bp-section--dark {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--bp-dark), #3d2311);\n    border-radius: 16px;\n    color: #ffffff;\n  }\n\n  .bp-section--dark h2, .bp-section--dark p {\n    color: #ffffff !important;\n  }\n\n  .bp-hero {\n    padding: 16px 8px;\n    text-align: center;\n    background: var(--bp-light);\n    border: 1px solid var(--bp-border);\n    border-radius: 16px;\n  }\n\n  .bp-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--bp-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .bp-section--dark .bp-eyebrow {\n    color: #fed7aa;\n  }\n\n  \/* 核心优势 2列网格卡片 *\/\n  .bp-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .bp-benefit-card {\n    padding: 12px 10px;\n    background: var(--bp-white);\n    border: 1px solid var(--bp-border);\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0,0,0,.01);\n  }\n\n  .bp-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--bp-dark);\n    margin-bottom: 2px;\n  }\n\n  .bp-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景平铺网格 *\/\n  .bp-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .bp-zone-item {\n    padding: 10px 4px;\n    background: rgba(255, 255, 255, 0.1);\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 8px;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #fed7aa !important;\n  }\n\n  \/* ⚙️ 左右极致工整对齐的技术参数面板 *\/\n  .bp-table-box {\n    margin-top: 14px;\n    border: 1px solid var(--bp-border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .bp-spec-row {\n    display: flex;\n    justify-content: space-between; \/* 左边靠左，右边靠右 *\/\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid var(--bp-light);\n    background: #ffffff;\n    gap: 12px;\n  }\n\n  .bp-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .bp-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .bp-spec-label {\n    font-weight: 800;\n    color: var(--bp-dark);\n    white-space: nowrap;\n  }\n\n  .bp-spec-value {\n    text-align: right;\n    color: var(--bp-muted);\n    font-weight: 500;\n  }\n\n  \/* 强转化促单收尾大暗框 *\/\n  .bp-cta-banner {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--bp-dark), var(--bp-accent));\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(201,93,18,.25);\n  }\n\n  .bp-cta-banner h2 {\n    color: #ffffff !important;\n    font-size: 16.5px;\n    margin-bottom: 4px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .bp-cta-banner p {\n    color: #fed7aa;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .bp-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.15);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .bp-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: #ffffff !important; \/* 锁死纯白高亮 *\/\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n\n  \/* 底部4列高质感信托徽章 *\/\n  .bp-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .bp-trust-item {\n    padding: 8px 4px;\n    background: var(--bp-light);\n    border: 1px solid var(--bp-border);\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--bp-muted);\n  }\n\n  @media (min-width: 600px) {\n    .bp-benefits-grid { grid-template-columns: repeat(3, 1fr); }\n    .bp-zone-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"butterfly-product-page\"\u003e\n  \u003c!-- Hero Banner 头部区域 --\u003e\n  \u003csection class=\"bp-section\"\u003e\n    \u003cdiv class=\"bp-hero\"\u003e\n      \u003cspan class=\"bp-eyebrow\"\u003e🦋 BUTTERFLY WING KNIT CARDIGAN • FALL \u0026amp; WINTER 🧥\u003c\/span\u003e\n      \u003ch1\u003eButterfly Wings, Made for Layering\u003c\/h1\u003e\n      \n      \u003c!-- 彻底解耦平铺：首屏核心穿搭 GIF (原 39681b41) --\u003e\n      \u003cdiv class=\"bp-gif-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/39681b4197ecb7bde72f1500d5d9b111.gif?v=1785398650\" alt=\"Butterfly wing knit cardigan sweater model outfit demonstration animation loop\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 14.5px; color: var(--bp-text); font-weight: 500; padding: 0 4px; margin-top: 14px;\"\u003eAdd a distinctive butterfly-wing shape to cooler-weather outfits! The open V-neck, relaxed batwing sleeves, and cropped knit silhouette sit easily over everyday basics with effortless style.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺一：全功能概述（下接原图 2_d228...，彻底解耦连贴大图漏洞） --\u003e\n  \u003csection class=\"bp-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🦋 Bold Butterfly Wing Jacquard Pattern \u0026amp; Cozy Knit 🧥\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 1 (原 2_d228) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/2_d2280093-28e9-49e9-aa86-e98251b5fe42.png?v=1785399021\" alt=\"Butterfly wing pattern knit cardigan main front view\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bp-benefits-grid\"\u003e\n      \u003cdiv class=\"bp-benefit-card\"\u003e\n        \u003cstrong\u003e🦋 Distinctive Wing Pattern\u003c\/strong\u003e\n        \u003cp\u003eLarge contrasting knit wing sections create a striking visual focal point.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-benefit-card\"\u003e\n        \u003cstrong\u003e🧥 Open Front V-Neck\u003c\/strong\u003e\n        \u003cp\u003eDeep V-shaped neckline offers a clean frame for layering over tops and dresses.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-benefit-card\"\u003e\n        \u003cstrong\u003e💃 Relaxed Batwing Sleeves\u003c\/strong\u003e\n        \u003cp\u003eLoose, drapey sleeves extend the butterfly silhouette while allowing easy movement.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-benefit-card\"\u003e\n        \u003cstrong\u003e✨ Flattering Crop Length\u003c\/strong\u003e\n        \u003cp\u003eShort hemline pairs effortlessly with high-waisted jeans, trousers, and skirts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺二：蝴蝶翅膀提花细节特写（下接原图 6_b407） --\u003e\n  \u003csection class=\"bp-section bp-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e✨ Intricate Jacquard Texture \u0026amp; Spot Accents\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 2 (原 6_b407) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_b4076e32-2d4e-449a-afb7-56f4a6ce44f0.png?v=1785399021\" alt=\"Butterfly wing knit pattern and spot accents texture close up\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--bp-muted);\"\u003eDetailed contrasting spots and scalloped wing borders run along the lower hem and sleeves for an artistic, eye-catching finish.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺三：开放式V领与领口包边特写（下接原图 5_ebcb） --\u003e\n  \u003csection class=\"bp-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🧥 Open V-Neckline \u0026amp; Ribbed Border Trim\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 3 (原 5_ebcb) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/5_ebcba3ac-9a2c-4e59-87c9-4d5da57f0ba6.png?v=1785399021\" alt=\"Cardigan neckline, open front, and rib knit edge details\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eDurable ribbed edging defines the front opening and neckline, keeping the cardigan structured and comfortable through repeated wear.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺四：蝙蝠袖与宽松剪裁特写（下接原图 3_8a63） --\u003e\n  \u003csection class=\"bp-section bp-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e💃 Flowing Batwing Sleeves For Unrestricted Comfort\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 4 (原 3_8a63) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_8a63d47f-a88c-462d-8e54-cd7d29ba6647.png?v=1785399021\" alt=\"Loose batwing sleeve drape detail on knit cardigan\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--bp-muted);\"\u003eGenerous sleeve volume mimics graceful wing movement while leaving ample room for long-sleeve undershirts in autumn and winter.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺五：多款配色系展示（下接原图 7_a062） --\u003e\n  \u003csection class=\"bp-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🎨 Available In Multiple Contrasting Color Combinations\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 5 (原 7_a062) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/7_a062181b-8372-4222-ad44-6087f8e9bf41.png?v=1785399020\" alt=\"Cardigan color options comparison grid\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺六：高腰裤与牛仔裤穿搭实景（下接原图 1_0f6a） --\u003e\n  \u003csection class=\"bp-section bp-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e👖 Pairs Effortlessly With High-Waisted Jeans \u0026amp; Trousers\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 6 (原 1_0f6a) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_0f6aef62-0f5d-435e-b346-4c0969f180ac.png?v=1785399020\" alt=\"Model wearing butterfly cardigan with high waisted jeans\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--bp-muted);\"\u003eThe cropped length elongates your body line, creating a chic balanced outfit over camis, bodysuits, and fitted tees.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺七：后背整体翅膀拉展视觉（下接原图 8_d3b9） --\u003e\n  \u003csection class=\"bp-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🦋 Full Back Butterfly Wing Silhouette\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 7 (原 8_d3b9) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/8_d3b904cf-8248-4c05-83dc-3bf0e9d8e404.png?v=1785399020\" alt=\"Back view showing full butterfly wing knit pattern across shoulders\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 广泛适用多场景大暗框区域（下接原图 4_b3c8，压轴平铺） --\u003e\n  \u003csection class=\"bp-section bp-section--dark\"\u003e\n    \u003cdiv class=\"bp-section--dark\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n        \u003cspan class=\"bp-eyebrow\"\u003eUniversal Autumn \u0026amp; Winter Layering\u003c\/span\u003e\n        \u003ch2\u003e🍁 Perfect For Casual Outings, Dates \u0026amp; Weekend Style ☕\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 最后的压轴全屏平铺：大图 8 (原 4_b3c8) --\u003e\n      \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_b3c8773c-0685-4bd5-969c-f722d94cb587.png?v=1785399020\" alt=\"Lifestyle shot of model wearing cardigan in autumn setting\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bp-zone-grid\"\u003e\n        \u003cdiv class=\"bp-zone-item\"\u003e☕ Casual Everyday Outfits\u003c\/div\u003e\n        \u003cdiv class=\"bp-zone-item\"\u003e🌆 Weekend Dates \u0026amp; Parties\u003c\/div\u003e\n        \u003cdiv class=\"bp-zone-item\"\u003e🍁 Autumn \u0026amp; Winter Layering\u003c\/div\u003e\n        \u003cdiv class=\"bp-zone-item\"\u003e📷 Statement Streetwear Shots\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 📋 开箱清单与技术参数面板：左右极致工整齐平对齐 --\u003e\n  \u003csection class=\"bp-section bp-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bp-table-box\"\u003e\n      \u003cdiv class=\"bp-spec-row\"\u003e\n        \u003cdiv class=\"bp-spec-label\"\u003eProduct Archetype\u003c\/div\u003e\n        \u003cdiv class=\"bp-spec-value\" style=\"font-weight: 800; color: var(--bp-dark);\"\u003eButterfly Wing Open-Front Knit Cardigan\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-spec-row\"\u003e\n        \u003cdiv class=\"bp-spec-label\"\u003eMaterial Composition\u003c\/div\u003e\n        \u003cdiv class=\"bp-spec-value\"\u003eSoft Cozy Acrylic Blend Knit Fabric\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-spec-row\"\u003e\n        \u003cdiv class=\"bp-spec-label\"\u003eNeckline \u0026amp; Front\u003c\/div\u003e\n        \u003cdiv class=\"bp-spec-value\"\u003eOpen-Front Deep V-Neckline\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-spec-row\"\u003e\n        \u003cdiv class=\"bp-spec-label\"\u003eSleeve \u0026amp; Hem Cut\u003c\/div\u003e\n        \u003cdiv class=\"bp-spec-value\"\u003eRelaxed Batwing Sleeves \/ Cropped Length\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-spec-row\"\u003e\n        \u003cdiv class=\"bp-spec-label\"\u003eSeasonal Usage\u003c\/div\u003e\n        \u003cdiv class=\"bp-spec-value\"\u003eFall, Winter \u0026amp; Early Spring Layering\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-spec-row\" style=\"background:#fff7ed;\"\u003e\n        \u003cdiv class=\"bp-spec-label\" style=\"color:var(--bp-accent);\"\u003ePackage Inventory\u003c\/div\u003e\n        \u003cdiv class=\"bp-spec-value\" style=\"font-weight:bold; color:var(--bp-dark);\"\u003e1 × Butterfly Wing Knit Cardigan\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin: 12px 0 0; color: var(--bp-muted); font-size: 11.5px; line-height: 1.4; padding: 0 4px;\"\u003e* Care Directives: Machine wash cold in laundry bag or hand wash gentle. Lay flat to dry to maintain knit shape and pattern integrity.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 强转化促单收尾大暗框 --\u003e\n  \u003cdiv class=\"bp-cta-banner\"\u003e\n    \u003ch2\u003e🦋 ELEVATE YOUR FALL OUTFITS WITH EFFORTLESS WING STYLE! 🧥\u003c\/h2\u003e\n    \u003cp\u003eSelect your favorite color and size options above and welcome an eye-catching butterfly wing cardigan to your wardrobe tonight.\u003c\/p\u003e\n    \n    \u003cdiv class=\"bp-cta-trust-line\"\u003e\n      \u003cspan class=\"bp-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e\n      \u003cspan class=\"bp-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e\n      \u003cspan class=\"bp-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部四列高质感信托徽章 --\u003e\n  \u003cdiv class=\"bp-trust-grid\"\u003e\n    \u003cdiv class=\"bp-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n    \u003cdiv class=\"bp-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n    \u003cdiv class=\"bp-trust-item\"\u003e🦋 Wing Pattern\u003c\/div\u003e\n    \u003cdiv class=\"bp-trust-item\"\u003e🧥 Soft Knit\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"Orange Black \/ Adult Size","offer_id":48865100562586,"sku":"NC01892607302887-披肩-橙黑色-成人尺码","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Orange Black \/ Kids Size","offer_id":48865100595354,"sku":"NC01892607302887-披肩-橙黑色-小孩尺码","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black White \/ Adult Size","offer_id":48865100628122,"sku":"NC01892607302887-披肩-黑白色-成人尺码","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black White \/ Kids Size","offer_id":48865100660890,"sku":"NC01892607302887-披肩-黑白色-小孩尺码","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Purple Black \/ Adult Size","offer_id":48865100693658,"sku":"NC01892607302887-披肩-紫黑色-成人尺码","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Purple Black \/ Kids Size","offer_id":48865100726426,"sku":"NC01892607302887-披肩-紫黑色-小孩尺码","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Cream Beige \/ Adult Size","offer_id":48865100759194,"sku":"NC01892607302887-披肩-奶油白-成人尺码","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Cream Beige \/ Kids Size","offer_id":48865100791962,"sku":"NC01892607302887-披肩-奶油白-小孩尺码","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Yellow Black \/ Adult Size","offer_id":48865100824730,"sku":"NC01892607302887-披肩-黄黑色-成人尺码","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Yellow Black \/ Kids Size","offer_id":48865100857498,"sku":"NC01892607302887-披肩-黄黑色-小孩尺码","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Pink Black \/ Adult Size","offer_id":48865100890266,"sku":"NC01892607302887-披肩-黑粉色-成人尺码","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Pink Black \/ Kids Size","offer_id":48865100923034,"sku":"NC01892607302887-披肩-黑粉色-小孩尺码","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_0f6aef62-0f5d-435e-b346-4c0969f180ac.png?v=1785399020","url":"https:\/\/povlya.com\/products\/butterfly-wing-v-neck-batwing-sleeve-knit-cardigan-sweater","provider":"povlya.com","version":"1.0","type":"link"}