Sales & Services | Custom Shop
Sales & Services
Custom Shop
M1 Garand by CMP
The M1 Garand by CMP is crafted with precision and pride in the USA with surplus and new commercial components.
M1911/A1 Pistol
Looking for a genuine U.S. military-issued 1911? The CMP 1911 Program offers authentic, field-tested M1911 and M1911A1 pistols straight from military surplus.
M1 GARAND
Own a piece of American History!
TISAS 1911
An extraordinary CMP-branded, museum-grade replica of the M1911A1 Pistol.
CUSTOM SHOP SPECIAL
This Custom Shop Special M1 rifle is meticulously hand crafted to be competition-ready.
AMMUNITION AVAILABLE!
The CMP ammunition sales program offers affiliated organizations and individuals an opportunity to purchase, at special prices, surplus and commercial ammunition.
Custom Shop
Learn more about our Custom Shop.
Custom Gunsmithing
Learn more about our expert gunsmiths.
", "
"],
responsive: {
0: {
items: 1
},
600: {
items: 1
},
1000: {
items: 2
}
},
onInitialized: function() {
if (!showNav) {
$(selector).find('.owl-nav').hide();
$(selector).find('.owl-prev, .owl-next').hide();
$(selector).find('.owl-nav').css('display', 'none !important');
}
}
});
}
// Initialize both carousels on page load
initOwlCarousel('#sales-services-carousel');
initOwlCarousel('#custom-shop-carousel');
// Set Sales & Services tab as active on page load
$('.tablink[data-tab="sales-services"]').addClass('active');
$('#custom-shop-carousel').hide();
// Tab click handler
$('.tablink').click(function() {
// Remove 'active' class from all tabs
$('.tablink').removeClass('active');
// Add 'active' class to the clicked tab
$(this).addClass('active');
// Get the selected tab (sales-services or auctions)
var selectedTab = $(this).data('tab');
// Hide all sections
$('#sales-services-carousel, #custom-shop-carousel').hide();
// Show the selected section
if (selectedTab === 'sales-services') {
$('#sales-services-carousel').show().trigger('refresh.owl.carousel');
}
else if (selectedTab === 'custom-shop') {
$('#custom-shop-carousel').show().trigger('refresh.owl.carousel');
}
});
});