<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'ps-icon';
  src:  url('fonts/ps-icon.eot?qyek7v');
  src:  url('fonts/ps-icon.eot?qyek7v#iefix') format('embedded-opentype'),
    url('fonts/ps-icon.ttf?qyek7v') format('truetype'),
    url('fonts/ps-icon.woff?qyek7v') format('woff'),
    url('fonts/ps-icon.svg?qyek7v#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--triangle: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";
}

</pre></body></html>