{"product_id":"women-s-oversized-stand-collar-faux-leather-jacket","title":"Women’s Oversized Stand Collar Faux Leather Jacket","description":"\u003cstyle\u003e\n  .flj-page,\n  .flj-page * { box-sizing: border-box; }\n\n  .flj-page {\n    --ink: #292827;\n    --espresso: #493b34;\n    --leather: #70594d;\n    --taupe: #a69082;\n    --stone: #e1d8d0;\n    --sand: #f1ebe5;\n    --cream: #faf7f3;\n    --white: #fff;\n    --text: #45413e;\n    --muted: #716b66;\n    --border: rgba(73, 59, 52, .14);\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .flj-page h1,\n  .flj-page h2,\n  .flj-page p { margin-top: 0; }\n\n  .flj-page img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* HERO *\/\n  .flj-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 36px 24px 30px;\n    margin-bottom: 20px;\n    text-align: center;\n    background: linear-gradient(90deg, var(--cream) 0%, var(--sand) 48%, var(--stone) 100%);\n    border: 1px solid var(--border);\n    border-radius: 22px;\n    box-shadow: 0 12px 34px rgba(41, 40, 39, .09);\n  }\n\n  .flj-hero::before,\n  .flj-hero::after {\n    position: absolute;\n    content: \"\";\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .flj-hero::before {\n    top: -105px;\n    right: -72px;\n    width: 235px;\n    height: 235px;\n    background: rgba(112, 89, 77, .1);\n  }\n\n  .flj-hero::after {\n    bottom: -120px;\n    left: -88px;\n    width: 245px;\n    height: 245px;\n    background: rgba(41, 40, 39, .055);\n  }\n\n  .flj-hero-inner { position: relative; z-index: 1; }\n\n  .flj-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 6px 12px;\n    margin-bottom: 12px;\n    color: var(--espresso);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    line-height: 1.3;\n    text-transform: uppercase;\n    background: rgba(255, 255, 255, .82);\n    border: 1px solid var(--border);\n    border-radius: 30px;\n  }\n\n  .flj-hero h1 {\n    max-width: 760px;\n    margin: 0 auto 9px;\n    color: var(--ink);\n    font-size: clamp(29px, 5vw, 43px);\n    font-weight: 850;\n    line-height: 1.14;\n    letter-spacing: -.035em;\n  }\n\n  .flj-hero-opening {\n    max-width: 720px;\n    margin: 0 auto 20px;\n    color: var(--espresso);\n    font-size: 16px;\n  }\n\n  \/* GIF 保持原始尺寸，不强制放大 *\/\n  .flj-gif {\n    display: flex;\n    justify-content: center;\n    margin: 0 auto 21px;\n  }\n\n  .flj-gif img {\n    width: auto !important;\n    max-width: 100% !important;\n    height: auto !important;\n    border-radius: 15px;\n    box-shadow: 0 10px 28px rgba(41, 40, 39, .18);\n  }\n\n  .flj-hero-description {\n    max-width: 750px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .flj-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n    padding: 0;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .flj-tags li {\n    padding: 6px 10px;\n    color: var(--espresso);\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.3;\n    background: rgba(255, 255, 255, .86);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n  }\n\n  .flj-tags li:nth-child(even) {\n    color: var(--ink);\n    background: rgba(225, 216, 208, .82);\n  }\n\n  \/* SECTION TITLE *\/\n  .flj-section-title {\n    margin: 38px 0 20px;\n    color: var(--ink);\n    font-size: clamp(24px, 4vw, 31px);\n    font-weight: 850;\n    line-height: 1.25;\n    text-align: center;\n  }\n\n  .flj-section-title::after {\n    display: block;\n    width: 56px;\n    height: 3px;\n    margin: 10px auto 0;\n    content: \"\";\n    background: linear-gradient(90deg, var(--ink), var(--taupe));\n    border-radius: 10px;\n  }\n\n  \/* FEATURE CARDS *\/\n  .flj-feature {\n    overflow: hidden;\n    margin-bottom: 18px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-top: 3px solid var(--leather);\n    border-radius: 18px;\n    box-shadow: 0 9px 27px rgba(41, 40, 39, .07);\n  }\n\n  .flj-feature:nth-of-type(even) { border-top-color: var(--ink); }\n\n  .flj-feature-image {\n    overflow: hidden;\n    background: var(--cream);\n  }\n\n  .flj-feature-image img { width: 100%; height: auto; }\n\n  .flj-content {\n    padding: 19px 22px 21px;\n    background: linear-gradient(90deg, #fff 0%, rgba(250, 247, 243, .98) 100%);\n  }\n\n  .flj-content h2 {\n    margin: 0 0 7px;\n    color: var(--espresso);\n    font-size: 21px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .flj-feature:nth-of-type(even) .flj-content h2 { color: var(--ink); }\n\n  .flj-content p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .flj-content strong { color: var(--ink); }\n\n  .flj-style-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    padding: 0;\n    margin: 14px 0 0;\n    list-style: none;\n  }\n\n  .flj-style-list li {\n    padding: 6px 9px;\n    color: var(--espresso);\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.3;\n    background: var(--sand);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n  }\n\n  .flj-style-list li:nth-child(even) {\n    color: var(--ink);\n    background: var(--stone);\n  }\n\n  \/* SIZE CHART *\/\n  .flj-size-chart {\n    width: 100%;\n    margin: 24px 0 11px;\n    padding: 7px;\n    overflow: hidden;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    box-shadow: 0 7px 20px rgba(41, 40, 39, .055);\n  }\n\n  .flj-size-chart img {\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  \/* PRODUCT DETAILS *\/\n  .flj-details {\n    padding: 15px 20px;\n    background: linear-gradient(90deg, var(--cream) 0%, var(--sand) 52%, var(--stone) 100%);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--espresso);\n    border-radius: 15px;\n  }\n\n  .flj-details h2 {\n    margin: 0 0 7px;\n    color: var(--ink);\n    font-size: 21px;\n    font-weight: 850;\n    line-height: 1.25;\n  }\n\n  .flj-detail-row {\n    display: grid;\n    grid-template-columns: 126px minmax(0, 1fr);\n    gap: 8px;\n    padding: 5px 0;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.35;\n    border-bottom: 1px solid rgba(73, 59, 52, .1);\n  }\n\n  .flj-detail-row:last-child { border-bottom: 0; }\n  .flj-detail-name { color: var(--espresso); font-weight: 800; }\n  .flj-detail-value { min-width: 0; }\n\n  \/* TRUST + BUY *\/\n  .flj-trust {\n    margin-top: 20px;\n    overflow: hidden;\n    background: linear-gradient(90deg, var(--cream) 0%, var(--sand) 50%, var(--stone) 100%);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .flj-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .flj-trust-item { padding: 19px 13px; text-align: center; }\n  .flj-trust-item + .flj-trust-item { border-left: 1px solid var(--border); }\n\n  .flj-trust-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    margin: 0 auto 8px;\n    color: #fff;\n    font-size: 19px;\n    background: var(--espresso);\n    border-radius: 50%;\n  }\n\n  .flj-trust-item:nth-child(2) .flj-trust-icon { background: var(--leather); }\n  .flj-trust-item:nth-child(3) .flj-trust-icon { background: var(--ink); }\n\n  .flj-trust-title {\n    margin-bottom: 3px;\n    color: var(--ink);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .flj-trust-text { color: var(--muted); font-size: 11px; line-height: 1.4; }\n\n  .flj-buy {\n    padding: 21px 18px 18px;\n    text-align: center;\n    border-top: 1px solid var(--border);\n  }\n\n  .flj-buy-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    max-width: 500px;\n    min-height: 54px;\n    padding: 13px 26px;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 850;\n    letter-spacing: .04em;\n    text-decoration: none;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, var(--ink) 0%, var(--espresso) 100%);\n    border: 2px solid #242322;\n    border-radius: 50px;\n    box-shadow: 0 8px 21px rgba(41, 40, 39, .27);\n    cursor: pointer;\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .flj-buy-button:hover {\n    color: #fff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 11px 25px rgba(41, 40, 39, .34);\n  }\n\n  .flj-buy-note { margin: 8px 0 0; color: var(--muted); font-size: 11px; }\n\n  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .flj-page { font-size: 15px; }\n    .flj-hero { padding: 27px 14px 23px; border-radius: 16px; }\n    .flj-kicker { font-size: 9px; }\n    .flj-hero h1 { font-size: 28px; }\n    .flj-hero-opening { margin-bottom: 17px; font-size: 14px; }\n    .flj-hero-description { font-size: 13px; }\n    .flj-tags { gap: 5px; margin-top: 16px; }\n    .flj-tags li { padding: 5px 8px; font-size: 11px; }\n    .flj-section-title { margin: 30px 0 17px; }\n    .flj-feature { margin-bottom: 15px; border-radius: 14px; }\n    .flj-content { padding: 16px 14px 18px; }\n    .flj-content h2 { font-size: 18px; }\n    .flj-content p { font-size: 13px; }\n    .flj-style-list { gap: 5px; margin-top: 12px; }\n    .flj-style-list li { padding: 5px 8px; font-size: 11px; }\n    .flj-size-chart { margin: 20px 0 10px; padding: 4px; border-radius: 11px; }\n    .flj-details { padding: 13px 14px; border-radius: 13px; }\n    .flj-details h2 { margin-bottom: 5px; font-size: 19px; }\n    .flj-detail-row {\n      grid-template-columns: 104px minmax(0, 1fr);\n      gap: 6px;\n      padding: 4px 0;\n      font-size: 12px;\n      line-height: 1.3;\n    }\n    .flj-trust-grid { grid-template-columns: 1fr; }\n    .flj-trust-item {\n      display: grid;\n      grid-template-columns: 43px 1fr;\n      column-gap: 12px;\n      padding: 13px;\n      text-align: left;\n    }\n    .flj-trust-item + .flj-trust-item { border-top: 1px solid var(--border); border-left: 0; }\n    .flj-trust-icon { grid-row: 1 \/ 3; margin: 0; }\n    .flj-trust-title,\n    .flj-trust-text { align-self: center; }\n    .flj-buy { padding: 16px 13px; }\n    .flj-buy-button { min-height: 52px; font-size: 15px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"flj-page\" id=\"womens-faux-leather-jacket-page\"\u003e\n\u003csection class=\"flj-hero\"\u003e\n\u003cdiv class=\"flj-hero-inner\"\u003e\n\u003cdiv class=\"flj-kicker\"\u003e🔥 Modern Faux Leather Collection\u003c\/div\u003e\n\u003ch1\u003eYour Basic Jacket Just Got a Serious Upgrade.\u003c\/h1\u003e\n\u003cp class=\"flj-hero-opening\"\u003eSlip into effortless edge with a sleek faux leather finish, relaxed oversized fit, and street-ready attitude.\u003c\/p\u003e\n\u003cdiv class=\"flj-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_31_26b23b48-f525-488a-b43f-975991fa9b5e.gif?v=1788169307\" alt=\"Women's relaxed faux leather jacket\"\u003e\u003c\/div\u003e\n\u003cp class=\"flj-hero-description\"\u003eFrom cool morning commutes to weekend plans, this is the statement layer that instantly makes a simple outfit look more polished, confident, and put-together.\u003c\/p\u003e\n\u003cul class=\"flj-tags\"\u003e\n\u003cli\u003e🖤 Sleek Faux Leather\u003c\/li\u003e\n\u003cli\u003e🍂 Street-Ready Style\u003c\/li\u003e\n\u003cli\u003e🌬️ Weather Resistant\u003c\/li\u003e\n\u003cli\u003e🤎 Easy Layering\u003c\/li\u003e\n\u003cli\u003e👜 Practical Pockets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2 class=\"flj-section-title\"\u003eThe Statement Layer You’ll Live In\u003c\/h2\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/e4bdbe34-582d-4cf4-8f62-aef4625d5445.webp?v=1788171199\" alt=\"Effortless street style faux leather jacket\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e🍂 EFFORTLESS STREET STYLE\u003c\/h2\u003e\n\u003cp\u003eThe clean H-shaped silhouette gives you a relaxed, modern fit without looking shapeless. Pair it with jeans, leggings, boots, or sneakers for an instantly polished casual look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_31_06_12_31.webp?v=1788171203\" alt=\"Sleek smooth faux leather finish\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e🖤 SLEEK FAUX LEATHER LOOK\u003c\/h2\u003e\n\u003cp\u003eA smooth faux leather finish adds just the right amount of edge to everyday outfits, making even simple basics feel more elevated and fashion-forward.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/e7abba4d-37d7-49d4-9f87-0f9a8a06ae72.webp?v=1788171200\" alt=\"Wind-resistant and water-resistant leather-look jacket\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e🌬️ MADE FOR CHANGING WEATHER\u003c\/h2\u003e\n\u003cp\u003eDesigned with wind-resistant and water-resistant performance to help keep you comfortable through breezy commutes, light drizzles, and unpredictable spring or fall days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/0b4ad1d4-138c-460f-ace4-5c0ce0c59ee5.webp?v=1788171198\" alt=\"Structured stand collar and button details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e✨ STAND COLLAR, INSTANT ATTITUDE\u003c\/h2\u003e\n\u003cp\u003eThe structured stand collar and button detailing create a clean, confident silhouette that looks stylish worn open or fully fastened.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/dea6898e-c251-4539-9dd5-087502a9bd1d.webp?v=1788171200\" alt=\"Functional everyday jacket pockets\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e👜 PRACTICAL POCKETS\u003c\/h2\u003e\n\u003cp\u003eFunctional pockets keep everyday essentials close while adding to the jacket’s casual utility-inspired look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/c4ac2cd8-af1d-4bee-b2ec-5d79901cefb5.webp?v=1788171199\" alt=\"Relaxed loose-fitting faux leather jacket\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e🤎 RELAXED, EASY-TO-LAYER FIT\u003c\/h2\u003e\n\u003cp\u003eThe loose-fitting shape leaves room for tees, sweaters, and lightweight layers underneath, making it an easy go-to jacket throughout the transitional seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"flj-feature\"\u003e\n\u003cdiv class=\"flj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/fd5dc75f-cc7f-457d-99ca-75c78fa1ac33.webp?v=1788171200\" alt=\"Versatile faux leather jacket outfits\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flj-content\"\u003e\n\u003ch2\u003e👖 ONE JACKET, ENDLESS OUTFITS\u003c\/h2\u003e\n\u003cp\u003eDress it down with denim for everyday errands, layer it over a fitted top for date night, or pair it with boots and trousers for an elevated streetwear look.\u003c\/p\u003e\n\u003cul class=\"flj-style-list\"\u003e\n\u003cli\u003e👖 Denim Days\u003c\/li\u003e\n\u003cli\u003e🌆 Date Night\u003c\/li\u003e\n\u003cli\u003e☕ Coffee Runs\u003c\/li\u003e\n\u003cli\u003e💼 Commuting\u003c\/li\u003e\n\u003cli\u003e🛍️ Weekend Plans\u003c\/li\u003e\n\u003cli\u003e🥾 Elevated Streetwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003csection class=\"flj-size-chart\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/70373e62-5c1d-46de-ab0d-117d40183cdd.webp?v=1788173237\" alt=\"\"\u003e\u003c\/section\u003e\n\u003csection class=\"flj-details\"\u003e\n\u003ch2\u003eProduct Detail\u003c\/h2\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eCasual \/ Streetwear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eLoose-Fitting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eSilhouette\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eH Type\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eNeckline\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eStand Collar \/ Mock Neck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eSleeve Length\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eLong Sleeve\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eClosure Detail\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eButton\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003ePockets, Button Details\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003ePattern\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eSolid Color\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-row\"\u003e\n\u003cdiv class=\"flj-detail-name\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"flj-detail-value\"\u003eSpring \u0026amp; Fall\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"flj-trust\"\u003e\n\u003cdiv class=\"flj-trust-grid\"\u003e\n\u003cdiv class=\"flj-trust-item\"\u003e\n\u003cdiv class=\"flj-trust-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-title\"\u003eSecure Shipping\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-text\"\u003eTracked delivery available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-item\"\u003e\n\u003cdiv class=\"flj-trust-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-title\"\u003eQuality Checked\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-text\"\u003eCarefully inspected before shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-item\"\u003e\n\u003cdiv class=\"flj-trust-icon\"\u003e🤝\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-title\"\u003eCustomer Support\u003c\/div\u003e\n\u003cdiv class=\"flj-trust-text\"\u003eFriendly help whenever needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flj-buy\"\u003e\n\u003ca class=\"flj-buy-button\" id=\"faux-leather-jacket-buy-button\" href=\"#MainContent\" role=\"button\"\u003eBuy Now →\u003c\/a\u003e\n\u003cp class=\"flj-buy-note\"\u003eChoose your preferred color and size above.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"CWLdabucunjkldasx","offers":[{"title":"Burgundy \/ XS","offer_id":43242915266654,"sku":"NC02362608315435-女士皮夹克-酒红色-XS","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ S","offer_id":43242915299422,"sku":"NC02362608315435-女士皮夹克-酒红色-S","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ M","offer_id":43242915332190,"sku":"NC02362608315435-女士皮夹克-酒红色-M","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ L","offer_id":43242915364958,"sku":"NC02362608315435-女士皮夹克-酒红色-L","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ XL","offer_id":43242915397726,"sku":"NC02362608315435-女士皮夹克-酒红色-XL","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XS","offer_id":43242914938974,"sku":"NC02362608315435-女士皮夹克-黑色-XS","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":43242914971742,"sku":"NC02362608315435-女士皮夹克-黑色-S","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43242915004510,"sku":"NC02362608315435-女士皮夹克-黑色-M","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43242915037278,"sku":"NC02362608315435-女士皮夹克-黑色-L","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43242915070046,"sku":"NC02362608315435-女士皮夹克-黑色-XL","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XS","offer_id":43242915102814,"sku":"NC02362608315435-女士皮夹克-棕色-XS","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":43242915135582,"sku":"NC02362608315435-女士皮夹克-棕色-S","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":43242915168350,"sku":"NC02362608315435-女士皮夹克-棕色-M","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":43242915201118,"sku":"NC02362608315435-女士皮夹克-棕色-L","price":69.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":43242915233886,"sku":"NC02362608315435-女士皮夹克-棕色-XL","price":69.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9166b4ba-800c-4b8f-a6b6-9df7fe72b17b.webp?v=1788170782","url":"https:\/\/miscellista.com\/products\/women-s-oversized-stand-collar-faux-leather-jacket","provider":"Miscellista.com","version":"1.0","type":"link"}