CINXE.COM

Panther Shop – Mens Authentic -

<!doctype html> <html lang="en" itemscope itemtype="http://schema.org/Article"> <head> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '419013926406464'); //1685465691667554 fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=419013926406464&ev=PageView &noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> <script> </script> <!-- Google Tag Manager --> <script>(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://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WQLZVTN');</script> <!-- End Google Tag Manager --> <meta charset="utf-8"> <title>Panther Shop &ndash; Mens Authentic - </title> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="format-detection" content="telephone=no" /> <meta itemprop="name" content="Panther Shop &ndash; Mens Authentic - "><meta itemprop="description" content=""><meta itemprop="image" content=""><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@"><meta name="twitter:title" content="Panther Shop &ndash; Mens Authentic - "><meta name="twitter:description" content=""><meta name="twitter:creator" content="@"><meta name="twitter:image" content=""><meta name="twitter:image:src" content=""><meta property="og:title" content="Panther Shop &ndash; Mens Authentic - " /><meta property="og:type" content="article" /><meta property="og:url" content="https://shop.penrithpanthers.com.au/mens/authentic/" /><meta property="og:image" content="" /><meta property="og:description" content="" /><meta property="og:site_name" content="Site Name, i.e. Moz" /><meta property="article:published_time" content="2025-02-18 01:30:58pm" /><meta property="article:modified_time" content="2025-02-18 01:30:58pm" /><meta property="article:section" content="Article Section" /><meta property="article:tag" content="Article Tag" /><meta property="fb:admins" content="Facebook numberic ID" /> <link rel="shortcut icon" type="image/x-icon" href="https://nrlpanthers.b-cdn.net/favicon.ico" /> <link rel="stylesheet" type="text/css" href="https://nrlpanthers.b-cdn.net/js/flexslider2/flexslider.css" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700" /> <link rel="stylesheet" type="text/css" href="https://nrlpanthers.b-cdn.net/css/font-awesome-4.7.0/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="https://nrlpanthers.b-cdn.net/css/panthers.css" /> <link rel="stylesheet" type="text/css" href="https://nrlpanthers.b-cdn.net/css/mediaqueries.css" /> <script src="https://nrlpanthers.b-cdn.net/js/jquery-1.12.4.min.js"></script> <script src="https://nrlpanthers.b-cdn.net/js/jquery-ui-1.12.1.min.js"></script> <link rel="stylesheet" type="text/css" href="https://nrlpanthers.b-cdn.net/js/jquery-ui-1.12.1.min.css" /> <!--[if IE 9]><html lang="en" class="ie ie9"><![endif]--> <script src="https://nrlpanthers.b-cdn.net/js/jquery.ui.touch-punch.js"></script> <script src="https://nrlpanthers.b-cdn.net/js/placeholder.js"></script> <script src="https://nrlpanthers.b-cdn.net/js/flexslider2/jquery.flexslider.js"></script> <script src="https://nrlpanthers.b-cdn.net/js/functions.js"></script> <script> var productCount = 0; function updateMiniCart(errorMsg){ $.ajax({ url: '/ajax/basketCount.php', cache: false, type: 'POST', data:{ },success: function(data){ productCount = data; var page = window.location.href.replace("https://shop.penrithpanthers.com.au/", ""); if(productCount > 0){ if(page == 'cart' || page == 'checkout'){ $('.topCart').html('<button class="disabled" type="button" value="Cart"><i class="fa fa-shopping-cart" aria-label="Cart"></i> <span class="cartCount"><span>'+ productCount +'</span></span></button>'); }else{ $('.topCart').html('<button type="button" value="Cart"><i class="fa fa-shopping-cart" aria-label="Cart"></i> <span class="cartCount"><span>'+ productCount +'</sapan></button>'); } }else{ $('.topCart').html('<button class="disabled" type="button" value="Cart"><i class="fa fa-shopping-cart" aria-label="Cart"></i> <span class="cartCount"><span>0</span></span></button>'); } var miniCartProducts = 0; if(detectCss("small")){ miniCartProducts = 2 }else{ miniCartProducts = 3; } if(miniCartProducts > 0 && productCount >= 0){ $.ajax({ url: '/ajax/updateMiniCart.php', cache: false, type: 'POST', data: {"productsToShow":miniCartProducts },success: function(data){ $(".miniCart").html(data); if(errorMsg != 'NULL'){ $(".userCart").prepend(errorMsg); } if(productCount == 0 || page == 'cart' || page == 'checkout'){ $('.miniCart').removeClass('miniCartShow'); $('.topCart').css("cursor","initial"); }else { $('.topCart').css("cursor","pointer"); } } }); } } }); }; $(document).ready(function(){ updateMiniCart(); $('#subscribeForm').submit(function(event) { event.preventDefault(); if($("#subscribeEmail").val().length > 0 && !$("#subscribeEmail").hasClass("formError")){ this.submit(); } }); // Nav Accessibility $('.topLevel').find('a').on('focus blur', function(){ $(this).parents('li').toggleClass('focus'); }); // Nav Accessibility // Slide in Nav $(document).on("click", ".menuBtn", function(){ $(".navDrop").hide(); if($(".navSlide").hasClass("navSlideShow")){ $(".navSlide").removeClass("navSlideShow"); }else{ $(".navSlide").addClass("navSlideShow"); $('main').one("click", function(event){ if($(".navSlide").hasClass("navSlideShow")){ $(".navSlide").removeClass("navSlideShow"); } }); } }); $(document).on("click", ".navSlideClose", function(){ $(".navSlide").removeClass("navSlideShow"); return false; }); // End Slide in Nav $(document).on("click",".submenuTriggerDrop i",function(){ $(".navBlock").height("auto"); if($(this).next(".navDrop").hasClass("down")){ $(this).next(".navDrop").slideToggle("slow").removeClass("down"); }else{ $(this).next(".navDrop").slideToggle("slow").addClass("down"); } }); // Search Trigger $(document).on("click", ".searchTrigger", function(){ if(!$('.smallMobileSearch').hasClass("closed")){ $('.smallMobileSearch').addClass("closed"); $('.smallMobileSearch').slideDown(); }else{ $('.smallMobileSearch').removeClass("closed"); $('.smallMobileSearch').slideUp(); } }); // End Search Trigger productCount = 0; $(document).on("click", ".miniCartClose", function(){ $(".miniCart").removeClass("miniCartShow"); return false; }); $(document).on("click", ".topCart", function(){ if(productCount > 0){ var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); if(parseInt(ua.substring(msie + 5, ua.indexOf(".", msie))) <= 8.9){ window.location.href = "https://shop.penrithpanthers.com.au/cart"; }else{ if($(".miniCart").hasClass("miniCartShow")){ $(".miniCart").removeClass("miniCartShow"); }else{ $(".miniCart").addClass("miniCartShow"); $('main, header, nav, footer').one("click", function(event){ if($(".miniCart").hasClass("miniCartShow")){ $(".miniCart").removeClass("miniCartShow"); } }); } } } }); //removing coupon $(document).on("click", ".couponDelete", function(){ var couponId = $(this).attr('data-id'); $.ajax({ url: '/ajax/couponDelete.php', cache: false, type: 'POST', data: { couponId: couponId },success:function(data){ updateMiniCart(); } }); }); $(document).on("change", ".quantity", function(){ var $this = $(this); var id = $this.attr("data"); var valQTY = $this.val(); if(id > 0 && valQTY > 0){ $.ajax({ url: '/ajax/cartUpdateQTY.php', cache: false, type: 'POST', data: { id: id, qty: valQTY },success:function(data){ var data = JSON.parse(data); $("#cartPrice" + id).html("$" + data.productPrice); $("#qty" + id).val(data.qty); $("#valueSubTotal").html("$" + data.productTotal); $("#valueGrandTotal").html("$" + data.subTotal); $(".discountAmount").html("-$" + data.discountAmount); $(".stockError"+id).slideUp(); if (valQTY > data.qty){ $(".stockError"+id).slideDown(); } } }); } }); $(document).on("click", ".cartRemove", function(){ var id = $(this).attr("data"); if(id > 0){ $.ajax({ url: '/ajax/cartRemoveProduct.php', cache: false, type: 'POST', data: { id: id },success: function(data){ updateMiniCart(); } }); } }); $(document).on("click", ".bundleRemove", function(){ var id = $(this).attr("data"); if(id > 0){ $.ajax({ url: '/ajax/cartRemoveBundle.php', cache: false, type: 'POST', data: { id: id },success: function(data){ updateMiniCart(); } }); } }); $('.searchText').on('keypress', function (event){ var regex = new RegExp("^[a-zA-Z0-9']+$"); var key = String.fromCharCode(!event.charCode ? event.which : event.charCode); if(event.which == 13){ $("#searchForm").submit(); }else if(event.which == 8 || event.which == 0 || event.which == 32){ // Left / Up / Right / Down Arrow, Backspace, Delete tab keys }else if(!regex.test(key)){ event.preventDefault(); return false; } }); $(document).on("click", ".changeCurrencyTrigger", function(){ //set top and left on currency options var position = $(this).position(); $('.currencyOptions').css('top', position.top).css('left', position.left); //check it has class to toggle. if($('.currencyOptions').hasClass('currencyOptionsActive')){ $('.currencyOptions').removeClass('currencyOptionsActive'); }else{ $('.currencyOptions').addClass('currencyOptionsActive'); $('main').on("click", function(event){ if($(event.target).is(".changeCurrency, .changeCurrencyTrigger")){ event.preventDefault(); return; } $('.currencyOptions').removeClass('currencyOptionsActive'); }); } }); $(document).on("click", ".changeCurrency", function(){ var currency = $(this).attr('data'); $.ajax({ url: '/ajax/currencyExchange.php', cache: false, type: 'POST', data: { currency: currency },success: function(data){ location.reload(); } }); }); }); </script> </head> <body> <div class="pushWrapper"> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=419013926406464&ev=PageView&noscript=1" /></noscript> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQLZVTN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="detectcss"></div> <div class="miniCart "></div> <section class="promoStrip"> <div class="colCount"> <h2><a href="https://shop.penrithpanthers.com.au/2025-anzac-round-jersey/">Pre-order your by ANZAC ROUND JERSEY Fri 21 Feb for delivery before RD 8</a></h2> </div> </section> <header> <div class="colCount"> <div class="subNavLeft"> <a href="/login"><i class="fa fa-user" aria-label="Login / Register"></i> <span class="mobileSmallOff">Login / Register</span></a> <a href="/giftcard-132.phtml"><i class="fa fa-credit-card" aria-label="Gift Voucher"></i> <span class="mobileSmallOff">Gift Voucher</span></a> </div> <div class="subNavRight"> <a href="/favourites"><i class="fa fa-heart" aria-label="Favourites"></i> <span id="wishListAmount"></span> <span class="mobileSmallOff">Favourites</span></a> <form method="get" action="/search"> <input class="searchText ui-autocomplete-input" type="text" maxlength="128" placeholder="Search our store..." name="q" autocomplete="off" value="" /> <button type="submit" value="Search"><i class="fa fa-search" aria-label="Search"></i></button> </form> <button class="searchTrigger fa fa-search" aria-label="Search"></button> <span class="cart topCart"></span> </div> </div> <form class="colCount smallMobileSearch" method="get" action="/search"> <input class="searchText ui-autocomplete-input" type="text" maxlength="128" placeholder="Search our store..." name="q" autocomplete="off" value="" /> <button type="submit" value="Search" aria-label="Search"><i class="fa fa-search" aria-label="Search"></i></button> </form> </header> <nav> <div class="logo"> <a href="/"><img src="https://nrlpanthers.b-cdn.net/img/logo.svg" alt="Panther Shop" /></a> </div> <button class="menuBtn"><span></span><span></span><span></span><span></span></button> <div class="navSlide"> <div class="navControl"> <button class="navSlideClose" type="button" value="Close Navigation"><i class="fa fa-close" aria-hidden="true"></i></button> </div> <ul class="topLevel"> <li class=" submenuTriggerDrop"><a href="/2024-premiers-range/">Premiers Range</a><i class="fa fa-caret-down" aria-label="Sub Navigation"></i><div class="navDrop"><ul class="subNav"><li><a href="/2024-premiers-range/premiers-jerseys/">Premiers Jerseys</a></li><li><a href="/2024-premiers-range/premiers-apparel/">Premiers Apparel</a></li><li><a href="/2024-premiers-range/premiers-accessories/">Premiers Accessories </a></li><li><a href="/2024-premiers-range/dyn4sty-tee/">Dyn4sty Tee</a></li><li><a href="/2024-premiers-range/team-photo-memorabilia/">Team Photo Memorabilia</a></li></ul> </div></li><li class="active submenuTriggerDrop"><a href="/mens/">Mens</a><i class="fa fa-caret-down" aria-label="Sub Navigation"></i><div class="navDrop"><ul class="subNav"><li><a href="/mens/authentic/">Authentic </a></li><li><a href="/mens/jerseys/">Jerseys</a></li><li><a href="/mens/supporter/">Supporter</a></li><li><a href="/mens/training/">Training</a></li><li><a href="/mens/casual/">Casual</a></li><li><a href="/mens/cotton-on/">Cotton On</a></li></ul> <ul class="productListNav"> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-replica-home-jersey-1747.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5301-280.jpg" alt="2025 Panthers Men's Replica Home Jersey" /> </div> <p>2025 Panthers Men's Replica Home Jersey</p> <p class="price priceData">$159.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-replica-away-jersey-1750.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5306-280.jpg" alt="2025 Panthers Men's Replica Away Jersey" /> </div> <p>2025 Panthers Men's Replica Away Jersey</p> <p class="price priceData">$159.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-adult-washed-t-shirt-1839.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5523-280.jpg" alt="Panthers Adult Washed T-Shirt" /> </div> <p>Panthers Adult Washed T-Shirt</p> <p class="price priceData">$49.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-mens-terry-polo-1822.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5501-280.jpg" alt="Panthers Men's Terry Polo" /> </div> <p>Panthers Men's Terry Polo</p> <p class="price priceData">$89.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-adult-marle-t-shirt-1836.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5513-280.jpg" alt="Panthers Adult Marle T-Shirt" /> </div> <p>Panthers Adult Marle T-Shirt</p> <p class="price priceData">$49.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-adult-swim-rashie-1826.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5489-280.jpg" alt="Panthers Adult Swim Rashie" /> </div> <p>Panthers Adult Swim Rashie</p> <p class="price priceData">$79.99</p> </a> </li> </ul> </div></li><li class=" submenuTriggerDrop"><a href="/womens/">Womens</a><i class="fa fa-caret-down" aria-label="Sub Navigation"></i><div class="navDrop"><ul class="subNav"><li><a href="/womens/authentic/">Authentic</a></li><li><a href="/womens/jerseys/">Jerseys</a></li><li><a href="/womens/supporter/">Supporter</a></li><li><a href="/womens/casual/">Casual</a></li><li><a href="/womens/jackets-and-hoodies/">Jackets and Hoodies</a></li><li><a href="/womens/cotton-on/">Cotton On</a></li></ul> <ul class="productListNav"> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-womens-replica-home-jersey-1748.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5309-280.jpg" alt="2025 Panthers Women's Replica Home Jersey" /> </div> <p>2025 Panthers Women's Replica Home Jersey</p> <p class="price priceData">$149.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-womens-retro-sport-tee-1823.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5627-280.jpg" alt="Panthers Women's Retro Sport Tee" /> </div> <p>Panthers Women's Retro Sport Tee</p> <p class="price priceData">$69.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-womens-lifestyle-t-shirt-1833.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5631-280.jpg" alt="Panthers Women's Lifestyle T-Shirt" /> </div> <p>Panthers Women's Lifestyle T-Shirt</p> <p class="price priceData">$69.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-womens-league-t-shirt-1832.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5628-280.jpg" alt="Panthers Women's League T-shirt" /> </div> <p>Panthers Women's League T-shirt</p> <p class="price priceData">$49.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-adult-washed-t-shirt-1839.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5523-280.jpg" alt="Panthers Adult Washed T-Shirt" /> </div> <p>Panthers Adult Washed T-Shirt</p> <p class="price priceData">$49.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-womens-high-mom-denim-shorts-1824.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5632-280.jpg" alt="Panthers Women's High Mom Denim Shorts" /> </div> <p>Panthers Women's High Mom Denim Shorts</p> <p class="price priceData">$59.99</p> </a> </li> </ul> </div></li><li class=" submenuTriggerDrop"><a href="/youth/">Youth</a><i class="fa fa-caret-down" aria-label="Sub Navigation"></i><div class="navDrop"><ul class="subNav"><li><a href="/youth/jerseys/">Jerseys</a></li><li><a href="/youth/training/">Training</a></li><li><a href="/youth/infants/">Infants</a></li></ul> <ul class="productListNav"> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-youth-replica-home-jersey-1749.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5317-280.jpg" alt="2025 Panthers Youth Replica Home Jersey" /> </div> <p>2025 Panthers Youth Replica Home Jersey</p> <p class="price priceData">$129.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-youth-replica-away-jersey-1752.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5318-280.jpg" alt="2025 Panthers Youth Replica Away Jersey" /> </div> <p>2025 Panthers Youth Replica Away Jersey</p> <p class="price priceData">$129.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-youth-swim-rashie-1828.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5487-280.jpg" alt="Panthers Youth Swim Rashie" /> </div> <p>Panthers Youth Swim Rashie</p> <p class="price priceData">$69.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-youth-club-t-shirt-1840.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5520-280.jpg" alt="Panthers Youth Club T-Shirt" /> </div> <p>Panthers Youth Club T-Shirt</p> <p class="price priceData">$39.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-youth-summer-pj-set-1831.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5485-280.jpg" alt="Panthers Youth Summer PJ Set" /> </div> <p>Panthers Youth Summer PJ Set</p> <p class="price priceData">$59.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-youth-marle-t-shirt-1841.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5515-280.jpg" alt="Panthers Youth Marle T-Shirt" /> </div> <p>Panthers Youth Marle T-Shirt</p> <p class="price priceData">$39.99</p> </a> </li> </ul> </div></li><li class=" submenuTriggerDrop"><a href="/headwear/">Headwear</a><i class="fa fa-caret-down" aria-label="Sub Navigation"></i><div class="navDrop"><ul class="subNav"><li><a href="/headwear/authentic/">Authentic</a></li><li><a href="/headwear/supporter/">Supporter</a></li><li><a href="/headwear/beanies-and-scarves/">Beanies and Scarves</a></li><li><a href="/headwear/new-era/">New Era</a></li></ul> <ul class="productListNav"> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-media-cap-1761.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5382-280.jpg" alt="2025 Panthers Media Cap" /> </div> <p>2025 Panthers Media Cap</p> <p class="price priceData">$34.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/new-era-940-snapback-2-tone-script-cap-1811.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5475-280.jpg" alt="New Era 940 Snapback 2-Tone Script Cap" /> </div> <p>New Era 940 Snapback 2-Tone Script Cap</p> <p class="price priceData">$54.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-training-cap-1762.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5389-280.jpg" alt="2025 Panthers Training Cap" /> </div> <p>2025 Panthers Training Cap</p> <p class="price priceData">$34.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/new-era-940-a-frame-retro-washed-cap-1810.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5477-280.jpg" alt="New Era 940 A Frame Retro Washed Cap" /> </div> <p>New Era 940 A Frame Retro Washed Cap</p> <p class="price priceData">$59.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-training-visor-1764.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5394-280.jpg" alt="2025 Panthers Training Visor" /> </div> <p>2025 Panthers Training Visor</p> <p class="price priceData">$34.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-bucket-hat-1763.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5384-280.jpg" alt="2025 Panthers Bucket Hat" /> </div> <p>2025 Panthers Bucket Hat</p> <p class="price priceData">$39.99</p> </a> </li> </ul> </div></li><li class=" submenuTriggerDrop"><a href="/accessories/">Accessories</a><i class="fa fa-caret-down" aria-label="Sub Navigation"></i><div class="navDrop"><ul class="subNav"><li><a href="/accessories/pets/">Pets</a></li><li><a href="/accessories/beanies-and-scarves/">Beanies and Scarves</a></li><li><a href="/accessories/footballs/">Footballs</a></li><li><a href="/accessories/flags/">Flags</a></li><li><a href="/accessories/keyrings-and-pins/">Keyrings and Pins</a></li><li><a href="/accessories/socks/">Socks</a></li></ul> <ul class="productListNav"> <li> <a href="https://shop.penrithpanthers.com.au/panthers-neon-light-1801.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5468-280.jpg" alt="Panthers Neon Light" /> </div> <p>Panthers Neon Light</p> <p class="price priceData">$32.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/panthers-gift-wrapping-paper-1279.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/4288-280.jpg" alt="Panthers Gift Wrapping Paper" /> </div> <p>Panthers Gift Wrapping Paper</p> <p class="price priceData">$13.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2025-panthers-duffle-bag-1760.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5397-280.jpg" alt="2025 Panthers Duffle Bag" /> </div> <p>2025 Panthers Duffle Bag</p> <p class="price priceData">$124.99</p> </a> </li> <li> <a href="https://shop.penrithpanthers.com.au/2024-panthers-premiers-ball-size-5-1857.phtml"> <div class="imgWrapper"> <img src="https://nrlpanthers.b-cdn.net/products/5541-280.jpg" alt="2024 Panthers Premiers Ball Size 5" /> </div> <p>2024 Panthers Premiers Ball Size 5</p> <p class="price priceData">$59.99</p> </a> </li> </ul> </div></li> </ul> </div> </nav> <script charset="utf-8" src="https://nrlpanthers.b-cdn.net/js/functionsCategory.js"></script> <script> $(document).ready(function(){ setBoxHeight(); var showFilters = '1'; var categoryId = '66'; enableFilters('filterCross', showFilters, categoryId); // change variable based on type of filter style – filterCross filterCheck filterBlock $(".filterContent").hide(); //enableSelectBox(); //DEV TO DELETE LIST if($(".item").length > 4){ filterProducts('$'); }else{ checkFilterPrice(); } if(detectCss("small") || detectCss("mobile")){ $(".filterClose").hide(); var menuLeft = $(".filterMenu"); var pushWrapper = $(".pushWrapper"); $(".pushControl").click(function(){ if(pushWrapper.hasClass("pushRight")){ pushWrapper.removeClass("pushRight"); }else{ pushWrapper.addClass("pushRight"); } if(menuLeft.hasClass("filterMenuRight")){ menuLeft.removeClass("filterMenuRight"); $(".filterClose").hide(); $(".filterOpen").show(); }else{ menuLeft.addClass("filterMenuRight"); $(".filterClose").show(); $(".filterOpen").hide(); } }); var menuLeftAdmin = $(".filterMenuAdmin"); var pushWrapper = $(".pushWrapper"); $(".pushControlAdmin").click(function(){ if(pushWrapper.hasClass("pushRight")){ pushWrapper.removeClass("pushRight"); }else{ pushWrapper.addClass("pushRight"); } if(menuLeftAdmin.hasClass("filterMenuRight")){ menuLeftAdmin.removeClass("filterMenuRight"); $(".filterCloseAdmin").hide(); $(".filterOpenAdmin").show(); }else{ menuLeftAdmin.addClass("filterMenuRight"); $(".filterCloseAdmin").show(); $(".filterOpenAdmin").hide(); } }); } //CUSTOM SELECT $(document).on("click", ".customSelectTrigger", function(){ var $this = $(this); if($this.hasClass('open')){ $(".customSelect .menu").slideUp(); $this.removeClass('open'); $this.parent().removeClass('customSelectActive'); }else{ $(".customSelect .menu").slideDown(); $this.addClass('open'); $this.parent().addClass('customSelectActive'); } }); $(document).on("click", ".customSelect .menu .selectOption", function(){ var $this = $(this); $('.customSelect .menu .sortByActive').removeClass('sortByActive'); $this.addClass('sortByActive'); updateFilters(categoryId, showFilters); $('.customSelect .menu').slideUp(); var customSelect = $this.closest('.customSelect'); customSelect.removeClass('customSelectActive'); customSelect.find('.customSelectTrigger').removeClass('open'); customSelect.find('p.label').html($this.html()); }); //CUSTOM SELECT $(document).on("click", ".filterParent", function(){ var $this = $(this); if($this.hasClass("filterParentOpen")){ $this.next(".filterContent").slideUp("medium"); $this.removeClass("filterParentOpen"); }else{ $this.next(".filterContent").slideDown(); $this.addClass("filterParentOpen"); } }); $(document).on('click', '.wishListHeart', function(){ var $this = $(this); var action = ''; if($this.hasClass('fa-heart')){ $this.removeClass('fa-heart').addClass('fa-heart-o'); action = 'remove'; }else{ $this.removeClass('fa-heart-o').addClass('fa-heart'); action = 'add'; } $.ajax({ url: '/ajax/wishListUpdate.php', cache: false, type: "POST", data: { id: $this.attr('data-id'), action: action }, success: function(data){ $('#wishListAmount').text(data); } }); }); $(document).on("click", ".touchLinkOpen", function(){ var $this = $(this); $this.closest(".item").addClass("itemHover"); }); $(document).on("click", ".touchLinkClose", function(){ var $this = $(this); $this.closest(".item").removeClass("itemHover"); }); //SIZES /*$('.productSizesOverlay').owlCarousel({ loop: false, dots: false, items: 5, nav: true, navText: ['<button class="previous" type="button" value="Previous"></button>', '<button class="next" type="button" value="Next"></button>'], responsive: { 320: { items: 3 }, 680: { items: 3 }, 1002: { items: 4 }, 1283: { items: 5 } } });*/ //owlCarousel(".productSizesOverlay"); $(document).on("click", ".productSizeSelection", function(){ var $this = $(this); var id = $this.attr("data-idvalue"); $.ajax({ url: "/ajax/basketAdd.php", cache: false, type: "POST", data: { id: id, qty: 1 }, success: function(data){ updateMiniCart(data); $(".miniCart").addClass("miniCartShow"); addFacebookPixelAddToCart(id); } }); }); //SIZES //ADD PRODUCT /*$(document).on("click", ".addProduct", function(){ var $this = $(this); var id = $this.attr("data-idvalue"); var sibling = $this.siblings(".productSizesOverlay"); if(sibling.length > 0){ var error = $this.siblings(".showSelectSizeError"); if(sibling.find(".productSizeSelection.active").attr("data")){ id = sibling.find(".productSizeSelection.active").attr("data"); error.slideUp(); }else{ error.slideDown(); return; } } var qty = $this.siblings(".quantity").val(); qty = Math.floor(qty); $this.siblings(".quantity").val(qty); $.ajax({ url: "/ajax/basketAdd.php", cache: false, type: "POST", data: { id: id, qty: qty }, success: function(data){ //addFacebookPixelAddToCart(id); updateMiniCart(data); $(".miniCart").addClass("miniCartShow"); } }); }); //ADD PRODUCT*/ }); function addFacebookPixelAddToCart(id){ if(typeof fbq === "function"){ fbq('track', 'AddToCart', { content_ids: [id], content_type: 'product' }); } } </script> <main> <section class="category"> <div class="mainTile"> <div class="imgWrapper"><img src="/img/categories/710.jpg" alt="Authentic " /></div> <div class="overlay"> <h2 >Authentic </h2> </div> </div> <div class="colCount4"> <aside class="colSpan1 filterMenu transitionPush"> <div class="count"> <div class="colSpan2"> <p class="muted">Showing <span id="productCount">17</span>/17</p> </div> <div class="pushControl"> <i class="fa fa-close" aria-hidden="true"></i> </div> </div> <h2 class="priceFilterTrigger">Filter By Price</h2> <div class="filterPriceWrapper"> <input type="text" id="amount" class="filterPrice priceFilterTrigger" disabled /> </div> <div class="sliderRange priceFilterTrigger"></div> <h2>Filters:</h2> <div class="filterCross"> <div class="filter "> <span class="divider"></span> <h3 class="filterParent"> <span class="mainText">Apparel</span> <span class="inlineLink"><span class="clearAll apparel" data-inactive="apparel">[ <i class="fa fa-close" aria-hidden="true"></i> Clear All ]</span> <i class="fa fa-plus filterTrigger" aria-hidden="true"></i> </span> </h3> <div class="filterContent"> <ul> <li class="filterLI" data-parent="apparel" data-id="57"> <span class="filterName">Jerseys </span> <span class="inlineLink filterClose"><i class="fa fa-close" aria-hidden="true"></i></span> </li> <li class="filterLI" data-parent="apparel" data-id="58"> <span class="filterName">Polos</span> <span class="inlineLink filterClose"><i class="fa fa-close" aria-hidden="true"></i></span> </li> <li class="filterLI" data-parent="apparel" data-id="63"> <span class="filterName">Training</span> <span class="inlineLink filterClose"><i class="fa fa-close" aria-hidden="true"></i></span> </li> </ul> </div> </div> <div class="filter "> <span class="divider"></span> <h3 class="filterParent"> <span class="mainText">Accessories</span> <span class="inlineLink"><span class="clearAll accessories" data-inactive="accessories">[ <i class="fa fa-close" aria-hidden="true"></i> Clear All ]</span> <i class="fa fa-plus filterTrigger" aria-hidden="true"></i> </span> </h3> <div class="filterContent"> <ul> <li class="filterLI" data-parent="accessories" data-id="51"> <span class="filterName">Socks</span> <span class="inlineLink filterClose"><i class="fa fa-close" aria-hidden="true"></i></span> </li> </ul> </div> </div> </div> <span class="divider"></span> <div class="filter filterVariations "> <h3 class="filterParent"> <span class="mainText">Size</span> <span class="inlineLink"><span class="clearAll Size" data-inactive="Size">[ <i class="fa fa-close" aria-hidden="true"></i> Clear All ]</span><i class="fa fa-plus filterTrigger" aria-hidden="true"></i></span> </h3> <div class="filterContent"> <ul> <li class="filterLI" data-parent="Size" data-id="116" data-type="variation"><span class="filterName">S</span></li> <li class="filterLI" data-parent="Size" data-id="117" data-type="variation"><span class="filterName">M</span></li> <li class="filterLI" data-parent="Size" data-id="118" data-type="variation"><span class="filterName">L</span></li> <li class="filterLI" data-parent="Size" data-id="119" data-type="variation"><span class="filterName">XL</span></li> <li class="filterLI" data-parent="Size" data-id="123" data-type="variation"><span class="filterName">2XL</span></li> <li class="filterLI" data-parent="Size" data-id="124" data-type="variation"><span class="filterName">3XL</span></li> <li class="filterLI" data-parent="Size" data-id="134" data-type="variation"><span class="filterName">4XL </span></li> <li class="filterLI" data-parent="Size" data-id="135" data-type="variation"><span class="filterName">5XL </span></li> <li class="filterLI" data-parent="Size" data-id="147" data-type="variation"><span class="filterName">6XL</span></li> <li class="filterLI" data-parent="Size" data-id="148" data-type="variation"><span class="filterName">7XL</span></li> <li class="filterLI" data-parent="Size" data-id="178" data-type="variation"><span class="filterName">7-9</span></li> <li class="filterLI" data-parent="Size" data-id="179" data-type="variation"><span class="filterName">9-12</span></li> <li class="filterLI" data-parent="Size" data-id="180" data-type="variation"><span class="filterName">12-15</span></li> </ul> </div> </div> <span class="divider"></span> </aside> <div class="colSpan3 productList"> <div class="colCount"> <div class="breadcrumbs"> <a href="/">Home <span class="verticalDivider">/</span> </a><a href="/mens/">mens <span class="verticalDivider">/</span></a> <h1>Authentic </h1> </div> <span class="pushControl"> <span class="filterOpen"><i class="fa fa-bars" aria-hidden="true"></i> <span class="inlineLink">Filter Options</span></span> <span class="filterClose"><i class="fa fa-close" aria-hidden="true"></i> <span class="inlineLink">Close Filter Options</span></span> </span> <div class="customSelect"> <span class="customSelectLabel">Sort By:</span> <div class="customSelectTrigger"> <p class="label">Default Order</p> </div> <div class="menu"> <span class="selectOption" data-value="sortOrder">Default Order</span> <span class="selectOption" data-value="priceLowToHigh">Price: Low to High</span> <span class="selectOption" data-value="priceHighToLow">Price: High to Low</span> <span class="selectOption" data-value="bestSelling">Best Selling</span> <span class="selectOption" data-value="AtoZ">Name: A&ndash;Z</span> <span class="selectOption" data-value="ZtoA">Name: Z&ndash;A</span> <span class="selectOption" data-value="oldToNew">Oldest to Newest</span> <span class="selectOption" data-value="newToOld">Newest to Oldest</span> <span class="selectOption" data-value="mostDiscounted">Most Discounted</span> </div> </div> </div> <div class="categoryProductWrapper"> <div class="item "> <div class="productTag productTagSale"><p>Back <span>in Stock</span></p></div> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-warm-up-tee-1776.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5576-280.jpg" alt="2025 Panthers Men's Warm Up Tee" /></div> </a> <p>2025 Panthers Men's Warm Up Tee</p> <p class="price priceData" data-price="99.99">$99.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6396" type="button" value="6396"><span>S</span></button><button class="productSizeSelection " data-idvalue="6397" type="button" value="6397"><span>M</span></button><button class="productSizeSelection disabled" data-idvalue="6398" type="button" value="6398"><span>L</span></button><button class="productSizeSelection disabled" data-idvalue="6399" type="button" value="6399"><span>XL</span></button><button class="productSizeSelection disabled" data-idvalue="6400" type="button" value="6400"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6401" type="button" value="6401"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6402" type="button" value="6402"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6403" type="button" value="6403"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6404" type="button" value="6404"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6405" type="button" value="6405"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1776"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-replica-home-jersey-1747.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5301-280.jpg" alt="2025 Panthers Men's Replica Home Jersey" /></div> </a> <p>2025 Panthers Men's Replica Home Jers&hellip;</p> <p class="price priceData" data-price="159.99">$159.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6240" type="button" value="6240"><span>S</span></button><button class="productSizeSelection " data-idvalue="6241" type="button" value="6241"><span>M</span></button><button class="productSizeSelection " data-idvalue="6242" type="button" value="6242"><span>L</span></button><button class="productSizeSelection " data-idvalue="6243" type="button" value="6243"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6244" type="button" value="6244"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6245" type="button" value="6245"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6246" type="button" value="6246"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6247" type="button" value="6247"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6248" type="button" value="6248"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6249" type="button" value="6249"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1747"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-replica-away-jersey-1750.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5306-280.jpg" alt="2025 Panthers Men's Replica Away Jersey" /></div> </a> <p>2025 Panthers Men's Replica Away Jers&hellip;</p> <p class="price priceData" data-price="159.99">$159.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6263" type="button" value="6263"><span>S</span></button><button class="productSizeSelection " data-idvalue="6264" type="button" value="6264"><span>M</span></button><button class="productSizeSelection " data-idvalue="6265" type="button" value="6265"><span>L</span></button><button class="productSizeSelection " data-idvalue="6266" type="button" value="6266"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6267" type="button" value="6267"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6268" type="button" value="6268"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6269" type="button" value="6269"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6270" type="button" value="6270"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6271" type="button" value="6271"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6272" type="button" value="6272"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1750"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-black-media-polo-1739.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5427-280.jpg" alt="2025 Panthers Men's Black Media Polo" /></div> </a> <p>2025 Panthers Men's Black Media Polo</p> <p class="price priceData" data-price="99.99">$99.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6177" type="button" value="6177"><span>S</span></button><button class="productSizeSelection " data-idvalue="6178" type="button" value="6178"><span>M</span></button><button class="productSizeSelection " data-idvalue="6179" type="button" value="6179"><span>L</span></button><button class="productSizeSelection " data-idvalue="6180" type="button" value="6180"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6181" type="button" value="6181"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6182" type="button" value="6182"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6183" type="button" value="6183"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6184" type="button" value="6184"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6185" type="button" value="6185"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6186" type="button" value="6186"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1739"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-grey-media-polo-1742.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5444-280.jpg" alt="2025 Panthers Men's Grey Media Polo" /></div> </a> <p>2025 Panthers Men's Grey Media Polo</p> <p class="price priceData" data-price="99.99">$99.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6200" type="button" value="6200"><span>S</span></button><button class="productSizeSelection " data-idvalue="6201" type="button" value="6201"><span>M</span></button><button class="productSizeSelection " data-idvalue="6202" type="button" value="6202"><span>L</span></button><button class="productSizeSelection " data-idvalue="6203" type="button" value="6203"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6204" type="button" value="6204"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6205" type="button" value="6205"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6206" type="button" value="6206"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6207" type="button" value="6207"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6208" type="button" value="6208"><span>6XL</span></button><button class="productSizeSelection disabled" data-idvalue="6209" type="button" value="6209"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1742"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-black-training-tee-1766.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5336-280.jpg" alt="2025 Panthers Men's Black Training Tee" /></div> </a> <p>2025 Panthers Men's Black Training Te&hellip;</p> <p class="price priceData" data-price="94.99">$94.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6311" type="button" value="6311"><span>S</span></button><button class="productSizeSelection " data-idvalue="6312" type="button" value="6312"><span>M</span></button><button class="productSizeSelection " data-idvalue="6315" type="button" value="6315"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6316" type="button" value="6316"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6317" type="button" value="6317"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6318" type="button" value="6318"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6319" type="button" value="6319"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6320" type="button" value="6320"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1766"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-coaches-training-tee-1768.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5340-280.jpg" alt="2025 Panthers Men's Coaches Training Tee" /></div> </a> <p>2025 Panthers Men's Coaches Training &hellip;</p> <p class="price priceData" data-price="94.99">$94.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6326" type="button" value="6326"><span>S</span></button><button class="productSizeSelection " data-idvalue="6327" type="button" value="6327"><span>M</span></button><button class="productSizeSelection " data-idvalue="6328" type="button" value="6328"><span>L</span></button><button class="productSizeSelection " data-idvalue="6329" type="button" value="6329"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6330" type="button" value="6330"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6331" type="button" value="6331"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6332" type="button" value="6332"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6333" type="button" value="6333"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6334" type="button" value="6334"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6335" type="button" value="6335"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1768"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-training-singlet-1770.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5342-280.jpg" alt="2025 Panthers Men's Training Singlet" /></div> </a> <p>2025 Panthers Men's Training Singlet</p> <p class="price priceData" data-price="84.99">$84.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6346" type="button" value="6346"><span>S</span></button><button class="productSizeSelection " data-idvalue="6347" type="button" value="6347"><span>M</span></button><button class="productSizeSelection disabled" data-idvalue="6348" type="button" value="6348"><span>L</span></button><button class="productSizeSelection " data-idvalue="6349" type="button" value="6349"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6350" type="button" value="6350"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6351" type="button" value="6351"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6352" type="button" value="6352"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6353" type="button" value="6353"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6354" type="button" value="6354"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6355" type="button" value="6355"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1770"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-long-sleeve-training-shirt-1769.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5345-280.jpg" alt="2025 Panthers Men's Long Sleeve Training Shirt" /></div> </a> <p>2025 Panthers Men's Long Sleeve Train&hellip;</p> <p class="price priceData" data-price="104.99">$104.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6336" type="button" value="6336"><span>S</span></button><button class="productSizeSelection " data-idvalue="6337" type="button" value="6337"><span>M</span></button><button class="productSizeSelection " data-idvalue="6338" type="button" value="6338"><span>L</span></button><button class="productSizeSelection " data-idvalue="6339" type="button" value="6339"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6340" type="button" value="6340"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6341" type="button" value="6341"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6342" type="button" value="6342"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6343" type="button" value="6343"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6344" type="button" value="6344"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6345" type="button" value="6345"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1769"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-home-playing-shorts-1743.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5323-280.jpg" alt="2025 Panthers Men's Home Playing Shorts" /></div> </a> <p>2025 Panthers Men's Home Playing Shor&hellip;</p> <p class="price priceData" data-price="89.99">$89.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6210" type="button" value="6210"><span>S</span></button><button class="productSizeSelection " data-idvalue="6211" type="button" value="6211"><span>M</span></button><button class="productSizeSelection " data-idvalue="6212" type="button" value="6212"><span>L</span></button><button class="productSizeSelection " data-idvalue="6213" type="button" value="6213"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6214" type="button" value="6214"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6215" type="button" value="6215"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6216" type="button" value="6216"><span>4XL </span></button><button class="productSizeSelection disabled" data-idvalue="6217" type="button" value="6217"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6218" type="button" value="6218"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6219" type="button" value="6219"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1743"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-away-playing-shorts-1745.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5327-280.jpg" alt="2025 Panthers Men's Away Playing Shorts" /></div> </a> <p>2025 Panthers Men's Away Playing Shor&hellip;</p> <p class="price priceData" data-price="89.99">$89.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6225" type="button" value="6225"><span>S</span></button><button class="productSizeSelection " data-idvalue="6226" type="button" value="6226"><span>M</span></button><button class="productSizeSelection " data-idvalue="6227" type="button" value="6227"><span>L</span></button><button class="productSizeSelection " data-idvalue="6228" type="button" value="6228"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6229" type="button" value="6229"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6230" type="button" value="6230"><span>3XL</span></button><button class="productSizeSelection disabled" data-idvalue="6231" type="button" value="6231"><span>4XL </span></button><button class="productSizeSelection disabled" data-idvalue="6232" type="button" value="6232"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6233" type="button" value="6233"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6234" type="button" value="6234"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1745"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-training-shorts-1772.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5351-280.jpg" alt="2025 Panthers Men's Training Shorts" /></div> </a> <p>2025 Panthers Men's Training Shorts</p> <p class="price priceData" data-price="89.99">$89.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6361" type="button" value="6361"><span>S</span></button><button class="productSizeSelection " data-idvalue="6362" type="button" value="6362"><span>M</span></button><button class="productSizeSelection " data-idvalue="6363" type="button" value="6363"><span>L</span></button><button class="productSizeSelection " data-idvalue="6364" type="button" value="6364"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6365" type="button" value="6365"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6366" type="button" value="6366"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6367" type="button" value="6367"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6368" type="button" value="6368"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6369" type="button" value="6369"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6370" type="button" value="6370"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1772"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-home-socks-1755.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5369-280.jpg" alt="2025 Panthers Men's Home Socks" /></div> </a> <p>2025 Panthers Men's Home Socks</p> <p class="price priceData" data-price="39.99">$39.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6292" type="button" value="6292"><span>7-9</span></button><button class="productSizeSelection " data-idvalue="6293" type="button" value="6293"><span>9-12</span></button><button class="productSizeSelection " data-idvalue="6294" type="button" value="6294"><span>12-15</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1755"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-away-socks-1756.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5371-280.jpg" alt="2025 Panthers Men's Away Socks" /></div> </a> <p>2025 Panthers Men's Away Socks</p> <p class="price priceData" data-price="39.99">$39.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6295" type="button" value="6295"><span>7-9</span></button><button class="productSizeSelection " data-idvalue="6296" type="button" value="6296"><span>9-12</span></button><button class="productSizeSelection " data-idvalue="6297" type="button" value="6297"><span>12-15</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1756"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-dark-training-jersey-1774.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5355-280.jpg" alt="2025 Panthers Men's Dark Training Jersey" /></div> </a> <p>2025 Panthers Men's Dark Training Jer&hellip;</p> <p class="price priceData" data-price="159.99">$159.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6376" type="button" value="6376"><span>S</span></button><button class="productSizeSelection " data-idvalue="6377" type="button" value="6377"><span>M</span></button><button class="productSizeSelection " data-idvalue="6378" type="button" value="6378"><span>L</span></button><button class="productSizeSelection disabled" data-idvalue="6379" type="button" value="6379"><span>XL</span></button><button class="productSizeSelection disabled" data-idvalue="6380" type="button" value="6380"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6381" type="button" value="6381"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6382" type="button" value="6382"><span>4XL </span></button><button class="productSizeSelection disabled" data-idvalue="6383" type="button" value="6383"><span>5XL </span></button><button class="productSizeSelection disabled" data-idvalue="6384" type="button" value="6384"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6385" type="button" value="6385"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1774"></button> </div> </div> <div class="item "> <a href="https://shop.penrithpanthers.com.au/2025-panthers-mens-light-training-jersey-1775.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5359-280.jpg" alt="2025 Panthers Men's Light Training Jersey" /></div> </a> <p>2025 Panthers Men's Light Training Je&hellip;</p> <p class="price priceData" data-price="159.99">$159.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6386" type="button" value="6386"><span>S</span></button><button class="productSizeSelection " data-idvalue="6387" type="button" value="6387"><span>M</span></button><button class="productSizeSelection " data-idvalue="6388" type="button" value="6388"><span>L</span></button><button class="productSizeSelection disabled" data-idvalue="6389" type="button" value="6389"><span>XL</span></button><button class="productSizeSelection disabled" data-idvalue="6390" type="button" value="6390"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6391" type="button" value="6391"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6392" type="button" value="6392"><span>4XL </span></button><button class="productSizeSelection disabled" data-idvalue="6393" type="button" value="6393"><span>5XL </span></button><button class="productSizeSelection disabled" data-idvalue="6394" type="button" value="6394"><span>6XL</span></button><button class="productSizeSelection disabled" data-idvalue="6395" type="button" value="6395"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1775"></button> </div> </div> <div class="item "> <div class="productTag productTagSale"><p>Pre-<span>Sale</span></p></div> <a href="https://shop.penrithpanthers.com.au/pre-order-2025-panthers-mens-anzac-round-jersey-1865.phtml"> <div class="imgWrapper"><img src="https://nrlpanthers.b-cdn.net/products/5675-280.jpg" alt="PRE-ORDER: 2025 Panthers Men's ANZAC Round Jersey" /></div> </a> <p>PRE-ORDER: 2025 Panthers Men's ANZAC &hellip;</p> <p class="price priceData" data-price="159.99">$159.99</p> <div class="productSizes"> <a class="touchLink touchLinkOpen">[ <i class="fa fa-plus"></i> More Options ]</a> <div class="itemOverlay"> <a class="touchLink touchLinkClose">[ <i class="fa fa-minus"></i> Close ]</a> <div class="ninja showSelectSizeError"> <div class="errorMessages"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> You must make a selection</p></div> </div> <div class="productSizesOverlay"> <button class="productSizeSelection " data-idvalue="6895" type="button" value="6895"><span>S</span></button><button class="productSizeSelection " data-idvalue="6896" type="button" value="6896"><span>M</span></button><button class="productSizeSelection " data-idvalue="6897" type="button" value="6897"><span>L</span></button><button class="productSizeSelection " data-idvalue="6898" type="button" value="6898"><span>XL</span></button><button class="productSizeSelection " data-idvalue="6899" type="button" value="6899"><span>2XL</span></button><button class="productSizeSelection " data-idvalue="6900" type="button" value="6900"><span>3XL</span></button><button class="productSizeSelection " data-idvalue="6901" type="button" value="6901"><span>4XL </span></button><button class="productSizeSelection " data-idvalue="6902" type="button" value="6902"><span>5XL </span></button><button class="productSizeSelection " data-idvalue="6903" type="button" value="6903"><span>6XL</span></button><button class="productSizeSelection " data-idvalue="6904" type="button" value="6904"><span>7XL</span></button> </div> </div> <button class="wishListHeart fa fa-heart-o" type="button" value="Favourite" data-id="1865"></button> </div> </div> </div> </div> </div> </section> </main> <section class="signUp"> <div class="colCount3"> <div class="colSpan2"> <h2>Stay connected and receive the latest Panthers news straight to your inbox!</h2> </div> <div class="colSpan1"> <form action="/inc/subscribe.php" id="subscribeForm" method="post"> <input class="emailValidation" id="subscribeEmail" type="email" name="email" placeholder="Enter Your Email&hellip;" /><span class="fillerAngle"></span><button class="submit" type="submit" value="Subscribe"><span>Subscribe</span></button> </form> <script> $(document).ready(function(){ emailValidation(); }); </script> </div> </div> </section> <section class="partners"> <div class="colCount"> <ul> <li><img src="https://nrlpanthers.b-cdn.net/img/tiles/34-myplace-panther-shop-2.jpg" alt="Oak Plus Protein"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/35-2-allam.jpg" alt="Allam Homes"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/45-3-oak.jpg" alt="OAK Plus"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/36-4-hertz.jpg" alt="Hertz"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/37-5-tooheys.jpg" alt="Tooheys"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/38-6-bluebet.jpg" alt="BlueBet"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/39-7-oneills.jpg" alt="O'Neills Sportswear"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/40-8kfc.jpg" alt="KFC"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/41-9-nectr.jpg" alt="Turner Freeman Lawyers"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/42-9-turner-freemna.jpg" alt="Westfund"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/44-10-westfund.jpg" alt="MKJ Projects"/></li><li><img src="https://nrlpanthers.b-cdn.net/img/tiles/47-12-mkj.jpg" alt="MKJ Projects"/></li> </ul> </div> </section> <footer> <section> <div class="colCount"> <img class="footerLogo" src="https://nrlpanthers.b-cdn.net/img/logoVertical.svg" alt="Panther Shop" /> <div class="shopLinks"> <h3>Useful Links</h3> <ul> <li><a href="https://www.penrithpanthers.com.au/" target="_blank">Official Penrith Panthers Website</a></li> <li><a href="https://www.penrithpanthers.com.au/membership" target="_blank">Penrith Panthers Membership</a></li> <li><a href="/faqs">Frequently Asked Questions</a></li> <li><a href="/returns-exchanges">Returns &amp; Exchanges</a></li> <li><a href="/shipping-guide">Shipping Guide</a></li> <li><a href="/privacy-policy">Privacy Policy</a></li> </ul> </div> <div class="paymentSocial"> <h3>We Accept</h3> <span class="glyphImagePayPalFull"><span class="accessibilityLabel">PayPal</span></span><span class="glyphImageVisaFull"><span class="accessibilityLabel">Visa</span></span><span class="glyphImageMastercardFull"><span class="accessibilityLabel">Mastercard</span></span><span class="glyphImageAmericanExpressFull"><span class="accessibilityLabel">American Express</span></span><span class="glyphImageAfterpayFull"><span class="accessibilityLabel">Afterpay</span></span> <ul> <li><a href="https://www.facebook.com/penrithpanthers/" target="_blank"><i class="fa fa-facebook-square" aria-label="Facebook"></i></a></li> <li><a href="https://twitter.com/PenrithPanthers" target="_blank"><i class="fa fa-twitter-square" aria-label="Twitter"></i></a></li> <li><a href="https://www.instagram.com/penrithpanthers/" target="_blank"><i class="fa fa-instagram" aria-label="Instagram"></i></a></li> </ul> </div> </div> </section> <section class="copyright"> <div class="colCount4"> <div class="colSpan3"> <p>&copy; Penrith Panthers 2025.</p> </div> <div class="colSpan1"> <p><a href="http://www.jetpack.com.au/" target="_blank"><i class="iconJetpack" aria-label="Jetpack"></i></a> eCommerce by Jetpack</p> </div> </div> </section> </footer> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10