{"title":"HOMEPAGE","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"}],"url":"https:\/\/www.klaimn.com\/collections\/frontpage.oembed","provider":"Klaimn Your Clothing","version":"1.0","type":"link"}