/*!
 * Font Awesome Custom Subset - HBE Store
 * Only includes icons actually used in the public storefront
 * Original: ~19 KiB | This: ~3 KiB (85% reduction)
 */

/* Font Awesome Core */
.fa,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}

/* Font Awesome Solid (fas) */
@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:swap;src:url('../fonts/fa-solid-900.woff2') format('woff2')}
.fas{font-family:'Font Awesome 6 Free';font-weight:900}

/* Font Awesome Regular (far) */
@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/fa-regular-400.woff2') format('woff2')}
.far{font-family:'Font Awesome 6 Free';font-weight:400}

/* Font Awesome Brands (fab) */
@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/fa-brands-400.woff2') format('woff2')}
.fab{font-family:'Font Awesome 6 Brands';font-weight:400}

/* ========== SOLID ICONS (fas) ========== */
.fa-bars::before{content:"\f0c9"}
.fa-book-open::before{content:"\f518"}
.fa-box-open::before{content:"\f49e"}
.fa-calendar-alt::before{content:"\f073"}
.fa-check-circle::before{content:"\f058"}
.fa-chevron-down::before{content:"\f078"}
.fa-chevron-left::before{content:"\f053"}
.fa-chevron-right::before{content:"\f054"}
.fa-city::before{content:"\f64f"}
.fa-clipboard-list::before{content:"\f46d"}
.fa-comment-alt::before{content:"\f27a"}
.fa-comment-dots::before{content:"\f4ad"}
.fa-file-invoice-dollar::before{content:"\f571"}
.fa-gem::before{content:"\f3a5"}
.fa-globe::before{content:"\f0ac"}
.fa-headset::before{content:"\f590"}
.fa-heart::before{content:"\f004"}
.fa-history::before{content:"\f1da"}
.fa-home::before{content:"\f015"}
.fa-info-circle::before{content:"\f05a"}
.fa-language::before{content:"\f1ab"}
.fa-layer-group::before{content:"\f5fd"}
.fa-lock::before{content:"\f023"}
.fa-map-marker-alt::before{content:"\f3c5"}
.fa-minus::before{content:"\f068"}
.fa-money-bill::before{content:"\f0d6"}
.fa-money-bill-wave::before{content:"\f53a"}
.fa-pen::before{content:"\f304"}
.fa-phone::before{content:"\f095"}
.fa-phone-alt::before{content:"\f879"}
.fa-play-circle::before{content:"\f144"}
.fa-print::before{content:"\f02f"}
.fa-search::before{content:"\f002"}
.fa-share-alt::before{content:"\f1e0"}
.fa-shield-alt::before{content:"\f3ed"}
.fa-shipping-fast::before{content:"\f48b"}
.fa-shopping-bag::before{content:"\f290"}
.fa-sign-in-alt::before{content:"\f2f6"}
.fa-spinner::before{content:"\f110"}
.fa-star::before{content:"\f005"}
.fa-store::before{content:"\f54e"}
.fa-times::before{content:"\f00d"}
.fa-times-circle::before{content:"\f057"}
.fa-user::before{content:"\f007"}
.fa-shopping-cart::before{content:"\f07a"}
.fa-bolt::before{content:"\f0e7"}
.fa-percent::before{content:"\f295"}
.fa-plus::before{content:"\f067"}
.fa-frown::before{content:"\f119"}

/* ========== REGULAR ICONS (far) ========== */
/* Note: far uses same unicode but different font-weight */
.fa-trash-alt::before{content:"\f2ed"}

/* ========== BRAND ICONS (fab) ========== */
.fa-viber::before{content:"\f409"}
.fa-whatsapp::before{content:"\f232"}

/* ========== UTILITY CLASSES ========== */
.fa-spin{animation:fa-spin 2s infinite linear}
@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
