{"product_id":"funny-people-rating-tee","title":"Funny People Rating Tee","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Unisex Graphic T-Shirt\nTarget Audience: Streetwear enthusiasts, couples, and casual wearers looking for humorous, relatable apparel.\nVisual Style: Modern, clean, high-contrast minimalist streetwear aesthetic.\nColor Strategy: Classic black-and-white palette representing the shirt's design.\nModule Order: Hero Block -\u003e Feature 1 (Humorous Statement) -\u003e Feature 2 (Unisex Style) -\u003e Feature 3 (Wash Durability) -\u003e Size Guide \u0026 Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4\nSpecification Data Source: spec_1 (SKU selection), spec_2 (Size Chart data extraction)\nCompare Section: Not included (no direct comparison data available)\nInformation Boundary: Only explicitly provided facts from the analysis report, detail images, and spec sheet are utilized. Unverified material percentages or fabric compositions are omitted. No Chinese characters are used anywhere.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #111111;\n    --primary-hover: #333333;\n    --text-main: #111111;\n    --text-sub: #4a4a4a;\n    --bg-body: #ffffff;\n    --bg-card: #fafafa;\n    --bg-soft: #f4f4f4;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n    --shadow-lg: 0 10px 30px rgba(0,0,0,0.06);\n    --border-color: #e5e5e5;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    color: var(--text-main);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: var(--bg-body);\n  }\n\n  \/* Spacing Utility *\/\n  .product-detail-section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n    padding: 24px 0;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1,\n  .product-detail-container .hero-title {\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n    color: var(--text-main);\n    margin: 0 0 16px 0;\n  }\n\n  .product-detail-container h2,\n  .product-detail-container h3,\n  .product-detail-container .section-title,\n  .product-detail-container .faq-question {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 600;\n    color: var(--text-main);\n    margin: 0 0 16px 0;\n  }\n\n  .product-detail-container p,\n  .product-detail-container .body-text,\n  .product-detail-container .faq-answer,\n  .product-detail-container td,\n  .product-detail-container th,\n  .product-detail-container .tag {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n    margin: 0 0 16px 0;\n  }\n\n  \/* Image Placeholders *\/\n  .image-placeholder {\n    width: 100%;\n    height: auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: 40px 20px;\n    box-sizing: border-box;\n    margin-bottom: 20px;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 500;\n  }\n\n  \/* Intro \/ Hero Block *\/\n  .hero-block {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background-color: var(--primary);\n    color: #ffffff;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 18px;\n    font-weight: 600;\n    margin-bottom: 16px;\n  }\n\n  .hero-subtitle {\n    max-width: 800px;\n    margin: 0 auto 24px auto;\n  }\n\n  .hero-media {\n    width: 100%;\n    margin-top: 16px;\n  }\n\n  \/* Feature Sections *\/\n  .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 4vw, 3rem);\n  }\n\n  .feature-item {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    align-items: center;\n    background: var(--bg-card);\n    padding: 24px;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    padding: 16px;\n  }\n\n  .tag-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .tag {\n    background-color: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    padding: 6px 14px;\n    border-radius: var(--radius-md);\n    font-weight: 500;\n    margin: 0;\n  }\n\n  \/* Specifications \u0026 Size Guide Table Styling *\/\n  .specs-container {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 32px;\n  }\n\n  .spec-table-wrapper {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border-color);\n  }\n\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 16px;\n  }\n\n  .spec-table th {\n    background-color: var(--bg-soft);\n    font-weight: 600;\n    text-align: left;\n    padding: 14px;\n    border-bottom: 2px solid var(--border-color);\n  }\n\n  .spec-table td {\n    padding: 14px;\n    border-bottom: 1px solid var(--border-color);\n    vertical-align: middle;\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .spec-value {\n    font-weight: 500;\n  }\n\n  \/* FAQ Block *\/\n  .faq-section {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 32px 24px;\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border-color);\n  }\n\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 20px;\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .faq-question {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n\n  .faq-answer {\n    margin: 0;\n  }\n\n  \/* Responsive Rules *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      grid-template-columns: 1fr;\n      flex-direction: column;\n    }\n\n    \/* Fixed Image-First Layout on Mobile *\/\n    .feature-item .feature-media {\n      order: 1;\n    }\n    \n    .feature-item .feature-copy {\n      order: 2;\n    }\n\n    \/* Table Mobile Lock for Size Chart and Specs *\/\n    .spec-table,\n    .spec-table tbody,\n    .spec-table tr {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .spec-table thead {\n      display: none;\n    }\n\n    .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n      gap: 14px;\n      width: 100%;\n      box-sizing: border-box;\n      padding: 14px 0;\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px;\n      font-weight: 600;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      font-size: 18px;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .spec-table td {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\u003cspan class=\"hero-badge\"\u003eStatement Tee\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eBold Everyday Statement T-Shirt\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle body-text\"\u003eA clean black tee featuring a playful, humorous rating graphic designed to add instant personality, attitude, and a touch of lighthearted self-deprecation to your casual wardrobe.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831174131\/bc1236f45bfdfe7f4b16fb886103bc25.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831175903\/3fb5c41c9d44a8c479e417ae9db01b08.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eHumorous Graphic Print\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eStand out with a creative \"1-star review\" print layout. Featuring \"People\" at the top, a rating of one filled star alongside four hollow outlines, and the playful subtitle \"Absolute nightmare, would not recommend,\" this graphic serves as an engaging icebreaker wherever you go.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eHigh-Contrast Print\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSocial Conversation Starter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831175903\/9e02955d97ac01fa3839d55311412da8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Unisex Styling\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eCrafted with a straight-cut, relaxed casual silhouette that looks great on anyone. It serves as an effortless base layer for daily street fashion, cozy loungewear, or coordinated looks for couples looking to express their shared sense of humor.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eUnisex Fit\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStreetwear Classic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img157\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831173410\/5f5a1c68f3d843b0f498202aef4edece.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title font-title\"\u003eColor-Fast Durability\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEngineered to hold its classic deep black look. The graphic print is formulated to stay clear, intact, and resistant to cracking or peeling, while the fabric dye remains highly color-fast, keeping your wash water completely clear even after soaking.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFade-Resistant\u003c\/span\u003e \u003cspan class=\"tag\"\u003eClear Water Soak Test\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE GUIDE \u0026 SPECIFICATIONS --\u003e\n\n\u003csection class=\"product-detail-section specs-container\"\u003e\u003c!-- Size Chart Table --\u003e\n\u003cdiv class=\"spec-table-wrapper\"\u003e\n\u003ch2 class=\"section-title\"\u003eSize Chart\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eFind your ideal fit using our detailed measurements below:\u003c\/p\u003e\n\n\u003ctable class=\"spec-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\u003eLength\u003c\/th\u003e\n\t\t\t\u003cth\u003eBust\u003c\/th\u003e\n\t\t\t\u003cth\u003eSleeve Length\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\u003cspan class=\"spec-value\"\u003eS\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e68 cm (26.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e\u003cspan class=\"spec-value\"\u003e100 cm (39.4 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length\"\u003e\u003cspan class=\"spec-value\"\u003e19 cm (7.5 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003eM\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e70 cm (27.6 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e\u003cspan class=\"spec-value\"\u003e104 cm (40.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length\"\u003e\u003cspan class=\"spec-value\"\u003e20 cm (7.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003eL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e72 cm (28.3 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e\u003cspan class=\"spec-value\"\u003e108 cm (42.5 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length\"\u003e\u003cspan class=\"spec-value\"\u003e20 cm (7.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003eXL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e74 cm (29.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e\u003cspan class=\"spec-value\"\u003e112 cm (44.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length\"\u003e\u003cspan class=\"spec-value\"\u003e22 cm (8.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003e2XL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e78 cm (30.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e\u003cspan class=\"spec-value\"\u003e118 cm (46.5 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length\"\u003e\u003cspan class=\"spec-value\"\u003e23 cm (9.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003e3XL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e80 cm (31.5 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bust\"\u003e\u003cspan class=\"spec-value\"\u003e124 cm (48.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length\"\u003e\u003cspan class=\"spec-value\"\u003e24 cm (9.4 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Product Specifications --\u003e\n\n\u003cdiv class=\"spec-table-wrapper\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Item Style\"\u003e\u003cspan class=\"spec-value\"\u003eCrewneck Short-Sleeve T-Shirt\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Color\"\u003e\u003cspan class=\"spec-value\"\u003eBlack\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Graphic Print Design\"\u003e\u003cspan class=\"spec-value\"\u003e\"People\", 1-Star Rating Graphic, \"Absolute nightmare, would not recommend.\" (White print, front only)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Fit Profile\"\u003e\u003cspan class=\"spec-value\"\u003eStraight-Cut Relaxed \/ Unisex Fit\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pocket Detail\"\u003e\u003cspan class=\"spec-value\"\u003eNone\u003c\/span\u003e\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!-- FAQ SECTION --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💬 What is printed on the front of the shirt?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe front of the t-shirt features a bold white print with the word \"People\", followed by five stars (one solid star and four outline stars), and a subtitle that reads: \"Absolute nightmare, would not recommend.\" The back of the shirt is completely plain.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💬 Is this t-shirt suitable for both men and women?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. This tee features a classic straight casual fit with a standard crewneck, making it a highly versatile unisex garment suitable for all body styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💬 Will the black color or graphic print fade after washing?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The fabric is treated with a high color-fastness dye to prevent bleeding, and the print is engineered to remain crisp, clear, and durable through normal wear and wash cycles.\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 \/ 1 Tee (Everyday Essential)","offer_id":46116381294783,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"M \/ 1 Tee (Everyday Essential)","offer_id":46116381327551,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"L \/ 1 Tee (Everyday Essential)","offer_id":46116381360319,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XL \/ 1 Tee (Everyday Essential)","offer_id":46116381393087,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XXL \/ 1 Tee (Everyday Essential)","offer_id":46116381425855,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XXXL \/ 1 Tee (Everyday Essential)","offer_id":46116381458623,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"S \/ 2 Tees (Couple Set - 10%)","offer_id":46116381491391,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"M \/ 2 Tees (Couple Set - 10%)","offer_id":46116381524159,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"L \/ 2 Tees (Couple Set - 10%)","offer_id":46116381556927,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XL \/ 2 Tees (Couple Set - 10%)","offer_id":46116381589695,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XXL \/ 2 Tees (Couple Set - 10%)","offer_id":46116381622463,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XXXL \/ 2 Tees (Couple Set - 10%)","offer_id":46116381655231,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"S \/ 3 Tees (Friends \u0026 Family - 15%)","offer_id":46116381687999,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"M \/ 3 Tees (Friends \u0026 Family - 15%)","offer_id":46116381720767,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"L \/ 3 Tees (Friends \u0026 Family - 15%)","offer_id":46116381753535,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XL \/ 3 Tees (Friends \u0026 Family - 15%)","offer_id":46116381786303,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XXL \/ 3 Tees (Friends \u0026 Family - 15%)","offer_id":46116381819071,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"XXXL \/ 3 Tees (Friends \u0026 Family - 15%)","offer_id":46116381851839,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/bc1236f45bfdfe7f4b16fb886103bc25.jpg?v=1788170379","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/funny-people-rating-tee","provider":"Bak","version":"1.0","type":"link"}