{"product_id":"old-picture-funny-meme-shirt","title":"This Is a Very Old Picture of Me Funny Meme T-Shirt","description":"\u003cstyle\u003e\n  .podtas-old-picture-shirt,\n  .podtas-old-picture-shirt * {\n    box-sizing: border-box;\n  }\n\n  .podtas-old-picture-shirt {\n    width: 100%;\n    max-width: 840px;\n    margin: 18px auto 32px;\n    padding: 0 16px;\n    color: #292929;\n    font-family: inherit;\n  }\n\n  .podtas-old-picture-shirt h2,\n  .podtas-old-picture-shirt h3,\n  .podtas-old-picture-shirt p {\n    margin: 0;\n  }\n\n  \/* =========================\n     TOP IMAGE\n  ========================== *\/\n\n  .podtas-old-picture-shirt__images {\n    display: grid;\n    width: 100%;\n    gap: 14px;\n    margin: 0 0 36px;\n  }\n\n  .podtas-old-picture-shirt__image {\n    width: 100%;\n    overflow: hidden;\n    border-radius: 14px;\n    background: #f7f7f7;\n  }\n\n  .podtas-old-picture-shirt__image img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0;\n    object-fit: contain;\n  }\n\n  \/* =========================\n     SECTIONS\n  ========================== *\/\n\n  .podtas-old-picture-shirt__section {\n    margin-top: 36px;\n  }\n\n  .podtas-old-picture-shirt__section:first-of-type {\n    margin-top: 0;\n  }\n\n  .podtas-old-picture-shirt__eyebrow {\n    margin-bottom: 8px !important;\n    color: #595959;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .podtas-old-picture-shirt__title {\n    margin-bottom: 19px !important;\n    color: #222222;\n    font-size: 31px;\n    font-weight: 700;\n    line-height: 1.16;\n    letter-spacing: -0.035em;\n    text-align: center;\n  }\n\n  \/* =========================\n     WHY YOU'LL LOVE IT\n  ========================== *\/\n\n  .podtas-old-picture-shirt__benefits {\n    border-top: 1px solid #dddddd;\n  }\n\n  .podtas-old-picture-shirt__benefit {\n    display: grid;\n    grid-template-columns: 46px minmax(0, 1fr);\n    gap: 15px;\n    align-items: start;\n    padding: 21px 2px;\n    border-bottom: 1px solid #dddddd;\n  }\n\n  .podtas-old-picture-shirt__number {\n    display: flex;\n    width: 40px;\n    height: 40px;\n    flex: 0 0 40px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #efefef;\n    color: #333333;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .podtas-old-picture-shirt__benefit h3 {\n    margin-bottom: 6px;\n    color: #292929;\n    font-size: 20px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .podtas-old-picture-shirt__benefit p {\n    color: #666666;\n    font-size: 16px;\n    line-height: 1.58;\n  }\n\n  \/* =========================\n     PRODUCT DETAILS\n  ========================== *\/\n\n  .podtas-old-picture-shirt__details {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    overflow: hidden;\n    border-top: 1px solid #dddddd;\n    border-bottom: 1px solid #dddddd;\n  }\n\n  .podtas-old-picture-shirt__detail {\n    min-width: 0;\n    padding: 25px 8px;\n    text-align: center;\n  }\n\n  .podtas-old-picture-shirt__detail\n    + .podtas-old-picture-shirt__detail {\n    border-left: 1px solid #dddddd;\n  }\n\n  .podtas-old-picture-shirt__icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 11px;\n    border-radius: 50%;\n    background: #efefef;\n    color: #333333;\n  }\n\n  .podtas-old-picture-shirt__icon svg {\n    width: 21px;\n    height: 21px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .podtas-old-picture-shirt__detail strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #292929;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .podtas-old-picture-shirt__detail span {\n    display: block;\n    color: #747474;\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     GOOD TO KNOW\n  ========================== *\/\n\n  .podtas-old-picture-shirt__notes {\n    margin: 0;\n    padding: 0;\n    border-top: 1px solid #dddddd;\n    list-style: none;\n  }\n\n  .podtas-old-picture-shirt__notes li {\n    position: relative;\n    padding: 19px 4px 19px 40px;\n    border-bottom: 1px solid #dddddd;\n    color: #606060;\n    font-size: 16px;\n    line-height: 1.58;\n  }\n\n  .podtas-old-picture-shirt__notes li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 19px;\n    left: 5px;\n    display: flex;\n    width: 24px;\n    height: 24px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #efefef;\n    color: #333333;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================== *\/\n\n  @media screen and (max-width: 749px) {\n    .podtas-old-picture-shirt {\n      margin-top: 14px;\n      padding: 0 14px;\n    }\n\n    .podtas-old-picture-shirt__images {\n      gap: 12px;\n      margin-bottom: 30px;\n    }\n\n    .podtas-old-picture-shirt__image {\n      border-radius: 10px;\n    }\n\n    .podtas-old-picture-shirt__section {\n      margin-top: 31px;\n    }\n\n    .podtas-old-picture-shirt__title {\n      font-size: 29px;\n    }\n\n    .podtas-old-picture-shirt__benefit {\n      grid-template-columns: 44px minmax(0, 1fr);\n      gap: 13px;\n      padding: 19px 0;\n    }\n\n    .podtas-old-picture-shirt__benefit h3 {\n      font-size: 19px;\n    }\n\n    .podtas-old-picture-shirt__benefit p {\n      font-size: 16px;\n    }\n\n    .podtas-old-picture-shirt__detail {\n      padding: 22px 5px;\n    }\n\n    .podtas-old-picture-shirt__icon {\n      width: 40px;\n      height: 40px;\n    }\n\n    .podtas-old-picture-shirt__detail strong {\n      font-size: 14px;\n    }\n\n    .podtas-old-picture-shirt__detail span {\n      font-size: 12.5px;\n    }\n\n    .podtas-old-picture-shirt__notes li {\n      padding: 18px 2px 18px 39px;\n      font-size: 16px;\n    }\n\n    .podtas-old-picture-shirt__notes li::before {\n      top: 18px;\n      left: 2px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"podtas-old-picture-shirt\"\u003e\u003c!-- SIZE GUIDE --\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__images\"\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/5111\/0444\/files\/size.png?v=1783927533\" alt=\"Podtas T-shirt size guide from S to 5XL\" loading=\"eager\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__section\"\u003e\n\u003cp class=\"podtas-old-picture-shirt__eyebrow\"\u003eA Joke That Gets Better the Longer You Look\u003c\/p\u003e\n\u003ch2 class=\"podtas-old-picture-shirt__title\"\u003eWhy You’ll Love It\u003c\/h2\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__benefits\"\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__benefit\"\u003e\n\u003cspan class=\"podtas-old-picture-shirt__number\"\u003e01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eClassic Meme Humor\u003c\/h3\u003e\n\u003cp\u003eThe “This Is a Very Old Picture of Me” design turns an innocent-looking old photo joke into the kind of punchline people have to look at twice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__benefit\"\u003e\n\u003cspan class=\"podtas-old-picture-shirt__number\"\u003e02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSimple, Bold Graphic\u003c\/h3\u003e\n\u003cp\u003eA clean black-and-white illustration, photo-frame outline and handwritten-style lettering keep the joke easy to see without making the shirt feel overcrowded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__benefit\"\u003e\n\u003cspan class=\"podtas-old-picture-shirt__number\"\u003e03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eInstant Conversation Starter\u003c\/h3\u003e\n\u003cp\u003eWear it to casual get-togethers, parties, weekend outings or anywhere you want an easy laugh without having to say a word.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__section\"\u003e\n\u003ch2 class=\"podtas-old-picture-shirt__title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__details\"\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__detail\"\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 4 4 6l2 5 2-1v10h8V10l2 1 2-5-4-2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 4c.6 1 1.6 1.5 3 1.5S14.4 5 15 4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003e96% Polyester\u003c\/strong\u003e \u003cspan\u003e4% spandex blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__detail\"\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 7h14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 17h14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 5v14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 5v14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eS–5XL\u003c\/strong\u003e \u003cspan\u003eUnisex fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__detail\"\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"5\" y=\"4\" width=\"14\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 12h5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 16h7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eDigital Print\u003c\/strong\u003e \u003cspan\u003eFront graphic design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOOD TO KNOW --\u003e\n\u003cdiv class=\"podtas-old-picture-shirt__section\"\u003e\n\u003ch2 class=\"podtas-old-picture-shirt__title\"\u003eGood to Know\u003c\/h2\u003e\n\u003cul class=\"podtas-old-picture-shirt__notes\"\u003e\n\u003cli\u003eThis is a fixed, ready-made graphic design. No photo upload, custom name or additional text is required.\u003c\/li\u003e\n\u003cli\u003eAvailable in Black and White, with sizes from S through 5XL. Check the size guide above before choosing your size.\u003c\/li\u003e\n\u003cli\u003eMachine wash cold with similar colors. Do not bleach. Tumble dry low, and do not iron or dry clean.\u003c\/li\u003e\n\u003cli\u003eThe illustration, photo-frame effect and lettering are part of the printed graphic. Actual colors may vary slightly between your screen and the finished shirt.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Podtas","offers":[{"title":"Black \/ S","offer_id":45934918860844,"sku":"BN35763-Black-S","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":45934918893612,"sku":"BN35763-Black-M","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":45934918926380,"sku":"BN35763-Black-L","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":45934918959148,"sku":"BN35763-Black-XL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":45934918991916,"sku":"BN35763-Black-XXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":45934919024684,"sku":"BN35763-Black-XXXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":45934919057452,"sku":"BN35763-Black-XXXXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5XL","offer_id":45934919090220,"sku":"BN35763-Black-XXXXXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":45934919122988,"sku":"BN35764-White-S","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":45934919155756,"sku":"BN35764-White-M","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":45934919188524,"sku":"BN35764-White-L","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":45934919221292,"sku":"BN35764-White-XL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":45934919254060,"sku":"BN35764-White-XXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":45934919286828,"sku":"BN35764-White-XXXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 4XL","offer_id":45934919319596,"sku":"BN35764-White-XXXXL","price":16.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 5XL","offer_id":45934919352364,"sku":"BN35764-White-XXXXXL","price":16.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0734\/5111\/0444\/files\/ChatGPT_Image_2026_8_7_16_12_04.png?v=1786090366","url":"https:\/\/podtas.com\/products\/old-picture-funny-meme-shirt","provider":"Podtas","version":"1.0","type":"link"}