{"title":"RED","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-emblem-wine","title":"The Emblem Wine","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\n\u003cp\u003e\n\nA modern essential redefined with refined street-edge. The Emblem: Wine in deep burgundy is crafted from a 280 GSM poly-cotton blend, offering the perfect harmony of weight, softness, and structure. The clean open-collar neckline enhances its tailored yet relaxed silhouette, while the signature silver-studded ‘K’ emblem adds a striking accent of light and dimension. Designed for those who move between sophistication and street, this piece blends premium craftsmanship with bold subtlety — confident, elevated, and distinctly Klaimn.\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 Emblem Wine:embodies the essence of quiet sophistication — a statement made through subtle shine and deliberate design. The piece speaks in balance and detail, not volume, carrying a presence that feels effortless yet commanding. The silver-studded emblem transforms into more than just an accent — it becomes a symbol of individuality, intention, and quiet strength. Created for those who express confidence without noise, this piece stands at the crossroads of refinement and rebellion — timeless, poised, and unmistakably Klaimn..\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% PolyCotton\u003c\/p\u003e\n\n\u003cp\u003e280 GSM\u003c\/p\u003e\n\n\u003cp\u003eOpen Collar Neckline\u003c\/p\u003e\n\n\u003cp\u003eCrystal Accents\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":43679637372979,"sku":null,"price":4357.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43679637405747,"sku":null,"price":4357.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43679637438515,"sku":null,"price":4357.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43679637471283,"sku":null,"price":4357.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43679637504051,"sku":null,"price":4357.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/burgendy_silver_studs.png?v=1760506283"},{"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":"summer2026-copy","title":"Driven by Heart Tee — Burgundy","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\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\n\n\u003cp\u003e\n\n\nMeet the Museum Edit Tee in Burgundy—a deeper, more expressive take on a minimal essential. The rich tone adds intensity without overpowering,making it a strong yet controlled statement piece.Constructed from 240–250 GSM heavyweight cotton, it delivers a structured drape that holds form. Finished with a ribbed crew neckline and a tonal high-definition print, the detailing stays refined while maintaining presence.\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\u003eHeart Over Everything” is rendered in a flowing tonal script across the back—bold in scale, but subtle in execution. It doesn’t rely on contrast to stand out; it relies on attention.This piece balances emotion and restraint. The oversized lettering carries weight, while the tonal finish keeps it grounded within the Museum Edit aesthetic.\n  \n\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\u003eScreen 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":44174836891699,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44174836924467,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44174836957235,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44174836990003,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44174837022771,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44337441144883,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/wine2.jpg?v=1778879473"},{"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\/red.oembed","provider":"Klaimn Your Clothing","version":"1.0","type":"link"}