CRT was founded by two combat veterans with one mission: to serve. From custom AR builds to honest product recommendations, everything we do is grounded in craftsmanship and character.
Our storefront in Greenfield, Indiana, is more than a shop—it’s a place where first-timers feel welcome and experienced gun owners feel respected.
Woman-Owned Business
Proudly independent. Built on grit and values.
Glock Blue Label Dealer
Exclusive pricing for law enforcement, military, and first responders.
Nationwide Access
Shop online, ship to your FFL, or pick up in-store.
NFA Dealer and Silencer Shop Kiosk
Suppressor purchases made simple and compliant.
Founded
0
Combat Veteran Founders
0
Flat FFL Transfer Fee
$0
What We Do
Gear You Can Trust. Service You Can Count On.
At Condition Red Tactical, we provide more than just firearms—we deliver expert guidance, hands-on gunsmithing, and honest service every step of the way. Whether you’re buying your first handgun, upgrading your rifle, or looking for trusted gear, we make sure you leave with confidence.
Everything we offer is backed by real experience, not sales pitches.
Our in-store inventory is hand-picked by our team and ready for immediate pickup. Each firearm in this collection is more than just a product; it is a symbol of our commitment to local craftsmanship, customer trust, and the timeless value of personal service.
Transfer of ownership can be completed on-premises. We charge $35 for per transfer. If you have more than one item in a transfer than each additional item will be $25. NFA transfers not purchased through CRT and sent here are $50. In addition, a transfer requires the same process as buying a new firearm. See the Firearm Purchase Process section for more details.
We are a powered by silencershop dealer and have a Kiosk for your NFA needs. A $25 charge for the kiosk will be charged at the time of use and goes to Silencershop for the compliance department fee.
Our in-house gunsmith brings years of hands-on experience to every job—whether you’re looking for a new build, repairs, or a performance upgrade. At CRT, we don’t cut corners—we craft solutions.
We use an electronic background check system to keep the process smooth, secure, and efficient. Most checks are instant, but some may require up to a 5-day wait depending on the ATF response.
When visiting the shop, make sure to bring:
1 – A valid Indiana Driver’s License or Operator’s License
2 -An up-to-date address listed on your ID
Need a little time? We offer a 90-day layaway option to help you lock in what you want while you take care of the rest.
Fill out the form below to schedule an appointment.
document.addEventListener("DOMContentLoaded", function () {
var popupId = "7859";
var popupSelector = "#elementor-popup-modal-" + popupId;
// Give Elementor time to load the popup before trying to remove it
function removePopupIfVerified() {
if (localStorage.getItem("ageVerified") === "true") {
var popup = document.querySelector(popupSelector);
if (popup) {
popup.remove();
console.log("Popup removed – age already verified.");
} else {
console.log("Popup not found yet. Retrying...");
setTimeout(removePopupIfVerified, 300);
}
}
}
removePopupIfVerified();
// Save flag when user clicks "Yes"
document.addEventListener("click", function (e) {
if (e.target.closest(".verify-age")) {
localStorage.setItem("ageVerified", "true");
console.log("Age verification saved.");
}
});
});