{"product_id":"men-101-eye-contact-hoodie-1","title":"\"Men 101 Eye Contact Hoodie\"","description":"\u003cdiv style=\"background-color: #10b981; color: white; padding: 20px; margin: 20px 0; border-radius: 10px; text-align: center;\"\u003e\n\u003ch3 style=\"margin: 0 0 10px 0; font-size: 20px;\"\u003e✓ BLACK FRIDAY SALE - NO CODE NEEDED\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 16px;\"\u003eThis item is on sale: Save $10.50 (15% off)\u003cbr\u003e\u003cstrong\u003eOriginal: $69.99 → Sale: $59.49\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 10px 0 0 0; font-size: 14px; opacity: 0.9;\"\u003eDiscount codes like VITALITY15 do not apply to sale items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n        body {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #2c3e50;\n            max-width: 100%;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n        }\n        \n        .sale-badge {\n            background: #e74c3c;\n            color: white;\n            display: inline-block;\n            padding: 12px 30px;\n            border-radius: 50px;\n            font-weight: 900;\n            font-size: 16px;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n        \n        .hero-headline {\n            font-size: 42px;\n            font-weight: 900;\n            margin-bottom: 15px;\n            line-height: 1.2;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n        \n        .hero-subheadline {\n            font-size: 20px;\n            font-weight: 300;\n            margin-bottom: 20px;\n            opacity: 0.9;\n        }\n        \n        .lesson-badge {\n            background: rgba(255,255,255,0.15);\n            border: 2px solid rgba(255,255,255,0.3);\n            display: inline-block;\n            padding: 10px 25px;\n            border-radius: 30px;\n            font-size: 14px;\n            font-weight: 700;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .hero-quote {\n            font-size: 28px;\n            font-weight: 700;\n            font-style: italic;\n            margin-top: 20px;\n            padding: 20px;\n            border-left: 4px solid #e74c3c;\n            background: rgba(255,255,255,0.1);\n            border-radius: 8px;\n        }\n        \n        .story-section {\n            background: #f8f9fa;\n            padding: 40px 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n        }\n        \n        .story-title {\n            font-size: 28px;\n            font-weight: 800;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .story-text {\n            font-size: 17px;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .value-card {\n            background: white;\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 30px 20px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n        \n        .value-card:hover {\n            border-color: #e74c3c;\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(231, 76, 60, 0.2);\n        }\n        \n        .value-icon {\n            font-size: 48px;\n            margin-bottom: 15px;\n        }\n        \n        .value-title {\n            font-size: 20px;\n            font-weight: 800;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .value-text {\n            font-size: 15px;\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        .features-section {\n            background: white;\n            border: 2px solid #e0e0e0;\n            border-radius: 15px;\n            padding: 40px 30px;\n            margin-bottom: 30px;\n        }\n        \n        .features-title {\n            font-size: 32px;\n            font-weight: 900;\n            color: #2c3e50;\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 25px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .feature-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n        \n        .feature-icon {\n            font-size: 40px;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n        \n        .feature-content {\n            flex: 1;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .feature-description {\n            font-size: 16px;\n            color: #666;\n            line-height: 1.7;\n        }\n        \n        .built-for-section {\n            background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n        }\n        \n        .built-for-title {\n            font-size: 32px;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        \n        .built-for-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n        \n        .built-for-item {\n            background: rgba(255,255,255,0.1);\n            border: 2px solid rgba(255,255,255,0.2);\n            border-radius: 10px;\n            padding: 20px;\n            font-size: 16px;\n            line-height: 1.6;\n        }\n        \n        .checkmark {\n            color: #2ecc71;\n            font-weight: 900;\n            margin-right: 10px;\n            font-size: 20px;\n        }\n        \n        .specs-section {\n            background: #f8f9fa;\n            padding: 40px 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n        }\n        \n        .specs-title {\n            font-size: 28px;\n            font-weight: 800;\n            color: #2c3e50;\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 20px;\n            border-left: 4px solid #e74c3c;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #2c3e50;\n            font-size: 16px;\n            margin-bottom: 8px;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-size: 15px;\n        }\n        \n        .sledgehammer-story {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .sledgehammer-story::before {\n            content: \"🔨\";\n            position: absolute;\n            font-size: 200px;\n            opacity: 0.1;\n            top: -50px;\n            right: -50px;\n        }\n        \n        .sledgehammer-title {\n            font-size: 32px;\n            font-weight: 900;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .sledgehammer-text {\n            font-size: 18px;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .sledgehammer-quote {\n            font-size: 24px;\n            font-weight: 700;\n            font-style: italic;\n            margin-top: 20px;\n            padding: 20px;\n            background: rgba(0,0,0,0.2);\n            border-left: 4px solid #f39c12;\n            border-radius: 8px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);\n            color: white;\n            padding: 50px 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(192, 57, 43, 0.4);\n        }\n        \n        .cta-headline {\n            font-size: 36px;\n            font-weight: 900;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n        }\n        \n        .cta-subtext {\n            font-size: 20px;\n            margin-bottom: 25px;\n            opacity: 0.95;\n        }\n        \n        .limited-badge {\n            background: #f39c12;\n            color: white;\n            display: inline-block;\n            padding: 15px 40px;\n            border-radius: 50px;\n            font-weight: 900;\n            font-size: 18px;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            animation: pulse 2s infinite;\n        }\n        \n        .foundation-text {\n            font-size: 28px;\n            font-weight: 700;\n            font-style: italic;\n            margin-top: 25px;\n            border-top: 2px solid rgba(255,255,255,0.3);\n            padding-top: 25px;\n        }\n        \n        @media (max-width: 600px) {\n            .hero-headline {\n                font-size: 28px;\n            }\n            \n            .hero-quote {\n                font-size: 20px;\n            }\n            \n            .cta-headline {\n                font-size: 26px;\n            }\n            \n            .values-grid,\n            .built-for-grid,\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"sale-badge\"\u003e🔥 BLACK FRIDAY PRICING - SAVE $10.50\u003c\/div\u003e\n\u003cdiv class=\"hero-headline\"\u003e⚡ MEN 101 ⚡\u003cbr\u003eCHARACTER ASSESSMENT\u003c\/div\u003e\n\u003cdiv class=\"hero-subheadline\"\u003eThe Lessons Every Man Should Know\u003c\/div\u003e\n\u003cdiv class=\"lesson-badge\"\u003e📚 LESSON #1: EYE CONTACT MATTERS\u003c\/div\u003e\n\u003cdiv class=\"hero-quote\"\u003e\"Never Trust a Man Who Can't Look You in the Eyes\"\u003c\/div\u003e\n\u003cp style=\"font-size: 18px; margin-top: 20px; line-height: 1.7;\"\u003eYour grandfather knew it. Your father probably told you.\u003cbr\u003eNow it's your turn to pass it on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-title\"\u003e👁️ Why Eye Contact Reveals Everything\u003c\/div\u003e\n\u003cp class=\"story-text\"\u003eEye contact isn't just politeness — it's character assessment. In a world where men hide behind screens, texts, and excuses, the ability to look another man in the eye is becoming rare.\u003c\/p\u003e\n\u003cp class=\"story-text\"\u003e\u003cstrong\u003eThat's a problem.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"story-text\"\u003eA man who can't hold eye contact for 3 seconds in a conversation? He's hiding something. His word doesn't mean shit. That's not old-fashioned advice — that's street-smart survival.\u003c\/p\u003e\n\u003cp class=\"story-text\"\u003eThis hoodie teaches discernment. It reminds you to judge character, not words. It starts conversations about what real masculinity looks like.\u003c\/p\u003e\n\u003cp class=\"story-text\"\u003e\u003cstrong\u003eThis is Men 101:\u003c\/strong\u003e The manual modern men never received.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"values-grid\"\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"value-title\"\u003eCHARACTER\u003c\/div\u003e\n\u003cdiv class=\"value-text\"\u003eJudge a man by his actions, his eye contact, his handshake — not his promises.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"value-title\"\u003eSTRENGTH\u003c\/div\u003e\n\u003cdiv class=\"value-text\"\u003eMental fortitude to face hard truths without flinching or hiding.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e⚔️\u003c\/div\u003e\n\u003cdiv class=\"value-title\"\u003eHONOR\u003c\/div\u003e\n\u003cdiv class=\"value-text\"\u003eYour word is your bond. Eye contact seals the deal, not contracts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"features-title\"\u003e🎯 What Makes This Different\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIntense Back Print\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eLarge, powerful statement piece that stops people in their tracks. That intense stare isn't just design — it's a mirror. Forces men to confront whether they can handle direct eye contact themselves.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSledgehammer Shield - Front Chest\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eSubtle front branding featuring the Men 101 shield with crossed sledgehammers. Inspired by authentic coal miner wisdom passed down through generations. Not loud, not obnoxious — just real.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📚\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCollectible Series - Lesson #1\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eFirst in the Men 101 collectible series teaching traditional masculine wisdom. Each lesson builds on timeless principles your grandfather lived by but today's world forgot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cdiv class=\"feature-title\"\u003eConversation Starter\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eWear this at the gym, the hardware store, or a family gathering. Watch how many men nod in agreement. Watch how many younger guys ask what it means. That's your opportunity to teach.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"built-for-section\"\u003e\n\u003cdiv class=\"built-for-title\"\u003e🔨 Built For Men Who:\u003c\/div\u003e\n\u003cdiv class=\"built-for-grid\"\u003e\n\u003cdiv class=\"built-for-item\"\u003e\n\u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003eShake hands with a firm grip and mean it\u003c\/div\u003e\n\u003cdiv class=\"built-for-item\"\u003e\n\u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003eKeep their word without needing contracts\u003c\/div\u003e\n\u003cdiv class=\"built-for-item\"\u003e\n\u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003eStand face-to-face with hard truths\u003c\/div\u003e\n\u003cdiv class=\"built-for-item\"\u003e\n\u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003eTeach their sons what they learned the hard way\u003c\/div\u003e\n\u003cdiv class=\"built-for-item\"\u003e\n\u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003eRefuse to hide behind keyboards and excuses\u003c\/div\u003e\n\u003cdiv class=\"built-for-item\"\u003e\n\u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003eBelieve character matters more than comfort\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sledgehammer-story\"\u003e\n\u003cdiv class=\"sledgehammer-title\"\u003e🔨 The Sledgehammer Series\u003c\/div\u003e\n\u003cp class=\"sledgehammer-text\"\u003eThis design is inspired by my grandfather — a coal miner who taught me more about manhood in a few sentences than most men learn in a lifetime.\u003c\/p\u003e\n\u003cp class=\"sledgehammer-text\"\u003eHe'd hand me that 16-pound sledgehammer when I was just a boy and say:\u003c\/p\u003e\n\u003cdiv class=\"sledgehammer-quote\"\u003e\"Let the hammer do the work, boy. Swing purposely. Solid licks, not glancing blows.\"\u003c\/div\u003e\n\u003cp class=\"sledgehammer-text\" style=\"margin-top: 20px;\"\u003eThat wasn't just about swinging a hammer. That was about life. About how real men approach everything — with purpose, precision, and follow-through.\u003c\/p\u003e\n\u003cp class=\"sledgehammer-text\"\u003eThe Men 101 series carries that wisdom forward. Each lesson is a solid lick, not a glancing blow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"specs-title\"\u003e🏗️ Premium Quality Specs\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e50% Cotton \/ 50% Polyester heavyweight blend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWeight:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e8.0 oz\/yd² - You can feel the quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFit:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eClassic fit - not slim, not baggy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePrint Quality:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eDTG printing - sharp, durable, won't crack or peel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eDurability:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMachine washable - built to last, not disposable fashion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eColor:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBlack with white\/cream print - timeless, masculine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003cdiv class=\"limited-badge\"\u003e⏰ LIMITED BLACK FRIDAY PRICING\u003c\/div\u003e\n\u003cdiv class=\"cta-headline\"\u003eAdd to Cart Now\u003c\/div\u003e\n\u003cdiv class=\"cta-subtext\"\u003eFirst lesson in a collectible series teaching the wisdom your grandfather lived by.\u003c\/div\u003e\n\u003cdiv class=\"cta-subtext\"\u003eHoliday pricing ends soon. Regular price $69.99 returns after Christmas.\u003c\/div\u003e\n\u003cdiv class=\"foundation-text\"\u003eThis Isn't Fashion. This Is Foundation.\u003c\/div\u003e\n\u003cp style=\"font-size: 16px; margin-top: 20px; opacity: 0.9;\"\u003eMen 101 - Yesterday's Medicine is Today's Cure\u003c\/p\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Dark Heather \/ S","offer_id":42695988117588,"sku":"704ff048-c99d-46c5-855e-13e28077b4d4","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ M","offer_id":42695988150356,"sku":"55b75dfd-c42d-4d5d-becd-4adf3b387463","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ L","offer_id":42695988183124,"sku":"1abb2a64-e580-49fb-a180-e5434f6bd640","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ XL","offer_id":42695988215892,"sku":"26fdd308-7f88-4954-b007-8bc370c673d9","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ 2XL","offer_id":42695988248660,"sku":"5aaa0856-15c9-41d3-97cf-bc7e9e8f34c0","price":61.2,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ 3XL","offer_id":42695988281428,"sku":"64bd14e8-d725-4efa-bc61-fc37844d216d","price":62.48,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ 4XL","offer_id":42695988314196,"sku":"077f7cc6-2075-4878-b935-1d29a7819a4d","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Dark Heather \/ 5XL","offer_id":42695988346964,"sku":"2df89d42-dd4e-4a8a-9c05-9e0495ea600f","price":69.7,"currency_code":"USD","in_stock":true},{"title":"Navy \/ S","offer_id":42695988379732,"sku":"8307618c-f029-4c7c-9dca-01b0a64224bd","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Navy \/ M","offer_id":42695988412500,"sku":"bd346d40-dfe2-4b8b-b411-b343f4ebb998","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Navy \/ L","offer_id":42695988445268,"sku":"2807e209-153a-4cbe-ac33-fee25a703f3c","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Navy \/ XL","offer_id":42695988478036,"sku":"5dc01f0e-a570-4edf-b73e-5bc80a59459c","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 2XL","offer_id":42695988510804,"sku":"54bde8a8-fd8d-429c-9d6a-7ec24b099f2c","price":61.2,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 3XL","offer_id":42695988543572,"sku":"c83411ac-b8b1-4f27-98d8-93339be1f997","price":62.48,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 4XL","offer_id":42695988576340,"sku":"3576c717-8eaf-46ce-b0cb-043d033b5b96","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 5XL","offer_id":42695988609108,"sku":"91855ca8-dd6b-4961-98c4-22e4c5f7816b","price":69.7,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":42695988641876,"sku":"640f30fa-5716-4be6-b7fd-f88ff8decf09","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":42695988674644,"sku":"fde4f55f-7fa5-4af8-9054-92f903ec64ea","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":42695988707412,"sku":"431d4e4b-15bd-464f-b478-e3ecb71a8d6d","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":42695988740180,"sku":"d6ea7486-aa0d-436b-8e0c-752d3430e804","price":59.49,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":42695988772948,"sku":"8b03643d-4c31-43af-885f-56671306a775","price":61.2,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":42695988805716,"sku":"e09f282e-8894-46c7-8ff7-284e7af4c956","price":62.48,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":42695988838484,"sku":"c8c84330-bcbb-41aa-8c7e-30cc92e2d39d","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5XL","offer_id":42695988871252,"sku":"8ccad7ee-ff6c-4db8-9cb6-1e41f4cb0f76","price":69.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0642\/1879\/2020\/files\/4e6125f4-2815-494f-bf9a-4a158f0a65f8.png?v=1763809782","url":"https:\/\/yesterdaysmedicine.com\/products\/men-101-eye-contact-hoodie-1","provider":"Yesterdays Medicine","version":"1.0","type":"link"}