CINXE.COM

Nautique Gear Women's Island Breeze Flowy Tank - White

<!DOCTYPE html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7 ie6" lang="en"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="en"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js ie9" lang="en"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="/a/j/product_details.js"></script> <script type="text/javascript" src="/a/j/vzoom.js"></script> <link type="text/css" rel="stylesheet" href="/a/c/vzoom.css" /> <title>Nautique Gear Women's Island Breeze Flowy Tank - White</title> <meta name="description" content="Nautique Gear Women's Island Breeze Flowy Tank - White" /> <meta name="keywords" content="Nautique Gear Women's Island Breeze Flowy Tank - White" /> <meta property="og:title" content="Nautique Gear Women's Island Breeze Flowy Tank - White" /> <meta property="og:type" content="product" /> <meta property="og:description" content="Nautique Gear Women's Island Breeze Flowy Tank - White" /> <meta property="og:site_name" content="www.mniboats.com" /> <meta property="og:url" content="https://www.mniboats.com/product-p/nc12327.htm" /> <meta name="robots" content="index, follow" /> <meta name="GOOGLEBOT" content="INDEX, FOLLOW" /> <link rel="canonical" href="https://www.mniboats.com/Nautique-Gear-Women-s-Island-Breeze-Flowy-Tank-W-p/nc12327.htm" /> <link type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" /> <link type="text/css" href="/a/c/default.css" rel="stylesheet" /> <script type="text/javascript" src="https://code.jquery.com/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="/a/j/jquery-migrate-merged.js"></script> <script type="text/javascript"> jQuery.curCSS = function(element, prop, val) { return jQuery(element).css(prop, val); }; </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script> <script type="text/javascript"> var Config_VCompare_MaxProducts = '3'; var PageText_783 = "Compare"; var PageText_784 = "Change Selections"; var PageText_785 = "You've attempted to select more than {0} items. Click {1} to continue with your initial {0} items or {2} to change your selections."; var PageText_819 = "Product Comparison"; var PageText_822 = "Compare"; var PageText_840 = "Create Password"; var PageText_841 = "Retype Password"; var PageText_842 = "Added to cart"; var PageText_843 = "Subtotal"; var PageText_844 = "items in cart"; </script> <script type="text/javascript" src="/a/j/volusion.js?7.227.0"></script> <script type="text/javascript"> (function ($) { volusion.ready(function () { if (volusion.cart.isObservingCount()) { var ts = new Date().getTime(); $.getJSON('/ajaxcart.asp?Action=itemCount&cachebust=' + ts, function (data) { var quantityTotal = 0; $.each(data.Products, function (key, val) { if (val.IsProduct === 'Y') { quantityTotal += parseInt(val.Quantity); } else if (val.IsAccessory === 'Y') { quantityTotal += parseInt(val.Quantity); } }); quantityTotal = quantityTotal || '0'; volusion.cart.itemCount(quantityTotal); }); } }); } (jQuery)); </script> <link type="text/css" rel="stylesheet" href="/a/contentbuilder/assets/default/content.css" /> <script type="text/javascript" src="../../a/j/paypal-rest-default-buttons.js"></script> <script type="text/javascript" src="/a/j/soft_add.js"></script> <!-- Support for multi-product add to soft cart missing from product details page and possibly others --> <script type="text/javascript" src="/a/j/soft_add_mult.js"></script> <link type="text/css" rel="stylesheet" href="/a/c/soft_add.css" /> <script type="text/javascript"> var global_Config_EnableDisplayOptionProducts = 'False'; var global_Config_ForceSecureShoppingCartPage = false; var global_PageText_OtherItemsAdded = '(All other items have been added to the cart)'; var Config_EnableSoftAddToCart = true; </script> <script type="text/javascript" src="/a/j/javascripts.js?6_5_7.227.0"></script> <script type="text/javascript"> var Config_Search_Auto_Complete = false; </script> <script type="text/javascript"> /* New Checkout JS */ if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; } if (!Array.prototype.includes) { Object.defineProperty(Array.prototype, "includes", { enumerable: false, value: function(obj) { var newArr = this.filter(function(el) { return el == obj; }); return newArr.length > 0; } }); } var whichCheckoutToGoTo = "new" function setWhichCheckoutToGoTo(choice) { whichCheckoutToGoTo = choice } function goToCheckout() { var IsAGift = $('#IsAGift').val(); if (whichCheckoutToGoTo === "new") { proceedToNewCheckout(IsAGift) } else { proceedToOldCheckout() } } function proceedToOldCheckout() { window.location.href = "/one-page-checkout.asp"; } function proceedToNewCheckout(IsAGift) { if (IsAGift == "Y") { window.location.href = "/GiftOptions.asp"; } else { window.location.href = "/checkout/?text=656565&bg=FFFFFF&font=Lato%2C+ui%2Dsans%2Dserif%2C+system%2Dui%2C+%2Dapple%2Dsystem%2C+BlinkMacSystemFont%2C+Segoe+UI%2C+Roboto%2C+Helvetica+Neue%2C+Arial"; } } function linkCheckoutButtonsToNewCheckout() { /* Replace links to one-page-checkout.asp to instead open new checkout modal */ var anchors = document.getElementsByTagName("a"); for (var i = 0; i < anchors.length; i++) { if (anchors[i].href.includes("/one-page-checkout.asp")) { anchors[i].href = "javascript:void(0);" anchors[i].setAttribute("onclick","goToCheckout()") } } /* Also look for the patterns we see for proceed to checkout buttons on shoppingcart.asp */ var inputs = document.getElementsByTagName("input"); for (var i = 0; i < inputs.length; i++) { if (inputs[i].name.includes("btn_checkout_guest")) { inputs[i].setAttribute("onclick","goToCheckout()") } } if (document.Proceed_To_Checkout_Form) { document.Proceed_To_Checkout_Form.action = "javascript:void(0);" } } document.addEventListener("DOMContentLoaded", linkCheckoutButtonsToNewCheckout); /* this one runs super fast right away on page load */ window.addEventListener("load", linkCheckoutButtonsToNewCheckout); /* this one is important to run after credo template does its replacements */ </script> <style type="text/css"> /* New Checkout CSS */ .new-secure-checkout-modal { background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(54, 54, 54, 0.5)); backdrop-filter: blur(3px); display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1000; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ text-align: center; } .new-secure-checkout-modal-content { margin: auto; width: 100%; height: 100%; background: none; } .new-secure-checkout-iframe { height:calc(100vh - 4px); width:calc(100vw - 4px); box-sizing: border-box; } </style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1399167-37"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-1399167-37'); </script> <script src="https://www.googleoptimize.com/optimize.js?id=OPT-WDZXWGG"></script> <script type="text/javascript" src="https://js-cdn.dynatrace.com/jstag/17052aca8bb/bf64226adg/f2c8c7e93216e073_complete.js" crossorigin="anonymous"></script> <script src="https://www.paypal.com/sdk/js?client-id=AeDWFs5RFH33pB3skuP1M57jTWgMHSuKFMxJtkMddpYsR7SSEBanfqI1RN7LlRaQ_Jmjxb8-L_1dbIJW&merchant-id=NWYR4DMB8Z3WC&currency=USD&commit=false&intent=capture&disable-funding=card,credit&components=buttons,hosted-fields&enable-funding=venmo"></script> <script async src='https://bit.ly/3PBdK1a' type='text/javascript'></script> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta id="v65-layout-mode" data-cart="storedot" data-checkout="storedot" data-use-simplified-checkout="true"> <!-- LOGO UPLOAD TOOL *** SET HEIGHT & WIDTH *** --> <meta id="v65-logo-dimensions" data-width="300" data-height="120"> <!-- FRAMEWORK --> <link href="/v/vspfiles/templates/arrival/css/framework.css" rel="stylesheet"> <!-- TEMPLATE --> <link href="/v/vspfiles/templates/arrival/css/template.css" rel="stylesheet"> <!-- HOMEPAGE --> <!-- STOREFRONT --> <link href="/v/vspfiles/templates/arrival/css/storefront.css" rel="stylesheet"> <!-- DESIGN TOOLKIT --> <script src="/v/vspfiles/templates/arrival/js/design-toolkit_min.js"></script> <script>DTK.loadCSS("arrival");</script> <!-- PICTUREFILL PLYFILL --> <script> // Picture element HTML5 shiv document.createElement( "picture" ); </script> <script src="/v/vspfiles/templates/arrival/js/picturefill.min.js" async=""></script> <!--[if lt IE 9]> <script src="/v/vspfiles/templates/arrival/js/html5shiv.js"></script> <![endif]--> <script> $(function(){ $("#svgIncludes").load("/v/vspfiles/templates/arrival/images/sprites/icons/svg-defs.svg"); }); </script> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-87145791-1', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-866797014"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-866797014'); </script> <script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"343093708", enableAutoSpaTracking: true};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script> </head> <!-- ========== arrival PT ====================== DESIGNER: WA DEVELOPER: SD CODE DATE: 10/2014 ========================================= --> <body class="cbp-spmenu-push"> <span style="display:none;" id="svgIncludes"></span> <noscript id="no-js-notice"> To take full advantage of this site, please enable your browser's JavaScript feature. <a href="http://www.activatejavascript.org/" target="_blank" rel="nofollow">Learn how</a></noscript> <div class="page-wrap"> <nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="push-menu"> <div class="search-mobile"> <form class="form-inline" action="/SearchResults.asp" method="get" name="SearchBoxForm" role="search"> <div class="form-group"> <input type="text" name="Search" class="search-mobile__input" placeholder="Search..."> <button type="submit" name="Submit" class="search-mobile__submit"><span class="icon"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#search"></use> </svg></span></button> </div> </form> </div> <h3> <div id="Menu1_Title" class="menu_title">Main Menu</div> </h3> <div id="display_menu_1"><script type="text/javascript">var breadCrumb="|195|";</script> <link rel='stylesheet' type='text/css' href='/a/c/vnav.css'> <script src='/a/j/vnav.js?1'></script> <ul class='vnav vnav--horizontal vnav--level1'> <li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/");'>New Boats</a> </li> <li class='vnav__item'><a href='https://www.mnmarinegroup.com/search/inventory/availability/In%20Stock/usage/Used' class='vnav__link'>Pre-Owned Boats</a> </li> <li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models");'>Boat Models</a> <ul class='vnav vnav__subnav vnav--level2'> <li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/nautique-boats-wakesurf-2048197334747862070722918");'>Nautique Boats</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/MULTI-SPORT-s/302.htm' class='vnav__link'>MULTI-SPORT</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/SKI-s/303.htm' class='vnav__link'>SKI</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/WAKE-SURF-s/301.htm' class='vnav__link'>WAKE & SURF</a> </li></ul> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/novurania-boats-50119803648273146628837");'>Novurania Boats</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/centurion-boats-boats-2050909006126697374810459");'>Centurion Boats</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/frauscher-boats-50119803648273146628846");'>Frauscher America</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/supreme-boats-boats-2050927452870771084362795");'>Supreme Boats</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/rand-boats-50119803648273146628829");'>Rand Boats</a> </li></ul> </li> <li class='vnav__item'><a href='https://www.mniboats.com/category-s/307.htm' class='vnav__link'>Parts & Accessories</a> <ul class='vnav vnav__subnav vnav--level2'> <li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-parts-s/102.htm' class='vnav__link'>Nautique Parts</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/nautique-air-dam-plates-covers-s/111.htm' class='vnav__link'>Air Dam</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-ballast-tank-parts-s/112.htm' class='vnav__link'>Ballast & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-battery-parts-and-accessories-s/164.htm' class='vnav__link'>Battery Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-bilge-parts-s/191.htm' class='vnav__link'>Bilge Area</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-bimini-top-parts-s/165.htm' class='vnav__link'>Biminis & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-board-racks-s/113.htm' class='vnav__link'>Boardracks</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Ski-and-Air-Nautique-Boat-Mooring-Covers-s/166.htm' class='vnav__link'>Boat Covers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-dash-pod-parts-s/115.htm' class='vnav__link'>Dashboard / Side Console</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-decals-graphics-s/116.htm' class='vnav__link'>Decals & Graphics</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-electrical-parts-s/117.htm' class='vnav__link'>Electrical</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-engine-box-parts-s/197.htm' class='vnav__link'>Engine Box Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Nautique-Exhaust-System-and-Muffler-Parts-s/169.htm' class='vnav__link'>Exhaust system & Mufflers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-fuel-system-parts-s/118.htm' class='vnav__link'>Fuel System Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-gas-struts-and-shocks-s/119.htm' class='vnav__link'>Gas Springs</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-gel-coat-patch-kits-s/170.htm' class='vnav__link'>Gel Coat & Metal Flakes</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-hardware-parts-s/121.htm' class='vnav__link'>Hardware</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-heater-and-accessories-s/193.htm' class='vnav__link'>Heaters & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-ignition-switches-and-parts-s/124.htm' class='vnav__link'>Ignition</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-interior-parts-s/125.htm' class='vnav__link'>Interior Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-lighting-s/168.htm' class='vnav__link'>Lights</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-swim-platform-parts-s/128.htm' class='vnav__link'>Platform Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Nautique-Boat-Propellers-Underwater-Gear-s/132.htm' class='vnav__link'>Propellers & Underwater Gear</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/seadek-boat-pads-s/129.htm' class='vnav__link'>SeaDek & Carpets</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Nautique-Steering-Parts-s/245.htm' class='vnav__link'>Steering Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-stereo-parts-s/131.htm' class='vnav__link'>Stereo</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-air-vent-covers-s/133.htm' class='vnav__link'>Vents</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-upholstery-s/178.htm' class='vnav__link'>Upholstery Parts</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/pleasurecraft-boat-engine-parts-s/103.htm' class='vnav__link'>PCM Parts</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/pcm-boat-engine-alternators-s/145.htm' class='vnav__link'>Alternators</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/PCM-Manifold-Kits-s/278.htm' class='vnav__link'>Manifold Kits</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-alternator-belts-by-pcm-s/179.htm' class='vnav__link'>Belts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-boat-engine-cylinder-block-s/143.htm' class='vnav__link'>Cylinder Block</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/engine-control-modules-relays-by-pcm-s/152.htm' class='vnav__link'>ECM & Relays</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/electrical-parts-for-pcm-engines-s/176.htm' class='vnav__link'>Electrical parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-engine-transmission-mounts-s/154.htm' class='vnav__link'>Engine & Transmission Mounts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Exhaust-System-Parts-by-PCM-s/141.htm' class='vnav__link'>Exhaust Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-oil-filters-by-pcm-s/140.htm' class='vnav__link'>Filters</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-fresh-water-cooling-system-s/149.htm' class='vnav__link'>Fresh Water Cooling System</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-fuel-system-parts-by-pcm-s/147.htm' class='vnav__link'>Fuel Control Cell</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-gaskets-and-gasket-kits-by-pcm-s/156.htm' class='vnav__link'>Gaskets</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-heat-exchanger-parts-by-pcm-s/148.htm' class='vnav__link'>Heat Exchanger</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-impeller-kits-by-pcm-s/139.htm' class='vnav__link'>Impellers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-boat-intake-manifold-components-s/142.htm' class='vnav__link'>Intake Manifold Components</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-maintenance-parts-by-pcm-s/138.htm' class='vnav__link'>Maintenance Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-oil-pan-s/144.htm' class='vnav__link'>Oil Pan</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/PCM-Annual-Boat-Maintenance-Kits-s/239.htm' class='vnav__link'>PCM Maintenance Kits</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pulleys-for-pcm-engines-s/157.htm' class='vnav__link'>Pulleys</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-raw-water-cooling-system-s/150.htm' class='vnav__link'>Raw Water Cooling System</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-senders-electrical-parts-s/151.htm' class='vnav__link'>Senders & Electrical Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-ignition-parts-by-pcm-s/153.htm' class='vnav__link'>Starters & Other Ignition Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-throttle-body-parts-by-pcm-s/146.htm' class='vnav__link'>Throttle Body</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-transmission-parts-by-pcm-s/155.htm' class='vnav__link'>Transmission Parts</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Mercruiser-Parts-s/246.htm' class='vnav__link'>Mercury Parts</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Quicksilver-Oils-Coolants-Lubricants-s/261.htm' class='vnav__link'>Mercury & Quicksilver Oils, Coolants, and Lubricants</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Anodes-Corrosion-s/262.htm' class='vnav__link'>Mercury Anodes & Corrosion</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Cables-Remote-Controls-s/265.htm' class='vnav__link'>Mercury Cables & Remote Controls</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Fuel-System-Care-s/267.htm' class='vnav__link'>Mercury Fuel System Care</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Instrument-Gauges-Vessel-View-s/266.htm' class='vnav__link'>Mercury Instrument Gauges Vessel View</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Maintenance-and-Service-Kits-s/264.htm' class='vnav__link'>Mercury Maintenance and Service Kits</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Digital-Controls-DTS-s/252.htm' class='vnav__link'>Mercury Marine Digital Controls (DTS)</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Instruments-Gauges-s/250.htm' class='vnav__link'>Mercury Marine Instruments Gauges</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Propellers-s/248.htm' class='vnav__link'>Mercury Marine Propellers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Steering-s/251.htm' class='vnav__link'>Mercury Marine Steering</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Sterndrives-s/249.htm' class='vnav__link'>Mercury Marine Sterndrives</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Oil-Filters-s/263.htm' class='vnav__link'>Mercury Oil Filters</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Paints-and-Finish-s/268.htm' class='vnav__link'>Mercury Paints and Finish</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Shop-Parts-and-Products-s/269.htm' class='vnav__link'>Mercury Shop Parts and Products</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Winterizing-Products-s/270.htm' class='vnav__link'>Mercury Winterizing Products</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-accessories-for-every-occasion-s/158.htm' class='vnav__link'>Boat Accessories</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/Acme-Propellers-s/217.htm' class='vnav__link'>Acme Propellers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-anchors-anchoring-parts-s/180.htm' class='vnav__link'>Anchoring</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Ballast-Bags-For-Wakeboarding-s/216.htm' class='vnav__link'>Audio</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Accessories-Ballast-s/210.htm' class='vnav__link'>Ballast</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Barefoot-International-Booms-s/215.htm' class='vnav__link'>Barefoot Booms</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Bimini-Tops-s/161.htm' class='vnav__link'>Bimini Tops</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-safety-equipment-s/181.htm' class='vnav__link'>Boat Safety</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Accessories-Cleaning-and-Maintenance-s/212.htm' class='vnav__link'>Cleaning and Maintenance</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-engine-parts-s/182.htm' class='vnav__link'>Engine & Engine Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Fenders-And-Bumpers-s/273.htm' class='vnav__link'>Fenders & Bumpers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/general-boating-accessories-s/200.htm' class='vnav__link'>General boating</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-heaters-and-accessories-s/185.htm' class='vnav__link'>Heater & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-exhaust-hoses-s/122.htm' class='vnav__link'>Marine Hoses</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-mirrors-and-mirror-parts-s/127.htm' class='vnav__link'>Mirror & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Marine-s/284.htm' class='vnav__link'>Roswell Marine</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/speed-control-accessories-s/184.htm' class='vnav__link'>Speed Control</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/wakeboard-towers-racks-accessories-s/159.htm' class='vnav__link'>Towers & Racks</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-trailering-equipment-s/183.htm' class='vnav__link'>Trailering</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Wake-Shapers-s/213.htm' class='vnav__link'>Wake Shapers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-windshield-parts-s/177.htm' class='vnav__link'>Windshields & Parts</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-s/294.htm' class='vnav__link'>Roswell</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Audio-Accessories-s/298.htm' class='vnav__link'>Audio Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Bimini-s/304.htm' class='vnav__link'>Bimini</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Board-Racks-s/296.htm' class='vnav__link'>Board Racks</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Lighting-s/299.htm' class='vnav__link'>Lighting</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Marine-Audio-s/297.htm' class='vnav__link'>Marine Audio</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Other-Accessories-s/300.htm' class='vnav__link'>Other Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Towers-s/295.htm' class='vnav__link'>Towers</a> </li></ul> </li></ul> </li> <li class='vnav__item'><a href='https://www.mnmarinegroup.com/yacht-tender' class='vnav__link'>Yacht Tenders</a> </li> <li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-service-request-s/101.htm' class='vnav__link'>Service Request</a> </li> <li class='vnav__item'><a href='https://www.mniboats.com/Financing-s/286.htm' class='vnav__link'>Financing</a> </li> <li class='vnav__item'><a href='https://www.miamiskinautiques.com/' class='vnav__link'>Pro Shop</a> </li> </ul> </div> <a href="/one-page-checkout.asp" class="btn btn-default btn-lg" title="Checkout Now"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#cart"></use> </svg> Checkout Now</a> </nav> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" id="showLeftPush" class="navbar-toggle" data-toggle="collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- image logo --> <div id="display_homepage_title" class="logo"><span class="vol-logo vol-logo--graphic" itemscope itemtype='http://schema.org/Store'><meta itemprop='name' content='www.mniboats.com'><a class="vol-logo__link" href="https://www.mniboats.com/default.asp" title="www.mniboats.com">www.mniboats.com</a></span></div> <div class="collapse navbar-collapse" id="navbar-collapse"> <div id="main-nav"> <div id="display_menu_1"><ul class='vnav vnav--horizontal vnav--level1'> <li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/");'>New Boats</a> </li> <li class='vnav__item'><a href='https://www.mnmarinegroup.com/search/inventory/availability/In%20Stock/usage/Used' class='vnav__link'>Pre-Owned Boats</a> </li> <li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models");'>Boat Models</a> <ul class='vnav vnav__subnav vnav--level2'> <li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/nautique-boats-wakesurf-2048197334747862070722918");'>Nautique Boats</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/MULTI-SPORT-s/302.htm' class='vnav__link'>MULTI-SPORT</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/SKI-s/303.htm' class='vnav__link'>SKI</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/WAKE-SURF-s/301.htm' class='vnav__link'>WAKE & SURF</a> </li></ul> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/novurania-boats-50119803648273146628837");'>Novurania Boats</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/centurion-boats-boats-2050909006126697374810459");'>Centurion Boats</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/frauscher-boats-50119803648273146628846");'>Frauscher America</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/supreme-boats-boats-2050927452870771084362795");'>Supreme Boats</a> </li><li class='vnav__item'><a href='javascript: void(0);' class='vnav__link' onclick='window.open("https://www.mnmarinegroup.com/new-models/rand-boats-50119803648273146628829");'>Rand Boats</a> </li></ul> </li> <li class='vnav__item'><a href='https://www.mniboats.com/category-s/307.htm' class='vnav__link'>Parts & Accessories</a> <ul class='vnav vnav__subnav vnav--level2'> <li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-parts-s/102.htm' class='vnav__link'>Nautique Parts</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/nautique-air-dam-plates-covers-s/111.htm' class='vnav__link'>Air Dam</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-ballast-tank-parts-s/112.htm' class='vnav__link'>Ballast & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-battery-parts-and-accessories-s/164.htm' class='vnav__link'>Battery Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-bilge-parts-s/191.htm' class='vnav__link'>Bilge Area</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-bimini-top-parts-s/165.htm' class='vnav__link'>Biminis & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-board-racks-s/113.htm' class='vnav__link'>Boardracks</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Ski-and-Air-Nautique-Boat-Mooring-Covers-s/166.htm' class='vnav__link'>Boat Covers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-dash-pod-parts-s/115.htm' class='vnav__link'>Dashboard / Side Console</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-decals-graphics-s/116.htm' class='vnav__link'>Decals & Graphics</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-electrical-parts-s/117.htm' class='vnav__link'>Electrical</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-engine-box-parts-s/197.htm' class='vnav__link'>Engine Box Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Nautique-Exhaust-System-and-Muffler-Parts-s/169.htm' class='vnav__link'>Exhaust system & Mufflers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-fuel-system-parts-s/118.htm' class='vnav__link'>Fuel System Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-gas-struts-and-shocks-s/119.htm' class='vnav__link'>Gas Springs</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-gel-coat-patch-kits-s/170.htm' class='vnav__link'>Gel Coat & Metal Flakes</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-hardware-parts-s/121.htm' class='vnav__link'>Hardware</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-heater-and-accessories-s/193.htm' class='vnav__link'>Heaters & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-ignition-switches-and-parts-s/124.htm' class='vnav__link'>Ignition</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-interior-parts-s/125.htm' class='vnav__link'>Interior Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-lighting-s/168.htm' class='vnav__link'>Lights</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-swim-platform-parts-s/128.htm' class='vnav__link'>Platform Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Nautique-Boat-Propellers-Underwater-Gear-s/132.htm' class='vnav__link'>Propellers & Underwater Gear</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/seadek-boat-pads-s/129.htm' class='vnav__link'>SeaDek & Carpets</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Nautique-Steering-Parts-s/245.htm' class='vnav__link'>Steering Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-stereo-parts-s/131.htm' class='vnav__link'>Stereo</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-air-vent-covers-s/133.htm' class='vnav__link'>Vents</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-upholstery-s/178.htm' class='vnav__link'>Upholstery Parts</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/pleasurecraft-boat-engine-parts-s/103.htm' class='vnav__link'>PCM Parts</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/pcm-boat-engine-alternators-s/145.htm' class='vnav__link'>Alternators</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/PCM-Manifold-Kits-s/278.htm' class='vnav__link'>Manifold Kits</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-alternator-belts-by-pcm-s/179.htm' class='vnav__link'>Belts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-boat-engine-cylinder-block-s/143.htm' class='vnav__link'>Cylinder Block</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/engine-control-modules-relays-by-pcm-s/152.htm' class='vnav__link'>ECM & Relays</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/electrical-parts-for-pcm-engines-s/176.htm' class='vnav__link'>Electrical parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-engine-transmission-mounts-s/154.htm' class='vnav__link'>Engine & Transmission Mounts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Exhaust-System-Parts-by-PCM-s/141.htm' class='vnav__link'>Exhaust Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-oil-filters-by-pcm-s/140.htm' class='vnav__link'>Filters</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-fresh-water-cooling-system-s/149.htm' class='vnav__link'>Fresh Water Cooling System</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-fuel-system-parts-by-pcm-s/147.htm' class='vnav__link'>Fuel Control Cell</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-gaskets-and-gasket-kits-by-pcm-s/156.htm' class='vnav__link'>Gaskets</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-heat-exchanger-parts-by-pcm-s/148.htm' class='vnav__link'>Heat Exchanger</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-impeller-kits-by-pcm-s/139.htm' class='vnav__link'>Impellers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-boat-intake-manifold-components-s/142.htm' class='vnav__link'>Intake Manifold Components</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-maintenance-parts-by-pcm-s/138.htm' class='vnav__link'>Maintenance Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-oil-pan-s/144.htm' class='vnav__link'>Oil Pan</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/PCM-Annual-Boat-Maintenance-Kits-s/239.htm' class='vnav__link'>PCM Maintenance Kits</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pulleys-for-pcm-engines-s/157.htm' class='vnav__link'>Pulleys</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-raw-water-cooling-system-s/150.htm' class='vnav__link'>Raw Water Cooling System</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/pcm-senders-electrical-parts-s/151.htm' class='vnav__link'>Senders & Electrical Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-ignition-parts-by-pcm-s/153.htm' class='vnav__link'>Starters & Other Ignition Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-throttle-body-parts-by-pcm-s/146.htm' class='vnav__link'>Throttle Body</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-transmission-parts-by-pcm-s/155.htm' class='vnav__link'>Transmission Parts</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Mercruiser-Parts-s/246.htm' class='vnav__link'>Mercury Parts</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Quicksilver-Oils-Coolants-Lubricants-s/261.htm' class='vnav__link'>Mercury & Quicksilver Oils, Coolants, and Lubricants</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Anodes-Corrosion-s/262.htm' class='vnav__link'>Mercury Anodes & Corrosion</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Cables-Remote-Controls-s/265.htm' class='vnav__link'>Mercury Cables & Remote Controls</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Fuel-System-Care-s/267.htm' class='vnav__link'>Mercury Fuel System Care</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Instrument-Gauges-Vessel-View-s/266.htm' class='vnav__link'>Mercury Instrument Gauges Vessel View</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Maintenance-and-Service-Kits-s/264.htm' class='vnav__link'>Mercury Maintenance and Service Kits</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Digital-Controls-DTS-s/252.htm' class='vnav__link'>Mercury Marine Digital Controls (DTS)</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Instruments-Gauges-s/250.htm' class='vnav__link'>Mercury Marine Instruments Gauges</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Propellers-s/248.htm' class='vnav__link'>Mercury Marine Propellers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Steering-s/251.htm' class='vnav__link'>Mercury Marine Steering</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Marine-Sterndrives-s/249.htm' class='vnav__link'>Mercury Marine Sterndrives</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Oil-Filters-s/263.htm' class='vnav__link'>Mercury Oil Filters</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Paints-and-Finish-s/268.htm' class='vnav__link'>Mercury Paints and Finish</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Shop-Parts-and-Products-s/269.htm' class='vnav__link'>Mercury Shop Parts and Products</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Mercury-Winterizing-Products-s/270.htm' class='vnav__link'>Mercury Winterizing Products</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-accessories-for-every-occasion-s/158.htm' class='vnav__link'>Boat Accessories</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/Acme-Propellers-s/217.htm' class='vnav__link'>Acme Propellers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-anchors-anchoring-parts-s/180.htm' class='vnav__link'>Anchoring</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Ballast-Bags-For-Wakeboarding-s/216.htm' class='vnav__link'>Audio</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Accessories-Ballast-s/210.htm' class='vnav__link'>Ballast</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Barefoot-International-Booms-s/215.htm' class='vnav__link'>Barefoot Booms</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Bimini-Tops-s/161.htm' class='vnav__link'>Bimini Tops</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-safety-equipment-s/181.htm' class='vnav__link'>Boat Safety</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Accessories-Cleaning-and-Maintenance-s/212.htm' class='vnav__link'>Cleaning and Maintenance</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-engine-parts-s/182.htm' class='vnav__link'>Engine & Engine Parts</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Boat-Fenders-And-Bumpers-s/273.htm' class='vnav__link'>Fenders & Bumpers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/general-boating-accessories-s/200.htm' class='vnav__link'>General boating</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-heaters-and-accessories-s/185.htm' class='vnav__link'>Heater & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-exhaust-hoses-s/122.htm' class='vnav__link'>Marine Hoses</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-mirrors-and-mirror-parts-s/127.htm' class='vnav__link'>Mirror & Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Marine-s/284.htm' class='vnav__link'>Roswell Marine</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/speed-control-accessories-s/184.htm' class='vnav__link'>Speed Control</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/wakeboard-towers-racks-accessories-s/159.htm' class='vnav__link'>Towers & Racks</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/boat-trailering-equipment-s/183.htm' class='vnav__link'>Trailering</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Wake-Shapers-s/213.htm' class='vnav__link'>Wake Shapers</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-windshield-parts-s/177.htm' class='vnav__link'>Windshields & Parts</a> </li></ul> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-s/294.htm' class='vnav__link'>Roswell</a> <ul class='vnav vnav__subnav vnav--level3'> <li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Audio-Accessories-s/298.htm' class='vnav__link'>Audio Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Bimini-s/304.htm' class='vnav__link'>Bimini</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Board-Racks-s/296.htm' class='vnav__link'>Board Racks</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Lighting-s/299.htm' class='vnav__link'>Lighting</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Marine-Audio-s/297.htm' class='vnav__link'>Marine Audio</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Other-Accessories-s/300.htm' class='vnav__link'>Other Accessories</a> </li><li class='vnav__item'><a href='https://www.mniboats.com/Roswell-Towers-s/295.htm' class='vnav__link'>Towers</a> </li></ul> </li></ul> </li> <li class='vnav__item'><a href='https://www.mnmarinegroup.com/yacht-tender' class='vnav__link'>Yacht Tenders</a> </li> <li class='vnav__item'><a href='https://www.mniboats.com/nautique-boat-service-request-s/101.htm' class='vnav__link'>Service Request</a> </li> <li class='vnav__item'><a href='https://www.mniboats.com/Financing-s/286.htm' class='vnav__link'>Financing</a> </li> <li class='vnav__item'><a href='https://www.miamiskinautiques.com/' class='vnav__link'>Pro Shop</a> </li> </ul> </div> </div> </div> <div class="site-search hidden-xs hidden-sm"> <form action="/searchresults.asp" method="get" name="SearchBoxForm"> <input type="text" name="Search" class="site-search__input" value="" placeholder="Search..."> <button type="submit" name="Submit" class="site-search__submit" value="Submit"><span class="icon"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#search"></use> </svg></span></button> </form> <div class="site-search__icon"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#search"></use> </svg></div> </div> <div class="account-tools"> <a href="/myaccount.asp" title="Edit My Account" class="account"><span data-v-edit-region="Account Tools">My Account</span></a> <div class="cart-summary"> <a href="/shoppingcart.asp" class="cart-summary__link"> <span class="cart-summary__count visible-xs visible-sm" data-v-observable="cart-count">&nbsp;</span> <span class="icon"> <svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#cart"></use> </svg> </span></a> </div> </div> </div> </div> </nav> <div id="content_area"><link rel='stylesheet' type='text/css' href='/a/j/shadowbox/shadowbox.css' /> <script type='text/javascript' src='/a/j/shadowbox/shadowbox.js'></script> <script type="text/javascript"> var global_Config_StoreFolderName = '//cdn4.volusion.store/cgrfj-cjkum/'; var global_Config_ProductPhotosFolder = 'v/vspfiles/photos'; var global_Current_ProductCode = 'NC12327'; var global_SEOImage = '/PhotoDetails.asp'; var global_URL_Encode_Current_ProductCode = 'NC12327'; var global_src_part_Config_ProductPhotosFolder = 'v%2Fvspfiles%2Fphotos'; var global_ImageSeed = ''; if (global_ImageSeed) { global_ImageSeed = '?' + global_ImageSeed; } var global_Config_EnablePhotosPopup = true; var global_SEOImage_PhotoGallery = '/PhotoGallery.asp'; </script> <script type="text/javascript" src="/a/j/product_details.js"></script> <script type="text/javascript" src="/a/j/product_details.js"></script> <script type="text/javascript"> //module variable set from Qty: text box {ENTER} and read from <form> onsubmit event var IESuppressFormSubmit = false; function QtyEnabledAddToCart_SuppressFormIE() { //Only target Internet Explorer if (/Internet Explorer/gi.test(navigator.appName)) { return (!IESuppressFormSubmit); } return true; } //Enter Key const var ENTER_KEY = 13; //determine if the {ENTER} key was pressed from the Qty: text box function QtyEnabledAddToCart(e) { //Only target Internet Explorer if (/Internet Explorer/gi.test(navigator.appName) == false) { return; } var evt = (e) ? e : (window.event) ? window.event : null; if (!evt) { return; } var keycode = evt.keyCode ? evt.keyCode : evt.charCode; if (keycode != ENTER_KEY) { return; } var el = document.getElementById('btnaddtocart'); if (!el) { return; } //flag key press IESuppressFormSubmit = true; //suppress immediate form submits and then click "AddToCart" window.setTimeout(QtyEnabledAddToCartManualClick, 250); } function QtyEnabledAddToCartManualClick() { IESuppressFormSubmit = false; document.getElementById('btnaddtocart').click(); } </script> <div itemscope itemtype="http://schema.org/Product"> <form id="vCSS_mainform" method="post" name="MainForm" action="/ProductDetails.asp?ProductCode=NC12327" onsubmit="javascript:return QtyEnabledAddToCart_SuppressFormIE();"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="5" height="5" alt="" /><br /> <table width="100%" cellpadding="0" cellspacing="0" border="0" id="v65-product-parent"> <tr> <td colspan="2" class="vCSS_breadcrumb_td"><b> &nbsp; <a href="https://www.mniboats.com/">Home</a> > <a href="https://www.mniboats.com/Nautique-Apparel-s/195.htm" title="Nautique Apparel"> Apparel</a> > </b> <br /><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="5" height="5" alt="" /><br /> <h1 class="vp-product-title"><font class="productnamecolorLARGE colors_productname"><span itemprop="name">Nautique Gear Women's Island Breeze Flowy Tank - White</span></font></h1> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="5" height="5" alt="" /> </td> </tr> <tr> <td align="center" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <!--<td>&nbsp;</td>--> <td align="center"> <meta itemprop="manufacturer" content=""> <script type='text/javascript'>Shadowbox.init({ modal: false, animate: false, counterType: 'skip', continuous: true, counterLimit: 2, overlayOpacity: '0.75' });</script> <a id='product_photo_zoom_url' rel='shadowbox[ProductImages]' title='Nautique Gear Women&apos;s Island Breeze Flowy Tank - White' href='//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2.png'> <img class="vCSS_img_product_photo" itemprop='image' id="product_photo" src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2T.png" border="0" title="Nautique Gear Women's Island Breeze Flowy Tank - White" alt="Nautique Gear Women's Island Breeze Flowy Tank - White" onload="vZoom.add(this, '//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2.png');" /></a> <br /><a id='product_photo_zoom_url2' rel='shadowbox[ProductImages]' title='Nautique Gear Women&apos;s Island Breeze Flowy Tank - White' href='//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2.png'><img class="vCSS_img_larger_photo" src="/v/vspfiles/templates/arrival/images/buttons/btn_largerphoto.gif" border="0"></a> </td> <td>&nbsp;</td></tr></table> <span id='altviews' style='visibility:hidden'>Alternative Views:<br /><br /> <a href='//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2.png' rel='shadowbox[ProductImages]' title='Nautique Gear Women&apos;s Island Breeze Flowy Tank - White' data-sbkey='1'><img class="vCSS_img_alternate_product_photo" id="alternate_product_photo_2" style="border-color:#666666;" src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2S.png" border="1" onmouseover='javascript:change_product_photo(2);return false;'></a> <br /></span> </td> <td valign="top" align="right"> <span id="listOfErrorsSpan"> </span> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="colors_pricebox"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="1" align="left"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Left_Top.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Border_Top.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="1" valign="top"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Right_Top.gif" alt="" /></td> </tr> <tr> <td width="1" background="/v/vspfiles/templates/arrival/images/PBox_Border_Left.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="100%" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop='priceCurrency' content='USD' > <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <font class="pricecolor colors_productprice"> <div class="product_productprice"> <b><font class="text colors_text">Our Price:</font> $<span itemprop='price' content='24.99'>24.99</span> </b> </div></font> </tr> </table> <meta itemprop='availability' content='InStock'> <br /> <br /><a href="javascript:void(0);" onclick="window.open('/help_FreeShipping.asp', 'FreeShipping', 'scrollbars,status,resizable,width=300,height=300');" title="(Opens new window) View Free Shipping Details"> <img class="vCSS_img_icon_free_shipping" src="/v/vspfiles/templates/arrival/images/Icon_FreeShipping.gif" alt="Free Shipping" border="0" alt="" /></a> <br /><b>Availability::</b> Usually Ships in 2 to 3 Business Days <br /> <i><font color="#999999"><span class="product_code_title">Product Code:</span> <span class="product_code">NC12327</span> </font></i> </div> </td> <td align="right" valign="top" class="v65-productdetail-options" id="v65-productdetail-action-wrapper"> </td> </tr> <tr> <td colspan="2"> <ul> </ul> </td> </tr> </table> </td> <td width="1" background="/v/vspfiles/templates/arrival/images/PBox_Border_Right.gif" valign="middle"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> </tr> <tr> <td width="1" valign="top"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Left_Bottom.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Border_Bottom.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="1" valign="top"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Right_Bottom.gif" alt="" /></td> </tr> </table> </td></tr></table> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="17" alt="" /> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="colors_pricebox"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr id="product_options_heading"> <td width="1" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Opt_Back.gif"><img src="/v/vspfiles/templates/arrival/images/OBox_Border_Left_Top_Opt.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Opt_Back.gif"><img src="/v/vspfiles/templates/arrival/images/Options_Text_Choose.gif" alt="" /></td> <td width="1" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Opt_Back.gif"><img src="/v/vspfiles/templates/arrival/images/OBox_Border_Right_Top_Opt.gif" alt="" /></td> </tr> <tr> <td width="1" valign="top"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Left_Top_Opt.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Border_Top.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="1" valign="top"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Right_Top_Opt.gif" alt="" /></td> </tr> <tr> <td width="1" background="/v/vspfiles/templates/arrival/images/PBox_Border_Left.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="100%" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <table id='options_table'> <tr><td colspan=3><font size="3" class="colors_productname"> <i><b>Size</b></i> </font> <br /><table cellpadding="0" cellspacing="0" border="0"><tr><td><img class="vCSS_img_line_group_features" src="/v/vspfiles/templates/arrival/images/Line_Group_Features.gif" /></td></tr></table> </font></td></tr> <tr> <td align="right" vAlign="top"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="4" border="0" alt=""><br /> Sizes: </td><td></td><td> <SELECT name="SELECT___NC12327___1" onChange="change_option('SELECT___NC12327___1',this.options[this.selectedIndex].value); AutoUpdatePriceWithSelectedOptions(this.options[this.selectedIndex].value, 1)" title="Sizes"> <OPTION value="298" >XXX-Large</OPTION> <OPTION value="100" >Small</OPTION> <OPTION value="101" >Medium</OPTION> <OPTION value="102" >Large</OPTION> <OPTION value="103" >X-Large</OPTION> <OPTION value="104" >XX-Large</OPTION> </SELECT><br> <span class="vol-sidenote_optionID"> </span> </td></tr> </table> <script language="JavaScript"> function TCN_reload(from){ } </script> <br /> <table cellspacing="0" cellpadding="3" border="0"><tr><td> Qty: <input type="text" class="v65-productdetail-cartqty" name="QTY.NC12327" size="3" maxlength="8" onkeydown="javascript:QtyEnabledAddToCart();" value="1" title="Quantity"> </td><td> <input class="vCSS_input_addtocart" type="image" src="/v/vspfiles/templates/arrival/images/buttons/btn_addtocart.gif" name="btnaddtocart" alt="Add to cart" border="0" onclick="return addToCart(this.form, this);"> <input type="hidden" name="ReplaceCartID" value="" /> <input type="hidden" name="ProductCode" value="NC12327" /> <input type="hidden" name="e" value="" /> <input type="hidden" name="ReturnTo" value="ShoppingCart.asp" /> &nbsp;<input type="image" src="/v/vspfiles/templates/arrival/images/buttons/btn_addtowishlist.gif" name="btnaddtowishlist" alt="Add To Wish List" id="v65-product-wishlist-button" border="0" /> </td></tr> <!-- --> </table> </td> </tr> </table> </td> <td width="1" background="/v/vspfiles/templates/arrival/images/PBox_Border_Right.gif" valign="middle"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> </tr> <tr> <td width="1" valign="bottom"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Left_Bottom.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/PBox_Border_Bottom.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="1" valign="bottom"><img src="/v/vspfiles/templates/arrival/images/PBox_Border_Right_Bottom.gif" alt="" /></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="5" height="5" alt="" /></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="/v/vspfiles/templates/arrival/images/expand_tab_left.gif" width="1"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="8" height="17" alt="" /> </td> <td background="/v/vspfiles/templates/arrival/images/expand_tab_back.gif" id="Header_ProductDetail_ProductDetails" onclick="javascript:ProductDetail_ProductDetails();" class="vCSS_tab_selected"> <nobr> <span class="productnamecolorSMALL colors_productname" id="Header_ProductDetail_ProductDetails_span" style="font-weight:bold;"> Description </span> </nobr> </td> <td background="/v/vspfiles/templates/arrival/images/expand_tab_right.gif" width="1"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="17" height="17" alt="" /> </td> <td width="90%"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> </tr> </table> </td> <td width="1" valign="bottom">&nbsp;</td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="colors_descriptionbox"> <tr> <td valign="top" width="1" align="left"><img src="/v/vspfiles/templates/arrival/images/DBox_Border_Left_Top.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/DBox_Border_Top.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td valign="top" width="1" align="left"><img src="/v/vspfiles/templates/arrival/images/DBox_Border_Right_Top.gif" alt="" /></td> </tr> <tr> <td width="1" background="/v/vspfiles/templates/arrival/images/DBox_Border_Left.gif" valign="middle"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td width="100%" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <div id="ProductDetail_ProductDetails_div"> <span id="product_description" itemprop='description'> <h1></h1></span> <div style="height: 15px;"></div> <div style="clear: both;"></div> </div> <div id="ProductDetail_TechSpecs_div" style="display:none;"> <ul></ul> </div> <div id="ProductDetail_ExtInfo_div" style="display:none;"> </div> </td> </tr> </table> </td> <td width="1" background="/v/vspfiles/templates/arrival/images/DBox_Border_Right.gif" valign="middle"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> </tr> <tr id="ProductDetails_MainBorder" style="display:none;"> <td valign="bottom" width="1"><img src="/v/vspfiles/templates/arrival/images/DBox_Border_Left_Bottom.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/DBox_Border_Bottom.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td valign="bottom" width="1" align="left"><img src="/v/vspfiles/templates/arrival/images/DBox_Border_Right_Bottom.gif" alt="" /></td> </tr> </table> <div id="ProductDetail_ProductDetails_div2"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="colors_descriptionbox"> <tr> <td valign="bottom" width="1"><img src="/v/vspfiles/templates/arrival/images/DBox_Border_Left_Bottom.gif" alt="" /></td> <td width="100%" valign="top" background="/v/vspfiles/templates/arrival/images/DBox_Border_Bottom.gif"><img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="1" height="1" alt="" /></td> <td valign="bottom" width="1" align="left"><img src="/v/vspfiles/templates/arrival/images/DBox_Border_Right_Bottom.gif" alt="" /></td> </tr> </table> </div> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="17" height="17" alt="" /><br /> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="colors_lines_light" id="v65-product-related"> <tr class="v65-product-related-header-row"> <td class="v65-product-related-header-cell"> <table width="100%" border="0" cellspacing="1" cellpadding="2" align="center"> <tr> <td id="related_products_header" class="colors_backgroundlight"> <font class="productnamecolorSMALL colors_productname"><b>Related Items</b></font> </td> </tr> <tr class="v65-product-related-details-row"> <td id="related_products_content" class="smalltext colors_background_main colors_text v65-product-related-details-cell"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="v65-productDisplay"> <tr class="v65-productDisplay-row"> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Nautique-Gear-Trade-Circle-SS-Tee-Silver-p/nc12321.htm" class="productnamecolorsmall colors_productname" title="Nautique Gear Trade Circle SS Tee - Silver, NC12321"> Nautique Gear Trade Circle SS Tee - Silver </a> </td> <td class="v65-productDisplay-cell v65-productColumn-divider v65-product-rowspan" rowspan="3" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Vertical.gif"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="9" height="3" alt=""> </td> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Make-Waves-SS-Tee-Slate-p/nc12322.htm" class="productnamecolorsmall colors_productname" title="Nautique Gear Make Waves SS Tee - Slate, NC12322"> Nautique Gear Make Waves SS Tee - Slate </a> </td> <td class="v65-productDisplay-cell v65-productColumn-divider v65-product-rowspan" rowspan="3" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Vertical.gif"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="9" height="3" alt=""> </td> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Nautique-Gear-Anorak-1-2-Zip-Pullover-Black-Camo-p/nc12326.htm" class="productnamecolorsmall colors_productname" title="Nautique Gear Anorak 1/2 Zip Pullover - Black Camo, NC12326"> Nautique Gear Anorak 1/2 Zip Pullover - Black Camo </a> </td> <td class="v65-productDisplay-cell v65-productColumn-divider v65-product-rowspan" rowspan="3" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Vertical.gif"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="9" height="3" alt=""> </td> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Nautique-Protector-Tee-Light-Grey-p/nc1181.htm" class="productnamecolorsmall colors_productname" title="Nautique Protector Tee - Light Grey, NC1181"> Nautique Protector Tee - Light Grey </a> </td> </tr> <tr class="v65-productDisplay-row"> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $24.99 </b> </div></font> </div> </td> </tr></table> </div> </td> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $24.99 </b> </div></font> </div> </td> </tr></table> </div> </td> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $64.99 </b> </div></font> </div> </td> </tr></table> </div> </td> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $35.99 </b> </div></font> </div> </td> </tr></table> </div> </td> </tr> <tr class="v65-productDisplay-row"> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Nautique-Gear-Trade-Circle-SS-Tee-Silver-p/nc12321.htm" title="Nautique Gear Trade Circle SS Tee - Silver" alt="Nautique Gear Trade Circle SS Tee - Silver"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12321-0.png" border=0 alt="Nautique Gear Trade Circle SS Tee - Silver" title="Nautique Gear Trade Circle SS Tee - Silver"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC12321', 2);}</script> </td> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Make-Waves-SS-Tee-Slate-p/nc12322.htm" title="Make Waves SS Tee - Slate" alt="Make Waves SS Tee - Slate"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12322-0.png" border=0 alt="Make Waves SS Tee - Slate" title="Make Waves SS Tee - Slate"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC12322', 2);}</script> </td> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Nautique-Gear-Anorak-1-2-Zip-Pullover-Black-Camo-p/nc12326.htm" title="Nautique Gear Anorak 1/2 Zip Pullover - Black Camo" alt="Nautique Gear Anorak 1/2 Zip Pullover - Black Camo"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12326-0.png?v-cache=1727257475" border=0 alt="Nautique Gear Anorak 1/2 Zip Pullover - Black Camo" title="Nautique Gear Anorak 1/2 Zip Pullover - Black Camo"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC12326', 2);}</script> </td> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Nautique-Protector-Tee-Light-Grey-p/nc1181.htm" title="Nautique Protector Tee - Light Grey" alt="Nautique Protector Tee - Light Grey"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC1181-0.jpg?v-cache=1666687657" border=0 alt="Nautique Protector Tee - Light Grey" title="Nautique Protector Tee - Light Grey"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC1181', 2);}</script> </td> </tr> <tr> <td class="v65-productDisplay-cell v65-productRow-divider v65-product-colspan" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Horizontal.gif" colspan="7"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="3" height="9" alt=""> </td> </tr> <tr class="v65-productDisplay-row"> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/LEGACY-TRIBLEND-TEE-VINTAGE-BLACK-p/nc1175.htm" class="productnamecolorsmall colors_productname" title="CORE TRIBLEND TEE - CHARCOAL BLACK, NC1175"> CORE TRIBLEND TEE - CHARCOAL BLACK </a> </td> <td class="v65-productDisplay-cell v65-productColumn-divider v65-product-rowspan" rowspan="3" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Vertical.gif"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="9" height="3" alt=""> </td> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Nautique-Gear-Classic-CC-SS-Triblend-Tee-Olive-p/nc12323.htm" class="productnamecolorsmall colors_productname" title="Nautique Gear Classic CC SS Triblend Tee - Olive, NC12323"> Nautique Gear Classic CC SS Triblend Tee - Olive </a> </td> <td class="v65-productDisplay-cell v65-productColumn-divider v65-product-rowspan" rowspan="3" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Vertical.gif"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="9" height="3" alt=""> </td> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Nautique-Gear-Waterman-Straw-Hat-p/nc12329.htm" class="productnamecolorsmall colors_productname" title="Nautique Gear Waterman Straw Hat, NC12329"> Nautique Gear Waterman Straw Hat </a> </td> <td class="v65-productDisplay-cell v65-productColumn-divider v65-product-rowspan" rowspan="3" background="/v/vspfiles/templates/arrival/images/Grid_Divider_Vertical.gif"> <img src="/v/vspfiles/templates/arrival/images/clear1x1.gif" width="9" height="3" alt=""> </td> <td valign="top" class="v65-productDisplay-cell v65-productName" width="25%"> <a href="https://www.mniboats.com/Nautique-Gear-100th-Anniversary-Melin-A-Game-Cap-p/nc123204.htm" class="productnamecolorsmall colors_productname" title="Nautique Gear 100th Anniversary Melin A-Game Cap - Black, NC123204"> Nautique Gear 100th Anniversary Melin A-Game Cap - Black </a> </td> </tr> <tr class="v65-productDisplay-row"> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $22.95 </b> </div></font> </div> </td> </tr></table> </div> </td> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $24.99 </b> </div></font> </div> </td> </tr></table> </div> </td> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $42.99 </b> </div></font> </div> </td> </tr></table> </div> </td> <td valign="top" width="25%" class="v65-productDisplay-cell v65-productDetailInfo"> <div> <table width="100%"cellpadding="0" cellspacing="0"><tr> <td valign="top" class="v65-productDisplay-cell v65-productAvailability"> <div> <font class="pricecolorsmall colors_productprice"> <div class="product_productprice"> <b><font class="smalltext colors_text">Our Price:</font> $79.99 </b> </div></font> </div> </td> </tr></table> </div> </td> </tr> <tr class="v65-productDisplay-row"> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/LEGACY-TRIBLEND-TEE-VINTAGE-BLACK-p/nc1175.htm" title="LEGACY TRIBLEND TEE - VINTAGE BLACK" alt="LEGACY TRIBLEND TEE - VINTAGE BLACK"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC1175-0.png?v-cache=1666687657" border=0 alt="LEGACY TRIBLEND TEE - VINTAGE BLACK" title="LEGACY TRIBLEND TEE - VINTAGE BLACK"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC1175', 2);}</script> </td> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Nautique-Gear-Classic-CC-SS-Triblend-Tee-Olive-p/nc12323.htm" title="Nautique Gear Classic CC SS Triblend Tee - Olive" alt="Nautique Gear Classic CC SS Triblend Tee - Olive"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12323-0.png" border=0 alt="Nautique Gear Classic CC SS Triblend Tee - Olive" title="Nautique Gear Classic CC SS Triblend Tee - Olive"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC12323', 2);}</script> </td> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Nautique-Gear-Waterman-Straw-Hat-p/nc12329.htm" title="Nautique Gear Waterman Straw Hat" alt="Nautique Gear Waterman Straw Hat"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12329-0.png" border=0 alt="Nautique Gear Waterman Straw Hat" title="Nautique Gear Waterman Straw Hat"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC12329', 2);}</script> </td> <td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="25%" align="center"> <a href="https://www.mniboats.com/Nautique-Gear-100th-Anniversary-Melin-A-Game-Cap-p/nc123204.htm" title="Nautique Gear 100th Anniversary Melin A-Game Cap - Black" alt="Nautique Gear 100th Anniversary Melin A-Game Cap - Black"> <img src="//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC123204-0.png" border=0 alt="Nautique Gear 100th Anniversary Melin A-Game Cap - Black" title="Nautique Gear 100th Anniversary Melin A-Game Cap - Black"></a> <script type="text/javascript">if(window.VCompare){VCompare('NC123204', 2);}</script> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </form> Share your knowledge of this product. <a href="/login.asp?message=In+order+to+write+a+review%2C+you+must+first+login%2E">Be the first to write a review &#187</a> <br /> </div> <script> function AutoUpdatePricingWithCheckboxes(arg_selected_option_value, arg_optcat_id) { return false; } function AutoUpdatePriceWithSelectedOptions(arg_selected_option_value, arg_optcat_id) { return false; } </script> </div> </div> <footer> <div class="footer-top"> <div class="container-fluid"> <div class="row"> <div class="col-md-3"> <div class="elist"> <div class="elist__logo"><img src="/v/vspfiles/templates/arrival/images/template/header_bg.png" height="120" width="300" alt=""></div> <div class="elist__title"><span data-v-edit-region="Newsletter Title">Join Our Newsletter</span></div> <div class="elist__subtitle"><span data-v-edit-region="Newsletter Subtitle">Receive special deals and promotions.</span></div> <form name="MailingList" method="post" action="/mailinglist_subscribe.asp"> <input type="text" class="elist__input" name="emailaddress" value="" placeholder="name@email.com"> <input type="submit" name="Submit" class="elist__submit" value="Join"> </form> </div> <!-- .elist --> </div> <div class="col-md-7 col-sm-12"> <div class="site-links hidden-sm hidden-xs"> <div class="col-md-3"> <ul data-v-edit-region="Footer Column 1"><li class="column__title">About Us</li> <li><a href="/aboutus.asp" title="Company Info">Company Info</a></li> <li><a href="/cdn-cgi/l/email-protection#2457454841570a544556505764494d45494d4a4551504d5551410a474b491b7751464e41475019674b4a504547500116147157" title="Contact Miami Nautique Intl.">Contact Us</a></li><li><a href="https://www.mniboats.com/Articles.asp?ID=261" title="Contact Miami Nautique Intl.">Marine Industry Consumer Commitment</a></li></ul> </div> <div class="col-md-3"> <ul data-v-edit-region="Footer Column 2"> <li class="column__title">My Account</li> <li><a href="/shoppingcart.asp" title="View My Shopping Cart">View Cart</a></li> <li><a href="/login.asp" title="Sign In to Your Account">Sign In</a></li> <li><a href="/Orders.asp" title="View the Status of My Order">Order Status</a></li> </ul> </div> <div class="col-md-3"> <ul data-v-edit-region="Footer Column 3"> <li class="column__title">Products</li> <li><a href="/cindex.asp" title="Category List">Category List</a></li> <li><a href="/productslist.asp" title="Product List">Product List</a></li> </ul> </div> <div class="col-md-3"> <ul data-v-edit-region="Footer Column 4"><li class="column__title">Helpful Info</li> <li><a href="/help.asp" title="Help Desk">Help Desk</a></li> <li><a href="/terms_privacy.asp" title="Privacy Policy">Privacy Policy</a></li> <li><a href="/terms.asp" title="Terms & Conditions">Terms & Conditions</a></li><li><a href="https://www.mniboats.com/Articles.asp?ID=254">WSIARC</a></li><li><a href="https://www.mniboats.com/Articles.asp?ID=258">Boat Towing Safety</a></li><li><a href="https://www.mniboats.com/Articles.asp?ID=259" target="_blank">Bimini Measurement</a></li><li><a href="/Value-Your-Trade-s/279.htm">Value Your Trade</a></li></ul> </div> </div> <div class="panel-group visible-sm visible-xs" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#AccordionOne"> <span data-v-edit-region="Footer Title 1">+ About Us</span> </a> </h4> </div> <div id="AccordionOne" class="panel-collapse collapse in"> <div class="panel-body"> <ul data-v-edit-region="Footer Accordion 1"> <li><a href="/aboutus.asp" title="Company Info">Company Info</a></li> <li><a href="/cdn-cgi/l/email-protection#a8dbc9c4cddb86d8c9dadcdbe8c5c1c9c5c1c6c9dddcc1d9ddcd86cbc7c597fbddcac2cdcbdc95ebc7c6dcc9cbdc8d9a98fddb" title="Contact Miami Nautique Intl.">Contact Us</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#AccordionTwo"> <span data-v-edit-region="Footer Title 2">+ My Account</span> </a> </h4> </div> <div id="AccordionTwo" class="panel-collapse collapse"> <div class="panel-body"> <ul data-v-edit-region="Footer Accordion 2"> <li><a href="/shoppingcart.asp" title="View My Shopping Cart">View Cart</a></li> <li><a href="/login.asp" title="Sign In to Your Account">Sign In</a></li> <li><a href="/Orders.asp" title="View the Status of My Order">Order Status</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#AccordionThree"> <span data-v-edit-region="Footer Title 3">+ Products</span> </a> </h4> </div> <div id="AccordionThree" class="panel-collapse collapse"> <div class="panel-body"> <ul data-v-edit-region="Footer Accordion 3"> <li><a href="/cindex.asp" title="Category List">Category List</a></li> <li><a href="/productslist.asp" title="Product List">Product List</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#AccordionFour"> <span data-v-edit-region="Footer Title 4">+ Helpful Info</span> </a> </h4> </div> <div id="AccordionFour" class="panel-collapse collapse"> <div class="panel-body"> <ul data-v-edit-region="Footer Accordion 4"> <li><a href="/help.asp" title="Help Desk">Help Desk</a></li> <li><a href="/terms_privacy.asp" title="Privacy Policy">Privacy Policy</a></li> <li><a href="/terms.asp" title="Terms &amp; Conditions">Terms &amp; Conditions</a></li> </ul> </div> </div> </div> </div> </div> <div class="col-md-2 col-sm-12"> <div class="social"> <div class="social__icons"> <span data-v-edit-region="Social Media 1"><a class="instagram" href="https://instagram.com/mniboats" target="_blank" title="Follow Miami Nautique Intl. on instagram" data-v-edit-region="Social Media 1"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#instagram"></use> </svg><span class="hidden-xs hidden-sm tags">Instagram</span></a></span> <span data-v-edit-region="Social Media 2"><a class="facebook" href="https://www.facebook.com/mniboats" target="_blank" title="Like Miami Nautique Intl. on Facebook"> <svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#facebook"></use> </svg><span class="hidden-xs hidden-sm tags">Facebook</span></a></span> <span data-v-edit-region="Social Media 3"><a class="twitter" href="https://twitter.com/mniworld" target="_blank" title="Follow Miami Nautique Intl. on Twitter" data-v-edit-region="Social Media 3"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#twitter"></use> </svg><span class="hidden-xs hidden-sm tags">Twitter</span></a></span> <span data-v-edit-region="Social Media 4"><a class="pinterest" href="https://www.pinterest.com/mniboats/" target="_blank" title="Follow Miami Nautique Intl. on pinterest" data-v-edit-region="Social Media 4"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#pinterest"></use> </svg><span class="hidden-xs hidden-sm tags">Pinterest</span></a></span> <span data-v-edit-region="Social Media 5"><a class="youtube" href="https://www.youtube.com//user/MSNWakeboarding" target="_blank" title="Follow Miami Nautique Intl. on YouTube" data-v-edit-region="Social Media 5"><svg viewbox="0 0 1024 1024" class="icon"> <use xlink:href="#youtube"></use> </svg><span class="hidden-xs hidden-sm tags">Youtube</span></a></span> </div> </div> </div> </div> </div> </div> <div class="footer__bottom"> <div class="container-fluid"> <div class="row"> <div class="copyright col-md-10 col-sm-12"> <a href="/terms.asp" title="Terms">Copyright &copy; <span class="insertYear">2014</span>&nbsp;Miami Nautique Intl.. All Rights Reserved.</a> <a href="http://www.volusion.com" target="_blank" rel="nofollow">Online Store by Volusion</a>. </div> <div class="ssl col-md-2 col-sm-12"> <a href="javascript:void(0);" onclick="window.open('https://www.volusion.com/ssl.asp?url=www.YourDomain.com', 'VolusionSSL', 'top=10,left=10,menubar=0,resizable=0,scrollbars=0,width=467,height=467')"><img src="/v/vspfiles/templates/arrival/images/template/vsecure.png" alt=""></a> </div> </div> </div> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="/v/vspfiles/templates/arrival/js/jquery-1.11.1.min.js"></script> <script src="/v/vspfiles/templates/arrival/js/vol-buttons.js"></script> <script type="text/javascript"> var $jQueryModern = jQuery.noConflict(true); </script> <script src="/v/vspfiles/templates/arrival/owl/owl.carousel.min.js"></script> <script src="/v/vspfiles/templates/arrival/js/framework/bootstrap.min.js"></script> <script src="/v/vspfiles/templates/arrival/js/jquery.ui.totop.js"></script> <script src="/v/vspfiles/templates/arrival/js/push-menu/classie.js"></script> <script src="/v/vspfiles/templates/arrival/js/min/fpslide.min.js"></script> <script src="/v/vspfiles/templates/arrival/js/plugins.js"></script> <!-- PUSH MENU --> <link href="/v/vspfiles/templates/arrival/css/push-menu.css" rel="stylesheet"> <script src="/v/vspfiles/templates/arrival/js/push-menu.js"></script> <script type="text/javascript"> /** * When a customer selects the "Graphic" option for their logo in the Volusion admin, the image they upload is set as a background image on an `<a>` element inside the `#display_homepage_title` div. * If a graphic logo is being used, this script reads the background image URL from the element's css, and inserts an `img` element pointing to that URL. * This allows us to style the logo image responsively without breaking the admin logo upload tool. */ (function($) { var siteLogo = $('meta[itemprop="name"] + a'); var siteLogoURL = siteLogo.css('background-image'); siteLogoURL = siteLogoURL.replace('url', ''); // Remove "url" siteLogoURL = siteLogoURL.replace('(', ''); // Remove opening parentheses around URL siteLogoURL = siteLogoURL.replace(')', ''); // Remove closing parentheses around URL siteLogoURL = siteLogoURL.replace(/['"]/, ''); // Remove both single and double quotes. if (!siteLogo.hasClass('colors_homepage_title')) { siteLogo.html('<img class="logo__img img-responsive" src="' + siteLogoURL + '">'); } })($jQueryModern); </script> <!-- <script type="text/javascript" src="/v/vspfiles/assets/quickview/js/quickview.min.js"></script> <script>(function($){$('body').quickview();})($jQueryModern)</script> --> <!-- // Licensed under the protection of U.S. Intellectual Property as well as U.S. and International Copyright Law - All Rights reserved // --> <!-- NOTE: COMMENTING OUT OR REMOVING THIS CODE WITHOUT FIRST CONTACTING SUPPORT@DIGITALPOWER.SOLUTIONS WILL DISRUPT SERVICES THIS DEALER PAYS FOR. MAKE SURE YOUR CONTACT KNOWS THAT BEFORE DOING SO. ---> <script type="text/javascript" src="https://scripts.digitalpowersolutions.net/asqaadlu.js" defer="defer"></script> <!-- ////////////// DPS Solutions Platform by Digital Power Solutions ///////////// --> <script type="text/javascript">function store_init(event){vZoom.preloadImage('//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2T.png','//cdn4.volusion.store/cgrfj-cjkum/v/vspfiles/photos/NC12327-2.png');} AttachEvent(window, 'load', store_init);</script> <script type="text/javascript"> if (!/\/shoppingcart\.asp/i.test(window.location.pathname)) { jQuery(document).ready(function() { jQuery('a').each(AddCartLink) }); } </script> <script type="text/javascript"> volusion.cbExtendSnippets = true; </script> <script> if (document.getElementsByName("MailingList")[0]) { var emailSubscribeForm = document.getElementsByName("MailingList")[0]; disableSubscribeSubmit = function() { emailSubscribeButton.removeAttribute("type"); } forwardToMailingList = function(e) { var subscribeEmail = emailSubscribeForm.querySelector("input").value; sessionStorage.setItem("subEmailAddress", subscribeEmail); emailSubscribeForm.submit(); } if (emailSubscribeForm.querySelector("button")) { var emailSubscribeButton = emailSubscribeForm.querySelector("button"); emailSubscribeButton.addEventListener("click", forwardToMailingList); } } </script> <script src="/a/j/class-name-watcher.js" defer ></script> <script type="text/javascript"> window.isUsingPpcp = true; </script> <script type="text/javascript"> window.useNewCheckout = true; </script> <script src="/a/j/paypal-push-cart.js" defer ></script> <script src="/a/j/push-cart.js" defer ></script> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e93e5584bc85f81',t:'MTczMjcyOTE0OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>

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