/* ══════════════════════════════════════════════════════════
   EXICOMPRAS — ICONOS BOOTSTRAP
   Solo las clases que usamos en el navbar.
   Cargado al final del head para garantizar que se aplique.
   Fuente: vendor/shop/themes/default/assets/bootstrap-icons.woff2
   ══════════════════════════════════════════════════════════ */

@font-face {
    font-family: "bootstrap-icons";
    src: url("/vendor/shop/themes/default/assets/bootstrap-icons.woff2?v=12") format("woff2"),
         url("/vendor/shop/themes/default/assets/bootstrap-icons.woff") format("woff");
    font-display: block;
    font-weight: normal;
    font-style: normal;
}

.bi {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

/* Iconos específicos usados en el navbar */
.bi-heart::before           { content: "\f415"; }
.bi-heart-fill::before      { content: "\f416"; }
.bi-person::before          { content: "\f4e1"; }
.bi-person-circle::before   { content: "\f4e7"; }
.bi-person-plus::before     { content: "\f4ea"; }
.bi-box-arrow-in-right::before { content: "\f12f"; }
.bi-box-arrow-right::before  { content: "\f132"; }
.bi-search::before          { content: "\f52a"; }
.bi-list::before            { content: "\f479"; }
.bi-x::before               { content: "\f659"; }
.bi-x-lg::before            { content: "\f659"; font-size: 1.1em; }
.bi-chevron-right::before   { content: "\f285"; }
.bi-chevron-left::before    { content: "\f284"; }
.bi-arrow-left::before      { content: "\f12c"; }
.bi-trash::before           { content: "\f5de"; }
.bi-cart3::before           { content: "\f23d"; }
.bi-cart::before            { content: "\f23d"; }
.bi-cart-fill::before       { content: "\f23d"; }
.bi-bag::before             { content: "\f11d"; }
.bi-bag-fill::before        { content: "\f11c"; }
