/* Feather Icon Size Fixes */
[data-feather] {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 2 !important;
}

/* Specific icon size overrides */
.delivery-icon [data-feather] {
    width: 16px !important;
    height: 16px !important;
}

.location-arrow [data-feather] {
    width: 14px !important;
    height: 14px !important;
}

.search-box [data-feather] {
    width: 16px !important;
    height: 16px !important;
}

.header-wishlist [data-feather] {
    width: 18px !important;
    height: 18px !important;
}

/* FontAwesome icon size fixes */
.fa-solid.fa-bars {
    font-size: 1.1rem !important;
}

.fa-solid.fa-angle-down {
    font-size: 0.8rem !important;
}

/* iconly icon fixes */
.iconly-Location.icli {
    font-size: 1rem !important;
}

/* Search input icons */
.input-group-text [data-feather] {
    width: 16px !important;
    height: 16px !important;
}

/* Button icons */
.btn [data-feather] {
    width: 16px !important;
    height: 16px !important;
}

/* Navbar toggler */
.navbar-toggler-icon .fa-solid {
    font-size: 1.2rem !important;
}
