/* Add custom CSS styles below */ 
/* Force English layout (LTR) */
html, body {
  direction: ltr !important;
  text-align: left !important;
}

/* Align header elements to the left */
.header, .header__logo, .header__menu {
  text-align: left !important;
  justify-content: flex-start !important;
}

/* Align content to the left */
.content, .page, .collection {
  text-align: left !important;
}