{"title":"shirts","description":"","products":[{"product_id":"creative-act-plaid-boxy-crop-shirt","title":"Creative Act Plaid Boxy Crop Shirt","description":"\u003cbody\u003e\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n  \u003ctitle\u003eProduct Tabs - The Creative Act\u003c\/title\u003e\n  \u003cstyle\u003e\n    \/* Container Styling *\/\n    .product-tabs-container {\n      max-width: 600px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #222;\n      margin: 20px auto;\n    }\n\n    \/* Tab Header Styling *\/\n    .tab-headers {\n      display: flex;\n      justify-content: space-between;\n      border-bottom: 1px solid #e5e5e5;\n      margin-bottom: 20px;\n    }\n\n    .tab-btn {\n      flex: 1;\n      background: none;\n      border: none;\n      padding: 12px 0;\n      font-size: 15px;\n      color: #666;\n      cursor: pointer;\n      text-align: center;\n      transition: all 0.3s ease;\n    }\n\n    \/* Active Tab Styling *\/\n    .tab-btn.active {\n      color: #000;\n      font-weight: 500;\n      border-bottom: 2px solid #000;\n    }\n\n    \/* Tab Content Styling *\/\n    .tab-content {\n      display: none;\n      font-size: 14.5px;\n      line-height: 1.6;\n      letter-spacing: 0.3px;\n    }\n\n    .tab-content.active {\n      display: block;\n    }\n\n    .tab-content p {\n      margin-bottom: 16px;\n    }\n\n    .tab-content ul {\n      padding-left: 20px;\n      margin-top: 0;\n    }\n\n    .tab-content li {\n      margin-bottom: 8px;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"product-tabs-container\"\u003e\n    \u003cdiv class=\"tab-headers\"\u003e\n      \u003cbutton class=\"tab-btn active\"\u003eDescription\u003c\/button\u003e \n      \u003cbutton class=\"tab-btn\"\u003eDetails\u003c\/button\u003e \n      \u003cbutton class=\"tab-btn\"\u003eExchange Policy\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n      \u003cp\u003eThe statement is on your back before you even say a word. Dark plaid, boxy crop fit, already doing something. Then you turn around: \"The Most Creative Act Is The Act Of Creating Yourself\" screen printed across the back in bold white gothic lettering with a cosmic burst graphic underneath. The front carries the same print, rotated, so it hits different depending on how you're standing.\u003c\/p\u003e\n      \u003cp\u003eThis isn't a shirt for everyone. That's the point.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"details\" class=\"tab-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e 100% cotton, medium-heavyweight weave\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Oversized boxy crop\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e Half sleeve\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrint:\u003c\/strong\u003e Back screen print\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Slate Grey \u0026amp; Black Plaid\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWash care:\u003c\/strong\u003e Machine wash cold, inside out, no bleach, hang dry to protect the print\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"exchange\" class=\"tab-content\"\u003e\n      \u003cp\u003eWe run small batches, so we keep this simple. Size exchanges are accepted within 3 days of delivery, provided the piece is unworn, unwashed, and in its original condition with tags intact. We don't offer cash refunds, exchanges are processed as a size swap or store credit. To start an exchange, message us on WhatsApp or Instagram with your order number and the issue, and we'll walk you through it. Items damaged from wear, wash, or alteration won't qualify.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    \/\/ Grab all tab buttons and content sections\n    const tabBtns = document.querySelectorAll('.tab-btn');\n    const tabContents = document.querySelectorAll('.tab-content');\n\n    \/\/ Loop through each button\n    tabBtns.forEach((btn, index) =\u003e {\n      btn.addEventListener('click', () =\u003e {\n        \n        \/\/ 1. Remove the 'active' class from all buttons and content\n        tabBtns.forEach(b =\u003e b.classList.remove('active'));\n        tabContents.forEach(c =\u003e c.classList.remove('active'));\n\n        \/\/ 2. Add the 'active' class to the clicked button and its corresponding content\n        btn.classList.add('active');\n        tabContents[index].classList.add('active');\n        \n      });\n    });\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"BroDev","offers":[{"title":"S","offer_id":46122552066105,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":46122552098873,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/4508\/7545\/files\/1070X1547_39.png?v=1782668704"},{"product_id":"never-stop-dreaming-plaid-boxy-crop-shirt","title":"Never Stop Dreaming Plaid Boxy Crop Shirt","description":"\u003cbody\u003e\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n  \u003ctitle\u003eProduct Tabs - Hustle Habit\u003c\/title\u003e\n  \u003cstyle\u003e\n    \/* Container Styling *\/\n    .product-tabs-container {\n      max-width: 600px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #222;\n      margin: 20px auto;\n    }\n\n    \/* Tab Header Styling *\/\n    .tab-headers {\n      display: flex;\n      justify-content: space-between;\n      border-bottom: 1px solid #e5e5e5;\n      margin-bottom: 20px;\n    }\n\n    .tab-btn {\n      flex: 1;\n      background: none;\n      border: none;\n      padding: 12px 0;\n      font-size: 15px;\n      color: #666;\n      cursor: pointer;\n      text-align: center;\n      transition: all 0.3s ease;\n    }\n\n    \/* Active Tab Styling *\/\n    .tab-btn.active {\n      color: #000;\n      font-weight: 500;\n      border-bottom: 2px solid #000;\n    }\n\n    \/* Tab Content Styling *\/\n    .tab-content {\n      display: none;\n      font-size: 14.5px;\n      line-height: 1.6;\n      letter-spacing: 0.3px;\n    }\n\n    .tab-content.active {\n      display: block;\n    }\n\n    .tab-content p {\n      margin-bottom: 16px;\n    }\n\n    .tab-content ul {\n      padding-left: 20px;\n      margin-top: 0;\n    }\n\n    .tab-content li {\n      margin-bottom: 8px;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"product-tabs-container\"\u003e\n    \u003cdiv class=\"tab-headers\"\u003e\n      \u003cbutton class=\"tab-btn active\"\u003eDescription\u003c\/button\u003e \n      \u003cbutton class=\"tab-btn\"\u003eDetails\u003c\/button\u003e \n      \u003cbutton class=\"tab-btn\"\u003eExchange Policy\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n      \u003cp\u003eThe hustle is already a habit. You just haven't stopped long enough to notice. Dark plaid, boxy crop fit, carrying a full back graphic that doesn't whisper. \"Hustle Habit\" in brushstroke lettering, \"No Exit Way\" stacked underneath, and \"Dreaming\" running bold across the bottom in red. The kind of print that says everything before you open your mouth.\u003c\/p\u003e\n      \u003cp\u003eNo front print. All the noise is behind you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"details\" class=\"tab-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e 100% cotton, medium-heavyweight weave\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Oversized boxy crop\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e Half sleeve\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrint:\u003c\/strong\u003e Full back screen print\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Ash Grey Checkered\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWash care:\u003c\/strong\u003e Machine wash cold, inside out, no bleach, hang dry to protect the print\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"exchange\" class=\"tab-content\"\u003e\n      \u003cp\u003eWe run small batches, so we keep this simple. Size exchanges are accepted within 3 days of delivery, provided the piece is unworn, unwashed, and in its original condition with tags intact. We don't offer cash refunds, exchanges are processed as a size swap or store credit. To start an exchange, message us on WhatsApp or Instagram with your order number and the issue, and we'll walk you through it. Items damaged from wear, wash, or alteration won't qualify.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    \/\/ Grab all tab buttons and content sections\n    const tabBtns = document.querySelectorAll('.tab-btn');\n    const tabContents = document.querySelectorAll('.tab-content');\n\n    \/\/ Loop through each button\n    tabBtns.forEach((btn, index) =\u003e {\n      btn.addEventListener('click', () =\u003e {\n        \n        \/\/ 1. Remove the 'active' class from all buttons and content\n        tabBtns.forEach(b =\u003e b.classList.remove('active'));\n        tabContents.forEach(c =\u003e c.classList.remove('active'));\n\n        \/\/ 2. Add the 'active' class to the clicked button and its corresponding content\n        btn.classList.add('active');\n        tabContents[index].classList.add('active');\n        \n      });\n    });\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"BroDev","offers":[{"title":"S","offer_id":46122551541817,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":46122551574585,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":46122551607353,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/4508\/7545\/files\/1070X1547_12_1.png?v=1782668705"},{"product_id":"real-eyes-realize-real-lies-plaid-boxy-crop-shirt","title":"Real Eyes Realize Real Lies Plaid Boxy Crop Shirt","description":"\u003cbody\u003e\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n  \u003ctitle\u003eProduct Tabs - Real Eyes Realize Real Lies\u003c\/title\u003e\n  \u003cstyle\u003e\n    \/* Container Styling *\/\n    .product-tabs-container {\n      max-width: 600px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #222;\n      margin: 20px auto;\n    }\n\n    \/* Tab Header Styling *\/\n    .tab-headers {\n      display: flex;\n      justify-content: space-between;\n      border-bottom: 1px solid #e5e5e5;\n      margin-bottom: 20px;\n    }\n\n    .tab-btn {\n      flex: 1;\n      background: none;\n      border: none;\n      padding: 12px 0;\n      font-size: 15px;\n      color: #666;\n      cursor: pointer;\n      text-align: center;\n      transition: all 0.3s ease;\n    }\n\n    \/* Active Tab Styling *\/\n    .tab-btn.active {\n      color: #000;\n      font-weight: 500;\n      border-bottom: 2px solid #000;\n    }\n\n    \/* Tab Content Styling *\/\n    .tab-content {\n      display: none;\n      font-size: 14.5px;\n      line-height: 1.6;\n      letter-spacing: 0.3px;\n    }\n\n    .tab-content.active {\n      display: block;\n    }\n\n    .tab-content p {\n      margin-bottom: 16px;\n    }\n\n    .tab-content ul {\n      padding-left: 20px;\n      margin-top: 0;\n    }\n\n    .tab-content li {\n      margin-bottom: 8px;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"product-tabs-container\"\u003e\n    \u003cdiv class=\"tab-headers\"\u003e\n      \u003cbutton class=\"tab-btn active\"\u003eDescription\u003c\/button\u003e \n      \u003cbutton class=\"tab-btn\"\u003eDetails\u003c\/button\u003e \n      \u003cbutton class=\"tab-btn\"\u003eExchange Policy\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n      \u003cp\u003eSome things you can't unsee once you see them. Black and white plaid, boxy crop fit, and a back print that hits like a line you've heard before but never really absorbed. \"Real Eyes Realize Real Lies\" stacked in heavy gothic lettering, red and yellow on white plaid, the kind of contrast that doesn't let you look away.\u003c\/p\u003e\n      \u003cp\u003eNo front print. The whole statement is behind you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"details\" class=\"tab-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e 100% cotton, medium-heavyweight weave\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Oversized boxy crop\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e Half sleeve\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Crew neck\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrint:\u003c\/strong\u003e Full back screen print\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Black and white plaid\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWash care:\u003c\/strong\u003e Machine wash cold, inside out, no bleach, hang dry to protect the print\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv id=\"exchange\" class=\"tab-content\"\u003e\n      \u003cp\u003eWe run small batches, so we keep this simple. Size exchanges are accepted within 3 days of delivery, provided the piece is unworn, unwashed, and in its original condition with tags intact. We don't offer cash refunds, exchanges are processed as a size swap or store credit. To start an exchange, message us on WhatsApp or Instagram with your order number and the issue, and we'll walk you through it. Items damaged from wear, wash, or alteration won't qualify.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    \/\/ Grab all tab buttons and content sections\n    const tabBtns = document.querySelectorAll('.tab-btn');\n    const tabContents = document.querySelectorAll('.tab-content');\n\n    \/\/ Loop through each button\n    tabBtns.forEach((btn, index) =\u003e {\n      btn.addEventListener('click', () =\u003e {\n        \n        \/\/ 1. Remove the 'active' class from all buttons and content\n        tabBtns.forEach(b =\u003e b.classList.remove('active'));\n        tabContents.forEach(c =\u003e c.classList.remove('active'));\n\n        \/\/ 2. Add the 'active' class to the clicked button and its corresponding content\n        btn.classList.add('active');\n        tabContents[index].classList.add('active');\n        \n      });\n    });\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"BroDev","offers":[{"title":"S","offer_id":46122551214137,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":46122551246905,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":46122551279673,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/4508\/7545\/files\/1070X1547_8_2.png?v=1782668705"}],"url":"https:\/\/terraxclothing.in\/collections\/shirts.oembed","provider":"Terrax Clothing","version":"1.0","type":"link"}