/* /css/products.css  */

.view#product-layout{
  display: flex;
  justify-content: space-between; /* left & right edges */
  align-items: flex-start;        /* stick to the top */
}

/* Hosts are just mount points */
#menu-product-host { min-width: 0; }
#slider-product-container { min-width: 590px; }