@font-face {
  font-family: "lucide";
  src: url('fonts/lucide.woff2?2026061000') format('woff2');
}

[class^="l-icon-"]::before, [class*=" l-icon-"]::before,
[class^="l-icon-"]::after, [class*=" l-icon-"]::after {
	font-family: 'lucide' !important;
	font-size: inherit;
	font-style:normal;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.l-icon-search::before { content: "\e151"; }
.l-icon-truck::before { content: "\e194"; }
.l-icon-shield-check::before { content: "\e1ff"; }
.l-icon-phone::before { content: "\e133"; }
.l-icon-map-pin::before { content: "\e111"; }
.l-icon-shopping-cart::before { content: "\e15c"; }