Kurta Set

Collection notes

Handcrafted Designer Kurta Sets for Women

Ode To Odd's kurta sets for women bring together contemporary Indian silhouettes, handcrafted details and considered design. Read More

> document.addEventListener("DOMContentLoaded", function () { const readMore = document.getElementById("readMoreBtn"); const readLess = document.getElementById("readLessBtn"); const inlineContent = document.getElementById("inlineContent"); const moreContent = document.getElementById("moreContent"); readMore.addEventListener("click", function (e) { e.preventDefault(); inlineContent.style.display = "inline"; // SAME LINE CONTINUE moreContent.style.display = "block"; // full content show readMore.style.display = "none"; // hide Read More }); readLess.addEventListener("click", function (e) { e.preventDefault(); inlineContent.style.display = "none"; // remove inline text moreContent.style.display = "none"; // hide full content readMore.style.display = "inline"; // show Read More again }); });