/* ==========================================================
   ARMOUR MOTORS — EXACT CATEGORY FILTER
   ========================================================== */

.am-product-card.am-category-visible {
    display: grid !important;
}

.am-product-card.am-category-hidden {
    display: none !important;
}


/* visual state of selected category */

.am-category-card.am-category-active {
    border-color: #687749 !important;

    box-shadow:
        inset 0 0 0 1px #687749 !important;

    background: #f2f1e8 !important;
}

.am-category-card.am-category-active
.am-category-arrow {
    color: #ef5b17 !important;

    transform: translateX(3px);
}


/* category title above results */

.am-products.is-category-filtered
.am-section-head h2 {
    color: #172317;
}
