@import url("../../bmtc-firearm-brand-pages/assets/brands.css");

.bmtc-abc {
    --lime: #677b3d;
    --red: #677b3d;
}

.bmtc-abc .products li.product .price {
    color: #677b3d !important;
}

.bmtc-abc-sort {
    display: flex;
    align-items: center;
    gap: 9px;
}

.bmtc-abc-sort label {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bmtc-abc .products li.product a img {
    width: 100% !important;
    height: 235px !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 30px 15px !important;
    background: #fff !important;
    transform: none !important;
}

@media (max-width: 520px) {
    .bmtc-abc-sort {
        align-items: stretch;
        flex-direction: column;
    }
}
