The “No Walks” Performance Hat is made for pitchers who live around the strike zone—and for coaches who demand it. Featuring the bold “No Walks” logo inside a home plate design, this mid-profile cap is a subtle but sharp reminder that free bases lose ballgames.
Built on Pacific Headwear’s cotton-poly hook-and-loop model, this hat combines a classic look with modern performance:
Mid-profile, pro-model crown for a sharp, game-ready fit
Durable poly/cotton blend with built-in sun protection
Curved visor with green undervisor for reduced glare
Hook-and-loop adjustable closure for a secure, no-fuss fit
Pro-stitched finish for long-lasting wear
Contrast button and eyelets on for added style
Whether you’re throwing bullpens, coaching from the dugout, or supporting from the bleachers, this cap sends the message loud and clear—No. Free. Passes.
Additional information
Weight
11 oz
Reviews
There are no reviews yet.
Be the first to review “No Walks Performance Hat” Cancel reply
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/mbaseballacademy.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
var breeze_prefetch = {"local_url":"https:\/\/mbaseballacademy.com","ignore_remote_prefetch":"1","ignore_list":["\/?wc-api=wc_facebook_get_feed_data&secret=829612f3e9f51e2f78c233ec80baaee0","\/cart\/","\/checkout\/","\/my-account\/","wp-admin","wp-login.php"]};
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_1a8b08e70e9a5d82a1f1b69635ee5008","fragment_name":"wc_fragments_1a8b08e70e9a5d82a1f1b69635ee5008","request_timeout":"5000"};
var WTSmartCouponOBJ = {"ajaxurl":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/mbaseballacademy.com\/?wc-ajax=","nonces":{"public":"4eaeca3284","apply_coupon":"67c0cbe37f"},"labels":{"please_wait":"Please wait...","choose_variation":"Please choose a variation","error":"Error !!!"},"shipping_method":[],"payment_method":"","is_cart":""};
var wpm = {"ajax_url":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","root":"https:\/\/mbaseballacademy.com\/wp-json\/","nonce_wp_rest":"c3332866a5","nonce_ajax":"337d8eb6dc"};
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","i18n_rating_options":["1 of 5 stars","2 of 5 stars","3 of 5 stars","4 of 5 stars","5 of 5 stars"],"i18n_product_gallery_trigger_text":"View full-screen image gallery","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
fbq('init', '2846271042179391', {}, {
"agent": "woocommerce_7-10.3.4-3.5.12"
});
document.addEventListener( 'DOMContentLoaded', function() {
// Insert placeholder for events injected when a product is added to the cart through AJAX.
document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' );
}, false );
( function( w, d, s, l, i ) {
w[l] = w[l] || [];
w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
var f = d.getElementsByTagName( s )[0],
j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://mbaseballacademy.com/wp-content/uploads/breeze/google/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-PX3FVZGB' );
tvc_js = new TVC_GTM_Enhanced({"affiliation":"Marietta Baseball Academy","is_admin":"","tracking_option":"","property_id":"","measurement_id":"","google_ads_id":"","fb_pixel_id":"","fb_event_id":"94a6f9a2b1ac4021ac2782a81b8e3852","tvc_ajax_url":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","is_global_fs_enabled":null});
/*
* Contact form 7 - formSubmit event
*/
var wpcf7Elm = document.querySelector('.wpcf7');
if (wpcf7Elm) {
wpcf7Elm.addEventListener('wpcf7submit', function(event) {
if (event.detail.status == 'mail_sent') {
tvc_js.formsubmit_cf7_tracking(event);
}
}, false);
}
/*
* Global - jjQuery event handler that is triggered when an AJAX request completes successfully.
*/
jQuery(document).ajaxSuccess(function(event, xhr, settings) {
// WpForm - formSubmit event
if (settings.data instanceof FormData) {
var formdata = [];
for (var pair of settings.data.entries()) {
if ('form_id' in formdata && 'action' in formdata)
break;
if (pair[0] == 'wpforms[id]')
formdata['form_id'] = pair[1];
if (pair[0] == 'action' && pair[1] == 'wpforms_submit')
formdata['action'] = pair[1];
}
if (formdata['action'] == 'wpforms_submit' && settings.data != 'action=datalayer_push') {
var data = [];
tvc_js.formsubmit_ajax_tracking(formdata);
return;
}
}
});
document.addEventListener('AWLTriggerJsReplace', function() {
awlJsLabelsReplace();
}, false);
document.addEventListener('DOMContentLoaded', function() {
awlJsLabelsReplace();
}, false);
function awlJsLabelsReplace() {
if (!Element.prototype.matches) {
Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
}
if (!Element.prototype.closest) {
Element.prototype.closest = function(s) {
var el = this;
do {
if (el.matches(s)) return el;
el = el.parentElement || el.parentNode;
} while (el !== null && el.nodeType === 1);
return null;
};
}
setTimeout( function() {
var selectors = {".awl-position-type-on-image":[".woocommerce-product-gallery .flex-viewport, .woocommerce-product-gallery__wrapper","append"]};
for ( var property in selectors ) {
if ( selectors.hasOwnProperty( property ) ) {
var from = document.querySelectorAll(property);
if (from.length) {
for (var i = 0; i < from.length; i++) {
var productContainer = from[i].closest(".product");
if ( productContainer ) {
var to = productContainer.querySelectorAll(selectors[property][0]);
if ( to.length && from[i] && to[0] && from[i].style.display === 'none' ) {
var addTo = to[0];
if (selectors[property][1] && selectors[property][1] === 'prepend') {
addTo.prepend(from[i]);
} else if (selectors[property][1] && selectors[property][1] === 'after') {
addTo.after(from[i]);
} else if (selectors[property][1] && selectors[property][1] === 'before') {
addTo.before(from[i]);
} else {
addTo.append(from[i]);
}
}
if ( from[i] ) {
from[i].style.display = "flex";
}
}
}
}
}
}
}, 200 );
}
document.addEventListener('DOMContentLoaded', function() {
var downloadLinks = document.querySelectorAll('a[href]');
downloadLinks.forEach(function(link) {
link.addEventListener('click', function(event) {
var fileUrl = link.href;
var fileName = fileUrl.substring(fileUrl.lastIndexOf('/') + 1);
var linkText = link.innerText || link.textContent;
var linkUrl = link.href;
var fileExtensionPattern = /\.(pdf|xlsx?|docx?|txt|rtf|csv|exe|key|pptx?|ppt|7z|pkg|rar|gz|zip|avi|mov|mp4|mpe?g|wmv|midi?|mp3|wav|wma)$/i;
if (fileExtensionPattern.test(fileUrl)) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
event: 'file_download',
file_name: fileName,
link_text: linkText,
link_url: linkUrl
});
}
});
});
});
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.id = 'wp-skip-link';
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerText = 'Skip to content';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );
var iconic_wsb_frontend_vars = {"ajax_url":"\/wp-admin\/admin-ajax.php","nonce":"c4831ddd13","fbt_use_ajax":"1","is_checkout":"","i18n":{"error":"Please Try Again","success":"Added to Cart","add_selected":"Add Selected to Cart","disabled_add_to_cart":"Please select a variation before adding the selected products to your cart."},"modal_options":{"showCloseBtn":false}};
var awdr_params = {"ajaxurl":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","nonce":"71e89e7c69","enable_update_price_with_qty":"show_when_matched","refresh_order_review":"0","custom_target_simple_product":"","custom_target_variable_product":"","js_init_trigger":"","awdr_opacity_to_bulk_table":"","awdr_dynamic_bulk_table_status":"1","awdr_dynamic_bulk_table_off":"on","custom_simple_product_id_selector":"","custom_variable_product_id_selector":""};
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
var cuw_template = {"data":{"woocommerce":{"price":{"format":"%1$s%2$s","symbol":"$","decimals":2,"decimal_separator":".","thousand_separator":","}}},"i18n":{"add_to_cart":{"text":"Add to cart","items":"items","all_items":"all items","selected_items":"selected items","number_to_text":{"1":"one","2":"both","3":"all three","4":"all four","5":"all five"}},"free":"Free"},"is_rtl":""};
var cuw_frontend = {"ajax_url":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","ajax_nonce":"72502b7142","is_cart":"","is_checkout":"","has_cart_block":"","has_checkout_block":"","dynamic_offer_display_enabled":""};
var wcPayFrontendTracks = [{"event":"product_page_view","properties":{"theme_type":"short_code","record_event_data":{"is_admin_event":false,"track_on_all_stores":true}}}];
var wcpayConfig = wcpayConfig || JSON.parse( decodeURIComponent( '%7B%22publishableKey%22%3A%22pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs%22%2C%22testMode%22%3Afalse%2C%22accountId%22%3A%22acct_1OoBwNCToMVVD2Kn%22%2C%22ajaxUrl%22%3A%22https%3A%5C%2F%5C%2Fmbaseballacademy.com%5C%2Fwp-admin%5C%2Fadmin-ajax.php%22%2C%22wcAjaxUrl%22%3A%22%5C%2F%3Fwc-ajax%3D%25%25endpoint%25%25%22%2C%22createSetupIntentNonce%22%3A%2292d17322a1%22%2C%22initWooPayNonce%22%3A%22b81b091459%22%2C%22saveUPEAppearanceNonce%22%3A%22dcea9bdf98%22%2C%22genericErrorMessage%22%3A%22There%20was%20a%20problem%20processing%20the%20payment.%20Please%20check%20your%20email%20inbox%20and%20refresh%20the%20page%20to%20try%20again.%22%2C%22fraudServices%22%3A%7B%22stripe%22%3A%5B%5D%2C%22sift%22%3A%7B%22beacon_key%22%3A%221d81b5c86a%22%2C%22user_id%22%3A%22%22%2C%22session_id%22%3A%22st_wK%5ESlr8bnBRqeVO6-mv9fOuhZQmQD_t_14cb6b772b1e819e6892b9be507e47%22%7D%7D%2C%22features%22%3A%5B%22products%22%2C%22refunds%22%5D%2C%22forceNetworkSavedCards%22%3Afalse%2C%22locale%22%3A%22en%22%2C%22isPreview%22%3Afalse%2C%22isSavedCardsEnabled%22%3Afalse%2C%22isPaymentRequestEnabled%22%3Atrue%2C%22isWooPayEnabled%22%3Afalse%2C%22isWoopayExpressCheckoutEnabled%22%3Atrue%2C%22isWoopayFirstPartyAuthEnabled%22%3Atrue%2C%22isWooPayEmailInputEnabled%22%3Atrue%2C%22isWooPayDirectCheckoutEnabled%22%3Afalse%2C%22isWooPayGlobalThemeSupportEnabled%22%3Afalse%2C%22woopayHost%22%3A%22https%3A%5C%2F%5C%2Fpay.woo.com%22%2C%22platformTrackerNonce%22%3A%22c849379855%22%2C%22accountIdForIntentConfirmation%22%3A%22%22%2C%22wcpayVersionNumber%22%3A%2210.2.0%22%2C%22woopaySignatureNonce%22%3A%228bf3ec20cf%22%2C%22woopaySessionNonce%22%3A%22c638964619%22%2C%22woopayMerchantId%22%3A214105619%2C%22icon%22%3A%22https%3A%5C%2F%5C%2Fmbaseballacademy.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce-payments%5C%2Fassets%5C%2Fimages%5C%2Fpayment-methods%5C%2Fgeneric-card.svg%22%2C%22woopayMinimumSessionData%22%3A%7B%22blog_id%22%3A214105619%2C%22data%22%3A%7B%22session%22%3A%22MArpj%5C%2FC1RT0oPY83knjtR8Zo9IIrNyN6TyheddvWjdxtRlsDQLfP7%2BkgxmXzZlVnl2j0YHeXT7ezyTZ1QsklAgrOLsAGVlhd73uSPu%5C%2Fz7RQI0fYruw8t6GuV2e1P7ygS5caM40WLFJ%2BexAp6ffV%5C%2FOQjl%2BTI9h9GnZnGTlFhBtKu5GKp8ivoEcYCP7pe%5C%2FTHNwnqq%2BszytEGPAvg55yuDgkolEgez5fyewW4vOJ69lcCjlh%5C%2F2W7VmLsxtJinOzKHvtYyf5p6vtMEB0AwtMiUhpKWmjU40zPhnB%2BuQrwe2NwUU0VM9i0toLj4%5C%2F5qLF74ExMsV2S7pV%5C%2FLfG1E%2BSYo7Rdrpv8Q96dBSq3QPSjsiA4607v53lQ8Y7sE1N0e26p0xQPQgZttZvgO81j%2BGHPbX3O6HK0j8hosAMg3AIOsIRle%2BHJ5Hd%2BP6lFDWMrU1QsQa1gj60O0x5XwMXlCok7a%2BYtBjXEoZDnI1TL5IWfWoXNPYLcLiFsPxdPuhcE1cg5tcDnpOL0J0DK7L8k2R5kfv1oXWpDJojNsbDgXVPOWC9ISDq39r%5C%2FokpTvbC8g34orKFAXf2P6uA%5C%2FbpiArxGZArCWKuA%3D%3D%22%2C%22iv%22%3A%22jRK8y66h%5C%2F6bwqT8hJYUhjQ%3D%3D%22%2C%22hash%22%3A%22YTc4N2I2NDBjMDRiOTA1YjA2MmM2NmJmYTc5YTM4Y2JmOTYyZWM2YzQyNTY1Mjc5ZTdlY2Q3NzI2N2Q1NDQ1NA%3D%3D%22%7D%7D%2C%22isMultiCurrencyEnabled%22%3Atrue%2C%22accountDescriptor%22%3A%22MBASEBALLACADEMY.COM%22%2C%22addPaymentReturnURL%22%3A%22https%3A%5C%2F%5C%2Fmbaseballacademy.com%5C%2Fmy-account%5C%2Fpayment-methods%5C%2F%22%2C%22gatewayId%22%3A%22woocommerce_payments%22%2C%22isCheckout%22%3Afalse%2C%22paymentMethodsConfig%22%3A%7B%22card%22%3A%7B%22isReusable%22%3Atrue%2C%22isBnpl%22%3Afalse%2C%22title%22%3A%22Card%22%2C%22icon%22%3A%22https%3A%5C%2F%5C%2Fmbaseballacademy.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce-payments%5C%2Fassets%5C%2Fimages%5C%2Fpayment-methods%5C%2Fgeneric-card.svg%22%2C%22darkIcon%22%3A%22https%3A%5C%2F%5C%2Fmbaseballacademy.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce-payments%5C%2Fassets%5C%2Fimages%5C%2Fpayment-methods%5C%2Fgeneric-card.svg%22%2C%22showSaveOption%22%3Afalse%2C%22countries%22%3A%5B%5D%2C%22gatewayId%22%3A%22woocommerce_payments%22%2C%22testingInstructions%22%3A%22Use%20test%20card%20%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22js-woopayments-copy-test-number%5C%22%20aria-label%3D%5C%22Click%20to%20copy%20the%20test%20number%20to%20clipboard%5C%22%20title%3D%5C%22Copy%20to%20clipboard%5C%22%3E%3Ci%3E%3C%5C%2Fi%3E%3Cspan%3E4242%204242%204242%204242%3C%5C%2Fbutton%3E%20or%20refer%20to%20our%20%3Ca%20href%3D%5C%22https%3A%5C%2F%5C%2Fwoocommerce.com%5C%2Fdocument%5C%2Fwoopayments%5C%2Ftesting-and-troubleshooting%5C%2Ftesting%5C%2F%23test-cards%5C%22%20target%3D%5C%22_blank%5C%22%3Etesting%20guide%3C%5C%2Fa%3E.%22%2C%22forceNetworkSavedCards%22%3Afalse%7D%7D%2C%22upeAppearance%22%3A%7B%22variables%22%3A%7B%22colorBackground%22%3A%22rgb%28243%2C%20243%2C%20243%29%22%2C%22colorText%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%2C%22fontSizeBase%22%3A%2212.364275px%22%7D%2C%22theme%22%3A%22stripe%22%2C%22labels%22%3A%22above%22%2C%22rules%22%3A%7B%22.Input%22%3A%7B%22backgroundColor%22%3A%22rgb%28255%2C%20255%2C%20255%29%22%2C%22borderBottomColor%22%3A%22rgba%2832%2C%207%2C%207%2C%200.8%29%22%2C%22borderBottomLeftRadius%22%3A%224px%22%2C%22borderBottomRightRadius%22%3A%224px%22%2C%22borderBottomStyle%22%3A%22solid%22%2C%22borderBottomWidth%22%3A%220.711111px%22%2C%22borderLeftColor%22%3A%22rgba%2832%2C%207%2C%207%2C%200.8%29%22%2C%22borderLeftStyle%22%3A%22solid%22%2C%22borderLeftWidth%22%3A%220.711111px%22%2C%22borderRightColor%22%3A%22rgba%2832%2C%207%2C%207%2C%200.8%29%22%2C%22borderRightStyle%22%3A%22solid%22%2C%22borderRightWidth%22%3A%220.711111px%22%2C%22borderTopColor%22%3A%22rgba%2832%2C%207%2C%207%2C%200.8%29%22%2C%22borderTopLeftRadius%22%3A%224px%22%2C%22borderTopRightRadius%22%3A%224px%22%2C%22borderTopStyle%22%3A%22solid%22%2C%22borderTopWidth%22%3A%220.711111px%22%2C%22boxShadow%22%3A%22none%22%2C%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%2C%22fontSize%22%3A%2216px%22%2C%22fontWeight%22%3A%22400%22%2C%22letterSpacing%22%3A%22normal%22%2C%22lineHeight%22%3A%22normal%22%2C%22outlineOffset%22%3A%220px%22%2C%22paddingBottom%22%3A%2214.4px%22%2C%22paddingLeft%22%3A%2217.6px%22%2C%22paddingRight%22%3A%2217.6px%22%2C%22paddingTop%22%3A%2214.4px%22%2C%22textDecoration%22%3A%22none%22%2C%22textShadow%22%3A%22none%22%2C%22textTransform%22%3A%22none%22%2C%22outline%22%3A%220px%20none%20rgb%2817%2C%2017%2C%2017%29%22%7D%2C%22.Input--invalid%22%3A%7B%22backgroundColor%22%3A%22rgb%28255%2C%20255%2C%20255%29%22%2C%22borderBottomColor%22%3A%22rgb%28204%2C%2024%2C%2024%29%22%2C%22borderBottomLeftRadius%22%3A%224px%22%2C%22borderBottomRightRadius%22%3A%224px%22%2C%22borderBottomStyle%22%3A%22solid%22%2C%22borderBottomWidth%22%3A%220.711111px%22%2C%22borderLeftColor%22%3A%22rgb%28204%2C%2024%2C%2024%29%22%2C%22borderLeftStyle%22%3A%22solid%22%2C%22borderLeftWidth%22%3A%220.711111px%22%2C%22borderRightColor%22%3A%22rgb%28204%2C%2024%2C%2024%29%22%2C%22borderRightStyle%22%3A%22solid%22%2C%22borderRightWidth%22%3A%220.711111px%22%2C%22borderTopColor%22%3A%22rgb%28204%2C%2024%2C%2024%29%22%2C%22borderTopLeftRadius%22%3A%224px%22%2C%22borderTopRightRadius%22%3A%224px%22%2C%22borderTopStyle%22%3A%22solid%22%2C%22borderTopWidth%22%3A%220.711111px%22%2C%22boxShadow%22%3A%22none%22%2C%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%2C%22fontSize%22%3A%2216px%22%2C%22fontWeight%22%3A%22400%22%2C%22letterSpacing%22%3A%22normal%22%2C%22lineHeight%22%3A%22normal%22%2C%22outlineOffset%22%3A%220px%22%2C%22paddingBottom%22%3A%2214.4px%22%2C%22paddingLeft%22%3A%2217.6px%22%2C%22paddingRight%22%3A%2217.6px%22%2C%22paddingTop%22%3A%2214.4px%22%2C%22textDecoration%22%3A%22none%22%2C%22textShadow%22%3A%22none%22%2C%22textTransform%22%3A%22none%22%2C%22outline%22%3A%220px%20none%20rgb%2817%2C%2017%2C%2017%29%22%7D%2C%22.Label%22%3A%7B%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%2C%22fontSize%22%3A%2214.1306px%22%2C%22fontWeight%22%3A%22500%22%2C%22letterSpacing%22%3A%22normal%22%2C%22lineHeight%22%3A%2216.9567px%22%2C%22paddingBottom%22%3A%220px%22%2C%22paddingLeft%22%3A%220px%22%2C%22paddingRight%22%3A%220px%22%2C%22paddingTop%22%3A%220px%22%2C%22textDecoration%22%3A%22none%22%2C%22textShadow%22%3A%22none%22%2C%22textTransform%22%3A%22none%22%7D%2C%22.Label--resting%22%3A%7B%22fontSize%22%3A%2214.1306px%22%7D%2C%22.Block%22%3A%7B%22borderBottomColor%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22borderBottomLeftRadius%22%3A%220px%22%2C%22borderBottomRightRadius%22%3A%220px%22%2C%22borderBottomStyle%22%3A%22none%22%2C%22borderBottomWidth%22%3A%220px%22%2C%22borderLeftColor%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22borderLeftStyle%22%3A%22none%22%2C%22borderLeftWidth%22%3A%220px%22%2C%22borderRightColor%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22borderRightStyle%22%3A%22none%22%2C%22borderRightWidth%22%3A%220px%22%2C%22borderTopColor%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22borderTopLeftRadius%22%3A%220px%22%2C%22borderTopRightRadius%22%3A%220px%22%2C%22borderTopStyle%22%3A%22none%22%2C%22borderTopWidth%22%3A%220px%22%2C%22boxShadow%22%3A%22none%22%2C%22outlineOffset%22%3A%220px%22%2C%22paddingBottom%22%3A%220px%22%2C%22paddingLeft%22%3A%220px%22%2C%22paddingRight%22%3A%220px%22%2C%22paddingTop%22%3A%220px%22%2C%22backgroundColor%22%3A%22rgb%28243%2C%20243%2C%20243%29%22%7D%2C%22.Tab%22%3A%7B%22backgroundColor%22%3A%22rgb%28255%2C%20255%2C%20255%29%22%2C%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%7D%2C%22.Tab%3Ahover%22%3A%7B%22backgroundColor%22%3A%22rgb%28237%2C%20237%2C%20237%29%22%2C%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%7D%2C%22.Tab--selected%22%3A%7B%22backgroundColor%22%3A%22rgb%28255%2C%20255%2C%20255%29%22%2C%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22outline%22%3A%220px%20none%20rgb%2817%2C%2017%2C%2017%29%22%7D%2C%22.TabIcon%3Ahover%22%3A%7B%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%7D%2C%22.TabIcon--selected%22%3A%7B%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%7D%2C%22.Text%22%3A%7B%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%2C%22fontSize%22%3A%2214.1306px%22%2C%22fontWeight%22%3A%22500%22%2C%22letterSpacing%22%3A%22normal%22%2C%22lineHeight%22%3A%2226.2404px%22%2C%22paddingBottom%22%3A%220px%22%2C%22paddingLeft%22%3A%220px%22%2C%22paddingRight%22%3A%220px%22%2C%22paddingTop%22%3A%220px%22%2C%22textDecoration%22%3A%22none%22%2C%22textShadow%22%3A%22none%22%2C%22textTransform%22%3A%22none%22%7D%2C%22.Text--redirect%22%3A%7B%22color%22%3A%22rgb%2817%2C%2017%2C%2017%29%22%2C%22fontFamily%22%3A%22Hind%2C%20sans-serif%22%2C%22fontSize%22%3A%2214.1306px%22%2C%22fontWeight%22%3A%22500%22%2C%22letterSpacing%22%3A%22normal%22%2C%22lineHeight%22%3A%2226.2404px%22%2C%22paddingBottom%22%3A%220px%22%2C%22paddingLeft%22%3A%220px%22%2C%22paddingRight%22%3A%220px%22%2C%22paddingTop%22%3A%220px%22%2C%22textDecoration%22%3A%22none%22%2C%22textShadow%22%3A%22none%22%2C%22textTransform%22%3A%22none%22%7D%7D%7D%2C%22upeAddPaymentMethodAppearance%22%3Afalse%2C%22upeBnplProductPageAppearance%22%3Afalse%2C%22upeBnplClassicCartAppearance%22%3Afalse%2C%22upeBnplCartBlockAppearance%22%3Afalse%2C%22wcBlocksUPEAppearance%22%3Afalse%2C%22wcBlocksUPEAppearanceTheme%22%3Afalse%2C%22cartContainsSubscription%22%3Afalse%2C%22currency%22%3A%22USD%22%2C%22cartTotal%22%3A0%2C%22enabledBillingFields%22%3A%7B%22billing_email%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_first_name%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_last_name%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_phone%22%3A%7B%22required%22%3Afalse%7D%2C%22billing_company%22%3A%7B%22required%22%3Afalse%7D%2C%22billing_country%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_address_1%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_address_2%22%3A%7B%22required%22%3Afalse%7D%2C%22billing_city%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_state%22%3A%7B%22required%22%3Atrue%7D%2C%22billing_postcode%22%3A%7B%22required%22%3Atrue%7D%7D%2C%22storeCountry%22%3A%22US%22%2C%22storeApiURL%22%3A%22https%3A%5C%2F%5C%2Fmbaseballacademy.com%5C%2Fwp-json%5C%2Fwc%5C%2Fstore%22%7D' ) );
Reviews
There are no reviews yet.