About us

Based in Kuwait, Sense creates form flattering silhouettes, with luxurious fabrics making you feel as good as you look. All our loungewear pieces have been carefully crafted using conscious materials, practices, and packaging.
function currencyFormSubmit(event) { event.target.form.submit(); } document.querySelectorAll('.shopify-currency-form select').forEach(function(element) { element.addEventListener('change', currencyFormSubmit); });