@font-face {
  font-family: 'ps-icon';
  src:  url('fonts/ps-icon.eot?9e9lsj');
  src:  url('fonts/ps-icon.eot?9e9lsj#iefix') format('embedded-opentype'),
    url('fonts/ps-icon.ttf?9e9lsj') format('truetype'),
    url('fonts/ps-icon.woff?9e9lsj') format('woff'),
    url('fonts/ps-icon.svg?9e9lsj#ps-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ps-icon--"], [class*=" ps-icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ps-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ps-icon--profile:before {
  content: "\e907";
}
.ps-icon--back:before {
  content: "\e900";
}
.ps-icon--heart:before {
  content: "\e901";
}
.ps-icon--search:before {
  content: "\e902";
}
.ps-icon--next:before {
  content: "\e903";
}
.ps-icon--reload:before {
  content: "\e904";
}
.ps-icon--bag:before {
  content: "\e905";
}
.ps-icon--shopping-cart:before {
  content: "\e906";
}
