{"title":"NEUTRALS","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-silver-trace-lower-male","title":"Silver Trace Male","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 refined take on contemporary streetwear, The Silver Trace Pants fuse comfort, structure, and expression into one seamless form. Crafted from a premium stretch-cotton blend, they offer a smooth, weighty drape with effortless movement and everyday versatility. The signature silver outline graphic and embroidered script detail add contrast and identity — minimal yet instantly recognizable. Designed with a relaxed flare silhouette, these pants embody modern ease with elevated intent — crafted for those who move with purpose, live in detail, and wear confidence quietly.\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 Silver Trace Pants capture the spirit of movement — fluid, confident, and unapologetically distinct. Designed with a focus on form and flow, the silhouette speaks to modern streetwear with a refined edge. The silver graphic detailing isn’t just decoration; it’s rhythm — a visual pulse that mirrors individuality in motion. Every line, every curve, every stitch reflects intention. Built for those who value presence without noise, this piece stands at the intersection of expression and precision — effortless, grounded, 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% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \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":43679641370675,"sku":null,"price":3770.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43679641403443,"sku":null,"price":3770.0,"currency_code":"INR","in_stock":false},{"title":"M","offer_id":43679641436211,"sku":null,"price":3770.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43679641468979,"sku":null,"price":3770.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43679641501747,"sku":null,"price":3770.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":43679641534515,"sku":null,"price":3770.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/boys_lower_2.png?v=1761774978"},{"product_id":"the-silver-trace-lower-female","title":"Silver Trace Female","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\u003cp\u003e\n\nA refined take on contemporary streetwear, The Silver Trace Pants fuse comfort, structure, and expression into one seamless form. Crafted from a premium stretch-cotton blend, they offer a smooth, weighty drape with effortless movement and everyday versatility. The signature silver outline graphic and embroidered script detail add contrast and identity — minimal yet instantly recognizable. Designed with a relaxed flare silhouette, these pants embody modern ease with elevated intent — crafted for those who move with purpose, live in detail, and wear confidence quietly.\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 Silver Trace Pants capture the spirit of movement — fluid, confident, and unapologetically distinct. Designed with a focus on form and flow, the silhouette speaks to modern streetwear with a refined edge. The silver graphic detailing isn’t just decoration; it’s rhythm — a visual pulse that mirrors individuality in motion. Every line, every curve, every stitch reflects intention. Built for those who value presence without noise, this piece stands at the intersection of expression and precision — effortless, grounded, 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% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \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\n","brand":"Klaimn","offers":[{"title":"XS","offer_id":43679641567283,"sku":null,"price":3670.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43679641600051,"sku":null,"price":3670.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43679641632819,"sku":null,"price":3670.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43679641665587,"sku":null,"price":3670.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43679641698355,"sku":null,"price":3670.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/girls_lower.png?v=1761775015"},{"product_id":"the-drift-shorts-male","title":"Drift Shorts Male","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\nEffortless form meets functional edge in The Drift Shorts — a refined staple built for movement, balance, and modern streetwear expression. Crafted from a premium mid-weight cotton blend, these shorts deliver a soft yet structured drape that holds shape while keeping comfort first. The relaxed silhouette flows naturally, anchored by an adjustable drawstring waist and finished with the signature ‘K’ emblem for a touch of identity and intent. Designed for versatility — from street to studio — The Drift Shorts embody understated precision, timeless comfort, and a distinct Klaimn attitude.\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 Drift Shorts embody ease with intent — designed for those who move with rhythm, not rush. Every line and fold is shaped around flow, offering balance between structure and freedom. The minimal design carries quiet depth, defined by subtle detailing and effortless form. The ‘K’ emblem stands as a mark of identity — understated yet certain. Built to adapt, these shorts redefine casual wear with a premium edge — fluid, versatile, 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% Heavyweight Cotton\u003c\/p\u003e\n\n\u003cp\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \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":43679767691315,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43679767724083,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43679767756851,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43679767789619,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43679767822387,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":43679767855155,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/boysshorts_3.png?v=1760372086"},{"product_id":"the-drift-shorts-female","title":"Drift Shorts Female","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\n\n\nDesigned for movement, confidence, and ease — The Drift Shorts redefine everyday comfort through a modern, feminine lens. Crafted from a premium lightweight cotton blend, they deliver a smooth, fluid drape with effortless structure. The relaxed silhouette flows naturally with the body, while the elasticated waistband ensures a comfortable, adaptable fit. Finished with the **signature ‘K’ emblem, this piece blends athletic energy with refined minimalism — perfect for days that demand both freedom and presence. Versatile, confident, and unapologetically Klaimn.\n\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\u003e\n\nThe Drift Shorts are an expression of ease and strength — made for movement, designed for confidence. Minimal yet intentional, every detail reflects balance: fluid in shape, grounded in attitude. The relaxed form flows effortlessly, carrying the quiet assurance of someone comfortable in their own rhythm. The ‘K’ emblem stands as a subtle mark of identity — understated, modern, and self-assured. This piece celebrates motion, presence, and individuality — uncomplicated, powerful, and distinctly Klaimn.\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\u003e260 GSM\u003c\/p\u003e\n\n\u003cp\u003eOversized Fit \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":43679767953459,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43679767986227,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43679768018995,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43679768051763,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43679768084531,"sku":null,"price":3480.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/girlsshorts.png?v=1760372086"},{"product_id":"the-suede-club-jacket-olive","title":"Suede Club Jacket Olive","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\nA winter staple redefined with a refined edge. The Suede Club Jacket is crafted in a premium suede-finish fabric, pairing a soft hand feel with a structured, modern silhouette. Its clean, zipper-front design keeps the look minimal, while the elevated texture adds depth and quiet luxury.\n\nBuilt for effortless versatility, the jacket moves seamlessly between everyday wear and polished layering. Warm, lightweight, and intentionally understated, it embodies the balance between contemporary street style and premium craftsmanship — a piece designed to stand out by staying subtle.\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 Suede Club Jacket is a study in quiet confidence — minimal in form, elevated in presence. The suede-finish texture adds depth without excess, while the clean silhouette keeps the look controlled and intentional. Every detail is restrained, allowing the material and structure to speak for themselves. Designed for those who move with subtle authority, this jacket blends modern refinement with timeless character — an effortless expression of Klaimn’s understated luxury.\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% Soft Suede\u003c\/p\u003e\n\n\u003cp\u003e380 GSM\u003c\/p\u003e\n\n\u003cp\u003e3D Metal Logo\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":43822204256307,"sku":null,"price":6589.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43822204289075,"sku":null,"price":6589.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43822204321843,"sku":null,"price":6589.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43822204354611,"sku":null,"price":6589.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43822204387379,"sku":null,"price":6589.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/18_1ff9a238-cbac-4a9c-a8e4-d3c9ea790baa.png?v=1767343805"},{"product_id":"the-polo-club-hoodie","title":"The Polo Club Hoodie","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\nThe Polo Club Hoodie is built for winter days when warmth and presence need to work together. Crafted from a heavyweight, soft-touch fleece, it delivers structure without stiffness and comfort without compromise. The clean front keeps the silhouette minimal, while the detailed back embroidery creates a strong, heritage-driven identity for the Klaimn Golf Club collection.\n\nDesigned to move effortlessly between sport and lifestyle, the quarter-zip neckline adds versatility and polish. Functional, warm, and boldly refined, this piece stands as one of the signature statements of the collection — modern in form, classic in spirit.\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 Polo Club Hoodie represents controlled power — a piece that speaks through craft, culture, and intention. The embroidered rider and horse capture the elegance of sport and the discipline behind it, turning the back panel into a symbol of heritage and presence. Nothing here is loud for the sake of attention; the impact comes from precision, balance, and the attitude it carries.\n\nThe silhouette stays minimal, letting the artwork define the identity. It’s made for individuals who move with assurance rather than noise — those who understand that authority doesn’t need theatrics. Timeless, expressive, and unmistakably Klaimn, this piece embodies the spirit of a modern club classic.\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% Soft Fleece\u003c\/p\u003e\n\n\u003cp\u003e360 GSM\u003c\/p\u003e\n\n\u003cp\u003eEmbroridery 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":43822151270451,"sku":null,"price":6095.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":43822151303219,"sku":null,"price":6095.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":43822151335987,"sku":null,"price":6095.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":43822151368755,"sku":null,"price":6095.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":43822151401523,"sku":null,"price":6095.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/1_6930be78-e5f9-4af6-b98a-11808942cf77.png?v=1765886246"},{"product_id":"summer2026-copy-copy","title":"Driven by Heart Tee — Ash Grey","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 Grey—a clean, neutral essential built for everyday wear. The muted tone keeps it versatile, allowing the form and detailing to take focus.Made from 240–250 GSM heavyweight cotton, it offers a structured silhouette with long-lasting comfort. The ribbed neckline ensures durability, while the tonal high-definition print blends seamlessly into the fabric.\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 “Heart Over Everything” statement sits across the back in a tonal script—present, but not overpowering. It’s designed to be discovered, not announced.Compared to the burgundy, this version feels more restrained. It holds the same message, but delivers it with quiet confidence.\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":44174837055539,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44174837088307,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44174837121075,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44174837153843,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44174837186611,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44337438031923,"sku":null,"price":3689.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/GREY_1.jpg?v=1778878752"},{"product_id":"summer2026-copy-copy-copy","title":"Unbound Blade Tee — 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\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 White—a clean base that lets the artwork take full control. The contrast is sharp, making every detail of the design stand out with clarity and precision.Crafted from 240–250 GSM heavyweight cotton, it delivers a structured, premium drape. The urumi sword is executed in puff print, adding dimension and texture, while the rest of the artwork is finished in high-definition screen print for depth and detail. A ribbed crew neckline ensures durability and long-term shape retention.\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\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":44174837252147,"sku":null,"price":4089.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44174837284915,"sku":null,"price":4089.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44174837317683,"sku":null,"price":4089.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44174837350451,"sku":null,"price":4089.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44174837383219,"sku":null,"price":4089.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44337436360755,"sku":null,"price":4089.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/white.2jpg.jpg?v=1778880005"},{"product_id":"summer2026-copy-copy-copy-copy-copy","title":"Fractured Crown Tee","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 Black—a high-contrast essential built around impact. The deep base allows the artwork to stand out with intensity, making it the focal point without distraction.\nConstructed from 240–250 GSM heavyweight cotton, it delivers a structured, premium drape. The crown graphic is executed in a combination of high-definition print and puff detailing, creating both sharp visual depth and a raised tactile finish. Finished with a ribbed crew neckline for durability and long-term shape retention.\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 design captures a crown breaking apart into sharp, gold fragments—part structure, part chaos. The composition moves upward, giving a sense of motion rather than stillness.The mix of HD print and puff elements adds dimension, making the crown feel less like a graphic and more like a physical form. It’s bold, direct, and intentionally hard to ignore—unlike your tonal pieces, this one demands attention.\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":44174837579827,"sku":null,"price":4489.0,"currency_code":"INR","in_stock":true},{"title":"S","offer_id":44174837612595,"sku":null,"price":4489.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":44174837645363,"sku":null,"price":4489.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":44174837678131,"sku":null,"price":4489.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":44174837710899,"sku":null,"price":4489.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":44337434427443,"sku":null,"price":4489.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7299\/9219\/files\/BLACK1MODEL.jpg?v=1779401184"}],"url":"https:\/\/www.klaimn.com\/collections\/neutrals.oembed","provider":"Klaimn Your Clothing","version":"1.0","type":"link"}