{"product_id":"elegant-plaid-high-low-asymmetric-trench-blazer-jacket","title":"Elegant Plaid High-Low Asymmetric Trench Blazer Jacket","description":"\u003cstyle\u003e\n  \/* =========================================================\n     PLAID HIGH-LOW JACKET - CRO \u0026 HIGH-CONVERSION LANDING PAGE\n     (Color Palette: Warm Earth \u0026 Elegant Cream)\n   ========================================================= *\/\n\n  #plaid-jacket-landing,\n  #plaid-jacket-landing * {\n    box-sizing: border-box;\n  }\n\n  #plaid-jacket-landing {\n    --accent-color: #795d45;        \/* Warm Brown Accent *\/\n    --accent-dark: #292321;         \/* Deep Charcoal\/Brown Text *\/\n    --accent-bg-light: #f5eee5;     \/* Soft Cream Tint *\/\n    --page-bg: #fdfbf7;             \/* Clean Airy Warm Background *\/\n    --card-bg: #ffffff;             \/* Pure White Card *\/\n    --border-color: #e5d9ce;        \/* Warm Border *\/\n    --border-soft: #f0e6dd;         \/* Soft Cream Line *\/\n    --text-primary: #312b28;        \/* Deep Brown-Gray Text *\/\n    --text-muted: #655951;          \/* Muted Brown-Gray Text *\/\n    --shadow: 0 10px 25px rgba(70, 50, 36, 0.07);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    overflow: hidden;\n\n    background: linear-gradient(145deg, #f5eee5 0%, #fdfbf7 50%, #ebe0d3 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.65;\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    opacity: 0.4;\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 TEXT *\/\n  .ws-intro {\n    max-width: 820px;\n    margin: 24px auto 0;\n    padding: 0;\n    background: transparent;\n    border: 0;\n    border-radius: 0;\n    box-shadow: none;\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  \/* 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: #5c4637;\n    background: rgba(255, 255, 255, 0.72);\n    border: 1px solid #d9c8b8;\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: #4d382c;\n    font-size: clamp(18px, 2.6vw, 22px);\n    font-weight: 800;\n  }\n\n  .ws-feature-copy p {\n    margin: 0;\n    color: #6a5d55;\n    font-size: 15.5px;\n    line-height: 1.7;\n  }\n\n  .ws-feature-copy img {\n    width: 100%;\n    height: auto;\n    display: block;\n    margin-top: 16px;\n    border-radius: 12px;\n  }\n\n  \/* PRODUCT SPECIFICATIONS *\/\n  .ws-specs {\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-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-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .ws-spec-item {\n    padding: 14px 16px;\n    background: #f7f1ea;\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n  }\n\n  .ws-spec-label {\n    display: block;\n    color: #8a7261;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 4px;\n  }\n\n  .ws-spec-value {\n    color: #3c302a;\n    font-size: 15px;\n    font-weight: 700;\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: #f7f1ea;\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .ws-faq-item:last-child {\n    margin-bottom: 0;\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: #46352c;\n    font-size: 15px;\n    font-weight: 750;\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: #6e6058;\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: #f7f1ea;\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, #4d382c 0%, #795d45 58%, #8a6a50 100%);\n    border: none;\n    border-radius: 999px;\n    box-shadow: 0 8px 24px rgba(79, 61, 46, 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(79, 61, 46, 0.32);\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-specs-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ws-feature-copy {\n      padding: 22px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"plaid-jacket-landing\"\u003e\n\u003cdiv class=\"ws-inner\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003csection class=\"ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003e✨ Modern Tailoring Meets Dramatic Movement\u003c\/div\u003e\n\u003ch1 class=\"ws-hero-title\"\u003eElegant Plaid High-Low Asymmetric Trench Blazer Jacket\u003c\/h1\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9_21_4_c4bfe8a5-6ffb-4b69-b8cb-68e381e950c6.gif?v=1790234303\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003cspan id=\"ws-buy-return-anchor\" class=\"ws-buy-return-anchor\"\u003e\u003c\/span\u003e \u003c!-- INTRO TEXT --\u003e\n\u003cdiv class=\"ws-intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eMake an entrance from every angle. 🍂\u003c\/strong\u003e\u003cbr\u003eThis statement plaid jacket combines the polished structure of a blazer with a flowing high-low hem that defines your waist, adds graceful movement, and instantly elevates everyday outfits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SELLING TAGS --\u003e\n\u003cdiv class=\"ws-tags\"\u003e\n\u003cdiv class=\"ws-tag\"\u003e⌛ Waist-Defining Shape\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e✨ Dramatic High-Low Hem\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🧥 Polished Blazer Details\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🍂 Effortless Seasonal Layering\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\"\u003eDesigned to Flatter. Made to Stand Out.\u003c\/h2\u003e\n\u003cspan class=\"ws-summary-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES LIST (ONE PER ROW WITH CARDS) --\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\"\u003eFlattering High-Low Silhouette\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe front-short, back-long asymmetric cut highlights your legs while offering graceful movement. It delivers a bold, fashion-forward statement without sacrificing comfort or overwhelming your natural frame.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/af1ca4b0-4ac4-4826-bea9-e3620f16d6c9.png?v=1790234955\" 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\"\u003eBeautifully Defined Waist\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eA tailored waistline and structured single-button closure curve gently around your midsection, creating a slim, defined hourglass fit that keeps your overall silhouette polished and feminine.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/c1d18cc8-cbfb-4db6-9385-1d136fa16ce4.png?v=1790234958\" 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\"\u003eSophisticated Blazer-Inspired Details\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eA tailored notched collar, long sleeves, and clean shoulder line give the jacket a refined finish that instantly makes jeans, leggings, or fitted trousers look more put-together.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/01e7d5b5-a981-4161-8527-e8bf82a63ef6.png?v=1790234957\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 4 --\u003e\u003c!-- FEATURE 5 --\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\"\u003ePremium Cotton-Rich Comfort \u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCrafted from a soft, high-density cotton blend, this brushed fabric delivers breathable warmth and cozy touch. It gives you flexible, non-stiff comfort through all transitional seasons.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/f67276d4-3567-4516-afe8-064616bb8ea0.png?v=1790234959\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 6 --\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 Day-to-Night Styling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003ePair it with turtlenecks and boots for day-to-day wear, or elevate it with heels for dinner. The extended back drapes elegantly, making outfit styling completely effortless.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/5e3d97f5-71bf-4683-a7cb-26f9c9b66253.png?v=1790234959\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003csection class=\"ws-specs\"\u003e\n\u003ch3 class=\"ws-section-title\"\u003e⚙️ Product Details\u003c\/h3\u003e\n\u003cdiv class=\"ws-specs-grid\"\u003e\n\u003cdiv class=\"ws-spec-item\"\u003e\n\u003cspan class=\"ws-spec-label\"\u003eStyle\u003c\/span\u003e \u003cspan class=\"ws-spec-value\"\u003ePlaid Trench-Blazer Jacket\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-spec-item\"\u003e\n\u003cspan class=\"ws-spec-label\"\u003eSilhouette\u003c\/span\u003e \u003cspan class=\"ws-spec-value\"\u003eFitted Waist \/ High-Low Hem\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-spec-item\"\u003e\n\u003cspan class=\"ws-spec-label\"\u003eNeckline\u003c\/span\u003e \u003cspan class=\"ws-spec-value\"\u003eNotched Blazer Collar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-spec-item\"\u003e\n\u003cspan class=\"ws-spec-label\"\u003eClosure\u003c\/span\u003e \u003cspan class=\"ws-spec-value\"\u003eSingle-Button Front\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-spec-item\"\u003e\n\u003cspan class=\"ws-spec-label\"\u003eFabric\u003c\/span\u003e\u003cstrong\u003e Premium Cotton Blend\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-spec-item\"\u003e\n\u003cspan class=\"ws-spec-label\"\u003eBest For\u003c\/span\u003e \u003cspan class=\"ws-spec-value\"\u003eFall, Winter \u0026amp; Cool Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUESTIONS \u0026 ANSWERS --\u003e\n\u003csection class=\"ws-faq\"\u003e\n\u003ch3 class=\"ws-section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eHow should I choose my size?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eCompare your measurements with the product size chart. If you are between sizes or plan to wear thicker layers underneath, choosing the larger size may provide a more comfortable fit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eWhat can I wear underneath it?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eThe jacket pairs beautifully with fitted turtlenecks, lightweight sweaters, blouses, and simple long-sleeve tops. Slimmer layers help keep the shaped waist and asymmetric silhouette clearly defined.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eHow should I style the dramatic hem?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003ePair it with slim jeans, leggings, or tailored pants to balance the flowing high-low shape. Finish with ankle boots or heels for an elongated, polished look.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eHow should I care for the jacket?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eFollow the garment care label. Gentle cleaning and air drying are recommended to help preserve the jacket’s shape, plaid pattern, and smooth drape.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST \u0026 SHIPPING --\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\"\u003eYour Statement Layer for the Season 🍂\u003c\/p\u003e\n\u003ca href=\"#ws-buy-return-anchor\" class=\"ws-buy-button\"\u003eCHOOSE YOUR SIZE →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NZJzhouzhoujingjing","offers":[{"title":"Grey \/ S","offer_id":48946040963166,"sku":"NZJ2609247509-毛呢外套-  灰色-s","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":48946040995934,"sku":"NZJ2609247509-毛呢外套-  灰色-m","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":48946041028702,"sku":"NZJ2609247509-毛呢外套-  灰色-l","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":48946041061470,"sku":"NZJ2609247509-毛呢外套-  灰色-xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":48946041094238,"sku":"NZJ2609247509-毛呢外套-  灰色-2xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":48946041127006,"sku":"NZJ2609247509-毛呢外套- 红色-s","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":48946041159774,"sku":"NZJ2609247509-毛呢外套- 红色-m","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":48946041192542,"sku":"NZJ2609247509-毛呢外套- 红色-l","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":48946041225310,"sku":"NZJ2609247509-毛呢外套- 红色-xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":48946041258078,"sku":"NZJ2609247509-毛呢外套- 红色-2xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":48946041290846,"sku":"NZJ2609247509-毛呢外套- 桔色-s","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":48946041323614,"sku":"NZJ2609247509-毛呢外套- 桔色-m","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":48946041356382,"sku":"NZJ2609247509-毛呢外套- 桔色-l","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":48946041389150,"sku":"NZJ2609247509-毛呢外套- 桔色-xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2XL","offer_id":48946041421918,"sku":"NZJ2609247509-毛呢外套- 桔色-2xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":48946041454686,"sku":"NZJ2609247509-毛呢外套- 卡其色-s","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":48946041487454,"sku":"NZJ2609247509-毛呢外套- 卡其色-m","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":48946041520222,"sku":"NZJ2609247509-毛呢外套- 卡其色-l","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":48946041552990,"sku":"NZJ2609247509-毛呢外套- 卡其色-xl","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":48946041585758,"sku":"NZJ2609247509-毛呢外套- 卡其色-2xl","price":42.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/07ed26b4-53f2-41d5-afe2-2b0794a70772.png?v=1790239452","url":"https:\/\/miscellista.com\/products\/elegant-plaid-high-low-asymmetric-trench-blazer-jacket","provider":"Miscellista.com","version":"1.0","type":"link"}