XLIM
A rising star of Korean fashion, Do Hee Kim’s XLIM catches the eye of the full industry with a strong attention to form and function coupled with an urbanized fabrication.
Trousers, shirting shorts, and outerwear, arrive in neutral tones to let the subtle asymmetries and multi-textured fabrics of the garments shine. The garments are informed by architecture, function, and utilitarian garments past; collections taking on an episodic nature for smart iterative upgrades each season.
 {
    let form = $refs.filter_form
    const queryString = new URLSearchParams(new FormData(form)).toString()
    fetch('/collections/xlim?' + queryString + '&sort_by=created-descending')
    .then(response => response.text())
    .then(data => {
      let html_div = document.createElement('div');
      html_div.innerHTML = data;
      let html_dom = html_div.querySelector('#product-grid-container').innerHTML;
      document.querySelector('#product-grid-container').innerHTML = html_dom;
      // update url without reloading page
      history.replaceState(null, null, '/collections/xlim?' + queryString + '&sort_by=created-descending');
    })
    .catch(error => console.error('Error:', error));
  });">
  
    
      
  
    
      
      
        
      
    
  
    
        
      
      
    
  
        Sort