{"title":"Basics","description":"","products":[{"product_id":"the-rouge","title":"The Rouge","description":"\n\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"accordion\"\u003e\n\n\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\n\n\u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\n\n\u003cp\u003eStrength in softness. Art in motion.\u003c\/p\u003e\n\n\n\n\u003cp\u003e\n\n\n\nTHE ROUGE Some flowers need sunlight. Others own the night. A statement in quiet strength. The Own The Night Tee embodies confidence through restraint — designed for those who move with intent, not noise. The front stays stripped back with a tonal KLAIMN logo in raised puff print — subtle, textured, and deliberate. The back unfolds in contrast — deep crimson and shadow violet hibiscus blooms, layered in intricate screen and puff textures. Each petal captures resilience, beauty, and transformation — a reflection of growth beyond the light. Crafted from premium heavyweight cotton, the tee drapes naturally while holding structure — blending luxury craftsmanship with street-born edge. For those who don’t just exist in the dark — they define it.\n\n\n\n\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\n\n\u003cdiv class=\"accordion-header\"\u003eAbout the Piece\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\n\n\u003cp\u003eA study in contrast and form. Bold crimson and deep violet florals bloom across a jet-black canvas — balancing power with restraint. Each petal glows through high-definition pigment printing, revealing subtle gradients, layered shadows, and intricate tonal depth.Speckled accents move around the blooms like sparks in motion — capturing a moment between stillness and energy. The finish merges seamlessly with the fabric, creating a smooth surface that feels as refined as it looks.\u003c\/p\u003e\n\n\u003cbr\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\n\n\u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\n\n\u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n\n\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\n\n\u003cp\u003eOversized Fit \u003c\/p\u003e\n\n\n\n\u003cp\u003eRibbed Neckline\u003c\/p\u003e\n\n\n\n\u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n\n\n\n\u003cp\u003eReverse Wash Only\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\n\n\u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\n\n\u003cp\u003eShips within 24 hours\u003c\/p\u003e\n\n\n\n\u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n\n\n\n\u003cp\u003eNext-day dispatch\u003c\/p\u003e\n\n\n\n\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\n\n\n\n \u003cscript\u003e\n\n\n\n document.addEventListener('DOMContentLoaded', function() {\n\n\n\n const headers = document.querySelectorAll(\".accordion-header\");\n\n\n\n\n\n\n\n headers.forEach(header =\u003e {\n\n\n\n  header.addEventListener(\"click\", function() {\n\n\n\n  const content = this.nextElementSibling;\n\n\n\n\n\n\n\n  if (this.classList.contains(\"active\")) {\n\n\n\n   \/\/ Close current\n\n\n\n   this.classList.remove(\"active\");\n\n\n\n   content.style.maxHeight = null;\n\n\n\n   setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n\n\n\n  } else {\n\n\n\n   \/\/ Close others\n\n\n\n   headers.forEach(other =\u003e {\n\n\n\n   if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n\n\n\n    other.classList.remove(\"active\");\n\n\n\n    const otherContent = other.nextElementSibling;\n\n\n\n    otherContent.style.maxHeight = null;\n\n\n\n    otherContent.classList.remove(\"open\");\n\n\n\n   }\n\n\n\n   });\n\n\n\n\n\n\n\n   \/\/ Open this one\n\n\n\n   this.classList.add(\"active\");\n\n\n\n   content.classList.add(\"open\");\n\n\n\n   content.style.maxHeight = content.scrollHeight + \"px\";\n\n\n\n  }\n\n\n\n  });\n\n\n\n });\n\n\n\n });\n\n\n\n\u003c\/script\u003e\n","brand":"Klaimn","offers":[{"title":"XS","offer_id":43677374971955,"sku":null,"price":3575.0,"currency_code":"INR","in_stock":false},{"title":"S","offer_id":43270324912179,"sku":"KLA-01","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43270324944947,"sku":"KLA-02","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43270324977715,"sku":"KLA-03","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43270325010483,"sku":"KLA-04","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":43470836629555,"sku":null,"price":3575.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/1_5f08788f-2517-4ae8-b290-a6f8923a2b49.png?v=1760447799"},{"product_id":"the-reality-white","title":"The Reality White","description":"\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003eWhen the world makes no sense — wear it anyway.\u003c\/p\u003e\n      \u003cp\u003eThe CONFUSION? Oversized Tee is bold, unfiltered, and unapologetically loud — a visual statement born from the raw pulse of street culture. Inspired by underground zines, punk art, and rebellion in form, it questions everything and answers with defiance. The back features oversized puff-print typography, the word CONFUSION? stacked in striking layers of raised ink — tactile, loud, deliberate. Each question mark doubles as a symbol of chaos and challenge. On the front, the tone shifts: minimal, grounded, and marked only by KLAIMN’s bold signature logo. The contrast between front and back captures a dialogue — clarity versus chaos, restraint versus expression. Crafted from premium heavyweight cotton, the oversized silhouette drapes with structure and intent. The puff-print finish adds a dimensional edge, making the piece as much art as apparel. A manifesto in motion — designed for those who thrive in contradiction, who wear confusion not as doubt, but as identity.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eAbout the Piece\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003eA statement piece born from controlled chaos. The CONFUSION? Oversized Tee transforms typography into art — a collision of order and disorder, clarity and noise. The bold puff-print lettering explodes across the back in layered dimensions, each question mark stacked with purpose, each line crafted to disrupt. The high-density ink rises from the surface with a tactile edge, turning words into structure — a sculptural form of expression. In contrast, the front remains stripped to KLAIMN’s signature logo, anchoring the design in minimalism. Together, they form a study in balance: disruption contained within design.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n      \u003cp\u003e260 GSM\u003c\/p\u003e\n      \u003cp\u003eOversized Fit\u003c\/p\u003e\n      \u003cp\u003eRibbed Neckline\u003c\/p\u003e\n      \u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n      \u003cp\u003eReverse Wash Only\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003eShips within 24 hours\u003c\/p\u003e\n      \u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n      \u003cp\u003eNext-day dispatch\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n  headers.forEach(header =\u003e {\n    header.addEventListener(\"click\", function() {\n      const content = this.nextElementSibling;\n\n      if (this.classList.contains(\"active\")) {\n        this.classList.remove(\"active\");\n        content.style.maxHeight = null;\n        setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n      } else {\n        headers.forEach(other =\u003e {\n          if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n            other.classList.remove(\"active\");\n            const otherContent = other.nextElementSibling;\n            otherContent.style.maxHeight = null;\n            otherContent.classList.remove(\"open\");\n          }\n        });\n        this.classList.add(\"active\");\n        content.classList.add(\"open\");\n        content.style.maxHeight = content.scrollHeight + \"px\";\n      }\n    });\n  });\n});\n\u003c\/script\u003e\n","brand":"Klaimn","offers":[{"title":"XS","offer_id":43677374906419,"sku":null,"price":2675.0,"currency_code":"INR","in_stock":false},{"title":"S","offer_id":43270330515507,"sku":"KLA-002","price":2675.0,"currency_code":"INR","in_stock":false},{"title":"M","offer_id":43270330548275,"sku":"KLA-003","price":2675.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43270330581043,"sku":"KLA-004","price":2675.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43270330613811,"sku":"KLA-005","price":2675.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":43470836531251,"sku":null,"price":2675.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/13_d96fe0cd-d9e2-4cec-bb8e-c6a912d076c4.png?v=1760443829"},{"product_id":"the-reality-brown","title":"The Reality Brown","description":"\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003eWhen the world makes no sense — wear it anyway.\u003c\/p\u003e\n      \u003cp\u003eThe CONFUSION? Oversized Tee is bold, unfiltered, and unapologetically loud — a visual statement born from the raw pulse of street culture. Inspired by underground zines, punk art, and rebellion in form, it questions everything and answers with defiance. The back features oversized puff-print typography, the word CONFUSION? stacked in striking layers of raised ink — tactile, loud, deliberate. Each question mark doubles as a symbol of chaos and challenge. On the front, the tone shifts: minimal, grounded, and marked only by KLAIMN’s bold signature logo. The contrast between front and back captures a dialogue — clarity versus chaos, restraint versus expression. Crafted from premium heavyweight cotton, the oversized silhouette drapes with structure and intent. The puff-print finish adds a dimensional edge, making the piece as much art as apparel. A manifesto in motion — designed for those who thrive in contradiction, who wear confusion not as doubt, but as identity.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eAbout the Piece\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003eA statement piece born from controlled chaos. The CONFUSION? Oversized Tee transforms typography into art — a collision of order and disorder, clarity and noise. The bold puff-print lettering explodes across the back in layered dimensions, each question mark stacked with purpose, each line crafted to disrupt. The high-density ink rises from the surface with a tactile edge, turning words into structure — a sculptural form of expression. In contrast, the front remains stripped to KLAIMN’s signature logo, anchoring the design in minimalism. Together, they form a study in balance: disruption contained within design.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n      \u003cp\u003e260 GSM\u003c\/p\u003e\n      \u003cp\u003eOversized Fit\u003c\/p\u003e\n      \u003cp\u003eRibbed Neckline\u003c\/p\u003e\n      \u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n      \u003cp\u003eReverse Wash Only\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003eShips within 24 hours\u003c\/p\u003e\n      \u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n      \u003cp\u003eNext-day dispatch\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n  headers.forEach(header =\u003e {\n    header.addEventListener(\"click\", function() {\n      const content = this.nextElementSibling;\n\n      if (this.classList.contains(\"active\")) {\n        \/\/ Close current\n        this.classList.remove(\"active\");\n        content.style.maxHeight = null;\n        setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n      } else {\n        \/\/ Close others\n        headers.forEach(other =\u003e {\n          if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n            other.classList.remove(\"active\");\n            const otherContent = other.nextElementSibling;\n            otherContent.style.maxHeight = null;\n            otherContent.classList.remove(\"open\");\n          }\n        });\n\n        \/\/ Open this one\n        this.classList.add(\"active\");\n        content.classList.add(\"open\");\n        content.style.maxHeight = content.scrollHeight + \"px\";\n      }\n    });\n  });\n});\n\u003c\/script\u003e\n","brand":"Klaimn","offers":[{"title":"XS","offer_id":43677374873651,"sku":null,"price":2675.0,"currency_code":"INR","in_stock":false},{"title":"S","offer_id":43270329958451,"sku":"","price":2675.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43270329991219,"sku":"","price":2675.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43270330023987,"sku":"","price":2675.0,"currency_code":"INR","in_stock":false},{"title":"XL","offer_id":43270330056755,"sku":"","price":2675.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":43470835679283,"sku":null,"price":2675.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/12_78c6b3d2-64e4-46be-8760-c57db49bcc3d.png?v=1760447824"},{"product_id":"lombre","title":"L'ombre","description":"\n\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eStrength in softness. Art in motion.\u003c\/p\u003e\n\n\u003cp\u003e\n\nFor those who wear stories, not just clothes.A deep navy canvas becomes the backdrop for a quiet bloom. The Navy Bloom Oversized Tee features a hand-illustrated floral design across the back, painted in gradients of blue, lilac, and blush shades that capture calm strength and understated elegance. Inspired by nature’s resilience, it’s a tribute to beauty that endures, to power found in delicacy. Every line and petal is drawn with intention, creating movement and emotion that feels alive. The front remains stripped back a matte-black embossed KLAIMN logo, bold in its subtlety — a study in precision and restraint, where minimalism becomes identity. Crafted from premium heavyweight cotton, the oversized silhouette drapes effortlessly while holding its form, combining comfort, structure, and presence. Refined yet daring. Minimal yet unforgettable. A wearable canvas that merges art and apparel — made for those who don’t follow, but define.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eAbout the Piece\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eThe Navy Bloom artwork turns fabric into a living canvas. Floral forms unfold in layered tones of navy, lilac, and soft blush — hues that flow into one another through precision pigment printing. Overlaid with raised black puff detailing, the composition gains sculptural depth, where smooth gradients meet bold texture. The result is a quiet contrast — a design that feels alive in both sight and touch, merging softness with strength.\u003c\/p\u003e\n\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \u003c\/p\u003e\n\n\u003cp\u003eRibbed Neckline\u003c\/p\u003e\n\n\u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n\n\u003cp\u003eReverse Wash Only\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eShips within 24 hours\u003c\/p\u003e\n\n\u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n\n\u003cp\u003eNext-day dispatch\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n \u003cscript\u003e\n\n document.addEventListener('DOMContentLoaded', function() {\n\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n\n\n  headers.forEach(header =\u003e {\n\n   header.addEventListener(\"click\", function() {\n\n    const content = this.nextElementSibling;\n\n\n\n    if (this.classList.contains(\"active\")) {\n\n     \/\/ Close current\n\n     this.classList.remove(\"active\");\n\n     content.style.maxHeight = null;\n\n     setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n\n    } else {\n\n     \/\/ Close others\n\n     headers.forEach(other =\u003e {\n\n      if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n\n       other.classList.remove(\"active\");\n\n       const otherContent = other.nextElementSibling;\n\n       otherContent.style.maxHeight = null;\n\n       otherContent.classList.remove(\"open\");\n\n      }\n\n     });\n\n\n\n     \/\/ Open this one\n\n     this.classList.add(\"active\");\n\n     content.classList.add(\"open\");\n\n     content.style.maxHeight = content.scrollHeight + \"px\";\n\n    }\n\n   });\n\n  });\n\n });\n\n\u003c\/script\u003e","brand":"Klaimn","offers":[{"title":"XS","offer_id":43677374611507,"sku":null,"price":3575.0,"currency_code":"INR","in_stock":false},{"title":"S","offer_id":43270330908723,"sku":"KLA-004","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43270330941491,"sku":"KLA-005","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43270330974259,"sku":"KLA-006","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43270331007027,"sku":"KLA-007","price":3575.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":43470834663475,"sku":null,"price":3575.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/5_6e7099ee-3a17-4cbe-9961-3b35c906294f.png?v=1760443780"},{"product_id":"summer2026","title":"Recovery Tee — Burnt Red","description":"\n\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eStrength in softness. Art in motion.\u003c\/p\u003e\n\n\u003cp\u003e\n\nMeet your understated essential: the Museum Edit Tee. Designed in a rich green tone, this oversized t-shirt keeps things minimal, sharp, and effortlessly wearable. The color carries quiet depth, making it easy to style while still standing out in a subtle, controlled way.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eAbout the Piece\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eCrafted from 240–250 GSM heavyweight cotton, this tee offers a structured drape that holds its shape over time. The ribbed crew neckline adds durability, while the tonal high-definition print sits seamlessly on the fabric—visible enough to be noticed, but never loud enough to dominate.\u003c\/p\u003e\n\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e240 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \u003c\/p\u003e\n\n\u003cp\u003eRibbed Neckline\u003c\/p\u003e\n\n\u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n\n\u003cp\u003eReverse Wash Only\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eShips within 24 hours\u003c\/p\u003e\n\n\u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n\n\u003cp\u003eNext-day dispatch\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n \u003cscript\u003e\n\n document.addEventListener('DOMContentLoaded', function() {\n\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n\n\n  headers.forEach(header =\u003e {\n\n   header.addEventListener(\"click\", function() {\n\n    const content = this.nextElementSibling;\n\n\n\n    if (this.classList.contains(\"active\")) {\n\n     \/\/ Close current\n\n     this.classList.remove(\"active\");\n\n     content.style.maxHeight = null;\n\n     setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n\n    } else {\n\n     \/\/ Close others\n\n     headers.forEach(other =\u003e {\n\n      if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n\n       other.classList.remove(\"active\");\n\n       const otherContent = other.nextElementSibling;\n\n       otherContent.style.maxHeight = null;\n\n       otherContent.classList.remove(\"open\");\n\n      }\n\n     });\n\n\n\n     \/\/ Open this one\n\n     this.classList.add(\"active\");\n\n     content.classList.add(\"open\");\n\n     content.style.maxHeight = content.scrollHeight + \"px\";\n\n    }\n\n   });\n\n  });\n\n });\n\n\u003c\/script\u003e","brand":"Klaimn Your Clothing","offers":[{"title":"XS","offer_id":44174836727859,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44174836760627,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44174836793395,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44174836826163,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44174836858931,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44174837907507,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/red1.jpg?v=1778879759"},{"product_id":"quiet-recovery-tee-burnt-red","title":"Recovery Tee — Deep Green","description":"\n\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e\n\nMeet your understated essential: the Museum Edit Tee in Deep Green. The color brings a deeper, more intense presence while still staying refined and wearable. It’s bold without being loud—built to stand out in a controlled, minimal way.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e240 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \u003c\/p\u003e\n\n\u003cp\u003eRibbed Neckline\u003c\/p\u003e\n\n\u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n\n\u003cp\u003eReverse Wash Only\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eShips within 24 hours\u003c\/p\u003e\n\n\u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n\n\u003cp\u003eNext-day dispatch\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\n \u003cscript\u003e\n\n document.addEventListener('DOMContentLoaded', function() {\n\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n\n\n  headers.forEach(header =\u003e {\n\n   header.addEventListener(\"click\", function() {\n\n    const content = this.nextElementSibling;\n\n\n\n    if (this.classList.contains(\"active\")) {\n\n     \/\/ Close current\n\n     this.classList.remove(\"active\");\n\n     content.style.maxHeight = null;\n\n     setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n\n    } else {\n\n     \/\/ Close others\n\n     headers.forEach(other =\u003e {\n\n      if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n\n       other.classList.remove(\"active\");\n\n       const otherContent = other.nextElementSibling;\n\n       otherContent.style.maxHeight = null;\n\n       otherContent.classList.remove(\"open\");\n\n      }\n\n     });\n\n\n\n     \/\/ Open this one\n\n     this.classList.add(\"active\");\n\n     content.classList.add(\"open\");\n\n     content.style.maxHeight = content.scrollHeight + \"px\";\n\n    }\n\n   });\n\n  });\n\n });\n\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Klaimn Your Clothing","offers":[{"title":"XS","offer_id":44174919139379,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44174919172147,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44174919204915,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44174919237683,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44174919270451,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44174919303219,"sku":null,"price":3389.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/greenfrontside.jpg?v=1779216379"},{"product_id":"recovery-tee-deep-green-copy","title":"AFTERWISH — Cobalt Blue","description":"\n\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e\n\nThe 11:11 Make A Wish Tee is crafted from premium heavyweight cotton, offering a structured yet soft feel for elevated everyday wear. The clean front keeps the design minimal, while the “11:11 Make A Wish” artwork on the back adds a bold and expressive identity to the piece. Finished in a vibrant Ember Orange tone, the tee balances statement aesthetics with refined simplicity. Designed to move effortlessly between streetwear and luxury essentials, it reflects the core spirit of Klaimn — modern, minimal, and intentionally bold.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \u003c\/p\u003e\n\n\u003cp\u003eRibbed Neckline\u003c\/p\u003e\n\n\u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n\n\u003cp\u003eReverse Wash Only\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eShips within 24 hours\u003c\/p\u003e\n\n\u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n\n\u003cp\u003eNext-day dispatch\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\n \u003cscript\u003e\n\n document.addEventListener('DOMContentLoaded', function() {\n\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n\n\n  headers.forEach(header =\u003e {\n\n   header.addEventListener(\"click\", function() {\n\n    const content = this.nextElementSibling;\n\n\n\n    if (this.classList.contains(\"active\")) {\n\n     \/\/ Close current\n\n     this.classList.remove(\"active\");\n\n     content.style.maxHeight = null;\n\n     setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n\n    } else {\n\n     \/\/ Close others\n\n     headers.forEach(other =\u003e {\n\n      if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n\n       other.classList.remove(\"active\");\n\n       const otherContent = other.nextElementSibling;\n\n       otherContent.style.maxHeight = null;\n\n       otherContent.classList.remove(\"open\");\n\n      }\n\n     });\n\n\n\n     \/\/ Open this one\n\n     this.classList.add(\"active\");\n\n     content.classList.add(\"open\");\n\n     content.style.maxHeight = content.scrollHeight + \"px\";\n\n    }\n\n   });\n\n  });\n\n });\n\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Klaimn Your Clothing","offers":[{"title":"XS","offer_id":44320413876275,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44320413909043,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44320413941811,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44320413974579,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44320414007347,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44320414040115,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/Bluedesign_2.jpg?v=1778957286"},{"product_id":"afterwish-solar-orange","title":"AFTERWISH — Solar Orange","description":"\n\u003cstyle\u003e\n.accordion {\n  width: 100%;\n  max-width: 700px;\n  margin: 20px auto;\n  font-family: \"Helvetica Neue\", sans-serif;\n  background-color: #F9F9F9; \/* Added background color *\/\n  border-radius: 10px;\n  padding: 10px 0;\n}\n\n\/* Each accordion item *\/\n.accordion-item + .accordion-item {\n  border-top: 1px solid #e0e0e0;\n}\n\n\/* Header styling *\/\n.accordion-header {\n  background: #F9F9F9; \/* Matches accordion bg *\/\n  cursor: pointer;\n  padding: 16px 20px;\n  font-weight: 500;\n  font-size: 15px;\n  color: #111;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  transition: background 0.3s ease;\n}\n\n.accordion-header:hover {\n  background: #f0f0f0;\n}\n\n\/* ▼ Down Arrow (default) *\/\n.accordion-header::after {\n  content: \"▾\";\n  font-size: 16px;\n  color: #111;\n  transition: transform 0.3s ease;\n}\n\n\/* ▲ Rotates when active *\/\n.accordion-header.active::after {\n  transform: rotate(-180deg);\n}\n\n\/* Accordion content *\/\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  font-size: 14px;\n  color: #444;\n  padding: 0 20px;\n  background-color: #F9F9F9; \/* Match the whole theme *\/\n}\n\n.accordion-content.open {\n  padding: 16px 20px;\n}\n\n.accordion-content p {\n  margin: 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eProduct Overview\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e\n\nThe 11:11 Make A Wish Tee is crafted from premium heavyweight cotton, offering a structured yet soft feel for elevated everyday wear. The clean front keeps the design minimal, while the “11:11 Make A Wish” artwork on the back adds a bold and expressive identity to the piece. Finished in a vibrant Ember Orange tone, the tee balances statement aesthetics with refined simplicity. Designed to move effortlessly between streetwear and luxury essentials, it reflects the core spirit of Klaimn — modern, minimal, and intentionally bold.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eFit \u0026amp; Details\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e100% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \u003c\/p\u003e\n\n\u003cp\u003eRibbed Neckline\u003c\/p\u003e\n\n\u003cp\u003eHigh-Density Screen Print\u003c\/p\u003e\n\n\u003cp\u003eReverse Wash Only\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-item\"\u003e\n\n\u003cdiv class=\"accordion-header\"\u003eShipping\u003c\/div\u003e\n\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eShips within 24 hours\u003c\/p\u003e\n\n\u003cp\u003eFree Pan-India delivery\u003c\/p\u003e\n\n\u003cp\u003eNext-day dispatch\u003c\/p\u003e\n\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\n \u003cscript\u003e\n\n document.addEventListener('DOMContentLoaded', function() {\n\n  const headers = document.querySelectorAll(\".accordion-header\");\n\n\n\n  headers.forEach(header =\u003e {\n\n   header.addEventListener(\"click\", function() {\n\n    const content = this.nextElementSibling;\n\n\n\n    if (this.classList.contains(\"active\")) {\n\n     \/\/ Close current\n\n     this.classList.remove(\"active\");\n\n     content.style.maxHeight = null;\n\n     setTimeout(() =\u003e content.classList.remove(\"open\"), 350);\n\n    } else {\n\n     \/\/ Close others\n\n     headers.forEach(other =\u003e {\n\n      if (other !== this \u0026\u0026 other.classList.contains(\"active\")) {\n\n       other.classList.remove(\"active\");\n\n       const otherContent = other.nextElementSibling;\n\n       otherContent.style.maxHeight = null;\n\n       otherContent.classList.remove(\"open\");\n\n      }\n\n     });\n\n\n\n     \/\/ Open this one\n\n     this.classList.add(\"active\");\n\n     content.classList.add(\"open\");\n\n     content.style.maxHeight = content.scrollHeight + \"px\";\n\n    }\n\n   });\n\n  });\n\n });\n\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Klaimn Your Clothing","offers":[{"title":"XS","offer_id":44320414597171,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44320414629939,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44320414662707,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44320414695475,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44320414728243,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44320414761011,"sku":null,"price":3289.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/ChatGPTImageMay17_2026_12_09_07AM.png?v=1778957323"}],"url":"https:\/\/www.klaimn.com\/collections\/basics.oembed","provider":"Klaimn Your Clothing","version":"1.0","type":"link"}