/* Icon fallback - maps missing icomoon icons to Font Awesome */

/* Map custom icon classes to Font Awesome */
.icon-magnifying-glass:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f002";
}

.icon-right-arrow:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f061";
}

.icon-left-arrow:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f060";
}

.icon-up-arrow:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f062";
}

.icon-down-arrow:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f063";
}

.icon-quote:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f10d";
}

.icon-telephone:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f095";
}

.icon-email:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f0e0";
}

.icon-location:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f3c5";
}

.icon-close:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f00d";
}

.icon-shopping-cart:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f07a";
}

/* Ensure icon classes use proper styling */
[class^="icon-"],
[class*=" icon-"] {
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
