{"product_id":"men-s-old-money-textured-jacquard-long-sleeve-polo-shirt","title":"Men’s Old Money Textured Jacquard Long Sleeve Polo Shirt","description":"\u003cstyle\u003e\n  \/* =========================================================\n     HIGH-CONVERSION MEN'S JACQUARD POLO LANDING PAGE\n     OLD MONEY ELEGANCE THEME (LUXURY EARTH \u0026 CHARCOAL ACCENTS)\n   ========================================================= *\/\n\n  #ws-polo-landing,\n  #ws-polo-landing * {\n    box-sizing: border-box;\n  }\n\n  #ws-polo-landing {\n    --accent-color: #2c3e50;        \/* Deep Executive Navy *\/\n    --accent-dark: #1a252f;         \/* Midnight Black *\/\n    --accent-bg-light: #f4f6f7;     \/* Off-White Cool Grey *\/\n    --page-bg: #fdfbf7;             \/* Warm Cream Off-White *\/\n    --card-bg: #ffffff;             \/* Pure White Card *\/\n    --border-color: #e2e8f0;        \/* Subtle Border *\/\n    --border-soft: #edf2f7;         \/* Divider *\/\n    --text-primary: #2d3748;        \/* Charcoal Primary Text *\/\n    --text-muted: #718096;          \/* Muted Grey Text *\/\n    --shadow: 0 10px 25px rgba(0, 0, 0, 0.05);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    overflow: hidden;\n\n    background: var(--page-bg);\n    color: var(--text-primary);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  #ws-polo-landing img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  #ws-polo-landing .ws-hero-gif {\n    width: min(100%, 280px);\n    margin: 16px auto 0;\n    border-radius: 14px;\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, 40px);\n    font-weight: 800;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    text-transform: uppercase;\n  }\n\n  .ws-buy-return-anchor {\n    display: block;\n    width: 1px;\n    height: 1px;\n    opacity: 0;\n    pointer-events: none;\n    scroll-margin-top: calc(100vh - 70px);\n  }\n\n  \/* INTRO CARD \u0026 TAGS *\/\n  .ws-intro {\n    max-width: 820px;\n    margin: 24px auto 0;\n    padding: 24px 28px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n    text-align: center;\n  }\n\n  .ws-intro p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 16.5px;\n    line-height: 1.75;\n  }\n\n  .ws-intro strong {\n    color: var(--accent-dark);\n  }\n\n  .ws-tags {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    width: 100%;\n    max-width: 720px;\n    margin: 22px auto 32px;\n  }\n\n  .ws-tag {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 10px 14px;\n    color: var(--accent-dark);\n    background: var(--accent-bg-light);\n    border: 1px solid var(--border-color);\n    border-radius: 999px;\n    font-size: 13.5px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  \/* SECTION TITLE *\/\n  .ws-summary {\n    margin: 0 auto 28px;\n    padding: 20px 16px;\n    text-align: center;\n  }\n\n  .ws-summary-title {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--accent-dark);\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 800;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ws-summary-line {\n    display: block;\n    width: 60px;\n    height: 3px;\n    margin: 14px auto 0;\n    background: var(--accent-color);\n    border-radius: 999px;\n  }\n\n  \/* FEATURES CARDS *\/\n  .ws-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  .ws-feature {\n    display: flex;\n    flex-direction: column;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-left: 4px solid var(--accent-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n\n  .ws-feature-copy {\n    padding: 26px 26px;\n  }\n\n  .ws-feature-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 12px;\n  }\n\n  .ws-feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 44px;\n    width: 44px;\n    height: 44px;\n    background: var(--accent-bg-light);\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    font-size: 20px;\n  }\n\n  .ws-feature-title {\n    margin: 0;\n    color: var(--accent-dark);\n    font-size: clamp(18px, 2.6vw, 22px);\n    font-weight: 800;\n  }\n\n  .ws-feature-copy p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 15.5px;\n    line-height: 1.7;\n  }\n\n  .ws-feature-copy strong {\n    color: var(--accent-dark);\n  }\n\n  \/* PRODUCT SPECS *\/\n  .ws-details {\n    margin-top: 32px;\n    padding: 30px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n  }\n\n  .ws-section-title {\n    margin: 0 0 20px;\n    color: var(--accent-dark);\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 800;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ws-detail-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .ws-detail-item {\n    padding: 14px 16px;\n    color: var(--text-muted);\n    background: var(--page-bg);\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n    font-size: 14.5px;\n  }\n\n  .ws-detail-item strong {\n    color: var(--accent-dark);\n  }\n\n  \/* FAQ SECTION *\/\n  .ws-faq {\n    margin-top: 28px;\n    padding: 30px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n  }\n\n  .ws-faq-item {\n    margin-bottom: 12px;\n    background: var(--page-bg);\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .ws-faq-item summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    padding: 16px 50px 16px 18px;\n    color: var(--accent-dark);\n    font-size: 15px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .ws-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ws-faq-item summary::after {\n    content: \"⌄\";\n    position: absolute;\n    right: 20px;\n    color: var(--accent-color);\n    font-size: 22px;\n    transition: transform 0.25s ease;\n  }\n\n  .ws-faq-item[open] summary::after {\n    transform: rotate(180deg);\n  }\n\n  .ws-faq-answer {\n    padding: 0 18px 18px;\n    color: var(--text-muted);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  \/* TRUST \u0026 SHIPPING *\/\n  .ws-shipping {\n    margin-top: 28px;\n    padding: 30px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n  }\n\n  .ws-shipping-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .ws-shipping-card {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 16px;\n    background: var(--page-bg);\n    border: 1px solid var(--border-soft);\n    border-radius: 12px;\n  }\n\n  .ws-shipping-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 44px;\n    width: 44px;\n    height: 44px;\n    background: var(--accent-color);\n    color: #ffffff;\n    border-radius: 10px;\n    font-size: 20px;\n  }\n\n  .ws-shipping-card h4 {\n    margin: 0 0 2px;\n    color: var(--accent-dark);\n    font-size: 16px;\n  }\n\n  .ws-shipping-card p {\n    margin: 0;\n    color: var(--text-muted);\n    font-size: 13.5px;\n  }\n\n  \/* CALL TO ACTION BUTTON *\/\n  .ws-buy-area {\n    padding-top: 28px;\n    text-align: center;\n  }\n\n  .ws-buy-text {\n    margin: 0 auto 16px;\n    color: var(--accent-dark);\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .ws-buy-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: min(100%, 400px);\n    min-height: 56px;\n    padding: 14px 28px;\n    color: #ffffff !important;\n    background: linear-gradient(135deg, var(--accent-color), var(--accent-dark));\n    border: none;\n    border-radius: 999px;\n    box-shadow: 0 8px 24px rgba(26, 37, 47, 0.25);\n    font-size: 16.5px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .ws-buy-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 28px rgba(26, 37, 47, 0.38);\n  }\n\n  \/* RESPONSIVE DESIGN *\/\n  @media screen and (max-width: 749px) {\n    .ws-inner {\n      padding: 20px 12px 30px;\n    }\n\n    .ws-tags {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 8px;\n    }\n\n    .ws-tag {\n      font-size: 11px;\n      padding: 8px 4px;\n    }\n\n    .ws-detail-list {\n      grid-template-columns: 1fr;\n    }\n\n    .ws-feature-copy {\n      padding: 22px 18px;\n    }\n\n    #ws-polo-landing .ws-hero-gif {\n      width: 180px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"ws-polo-landing\"\u003e\n\u003cdiv class=\"ws-inner\"\u003e\n\u003csection class=\"ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003eTHE OLD MONEY ESSENTIAL\u003c\/div\u003e\n\u003ch1 class=\"ws-hero-title\"\u003e✨ Men's Textured Jacquard Long Sleeve Polo Shirt\u003cbr\u003e\n\u003c\/h1\u003e\n\u003ch1 class=\"ws-hero-title\"\u003e\u003cimg class=\"ws-hero-gif\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9_9_1_e4d8638f-6849-4755-b768-dde1cf1fe711.gif?v=1788942908\" alt=\"Men's textured jacquard polo shirt\"\u003e\u003c\/h1\u003e\n\u003cspan id=\"ws-buy-return-anchor\" class=\"ws-buy-return-anchor\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"ws-intro\"\u003e\n\u003cp style=\"text-align: left;\"\u003e Engineered for modern gentlemen, it delivers Old Money sophistication, breathable cotton-poly comfort, and effortless all-day movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-tags\"\u003e\n\u003cdiv class=\"ws-tag\"\u003e👑 Premium Textured Jacquard\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e🎯 Athletic Tailored Fit\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e☁️ Breathable Cotton-Poly Blend\u003c\/div\u003e\n\u003cdiv class=\"ws-tag\"\u003e👔 Executive \u0026amp; Casual Ready\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ws-summary\"\u003e\n\u003ch2 class=\"ws-summary-title\"\u003eTactile Elegance. Sculpted Comfort.\u003c\/h2\u003e\n\u003cspan class=\"ws-summary-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-features\"\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\"\u003eTailored Body-Sculpting Cut\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eDesigned to highlight your best angles.\u003c\/strong\u003e Expertly shaped through the chest and shoulders to enhance your athletic structure, while offering a relaxed, comfortable drape around the waist with zero tight restriction.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/445011ff-f8e4-4154-b3fe-7bda2fe5410d.png?v=1788939406\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\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\"\u003eHigh-Dimensional Jacquard Weave\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eDistinctive texture that speaks quality.\u003c\/strong\u003e Crafted with a custom 3D micro-textured waffle jacquard knit, adding luxury depth and character to a sleek silhouette that instantly catches the eye.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/37634b3b-6293-4fe4-ab18-085978e4df5e.png?v=1788939406\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\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\"\u003eSoft \u0026amp; Durable Cotton-Poly Blend\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eEveryday comfort meets shape retention.\u003c\/strong\u003e Woven from a premium cotton and polyester blend, offering breathable, skin-friendly softness combined with excellent wrinkle resistance and long-lasting durability.\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ef7136d4-f824-4434-90ce-78ae4d100b32.png?v=1788939406\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-copy\"\u003e\n\u003cdiv class=\"ws-feature-heading\"\u003e\n\u003cspan class=\"ws-feature-icon\"\u003e🍷\u003c\/span\u003e\n\u003ch3 class=\"ws-feature-title\"\u003eVersatile Multi-Scene Elegance\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eEffortlessly transition between work and weekend.\u003c\/strong\u003e Look sharp at executive meetings, weekend dinners, or casual social gatherings. Easily pair with chinos, dark denim, or dress pants.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/f02ab21c-e59e-497d-859d-a0f43b5aa2f9.png?v=1788941144\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\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\u003eStyle:\u003c\/strong\u003e Button-Down Long Sleeve Jacquard Polo\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eFit Type:\u003c\/strong\u003e Tailored Slim Fit (True to Size)\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eFabric Weave:\u003c\/strong\u003e 3D Micro-Textured Waffle Jacquard\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium Cotton \u0026amp; Polyester Blend (with Flexible Stretch)\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Machine Wash Cold \/ Tumble Dry Low \/ Hang Dry\u003c\/div\u003e\n\u003cdiv class=\"ws-detail-item\"\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Business Casual, Date Nights, Daily Elegance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/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: How does the sizing fit?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e This shirt is designed in a \u003cstrong\u003eTrue-to-Size\u003c\/strong\u003e athletic fit. If you prefer a loose or more relaxed fit around the waist, we recommend sizing up.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Will the textured jacquard knit scratch or feel rough?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Not at all. The inner lining is woven smooth and soft against skin, giving you 3D visual texture on the outside with total interior comfort.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ws-faq-item\"\u003e\n\u003csummary\u003eQ: Does it shrink or pill after washing?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e No. The high-quality cotton-polyester blend ensures anti-shrink performance, minimal pilling, and excellent shape retention wash after wash.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\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 Global Shipping\u003c\/h4\u003e\n\u003cp\u003eReal-time order tracking sent straight to your inbox.\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 Hassle-Free Returns\u003c\/h4\u003e\n\u003cp\u003eFit not perfect? Simple exchanges and returns within 30 days.\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% Encrypted Safe Checkout\u003c\/h4\u003e\n\u003cp\u003eProtected by industry-standard SSL security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-buy-area\"\u003e\n\u003cp class=\"ws-buy-text\"\u003eReady to upgrade your wardrobe texture?\u003c\/p\u003e\n\u003ca href=\"#ws-buy-return-anchor\" class=\"ws-buy-button\"\u003eGET YOURS NOW ↑\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NZJzhouzhoujingjing","offers":[{"title":"Black \/ S","offer_id":43293638000734,"sku":"NZJ2609091335-polo长袖-黑色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43293638033502,"sku":"NZJ2609091335-polo长袖-黑色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43293638066270,"sku":"NZJ2609091335-polo长袖-黑色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43293638099038,"sku":"NZJ2609091335-polo长袖-黑色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43293638131806,"sku":"NZJ2609091335-polo长袖-黑色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":43293638164574,"sku":"NZJ2609091335-polo长袖-白色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":43293638197342,"sku":"NZJ2609091335-polo长袖-白色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":43293638230110,"sku":"NZJ2609091335-polo长袖-白色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":43293638262878,"sku":"NZJ2609091335-polo长袖-白色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":43293638295646,"sku":"NZJ2609091335-polo长袖-白色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":43293638328414,"sku":"NZJ2609091335-polo长袖-湖蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43293638361182,"sku":"NZJ2609091335-polo长袖-湖蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43293638393950,"sku":"NZJ2609091335-polo长袖-湖蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43293638426718,"sku":"NZJ2609091335-polo长袖-湖蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43293638459486,"sku":"NZJ2609091335-polo长袖-湖蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":43293638492254,"sku":"NZJ2609091335-polo长袖-卡其色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":43293638525022,"sku":"NZJ2609091335-polo长袖-卡其色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":43293638557790,"sku":"NZJ2609091335-polo长袖-卡其色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":43293638590558,"sku":"NZJ2609091335-polo长袖-卡其色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":43293638623326,"sku":"NZJ2609091335-polo长袖-卡其色-2XL","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9ccf4778-ece0-4ed6-a205-d6df81f5a520.png?v=1788941544","url":"https:\/\/miscellista.com\/products\/men-s-old-money-textured-jacquard-long-sleeve-polo-shirt","provider":"Miscellista.com","version":"1.0","type":"link"}