{"product_id":"premium-embroidered-retro-jersey","title":"Premium Embroidered Retro Jersey","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 90s Retro Baseball Jersey\nTarget Audience: Sports fans, hip-hop dancers, streetwear enthusiasts, party-goers\nVisual Style: Classic, Athletic, Bold\nColor Strategy: Navy Blue (Primary) \u0026 Crimson Red (Accent) reflecting classic baseball team colors\nShape Strategy: Radius 8px (sturdy, structured but accessible)\nTypography Strategy: Large, bold sans-serif type \/ Mobile-first readable\nMobile Table Strategy: Card-based to prevent horizontal scroll\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0A1F44; \/* Deep Navy Blue *\/\n      --accent: #D32F2F; \/* Classic Red *\/\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-accent: #F0F4F8;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #E0E0E0;\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Decorative Badge *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background: var(--accent);\n      color: #fff;\n      font-size: 16px;\n      font-weight: 700;\n      padding: 6px 14px;\n      border-radius: 4px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container .social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container img, \n    .product-detail-container .placeholder-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .placeholder-img {\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 1.125rem;\n      font-weight: 500;\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container .section {\n      margin-top: clamp(3rem, 8vw, 6rem);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Features Layout (Mobile First) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .feature-copy {\n        padding: 0 5%;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-wrapper {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .table-container {\n      width: 100%;\n      margin-top: 2rem;\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    th, td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    th {\n      background: var(--primary);\n      color: #fff;\n      font-weight: 600;\n    }\n\n    td {\n      color: var(--text-main);\n    }\n\n    .size-alert {\n      background: #FFF3CD;\n      color: #856404;\n      padding: 1rem 1.5rem;\n      border-left: 4px solid #FFC107;\n      font-weight: 600;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      margin-bottom: 2rem;\n    }\n\n    \/* Mobile Table: Card-based Strategy *\/\n    @media (max-width: 767px) {\n      table, thead, tbody, tr, th, td {\n        display: block;\n        width: 100%;\n      }\n      thead {\n        display: none;\n      }\n      tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n      }\n      td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n      }\n      td:last-child {\n        border-bottom: none;\n      }\n      td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-sub);\n        margin-right: 1rem;\n        min-width: 80px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    \n    .faq-item {\n      background: var(--bg-accent);\n      padding: 1.5rem 2rem;\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n\n    .faq-item h3 {\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n    }\n    \n    .faq-item p {\n      margin-bottom: 0;\n      font-size: 18px;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003cdiv class=\"badge\"\u003e90s Classic Vibe\u003c\/div\u003e\n\n\u003ch1\u003eStep Up to the Plate in Authentic 90s Style\u003c\/h1\u003e\n\n\u003ch2\u003ePremium Stitched #42 Baseball Jersey for the Everyday MVP\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan\u003e★ ★ ★ ★ ★\u003c\/span\u003e Trusted by 10,000+ Fans \u0026amp; Performers\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410095022\/3aece448436ace04197a39e0f7d7153c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410095023\/00e6fd3787d14906687c5d5254d4c13e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePremium Fabric \u0026amp; Authentic Stitching\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from 100% lightweight and breathable polyester, this jersey is built for action. The double-stitched embroidered logo, letters, and numbers offer a high-quality, authentic look that stands the test of time, wash after wash. No cheap prints—only true craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410095022\/67f3ab07cd94c260782e85fa34225906.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eThe Ultimate Retro Loose Fit\u003c\/h3\u003e\n\n\u003cp\u003eEmbrace the nostalgia. Featuring a timeless full button-up front, short sleeves, and a comfortable loose fit, this jersey delivers that iconic casual and sporty aesthetic. It perfectly complements today's streetwear, making it incredibly easy to layer over a hoodie or wear solo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410095022\/69ae3428d6ae3d1d839598331acdfb1a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUnmatched Versatility for Any Occasion\u003c\/h3\u003e\n\n\u003cp\u003eMore than just a game day staple. Whether you're outfitting a school baseball team, gearing up for a hip-hop performance, bringing the heat with a dance crew, hitting a retro 90s party, or just packing for a beach vacation, this stitched #42 jersey makes the ultimate statement. It's also the perfect gift for birthdays and holidays!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications \u0026 Size Chart --\u003e\n\n\u003cdiv class=\"section specs-wrapper\"\u003e\n\u003ch2\u003eSize Guide \u0026amp; Product Specs\u003c\/h2\u003e\n\n\u003cp\u003eFind your perfect fit. Our sizes range from Regular to Plus size.\u003c\/p\u003e\n\n\u003cdiv class=\"size-alert\"\u003e💡 Pro Tip: If you are between sizes or unsure about the fit, we strongly recommend sizing up for a more comfortable and authentic baggy fit.\u003c\/div\u003e\n\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize\u003c\/th\u003e\n\t\t\t\u003cth\u003eLength\u003c\/th\u003e\n\t\t\t\u003cth\u003eChest\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e29.5 in \/ 74.9 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest\"\u003e22.4 in \/ 56.9 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e30.7 in \/ 78.0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest\"\u003e23.2 in \/ 58.9 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e31.4 in \/ 79.8 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest\"\u003e24.0 in \/ 61.0 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e32.6 in \/ 82.8 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest\"\u003e24.8 in \/ 63.0 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cstrong\u003eXXL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e33.4 in \/ 84.8 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest\"\u003e25.9 in \/ 65.8 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cstrong\u003e3XL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e34.2 in \/ 86.9 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest\"\u003e27.1 in \/ 68.8 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre the letters and numbers printed or stitched?\u003c\/h3\u003e\n\n\u003cp\u003eThey are 100% premium embroidered and double-stitched for a highly durable, authentic baseball jersey feel. We do not use cheap screen printing on this model.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow should I choose my size?\u003c\/h3\u003e\n\n\u003cp\u003eThis jersey features a classic 90s loose fit. Please refer to our detailed size chart above. If you fall between sizes or prefer the authentic extra-baggy streetwear look, we highly recommend sizing up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I wash and care for this jersey?\u003c\/h3\u003e\n\n\u003cp\u003eSince it is made of 100% breathable polyester with detailed embroidery, we recommend machine washing cold on a gentle cycle. Hang it to dry to preserve the pristine stitching and fabric quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"S","offer_id":45479934132415,"sku":"1732152424468877994","price":24.95,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":45479934165183,"sku":"1732152424468943530","price":24.95,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":45479934197951,"sku":"1732152424469009066","price":24.95,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":45479934230719,"sku":"1732152424469074602","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2XL","offer_id":45479934263487,"sku":"1732152424469140138","price":24.95,"currency_code":"USD","in_stock":true},{"title":"3XL","offer_id":45479934296255,"sku":"1732152436671025834","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3aece448436ace04197a39e0f7d7153c.jpg?v=1775804032","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/premium-embroidered-retro-jersey","provider":"Bak","version":"1.0","type":"link"}