{"title":"Home page","description":null,"products":[{"product_id":"monkey-d-luffy-gear-5-t-shirt-one-piece-anime-streetwear-for-true-pirates","title":"Monkey D. Luffy Gear 5 T-Shirt – One Piece Anime Streetwear for True Pirates","description":"\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Unleash your inner pirate king with this Monkey D. Luffy T-Shirt, inspired by the legendary One Piece anime. Featuring Luffy in his iconic pose, this premium-quality tee blends bold design with ultimate comfort — perfect for anime lovers and streetwear fans alike. Whether you’re conquering the Grand Line or chilling with your crew, this shirt lets the world know you’re part of the Straw Hat Pirates!\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Gear 5 Luffy (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every One Piece fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Luffy Gear 5 t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53329082286379,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53329082319147,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53329082351915,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-01_14-51-49-547.jpg?v=1776928793"},{"product_id":"one-piece-gear-5-luffy-oversized-t-shirt-nika-mode","title":"One Piece Gear 5 Luffy Oversized T-Shirt – Nika Mode","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Unleash your inner pirate king with this Monkey D. Luffy T-Shirt, inspired by the legendary One Piece anime. Featuring Luffy in his iconic pose, this premium-quality tee blends bold design with ultimate comfort — perfect for anime lovers and streetwear fans alike. Whether you’re conquering the Grand Line or chilling with your crew, this shirt lets the world know you’re part of the Straw Hat Pirates!\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Gear 5 Luffy (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every One Piece fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Luffy Gear 5 t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53331458621739,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331458654507,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331458687275,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-01_15-04-39-531.jpg?v=1776931399"},{"product_id":"monkey-d-luffy-t-shirt-one-piece-anime-straw-hat-pirate-unisex-tee","title":"Monkey D. Luffy T-Shirt One Piece Anime | Straw Hat Pirate Unisex Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Unleash your inner pirate king with this Monkey D. Luffy T-Shirt, inspired by the legendary One Piece anime. Featuring Luffy in his iconic pose, this premium-quality tee blends bold design with ultimate comfort — perfect for anime lovers and streetwear fans alike. Whether you’re conquering the Grand Line or chilling with your crew, this shirt lets the world know you’re part of the Straw Hat Pirates!\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Gear 5 Luffy (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every One Piece fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Luffy Gear 5 t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Red \/ M","offer_id":53331622560043,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53331622592811,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53331622625579,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ M","offer_id":53331622658347,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331622691115,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331622723883,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53331622756651,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53331622789419,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53331622822187,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53331622854955,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53331622887723,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53331622920491,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-01_14-54-20-367.jpg?v=1776931628"},{"product_id":"fire-fist-ace-t-shirt-one-piece-anime-tee-portgas-d-ace-graphic-unisex-streetwear","title":"Fire Fist Ace T-Shirt – One Piece Anime Tee | Portgas D. Ace Graphic Unisex Streetwear","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Unleash the power of the Sun God! This premium oversized tee features Monkey D. Luffy in his legendary Gear 5 (Nika) form, making it the ultimate pick for One Piece fans. Designed with bold artwork, electric detailing, and a streetwear vibe, this t-shirt is perfect for anime lovers who want to wear their fandom with pride.\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Gear 5 Luffy (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every One Piece fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Luffy Gear 5 t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53331674366251,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331674399019,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331674431787,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53331674464555,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53331674497323,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53331674530091,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53331674562859,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53331674595627,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53331674628395,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53331674661163,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53331674693931,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53331674726699,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-01_14-59-11-421.jpg?v=1776932302"},{"product_id":"itachi-uchiha-oversized-cotton-t-shirt-for-men-women-naruto-shippuden-anime-streetwear","title":"Itachi Uchiha Oversized Cotton T-Shirt for Men \u0026 Women | Naruto Shippuden Anime Streetwear","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Unleash your inner shinobi with this Itachi Uchiha oversized T-shirt, inspired by the legendary character from Naruto Shippuden. Designed for true anime fans, this T-shirt blends iconic style with everyday comfort.\n\nCrafted from premium breathable cotton, it offers a soft feel and relaxed oversized fit—perfect for streetwear looks, casual outings, or anime conventions. The bold Itachi Uchiha print delivers a powerful aesthetic that stands out, while remaining comfortable for all-day wear.\n\n✔ Premium cotton fabric\n✔ Oversized streetwear fit\n✔ High-quality anime eye print\n✔ Soft, durable \u0026amp; skin-friendly\n\nUpgrade your anime wardrobe with style that speaks power. 🔥\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Naruto Shippuden (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Itachi Uchiha fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Itachi Uchiha t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53331706609963,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331706642731,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331706675499,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ItachiUchihaonblackT-shirt.png?v=1776933013"},{"product_id":"sasuke-uchiha-naruto-shippuden-oversized-cotton-t-shirt-anime-streetwear-for-men-women","title":"Sasuke Uchiha Naruto Shippuden Oversized Cotton T-Shirt | Anime Streetwear for Men \u0026 Women","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n          Unleash your inner shinobi with this premium Sasuke Uchiha Naruto Shippuden oversized T-shirt, designed for true anime fans who love bold streetwear vibes. Inspired by the iconic anime Naruto Shippuden, this T-shirt blends comfort, attitude, and fandom into one powerful look.\n\nCrafted from 100% high-quality cotton, the fabric is soft, breathable, and durable—perfect for all-day wear in any season. The oversized unisex fit delivers a relaxed, trendy silhouette that works effortlessly for both men and women. Whether you’re heading out, chilling at home, or styling an anime streetwear outfit, this tee makes a strong statement.\n\nFeaturing a striking Sasuke Uchiha design, this T-shirt is ideal for anime lovers, collectors, and anyone who appreciates edgy, minimalist anime fashion.\n\n✔ Premium cotton fabric\n✔ Oversized streetwear fit\n✔ High-quality anime eye print\n✔ Soft, durable \u0026amp; skin-friendly\n\nUpgrade your anime wardrobe with style that speaks power. 🔥\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Sasuke Uchiha (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Sasuke Uchiha fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Sasuke Uchiha t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53331709821227,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331709853995,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331709886763,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/EternalavengeranimeT-shirtdesign.png?v=1776933285"},{"product_id":"naruto-shippuden-oversized-cotton-t-shirt-for-men-women-unisex-anime-streetwear-tee","title":"Naruto Shippuden Oversized Cotton T-Shirt for Men \u0026 Women | Unisex Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Upgrade your anime fashion game with the Naruto Shippuden Oversized Cotton T-Shirt, a must-have for fans of Japanese anime and modern streetwear. Inspired by the iconic anime series Naruto Shippuden, this unisex T-shirt delivers the perfect mix of comfort, style, and fandom pride.\n\nCrafted from premium 100% cotton fabric, this oversized T-shirt is soft, breathable, and ideal for all-day wear in any season. The relaxed oversized unisex fit makes it suitable for both men and women, offering a trendy streetwear look that pairs effortlessly with jeans, joggers, or cargo pants.\n\nThe high-quality anime print is durable, fade-resistant, and designed to stand out—whether you’re heading to college, hanging out with friends, attending anime conventions, or styling casual everyday outfits.\n\n✔ Premium cotton fabric\n✔ Oversized streetwear fit\n✔ High-quality anime eye print\n✔ Soft, durable \u0026amp; skin-friendly\n\nUpgrade your anime wardrobe with style that speaks power. 🔥\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Naruto Shippuden (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Naruto Shippuden fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Naruto Shippuden t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53331716702507,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331716735275,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331716768043,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_01_29_53PM.png?v=1776933516"},{"product_id":"tobirama-senju-t-shirt-naruto-shippuden-second-hokage-water-style-master-oversized-cotton-tee","title":"Tobirama Senju T-Shirt – Naruto Shippuden | Second Hokage Water Style Master Oversized Cotton Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Unleash the power of the Second Hokage with this Tobirama Senju T-Shirt, inspired by the legendary Naruto Shippuden anime! Designed for true shinobi fans, this tee showcases Tobirama’s fierce Water Style mastery and iconic look. Crafted from premium cotton for ultimate comfort, it’s perfect for anime conventions, streetwear fits, or everyday wear.\n\nShow your loyalty to the Hidden Leaf Village and stand out like the genius creator of the Shadow Clone Jutsu himself! 💧🔥\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Naruto Shippuden (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Naruto Shippuden fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Naruto Shippuden t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53331808190763,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53331808223531,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53331808256299,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53331808289067,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53331808321835,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53331808354603,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53331808387371,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53331808420139,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53331808452907,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53331808485675,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53331808518443,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53331808551211,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-34-42-107.jpg?v=1776933752"},{"product_id":"naruto-eyes-oversized-t-shirt-naruto-shippuden-anime-cotton-tee","title":"Naruto Eyes Oversized T-Shirt | Naruto Shippuden Anime Cotton Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Unleash your inner ninja with this Oversized Naruto Eyes T-Shirt, inspired by the legendary anime Naruto Shippuden.\nDesigned for true anime fans, this T-shirt features a bold and intense eye graphic that captures Naruto’s powerful aura.\n\nCrafted from premium breathable cotton, the oversized fit delivers all-day comfort with a relaxed streetwear vibe. Perfect for casual wear, anime events, or everyday drip.\n\n✔ Premium cotton fabric\n✔ Oversized streetwear fit\n✔ High-quality anime eye print\n✔ Soft, durable \u0026amp; skin-friendly\n\nUpgrade your anime wardrobe with style that speaks power. 🔥\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Naruto Shippuden (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Naruto Shippuden fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Naruto Shippuden t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Purple \/ M","offer_id":53344058966315,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53344058999083,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53344059031851,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ M","offer_id":53344059064619,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53344059097387,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53344059130155,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53344059162923,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53344059195691,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53344059228459,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53344059261227,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53344059293995,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53344059326763,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-01_16-06-55-463.jpg?v=1777042432"},{"product_id":"akatsuki-clan-t-shirt-naruto-shippuden-streetwear-anime-villains-unisex-oversized-cotton-tee","title":"Akatsuki Clan T-Shirt – Naruto Shippuden Streetwear | Anime Villains Unisex Oversized Cotton Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Join the dark side of the shinobi world with this Akatsuki Clan T-Shirt inspired by Naruto Shippuden! Featuring the iconic red cloud symbol and bold design that pays tribute to the most feared organization in the anime world, this tee is a must-have for every Naruto fan. Crafted from premium cotton, it offers superior comfort and durability for daily wear. Perfect for anime conventions, streetwear fashion, or casual outings, this Naruto Akatsuki T-Shirt lets you rep your favorite villains in style.\n\n⭐ Key Features:\n\nPremium soft cotton blend for all-day comfort\n\nIconic Akatsuki red cloud print design\n\nUnisex fit – perfect for anime fans and streetwear lovers\n\nGreat gift for Naruto Shippuden fans\n\n🩸 Show your loyalty to the Akatsuki and rule the ninja world in style!\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Akatsuki Clan (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Akatsuki fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Akatsuki Clan t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53344088490283,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53344088523051,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53344088555819,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53344088588587,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53344088621355,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53344088654123,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53344088686891,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53344088719659,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53344088752427,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53344088785195,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53344088817963,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53344088850731,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-30-44-808.jpg?v=1777043246"},{"product_id":"itachi-uchiha-naruto-shippuden-t-shirt-uchiha-clan-sharingan-anime-oversized-t-shirt-for-men-women","title":"Itachi Uchiha Naruto Shippuden T-Shirt | Uchiha Clan Sharingan Anime Oversized T-Shirt for Men \u0026 Women","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Unleash the legacy of the Uchiha Clan with this premium Itachi Uchiha Naruto Shippuden T-Shirt. Designed for true anime lovers, this streetwear-style tee features Itachi’s iconic Mangekyou Sharingan with powerful Uchiha symbolism — perfect for showcasing your love for one of the most legendary shinobi in the Naruto universe.\n\nCrafted using high-quality breathable fabric for superior comfort and durability, this anime T-shirt is ideal for daily wear, conventions, casual outfits, and collectors. Whether you're an Itachi fan or looking for the perfect anime gift, this stylish tee completes every otaku wardrobe.\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Itachi Uchiha (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Itachi Uchiha fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Itachi Uchiha t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"White \/ M","offer_id":53344153370923,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53344153403691,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53344153436459,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ M","offer_id":53344153469227,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53344153501995,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53344153534763,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53344153567531,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53344153600299,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53344153633067,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-13-59-749.jpg?v=1777044393"},{"product_id":"itachi-uchiha-mangekyou-sharingan-t-shirt-naruto-shippuden-anime-oversized-cotton-t-shirt","title":"Itachi Uchiha Mangekyou Sharingan T-Shirt | Naruto Shippuden Anime Oversized Cotton T-Shirt","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Unleash the legacy of the Uchiha Clan with this premium Itachi Uchiha Naruto Shippuden T-Shirt. Designed for true anime lovers, this streetwear-style tee features Itachi’s iconic Mangekyou Sharingan with powerful Uchiha symbolism — perfect for showcasing your love for one of the most legendary shinobi in the Naruto universe.\n\nCrafted using high-quality breathable fabric for superior comfort and durability, this anime T-shirt is ideal for daily wear, conventions, casual outfits, and collectors. Whether you're an Itachi fan or looking for the perfect anime gift, this stylish tee completes every otaku wardrobe.\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Itachi Uchiha (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Itachi Uchiha fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Itachi Uchiha t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53344167428395,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53344167461163,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53344167493931,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53344167526699,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53344167559467,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53344167592235,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-20-30-066.jpg?v=1777046048"},{"product_id":"naruto-uzumaki-unisex-streetwear-t-shirt-bold-anime-graphic-tee-for-true-ninja-fans","title":"Naruto Uzumaki Unisex Streetwear T-Shirt – Bold Anime Graphic Tee for True Ninja Fans","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Step into the ninja world with this Naruto Uzumaki Unisex Streetwear T-Shirt, inspired by the fearless hero of Naruto Shippuden. Designed for both men and women, this bold anime tee fuses Japanese street fashion with iconic ninja energy — making it the perfect fit for any anime lover’s wardrobe.\n\nMade with soft, premium cotton, it offers all-day comfort and durability while the striking Naruto Uzumaki print captures his unstoppable spirit and determination.\n\n👕 Highlights:\n\nUnisex fit for all anime lovers\n\nPremium-quality cotton for comfort \u0026amp; longevity\n\nVibrant, fade-resistant Naruto graphic\n\nIdeal for casual wear, anime events, or streetwear looks\n\nPerfect gift for Naruto Shippuden fans\n\n⚡ Show your ninja pride and upgrade your streetwear game — wear the will of fire with this exclusive Naruto Uzumaki T-shirt!\n\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Naruto Shippuden (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Naruto fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Naruto Uzumaki t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53344170017067,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53344170049835,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53344170082603,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-01_16-09-17-257.jpg?v=1777046258"},{"product_id":"ichigo-kurosaki-bleach-anime-t-shirt-unisex-streetwear-for-true-shinigami-fans","title":"Ichigo Kurosaki Bleach Anime T-Shirt | Unisex Streetwear for True Shinigami Fans","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n         Unleash your inner Soul Reaper with this Ichigo Kurosaki T-Shirt, inspired by the legendary Bleach anime! Featuring a bold, high-quality print of Ichigo in his iconic Bankai form, this tee brings power, style, and attitude to your streetwear collection. Perfect for anime lovers, collectors, and anyone who lives by the code of the Shinigami.\n\nCrafted from premium cotton for all-day comfort, this unisex Bleach T-shirt pairs perfectly with jeans, joggers, or layered streetwear fits. Step into the world of Soul Society and show off your fandom with pride!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Bleach (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Bleach fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Bleach t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53344175096107,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53344175128875,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53344175161643,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53344175194411,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53344175227179,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53344175259947,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53344175292715,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53344175325483,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53344175358251,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53344175391019,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53344175423787,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53344175456555,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_09_34_53PM.png?v=1777046486"},{"product_id":"inosuke-t-shirt-demon-slayer-anime-oversized-cotton-t-shirt-for-men-women","title":"Inosuke T-Shirt – Demon Slayer Anime Oversized Cotton T-Shirt for Men \u0026 Women","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Unleash the wild spirit of the mountains with this premium Inosuke Demon Slayer T-Shirt, inspired by the fearless Beast Breathing swordsman. Featuring his iconic boar mask and untamed warrior attitude, this anime tee is perfect for fans who love bold, aggressive, and stylish character designs.\n\nCrafted for otaku streetwear fashion, this Inosuke shirt is perfect for conventions, casual wear, gifting, and collectors of Demon Slayer merchandise. The design highlights Inosuke’s raw power, fearless instinct, and chaotic battle energy—making it a must-have for every true Hashira-in-training.\n\nPerfect for:\n✔ Anime fans \u0026amp; Demon Slayer lovers\n✔ Stylish streetwear \u0026amp; casual outfits\n✔ Cosplay-inspired daily fits\n✔ Gifts for otaku, teens \u0026amp; anime collectors\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Lord Inosuke (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Demon Slayer fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Lord Inosuke t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53353945366827,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53353945399595,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53353945432363,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53353945465131,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53353945497899,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53353945530667,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-38-49-822.jpg?v=1777290322"},{"product_id":"wind-hashira-sanemi-t-shirt-unleash-your-inner-slayer","title":"Wind Hashira Sanemi T-Shirt: Unleash Your Inner Slayer","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n          Unleash raw power with the Wind Hashira Sanemi T-Shirt, inspired by the fearless warrior of Demon Slayer: Kimetsu no Yaiba. Featuring an intense Sanemi Shinazugawa design, this tee captures his untamed spirit and deadly strength. Crafted from premium cotton with a relaxed oversized fit, it’s perfect for anime fans who wear attitude, not just style.\n\n✔ Premium Cotton Fabric\n✔ Oversized Streetwear Fit\n✔ High-Quality Anime Print\n✔ Perfect for Daily Wear \u0026amp; Anime Events\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Demon Slayer (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Demon Slayer fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Wind Hashira t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53362030018859,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53362030051627,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53362030084395,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-42-58-729.jpg?v=1777444968"},{"product_id":"serpent-hashira-t-shirt-obanai-iguro-demon-slayer-anime-tee-stylish-unisex-streetwear","title":"Serpent Hashira T-Shirt – Obanai Iguro Demon Slayer Anime Tee | Stylish Unisex Streetwear","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n          Unleash raw power with the Wind Hashira Sanemi T-Shirt, inspired by the fearless warrior of Demon Slayer: Kimetsu no Yaiba. Featuring an intense Sanemi Shinazugawa design, this tee captures his untamed spirit and deadly strength. Crafted from premium cotton with a relaxed oversized fit, it’s perfect for anime fans who wear attitude, not just style.\n\n✔ Premium Cotton Fabric\n✔ Oversized Streetwear Fit\n✔ High-Quality Anime Print\n✔ Perfect for Daily Wear \u0026amp; Anime Events\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Demon Slayer (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Demon Slayer fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Wind Hashira t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53362067964203,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53362067996971,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53362068029739,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-39-56-815.jpg?v=1777445367"},{"product_id":"gyomei-himejima-raging-demon-slayer-t-shirt","title":"Gyomei Himejima Raging Demon Slayer T-shirt","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n          Unleash the unstoppable strength of Gyomei Himejima, the legendary Stone Hashira, with this Raging Demon Slayer T-Shirt. Featuring an intense anime-inspired graphic, this tee captures raw power, discipline, and unshakable resolve. Crafted from premium cotton with a relaxed oversized fit, it’s perfect for anime fans who love bold streetwear energy.\n\n✔ Premium Cotton Fabric\n✔ Oversized Streetwear Fit\n✔ High-Quality Anime Print\n✔ Inspired by Demon Slayer\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Demon Slayer (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Demon Slayer fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Gyomei Himejima t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53362088018219,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53362088050987,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53362088083755,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-43-47-517.jpg?v=1777445664"},{"product_id":"tanjiro-kamado-demon-slayer-oversized-cotton-t-shirt-unisex-anime-streetwear","title":"Tanjiro Kamado Demon Slayer Oversized Cotton T-Shirt | Unisex Anime Streetwear","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n           Channel the calm strength and fiery resolve of Tanjiro Kamado with this oversized cotton T-shirt inspired by Demon Slayer: Kimetsu no Yaiba. Crafted from premium, breathable cotton, this tee delivers all-day comfort with a relaxed, street-ready fit that works for both men and women.\n\nThe bold Tanjiro design pops with crisp detail, making it perfect for anime fans who want standout style without sacrificing comfort. Whether you’re layering it for a casual day out or rocking it solo, this oversized tee blends anime culture with modern streetwear vibes.\n\n✔ Premium cotton fabric\n✔ Oversized streetwear fit\n✔ High-quality anime eye print\n✔ Soft, durable \u0026amp; skin-friendly\n\nUpgrade your anime wardrobe with style that speaks power. 🔥\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Tanjiro (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Demon Slayer fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Tanjiro t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53362584944939,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53362584977707,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53362585010475,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_01_35_36PM.png?v=1777448824"},{"product_id":"ultimate-zenitsu-tee-black-anime-swordsman-oversized-fit","title":"Ultimate Zenitsu Tee: Black Anime Swordsman Oversized Fit","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n          Unleash silent power with the Ultimate Zenitsu Tee, inspired by Zenitsu Agatsuma from Demon Slayer: Kimetsu no Yaiba.\nDesigned for true anime fans, this oversized black T-shirt captures Zenitsu’s calm-before-the-storm aura with bold swordsman energy.\n\nCrafted from high-quality breathable cotton, it delivers unmatched comfort while keeping your streetwear game sharp. The oversized fit adds a modern urban edge—perfect for daily wear, anime meets, or casual outings.\n\n⚡ Why You’ll Love It:\n\nPremium soft cotton fabric\n\nRelaxed oversized streetwear fit\n\nDeep black color with anime swordsman vibe\n\nDurable print with long-lasting color\n\nPerfect for anime lovers \u0026amp; trendsetters\n\nStyle it with cargos, denim, or sneakers and let your anime drip speak without words.\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Zenitsu (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Demon Slayer fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Zenitsu t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53362612830507,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53362612863275,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53362612896043,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/Picsart_26-01-03_14-42-04-636.jpg?v=1777449199"},{"product_id":"yuuji-itadori-t-shirt-jujutsu-kaisen-anime-streetwear-unisex-graphic-tee-oversized","title":"Yuuji Itadori T-Shirt – Jujutsu Kaisen Anime Streetwear | Unisex Graphic Tee Oversized","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nUnleash your inner sorcerer with this Yuuji Itadori T-Shirt, inspired by the hit anime Jujutsu Kaisen! Crafted for true anime lovers, this unisex streetwear tee features a bold, high-quality print of Yuuji in action—perfect for casual wear, conventions, or daily fits. Made with soft, breathable cotton for all-day comfort and a relaxed fit that suits every style.\n\n✅ Premium cotton blend\n✅ Vibrant, fade-resistant anime graphic\n✅ Perfect for Jujutsu Kaisen fans \u0026amp; streetwear lovers\n\nShow your curse-fighting spirit with this Yuuji Itadori anime t-shirt — the ultimate mix of comfort, power, and style.\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53362647499051,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53362647531819,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53362647564587,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53362647597355,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53362647630123,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53362647662891,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53362647695659,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53362647728427,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53362647761195,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_10_10_48PM.png?v=1777449532"},{"product_id":"jujutsu-kaisen-oversized-cotton-t-shirt-for-men-women-premium-anime-streetwear-tee","title":"JUJUTSU KAISEN Oversized Cotton T-Shirt for Men \u0026 Women | Premium Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nUnleash your inner sorcerer with our JUJUTSU KAISEN Oversized Cotton T-Shirt — the perfect blend of anime culture and modern streetwear. Designed for true anime fans, this premium oversized tee delivers unmatched comfort, bold style, and effortless everyday wear.\n\nCrafted from high-quality breathable cotton, this t-shirt features a relaxed oversized fit that’s perfect for casual outings, college wear, gaming sessions, or anime conventions. Whether you're a fan of Gojo, Sukuna, Itadori, or the entire Jujutsu world, this tee lets you represent your favorite anime in style.\n\n✨ Why You’ll Love It:\n• Premium soft cotton fabric\n• Trendy oversized streetwear fit\n• Unisex design for men \u0026amp; women\n• Long-lasting high-quality print\n• Perfect for anime lovers \u0026amp; gifting\n• Comfortable for all-day wear\n\nLevel up your wardrobe with this must-have anime essential and make every outfit look effortlessly cool.\n\n🔥 Limited stock available — grab yours before it disappears like a cursed spirit!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53420078956843,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53420078989611,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53420079022379,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_09_52_46PM.png?v=1778854519"},{"product_id":"jujutsu-kaisen-sukuna-oversized-cotton-t-shirt-for-men-women-anime-streetwear-tee","title":"JUJUTSU KAISEN Sukuna Oversized Cotton T-Shirt for Men \u0026 Women | Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nChannel the King of Curses with our JUJUTSU KAISEN Sukuna Oversized Cotton T-Shirt — made for anime fans who love bold streetwear and powerful vibes. Inspired by the legendary Sukuna from Jujutsu Kaisen, this oversized tee combines premium comfort with eye-catching anime aesthetics.\n\nCrafted from soft, breathable cotton, this unisex t-shirt delivers a relaxed oversized fit perfect for daily wear, anime meetups, college outfits, gaming nights, or casual street-style looks. The high-quality Sukuna-inspired print adds a fierce and stylish edge that instantly stands out.\n\n🔥 Features:\n• Premium 100% cotton fabric\n• Trendy oversized unisex fit\n• Soft, breathable \u0026amp; skin-friendly\n• Durable high-definition anime print\n• Perfect for anime lovers \u0026amp; streetwear fans\n• Ideal gift for JUJUTSU KAISEN fans\n\nWhether you're building the ultimate anime wardrobe or lo\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53420719145259,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53420719178027,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53420719210795,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_09_53_08PM.png?v=1778857997"},{"product_id":"jujutsu-kaisen-mahoraga-oversized-cotton-t-shirt-for-men-women-premium-anime-streetwear-tee","title":"JUJUTSU KAISEN Mahoraga Oversized Cotton T-Shirt for Men \u0026 Women | Premium Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nStep into legendary anime power with our JUJUTSU KAISEN Mahoraga Oversized Cotton T-Shirt — designed for fans who want bold streetwear with unstoppable energy. Inspired by the terrifying strength of Mahoraga, this oversized anime tee delivers the perfect mix of comfort, style, and hardcore Jujutsu Kaisen vibes.\n\nMade from premium-quality breathable cotton, this unisex oversized t-shirt offers a relaxed fit that’s perfect for everyday wear, anime conventions, college outfits, gaming sessions, and street-style fashion. The powerful Mahoraga-inspired graphic print gives your look a dark, intense aesthetic that instantly grabs attention.\n\n⚔️ Why This Tee Stands Out:\n• Soft \u0026amp; premium cotton fabric\n• Trendy oversized fit for men \u0026amp; women\n• High-quality durable anime print\n• Lightweight, breathable \u0026amp; comfortable\n• Perfect for anime lovers \u0026amp; streetwear fans\n• Great gift for JUJUTSU KAISEN collectors\n\nWhether you're a die-hard Jujutsu Kaisen fan or just love standout anime fashion, this Mahoraga oversized t-shirt is built to elevate your wardrobe with cursed energy and fearless style.\n\n🔥 Summon the strongest look — shop now before it vanishes!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53423131001131,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53423131033899,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53423131066667,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_09_57_45PM.png?v=1778859288"},{"product_id":"jujutsu-kaisen-satoru-gojo-oversized-cotton-t-shirt-for-men-women-premium-anime-streetwear-tee","title":"JUJUTSU KAISEN Satoru Gojo Oversized Cotton T-Shirt for Men \u0026 Women | Premium Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nStep into limitless style with our JUJUTSU KAISEN Satoru Gojo Oversized Cotton T-Shirt — designed for true anime fans who love iconic streetwear fashion. Inspired by the legendary sorcerer Gojo Satoru, this oversized tee combines premium comfort, bold anime aesthetics, and modern oversized vibes in one must-have outfit essential.\n\nMade from high-quality breathable cotton, this unisex t-shirt offers a soft feel and relaxed oversized fit for all-day comfort. Whether you're heading to college, hanging out with friends, attending anime events, or leveling up your casual wardrobe, this Gojo tee delivers effortless style with powerful anime energy.\n\n⚡ Why Fans Love It:\n• Premium soft cotton fabric\n• Stylish oversized streetwear fit\n• Unisex design for men \u0026amp; women\n• Durable high-quality Gojo anime print\n• Lightweight, breathable \u0026amp; comfortable\n• Perfect gift for JUJUTSU KAISEN lovers\n\nShow off your love for the strongest sorcerer and make every outfit look effortlessly cool with this exclusive Gojo oversized t-shirt.\n\n🔥 Unlock limitless drip — order your Gojo tee today!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53427935641899,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53427935674667,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53427935707435,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_10_07_16PM.png?v=1778860795"},{"product_id":"tokyo-revengers-oversized-cotton-t-shirt-for-men-women-premium-anime-streetwear-tee","title":"TOKYO REVENGERS Oversized Cotton T-Shirt for Men \u0026 Women | Premium Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nStep into the world of gangs, loyalty, and time-travel action with our TOKYO REVENGERS Oversized Cotton T-Shirt — the ultimate anime streetwear essential for true fans. Designed with a modern oversized fit and crafted from premium-quality cotton, this tee delivers the perfect mix of comfort, attitude, and anime style.\n\nInspired by the iconic Tokyo Revengers aesthetic, this unisex t-shirt is perfect for everyday wear, street-style outfits, anime conventions, college fashion, or casual hangouts. The bold anime-inspired print gives your look a fearless edge while keeping you comfortable all day long.\n\n⚡ Why You’ll Love It:\n• Premium soft \u0026amp; breathable cotton fabric\n• Stylish oversized streetwear fit\n• Unisex design for men \u0026amp; women\n• High-quality durable anime print\n• Perfect for anime lovers \u0026amp; fashion enthusiasts\n• Ideal for casual wear, gifting \u0026amp; collectors\n\nShow your love for Tokyo Revengers and stand out with a powerful anime-inspired look that turns heads everywhere you go.\n\n🔥 Limited edition anime drip — grab yours now before it’s gone!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53519355445547,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53519355478315,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53519355511083,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53519355543851,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53519355576619,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53519355609387,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53519355642155,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53519355674923,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53519355707691,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53519355740459,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53519355773227,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53519355805995,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_10_43_01PM.png?v=1779001782"},{"product_id":"eren-yeager-attack-on-titan-oversized-cotton-t-shirt-for-men-women-anime-streetwear-tee","title":"Eren Yeager Attack on Titan Oversized Cotton T-Shirt for Men \u0026 Women | Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nStep into the world of titans with our Eren Yeager Attack on Titan Oversized Cotton T-Shirt — designed for true anime fans who live for bold style and iconic characters. Inspired by the legendary Eren Yeager, this oversized tee blends premium comfort with powerful anime streetwear vibes.\n\nMade from high-quality breathable cotton, this unisex t-shirt features a relaxed oversized fit that’s perfect for casual wear, anime conventions, college outfits, gaming sessions, or everyday street fashion. The high-definition Eren-inspired graphic delivers a fierce and stylish look that instantly stands out.\n\n⚔️ Why You’ll Love It:\n• Premium soft cotton fabric\n• Oversized unisex streetwear fit\n• Comfortable \u0026amp; breathable for daily wear\n• Durable high-quality anime print\n• Perfect for Attack on Titan fans\n• Stylish gift for anime lovers\n\nWhether you fight for freedom like Eren or simply want to level up your anime wardrobe, this t-shirt is the perfect statement piece for every Attack on Titan fan.\n\n🔥 Unleash your titan energy and own the streets — limited stock available!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53519424323883,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53519424356651,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53519424389419,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_10_57_58PM.png?v=1779003498"},{"product_id":"solo-leveling-oversized-cotton-t-shirt-for-men-women-premium-anime-streetwear-tee","title":"Solo Leveling Oversized Cotton T-Shirt for Men \u0026 Women | Premium Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nStep into the world of shadows with our Solo Leveling Oversized Cotton T-Shirt — designed for true anime and manhwa fans who want comfort, style, and powerful streetwear energy in one look. Inspired by the iconic Solo Leveling universe, this oversized tee brings bold anime aesthetics to your everyday wardrobe.\n\nMade from premium-quality breathable cotton, this unisex t-shirt offers a relaxed oversized fit that feels ultra-comfortable while delivering a modern streetwear vibe. Whether you're heading to college, hanging out with friends, gaming, or attending anime events, this tee makes a strong statement wherever you go.\n\n⚔️ Why You’ll Love It:\n• Soft \u0026amp; premium cotton fabric\n• Stylish oversized streetwear fit\n• High-quality long-lasting print\n• Unisex design for men \u0026amp; women\n• Lightweight, breathable \u0026amp; comfortable\n• Perfect for anime, manga \u0026amp; manhwa fans\n• Great gift for Solo Leveling lovers\n\nAwaken your inner hunter and level up your style with this must-have anime oversized t-shirt.\n\n🔥 Limited edition drop — order now and dominate the streets in shadow monarch style!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53519467872555,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53519467905323,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53519467938091,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53519467970859,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53519468003627,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53519468036395,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_31_00PM.png?v=1779004213"},{"product_id":"dragon-ball-z-goku-oversized-cotton-t-shirt-for-men-women-premium-anime-streetwear-tee","title":"Dragon Ball Z Goku Oversized Cotton T-Shirt for Men \u0026 Women | Premium Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nPower up your style with our Dragon Ball Z Goku Oversized Cotton T-Shirt — designed for true anime fans who live with Saiyan energy. Featuring an iconic Goku-inspired design, this oversized tee blends anime passion with modern streetwear fashion for the ultimate everyday look.\n\nMade from premium-quality breathable cotton, this unisex t-shirt offers a soft feel and relaxed oversized fit that keeps you comfortable all day long. Whether you're hitting the streets, chilling with friends, gaming, or attending anime events, this tee brings legendary Dragon Ball vibes to your wardrobe.\n\n⚡ Why Fans Love It:\n• Premium soft cotton fabric\n• Stylish oversized fit for men \u0026amp; women\n• Breathable, lightweight \u0026amp; comfortable\n• High-quality long-lasting anime print\n• Perfect for casual wear \u0026amp; anime conventions\n• Ideal gift for Dragon Ball Z lovers\n\nFrom training like a Saiyan to flexing your anime drip, this Goku oversized tee is built for fans who never back down.\n\n🔥 Unlock your anime power level — order your Dragon Ball Z Goku tee today!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53519492415787,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53519492448555,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53519492481323,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_38_08PM.png?v=1779004731"},{"product_id":"denji-pochita-chainsaw-man-oversized-cotton-t-shirt-for-men-women-anime-streetwear-tee","title":"Denji \u0026 Pochita Chainsaw Man Oversized Cotton T-Shirt for Men \u0026 Women | Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nPower up your anime drip with our Denji \u0026amp; Pochita Chainsaw Man Oversized Cotton T-Shirt — the perfect streetwear essential for every true Chainsaw Man fan. Featuring the iconic duo Denji and Pochita, this oversized anime tee blends bold style, premium comfort, and modern street fashion into one must-have outfit piece.\n\nMade from high-quality breathable cotton, this unisex t-shirt offers a soft feel and relaxed oversized fit that’s perfect for everyday wear, anime conventions, gaming sessions, college outfits, or casual streetwear looks. The vibrant high-definition print captures the raw energy and emotional bond of Denji and Pochita, making it a standout addition to any anime collection.\n\n⚡ Why You’ll Love It:\n• Premium soft cotton fabric\n• Stylish oversized unisex fit\n• High-quality durable anime print\n• Comfortable for all-day wear\n• Perfect for anime lovers \u0026amp; streetwear fans\n• Great gift for Chainsaw Man fans\n\nStep into the world of devils and chaos while keeping your style effortlessly cool. This Chainsaw Man oversized tee is built for fans who want comfort, attitude, and anime vibes all in one.\n\n🔥 Limited stock available — grab yours now and unleash your Chainsaw energy!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53601527693611,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53601527726379,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53601527759147,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53601527791915,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53601527824683,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53601527857451,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":53601527890219,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53601527922987,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53601527955755,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_05_23PM.png?v=1779288621"},{"product_id":"denji-chainsaw-man-oversized-cotton-t-shirt-for-men-women-anime-streetwear-tee","title":"Denji Chainsaw Man Oversized Cotton T-Shirt for Men \u0026 Women | Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nPower up your anime drip with our Denji \u0026amp; Pochita Chainsaw Man Oversized Cotton T-Shirt — the perfect streetwear essential for every true Chainsaw Man fan. Featuring the iconic duo Denji and Pochita, this oversized anime tee blends bold style, premium comfort, and modern street fashion into one must-have outfit piece.\n\nMade from high-quality breathable cotton, this unisex t-shirt offers a soft feel and relaxed oversized fit that’s perfect for everyday wear, anime conventions, gaming sessions, college outfits, or casual streetwear looks. The vibrant high-definition print captures the raw energy and emotional bond of Denji and Pochita, making it a standout addition to any anime collection.\n\n⚡ Why You’ll Love It:\n• Premium soft cotton fabric\n• Stylish oversized unisex fit\n• High-quality durable anime print\n• Comfortable for all-day wear\n• Perfect for anime lovers \u0026amp; streetwear fans\n• Great gift for Chainsaw Man fans\n\nStep into the world of devils and chaos while keeping your style effortlessly cool. This Chainsaw Man oversized tee is built for fans who want comfort, attitude, and anime vibes all in one.\n\n🔥 Limited stock available — grab yours now and unleash your Chainsaw energy!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53601550434603,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53601550467371,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53601550500139,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_10_39PM.png?v=1779289665"},{"product_id":"stylecat-forever-chainsaw-man-oversized-cotton-t-shirt-for-men-women-anime-streetwear-tee","title":"STYLECAT Forever Chainsaw Man Oversized Cotton T-Shirt for Men \u0026 Women | Anime Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nPower up your anime drip with our Denji \u0026amp; Pochita Chainsaw Man Oversized Cotton T-Shirt — the perfect streetwear essential for every true Chainsaw Man fan. Featuring the iconic duo Denji and Pochita, this oversized anime tee blends bold style, premium comfort, and modern street fashion into one must-have outfit piece.\n\nMade from high-quality breathable cotton, this unisex t-shirt offers a soft feel and relaxed oversized fit that’s perfect for everyday wear, anime conventions, gaming sessions, college outfits, or casual streetwear looks. The vibrant high-definition print captures the raw energy and emotional bond of Denji and Pochita, making it a standout addition to any anime collection.\n\n⚡ Why You’ll Love It:\n• Premium soft cotton fabric\n• Stylish oversized unisex fit\n• High-quality durable anime print\n• Comfortable for all-day wear\n• Perfect for anime lovers \u0026amp; streetwear fans\n• Great gift for Chainsaw Man fans\n\nStep into the world of devils and chaos while keeping your style effortlessly cool. This Chainsaw Man oversized tee is built for fans who want comfort, attitude, and anime vibes all in one.\n\n🔥 Limited stock available — grab yours now and unleash your Chainsaw energy!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53601565868331,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53601565901099,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53601565933867,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ M","offer_id":53601565966635,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53601565999403,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53601566032171,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":53601566064939,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53601566097707,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53601566130475,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_13_44PM.png?v=1779289943"},{"product_id":"plain-black-oversized-cotton-t-shirt-for-men-women-premium-unisex-streetwear-tee","title":"Plain Black Oversized Cotton T-Shirt for Men \u0026 Women | Premium Unisex Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nKeep it simple, bold, and effortlessly stylish with our Plain Black Oversized Cotton T-Shirt — the ultimate everyday essential for modern streetwear lovers. Designed with a relaxed oversized fit and crafted from premium-quality cotton, this unisex tee delivers all-day comfort with a clean minimalist look.\n\nPerfect for casual outings, layering, gym wear, travel, or daily fashion, this versatile black oversized t-shirt pairs effortlessly with jeans, cargos, joggers, or shorts. Whether you love minimal fashion or oversized street-style aesthetics, this tee is a must-have wardrobe staple.\n\n🖤 Why You’ll Love It:\n• Premium soft \u0026amp; breathable cotton fabric\n• Trendy oversized fit for ultimate comfort\n• Minimal plain black design for versatile styling\n• Unisex t-shirt for men \u0026amp; women\n• Durable stitching \u0026amp; long-lasting quality\n• Perfect for casual, streetwear \u0026amp; everyday outfits\n\nFrom laid-back casual looks to edgy street fashion, this oversized black tee is designed to make you look stylish without trying too hard.\n\n🔥 Upgrade your basics with timeless oversized streetwear — order yours today!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Black \/ M","offer_id":53601660666155,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":53601660698923,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":53601660731691,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_47_55PM.png?v=1779290567"},{"product_id":"plain-red-oversized-cotton-t-shirt-for-men-women-premium-unisex-streetwear-tee","title":"Plain Red Oversized Cotton T-Shirt for Men \u0026 Women | Premium Unisex Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nKeep your style bold, clean, and effortlessly trendy with our Plain Red Oversized Cotton T-Shirt — the perfect everyday essential for modern streetwear lovers. Designed with a relaxed oversized fit and crafted from premium breathable cotton, this tee delivers unmatched comfort with a minimalist aesthetic that never goes out of style.\n\nThe rich red color adds a confident and eye-catching vibe, making it perfect for casual outfits, layering, gym wear, travel, or daily street fashion. Whether you prefer a simple minimal look or want a versatile wardrobe staple, this oversized t-shirt is made to elevate your style instantly.\n\n✨ Why You’ll Love It:\n• Premium soft cotton fabric\n• Relaxed oversized unisex fit\n• Breathable \u0026amp; comfortable for all-day wear\n• Minimal plain design for versatile styling\n• Durable stitching \u0026amp; premium quality finish\n• Perfect for casual, streetwear \u0026amp; everyday outfits\n\nPair it with cargos, jeans, joggers, or shorts for a clean oversized look that stands out effortlessly.\n\n🔥 Upgrade your basics with premium comfort and timeless style — order yours today!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Red \/ M","offer_id":53601742356779,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":53601742389547,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":53601742422315,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_48_01PM.png?v=1779292321"},{"product_id":"plain-white-oversized-cotton-t-shirt-for-men-women-premium-unisex-casual-streetwear-tee","title":"Plain White Oversized Cotton T-Shirt for Men \u0026 Women | Premium Unisex Casual Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nKeep it clean, minimal, and effortlessly stylish with our Plain White Oversized Cotton T-Shirt — the ultimate everyday essential for modern streetwear lovers. Designed for both men and women, this premium oversized tee combines comfort, versatility, and timeless fashion in one perfect fit.\n\nMade from high-quality breathable cotton, this t-shirt offers a soft feel and relaxed oversized silhouette that’s perfect for daily wear, layering, gym outfits, casual street style, or minimalist fashion looks. Its classic plain white design makes it easy to pair with jeans, cargos, shorts, or jackets for a clean and trendy vibe.\n\n✨ Why You’ll Love It:\n• Premium soft cotton fabric\n• Relaxed oversized unisex fit\n• Lightweight, breathable \u0026amp; comfortable\n• Minimal plain design for versatile styling\n• Perfect for casual wear, layering \u0026amp; streetwear\n• Durable quality made for everyday use\n\nSimple never goes out of style. Upgrade your wardrobe with this must-have oversized essential and create effortless looks every day.\n\n🔥 Minimal look. Maximum style. Grab yours now before stock runs out!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"White \/ M","offer_id":53601944011051,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":53601944043819,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":53601944076587,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_49_24PM.png?v=1779293432"},{"product_id":"plain-purple-oversized-cotton-t-shirt-for-men-women-premium-unisex-streetwear-tee","title":"Plain Purple Oversized Cotton T-Shirt for Men \u0026 Women | Premium Unisex Streetwear Tee","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eAccordion White Background\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --text: #111111;\n    --muted: #444444;\n    --divider: rgba(0,0,0,0.15);\n    --radius: 6px;\n  }\n\n  body{\n    margin:0;\n    font-family: Inter, Arial, sans-serif;\n    background:var(--bg);\n    color:var(--text);\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .container{\n    max-width:720px;\n    margin:40px auto;\n    padding:0 16px;\n  }\n\n  .accordion{\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n\n  .item{\n    border-top:1px solid var(--divider);\n  }\n  .item:first-child{ border-top:none; }\n\n  .summary{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    width:100%;\n    padding:18px 16px;\n    cursor:pointer;\n    background:transparent;\n    border:0;\n    font-size:15px;\n    font-weight:600;\n    text-align:left;\n  }\n\n  .summary:hover{\n    background:rgba(0,0,0,0.03);\n  }\n\n  .chev{\n    width:18px;\n    height:18px;\n    display:inline-block;\n    transform-origin:center;\n    transition:transform .22s ease;\n  }\n\n  .content{\n    max-height:0;\n    overflow:hidden;\n    padding:0 16px;\n    transition:max-height .28s ease, padding .22s ease;\n  }\n  .content-inner{\n    padding:14px 0 20px 0;\n    font-size:14px;\n    line-height:1.6;\n    color:var(--muted);\n  }\n\n  .item.open .content{\n    max-height:800px;\n    padding:0 16px;\n  }\n  .item.open .chev{\n    transform:rotate(180deg);\n  }\n\u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"accordion\" id=\"accordion\"\u003e\n\n      \u003c!-- DESCRIPTION --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESCRIPTION\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\nKeep your style clean, bold, and effortlessly trendy with our Plain Purple Oversized Cotton T-Shirt — the perfect everyday essential for modern streetwear lovers. Designed with a relaxed oversized fit and crafted from premium-quality cotton, this tee delivers unmatched comfort with a minimal aesthetic that never goes out of style.\n\nThe rich purple shade adds a fresh, stylish vibe to your wardrobe, making it easy to pair with jeans, cargos, joggers, or layered outfits. Whether you're heading out with friends, chilling at home, or creating the perfect casual streetwear look, this oversized t-shirt is made to stand out with simplicity.\n\n💜 Why You’ll Love It:\n• Soft \u0026amp; breathable premium cotton fabric\n• Relaxed oversized fit for ultimate comfort\n• Stylish unisex design for men \u0026amp; women\n• Minimal plain aesthetic for versatile styling\n• Perfect for casual wear, layering \u0026amp; street fashion\n• Durable fabric with long-lasting comfort\n\nUpgrade your everyday wardrobe with this must-have oversized tee and bring effortless street-style energy to every outfit.\n\n✨ Simple. Stylish. Comfortable. Add it to your collection today!\n✨ Details:\n\nHigh-quality cotton blend – soft, breathable \u0026amp; durable\n\nOversized fit for ultimate comfort \u0026amp; style\n\nVibrant print featuring Yuuji Itadori (Nika mode)\n\nPerfect for anime conventions, streetwear fashion, or casual wear\n\nA must-have collectible for every Jujustu Kaisen fan\n\nBring the spirit of freedom and adventure into your wardrobe with this iconic Yuuji Itadori t-shirt! ⚡\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CARE --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          CARE\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            To maintain the beauty and integrity of your purchase, we recommend treating it with care. Simple maintenance practices, such as gentle washing and proper storage, can effectively preserve the longevity of your favorites. We encourage you to refer to the care instructions included with each item, designed to help you keep your purchase in top condition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DESIGN --\u003e\n      \u003cdiv class=\"item\"\u003e\n        \u003cbutton class=\"summary\" aria-expanded=\"false\"\u003e\n          DESIGN\n          \u003csvg class=\"chev\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"content\"\u003e\n          \u003cdiv class=\"content-inner\"\u003e\n            Our dedication to excellence extends beyond materials; it encompasses the artistry and craftsmanship illustrated in every piece we create.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cscript\u003e\n  const items = document.querySelectorAll('.item');\n  items.forEach(item =\u003e {\n    const btn = item.querySelector('.summary');\n    btn.addEventListener('click', () =\u003e {\n      const open = item.classList.contains('open');\n      items.forEach(i =\u003e i.classList.remove('open'));\n      if(!open) item.classList.add('open');\n    });\n  });\n\u003c\/script\u003e\n\n                                                                          \u003c\/body\u003e","brand":"ANI AURA","offers":[{"title":"Purple \/ M","offer_id":53601959313707,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ L","offer_id":53601959346475,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true},{"title":"Purple \/ XL","offer_id":53601959379243,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9106\/1803\/files\/ChatGPTImageApr12_2026_11_49_35PM.png?v=1779296515"}],"url":"https:\/\/www.aniaura.com\/collections\/frontpage.oembed?page=2","provider":"ANI AURA","version":"1.0","type":"link"}