/* Local Font Awesome subset for the site header and product favorites.
   Keeping these files on PIESA3D avoids icon failures caused by blocked CDNs. */
@font-face {
  font-family: "Piesa3D Icons";
  src: url("/assets/fonts/fa-solid-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

.fa-solid,
.fa-regular {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-solid {
  font-family: "Font Awesome 6 Free", "Piesa3D Icons";
  font-weight: 900;
}

.fa-regular {
  font-family: "Font Awesome 6 Free", "Piesa3D Icons";
  /* The regular Font Awesome file is incomplete on some Android browsers.
     Use the bundled solid font for a guaranteed heart glyph instead. */
  font-weight: 900;
}

.fa-heart::before { content: "\f004"; }
.fa-bag-shopping::before { content: "\f290"; }
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
.fa-star::before { content: "\f005"; }
.fa-user::before { content: "\f007"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-magnifying-glass-plus::before { content: "\f00e"; }
.fa-truck::before { content: "\f0d1"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-building-columns::before { content: "\f19c"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-xmark::before { content: "\f057"; }
.fa-circle-exclamation::before { content: "\f06a"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-clock::before { content: "\f017"; }
.fa-check::before { content: "\f00c"; }
.fa-clipboard::before { content: "\f328"; }
.fa-clipboard-list::before { content: "\f46d"; }
.fa-box::before { content: "\f466"; }
.fa-rotate::before { content: "\f2f1"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-rotate-left::before { content: "\f2ea"; }
.fa-headset::before { content: "\f590"; }
.fa-leaf::before { content: "\f06c"; }
.fa-minus::before { content: "\f068"; }
.fa-plus::before { content: "\2b"; }
.fa-lock::before { content: "\f023"; }
.fa-medal::before { content: "\f5a2"; }
.fa-cube::before { content: "\f1b2"; }
.fa-ruler-combined::before { content: "\f546"; }
.fa-print::before { content: "\f02f"; }
.fa-palette::before { content: "\f53f"; }
.fa-hammer::before { content: "\f6e3"; }
