Where to buy, Price, and more explored

Nike and Michael Jordan's co-owned label has been revealing multiple makeovers upon the all-time favorite and beloved Air Jordan 1 model. The Jordan label, who can be credited with creating the most iconic sneaker lineage, is especially keeping technological development as a top priority for 2023.

As the label slowly approaches its 40th anniversary, it is giving special attention over the debuting silhouette AJ1 and its iterations. One of the most recent sneaker models from the lineups is the Air Jordan 1 Zoom CMFT, which debuted in 2020.

According to the official label of the swoosh label, he shoe's latest colorway to be revealed is called FAMU. The official release date for the Air Jordan 1 Zoom CMFT "FAMU" hasn't been announced by the swoosh label yet. However, according to the media outlet Sneaker News, the pair will be released via Nike, SNKRS, and select retailers sometime in 2023 at the price of $150.


Nike Air Jordan 1 Zoom CMFT FAMU sneakers are a nod to the Florida A&M University

The upcoming Nike Air Jordan 1 Zoom CMFT FAMU sneakers are a nod to the Florida A&M University (Image via Nike)
The upcoming Nike Air Jordan 1 Zoom CMFT FAMU sneakers are a nod to the Florida A&M University (Image via Nike)

The 1984-signed deal between the legendary basketball player Michael Jordan and the swoosh label can be credited with bringing the basketball and sneaker world closer to the fashion and streetwear world.

As it happens, the duo's signature shoe line, AJ1, has reached new heights of popularity within the sneaker community, as it instantly draws in the attention of every sneakerhead with its iconic looks and high-end collaborations. One of the iterations of the Air Jordan 1 is the Zoom CMFT, which is an innovative model.

Having debuted in 2020, the swoosh label the model updated the Zoom cushioning and engineering of the iconic show's model. As such, he AJ1 Zoom CMFT sneaker model features layered design, pull-tabs, and visible sponge ankle.

The silhouette has been revealed in multiple makeovers, including "Valentine's Day," "Lunar New Year," "Hare," and many more. The official swoosh label site introduces the Air Jordan 1 Zoom CMFT sneaker model as the following:

“Making iconic style even more comfortable. The Air Jordan 1 Zoom CMFT remakes the 1st Air Jordan with lightweight, low-profile cushioning and elements that improve wearability. Leathers and textiles in the upper have a broken-in feel. A lined, padded collar cups the heel for a secure fit.”

The silhouette's uppers is made up of suede material and indulges in Florida A&M University's tonal and vibrant color palette. The base of the sneaker's upper comes clad in a light tan shade, which can be seen accentuated over the perforated vamps, midfoot panels, and mesh tongue constructs.

The top and rear view of the Nike Air Jordan 1 Zoom CMFT "FAMU" (Image via Nike)
The top and rear view of the Nike Air Jordan 1 Zoom CMFT "FAMU" (Image via Nike)

The light tan base contrasts with the suede bright green overlays, which are added over the toe boxes, lace system, ankle collars, and heel counters. Moreover, another hue is added to the mix with the original orange mesh base, which is slightly visible in the rear. The titular orange cut-outs can be seen along the upper collar and the midfoot swooshes.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1374912, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1374912); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1374912) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1374912) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

You Might Also Like