{"product_id":"tiger-shirt","title":"BG Tiger shirt","description":"\u003cdiv class=\"premium-product-dropdown\"\u003e\n  \u003cdiv class=\"dropdown-header\"\u003e🔥 Tiger Tee Overview \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"dropdown-content\"\u003e\n    \u003cp\u003e\u003cstrong\u003eStrength, Power, and Art in Every Stitch.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eUnleash your inner tiger with the \u003cstrong\u003eTiger Tee\u003c\/strong\u003e, featuring a hand-drawn tiger icon by \u003cstrong\u003eJoshua Minnich\u003c\/strong\u003e. Inspired by the \u003cstrong\u003eYear of the Tiger\u003c\/strong\u003e, this tee symbolizes \u003cstrong\u003estrength, protection, and bold style\u003c\/strong\u003e. Josh’s custom lettering and hand-drawn artistry bring a dynamic, energetic vibe that commands attention.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dropdown-header\"\u003e🧵 Fabric \u0026amp; Comfort \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"dropdown-content\"\u003e\n    \u003cp\u003eMade with \u003cstrong\u003eNext Level Suede Apparel\u003c\/strong\u003e, this tee is soft, durable, and perfect for everyday wear. Whether hitting the gym or hanging out, experience \u003cstrong\u003epremium comfort with a luxury feel\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dropdown-header\"\u003e💖 Why You'll Love It \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"dropdown-content\"\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHand-Drawn Tiger Icon\u003c\/strong\u003e — authentic, custom artwork\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSueded Jersey Fabric\u003c\/strong\u003e — 60% combed ringspun cotton \/ 40% polyester\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUltra Soft\u003c\/strong\u003e — 4.3 oz fabric, laundered to reduce shrinkage\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePerfect Fit\u003c\/strong\u003e — sideseamed with sueded baby rib-knit collar\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilt to Last\u003c\/strong\u003e — satin label and deco-ready for long-term wear\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dropdown-header\"\u003e👚 Ladies' Tank Tops \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"dropdown-content\"\u003e\n    \u003cp\u003eSame bold tiger-inspired design, now in a \u003cstrong\u003eflattering ladies’ fit\u003c\/strong\u003e. Premium comfort, effortless style — perfect for layering or standalone wear.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dropdown-header\"\u003e🐅 Meaning \u0026amp; Spirit \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"dropdown-content\"\u003e\n    \u003cp\u003eThis isn't just a shirt—it's a piece of art representing \u003cstrong\u003estrength, courage, and individuality\u003c\/strong\u003e. Wear it to show your style, confidence, and unstoppable energy. Every stitch embodies the spirit of the tiger, making this tee as meaningful as it is bold.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.premium-product-dropdown {\n  font-family: Lato, sans-serif;\n  max-width: 720px;\n  margin: 30px auto;\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 10px 20px rgba(0,0,0,0.08);\n  border: 1px solid #e2e2e2;\n  background: #fff;\n}\n\n.dropdown-header {\n  cursor: pointer;\n  padding: 18px 24px;\n  font-weight: 700;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  border-bottom: 1px solid #eee;\n  font-size: 16px;\n  transition: background 0.2s ease;\n}\n\n.dropdown-header:hover {\n  background: #f9f9f9;\n}\n\n.dropdown-content {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 24px;\n  background: #fafafa;\n  transition: max-height 0.4s ease, padding 0.4s ease;\n  font-size: 15px;\n  line-height: 1.65;\n  color: #333;\n}\n\n.dropdown-content p, .dropdown-content ul {\n  margin: 12px 0;\n}\n\n.dropdown-content ul {\n  padding-left: 20px;\n}\n\n.arrow {\n  font-weight: bold;\n  font-size: 18px;\n  transition: transform 0.3s ease, color 0.3s ease;\n}\n\n.dropdown-header.active .arrow {\n  transform: rotate(45deg);\n  color: #ff6b1a;\n}\n\nul li {\n  margin: 8px 0;\n}\n\n.dropdown-header:hover {\n  color: #ff6b1a;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.dropdown-header').forEach(header =\u003e {\n  header.addEventListener('click', () =\u003e {\n    header.classList.toggle('active');\n    const content = header.nextElementSibling;\n    if(content.style.maxHeight){\n      content.style.maxHeight = null;\n      content.style.paddingTop = \"0\";\n      content.style.paddingBottom = \"0\";\n    } else {\n      \/\/ Set maxHeight dynamically based on content height\n      content.style.maxHeight = content.scrollHeight + 24 + \"px\"; \/\/ extra padding to ensure full text shows\n      content.style.paddingTop = \"12px\";\n      content.style.paddingBottom = \"12px\";\n    }\n  });\n});\n\u003c\/script\u003e\n","brand":"Brooklyn Grooming","offers":[{"title":"Mens small ( Womens Large )","offer_id":41821819633842,"sku":"","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Mens Medium","offer_id":41821819666610,"sku":"","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Mens Large","offer_id":41821819699378,"sku":"","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Mens XL","offer_id":41821819732146,"sku":"","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Mens XXL","offer_id":41821819764914,"sku":"","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Ladies Small Tank","offer_id":41821819797682,"sku":"","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Ladies Medium Tank","offer_id":41821819830450,"sku":"","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Ladies Large tank","offer_id":41821819863218,"sku":"","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Unisex XS","offer_id":46564105027762,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0156\/9548\/files\/Brooklyn-Grooming-06-08-22-37.jpg?v=1759520579","url":"https:\/\/www.brooklyngrooming.mom\/products\/tiger-shirt","provider":"Brooklyn Grooming ","version":"1.0","type":"link"}