{"title":"ALL COLLECTIONS","description":"","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":"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-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":"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":"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"}],"url":"https:\/\/www.aniaura.com\/collections\/custom-collection.oembed","provider":"ANI AURA","version":"1.0","type":"link"}