Skip to product information
1 of 1

Rose River Lure Company

Men's Premium Polo

Men's Premium Polo

Regular price $29.00 USD
Regular price Sale price $29.00 USD
Sale Sold out
Product mockup
if (colorSelect && selectedImage && productForm) { //checking if elements are available. function updateVariant() { const selectedVariantId = colorSelect.value; const selectedOption = colorSelect.options[colorSelect.selectedIndex]; const imageUrl = selectedOption.getAttribute('data-image'); if (imageUrl) { selectedImage.src = imageUrl; } // Update the hidden variant ID input in the form. const variantInput = productForm.querySelector('input[name="id"]'); if (variantInput) { variantInput.value = selectedVariantId; } } colorSelect.addEventListener('change', updateVariant); updateVariant(); // Initial update on page load. // Find the position of the "Color" option. let option_index = -1; option_index = 0; if(option_index === -1){ console.error("The product does not have a 'Color' option. Please add one."); } else { //This next part is to handle if a variant is preselected via url. const urlParams = new URLSearchParams(window.location.search); const variantIdFromUrl = urlParams.get('variant'); if(variantIdFromUrl){ for (let i = 0; i < colorSelect.options.length; i++) { if (colorSelect.options[i].value === variantIdFromUrl) { colorSelect.value = variantIdFromUrl; updateVariant(); break; } } } } } else { console.error("Required elements for color selection not found."); } });
Color
Size
A classic piece that never goes out of style, this Port Authority embroidered polo has it all—relaxed fit, silky fabric, and a comfortable length. Get one for yourself and watch how it becomes a true outfit game-changer in your wardrobe.

• 65% polyester, 35% cotton pique
• Fabric weight: 5.0 oz/yd² (169.5 g/m²)
• Relaxed fit that runs large
• Flat knit collar and cuffs
• Metal buttons with dyed-to-match plastic rims
• Side vents for breathability
• Blank product sourced from Ethiopia

This product is made especially for you as soon as you place an order, which is why it takes us a bit longer to deliver it to you. Making products on demand instead of in bulk helps reduce overproduction, so thank you for making thoughtful purchasing decisions!
View full details

Contact form