{"product_id":"personalized-pure-cotton-tee","title":"Personalized Pure Cotton Tee","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Custom Printed Unisex T-Shirt\nTarget Audience: Broad\/Unisex, seeking quality custom apparel\nVisual Style: Clean, trustworthy, modern e-commerce\nColor Strategy: White\/Off-white backgrounds with high contrast dark Navy\/Charcoal text. Soft blue accent for structural elements (matching the size chart header).\nShape Strategy: Radius 8px (Modern, soft but structured, fits unisex apparel)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32-44px, Body 18-20px)\nMobile Table Strategy: Strict Card-based layout (No horizontal scroll, full cm\/inch conversion integrated)\nImage Mapping: Hero=image_1, Cotton Detail=image_2, Print Quality=image_3, Fit Model=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #1A73E8;\n    --primary-light: #eff6ff;\n    --text-main: #111827;\n    --text-sub: #4B5563;\n    --bg-body: #ffffff;\n    --bg-card: #F9FAFB;\n    --border-color: #E5E7EB;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n  }\n\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5%, 4rem) 5%;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .pd-h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .pd-h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 1rem;\n  }\n\n  .pd-p {\n    font-size: clamp(18px, 2.5vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n    line-height: 1.7;\n  }\n\n  .pd-aux {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    line-height: 1.6;\n  }\n\n  \/* Image Placeholders (Strict Protocol) *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: #f1f5f9;\n    border: 2px dashed #cbd5e1;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #64748b;\n    font-weight: bold;\n    font-size: 18px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .img-placeholder-square {\n    aspect-ratio: 1 \/ 1;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  .pd-social-proof {\n    display: inline-block;\n    background: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 2rem;\n  }\n\n  .pd-hero-media {\n    margin-top: 2rem;\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-md);\n  }\n\n  \/* Feature Z-Pattern (Mobile Ordering Lock) *\/\n  .pd-features {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 6vw, 5rem);\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile Lock: Image top, Text bottom *\/\n    gap: 2rem;\n    align-items: center;\n  }\n\n  .pd-feature-media, .pd-feature-copy {\n    width: 100%;\n  }\n\n  \/* Specs Table Section *\/\n  .pd-specs-section {\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n    background: var(--bg-body);\n  }\n\n  .pd-specs-header {\n    text-align: center;\n    margin-bottom: 2.5rem;\n  }\n\n  .pd-table-wrapper {\n    width: 100%;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: center;\n  }\n\n  .pd-table th {\n    background-color: var(--primary);\n    color: #ffffff;\n    font-size: 18px;\n    font-weight: 600;\n    padding: 1.25rem 1rem;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .pd-table td {\n    padding: 1.25rem 1rem;\n    font-size: 18px;\n    color: var(--text-main);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-table tbody tr:nth-child(even) {\n    background-color: var(--bg-card);\n  }\n\n  .pd-table tbody tr:hover {\n    background-color: var(--primary-light);\n  }\n\n  \/* Non-clickable Badge *\/\n  .pd-notice-badge {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n    background-color: #FEF2F2;\n    border: 1px solid #FCA5A5;\n    padding: 1.5rem;\n    border-radius: var(--radius-md);\n    margin-top: 2rem;\n  }\n\n  .pd-notice-icon {\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .pd-notice-text {\n    font-size: 18px;\n    color: #991B1B;\n    margin: 0;\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-section {\n    margin-bottom: 3rem;\n  }\n\n  .pd-faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n\n  .pd-faq-card {\n    background: var(--bg-card);\n    padding: 2rem;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-faq-card h3 {\n    color: var(--text-main);\n    margin-top: 0;\n  }\n\n  .pd-faq-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row;\n      gap: 4rem;\n    }\n    \n    .pd-feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n      width: 50%;\n    }\n\n    .pd-faq-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 2rem;\n    }\n    .pd-faq-card:last-child {\n      grid-column: span 2;\n    }\n  }\n\n  \/* CRITICAL: Mobile Table Card Layout (Strict no horizontal scroll) *\/\n  @media (max-width: 767px) {\n    .pd-table, \n    .pd-table thead, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .pd-table thead {\n      display: none;\n    }\n    \n    .pd-table tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: #ffffff;\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      text-align: right;\n      padding: 1rem 1.25rem;\n      font-size: 16px;\n    }\n    \n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-sub);\n      text-align: left;\n      flex-basis: 40%;\n    }\n    \n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003csection class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e★ ★ ★ ★ ★ Premium Quality Assured\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eWear Your Masterpiece in Comfort\u003c\/h1\u003e\n\n\u003ch2 class=\"pd-h2\" style=\"color: var(--text-sub); font-weight: normal;\"\u003ePhotorealistic customized prints on pure, classic cotton.\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330135954\/7ee1876b82b514c403aa6e11c6450446.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder img-placeholder-square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330135954\/bd372d5b8ed1ae55cb043cca43af3a86.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003e100% Cotton \u0026amp; Premium Drape\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eExperience a fabric that feels as good as it looks. Woven from 100% pure cotton, this shirt offers unparalleled breathability and a natural, relaxed fall that flatters any body type.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder img-placeholder-square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330135954\/6dd5fb18e14f39d07930e989bcd041c0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003ePhotorealistic Digital Transfers\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eYour chosen designs deserve to shine. Our cutting-edge digital transfer technology bonds ink directly to the fibers, delivering crisp, vibrant, and true-to-life imagery that resists fading wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder img-placeholder-square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330135954\/29614abeca3b4a121d011cc760c10dc2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eClassic Unisex Cut\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eDesigned to be your everyday go-to. The timeless crewneck and balanced proportions make it a versatile staple for anyone. Love a trendy oversized look? Simply refer to the chart and size up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications \/ Size Chart --\u003e\n\n\u003csection class=\"pd-specs-section\"\u003e\n\u003cdiv class=\"pd-specs-header\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDetailed Size Chart\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom: 0;\"\u003eMatch these dimensions to your best-fitting tee laid flat.\u003c\/p\u003e\n\n\u003cp class=\"pd-aux\" style=\"margin-top: 0.5rem; color: var(--primary);\"\u003eMeasurements are displayed in both Inches (\") and Centimeters (cm).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-table-wrapper\"\u003e\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize\u003c\/th\u003e\n\t\t\t\u003cth\u003eShoulder Width\u003c\/th\u003e\n\t\t\t\u003cth\u003eBust \/ Chest\u003c\/th\u003e\n\t\t\t\u003cth\u003eLength\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=\"Shoulder Width\"\u003e16.9\" (42.9 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e18.5\" (47.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e27.6\" (70.1 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=\"Shoulder Width\"\u003e19.3\" (49.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e20.9\" (53.1 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e29.1\" (73.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=\"Shoulder Width\"\u003e20.9\" (53.1 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e22.4\" (56.9 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e29.9\" (75.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\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder Width\"\u003e22.4\" (56.9 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e24.0\" (61.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e30.7\" (78.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\u003e2XL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder Width\"\u003e24.0\" (61.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e25.6\" (65.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e31.5\" (80.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\u003e3XL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder Width\"\u003e25.6\" (65.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e27.6\" (70.1 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e32.3\" (82.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\u003e4XL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder Width\"\u003e28.0\" (71.1 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e30.0\" (76.2 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e33.1\" (84.1 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\u003e5XL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shoulder Width\"\u003e30.0\" (76.2 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust \/ Chest\"\u003e31.9\" (81.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e33.9\" (86.1 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\/section\u003e\n\u003c!-- 4. FAQ Section --\u003e\n\n\u003csection class=\"pd-faq-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-grid\"\u003e\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eHow do I get the perfect fit?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eThe most accurate way is to take your favorite t-shirt, lay it completely flat on a table, and measure straight across the shoulder seams, the bust (under the armpits), and the top-to-bottom length. Compare those numbers directly to our size chart above.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eWill the print fade after washing?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eOur photorealistic digital transfers are engineered for longevity. While high-quality cotton naturally ages beautifully, the bonded graphic resists cracking and peeling. We recommend washing inside out on a cold cycle to keep it looking pristine.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eWhat if my shirt arrives damaged?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eQuality is our priority. While we cannot process returns for incorrect sizing choices, we fully stand behind our craftsmanship. If your custom tee arrives with any manufacturing defects or print damage, contact us immediately and we will make it right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"S","offer_id":45425113596095,"sku":"0330-14325967","price":19.95,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":45425113628863,"sku":"0330-14324277","price":19.95,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":45425113661631,"sku":"0330-14322126","price":19.95,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":45425113694399,"sku":"0330-14320404","price":19.95,"currency_code":"USD","in_stock":true},{"title":"XXL","offer_id":45425113727167,"sku":"0330-14325371","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3XL","offer_id":45425113759935,"sku":"0330-14327370","price":19.95,"currency_code":"USD","in_stock":true},{"title":"4XL","offer_id":45425113792703,"sku":"0330-14327296","price":19.95,"currency_code":"USD","in_stock":true},{"title":"5XL","offer_id":45425113825471,"sku":"0330-14323867","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/7ee1876b82b514c403aa6e11c6450446.jpg?v=1774850604","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/personalized-pure-cotton-tee","provider":"Bak","version":"1.0","type":"link"}