
<!doctype html>
<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0">
    <meta name="theme-color" content="#d87c22">

    <!-- Network optimisations -->
<link rel="preconnect" href="//cdn.shopify.com" crossorigin>
<link rel="preconnect" href="//fonts.shopifycdn.com" crossorigin>

<link rel="preload" as="style" href="//albemarleangler.com/cdn/shop/t/5/assets/base.css?v=71986311364451702551750087745">

<link rel="preload" href="//albemarleangler.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="//albemarleangler.com/cdn/fonts/merriweather/merriweather_n4.349a72bc63b970a8b7f00dc33f5bda2ec52f79cc.woff2" as="font" type="font/woff2" crossorigin>

<link rel="canonical" href="https://albemarleangler.com/">
      <link rel="shortcut icon" href="//albemarleangler.com/cdn/shop/files/AA-favicon.png?crop=center&height=32&v=1758209691&width=32" type="image/png">
    

    <!-- Title and description ================================================== -->
    <title>Albemarle Angler Charlottesville</title><meta name="description" content="Fly Fishing, Outdoor gear and apparel, lifestyle apparel, fishing, menswear, boutique, local art, guided fly fishing trips."><!-- /snippets/social-meta-tags.liquid -->




<meta property="og:site_name" content="Albemarle Angler">
<meta property="og:url" content="https://albemarleangler.com/">
<meta property="og:title" content="Albemarle Angler Charlottesville">
<meta property="og:type" content="website">
<meta property="og:description" content="Fly Fishing, Outdoor gear and apparel, lifestyle apparel, fishing, menswear, boutique, local art, guided fly fishing trips.">

<meta property="og:image" content="http://albemarleangler.com/cdn/shop/files/AA-Social-Sharing.png?crop=center&height=1200&v=1756928583&width=1200">
<meta property="og:image:secure_url" content="https://albemarleangler.com/cdn/shop/files/AA-Social-Sharing.png?crop=center&height=1200&v=1756928583&width=1200">


<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Albemarle Angler Charlottesville">
<meta name="twitter:description" content="Fly Fishing, Outdoor gear and apparel, lifestyle apparel, fishing, menswear, boutique, local art, guided fly fishing trips.">

<!-- JS before CSSOM =================================================== -->
    <script async crossorigin fetchpriority="high" src="/cdn/shopifycloud/importmap-polyfill/es-modules-shim.2.4.0.js"></script>
<script type="text/javascript">
      theme = {};
      theme.t = {};

      theme.cart = {};
      theme.money_format = '${{amount}}';
      theme.money_with_currency_format = '${{amount}} USD';
      theme.money_product_price_format = '${{amount}}';
      theme.money_total_price_format = '${{amount}}';
      theme.localize = (string, value = '') => {
        switch (string) {
          case 'ADD_TO_CART':
            return 'Add to cart';
          case 'PRE_ORDER':
            return 'Pre-order';
          case 'CART_ITEM_PLURAL':
            return 'items';
          case 'CART_ITEM_SINGULAR':
            return 'item';
          case 'DISCOUNT_CURRENCY':
            return 'Save [discount]'.replace(
              '[discount]',
              value,
            );
          case 'DISCOUNT_PERCENTAGE':
            return 'Save [discount]%'.replace(
              '[discount]',
              value,
            );
          case 'DISCOUNT_TEXT':
            return 'On Sale';
          case 'ERROR_PRODUCTS':
            return 'Could not load products';
          case 'FROM_PRICE':
            return 'from';
          case 'GIFT_CARD_RECIPIENT_EMAIL':
            return 'Email';
          case 'GIFT_CARD_RECIPIENT_NAME':
            return 'Name';
          case 'GIFT_CARD_RECIPIENT_MESSAGE':
            return 'Message';
          case 'QTY_NOTICE_IN_STOCK':
            return 'In stock';
          case 'QTY_NOTICE_CONTINUE_SELLING':
            return 'In stock';
          case 'QTY_NOTICE_LOW_STOCK':
            return 'Low stock';
          case 'QTY_NOTICE_NUMBER_IN_STOCK_HTML':
            return '<span>[qty]</span> in stock'.replace(
              '[qty]',
              value,
            );
          case 'QTY_NOTICE_NUMBER_LOW_STOCK_HTML':
            return 'Only <span>[qty]</span> in stock'.replace(
              '[qty]',
              value,
            );
          case 'QTY_NOTICE_SOLD_OUT':
            return 'Out of stock';
          case 'REGULAR_PRICE':
            return 'Regular price';
          case 'SALE_PRICE':
            return 'Sale price';
          case 'SKU':
            return 'SKU';
          case 'SOLD_OUT':
            return 'Sold out';
          case 'UNAVAILABLE':
            return 'Unavailable';
          case 'UNIT_PRICE_LABEL':
            return 'Unit price';
          case 'UNIT_PRICE_SEPARATOR':
            return 'per';
          default:
            return '';
        }
      };
    </script>
    <script type="text/javascript">
      document.documentElement.classList.replace('no-js', 'js');
      if (window.matchMedia('(pointer: coarse)').matches) {
        document.documentElement.classList.add('touchevents');
      } else {
        document.documentElement.classList.add('no-touchevents');
      }
    </script>

    <!-- CSS ================================================== -->
    
<style data-shopify>
  :root {
    --color--brand: #d87c22;
    --color--brand-dark: #c26f1f;
    --color--brand-light: #df8934;

    --color--accent: #f2f2f2;
    --color--accent-dark: #e5e5e5;

    --color--link: #f0c9a3;
    --color--link-dark: #54300d;

    --color--text: #212121;
    --color--text-rgb: 33, 33, 33;
    --color--text-light: rgba(33, 33, 33, 0.7);
    --color--text-lighter: rgba(33, 33, 33, 0.55);
    --color--text-lightest: rgba(33, 33, 33, 0.2);
    --color--text-bg: rgba(33, 33, 33, 0.06);

    --color--headings: #212121;
    --color--alt-text: #8b8b8b;
    --color--btn: #ffffff;

    --color--product-bg: rgba(0,0,0,0);
    --color--product-sale: #C00000;

    --color--low-stock: #C00000;
    --color--in-stock: #4A9F53;

    --color--title-border: #d87c22;

    --color--drawer-bg: #ffffff;

    --color--bg: #ffffff;
    --color--bg-rgb: 255, 255, 255;
    --color--bg-alpha: rgba(255, 255, 255, 0.8);
    --color--bg-light: #ffffff;
    --color--bg-dark: #f2f2f2;

    --color--drop-shadow: rgba(0, 0, 0, 0.08);

    --color--label-brand: #d87c22;
    --color--label-sold_out: #f2f2f2;
    --color--label-discount: #c00000;
    --color--label-new: #f2f2f2;
    --color--label-pre-order: #bbfcbb;
    --color--label-custom1: #f2f2f2;
    --color--label-custom2: #f2f2f2;

    --color--text-label-brand: #000000;
    --color--text-label-sold_out: #212121;
    --color--text-label-discount: #FFFFFF;
    --color--text-label-new: #212121;
    --color--text-label-pre-order: #212121;
    --color--text-label-custom_one: #212121;
    --color--text-label-custom_two: #212121;

    --font--size-base: 16.4;
    --font--line-base: 30;

    --font--size-h1: 39;
    --font--size-h2: 32;
    --font--size-h3: 27;
    --font--size-h4: 24;
    --font--size-h5: 22;
    --font--size-h6: 21;

    --font--size-grid: 16;
    --font--size-nav: 14;
    --font--size-mobile-nav: 16;
    --font--size-mega-menu: 13;
    --font--size-product-form-headings: 14;

    --font--body: Lato, sans-serif;
    --font--body-style: normal;
    --font--body-weight: 400;

    --font--title: Merriweather, serif;
    --font--title-weight: 400;
    --font--title-style: normal;
    --font--title-space: 1px;
    --font--title-transform: none;
    --font--title-border: 0;
    --font--title-border-size: 2px;

    --font--button: Lato, sans-serif;
    --font--button-weight: 400;
    --font--button-style: normal;

    --font--button-space: 1px;
    --font--button-transform: uppercase;
    --font--button-size: 14;
    --font--button-mobile-size: 12px;

    --font--label: Merriweather, serif;
    --font--label-weight: 400;
    --font--label-style: normal;

    --font--label-space: 1px;
    --font--label-transform: uppercase;
    --font--label-size: 12;
    --font--label-mobile-size: 12px;

    --font--nav-spacing: 36px;

    --radius-button: 25px;
    --radius-small-button: 25px;
    --radius-variant-button: 25px;
    --radius-form: 30px;
    --radius-label: 8px;
    --radius-popup: 8px;
    --radius-container: 8px;
    --radius-media: 8px;
    --radius-menu: 7px;
  }
</style>

    <style>@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//albemarleangler.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2") format("woff2"),
       url("//albemarleangler.com/cdn/fonts/lato/lato_n4.d5c00c781efb195594fd2fd4ad04f7882949e327.woff") format("woff");
}

  @font-face {
  font-family: Merriweather;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//albemarleangler.com/cdn/fonts/merriweather/merriweather_n4.349a72bc63b970a8b7f00dc33f5bda2ec52f79cc.woff2") format("woff2"),
       url("//albemarleangler.com/cdn/fonts/merriweather/merriweather_n4.5a396c75a89c25b516c9d3cb026490795288d821.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//albemarleangler.com/cdn/fonts/lato/lato_n7.900f219bc7337bc57a7a2151983f0a4a4d9d5dcf.woff2") format("woff2"),
       url("//albemarleangler.com/cdn/fonts/lato/lato_n7.a55c60751adcc35be7c4f8a0313f9698598612ee.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//albemarleangler.com/cdn/fonts/lato/lato_i4.09c847adc47c2fefc3368f2e241a3712168bc4b6.woff2") format("woff2"),
       url("//albemarleangler.com/cdn/fonts/lato/lato_i4.3c7d9eb6c1b0a2bf62d892c3ee4582b016d0f30c.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//albemarleangler.com/cdn/fonts/lato/lato_i7.16ba75868b37083a879b8dd9f2be44e067dfbf92.woff2") format("woff2"),
       url("//albemarleangler.com/cdn/fonts/lato/lato_i7.4c07c2b3b7e64ab516aa2f2081d2bb0366b9dce8.woff") format("woff");
}

</style>

<link href="//albemarleangler.com/cdn/shop/t/5/assets/base.css?v=71986311364451702551750087745" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//albemarleangler.com/cdn/shop/t/5/assets/global.css?v=67852653359467342111750087743" media="print" onload="this.media='all'">
<noscript>
  <link href="//albemarleangler.com/cdn/shop/t/5/assets/global.css?v=67852653359467342111750087743" rel="stylesheet" type="text/css" media="all" />
</noscript>



    <!-- JS after CSSOM=================================================== -->
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/es-module-shims.lib.js?v=180150146441010398351750087743" async></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/form-request-submit-polyfill.lib.js?v=58675927338542652621750087745" async></script>
    <script type="importmap">
      {
        "imports": {
          "a11y-dialog": "//albemarleangler.com/cdn/shop/t/5/assets/a11y-dialog.lib.js?v=104253362646731580201750087743",
          "animations": "//albemarleangler.com/cdn/shop/t/5/assets/animations.js?v=108386889977020216841750087743",
          "cart-components": "//albemarleangler.com/cdn/shop/t/5/assets/cart-components.js?v=111286232996226158641750087742",
          "cart-plugins": "//albemarleangler.com/cdn/shop/t/5/assets/cart-plugins.js?v=111706759828718451181750087744",
          "cart-store": "//albemarleangler.com/cdn/shop/t/5/assets/cart-store.js?v=118117448832980791111750087743",
          "deferred-media": "//albemarleangler.com/cdn/shop/t/5/assets/deferred-media.js?v=78538159948894601851750087742",
          "details-disclosure": "//albemarleangler.com/cdn/shop/t/5/assets/details-disclosure.js?v=38950630888206911021750087744",
          "dotlottie": "//albemarleangler.com/cdn/shop/t/5/assets/dotlottie.lib.js?v=154950466484778585161750087744",
          "googlemaps-js-api-loader": "//albemarleangler.com/cdn/shop/t/5/assets/googlemaps-js-api-loader.lib.js?v=103621046827594995431750087743",
          "immer": "//albemarleangler.com/cdn/shop/t/5/assets/immer.lib.js?v=169763567668630566711750087743",
          "items-scroll": "//albemarleangler.com/cdn/shop/t/5/assets/items-scroll.js?v=124158216695031153151750087742",
          "js-cookie": "//albemarleangler.com/cdn/shop/t/5/assets/js-cookie.lib.js?v=3581927202830304741750087744",
          "map-settings": "//albemarleangler.com/cdn/shop/t/5/assets/map-settings.js?v=104006310661936446291750087744",
          "modal-dialog": "//albemarleangler.com/cdn/shop/t/5/assets/modal-dialog.js?v=20747059355321374381750087744",
          "motion": "//albemarleangler.com/cdn/shop/t/5/assets/motion.lib.js?v=110055894879790098521750087744",
          "photoswipe": "//albemarleangler.com/cdn/shop/t/5/assets/photoswipe.lib.js?v=36920987670241145981750087745",
          "photoswipe-lightbox": "//albemarleangler.com/cdn/shop/t/5/assets/photoswipe-lightbox.lib.js?v=83729992335105174081750087743",
          "popup-dialog": "//albemarleangler.com/cdn/shop/t/5/assets/popup-dialog.js?v=74576567256221747071750087743",
          "scrollyfills": "//albemarleangler.com/cdn/shop/t/5/assets/scrollyfills.lib.js?v=21481897461248666781750087743",
          "store-data": "//albemarleangler.com/cdn/shop/t/5/assets/store-data.js?v=2454196743906052431750087773",
          "swatch-colors": "//albemarleangler.com/cdn/shop/t/5/assets/swatch-colors.js?v=87764210534596423781780792558",
          "swiper": "//albemarleangler.com/cdn/shop/t/5/assets/swiper.lib.js?v=100231126976640480081750087744",
          "utils": "//albemarleangler.com/cdn/shop/t/5/assets/utils.lib.js?v=79606462338798770111750087743",
          "vlite": "//albemarleangler.com/cdn/shop/t/5/assets/vlite.lib.js?v=88001669146763325901750087743",
          "zustand": "//albemarleangler.com/cdn/shop/t/5/assets/zustand.lib.js?v=77427273780522837891750087743"
        }
      }
    </script>
    <link rel="modulepreload" href="//albemarleangler.com/cdn/shop/t/5/assets/utils.lib.js?v=79606462338798770111750087743"><link rel="modulepreload" href="//albemarleangler.com/cdn/shop/t/5/assets/motion.lib.js?v=110055894879790098521750087744">
      <link rel="modulepreload" href="//albemarleangler.com/cdn/shop/t/5/assets/store-data.js?v=2454196743906052431750087773"><script src="//albemarleangler.com/cdn/shop/t/5/assets/global.js?v=126595367198272446441750087743" defer="defer"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/image-skeleton.js?v=106077744303847085641750087744" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/animations.js?v=108386889977020216841750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/cart-store.js?v=118117448832980791111750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/popup-dialog.js?v=74576567256221747071750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/modal-dialog.js?v=20747059355321374381750087744" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/media-carousel.js?v=173020821608647186951750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/quantity-input.js?v=86321781025278613171750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/staged-action.js?v=57498715711744870231750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/dynamic-button.js?v=124943469890868650071750087744" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-form.js?v=37779107406454908591750087742" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/cart-link.js?v=23110473682800828071750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/cart-components.js?v=111286232996226158641750087742" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/deferred-media.js?v=78538159948894601851750087742" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/header-container.js?v=88943774214020763511750087742" type="module"></script><script src="//albemarleangler.com/cdn/shop/t/5/assets/cart-free-shipping-bar.js?v=13371988690262255181750087744" type="module"></script><script src="//albemarleangler.com/cdn/shop/t/5/assets/product-cards.js?v=172837119377394520861750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/quick-shop.js?v=77555811168617723851750087744" type="module"></script>

    <script src="//albemarleangler.com/cdn/shop/t/5/assets/custom.js?v=101612360477050417211750087743" defer="defer"></script><script src="//albemarleangler.com/cdn/shop/t/5/assets/swatch-colors.js?v=87764210534596423781780792558" type="module"></script><script src="//albemarleangler.com/cdn/shop/t/5/assets/details-disclosure.js?v=38950630888206911021750087744" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/header-details-disclosure.js?v=136202714933820536781750087745" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/nested-menu.js?v=53243661712293410791750087744" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/drawer-menu.js?v=112278693327509456951750087743" type="module"></script>

    <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-card-spinner.js?v=25774890984037457101750087743" type="module"></script>
    <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-card-swatches.js?v=29588182373378967521750087744" type="module"></script><script src="//albemarleangler.com/cdn/shop/t/5/assets/recent-searches.js?v=67153266499646866251750087742" type="module"></script>

    

    <!-- Header hook for plugins ================================================== -->
    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/84403847452/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="79feb13ae26a22178657579dd5a74440">
<meta id="in-context-paypal-metadata" data-shop-id="84403847452" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=84403847452" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":84403847452,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/84403847452","merchantName":"Albemarle Angler","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Albemarle Angler","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"79feb13ae26a22178657579dd5a74440","betas":["rich-media-storefront-analytics"],"domain":"albemarleangler.com","predictiveSearch":true,"shopId":84403847452,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "198933-2.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"Venue","id":176880550172,"schema_name":"Venue","schema_version":"17.0.0","theme_store_id":836,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "albemarleangler.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//albemarleangler.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//albemarleangler.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/cdn.robinpro.gallery\/js\/client.js?v=5ad0431\u0026shop=198933-2.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":84403847452,"offset":-14400,"reqid":"8e764095-cc65-4ecb-a522-b641cd40a902-1781015746","pageurl":"albemarleangler.com\/index.css","u":"1dfec9e9d93e","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//albemarleangler.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//albemarleangler.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://albemarleangler.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script async="async" integrity="sha256-hlq21VGceRKy8z+Fjhropk1BwDPACP0RdQ5rBrATyUo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-67b41cb9.js" crossorigin="anonymous"></script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://albemarleangler.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 84403847452,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach(function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)}),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 84403847452,storefrontBaseUrl: "https://albemarleangler.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","d5bdd5d0","3209b71c","5acaffe6","86d76263","3b3c7daf","6faea013"],webPixelsConfigList: [{"id":"2070249756","configuration":"{\"pixel_id\":\"4318243481759242\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"abff2a8add143ccb04deb20f0ebd74a9","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Albemarle Angler","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"198933-2.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/albemarleangler.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":null,"purchasingCompany":null,"page":null},},"https://albemarleangler.com/cdn","a9664f44w6a62cec8p04af10e4mb91e3447",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"84403847452","storefrontBaseUrl":"https:\/\/albemarleangler.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"d5bdd5d0\", \"3209b71c\", \"5acaffe6\", \"86d76263\", \"3b3c7daf\", \"6faea013\"]","isMerchantRequest":"false","hashVersion":"a9664f44w6a62cec8p04af10e4mb91e3447","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'USD';
  var meta = {"page":{"pageType":"home","requestId":"8e764095-cc65-4ecb-a522-b641cd40a902-1781015746"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    window.ShopifyAnalytics.lib.trekkie = window.trekkie;
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        if (window.__TREKKIE_SHIM_QUEUE && (method == 'track' || method == 'page')) {
          try {
            window.__TREKKIE_SHIM_QUEUE.push({
              from: 'trekkie-stub',
              method: method,
              args: args.slice(1)
            });
          } catch (e) {
            // no-op
          }
        }
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
  var scriptFallback = document.createElement('script');
  scriptFallback.type = 'text/javascript';
  scriptFallback.onerror = function(error) {
          var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 84403847452,
      theme_id: 176880550172,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//albemarleangler.com/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js"});

  };
  scriptFallback.async = true;
  scriptFallback.src = '//albemarleangler.com/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//albemarleangler.com/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":84403847452,"isMerchantRequest":null,"themeId":176880550172,"themeCityHash":"14541874362777653348","contentLanguage":"en","currency":"USD","eventMetadataId":"cce74e7f-1ec5-4f4d-99cb-bc5d10246379"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"8e764095-cc65-4ecb-a522-b641cd40a902-1781015746","shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//albemarleangler.com/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
<script
  defer
  src="https://albemarleangler.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="84403847452"
  data-render-region="gcp-us-central1"
  data-page-type="index"
  data-theme-instance-id="176880550172"
  data-theme-name="Venue"
  data-theme-version="17.0.0"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://albemarleangler.com/api/collect"
></script>
</head>

  <body
    id="albemarle-angler-charlottesville"
    class="template-index"
    data-anim-load="true"
    data-anim-interval-style="fade_up"
    data-anim-zoom="false"
    data-anim-interval="true"
    data-editor-mode="false"
    data-quick-shop-show-cart="true"
    data-heading-border="false"
    data-overlap-style="false"
  ><script type="text/javascript">
        //loading class for animations
        document.body.classList.add('js-theme-loading');
      </script>
    <script type="application/json" id="cart-data">
      {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}
    </script>
<div id="cart-templates" style="display: none"><template id="template-cart-item-property">
      
<div class="cart-item__meta-inline">
  <property-name class="cart-item__meta"></property-name>:
  <property-value class="cart-item__meta"></property-value>
</div>

    </template>
    <template id="template-price">
      
<div class="price ">
  <span class="money"
    ><money-amount></money-amount></span
  >
</div>

    </template>
    <template id="template-discount-item">
      <span class="discount__icon"><span
    class="icon icon--theme icon--label "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M6.16917 25.5622C5.06029 24.4533 4.50388 22.91 4.65445 21.361L5.72818 10.3141C5.96488 7.87887 7.8789 5.96484 10.3141 5.72815L21.361 4.65441C22.9101 4.50384 24.4533 5.06026 25.5622 6.16913L41.6078 22.2147C43.6415 24.2484 43.6622 27.5251 41.654 29.5333L29.5333 41.654C27.5251 43.6622 24.2485 43.6415 22.2147 41.6077L6.16917 25.5622Z" vector-effect="non-scaling-stroke"/>
          <path d="M14.8709 11.5963C16.5041 11.6066 17.8365 12.9389 17.8468 14.5721C17.8571 16.2053 16.5415 17.5209 14.9083 17.5106C13.2751 17.5003 11.9428 16.168 11.9324 14.5348C11.9221 12.9016 13.2377 11.586 14.8709 11.5963Z" vector-effect="non-scaling-stroke"/></svg>
  </span></span>
<discount-title class="discount__title"></discount-title>
<span class="discount__amount"
  ><span class="money"
    ><discount-amount></discount-amount></span
  ></span
>

    </template>
    <template id="template-empty-cart">
      <cart-empty>
  <div class="cart-empty">

    <p class="cart-empty__title">Your cart is currently empty</p>
    <a
      href="/"
      class="c-btn c-btn--primary c-btn--wide"
    >Shop now</a>
  </div>
</cart-empty>

    </template>
    <template id="template-spinner">
      <div
  class="theme-spinner "
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>

    </template>
    <template id="template-cart-gift-wrapping-message">
      <cart-gift-wrapping-message class="gift-wrapping-message"><accordion-group>
  <details id="cart-gift-wrapping-message">
    <summary>
      <summary-content><label for="CartGiftWrappingMessage" class="gift-wrapping-message__label">
      <div class="gift-wrapping-message__icon"><span
    class="icon icon--theme icon--note "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path fill-rule="evenodd" clip-rule="evenodd" d="M24.555 18.3567L21.8917 21.02L27.2184 26.3468L29.8818 23.6834L44.9742 8.59101C46.4451 7.12007 46.4451 4.73521 44.9742 3.26427C43.5032 1.79334 41.1184 1.79334 39.6474 3.26427L24.555 18.3567ZM20.0291 23.5962L18.3406 29.8978L24.6422 28.2093L20.0291 23.5962Z" class="fill" />
          <path d="M40.5 23.7642V35.108C40.5 37.9557 38.1914 40.2642 35.3438 40.2642H12.6562C9.80856 40.2642 7.5 37.9557 7.5 35.108V12.4205C7.5 9.57278 9.80856 7.26422 12.6562 7.26422H24" vector-effect="non-scaling-stroke" /></svg>
  </span></div>
      <span>Gift message</span>
    </label></summary-content>
      <summary-icon>
        <span
    class="icon icon--theme icon--plus "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M24 4L24 44M4 24.0024H44" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </summary-icon>
    </summary>
    <details-content><cart-text-input
  
    class="gift-wrapping-message__content"
  
><textarea
      name="attributes[gift-wrapping-message]"
      class="gift-wrapping-message__input input-full"
      id="CartGiftWrappingMessage"></textarea><cart-text-input-status></cart-text-input-status>
</cart-text-input>
</details-content>
  </details>
</accordion-group>
<script src="//albemarleangler.com/cdn/shop/t/5/assets/accordion-group.js?v=89539647746963571311750087744" type="module"></script>
</cart-gift-wrapping-message>

    </template><template id="template-spinner">
    <theme-spinner
  class="theme-spinner "
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</theme-spinner>

  </template>
  <template id="template-cart-item-meta">
    <property-value class="cart-item__meta"></property-value>

  </template>
  <template id="template-unit-price">
    
<span class="unit-price">
Unit price:&nbsp;<unit-price class="money"></unit-price><span aria-hidden="true">/</span><span class="u-hidden-visually">per&nbsp;</span><base-unit></base-unit>
</span>

  </template>
</div>


    <a class="skip-to-content-link" href="#main">Skip to content</a>

    <div class="page-transition"></div>

    <div class="page-container">
      <script>
  theme.setHeaderHeightVars = () => {
    const headerSection = document.querySelector('header-container');
    const header = document.querySelector('.js-header');
    const announcement = document.querySelector('.shopify-section-group-header-group.js-section__announcement');
    const utility = document.querySelector('.shopify-section-group-header-group.js-section__utility-bar');

    document.documentElement.style.setProperty('--window-height', `${window.innerHeight}px`);

    document.documentElement.style.setProperty(
      '--announcement-height',
      `${announcement ? announcement.offsetHeight : 0}px`,
    );

    document.documentElement.style.setProperty('--utility-height', `${utility ? utility.offsetHeight : 0}px`);

    //header section (zero height if transparent)
    if (headerSection)
      document.documentElement.style.setProperty('--header-section-height', `${headerSection.offsetHeight}px`);
    //header element (has height if transparent)
    if (header) document.documentElement.style.setProperty('--header-height', `${header.offsetHeight}px`);
  };

  theme.setHeaderLogoVars = () => {
    //header logo width
    const logoLink = document.querySelector('.header__logo-link');
    if (logoLink) document.documentElement.style.setProperty('--header-logo-width', `${logoLink.offsetWidth}px`);
  };

  theme.setHeaderStyle = () => {
    const header = document.querySelector('.js-header');
    if (!header) return;

    //get element width witout padding
    const getElementContentWidth = (element) => {
      if (!element) return 0;

      const styles = window.getComputedStyle(element);
      const padding = parseFloat(styles.paddingLeft) + parseFloat(styles.paddingRight);

      return element.clientWidth - padding;
    };

    const iconsNavDisplayStyle = (style, element) => {
      if (!element) return;

      element.style.display = style;
    };

    const headerNavs = header.querySelector('.js-heaver-navs');
    const mobileDraw = header.querySelector('.js-mobile-draw-icon');
    const searchDraw = header.querySelector('.js-search-draw-icon');
    const cartDraw = header.querySelector('.js-cart-draw-icon');
    const primaryNav = header.querySelector('.js-primary-nav');
    const primaryNavItems = header.querySelector('.js-primary-nav-items');
    const secondaryNav = header.querySelector('.js-secondary-nav');
    const secondaryNavLocalize = header.querySelector('.js-secondary-nav-localize');
    const secondaryNavActions = header.querySelector('.js-secondary-nav-actions');
    const logoImg = header.querySelector('.js-main-logo');
    const mobileBrkp = 767;

    //set sizes
    const winWidth = window.innerWidth;
    const navsWidth = getElementContentWidth(headerNavs);
    const secondaryWidth = getElementContentWidth(secondaryNav);
    const secondaryLocalizeWidth = getElementContentWidth(secondaryNavLocalize);
    const secondaryActionsWidth = getElementContentWidth(secondaryNavActions);
    const secondaryItemsWidth = secondaryLocalizeWidth + secondaryActionsWidth + 6;
    const logoWidth = getElementContentWidth(logoImg);
    const primaryWidth = getElementContentWidth(primaryNavItems);

    if (header.dataset.headerStyle == 'icons') {
      iconsNavDisplayStyle('flex', mobileDraw);
      iconsNavDisplayStyle('flex', cartDraw);
      iconsNavDisplayStyle('flex', searchDraw);
    } else if (winWidth >= mobileBrkp) {
      if (header.dataset.headerStyle !== 'center') {
        //inline style logic
        if (header.dataset.headerStyle === 'left') {
          const availableLeftSpace = (winWidth - logoWidth) / 2;
          if (availableLeftSpace - primaryWidth < 40) {
            header.classList.remove('header--left');
            header.classList.add('header--center');
          } else if (availableLeftSpace - secondaryItemsWidth < 40) {
            header.classList.remove('header--left');
            header.classList.add('header--center');
          } else {
            header.classList.add('header--left');
            header.classList.remove('header--center');
          }
        }

        //logo left style logic
        if (header.dataset.headerStyle === 'logo-left') {
          const availableCenterSpace = winWidth - logoWidth;
          if (availableCenterSpace - primaryWidth - secondaryItemsWidth < 120) {
            header.classList.remove('header--logo-left');
            header.classList.add('header--center');
          } else {
            header.classList.add('header--logo-left');
            header.classList.remove('header--center');
          }
        }
      }

      iconsNavDisplayStyle('none', mobileDraw);
      iconsNavDisplayStyle('none', cartDraw);
      iconsNavDisplayStyle('none', searchDraw);
    } else {
      iconsNavDisplayStyle('flex', mobileDraw);
      iconsNavDisplayStyle('flex', cartDraw);
      iconsNavDisplayStyle('flex', searchDraw);
    }
  };

  theme.setUpHeaderResizeObservers = () => {
    const debounce = (f, delay) => {
      let timer = 0;
      return (...args) => {
        clearTimeout(timer);
        timer = setTimeout(() => f.apply(this, args), delay);
      };
    };

    const headerSection = document.querySelector('header-container');
    const header = document.querySelector('header');
    const logo = document.querySelector('.header__logo-link');

    theme.setHeaderHeightVars();
    const headerSectionObserver = new ResizeObserver(debounce(theme.setHeaderHeightVars, 50));
    headerSectionObserver.observe(headerSection);

    theme.setHeaderLogoVars();
    const headerLogoObserver = new ResizeObserver(debounce(theme.setHeaderLogoVars, 50));
    headerLogoObserver.observe(logo);

    theme.setHeaderStyle();
    const headerObserver = new ResizeObserver(debounce(theme.setHeaderStyle, 50));
    headerObserver.observe(header);
  };
</script>

      <!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--24365360742684__header" class="shopify-section shopify-section-group-header-group shopify-section-header js-section__header">
<style>
  
  .header-trigger {
    opacity: 0;
  }
</style>
<link href="//albemarleangler.com/cdn/shop/t/5/assets/component-header.css?v=53914476183850937181750087744" rel="stylesheet" type="text/css" media="all" />
<link
  rel="stylesheet"
  href="//albemarleangler.com/cdn/shop/t/5/assets/component-navigation-drawer.css?v=68136065212661734271750087743"
  media="print"
  onload="this.media='all'"
>
<noscript>
  <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-navigation-drawer.css?v=68136065212661734271750087743" rel="stylesheet" type="text/css" media="all" />
</noscript><link href="//albemarleangler.com/cdn/shop/t/5/assets/component-header-transparent.css?v=44627996234114403081750087744" rel="stylesheet" type="text/css" media="all" />
<header-container
  
    class="is-sticky"
    data-sticky="true"
  
  style="
    --logo-size: 75px;
    --logo-size-mobile: 53px;
    --logo-spacing: 7;
    --logo-spacing-mobile: 4;
  "
><link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/component-search-drawer.css?v=166864787208131521551750087745"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-search-drawer.css?v=166864787208131521551750087745" rel="stylesheet" type="text/css" media="all" />
    </noscript><style type="text/css">
    :root {
      
      --header-is-sticky:0;
      
      --header-bg-color: #ffffff;
      --header-bg-color-darker: #f2f2f2;
      --header-text-color: #212121;
      --header-text-color-light: rgba(33, 33, 33, 0.7);
      --header-text-color-lighter: rgba(33, 33, 33, 0.5);
      --header-text-color-lightest: rgba(33, 33, 33, 0.1);
      --header-text-color-bg: rgba(33, 33, 33, 0.06);
      --header-transparent-text-color: #ffffff;
      --header-transparent-text-color-light: rgba(255, 255, 255, 0.3);
      --header-text-contrast-color: #fff;
      --header-transparent-text-contrast-color: #000;
    }</style>
  <header
    role="banner"
    id="top"
    class="header js-header header--sticky js-header-sticky js-header-scroll header--left u-flex u-flex--middle u-flex--center header--search-enabled header--transparent header--has-transparent-divider"
    data-section-id="sections--24365360742684__header"
    data-section-type="header-section"
    data-transparent-header="true"
    data-sticky-header="true"
    data-header-style="left"
  >
    <div class="header__logo u-flex u-flex--middle u-flex--center header__logo--has-transparent">
      
        <h1 class="header__logo-wrapper js-main-logo" itemscope itemtype="http://schema.org/Organization">
      
      
        <a href="/" itemprop="url" class="header__logo-link">
          <div
            class="header__logo-ratio-box"
            style="aspect-ratio: 4.4/1"
          >
            <img
              src="//albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Horizontal-Recreation-2.png?height=150&v=1756914874"
              class="header__logo-img"
              alt="Albemarle Angler"
              itemprop="logo"
              width="1200"
              height="273"
              loading="eager"
            >

            
              <img
                src="//albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Horizontal-Recreation-Light-Bkrd-2.png?height=150&v=1756914914"
                class="header__logo-img header__logo-img--transparent"
                alt="Albemarle Angler"
                itemprop="logo-transparent"
                width="1200"
                height="273"
                loading="eager"
              >
            
          </div>
        </a>
      
      
        </h1>
      
    </div>

    <div
      class="header-trigger header-trigger--left mobile-draw-trigger-icon u-flex u-flex--middle js-mobile-draw-icon"
      style="display: none"
    >
      <button
        class="header-trigger__link header-trigger__link--mobile"
        aria-haspopup="dialog"
        aria-label="Menu"
        data-a11y-dialog-show="modal-main-menu"
      >
        <span
    class="icon icon--theme icon--menu "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M4 8H44M4 24H44M4 40H44" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button>
    </div>
    
      <div
        class="header-trigger header-trigger--far-right search-draw-trigger-icon u-flex u-flex--middle js-search-draw-icon"
        style="display: none"
      >
        <a
          href="/search"
          class="header-trigger__link header-trigger__link--search"
          aria-haspopup="dialog"
          aria-label="Search"
          data-a11y-dialog-show="modal-search"
        >
          <span
    class="icon icon--theme icon--search "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </a>
      </div>
    
    <div
      class="header-trigger header-trigger--right cart-draw-trigger-icon u-flex u-flex--middle js-cart-draw-icon"
      style="display: none"
    >
      <cart-link><a
            href="/cart"
            class="
              header-trigger__link
              header-trigger__link--cart
              js-cart-icon
              
            "
            aria-haspopup="dialog"
            aria-label="Cart"
            
              data-a11y-dialog-show="modal-cart"
            
          >
            <span
    class="icon icon--theme icon--cart "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M5 14.4048H43V43.5H5V14.4048Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
            <div class="cart-count-bubble">
              <items-count aria-hidden="true">0</items-count>
            </div>
          </a></cart-link>
    </div>

    <div class="header-navs js-heaver-navs u-clearfix u-hidden@tab-down"><nav class="primary-nav header-navs__items js-primary-nav" role="navigation">
          <nested-menu submenu-direction="below">
            <ul class="primary-nav__items js-primary-nav-items"><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a
                        href="/"
                        class="primary-nav__link"
                        
                      >Home</a></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><header-details-disclosure>
                        <details
                          id="Details-HeaderMenu-2"
                          data-link-title="Shop Our Gear"
                        >
                          <summary class="header__menu-item">
                            <a
                              href="/collections/gear-1"
                              class="primary-nav__link"
                              
                            >Shop Our Gear</a>
                          </summary>
                          <div id="HeaderMenu-MenuList-2" class="nav__sub" tabindex="-1">
                            <nested-menu class="nav__sub-wrap">
                              <ul class="list-menu has-animation" role="list" style="animation-delay: 100ms"><li class="list-menu__item"><a
                                        href="/collections/gear-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Shop All Gear</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/tools"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Fly Fishing Tools + Floatant</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/rods-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Fly Rods</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/reels-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Fly Reels</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/fly-boxes"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Fly Boxes</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/fly-lines-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Fly Lines</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/hunting-shooting"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Hunting</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/leader-tippet-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Leader + Tippet</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/nets"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Nets + Net Accessories</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/packs-vests"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Packs + Vests</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/bags-luggage-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Travel Cases + Bags</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/waders"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Waders</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/wading-boots"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Wading Boots</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/cooler"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Coolers</span>
                                      </a></li></ul>
                            </nested-menu>
                          </div>
                        </details>
                      </header-details-disclosure></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><header-details-disclosure>
                        <details
                          id="Details-HeaderMenu-3"
                          data-link-title="Shop Apparel"
                        >
                          <summary class="header__menu-item">
                            <a
                              href="/collections/apparel"
                              class="primary-nav__link"
                              
                            >Shop Apparel</a>
                          </summary>
                          <div id="HeaderMenu-MenuList-3" class="nav__sub" tabindex="-1">
                            <nested-menu class="nav__sub-wrap">
                              <ul class="list-menu has-animation" role="list" style="animation-delay: 100ms"><li class="list-menu__item"><a
                                        href="/collections/albemarle-angler-merch"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Albemarle Angler Merch</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/footwear"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Footwear</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/gloves-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Gloves</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/headwear"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Hats</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/hunting-shooting"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Hunting</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/logo-items-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Logo Wear</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/outerwear"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Outerwear</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/pants"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Pants + Shorts</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/rain-wear"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Rain Wear</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/shirts"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Shirts</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/sunglasses-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Sunglasses</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/sun-protection"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Sun Wear</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/logo-items-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">T-Shirts</span>
                                      </a></li></ul>
                            </nested-menu>
                          </div>
                        </details>
                      </header-details-disclosure></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><header-details-disclosure>
                        <details
                          id="Details-HeaderMenu-4"
                          data-link-title="Shop Hard Goods"
                        >
                          <summary class="header__menu-item">
                            <a
                              href="/collections/lifestyle-goods"
                              class="primary-nav__link"
                              
                            >Shop Hard Goods</a>
                          </summary>
                          <div id="HeaderMenu-MenuList-4" class="nav__sub" tabindex="-1">
                            <nested-menu class="nav__sub-wrap">
                              <ul class="list-menu has-animation" role="list" style="animation-delay: 100ms"><li class="list-menu__item"><a
                                        href="/collections/bags-luggage-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Bags + Luggage</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/books-1"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Books</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/collections/gifts"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Angler Gift Guide</span>
                                      </a></li></ul>
                            </nested-menu>
                          </div>
                        </details>
                      </header-details-disclosure></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a
                        href="/pages/shop-by-brand"
                        class="primary-nav__link"
                        
                      >Shop By Brand</a></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><header-details-disclosure>
                        <details
                          id="Details-HeaderMenu-6"
                          data-link-title="Guide Service"
                        >
                          <summary class="header__menu-item">
                            <a
                              href="/pages/guide-service-private-water"
                              class="primary-nav__link"
                              
                            >Guide Service</a>
                          </summary>
                          <div id="HeaderMenu-MenuList-6" class="nav__sub" tabindex="-1">
                            <nested-menu class="nav__sub-wrap">
                              <ul class="list-menu has-animation" role="list" style="animation-delay: 100ms"><li class="list-menu__item"><a
                                        href="/pages/guide-service-private-water"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">General Info + Pricing</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/pages/guided-walk-wade-trips"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Native Trout Walk + Wade Trips</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/pages/float-trips"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Float Trips</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/pages/private-water-trips"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Private Water Walk + Wade Trips</span>
                                      </a></li></ul>
                            </nested-menu>
                          </div>
                        </details>
                      </header-details-disclosure></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a
                        href="/pages/resources-local-knowledge"
                        class="primary-nav__link"
                        
                      >Resources + Local Knowledge</a></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><header-details-disclosure>
                        <details
                          id="Details-HeaderMenu-8"
                          data-link-title="About"
                        >
                          <summary class="header__menu-item">
                            <a
                              href="/pages/about-us"
                              class="primary-nav__link"
                              
                            >About</a>
                          </summary>
                          <div id="HeaderMenu-MenuList-8" class="nav__sub" tabindex="-1">
                            <nested-menu class="nav__sub-wrap">
                              <ul class="list-menu has-animation" role="list" style="animation-delay: 100ms"><li class="list-menu__item"><a
                                        href="https://albemarleangler.com/pages/about-us#Our%20Team"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Our Team</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="https://albemarleangler.com/pages/about-us#Our%20Philosophy"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Our Product Philosophy</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="https://albemarleangler.com/pages/about-us#Our%20Services"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Our Services</span>
                                      </a></li><li class="list-menu__item"><a
                                        href="/pages/shop-policies"
                                        class="list-menu__link"
                                        
                                      >
                                        <span class="list-menu__text">Shop Policies</span>
                                      </a></li></ul>
                            </nested-menu>
                          </div>
                        </details>
                      </header-details-disclosure></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a
                        href="/pages/contact"
                        class="primary-nav__link"
                        
                      >Contact</a></li></ul>
          </nested-menu>
        </nav><nav class="secondary-nav header-navs__items js-secondary-nav">
        <div class="secondary-nav__items secondary-nav__items--icon"><ul class="secondary-nav__localize js-secondary-nav-localize"></ul>
          <ul class="secondary-nav__actions js-secondary-nav-actions">
            
              
                <li class="secondary-nav__item secondary-nav__item--account secondary-nav__link--icon">
                  <a
                    href="https://albemarleangler.com/customer_authentication/redirect?locale=en&region_country=US"
                    class="secondary-nav__link"
                    aria-label="Account"
                  ><span
    class="icon icon--theme icon--user "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M24 26.4906C16.5805 26.4906 9.59825 28.4654 3.5 31.944V43.4906H44.5V31.944C38.4018 28.4654 31.4195 26.4906 24 26.4906Z" vector-effect="non-scaling-stroke" />
          <path d="M24 23C29.5228 23 34 18.5228 34 13C34 7.47715 29.5228 3 24 3C18.4772 3 14 7.47715 14 13C14 18.5228 18.4772 23 24 23Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
</a>
                </li>
              
            

            <li class="secondary-nav__item f-family--body f-caps--false f-space--1">
              <cart-link><a
                    href="/cart"
                    class="
                      secondary-nav__link
                      secondary-nav__item--cart
                      secondary-nav__link--icon
                    "
                    aria-haspopup="dialog"
                    aria-label="Cart"
                    
                      data-a11y-dialog-show="modal-cart"
                    
                  ><span
    class="icon icon--theme icon--cart "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M5 14.4048H43V43.5H5V14.4048Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
                      <div class="cart-count-bubble">
                        <items-count aria-hidden="true">0</items-count>
                      </div></a></cart-link>
            </li>

            
              <li class="secondary-nav__item secondary-nav__item--search f-family--body f-caps--false f-space--1">
                <a
                  href="/search"
                  class="secondary-nav__link secondary-nav__link--search secondary-nav__link--icon"
                  aria-haspopup="dialog"
                  aria-label="Search"
                  data-a11y-dialog-show="modal-search"
                ><span
    class="icon icon--theme icon--search "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
</a>
              </li>
            
          </ul>
        </div>
      </nav>
    </div>
  </header>
  <script>
    theme.setUpHeaderResizeObservers();
  </script>
</header-container>

<modal-dialog
  id="modal-main-menu"
  class="
    modal
    modal--main-menu
    modal--dark
    
  "
  aria-labelledby="modal-main-menu-title"
  aria-hidden="true"
  style="--background-color: #ffffff;"
><div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="modal__content">
      <div class="drawer-nav__empty-banner"></div>
      <p id="modal-main-menu-title" class="u-hidden-visually">Menu</p>
      <button
        title="Close (esc)"
        type="button"
        class="modal__close modal__close--left"
        aria-label="Close (esc)"
        data-a11y-dialog-hide
      >
        <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button><drawer-menu>
          <nav class="drawer-nav drawer-nav--main">
            <ul class="list-menu" role="list"><li class="list-menu__item"><a
                      href="/"
                      class="list-menu__link f-family--heading f-caps--false f-space--0"
                      
                    >
                      Home
                    </a></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-2"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--0"
                        
                      >
                        Shop Our Gear
<span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-2"
                        class="drawer-nav__panel has-banner"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div
                              id="Details-menu-drawer-menu-item-2-banner"
                              class="drawer-nav__banner"
                            >
                              <div class="o-ratio o-ratio--16:9">
                                <div class="o-ratio__content">

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: Gear</span>
  <svg
    id="visual"
    viewBox="0 0 3976 0"
    width="3976"
    height="0"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="3976" height="0"></rect>
  </svg>
</image-skeleton>
<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=1080" alt="Gear" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=352 352w, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=832 832w, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=1080 1080w" width="1080" height="432" loading="eager" sizes="(min-width: 460px) 460px, 90vw" class="cta__image">
                                </div>
                              </div>
                            </div><div class="drawer-nav__header f-family--heading f-caps--false f-space--0">
                            <button class="drawer-nav__back" aria-label="Previous panel"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Shop Our Gear
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><a
                                      href="/collections/gear-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Shop All Gear
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/tools"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Fly Fishing Tools + Floatant
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/rods-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Fly Rods
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/reels-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Fly Reels
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/fly-boxes"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Fly Boxes
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/fly-lines-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Fly Lines
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/hunting-shooting"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Hunting
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/leader-tippet-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Leader + Tippet
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/nets"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Nets + Net Accessories
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/packs-vests"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Packs + Vests
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/bags-luggage-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Travel Cases + Bags
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/waders"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Waders
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/wading-boots"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Wading Boots
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/cooler"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Coolers
                                    </a></li></ul>
<div class="drawer-nav__view-all">
                              <a href="/collections/gear-1" class="c-btn c-btn--hollow c-btn--full">View Shop Our Gear</a>
                            </div></div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-3"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--0"
                        
                      >
                        Shop Apparel
<span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-3"
                        class="drawer-nav__panel has-banner"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div
                              id="Details-menu-drawer-menu-item-3-banner"
                              class="drawer-nav__banner"
                            >
                              <div class="o-ratio o-ratio--16:9">
                                <div class="o-ratio__content">

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: Apparel</span>
  <svg
    id="visual"
    viewBox="0 0 1280 0"
    width="1280"
    height="0"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="1280" height="0"></rect>
  </svg>
</image-skeleton>
<img src="//albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=1080" alt="Apparel" srcset="//albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=352 352w, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=832 832w, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=1080 1080w" width="1080" height="429" loading="eager" sizes="(min-width: 460px) 460px, 90vw" class="cta__image">
                                </div>
                              </div>
                            </div><div class="drawer-nav__header f-family--heading f-caps--false f-space--0">
                            <button class="drawer-nav__back" aria-label="Previous panel"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Shop Apparel
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><a
                                      href="/collections/albemarle-angler-merch"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Albemarle Angler Merch
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/footwear"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Footwear
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/gloves-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Gloves
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/headwear"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Hats
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/hunting-shooting"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Hunting
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/logo-items-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Logo Wear
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/outerwear"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Outerwear
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/pants"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Pants + Shorts
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/rain-wear"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Rain Wear
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/shirts"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Shirts
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/sunglasses-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Sunglasses
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/sun-protection"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Sun Wear
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/logo-items-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      T-Shirts
                                    </a></li></ul>
<div class="drawer-nav__view-all">
                              <a href="/collections/apparel" class="c-btn c-btn--hollow c-btn--full">View Shop Apparel</a>
                            </div></div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-4"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--0"
                        
                      >
                        Shop Hard Goods
<span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-4"
                        class="drawer-nav__panel has-banner"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div
                              id="Details-menu-drawer-menu-item-4-banner"
                              class="drawer-nav__banner"
                            >
                              <div class="o-ratio o-ratio--16:9">
                                <div class="o-ratio__content">

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: Lifestyle Goods</span>
  <svg
    id="visual"
    viewBox="0 0 3024 0"
    width="3024"
    height="0"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="3024" height="0"></rect>
  </svg>
</image-skeleton>
<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lifestyle_53d79a6e-eb09-4d40-ae55-1856baeb895a.jpg?v=1780822488&amp;width=1080" alt="Lifestyle Goods" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lifestyle_53d79a6e-eb09-4d40-ae55-1856baeb895a.jpg?v=1780822488&amp;width=352 352w, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lifestyle_53d79a6e-eb09-4d40-ae55-1856baeb895a.jpg?v=1780822488&amp;width=832 832w, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lifestyle_53d79a6e-eb09-4d40-ae55-1856baeb895a.jpg?v=1780822488&amp;width=1080 1080w" width="1080" height="720" loading="eager" sizes="(min-width: 460px) 460px, 90vw" class="cta__image">
                                </div>
                              </div>
                            </div><div class="drawer-nav__header f-family--heading f-caps--false f-space--0">
                            <button class="drawer-nav__back" aria-label="Previous panel"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Shop Hard Goods
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><a
                                      href="/collections/bags-luggage-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Bags + Luggage
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/books-1"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Books
                                    </a></li><li class="list-menu__item"><a
                                      href="/collections/gifts"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Angler Gift Guide
                                    </a></li></ul>
<div class="drawer-nav__view-all">
                              <a href="/collections/lifestyle-goods" class="c-btn c-btn--hollow c-btn--full">View Shop Hard Goods</a>
                            </div></div>
                      </div>
                    </details></li><li class="list-menu__item"><a
                      href="/pages/shop-by-brand"
                      class="list-menu__link f-family--heading f-caps--false f-space--0"
                      
                    >
                      Shop By Brand
                    </a></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-6"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--0"
                        
                      >
                        Guide Service
<span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-6"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--0">
                            <button class="drawer-nav__back" aria-label="Previous panel"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Guide Service
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><a
                                      href="/pages/guide-service-private-water"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      General Info + Pricing
                                    </a></li><li class="list-menu__item"><a
                                      href="/pages/guided-walk-wade-trips"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Native Trout Walk + Wade Trips
                                    </a></li><li class="list-menu__item"><a
                                      href="/pages/float-trips"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Float Trips
                                    </a></li><li class="list-menu__item"><a
                                      href="/pages/private-water-trips"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Private Water Walk + Wade Trips
                                    </a></li></ul>
<div class="drawer-nav__view-all">
                              <a href="/pages/guide-service-private-water" class="c-btn c-btn--hollow c-btn--full">View Guide Service</a>
                            </div></div>
                      </div>
                    </details></li><li class="list-menu__item"><a
                      href="/pages/resources-local-knowledge"
                      class="list-menu__link f-family--heading f-caps--false f-space--0"
                      
                    >
                      Resources + Local Knowledge
                    </a></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-8"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--0"
                        
                      >
                        About
<span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-8"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--0">
                            <button class="drawer-nav__back" aria-label="Previous panel"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              About
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><a
                                      href="https://albemarleangler.com/pages/about-us#Our%20Team"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Our Team
                                    </a></li><li class="list-menu__item"><a
                                      href="https://albemarleangler.com/pages/about-us#Our%20Philosophy"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Our Product Philosophy
                                    </a></li><li class="list-menu__item"><a
                                      href="https://albemarleangler.com/pages/about-us#Our%20Services"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Our Services
                                    </a></li><li class="list-menu__item"><a
                                      href="/pages/shop-policies"
                                      class="list-menu__link  f-family--heading f-caps--false f-space--0"
                                      
                                    >
                                      Shop Policies
                                    </a></li></ul>
<div class="drawer-nav__view-all">
                              <a href="/pages/about-us" class="c-btn c-btn--hollow c-btn--full">View About</a>
                            </div></div>
                      </div>
                    </details></li><li class="list-menu__item"><a
                      href="/pages/contact"
                      class="list-menu__link f-family--heading f-caps--false f-space--0"
                      
                    >
                      Contact
                    </a></li></ul>
          </nav>
        </drawer-menu><div class="mobile-draw__footer mobile-footer"><div class="mobile-footer__contact">
            
              <p class="mobile-footer__text">
                <a href="tel:(434) 977-6882" class="mobile-footer__text-link">
                  <span class="mobile-draw__icon"><span
    class="icon icon--theme icon--phone "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><rect x="12" y="4.5" width="24" height="39" rx="4.875" vector-effect="non-scaling-stroke" />
          <path fill-rule="evenodd" clip-rule="evenodd" d="M20 37.3318C20 36.5963 20.4884 36 21.0909 36H26.9091C27.5116 36 28 36.5963 28 37.3318C28 38.0673 27.5116 38.6636 26.9091 38.6636H21.0909C20.4884 38.6636 20 38.0673 20 37.3318Z" class="fill" /></svg>
  </span></span>&nbsp;(434) 977-6882
                </a>
              </p>
            
            
              <p class="mobile-footer__text">
                <a href="mailto:adamholt16@gmail.com" class="mobile-footer__text-link">
                  <span class="mobile-draw__icon"><span
    class="icon icon--theme icon--email "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M31.357 23.4876C31.357 27.2668 28.2933 30.3305 24.5141 30.3305C20.7349 30.3305 17.6712 27.2668 17.6712 23.4876C17.6712 19.7084 20.7349 16.6447 24.5141 16.6447C28.2933 16.6447 31.357 19.7084 31.357 23.4876ZM31.357 23.4876L31.3562 25.0077C31.3562 26.4192 31.9169 27.7729 32.9149 28.7709C33.913 29.769 35.2666 30.3297 36.6781 30.3297C38.0895 30.3297 39.4432 29.769 40.4412 28.7709C41.4393 27.7729 42 26.4192 42 25.0077V23.4872C41.9971 19.5773 40.685 15.781 38.2729 12.7038C35.8608 9.62668 32.4877 7.44592 28.6916 6.50942C24.8956 5.57292 20.8952 5.93463 17.3287 7.53685C13.7622 9.13908 10.835 11.8895 9.01395 15.3494C7.19294 18.8094 6.58305 22.7795 7.28156 26.6264C7.98008 30.4734 9.94676 33.9757 12.8679 36.5745C15.789 39.1734 19.4963 40.7192 23.3985 40.9653C27.3006 41.2114 31.1727 40.1437 34.3973 37.9324" vector-effect="non-scaling-stroke" stroke-linecap="round" stroke-linejoin="round"/></svg>
  </span></span>&nbsp;adamholt16@gmail.com
                </a>
              </p>
            
          </div>

<ul class="social-links"><li class="social-links__item">
      <a href="https://www.facebook.com/albemarleangler/" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--facebook ">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><title>facebook</title><path d="M28.512 9.024H36V0H28.512C27.072 0 25.712 0.288 24.432 0.864C23.152 1.376 22.032 2.112 21.072 3.072C20.112 4.032 19.376 5.152 18.864 6.432C18.288 7.712 18 9.072 18 10.512V15.024H12V24H18V48H27.024V24H34.512L36 15.024H27.024V10.512C27.024 10.096 27.168 9.744 27.456 9.456C27.744 9.168 28.096 9.024 28.512 9.024Z" /></svg>
  </span></a>
    </li><li class="social-links__item">
      <a href="https://www.instagram.com/shopalbemarleangler/" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--instagram ">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><title>instagram</title><path d="M24 4.656C27.232 4.656 29.328 4.672 30.288 4.704C31.28 4.704 32.416 4.736 33.696 4.8C34.848 4.86398 35.776 4.992 36.48 5.184C37.152 5.34398 37.712 5.50401 38.16 5.664C38.736 5.88801 39.232 6.12801 39.648 6.384C40.064 6.672 40.496 7.02398 40.944 7.44C41.328 7.85601 41.664 8.27198 41.952 8.688C42.24 9.13598 42.496 9.648 42.72 10.224C42.88 10.608 43.04 11.152 43.2 11.856C43.36 12.528 43.472 13.456 43.536 14.64C43.568 15.888 43.6 17.024 43.632 18.048C43.664 19.04 43.68 21.152 43.68 24.384C43.68 27.552 43.664 29.632 43.632 30.624C43.6 31.648 43.568 32.784 43.536 34.032C43.472 35.216 43.36 36.144 43.2 36.816C43.04 37.52 42.88 38.064 42.72 38.448C42.496 39.024 42.24 39.536 41.952 39.984C41.664 40.4 41.328 40.816 40.944 41.232C40.496 41.68 40.064 42.048 39.648 42.336C39.232 42.592 38.736 42.832 38.16 43.056C37.712 43.216 37.152 43.376 36.48 43.536C35.776 43.728 34.848 43.84 33.696 43.872C32.416 43.936 31.28 43.968 30.288 43.968C29.328 44 27.232 44.016 24 44.016C20.8 44.016 18.704 44 17.712 43.968C16.72 43.968 15.584 43.936 14.304 43.872C13.152 43.84 12.224 43.728 11.52 43.536C10.848 43.376 10.288 43.216 9.84 43.056C9.29602 42.832 8.81602 42.592 8.4 42.336C7.95202 42.048 7.52002 41.68 7.104 41.232C6.68798 40.816 6.336 40.4 6.048 39.984C5.76 39.536 5.50402 39.04 5.28 38.496C5.12002 38.08 4.95998 37.52 4.8 36.816C4.64 36.144 4.544 35.232 4.512 34.08C4.448 32.8 4.4 31.648 4.368 30.624C4.368 29.632 4.368 27.552 4.368 24.384C4.368 21.152 4.368 19.04 4.368 18.048C4.4 17.024 4.448 15.888 4.512 14.64C4.544 13.488 4.64 12.576 4.8 11.904C4.95998 11.2 5.12002 10.64 5.28 10.224C5.50402 9.648 5.76 9.15201 6.048 8.736C6.336 8.31998 6.672 7.88798 7.056 7.44C7.50398 7.02398 7.93598 6.672 8.352 6.384C8.79998 6.12801 9.29602 5.88801 9.84 5.664C10.288 5.50401 10.848 5.34398 11.52 5.184C12.224 4.992 13.152 4.86398 14.304 4.8C15.584 4.736 16.72 4.704 17.712 4.704C18.672 4.672 20.768 4.656 24 4.656ZM24 0.335999C20.736 0.335999 18.592 0.351998 17.568 0.383999C16.544 0.383999 15.392 0.415999 14.112 0.479998C12.832 0.543996 11.728 0.671998 10.8 0.863998C9.87202 1.056 9.03998 1.312 8.304 1.632C7.47202 1.952 6.72 2.32 6.048 2.736C5.34398 3.184 4.672 3.728 4.032 4.368C3.36 5.04 2.816 5.712 2.4 6.384C1.952 7.08801 1.568 7.83998 1.248 8.64C0.96 9.408 0.72 10.256 0.528 11.184C0.336 12.08 0.208 13.168 0.144 14.448C0.0800002 15.728 0.032 16.896 0 17.952C0 18.976 0 21.12 0 24.384C0 27.616 0 29.744 0 30.768C0.032 31.824 0.0800002 32.992 0.144 34.272C0.208 35.552 0.336 36.64 0.528 37.536C0.72 38.464 0.96 39.312 1.248 40.08C1.568 40.88 1.952 41.632 2.4 42.336C2.816 43.008 3.36 43.68 4.032 44.352C4.672 44.992 5.34398 45.536 6.048 45.984C6.72 46.4 7.47202 46.768 8.304 47.088C9.03998 47.376 9.87202 47.616 10.8 47.808C11.728 48.0322 12.832 48.1762 14.112 48.24C15.392 48.3038 16.544 48.336 17.568 48.336C18.592 48.3682 20.736 48.384 24 48.384C27.264 48.384 29.408 48.3682 30.432 48.336C31.456 48.336 32.608 48.3038 33.888 48.24C35.168 48.1762 36.272 48.0322 37.2 47.808C38.128 47.616 38.96 47.376 39.696 47.088C40.496 46.768 41.232 46.4 41.904 45.984C42.608 45.536 43.296 44.992 43.968 44.352C44.64 43.68 45.184 43.008 45.6 42.336C46.048 41.632 46.432 40.88 46.752 40.08C47.008 39.312 47.248 38.464 47.472 37.536C47.664 36.64 47.776 35.552 47.808 34.272C47.872 32.992 47.92 31.824 47.952 30.768C47.952 29.744 47.952 27.616 47.952 24.384C47.952 21.12 47.952 18.976 47.952 17.952C47.92 16.896 47.872 15.728 47.808 14.448C47.776 13.168 47.664 12.08 47.472 11.184C47.248 10.256 47.008 9.408 46.752 8.64C46.432 7.872 46.048 7.13601 45.6 6.432C45.184 5.72798 44.64 5.04 43.968 4.368C43.328 3.728 42.656 3.184 41.952 2.736C41.28 2.32 40.528 1.952 39.696 1.632C38.96 1.344 38.128 1.104 37.2 0.911998C36.272 0.687996 35.168 0.543996 33.888 0.479998C32.608 0.415999 31.456 0.383999 30.432 0.383999C29.408 0.351998 27.264 0.335999 24 0.335999ZM24 12.048C22.304 12.048 20.704 12.368 19.2 13.008C17.728 13.648 16.416 14.528 15.264 15.648C14.144 16.768 13.28 18.08 12.672 19.584C12 21.088 11.664 22.688 11.664 24.384C11.664 26.048 12 27.632 12.672 29.136C13.28 30.64 14.144 31.952 15.264 33.072C16.416 34.192 17.728 35.072 19.2 35.712C20.704 36.352 22.304 36.672 24 36.672C25.696 36.672 27.296 36.352 28.8 35.712C30.272 35.072 31.584 34.192 32.736 33.072C33.856 31.952 34.72 30.64 35.328 29.136C36 27.632 36.336 26.048 36.336 24.384C36.336 22.688 36 21.088 35.328 19.584C34.72 18.08 33.856 16.768 32.736 15.648C31.584 14.528 30.272 13.648 28.8 13.008C27.296 12.368 25.696 12.048 24 12.048ZM24 32.352C21.792 32.352 19.904 31.584 18.336 30.048C16.768 28.48 15.984 26.592 15.984 24.384C15.984 22.144 16.768 20.24 18.336 18.672C19.904 17.136 21.792 16.368 24 16.368C26.208 16.368 28.096 17.136 29.664 18.672C31.232 20.24 32.016 22.144 32.016 24.384C32.016 26.592 31.232 28.48 29.664 30.048C28.096 31.584 26.208 32.352 24 32.352ZM39.696 11.568C39.696 12.336 39.424 13.008 38.88 13.584C38.304 14.128 37.616 14.4 36.816 14.4C36.016 14.4 35.344 14.128 34.8 13.584C34.224 13.008 33.936 12.336 33.936 11.568C33.936 10.768 34.224 10.08 34.8 9.504C35.344 8.928 36.016 8.64 36.816 8.64C37.616 8.64 38.304 8.928 38.88 9.504C39.424 10.08 39.696 10.768 39.696 11.568Z" /></svg>
  </span></a>
    </li></ul>

      </div>

      
        
          <div class="mobile-draw__account">
            <a href="https://albemarleangler.com/customer_authentication/redirect?locale=en&region_country=US" class="mobile-header__link"
              ><span class="mobile-draw__icon"><span
    class="icon icon--theme icon--user "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M24 26.4906C16.5805 26.4906 9.59825 28.4654 3.5 31.944V43.4906H44.5V31.944C38.4018 28.4654 31.4195 26.4906 24 26.4906Z" vector-effect="non-scaling-stroke" />
          <path d="M24 23C29.5228 23 34 18.5228 34 13C34 7.47715 29.5228 3 24 3C18.4772 3 14 7.47715 14 13C14 18.5228 18.4772 23 24 23Z" vector-effect="non-scaling-stroke" /></svg>
  </span></span>&nbsp;Log in</a>
          </div>
        
      
</div>
  </div>
</modal-dialog>


</div><div id="shopify-section-sections--24365360742684__blocks_UY69Q" class="shopify-section shopify-section-group-header-group">

</div>
<!-- END sections: header-group -->

      <!-- BEGIN sections: popup-group -->

<!-- END sections: popup-group -->

      <div class="main" id="main">
        <div id="shopify-section-template--24365360349468__section-slideshow" class="shopify-section js-section__home-slider">
  
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-media-carousel.css?v=176138388193478400291750087743" rel="stylesheet" type="text/css" media="all" />
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-slideshow.css?v=173824970223353383781750087743" rel="stylesheet" type="text/css" media="all" />
  
<style>
    /* Loading states */
    .home-carousel.is-loading {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    .home-carousel.is-loading media-carousel-slider {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
    .home-carousel.is-loading::before {
      content: '';
      display: block;
      float: left;
      position: relative;
      width: 100%;
    }
    .home-carousel.home-carousel--small.is-loading::before {
      padding-bottom: 40%;
    }
    .home-carousel.home-carousel--medium.is-loading::before {
      padding-bottom: 50%;
    }
    .home-carousel.home-carousel--large.is-loading::before {
      padding-bottom: 62.5%;
    }
    .home-carousel.home-carousel--full-screen.is-loading::before {
      height: calc(
        var(--window-height) - var(--announcement-height) - var(--utility-height) - var(--header-section-height)
      );
      min-height: 400px;
    }
    .home-carousel.is-loading media-carousel-slide:not(:first-of-type) {
      display: none;
    }
    .home-carousel.is-loading .home-carousel__nav {
      display: none;
    }
    @media screen and (max-width: 767px) {
      .home-carousel.home-carousel--small-mobile.is-loading::before {
        padding-bottom: 100%;
      }
      .home-carousel.home-carousel--medium-mobile.is-loading::before {
        padding-bottom: 125%;
      }
      .home-carousel.home-carousel--large-mobile.is-loading::before {
        padding-bottom: 140%;
      }
      .home-carousel.home-carousel--portrait-mobile.is-loading::before {
        padding-bottom: 178%;
      }
      .home-carousel.home-carousel--full-screen-mobile.is-loading::before {
        height: calc(var(--window-height) - var(--announcement-height) - var(--header-section-height));
        min-height: 400px;
      }
    }
    body[data-anim-zoom='true'] .home-carousel__bg {
      transform: scale(1.1);
    }
  </style>
  <section
    class="
      section
      section--template--24365360349468__section-slideshow
       section--full section--full-mobile
      
    "
    data-section-id="template--24365360349468__section-slideshow"
    data-section-type="home-carousel"
    style="
      --color-text: #ffffff;
      --color-heading: #ffffff;
      
    "
  >
    
<link rel="modulepreload" href="//albemarleangler.com/cdn/shop/t/5/assets/media-carousel.js?v=173020821608647186951750087743">
      <link rel="modulepreload" href="//albemarleangler.com/cdn/shop/t/5/assets/swiper.lib.js?v=100231126976640480081750087744"><script src="//albemarleangler.com/cdn/shop/t/5/assets/media-carousel.js?v=173020821608647186951750087743" type="module"></script>
    <media-carousel
      class="
        home-carousel
        home-carousel--transparent
        home-carousel--title-3
        
          home-carousel--full
        
        
        home-carousel--medium
        home-carousel--full-screen-mobile
        is-loading
      "
      data-fade="true"
      data-speed="400"
      data-space-between="0"
      data-loop="true"
      
        data-autoplay="7000"
      
      
        data-navigation="true"
        data-pagination="true"
      
      style="
        
        --bullet-color: #fff;
        --swiper-pagination-color: #d87c22;
      "
    ><media-carousel-preview-image><div
                class="
                  home-carousel__item-wrapper
                  home-carousel__item-wrapper--image_V78PMB
                  home-carousel__item-wrapper--medium
                  home-carousel__item-wrapper--full-screen-mobile
                  o-ratio
                "
              >
                <div
                  class="o-ratio__content home-carousel__item home-carousel__item--image home-carousel__item--image_V78PMB home-carousel__item--middle home-carousel__item--left"
                >
                    
                        <picture>
                          <source
                            
                              srcset="//albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=180 180w 135h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=360 360w 270h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=540 540w 405h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=720 720w 540h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=900 900w 675h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1080 1080w 810h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1296 1296w 972h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1512 1512w 1134h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1728 1728w 1296h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1950 1950w 1463h,
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333
  2048w 1536h"
                            
                            media="all and (max-width: 767px)"
                          >
                          <source
                            srcset="//albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=180 180w 81h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=360 360w 162h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=540 540w 243h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=720 720w 324h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=900 900w 405h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=1080 1080w 486h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=1296 1296w 583h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=1512 1512w 680h,
  
  
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853
  1651w 743h"
                            media="all and (min-width: 768px)"
                          >

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 600 450"
    width="600"
    height="450"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="600" height="450"></rect>
  </svg>
</image-skeleton>
<img
                            class="home-carousel__bg home-carousel__bg--template--24365360349468__section-slideshow--0"
                            src="//albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=600"
                            width="600"
                            height="270"
                            alt=""
                            loading="eager"
                            fetchpriority="high"
                            style="
                              --image-position: 50.0% 50.0%;
                              --image-position-mobile:  50.0% 50.0%;
                            "
                          >
                        </picture>

                    
                  
                  <div
                    class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                    style="
                      --overlay-color: #000000;
                      --overlay-opacity: 0.1;
                    "
                  ></div>
                </div>
              </div></media-carousel-preview-image>
      <media-carousel-slider class="swiper">
        <media-carousel-wrapper class="swiper-wrapper">
<media-carousel-slide class="swiper-slide">
            <div
              class="
                home-carousel__item-wrapper
                home-carousel__item-wrapper--image_V78PMB
                home-carousel__item-wrapper--medium
                home-carousel__item-wrapper--full-screen-mobile
                o-ratio
              "
              
            >
              <div
                class="o-ratio__content home-carousel__item home-carousel__item--image home-carousel__item--image_V78PMB home-carousel__item--middle home-carousel__item--left"
                data-slide-id="0"
              >
                  
                    <div class="home-carousel__bg-wrapper">
                      <div class="theme-spinner theme-spinner--white"></div>
                      <picture>
                        <source
                          
                            srcset="//albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=180 180w 135h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=360 360w 270h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=540 540w 405h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=720 720w 540h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=900 900w 675h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1080 1080w 810h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1296 1296w 972h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1512 1512w 1134h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1728 1728w 1296h,
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333&width=1950 1950w 1463h,
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/20260523_GuideGallery-18.jpg?v=1779525333
  2048w 1536h"
                          
                          media="all and (max-width: 767px)"
                        >
                        <source
                          srcset="//albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=180 180w 81h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=360 360w 162h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=540 540w 243h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=720 720w 324h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=900 900w 405h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=1080 1080w 486h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=1296 1296w 583h,
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=1512 1512w 680h,
  
  
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853
  1651w 743h"
                          media="all and (min-width: 768px)"
                        >

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 600 450"
    width="600"
    height="450"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="600" height="450"></rect>
  </svg>
</image-skeleton>
<img
                          class="home-carousel__bg home-carousel__bg--template--24365360349468__section-slideshow--0"
                          src="//albemarleangler.com/cdn/shop/files/Smallmouth08_Banner.jpg?v=1779523853&width=600"
                          width="600"
                          height="270"
                          alt=""
                          loading="eager"
                          fetchpriority="high"
                          style="
                            --image-position: 50.0% 50.0%;
                            --image-position-mobile: 50.0% 50.0%;
                          "
                        >
                      </picture>

                      <div
                        class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                        style="
                          --overlay-color: #000000;
                          --overlay-opacity: 0.1;
                        "
                      ></div>
                    </div>

                  
                

                
                  <div class="home-carousel__content home-carousel__content--btn">
                    
                      <div
                        class="home-carousel__title section__title h2"
                      >
                        <h2 class="section__title-text">Summer Floats Are On!</h2>
                      </div>
                    
                    
                      <div class="home-carousel__text rte"><p>Get on the water with the best guides in Central Virginia. Summer floats for smallmouth bass, tailwater trout, and gar are booking now!</p></div>
                    
                    
                      <div class="home-carousel__btn__wrapper u-flex u-flex--middle">
                        
<a
                            href="/pages/float-trips"
                            class="home-carousel__btn c-btn c-btn--primary"
                            style="
                              --button-color: initial;
                              --button-hover-color: initial;
                              --button-background-color: initial;
                              --button-hover-background-color: initial;
                            "
                          >Learn More</a>
                        
                        
<a
                            href="/pages/book-a-guided-trip"
                            class="home-carousel__btn c-btn c-btn--primary"
                            style="
                              --button-color: initial;
                              --button-hover-color: initial;
                              --button-background-color: initial;
                              --button-hover-background-color: initial;
                            "
                          >Book Now</a>
                        
                      </div>
                    
                  </div>
                
              </div>
            </div>
          </media-carousel-slide>

        
<media-carousel-slide class="swiper-slide">
            <div
              class="
                home-carousel__item-wrapper
                home-carousel__item-wrapper--video_hjWtpd
                home-carousel__item-wrapper--medium
                home-carousel__item-wrapper--full-screen-mobile
                o-ratio
              "
              
            >
              <div
                class="o-ratio__content home-carousel__item home-carousel__item--video home-carousel__item--video_hjWtpd home-carousel__item--middle home-carousel__item--left"
                data-slide-id="1"
              ><div class="home-carousel__video js-home-carousel-video home-carousel__video--self js-home-carousel-video--self"><lazy-video-switcher>

<script src="//albemarleangler.com/cdn/shop/t/5/assets/lazy-video.js?v=52687712678174417651750087742" type="module"></script>
<lazy-video
  
    data-screen-size="desktop"
  
><div
  class="theme-spinner "
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>
<media-poster>
    <img src="//albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1946" alt="" srcset="//albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=246 246w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=493 493w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=600 600w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=713 713w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=823 823w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=990 990w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1100 1100w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1206 1206w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1346 1346w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1426 1426w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1646 1646w, //albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000.jpg?v=1757004281&amp;width=1946 1946w" width="1946" height="1095">
  </media-poster>
  <template>
    <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop" class="js-home-carousel-video__video" preload="metadata" poster="//albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000_990x990.jpg?v=1757004281"><source src="//albemarleangler.com/cdn/shop/videos/c/vp/e7ad949757af4ac58ddae8021d91037c/e7ad949757af4ac58ddae8021d91037c.HD-1080p-7.2Mbps-56815090.mp4?v=0" type="video/mp4"><img src="//albemarleangler.com/cdn/shop/files/preview_images/e7ad949757af4ac58ddae8021d91037c.thumbnail.0000000000_990x990.jpg?v=1757004281"></video>
  </template>
</lazy-video>


<script src="//albemarleangler.com/cdn/shop/t/5/assets/lazy-video.js?v=52687712678174417651750087742" type="module"></script>
<lazy-video
  
    data-screen-size="mobile"
  
><div
  class="theme-spinner "
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>
<media-poster>
    <img src="//albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1946" alt="" srcset="//albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=246 246w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=493 493w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=600 600w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=713 713w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=823 823w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=990 990w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1100 1100w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1206 1206w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1346 1346w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1426 1426w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1646 1646w, //albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000.jpg?v=1778025752&amp;width=1946 1946w" width="1946" height="2782">
  </media-poster>
  <template>
    <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop" class="js-home-carousel-video__video" preload="metadata" poster="//albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000_990x990.jpg?v=1778025752"><source src="//albemarleangler.com/cdn/shop/videos/c/vp/50af8523b3ed49a7a704a86a7fd763bd/50af8523b3ed49a7a704a86a7fd763bd.HD-720p-4.5Mbps-83453089.mp4?v=0" type="video/mp4"><img src="//albemarleangler.com/cdn/shop/files/preview_images/50af8523b3ed49a7a704a86a7fd763bd.thumbnail.0000000000_990x990.jpg?v=1778025752"></video>
  </template>
</lazy-video>
</lazy-video-switcher></div>

                  <div
                    class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                    style="
                      --overlay-color: #000000;
                      --overlay-opacity: 0.1;
                    "
                  ></div>
                

                
                  <div class="home-carousel__content home-carousel__content--btn">
                    
                      <div
                        class="home-carousel__title section__title h2"
                      >
                        <h2 class="section__title-text">Every Cast Has a Story. Let’s Write Yours.</h2>
                      </div>
                    
                    
                      <div class="home-carousel__text rte"><p>Whether you're chasing native brook trout in the Blue Ridge or tarpon in the tropics, we’re here to outfit your journey, guide your adventure, and help you find the moments worth remembering.</p></div>
                    
                    
                      <div class="home-carousel__btn__wrapper u-flex u-flex--middle">
                        
<a
                            href="/collections/staff-picks"
                            class="home-carousel__btn c-btn c-btn--primary"
                            style="
                              --button-color: initial;
                              --button-hover-color: initial;
                              --button-background-color: initial;
                              --button-hover-background-color: initial;
                            "
                          >Shop Now</a>
                        
                        
<a
                            href="/products/albemarle-angler-gift-card"
                            class="home-carousel__btn c-btn c-btn--hollow"
                            style="
                              --button-color: #ffffff;
                              --button-hover-color: #000;
                              --button-background-color: initial;
                              --button-hover-background-color: #ffffff;
                            "
                          >Gift Cards</a>
                        
                      </div>
                    
                  </div>
                
              </div>
            </div>
          </media-carousel-slide>

        
<media-carousel-slide class="swiper-slide">
            <div
              class="
                home-carousel__item-wrapper
                home-carousel__item-wrapper--section-slideshow-0
                home-carousel__item-wrapper--medium
                home-carousel__item-wrapper--full-screen-mobile
                o-ratio
              "
              
            >
              <div
                class="o-ratio__content home-carousel__item home-carousel__item--image home-carousel__item--section-slideshow-0 home-carousel__item--middle home-carousel__item--left"
                data-slide-id="2"
              >
                  
                    <div class="home-carousel__bg-wrapper">
                      <div class="theme-spinner theme-spinner--white"></div>
                      <picture>
                        <source
                          
                            srcset="//albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=180 180w 120h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=360 360w 240h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=540 540w 360h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=720 720w 480h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=900 900w 600h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=1080 1080w 720h,
  
  
  
  
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705
  1200w 800h"
                          
                          media="all and (max-width: 767px)"
                        >
                        <source
                          srcset="//albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=180 180w 120h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=360 360w 240h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=540 540w 360h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=720 720w 480h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=900 900w 600h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=1080 1080w 720h,
  
  
  
  
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705
  1200w 800h"
                          media="all and (min-width: 768px)"
                        >

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 600 400"
    width="600"
    height="400"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="600" height="400"></rect>
  </svg>
</image-skeleton>
<img
                          class="home-carousel__bg home-carousel__bg--template--24365360349468__section-slideshow--2"
                          src="//albemarleangler.com/cdn/shop/files/Albemarle_Angler_Saltwater_GLoomis.jpg?v=1756915705&width=600"
                          width="600"
                          height="400"
                          alt=""
                          loading="eager"
                          fetchpriority="high"
                          style="
                            --image-position: 50.0% 50.0%;
                            --image-position-mobile: 50.0% 50.0%;
                          "
                        >
                      </picture>

                      <div
                        class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                        style="
                          --overlay-color: #000000;
                          --overlay-opacity: 0.1;
                        "
                      ></div>
                    </div>

                  
                

                
                  <div class="home-carousel__content home-carousel__content--btn">
                    
                      <div
                        class="home-carousel__title section__title h2"
                      >
                        <h2 class="section__title-text">Guiding You to the Water – and What Matters Most.</h2>
                      </div>
                    
                    
                      <div class="home-carousel__text rte"><p>At Albemarle Angler, we believe fishing is more than casting – it's about connection. To the water. To the moment. To the people you share it with.</p></div>
                    
                    
                      <div class="home-carousel__btn__wrapper u-flex u-flex--middle">
                        
<a
                            href="/products/albemarle-angler-gift-card"
                            class="home-carousel__btn c-btn c-btn--primary"
                            style="
                              --button-color: initial;
                              --button-hover-color: initial;
                              --button-background-color: initial;
                              --button-hover-background-color: initial;
                            "
                          >Gift Cards</a>
                        
                        
<a
                            href="/pages/guide-service-private-water"
                            class="home-carousel__btn c-btn c-btn--hollow"
                            style="
                              --button-color: #ffffff;
                              --button-hover-color: #000;
                              --button-background-color: initial;
                              --button-hover-background-color: #ffffff;
                            "
                          >Guided Trips</a>
                        
                      </div>
                    
                  </div>
                
              </div>
            </div>
          </media-carousel-slide>

        
<media-carousel-slide class="swiper-slide">
            <div
              class="
                home-carousel__item-wrapper
                home-carousel__item-wrapper--section-slideshow-1
                home-carousel__item-wrapper--medium
                home-carousel__item-wrapper--full-screen-mobile
                o-ratio
              "
              
            >
              <div
                class="o-ratio__content home-carousel__item home-carousel__item--image home-carousel__item--section-slideshow-1 home-carousel__item--middle home-carousel__item--left"
                data-slide-id="3"
              >
                  
                    <div class="home-carousel__bg-wrapper">
                      <div class="theme-spinner theme-spinner--white"></div>
                      <picture>
                        <source
                          
                            srcset="//albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=180 180w 111h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=360 360w 222h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=540 540w 333h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=720 720w 443h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=900 900w 554h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871
  1080w 665h"
                          
                          media="all and (max-width: 767px)"
                        >
                        <source
                          srcset="//albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=180 180w 111h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=360 360w 222h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=540 540w 333h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=720 720w 443h,
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=900 900w 554h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871
  1080w 665h"
                          media="all and (min-width: 768px)"
                        >

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 600 369"
    width="600"
    height="369"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="600" height="369"></rect>
  </svg>
</image-skeleton>
<img
                          class="home-carousel__bg home-carousel__bg--template--24365360349468__section-slideshow--3"
                          src="//albemarleangler.com/cdn/shop/files/Albemarle_Angler_Filson_Duffle.jpg?v=1756915871&width=600"
                          width="600"
                          height="369"
                          alt=""
                          loading="eager"
                          fetchpriority="high"
                          style="
                            --image-position: 50.0% 50.0%;
                            --image-position-mobile: 50.0% 50.0%;
                          "
                        >
                      </picture>

                      <div
                        class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                        style="
                          --overlay-color: #000000;
                          --overlay-opacity: 0.1;
                        "
                      ></div>
                    </div>

                  
                

                
                  <div class="home-carousel__content home-carousel__content--btn">
                    
                      <div
                        class="home-carousel__title section__title h2"
                      >
                        <h2 class="section__title-text">Field-Tested Gear for Every Season.</h2>
                      </div>
                    
                    
                      <div class="home-carousel__text rte"><p>From upland hunts to waterfowl blinds, our apparel and accessories are built to perform, trusted by guides, and ready when the moment counts.</p></div>
                    
                    
                      <div class="home-carousel__btn__wrapper u-flex u-flex--middle">
                        
<a
                            href="/products/albemarle-angler-gift-card"
                            class="home-carousel__btn c-btn c-btn--primary"
                            style="
                              --button-color: initial;
                              --button-hover-color: initial;
                              --button-background-color: initial;
                              --button-hover-background-color: initial;
                            "
                          >Gift Cards</a>
                        
                        
<a
                            href="/collections/gear-1"
                            class="home-carousel__btn c-btn c-btn--hollow"
                            style="
                              --button-color: #ffffff;
                              --button-hover-color: #000;
                              --button-background-color: initial;
                              --button-hover-background-color: #ffffff;
                            "
                          >Explore Our Gear</a>
                        
                      </div>
                    
                  </div>
                
              </div>
            </div>
          </media-carousel-slide>

        
</media-carousel-wrapper>
      </media-carousel-slider><div
          class="home-carousel__nav home-carousel__nav--solid"
        ><media-carousel-pagination
            class="media-carousel__pagination swiper-pagination js-carousel-pagination"
          ></media-carousel-pagination>
        </div></media-carousel>

    

      <script src="//albemarleangler.com/cdn/shop/t/5/assets/lazy-video-switcher.js?v=30219871082629196931750087745" type="module"></script>
    
  </section>





</div><div id="shopify-section-template--24365360349468__section_custom_LeEPWC" class="shopify-section js-section__custom-content">
  
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-custom.css?v=48904844767128767121750087744" rel="stylesheet" type="text/css" media="all" />
  
  <section
    class="
      section
      section--padded
      section--mb-m
      section--template--24365360349468__section_custom_LeEPWC
      
    "
    data-section-id="template--24365360349468__section_custom_LeEPWC"
    data-section-type="custom-content"
    style="
      --space-top: 0px;
      --space-bottom: 0px
    "
  >
    <div class="container">
      <div class="custom-content__items">
        <div class="o-layout o-layout--center js-animate-sequence">
          
            <div class="o-layout__item u-1/1 u-1/1@tab" >
              
                <div class="custom-content__item custom-content__item--text" >
                  <div class="custom-content__item-content custom-content__item-content--text u-text-center">
                    
                      <div
                        class="section__title section__title--mb-s section__title--center js-animate-single"
                        data-animation-displacement="5"
                      >
                        <h2 class="section__title-text">Deeply Rooted in the Waters of Virginia</h2>
                      </div>
                    
                    
                      <div class="custom-content__item-text rte">
                        <p><strong>30 years ago</strong>, we nestled in the heart of Charlottesville. The Albemarle Angler has always been more than a fly shop. It’s a gathering place, a trusted outfitter, and a launchpad for stories that start on quiet Virginia streams and end in faraway waters. For decades, we've helped all levels of outdoorsmen and women to find what they’re looking for – whether it’s the right fly, a hidden bend in the river, the perfect cast, a mountain peak, or the right outfit.</p><p>At The Angler, we believe fly fishing is about connection: to nature, to tradition, and to the people who share that same adventurous passion. From local trips in the Blue Ridge to bucket-list adventures, we're here to guide you – to the water and what matters most.</p>
                      </div>
                    
                  </div>
                </div>

              
            </div>
          
            <div class="o-layout__item u-1/1 u-@tab" >
              
                <div class="custom-content__item custom-content__item--spacer" >
                  <div
                    class="custom-content__item-content custom-content__item-content--spacer custom-content__item-content--spacer--none"
                  ></div>
                </div>
              
            </div>
          
            <div class="o-layout__item u-1/1 u-2/3@tab" >
              
<div class="custom-content__item custom-content__item--image" >
                  <div class="custom-content__item-content custom-content__item-content--image">
                    
                    
                      <div
                        class="o-ratio o-ratio--custom"
                        style="padding-bottom:118.33333333333333%;"
                      >
                        <div class="o-ratio__content">
                          


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Adam Holt - Shop Owner &amp;amp; Palmer Holt - Shop Helper sitting in a store with fishing gear and clothing</span>
  <svg
    id="visual"
    viewBox="0 0 300 355"
    width="300"
    height="355"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="355"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=300" alt="Adam Holt - Shop Owner &amp; Palmer Holt - Shop Helper sitting in a store with fishing gear and clothing" width="300" height="355" loading="lazy" class="custom-content__img" fetchpriority="auto" sizes="(min-width: 2200px) calc(2140px * 0.6666), (min-width: 767px) calc((100vw - 60px) * 0.6666), calc(100vw - 30px)" srcset="//albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=360 360w 426h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=540 540w 639h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=720 720w 852h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=900 900w 1065h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=1080 1080w 1278h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=1296 1296w 1534h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=1512 1512w 1789h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=1728 1728w 2045h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679&amp;width=2048 2048w 2423h, //albemarleangler.com/cdn/shop/files/Adam_Holt_-_Shop_Owner_Palmer_Holt_-_Shop_Helper.jpg?v=1756916679 3000w 3550h">

                        </div>
                      </div>
                    
                    
                  </div>
                </div>

              
            </div>
          
            <div class="o-layout__item u-1/1 u-1/2@tab" >
              
                <div class="custom-content__item custom-content__item--text" >
                  <div class="custom-content__item-content custom-content__item-content--text u-text-center">
                    
                    
                      <div class="custom-content__item-text rte">
                        <p>Adam Holt - Shop Owner & Palmer Holt - Sales Assistant</p>
                      </div>
                    
                  </div>
                </div>

              
            </div>
          
            <div class="o-layout__item u-1/1 u-@tab" >
              
                <div class="custom-content__item custom-content__item--spacer" >
                  <div
                    class="custom-content__item-content custom-content__item-content--spacer custom-content__item-content--spacer--none"
                  ></div>
                </div>
              
            </div>
          
            <div class="o-layout__item u-1/1 u-1/3@tab" >
              
                
                  
                  <div
                    class="custom-content__item custom-content__item--button u-text-center"
                    style="
                      
                        --color--text: #212121;
                      
                    "
                    
                  >
                    <a
                      href="/pages/about-us"
                      target="_blank"
                      class="
                        custom-content__btn
                        
                           c-btn c-btn--full c-btn--primary
                        
                      "
                    >About Us</a>
                  </div>
                

              
            </div>
          
        </div>
      </div>
    </div>
  </section>





</div><div id="shopify-section-template--24365360349468__e7564c21-6be8-45b8-a2ff-9dbd3e39175a" class="shopify-section js-section__collections-list">
  <link
    rel="stylesheet"
    href="//albemarleangler.com/cdn/shop/t/5/assets/section-collection-list.css?v=47809027320919718341750087744"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-collection-list.css?v=47809027320919718341750087744" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711750087744"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745" rel="stylesheet" type="text/css" media="all" />
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711750087744" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="
    section
    section--template--24365360349468__e7564c21-6be8-45b8-a2ff-9dbd3e39175a
    
    section--collections-list
    
    
  "
  data-section-id="template--24365360349468__e7564c21-6be8-45b8-a2ff-9dbd3e39175a"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="
      --space-top: 0px;
      --space-bottom: 0px
    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="
            section__title
            js-animate-single
            section__title--center
             section__title--desc
          "
          data-animation-displacement="5"
        ><h2 class="section__title-text">Our Products</h2><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <p><strong>Everything You Need for the Water and Beyond</strong><br/><br/>From premium fly fishing gear to outdoor-ready apparel and trusted travel essentials, every product we carry is chosen for quality, performance, and purpose. Whether you're gearing up for your first cast or your next adventure, you'll find guide-approved picks built to last and ready to go.</p>
            </div></div></div><style>.section--template--24365360349468__e7564c21-6be8-45b8-a2ff-9dbd3e39175a [data-items] {
          display: flex;
          flex-wrap: nowrap;
          width: 100%;
          overflow-x: hidden;
        }

        .section--template--24365360349468__e7564c21-6be8-45b8-a2ff-9dbd3e39175a [data-items] > * {
          flex-shrink: 0;
          flex-grow: 0;
        }
</style><div class="container container--large u-ph0@mob">
      <items-scroll-paged-navigation
        class="items-scroll ratio-navigation"
        
          items-overflow
        
        
        
          mobile-counter-only
        
        image-container-ratio="1:1"
      ><div
          class="
            grid-layout
            grid-layout--4
            grid-layout--2@mob
            
            grid-spacing--30
            grid-layout--uniform-rows
            js-animate-sequence
          "
          data-items
          data-animation="[
          {
            &quot;selector&quot;: &quot;.collection-list__media&quot;,
            &quot;scale&quot;: &quot;1.05&quot;,
            &quot;interval&quot;: &quot;0.05&quot;,
            &quot;duration&quot;: &quot;0.5&quot;
          },
          {
            &quot;selector&quot;: &quot;.collection-list__content&quot;,
            &quot;interval&quot;: &quot;0.15&quot;,
            &quot;duration&quot;: &quot;0.5&quot;
          }
        ]"
          style="
            --color-text: #ffffff;
            --color-heading: #ffffff;
            
            --overlay-color: #000000;
            --overlay-opacity: 0.1;
            --button-color: #ffffff;
            --button-hover-color: #000;
            --button-background-color: initial;
            --button-hover-background-color: #ffffff;
          "
        >


  <a href="/collections/rods-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Rods</span>
  <svg
    id="visual"
    viewBox="0 0 300 200"
    width="300"
    height="200"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="200"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=300" alt="Rods" width="300" height="200" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=180 180w 120h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=360 360w 240h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=540 540w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=720 720w 480h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=900 900w 600h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163&amp;width=1080 1080w 720h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Asquith_Rods.jpg?v=1756926163 1200w 800h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Rods
</h3><button href="/collections/rods-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/reels-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Reels</span>
  <svg
    id="visual"
    viewBox="0 0 300 200"
    width="300"
    height="200"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="200"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=300" alt="Reels" width="300" height="200" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=180 180w 120h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=360 360w 240h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=540 540w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=720 720w 480h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=900 900w 600h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=1080 1080w 720h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=1296 1296w 864h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=1512 1512w 1008h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403&amp;width=1728 1728w 1152h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Lamson_Litespeed_Reel.jpg?v=1756926403 2000w 1333h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Reels
</h3><button href="/collections/reels-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/waders" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Waders</span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=300" alt="Waders" width="300" height="300" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Waders.jpg?v=1756927061 1280w 1280h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Waders
</h3><button href="/collections/waders" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/apparel" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Apparel</span>
  <svg
    id="visual"
    viewBox="0 0 300 119"
    width="300"
    height="119"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="119"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=300" alt="Apparel" width="300" height="119" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=180 180w 72h, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=360 360w 143h, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=540 540w 215h, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=720 720w 286h, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=900 900w 358h, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457&amp;width=1080 1080w 429h, //albemarleangler.com/cdn/shop/collections/IMG_4280.jpg?v=1761608457 1280w 509h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Apparel
</h3><button href="/collections/apparel" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/bags-luggage-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Bags &amp;amp; Luggage</span>
  <svg
    id="visual"
    viewBox="0 0 300 91"
    width="300"
    height="91"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="91"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=300" alt="Bags &amp; Luggage" width="300" height="91" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=180 180w 55h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=360 360w 109h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=540 540w 164h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=720 720w 218h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=900 900w 273h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=1080 1080w 327h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=1296 1296w 392h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=1512 1512w 458h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132&amp;width=1728 1728w 523h, //albemarleangler.com/cdn/shop/collections/Filson_Bags_Banner.png?v=1761770132 1912w 579h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Bags & Luggage
</h3><button href="/collections/bags-luggage-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/logo-items-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Logo Items</span>
  <svg
    id="visual"
    viewBox="0 0 300 192"
    width="300"
    height="192"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="192"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=300" alt="Logo Items" width="300" height="192" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=180 180w 115h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=360 360w 230h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=540 540w 346h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=720 720w 461h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=900 900w 576h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=1080 1080w 691h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=1296 1296w 829h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=1512 1512w 968h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=1728 1728w 1106h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590&amp;width=2048 2048w 1311h, //albemarleangler.com/cdn/shop/collections/IMG_2802_477945e3-b4f5-42da-b6dd-2c104f7e2f20.jpg?v=1756926590 4394w 2812h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Logo Items
</h3><button href="/collections/logo-items-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/gear-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Gear</span>
  <svg
    id="visual"
    viewBox="0 0 300 120"
    width="300"
    height="120"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="120"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=300" alt="Gear" width="300" height="120" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=180 180w 72h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=360 360w 144h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=540 540w 216h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=720 720w 288h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=900 900w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=1080 1080w 432h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=1296 1296w 518h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=1512 1512w 605h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=1728 1728w 691h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825&amp;width=2048 2048w 819h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Gear.jpg?v=1756923825 3976w 1590h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Gear
</h3><button href="/collections/gear-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/footwear" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Footwear</span>
  <svg
    id="visual"
    viewBox="0 0 300 200"
    width="300"
    height="200"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="200"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Simms_G3_Guide_Boot_Vibram.jpg?v=1761346587&amp;width=300" alt="Footwear" width="300" height="200" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Simms_G3_Guide_Boot_Vibram.jpg?v=1761346587&amp;width=180 180w 120h, //albemarleangler.com/cdn/shop/collections/Simms_G3_Guide_Boot_Vibram.jpg?v=1761346587&amp;width=360 360w 240h, //albemarleangler.com/cdn/shop/collections/Simms_G3_Guide_Boot_Vibram.jpg?v=1761346587&amp;width=540 540w 360h, //albemarleangler.com/cdn/shop/collections/Simms_G3_Guide_Boot_Vibram.jpg?v=1761346587 600w 400h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Footwear
</h3><button href="/collections/footwear" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/fly-boxes" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Fly Boxes</span>
  <svg
    id="visual"
    viewBox="0 0 300 200"
    width="300"
    height="200"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="200"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=300" alt="Fly Boxes" width="300" height="200" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=180 180w 120h, //albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=360 360w 240h, //albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=540 540w 360h, //albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=720 720w 480h, //albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=900 900w 600h, //albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714&amp;width=1080 1080w 720h, //albemarleangler.com/cdn/shop/collections/Fly_Boxes_Pescador_waterproof_1100x_022e54f4-0de7-49ce-b0ab-14ac931b1d23.webp?v=1756922714 1100w 733h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Fly Boxes
</h3><button href="/collections/fly-boxes" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/fly-lines-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Fly Lines</span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Fly_Lines.jpg?v=1756918457&amp;width=300" alt="Fly Lines" width="300" height="300" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Fly_Lines.jpg?v=1756918457&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Fly_Lines.jpg?v=1756918457&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Fly_Lines.jpg?v=1756918457&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Orvis_Fly_Lines.jpg?v=1756918457 620w 620h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Fly Lines
</h3><button href="/collections/fly-lines-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/leader-tippet-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Leader &amp;amp; Tippet</span>
  <svg
    id="visual"
    viewBox="0 0 300 200"
    width="300"
    height="200"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="200"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=300" alt="Leader &amp; Tippet" width="300" height="200" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=180 180w 120h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=360 360w 240h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=540 540w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=720 720w 480h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=900 900w 600h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=1080 1080w 720h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207&amp;width=1296 1296w 865h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Headgate.webp?v=1756918207 1445w 964h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Leader & Tippet
</h3><button href="/collections/leader-tippet-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            <svg class="collection-list__bg placeholder-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525.5 525.5"><path d="M316.4 319.8c-.2-.3-.5-.4-.8-.4h-19.3c-.6 0-1 .4-1 1s.4 1 1 1h2.1c.4.9.7 1.9 1.1 2.8 1.7 4.3 3.4 8.8 5.7 12.9.1.2.3.3.4.3.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7-2.2-4-3.9-8.5-5.6-12.8-.3-.8-.6-1.6-1-2.5h10.2c.6 5.3 3.6 8.7 7 12.7l.2.3c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-.2-.3c-3.3-3.8-6.2-7-6.8-12h5c.6 0 1-.4 1-1 .4 1.1.8 2.3 1.1 3.4.5 1.8 1 3.7 1.3 5.6 1.7 9.2.3 18.7-4 27.4-.1.2 0 .5.2.7.1 0 .1.1.2.1.2 0 .4-.1.4-.3 4.4-9 5.9-18.7 4.1-28.1-.4-1.9-.8-3.8-1.4-5.7-3-10.2-8.9-20.6-15.7-27.8-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 6.1 6.1 11.2 14.7 14.4 23.4zm-173.8 31.5c-2.8 0-5 2.3-5 5s2.3 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 9c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/><path d="M458.5 319.4h-48.6v-7.8c0-.6-.4-1-1-1h-34.3V137.8c0-2.4 1.9-4.3 4.3-4.3h48.6c2.4 0 4.3 1.9 4.3 4.3v8.3H426c-.6 0-1 .4-1 1v26.1c0 .5.4.9.9 1v.3c.7 4.7.8 4.9-6.3 10.1-11.6 8.4-17 17.6-16.6 28.1.3 7.7 3.2 14.9 8.3 20.3 5.5 5.9 12.9 9 21.5 9 17.5 0 29.8-12.6 29.8-30.7 0-7-2.9-17.3-16.6-26.7-7.2-4.9-7.1-5.6-6.4-10.1v-.3c.5-.1.9-.5.9-1v-26.1c0-.6-.4-1-1-1h-5.8v-8.3c0-3.5-2.8-6.3-6.3-6.3h-48.6c-3.5 0-6.3 2.8-6.3 6.3v172.7h-33.9c-.6 0-1 .4-1 1v7.8h-13.1c-2.9-8.9-8-17.5-15.2-25.6l-.4-.4c-1.2-1.3-2.3-2.6-3.5-4l-21-25.5h1.5c1.4 0 2.6-1.2 2.6-2.6V258c0-1.4-1.2-2.6-2.6-2.6h-11V246.5h35.9c-.1.1-.1.3-.1.4V263c-.9 1.5-4.7 8.3-4.7 10.9 0 3.1 2.6 5.7 5.7 5.7s5.7-2.6 5.7-5.7c0-2.6-3.8-9.4-4.7-10.9v-16.1c0-.2 0-.3-.1-.4h41.7c.6 0 1-.4 1-1v-96.2c0-.6-.4-1-1-1H275c-.5-3.2-3.3-5.7-6.7-5.7-3.4 0-6.2 2.5-6.6 5.7h-79.4c-.6 0-1 .4-1 1v59.2l-28-22.4.7-.9c.3-.4.2-1-.2-1.4l-12.5-10.2s-.1 0-.1-.1c-.2-3.6-2.2-6.8-5-8.7l2.8-5c.3-.5.1-1.1-.4-1.4-.5-.3-1.1-.1-1.4.4l-2.8 5c-1.3-.6-2.7-.9-4.1-1-3-.1-5.9.9-8.2 3-2.2 2.1-3.5 4.9-3.6 7.9-.1 1.6.2 3.1.7 4.5l-3.6 6.5-5.3-2.7c-.3-.2-5.3-3-13.1 3.1l-.9-.4c-.5-.2-1.1 0-1.3.4-.2.5 0 1.1.4 1.3l.1.1c-1.6 1.5-3.3 3.3-5 5.6-10.9 14.2-28.2 37.2-28.4 37.4-.2.2-.2.5-.2.8.1.3.3.5.5.7l57.3 29.8c.1.1.3.1.5.1.1 0 .3 0 .4-.1.3-.1.5-.3.6-.6 0 0 9.1-27.4 14.8-44.6 1-3.1 1.6-5.8 1.9-8.1l.2.1c.1.1.3.1.4.1.4 0 .7-.2.9-.6.2-.5 0-1.1-.4-1.3l-.9-.4c.4-9.2-4.6-11.5-4.8-11.6l-5.2-2.7 3.1-5.4c0-.1 0-.1.1-.2.8-.1 1.6-.3 2.3-.5l12 9.8c.2.1.4.2.6.2h.1c.3 0 .5-.2.7-.4l.9-1.3 33.5 26.8v25.3c0 .6.4 1 1 1h26.1c.4 0 .8-.2.9-.6l5.1 4.4c0 .2-.1.5-.1.7 0 1.5.2 2.9.6 4.1l-.1.1-9.7 11.9c-.2.2-.3.5-.2.8 0 .3.2.5.4.7l1.1.8-51.6 63.7-1.2-.9c-.4-.3-1-.2-1.4.2l-10.1 13c-.1.1-.1.1-.1.2-.5 0-1.1.1-1.6.2-5.9 1.2-9.6 7-8.4 12.8.5 2.3 1.6 4.2 3.2 5.7v9.1H127c-.6 0-1 .4-1 1v5.8H92.6c-.6 0-1 .4-1 1v11.3c0 .6.4 1 1 1h99.2c.6 0 1-.4 1-1v-11.3c0-.6-.4-1-1-1h-33.4v-5.8c0-.6-.4-1-1-1h-8.3V365c3.3-2.5 5-6.7 4.1-10.9 0-.1-.1-.3-.1-.4.1 0 .1-.1.2-.1l10.1-13c.2-.2.2-.5.2-.8s-.2-.5-.4-.7l-1.2-.9 51.6-63.6 1.3 1c.2.1.4.2.6.2.3 0 .6-.1.8-.4l9.7-11.9c.2-.2.2-.5.2-.8 3.1-.2 5.9-1.5 7.8-3.7l5.4 4.1c.2.1.4.2.6.2.3 0 .6-.1.8-.4.3-.4.2-1.1-.2-1.4l-5.4-4.1c1-1.6 1.7-3.6 1.7-5.6.1-1.9-.3-3.7-1.1-5.2h25.7v8.9h-11c-1.4 0-2.6 1.2-2.6 2.6v3.2c0 1.4 1.2 2.6 2.6 2.6h1.4l-21 25.5c-1.1 1.3-2.3 2.7-3.4 4l-.4.5c-7.6 8.6-12.9 17.7-15.7 27.2-.6 2.1-1.1 4.2-1.5 6.4-4.2 22.4 8 45.6 31.2 59.1 1 2.6 3.5 6.9 6.9 6.9h161.2c.1.1.2.2.4.2.1 0 .2 0 .3-.1l.1-.1h48.5c2.9 0 5.2-2.4 5.2-5.2v-63.5c.1-3.1-2.3-5.4-5.2-5.4zm-24.8-122v20.7H432v-20.7l.8-4.4.9 4.4zm-2.7-.1l-4.3 23c0 .2 0 .4.2.5l5.1 3.9-2.2 1.7-7.4-6.2 5.2-27.7h3.4v4.8zm-3.2 22.9l3.3-17.5v15.8c0 .3.2.5.5.5h2.7c.3 0 .5-.2.5-.5v-15.8l3.3 17.5-5.1 3.9-5.2-3.9zm11 .6c.1-.1.2-.3.2-.5l-4.3-23v-4.8h3.4l5.2 27.7-7.4 6.2-2.2-1.7 5.1-3.9zm-5.6-29.3H432v-17.3h1.7v17.3h-.5zm-2.2 0h-3.8c-.2 0-.4.2-.5.4l-5.3 28.4c0 .2 0 .4.2.5l8 6.6c.1.1.2.1.3.1.1 0 .2 0 .3-.1l2.7-2.1 2.7 2.1c.1.1.2.1.3.1.1 0 .2 0 .3-.1l8-6.6c.1-.1.2-.3.2-.5l-5.3-28.4c0-.2-.3-.4-.5-.4h-3.8v-17.3h3c0 .3-.1.5-.1.8-.1-.1-.2-.1-.3-.1-.3 0-.5.2-.5.5l-.5 7.3c-.1 2 .9 3.9 2.6 4.9 5.2 3 17.2 11.3 17.2 24.3 0 6.8-2.9 13.2-8.1 17.6-5.1 4.4-11.9 6.4-18.7 5.4-10.9-1.6-19.2-10.8-19.8-21.9-.7-14.2 11.7-22.5 17.1-25.4 1.8-1 2.9-2.9 2.7-5l-.5-7.2c0-.3-.3-.5-.5-.5-.1 0-.2.1-.3.1 0-.3-.1-.5-.1-.8h3v17.3zm14-5.3c7.2 4.9 15.7 13.2 15.7 25.1 0 16.9-11.4 28.7-27.8 28.7-17.5 0-27.2-13.8-27.8-27.4-.4-9.7 4.8-18.3 15.8-26.4 4.9-3.6 6.8-5.3 7.3-7.4l.2 3.8c.1 1.7-.8 3.3-2.2 4.1-5.5 3-18.3 11.6-17.6 26.4.6 11.6 9.2 21.2 20.6 22.8 1.2.2 2.4.3 3.6.3 5.8 0 11.5-2.1 15.9-5.9 5.3-4.6 8.4-11.3 8.4-18.4 0-13.5-12.4-22.1-17.7-25.1-1.4-.8-2.2-2.4-2.1-4l.2-3.9c.6 2.1 2.5 3.9 7.5 7.3zm-6.3-14h-11.6v-24.1h11.6v24.1zM311.8 277.6c-2 0-3.7-1.7-3.7-3.7 0-1.2 1.5-4.5 3-7.3.2.2.4.3.7.3.3 0 .5-.1.7-.3 1.5 2.8 3 6.1 3 7.3 0 2-1.7 3.7-3.7 3.7zm-121 113.8H93.6v-9.3h97.2v9.3zm-34.4-11.6h-28.5v-4.4h28.5v4.4zm288.5 10.4c-.3.4-.5.8-.5 1.2h-19.9c-3.6-1.9-4-3.1-3.9-3.6.5-2.6 11.1-4 16.2-4.6 2.4-.3 3.6-.5 4-.6 4.1-1.8 6.7-6.7 9.2-11.3 3.2-5.8 6.2-11.3 11.7-11.2v17.1c-3.8.7-14.7 9.9-16.8 13zm-35.7 1.2c-2.2-3.7-2.8-6.8-1.8-8.9 1.9-4.2 9.2-5.2 15.7-6.2 3.2-.5 6.2-.9 8.4-1.7 6.6-2.3 9.8-7.8 12.9-13.1 3.9-6.7 7.5-13 17.4-13.6V359c-6.1-.1-9.4 5.9-12.6 11.8-2.5 4.5-5 9.2-8.8 10.9-.3.1-2 .3-3.7.6-8.4 1-16.6 2.3-17.1 5.4-.2 1.2.7 2.4 2.9 3.8h-13.3zm52.6-44.6c-10.5.7-14.5 7.5-18.3 14.1-3.1 5.4-6.1 10.5-12.3 12.7-2.1.7-5.1 1.2-8.2 1.6-6.7 1-14.3 2.1-16.4 6.8-1.1 2.4-.6 5.5 1.6 9.4h-20.3c4.3-14.2 11.8-16.6 22.1-19.8 3.8-1.2 8.1-2.6 12.8-4.7 7.2-3.3 12-9.7 16.6-15.9 6-8.1 11.8-15.8 22.5-17.1v12.9zm0-22.2v8.2c-11.2 1.3-17.3 9.5-23.3 17.5-4.5 6.1-9.2 12.4-16.2 15.6-4.6 2.1-8.9 3.4-12.7 4.6-10.7 3.4-18.4 5.8-22.9 20.8h-7.9c0-9.7 3.3-13.2 8.2-18.3 1.3-1.3 2.6-2.7 4-4.3 2.9-3.4 4-5.6 3.6-7.4-.5-2-2.7-3-5.9-4.3-1.8-.8-3.8-1.6-5.9-2.9-2.8-1.7-5.4-3.7-7.8-5.7-3.8-3-7.8-6.2-12.8-8.1-12.1-4.5-16.2-6.6-20.9-19.1h8.5c2.4 7.4 9.8 9.1 17 10.7 3.3.7 6.5 1.4 9 2.7 4.6 2.2 8.2 5.7 11.7 9.1 4.1 3.9 8.3 8 14 10.3 4.2 1.7 8.2 2.5 11.9 2.5 7.5 0 13.9-3.5 18.9-10.4 1.7-2.3 3.1-5.3 4.7-8.4 3.4-6.9 7.1-14.5 13.9-16.5h7.4c2 .2 3.5 1.6 3.5 3.4zm-146.4 66.8c-.9-1.9-.2-3.2.6-4.5.8-1.4 1.8-3-.3-4.9-2-1.8-4.5-1.3-6.8-.8-2.1.5-3.9.8-5.3-.3 4.1-3.2 7.8-6.8 10.9-10.6 2 .9 4.3 1.4 6.5 1.9 4.5 1 8.7 1.9 10.5 6 1.5 3.6.4 5.5-1 7.6-1 1.6-1.9 3.2-1.9 5.5h-13.2zm-12.6-9.9c1.8 1.6 4.1 1.1 6.3.6 2.2-.5 4.3-.9 5.9.5 1.5 1.4 1 2.2.1 3.7-.8 1.3-1.7 2.9-.9 5h-21.9c1.4-1.5 2.5-3.5 3-4.9 2.7-1.5 5.2-3.1 7.5-4.9zm28.6 4.9c1.3-2.2 2.7-4.5 1-8.6-2-4.6-6.7-5.6-11.2-6.6-2.1-.4-4.2-.9-6-1.7 2.8-3.5 5.1-7.2 7-11.1 3 3.7 7.3 5.4 11.4 7.1 3.6 1.5 7.3 3 10 5.7 4.2 4.2 3.5 7.4 2.6 11.2-.6 2.6-1.3 5.5-.3 9h-16.2c-.1-2.1.8-3.5 1.7-5zm15.4 4.8c-.9-3.3-.3-6 .3-8.6.9-3.8 1.7-7.5-2.9-12.1-2.9-2.9-6.7-4.4-10.3-5.9-4.4-1.8-8.5-3.5-11.3-7.2 1.8-4 3.1-8.1 3.9-12.3 0 .1.1.1.1.2 4.3 4.2 9.9 6.7 15.3 9.1 5.7 2.6 11 5 14.9 9.1 6.4 6.8 4 11.3 1.3 16.6-1.7 3.4-3.5 6.9-3.1 11.2h-8.2v-.1zm12.2-10.6c2.6-5.1 5.4-10.4-1.5-17.8-4-4.3-9.7-6.9-15.2-9.4-5.3-2.4-10.8-4.9-15-8.9-.2-.2-.5-.2-.7 0 1-5.7 1-11.5-.1-17.3-.4-2-.9-4-1.4-5.9h4.9c-.1.1-.1.2-.1.3-1.9 16.3 14.5 21.8 27.7 26.2 4.2 1.4 8.1 2.7 11.2 4.3 5.3 2.6 8.4 5.5 9.5 8.8 1.5 4.7-1.2 10-4.1 15.6-2.4 4.7-4.9 9.5-5.6 14.9h-12.5c-.5-4.1 1.2-7.5 2.9-10.8zm16.1-3.6c3-5.8 5.8-11.3 4.2-16.4-1.2-3.6-4.4-6.6-10-9.4-3.1-1.6-7.1-2.9-11.3-4.3-13.5-4.5-28.8-9.7-27-25.1 0-.1 0-.3-.1-.4h9.6v.2c4.8 13 9 15.1 21.5 19.8 4.9 1.8 8.6 4.8 12.6 7.9 2.5 2 5.1 4 8 5.7 2.1 1.3 4.2 2.2 6 2.9 2.9 1.2 4.9 2.1 5.3 3.7.3 1.4-.8 3.4-3.4 6.5-1.4 1.6-2.7 2.9-4 4.3-4.9 5.1-8.5 8.9-8.5 19h-8.3c.6-5.1 3-9.9 5.4-14.4zm48.6-55.6c-2.9 5.1-6.1 8-9.8 8.8-6.1 1.5-12.7-2.9-19.1-7.1-.9-.6-1.8-1.2-2.7-1.7h31.6zm-33.4 0c1.3.8 2.7 1.7 4 2.6 5.7 3.7 11.5 7.6 17.2 7.6.9 0 1.8-.1 2.7-.3 4-1 7.4-4.1 10.5-9.6 0-.1.1-.2.1-.2h9.6c-.9 1.6-1.8 3.2-2.8 4.9-6.7 12.1-14.3 25.9-29.5 18.3-3.6-1.8-6.7-4.6-9.7-7.3-2.9-2.6-5.8-5.3-9.3-7.1-2.6-1.4-5.5-2.3-8.4-3.3-4.1-1.3-8.3-2.7-11.6-5.5h27.2zm-28.7 0c3.5 3.5 8.2 5 12.8 6.5 2.8.9 5.7 1.8 8.2 3.2 3.4 1.8 6.3 4.4 9.1 7 3 2.8 6.2 5.6 10 7.5 3.2 1.6 6 2.3 8.6 2.3 10.6 0 16.9-11.4 22.2-21 1-1.9 2-3.7 3-5.3v-.1h12.8c-5.7 3-9 9.8-12.1 16.1-1.5 3.1-3 6-4.6 8.3-7 9.8-17.3 12.4-29.5 7.5-5.6-2.2-9.7-6.2-13.7-10.1-3.6-3.4-7.3-7-12-9.3-2.7-1.3-5.9-2-9.2-2.8-6.8-1.5-13.8-3.1-16.2-9.7h10.6zm-21.9-8.9h68.2v6.8h-68.2v-6.8zm-32.2-17.8l.4.4c7.4 8.4 12.5 17.2 15.3 26.4.6 2 1.1 4.1 1.5 6.2 4.1 21.7-7.9 44.1-30.5 57.2-.2.1-.4.3-.4.5-1 2.9-3.3 5.9-5.1 5.9H275v-3.7h11.4c2.8 0 5-3.9 5.8-6.1 7.2-4.2 13.2-9.3 17.9-15.4.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1-4.7 6-10.7 11.1-17.8 15.2-.1.1-.2.2-.2.3-1 2.7-3 5.6-5 5.6h-.2c0-.1.1-.2.1-.4v-13.8c0-.6-.4-1-1-1s-1 .4-1 1v13.8c0 .1 0 .2.1.4H275v-3.3c0-.6-.4-1-1-1h-4.8v-114h9.5l17 20.2c.2.2.5.2.7.1.2-.2.2-.5.1-.7l-17.2-20.4c-.1-.1-.2-.2-.4-.2h-9.7v-3.6H282l22 26.8c1.1 1.5 2.4 2.8 3.5 4.2zm-45 87.7c-.6 0-1 .4-1 1v3.3h-11.4c-1.9 0-4-2.9-5-5.6 0-.1-.1-.2-.2-.3-20.3-11.8-31.1-32-27.5-51.6.3-1.8.8-3.7 1.3-5.6 3-10 8.8-20.3 15.5-27.4l23.5-27.9h9.5v114h-4.7zm1 2h9.5v2.3h-9.5v-2.3zm9.5 3.3v3.7h-9.5v-3.7h9.5zm-4.7-243.1c2.3 0 4.2 1.6 4.6 3.7h-9.3c.5-2.1 2.4-3.7 4.7-3.7zm-138.6 20.3h.4c1.1 0 2.2.3 3.2.7l-2.1 3.9c-.4-.1-.8-.2-1.3-.2-2.7-.1-5.1 2.1-5.2 4.8s2.1 5.1 4.8 5.2h.2c1.3 0 2.5-.5 3.4-1.3 1-.9 1.6-2.1 1.6-3.5.1-1.3-.4-2.6-1.3-3.6l-.4-.4 2.1-3.9c2.5 1.8 4.1 4.7 4 8-.1 2.5-1.2 4.8-3 6.5-.9.8-1.9 1.4-2.9 1.8-.1 0-.1 0-.2.1-1.1.4-2.4.6-3.6.6-5.2-.2-9.2-4.6-9-9.7.2-5 4.3-9 9.3-9zm-.5 10.3c.2.1.3.1.5.1.4 0 .7-.2.9-.5l1.9-3.4.2.2c.7.8 1.1 1.8 1.1 2.9 0 1.1-.5 2.1-1.3 2.8-.8.7-1.8 1.1-2.9 1.1-2.2-.1-3.9-2-3.9-4.2.1-2.2 1.9-3.9 4-3.9h.2c.3 0 .6.1.8.1l-1.9 3.4c-.2.5 0 1.1.4 1.4zm4.6 39.9c-5 15.1-12.6 38.2-14.4 43.5l-55.2-28.8c.8-1.1 2.4-3.1 4.3-5.7l49.7 25.9c.1 0 .2.1.2.1.2 0 .4-.1.4-.3.1-.2 0-.5-.2-.7l-49.5-25.8c6.1-8 15.7-20.8 22.8-29.9 1.9-2.5 3.7-4.4 5.4-5.8l38.4 19.1c-.2 2.3-.8 5.1-1.9 8.4zm2-10.6L99 186.2c2.2-1.6 4.1-2.4 5.5-2.7 2.9-.7 4.5.3 4.6.3l23 11.9c.1 0 3.8 1.7 3.7 8.8zm-18.6-18.8l3-5.3c1.8 2.8 4.9 4.8 8.5 5.1l-2.7 4.7-8.8-4.5zm28.6 7l-10.4-8.5c.7-.4 1.4-.9 2.1-1.5 1.9-1.8 3.1-4.1 3.5-6.6l10.7 8.7-.5.7c-.1 0-.1.1-.2.1-.1.1-.1.2-.1.3l-5.1 6.8zm6.2-5.1l59.7 47.8-3.4 3.9-59.4-47.6 3.1-4.1zm31.2 56.9v-22.7l23.8 19.1-.9 1.1c-.2.2-.3.5-.2.7 0 .3.1.5.4.7l1.3 1.1h-24.4zm25.1-2l6.4-7.5 6.8 5.7c-3.2 1.3-5.7 3.9-6.7 7.2l-6.5-5.4zm-61.2 130.8h-9.9v-7.5c1.6.9 3.5 1.4 5.4 1.4.7 0 1.5-.1 2.2-.2.8-.2 1.5-.4 2.3-.7v7zm-2.7-8.3c-4.8 1-9.5-2.1-10.5-6.8-1-4.8 2.1-9.5 6.8-10.5.6-.1 1.2-.2 1.8-.2 4.1 0 7.8 2.9 8.7 7 1.1 4.8-2 9.5-6.8 10.5zm7.9-13.5c-1.6-3.1-4.5-5.3-7.9-5.9l8.8-11.4 8 5.8-8.9 11.5zm8.1-14.5l-4-2.9 51.6-63.6 3.9 2.9-51.5 63.6zm55-63.7l-1.3-.9-6.6-4.9 8.5-10.4c1.7 2.9 4.7 5 8.2 5.5l-8.8 10.7zm10.8-22.8c-.4-.3-1.1-.2-1.4.2-.3.4-.2 1.1.2 1.4l3.1 2.3c-.7.6-1.6.9-2.6.9-1.1 0-2.1-.5-2.8-1.3-.7-.8-1.1-1.8-1.1-2.9 0-1.1.5-2.1 1.3-2.8.8-.7 1.7-1.1 2.7-1.1h.1c2.2.1 4 1.9 3.9 4.1 0 .5-.1 1-.3 1.4l-3.1-2.2zm-.4-4.2c-1.3 0-2.6.4-3.6 1.4-1 .9-1.5 2.2-1.6 3.5 0 1.3.4 2.6 1.4 3.6.9 1 2.2 1.5 3.5 1.6h.2c1.3 0 2.4-.5 3.3-1.3l3.5 2.7c-1.8 1.9-4.3 3-7.1 2.9-5.2-.2-9.2-4.5-9-9.7.2-5.2 4.5-9.2 9.7-9 2.5.1 4.8 1.1 6.5 3 1.7 1.8 2.6 4.2 2.5 6.7-.1 1.7-.5 3.2-1.3 4.5l-3.5-2.7c.3-.6.5-1.3.5-2 0-2.8-2.2-5.1-5-5.2zm.2-6.3c-.8 0-1.6 0-2.3.2-.1-.1-.1-.3-.3-.4l-8.2-6.9c-.4-.4-1-.3-1.4.1l-.8 1-9.7-7.8v-62.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v62.1L183 209.9c.1-.2.2-.4.2-.6v-59h9v47.1c0 .3.2.5.5.5s.5-.2.5-.5v-47.1h19.1v46.8c0 .3.2.5.5.5s.5-.2.5-.5v-46.8h140v94.2h-118c-.2 0-.3.1-.5.1-2-2.7-5.2-4.5-8.8-4.6zm37.5 6.5h9.6v8.9h-9.5v-8.7c-.1-.1-.1-.1-.1-.2zm-13.6 14.7V258c0-.3.3-.6.6-.6H286c.3 0 .6.3.6.6v3.2c0 .3-.3.6-.6.6h-35.6c-.2 0-.5-.3-.5-.6zm-7 124.2c-.1-.2-.3-.4-.5-.5-22.6-13.1-34.5-35.5-30.5-57.2.4-2 .9-4.1 1.5-6.2 2.7-9.2 7.8-18.1 15.2-26.4l.4-.5c1.2-1.3 2.3-2.6 3.5-4l22-26.8h12.7v3.6h-9.7c-.1 0-.3.1-.4.2l-23.6 28c-6.8 7.2-12.7 17.6-15.7 27.8-.6 1.9-1 3.8-1.4 5.7-3.7 19.9 7.2 40.5 27.8 52.5.8 2.2 3 6.1 5.8 6.1h11.4v3.7H248c-1.9 0-4.1-3.1-5.1-6zm215.6 6h-13.1v-.1c.1-.7 3-3.9 8-7.9 4.2-3.3 7-5 8.3-5.3v10c.1 1.8-1.4 3.3-3.2 3.3z"/><path d="M311.9 345.2c-1.4-1.4-2.7-2.8-3.9-4.7-.1-.2-.5-.3-.7-.2-.2.1-.3.5-.2.7 1.3 2 2.6 3.4 4 4.9.8.9 1.7 1.8 2.6 2.8.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5.1-.7-.9-1.1-1.8-2-2.6-2.9zm-10.1 10.1c-1.8-4.2-3.7-8.6-7-11.4-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 3.1 2.7 4.9 6.8 6.7 11 1.6 3.6 3.2 7.3 5.7 10.2.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-2.3-2.8-3.9-6.4-5.4-9.9z"/><path d="M298.6 371.7c-1.7-5.7-4.3-14.3-12.3-12.5v-19.7c2.1.7 4.1 1.8 5.7 3.2.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5-.1-.7-1.8-1.5-3.8-2.7-6.1-3.4h-.4v-14c0-1.8 1.5-3.2 3.2-3.2.6 0 1-.4 1-1s-.4-1-1-1c-2.9 0-5.2 2.4-5.2 5.2v39.4c0 .6.4 1 1 1s1-.4 1-1v-3.8c7.3-1.8 9.7 6 11.4 11.7l.4 1.2c.1.2.3.4.5.4h.1c.3-.1.4-.4.3-.6l-.2-1.1z"/></svg>
          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Collection
</h3><button href="" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>





  <a href="/collections/outerwear" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Outerwear</span>
  <svg
    id="visual"
    viewBox="0 0 300 178"
    width="300"
    height="178"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="178"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=300" alt="Outerwear" width="300" height="178" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=180 180w 107h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=360 360w 214h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=540 540w 321h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=720 720w 428h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=900 900w 535h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=1080 1080w 643h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=1296 1296w 771h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=1512 1512w 900h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=1728 1728w 1028h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806&amp;width=2048 2048w 1218h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Outerwear.jpg?v=1761260806 4641w 2761h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Outerwear
</h3><button href="/collections/outerwear" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/packs-vests" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Packs &amp;amp; Vests</span>
  <svg
    id="visual"
    viewBox="0 0 300 172"
    width="300"
    height="172"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="172"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Packs.jpg?v=1756918011&amp;width=300" alt="Packs &amp; Vests" width="300" height="172" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Packs.jpg?v=1756918011&amp;width=180 180w 103h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Packs.jpg?v=1756918011&amp;width=360 360w 206h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Packs.jpg?v=1756918011&amp;width=540 540w 309h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Packs.jpg?v=1756918011&amp;width=720 720w 412h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Fishpond_Packs.jpg?v=1756918011 750w 429h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Packs & Vests
</h3><button href="/collections/packs-vests" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>





  <a href="/collections/sunglasses-1" class="collection-list__link">

<div class="collection-list__item_wrap">
  <div class="collection-list__item">
    <div
      class="o-ratio o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <div class="collection-list__media">
          
            


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Sunglasses</span>
  <svg
    id="visual"
    viewBox="0 0 300 200"
    width="300"
    height="200"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="200"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Smith_Optics.jpg?v=1756926742&amp;width=300" alt="Sunglasses" width="300" height="200" loading="lazy" class="collection-list__bg" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 4), (min-width: 768px) calc((100vw - 51px) / 4), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Smith_Optics.jpg?v=1756926742&amp;width=180 180w 120h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Smith_Optics.jpg?v=1756926742&amp;width=360 360w 240h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Smith_Optics.jpg?v=1756926742&amp;width=540 540w 360h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Smith_Optics.jpg?v=1756926742&amp;width=720 720w 480h, //albemarleangler.com/cdn/shop/collections/Albemarle_Angler_Smith_Optics.jpg?v=1756926742 720w 480h">

          
        </div>

        <div class="collection-list__overlay u-bg-overlay"></div>

        <div
          class="
            collection-list__content
            collection-list__content--center
            collection-list__content--3
            collection-list__content--hover-button
            u-flex
            u-flex--center
            u-flex--middle
            collection-list__content--text-button
          "
        >
          <div class="collection-list__content-wrapper"><h3
                class="
                  collection-list__content-heading
                  collection-list__content-heading--no-border
                "
              >Sunglasses
</h3><button href="/collections/sunglasses-1" class="collection-list__content-link c-btn c-btn--hollow">
                
                  View
                
</button></div>
        </div>
      </div>
    </div>
  </div>
</div>

  </a>


</div>
      </items-scroll-paged-navigation>

      


    </div>
  </div><script src="//albemarleangler.com/cdn/shop/t/5/assets/items-scroll-paged-navigation.js?v=6570701935369699931750087744" type="module"></script></section>


</div><div id="shopify-section-template--24365360349468__0436301d-0018-4b49-8493-36629494c103" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//albemarleangler.com/cdn/shop/t/5/assets/section-collection.css?v=147962959269237750761750087744"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-collection.css?v=147962959269237750761750087744" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711750087744"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745" rel="stylesheet" type="text/css" media="all" />
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711750087744" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="
    section
    section--template--24365360349468__0436301d-0018-4b49-8493-36629494c103
    section--featured-collections
    
    
    
    
  "
  data-section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="
      --space-top: 0px;
      --space-bottom: 0px
    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="
            section__title
            js-animate-single
            section__title--center
             section__title--desc
          "
          data-animation-displacement="5"
        ><h2 class="section__title-text">Our Team&#39;s Picks</h2><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <p><strong>Field-Tested. Team-Approved.</strong><br/><br/>These are the pieces our team reaches for day after day – on the water, in the shop, and on the road. From go-to gear to favorite flies and apparel, our staff picks are hand-selected for performance, reliability, and the stories they help create.</p>
            </div></div></div><style>.section--template--24365360349468__0436301d-0018-4b49-8493-36629494c103 [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--24365360349468__0436301d-0018-4b49-8493-36629494c103 [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
          
          
          
            
          
          
          image-container-ratio="1:1"
        >
          <div
            class="
              grid-layout
              grid-layout--3
              grid-layout--1@mob
              
              js-animate-sequence
            "
            data-items
            data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
    data-product-id="10073676480796"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/ms-ultralight-boot"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Orvis Men's Ultralight Wading Boot"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=300&amp;v=1779010371&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=120&amp;v=1779010371&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=240&amp;v=1779010371&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=360&amp;v=1779010371&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=480&amp;v=1779010371&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=620&amp;v=1779010371&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=740&amp;v=1779010371&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootSteel1.png?crop=center&amp;height=1764&amp;v=1779010371&amp;width=1764 1764w 1764h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=300&amp;v=1779010155&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=180&amp;v=1779010155&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=360&amp;v=1779010155&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=540&amp;v=1779010155&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=720&amp;v=1779010155&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=900&amp;v=1779010155&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=1080&amp;v=1779010155&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=1296&amp;v=1779010155&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=1512&amp;v=1779010155&amp;width=1512 1512w 1512h, //albemarleangler.com/cdn/shop/files/OrvisMensUltralightBootCloudburst1.png?crop=center&amp;height=1800&amp;v=1779010155&amp;width=1800 1800w 1800h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/ms-ultralight-boot"
      class="product-card__link"
      
        title="Orvis Men's Ultralight Wading Boot"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Orvis Men's Ultralight Wading Boot</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/ms-ultralight-boot"
        class="product-card__link"
        tabindex="-1"
        
          title="Orvis Men's Ultralight Wading Boot"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$229.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="51331763175708"
                            >
                              <variant-swatch
                                swatch-id="steel"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: steel"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10073676480796--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/ms-ultralight-boot"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10073676480796--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10073676480796--quickshop-title" class="quick-shop__title">Orvis Men's Ultralight Wading Boot
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Orvis Men's Ultralight Wading Boot
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10073676480796">
      {
        "url": "/products/ms-ultralight-boot",
        "media": [{"alt":null,"id":43094296527132,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/OrvisMensUltralightBootCloudburst1.png?v=1779010155"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/OrvisMensUltralightBootCloudburst1.png?v=1779010155","width":1800}],
        "variants": [{
                "id": 51331763175708,
                "featured_media": {"alt":null,"id":43094296527132,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/OrvisMensUltralightBootCloudburst1.png?v=1779010155"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/OrvisMensUltralightBootCloudburst1.png?v=1779010155","width":1800}
              }
        ]
      }
    </script></product-card>

            

<product-card
  
    rendered
    data-product-id="10661168382236"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/buckles-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Taf Shaefer Design Buckles"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=300&amp;v=1764351166&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=120&amp;v=1764351166&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=240&amp;v=1764351166&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=360&amp;v=1764351166&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=480&amp;v=1764351166&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=620&amp;v=1764351166&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=740&amp;v=1764351166&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignClassicFlyBuckle.jpg?crop=center&amp;height=1620&amp;v=1764351166&amp;width=1620 1620w 1620h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=300&amp;v=1764351167&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=180&amp;v=1764351167&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=360&amp;v=1764351167&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=540&amp;v=1764351167&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=720&amp;v=1764351167&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=900&amp;v=1764351167&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=1080&amp;v=1764351167&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=1296&amp;v=1764351167&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=1512&amp;v=1764351167&amp;width=1512 1512w 1512h, //albemarleangler.com/cdn/shop/files/TafSchaeferDesignLefty_sDeceiverRegularEditionBuckle.jpg?crop=center&amp;height=1620&amp;v=1764351167&amp;width=1620 1620w 1620h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/buckles-1"
      class="product-card__link"
      
        title="Taf Shaefer Design Buckles"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Taf Shaefer Design Buckles</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/buckles-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Taf Shaefer Design Buckles"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$120.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10661168382236--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/buckles-1"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10661168382236--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10661168382236--quickshop-title" class="quick-shop__title">Taf Shaefer Design Buckles
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Taf Shaefer Design Buckles
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
</product-card>

            

<product-card
  
    rendered
    data-product-id="10674050302236"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/orvis-fly-tying-kit"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Orvis Premium Fly-Tying Kit"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=300&amp;v=1764719269&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=120&amp;v=1764719269&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=240&amp;v=1764719269&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=360&amp;v=1764719269&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=480&amp;v=1764719269&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=620&amp;v=1764719269&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=740&amp;v=1764719269&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/OrvisTyingKit.jpg?crop=center&amp;height=1620&amp;v=1764719269&amp;width=1620 1620w 1620h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=300&amp;v=1764719269&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=180&amp;v=1764719269&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=360&amp;v=1764719269&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=540&amp;v=1764719269&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=720&amp;v=1764719269&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=900&amp;v=1764719269&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=1080&amp;v=1764719269&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=1296&amp;v=1764719269&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=1512&amp;v=1764719269&amp;width=1512 1512w 1512h, //albemarleangler.com/cdn/shop/files/OrvisPremiumFly-TyingKit.jpg?crop=center&amp;height=1620&amp;v=1764719269&amp;width=1620 1620w 1620h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/orvis-fly-tying-kit"
      class="product-card__link"
      
        title="Orvis Premium Fly-Tying Kit"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Orvis Premium Fly-Tying Kit</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/orvis-fly-tying-kit"
        class="product-card__link"
        tabindex="-1"
        
          title="Orvis Premium Fly-Tying Kit"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$198.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10674050302236--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/orvis-fly-tying-kit"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10674050302236--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10674050302236--quickshop-title" class="quick-shop__title">Orvis Premium Fly-Tying Kit
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Orvis Premium Fly-Tying Kit
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
</product-card>

            

<product-card
  
    rendered
    data-product-id="10079082152220"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/mens-pro-lt-wader"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Orvis Men’s PRO LT Stockingfoot Waders"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=300&amp;v=1756908202&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=120&amp;v=1756908202&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=240&amp;v=1756908202&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=360&amp;v=1756908202&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=480&amp;v=1756908202&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=620&amp;v=1756908202&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=740&amp;v=1756908202&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/3B2B09FS24FALT2_W-003_a597c7ae-74b4-42ba-adc4-a89523b63c00.webp?crop=center&amp;height=1024&amp;v=1756908202&amp;width=1024 1024w 1024h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=300&amp;v=1756908202&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=180&amp;v=1756908202&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=360&amp;v=1756908202&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=540&amp;v=1756908202&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=720&amp;v=1756908202&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=900&amp;v=1756908202&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/ProLTWader-Men_sStockingfoot.png?crop=center&amp;height=1024&amp;v=1756908202&amp;width=1024 1024w 1024h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/mens-pro-lt-wader"
      class="product-card__link"
      
        title="Orvis Men’s PRO LT Stockingfoot Waders"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Orvis Men’s PRO LT Stockingfoot Waders</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/mens-pro-lt-wader"
        class="product-card__link"
        tabindex="-1"
        
          title="Orvis Men’s PRO LT Stockingfoot Waders"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$549.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="51561659564316"
                            >
                              <variant-swatch
                                swatch-id="steel"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: steel"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10079082152220--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/mens-pro-lt-wader"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10079082152220--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10079082152220--quickshop-title" class="quick-shop__title">Orvis Men’s PRO LT Stockingfoot Waders
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Orvis Men’s PRO LT Stockingfoot Waders
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10079082152220">
      {
        "url": "/products/mens-pro-lt-wader",
        "media": [{"alt":null,"id":41600621412636,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/ProLTWader-Men_sStockingfoot.png?v=1756908202"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/ProLTWader-Men_sStockingfoot.png?v=1756908202","width":1024}],
        "variants": [{
                "id": 51561659564316,
                "featured_media": {"alt":null,"id":41600621412636,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/ProLTWader-Men_sStockingfoot.png?v=1756908202"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/ProLTWader-Men_sStockingfoot.png?v=1756908202","width":1024}
              }
        ]
      }
    </script></product-card>

            

<product-card
  
    rendered
    data-product-id="10815102746908"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/brimmed-field-hat-straw"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Ball and Buck Brimmed Burlap Straw Field Hat"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=300&amp;v=1778709401&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=120&amp;v=1778709401&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=240&amp;v=1778709401&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=360&amp;v=1778709401&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=480&amp;v=1778709401&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=620&amp;v=1778709401&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=740&amp;v=1778709401&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw4.webp?crop=center&amp;height=1280&amp;v=1778709401&amp;width=1280 1280w 1280h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=300&amp;v=1780923170&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=180&amp;v=1780923170&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=360&amp;v=1780923170&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=540&amp;v=1780923170&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=720&amp;v=1780923170&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=900&amp;v=1780923170&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=1080&amp;v=1780923170&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/BallandBuckBrimmedFieldHat-BurlapStraw2.png?crop=center&amp;height=1280&amp;v=1780923170&amp;width=1280 1280w 1280h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/brimmed-field-hat-straw"
      class="product-card__link"
      
        title="Ball and Buck Brimmed Burlap Straw Field Hat"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Ball and Buck Brimmed Burlap Straw Field Hat</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/brimmed-field-hat-straw"
        class="product-card__link"
        tabindex="-1"
        
          title="Ball and Buck Brimmed Burlap Straw Field Hat"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$288.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="54039548789020"
                            >
                              <variant-swatch
                                swatch-id="burlap-straw"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: burlapstraw"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10815102746908--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/brimmed-field-hat-straw"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10815102746908--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10815102746908--quickshop-title" class="quick-shop__title">Ball and Buck Brimmed Burlap Straw Field Hat
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Ball and Buck Brimmed Burlap Straw Field Hat
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10815102746908">
      {
        "url": "/products/brimmed-field-hat-straw",
        "media": [{"alt":null,"id":43079632748828,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1280,"width":1280,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/BallandBuckBrimmedFieldHat-BurlapStraw2.png?v=1780923170"},"aspect_ratio":1.0,"height":1280,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/BallandBuckBrimmedFieldHat-BurlapStraw2.png?v=1780923170","width":1280}],
        "variants": [{
                "id": 54039548789020,
                "featured_media": {"alt":null,"id":43079632748828,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1280,"width":1280,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/BallandBuckBrimmedFieldHat-BurlapStraw2.png?v=1780923170"},"aspect_ratio":1.0,"height":1280,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/BallandBuckBrimmedFieldHat-BurlapStraw2.png?v=1780923170","width":1280}
              }
        ]
      }
    </script></product-card>

            

<product-card
  
    rendered
    data-product-id="10628770005276"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/ms-flyover-shirt"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Simms Men’s Flyover Shirt"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=300&amp;v=1778888435&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=120&amp;v=1778888435&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=240&amp;v=1778888435&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=360&amp;v=1778888435&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=480&amp;v=1778888435&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=620&amp;v=1778888435&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=740&amp;v=1778888435&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt1.png?crop=center&amp;height=1440&amp;v=1778888435&amp;width=1440 1440w 1440h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=300&amp;v=1778888434&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=180&amp;v=1778888434&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=360&amp;v=1778888434&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=540&amp;v=1778888434&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=720&amp;v=1778888434&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=900&amp;v=1778888434&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=1080&amp;v=1778888434&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=1296&amp;v=1778888434&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/SimmsFlyoverShirt12.png?crop=center&amp;height=1440&amp;v=1778888434&amp;width=1440 1440w 1440h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/ms-flyover-shirt"
      class="product-card__link"
      
        title="Simms Men’s Flyover Shirt"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Simms Men’s Flyover Shirt</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/ms-flyover-shirt"
        class="product-card__link"
        tabindex="-1"
        
          title="Simms Men’s Flyover Shirt"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$119.95</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="53079862575388"
                            >
                              <variant-swatch
                                swatch-id="aspen"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: aspen"
                              />
                            </li><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="53079862673692"
                            >
                              <variant-swatch
                                swatch-id="selvedge"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: selvedge"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10628770005276--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/ms-flyover-shirt"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10628770005276--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10628770005276--quickshop-title" class="quick-shop__title">Simms Men’s Flyover Shirt
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Simms Men’s Flyover Shirt
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10628770005276">
      {
        "url": "/products/ms-flyover-shirt",
        "media": [{"alt":null,"id":43089562992924,"position":1,"preview_image":{"aspect_ratio":0.8,"height":1800,"width":1440,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/SimmsFlyoverShirt12.png?v=1778888434"},"aspect_ratio":0.8,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/SimmsFlyoverShirt12.png?v=1778888434","width":1440}],
        "variants": [{
                "id": 53079862575388,
                "featured_media": {"alt":null,"id":43089562992924,"position":1,"preview_image":{"aspect_ratio":0.8,"height":1800,"width":1440,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/SimmsFlyoverShirt12.png?v=1778888434"},"aspect_ratio":0.8,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/SimmsFlyoverShirt12.png?v=1778888434","width":1440}
              },{
                "id": 53079862673692,
                "featured_media": {"alt":null,"id":43089562960156,"position":2,"preview_image":{"aspect_ratio":0.8,"height":1800,"width":1440,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/SimmsFlyoverShirt1.png?v=1778888435"},"aspect_ratio":0.8,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/SimmsFlyoverShirt1.png?v=1778888435","width":1440}
              }
        ]
      }
    </script></product-card>

            

<product-card
  
    rendered
    data-product-id="10179731947804"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/premier-leather-sl"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Rainbow Sandals Men's - Premier Leather Single Layer"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=300&amp;v=1779008184&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=120&amp;v=1779008184&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=240&amp;v=1779008184&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=360&amp;v=1779008184&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=480&amp;v=1779008184&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=620&amp;v=1779008184&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=740&amp;v=1779008184&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?crop=center&amp;height=1170&amp;v=1779008184&amp;width=1170 1170w 1170h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=300&amp;v=1779008184&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=180&amp;v=1779008184&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=360&amp;v=1779008184&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=540&amp;v=1779008184&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=720&amp;v=1779008184&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=900&amp;v=1779008184&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=1080&amp;v=1779008184&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?crop=center&amp;height=1170&amp;v=1779008184&amp;width=1170 1170w 1170h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/premier-leather-sl"
      class="product-card__link"
      
        title="Rainbow Sandals Men's - Premier Leather Single Layer"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Rainbow Sandals Men's - Premier Leather Single Layer</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/premier-leather-sl"
        class="product-card__link"
        tabindex="-1"
        
          title="Rainbow Sandals Men's - Premier Leather Single Layer"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$70.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="52043097309468"
                            >
                              <variant-swatch
                                swatch-id="sierra-brown"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: sierrabrown"
                              />
                            </li><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="52043097407772"
                            >
                              <variant-swatch
                                swatch-id="dark-brown"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: darkbrown"
                              />
                            </li><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="54048072007964"
                            >
                              <variant-swatch
                                swatch-id="grey"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: grey"
                              />
                            </li><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="52043097604380"
                            >
                              <variant-swatch
                                swatch-id="black"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: black"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10179731947804--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/premier-leather-sl"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10179731947804--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10179731947804--quickshop-title" class="quick-shop__title">Rainbow Sandals Men's - Premier Leather Single Layer
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Rainbow Sandals Men's - Premier Leather Single Layer
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10179731947804">
      {
        "url": "/products/premier-leather-sl",
        "media": [{"alt":null,"id":43094274310428,"position":1,"preview_image":{"aspect_ratio":0.998,"height":1172,"width":1170,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?v=1779008184"},"aspect_ratio":0.998,"height":1172,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?v=1779008184","width":1170}],
        "variants": [{
                "id": 52043097309468,
                "featured_media": {"alt":null,"id":43094274310428,"position":1,"preview_image":{"aspect_ratio":0.998,"height":1172,"width":1170,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?v=1779008184"},"aspect_ratio":0.998,"height":1172,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsSierraBrown_eacb08b1-7fe7-4d0a-b8e2-5226ab99ad79.png?v=1779008184","width":1170}
              },{
                "id": 52043097407772,
                "featured_media": {"alt":null,"id":43094274343196,"position":2,"preview_image":{"aspect_ratio":0.998,"height":1172,"width":1170,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?v=1779008184"},"aspect_ratio":0.998,"height":1172,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsDarkBrown_5b97a33d-fa5b-4a15-b2a8-29de46c69e3e.png?v=1779008184","width":1170}
              },{
                "id": 54048072007964,
                "featured_media": {"alt":null,"id":43094274277660,"position":3,"preview_image":{"aspect_ratio":0.998,"height":1172,"width":1170,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsGrey_8639ec05-e0d0-4524-ba99-eb36ca75ce1b.png?v=1779008185"},"aspect_ratio":0.998,"height":1172,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsGrey_8639ec05-e0d0-4524-ba99-eb36ca75ce1b.png?v=1779008185","width":1170}
              },{
                "id": 52043097604380,
                "featured_media": {"alt":null,"id":43094274375964,"position":4,"preview_image":{"aspect_ratio":0.998,"height":1172,"width":1170,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsPremierBlack_f70a4e89-06f8-473f-ab53-97603367f994.png?v=1779008184"},"aspect_ratio":0.998,"height":1172,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/RainbowsMens301AltsPremierBlack_f70a4e89-06f8-473f-ab53-97603367f994.png?v=1779008184","width":1170}
              }
        ]
      }
    </script></product-card>

            

<product-card
  
    rendered
    data-product-id="9786836582684"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/mirage-lt"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Orvis Mirage LT Fly Reel"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=300&amp;v=1780268729&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=120&amp;v=1780268729&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=240&amp;v=1780268729&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=360&amp;v=1780268729&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=480&amp;v=1780268729&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=620&amp;v=1780268729&amp;width=620 620w 620h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=740&amp;v=1780268729&amp;width=740 740w 740h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Pewter.png?crop=center&amp;height=1800&amp;v=1780268729&amp;width=1800 1800w 1800h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=300&amp;v=1780268729&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=180&amp;v=1780268729&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=360&amp;v=1780268729&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=540&amp;v=1780268729&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=720&amp;v=1780268729&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=900&amp;v=1780268729&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=1080&amp;v=1780268729&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=1296&amp;v=1780268729&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=1512&amp;v=1780268729&amp;width=1512 1512w 1512h, //albemarleangler.com/cdn/shop/files/Orvis_MirageLTReel_Blackout.png?crop=center&amp;height=1800&amp;v=1780268729&amp;width=1800 1800w 1800h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/mirage-lt"
      class="product-card__link"
      
        title="Orvis Mirage LT Fly Reel"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Orvis Mirage LT Fly Reel</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/mirage-lt"
        class="product-card__link"
        tabindex="-1"
        
          title="Orvis Mirage LT Fly Reel"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">from <span class="money">$449.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="51038212260124"
                            >
                              <variant-swatch
                                swatch-id="blackout"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: blackout"
                              />
                            </li><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="52923518845212"
                            >
                              <variant-swatch
                                swatch-id="pewter"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: pewter"
                              />
                            </li><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="52923519205660"
                            >
                              <variant-swatch
                                swatch-id="purple"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: purple"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9786836582684--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/mirage-lt"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9786836582684--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9786836582684--quickshop-title" class="quick-shop__title">Orvis Mirage LT Fly Reel
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Orvis Mirage LT Fly Reel
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9786836582684">
      {
        "url": "/products/mirage-lt",
        "media": [{"alt":null,"id":43169937654044,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Blackout.png?v=1780268729"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Blackout.png?v=1780268729","width":1800}],
        "variants": [{
                "id": 51038212260124,
                "featured_media": {"alt":null,"id":43169937654044,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Blackout.png?v=1780268729"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Blackout.png?v=1780268729","width":1800}
              },{
                "id": 52923518845212,
                "featured_media": {"alt":null,"id":43169937719580,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Pewter.png?v=1780268729"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Pewter.png?v=1780268729","width":1800}
              },{
                "id": 52923519205660,
                "featured_media": {"alt":null,"id":43169937686812,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Purple.png?v=1780268730"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Orvis_MirageLTReel_Purple.png?v=1780268730","width":1800}
              }
        ]
      }
    </script></product-card>

            

<product-card
  
    rendered
    data-product-id="10043803336988"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__0436301d-0018-4b49-8493-36629494c103"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/staff-picks/products/orvis-lanyard-loaded"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Orvis Fly-Fishing Lanyard - Loaded"
        >
          <div
            class="
              product-card__media
              
                
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              ></product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=300&amp;v=1779574907&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=180&amp;v=1779574907&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=360&amp;v=1779574907&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=540&amp;v=1779574907&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=720&amp;v=1779574907&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=900&amp;v=1779574907&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=1080&amp;v=1779574907&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=1296&amp;v=1779574907&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=1512&amp;v=1779574907&amp;width=1512 1512w 1512h, //albemarleangler.com/cdn/shop/files/Orvis_FlyFishingLanyard_Loaded.png?crop=center&amp;height=1658&amp;v=1779574907&amp;width=1658 1658w 1658h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/staff-picks/products/orvis-lanyard-loaded"
      class="product-card__link"
      
        title="Orvis Fly-Fishing Lanyard - Loaded"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Orvis Fly-Fishing Lanyard - Loaded</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/staff-picks/products/orvis-lanyard-loaded"
        class="product-card__link"
        tabindex="-1"
        
          title="Orvis Fly-Fishing Lanyard - Loaded"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$119.00</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches></product-card-variant-swatches></div>
  </div><quick-shop
  id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10043803336988--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/orvis-lanyard-loaded"
  
  
    notify-on-add
  
  
  aria-labelledby="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10043803336988--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--10043803336988--quickshop-title" class="quick-shop__title">Orvis Fly-Fishing Lanyard - Loaded
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Orvis Fly-Fishing Lanyard - Loaded
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
</product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div>
  </div><script src="//albemarleangler.com/cdn/shop/t/5/assets/items-scroll-paged-navigation.js?v=6570701935369699931750087744" type="module"></script></section>


</div><div id="shopify-section-template--24365360349468__section_collection_FYX7MT" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//albemarleangler.com/cdn/shop/t/5/assets/section-collection.css?v=147962959269237750761750087744"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-collection.css?v=147962959269237750761750087744" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711750087744"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745" rel="stylesheet" type="text/css" media="all" />
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711750087744" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="
    section
    section--template--24365360349468__section_collection_FYX7MT
    section--featured-collections
    
     section--has-link
    
    
  "
  data-section-id="template--24365360349468__section_collection_FYX7MT"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="
      --space-top: 0px;
      --space-bottom: 0px
    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="
            section__title
            js-animate-single
            section__title--center
            
          "
          data-animation-displacement="5"
        ><h2 class="section__title-text">Sales Items</h2></div></div><style>.section--template--24365360349468__section_collection_FYX7MT [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--24365360349468__section_collection_FYX7MT [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
          
          
            
          
          
          image-container-ratio="1:1"
        >
          <div
            class="
              grid-layout
              grid-layout--3
              grid-layout--1@mob
              
              grid-layout--align-center
              
              js-animate-sequence
            "
            data-items
            data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
    data-product-id="10083508027676"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--trigger-icon product-card--left product-card--hover-image"
  image-container-ratio="1:1"
  image-hover="image"
  
  
    section-id="template--24365360349468__section_collection_FYX7MT"
  
  
    quick-shop-trigger="icon"
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
          href="/collections/sale-items/products/flats-sneaker"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Simms Flats Sneaker Boot"
        >
          <div
            class="
              product-card__media
              
                 product-card__media--hover-image
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
              >
<img src="//albemarleangler.com/cdn/shop/files/Screenshot2025-03-07120923_84e1d8a5-630f-410c-a5d6-f8ac884cd1a5.png?crop=center&amp;height=300&amp;v=1760649504&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/Screenshot2025-03-07120923_84e1d8a5-630f-410c-a5d6-f8ac884cd1a5.png?crop=center&amp;height=120&amp;v=1760649504&amp;width=120 120w 120h, //albemarleangler.com/cdn/shop/files/Screenshot2025-03-07120923_84e1d8a5-630f-410c-a5d6-f8ac884cd1a5.png?crop=center&amp;height=240&amp;v=1760649504&amp;width=240 240w 240h, //albemarleangler.com/cdn/shop/files/Screenshot2025-03-07120923_84e1d8a5-630f-410c-a5d6-f8ac884cd1a5.png?crop=center&amp;height=360&amp;v=1760649504&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/Screenshot2025-03-07120923_84e1d8a5-630f-410c-a5d6-f8ac884cd1a5.png?crop=center&amp;height=480&amp;v=1760649504&amp;width=480 480w 480h, //albemarleangler.com/cdn/shop/files/Screenshot2025-03-07120923_84e1d8a5-630f-410c-a5d6-f8ac884cd1a5.png?crop=center&amp;height=483&amp;v=1760649504&amp;width=483 483w 483h">

</product-card-secondary-image-placeholder><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=300&amp;v=1760649504&amp;width=300" alt="" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=180&amp;v=1760649504&amp;width=180 180w 180h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=360&amp;v=1760649504&amp;width=360 360w 360h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=540&amp;v=1760649504&amp;width=540 540w 540h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=720&amp;v=1760649504&amp;width=720 720w 720h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=900&amp;v=1760649504&amp;width=900 900w 900h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=1080&amp;v=1760649504&amp;width=1080 1080w 1080h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=1296&amp;v=1760649504&amp;width=1296 1296w 1296h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=1512&amp;v=1760649504&amp;width=1512 1512w 1512h, //albemarleangler.com/cdn/shop/files/Simms_Flats_Sneaker_Boot.jpg?crop=center&amp;height=1620&amp;v=1760649504&amp;width=1620 1620w 1620h">

          </div>
        </a>
      </div>
    </div><button
        quickshop-trigger
        class="quick-shop__trigger"
        aria-hidden="true"
        tabindex="-1"
        data-trigger-quick-shop
      >
        <span
    class="icon icon--theme icon--quickbuy "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button></div>
  <div class="product-card__details">
    <a
      product-card-link
      href="/collections/sale-items/products/flats-sneaker"
      class="product-card__link"
      
        title="Simms Flats Sneaker Boot"
      
    ><h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title>Simms Flats Sneaker Boot</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
        href="/collections/sale-items/products/flats-sneaker"
        class="product-card__link"
        tabindex="-1"
        
          title="Simms Flats Sneaker Boot"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money">$229.95</span></span
      ></span>



</product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper">
                  <div class="product-card__swatch">
                    <ul class="product-card__swatch__items o-list-inline"><li
                              class="
                                product-card__swatch__item
                                product-card__swatch__item--circle
                                product-card__swatch__item-space-1
                                o-list-inline__item
                              "
                              variant-id="51392695992604"
                            >
                              <variant-swatch
                                swatch-id="boulder"
                                class="
                                  product-card__swatch__graphic
                                  
                                  product-card__swatch__graphic--1
                                "
                                style="--background-graphic: boulder"
                              />
                            </li></ul></div>
                </div></product-card-variant-swatches></div>
  </div><quick-shop
  id="collection_ixkCTF--10083508027676--quickshop"
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
    data-product-url="/products/flats-sneaker"
  
  
    notify-on-add
  
  
  aria-labelledby="collection_ixkCTF--10083508027676--quickshop-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="collection_ixkCTF--10083508027676--quickshop-title" class="quick-shop__title">Simms Flats Sneaker Boot
</h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          

          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><h3 class="product-card__title f-family--body f-caps--false f-space--0">
              Simms Flats Sneaker Boot
            </h3></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>
<script type="application/json" id="ProductJson-collection_ixkCTF--10083508027676">
      {
        "url": "/products/flats-sneaker",
        "media": [{"alt":null,"id":41840669131036,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1620,"width":1620,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Simms_Flats_Sneaker_Boot.jpg?v=1760649504"},"aspect_ratio":1.0,"height":1620,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Simms_Flats_Sneaker_Boot.jpg?v=1760649504","width":1620}],
        "variants": [{
                "id": 51392695992604,
                "featured_media": {"alt":null,"id":41840669131036,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1620,"width":1620,"src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Simms_Flats_Sneaker_Boot.jpg?v=1760649504"},"aspect_ratio":1.0,"height":1620,"media_type":"image","src":"\/\/albemarleangler.com\/cdn\/shop\/files\/Simms_Flats_Sneaker_Boot.jpg?v=1760649504","width":1620}
              }
        ]
      }
    </script></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div>
      

      

  <div
    class="section__link section__link--center js-animate-single 
      
      
    "
    data-animation-displacement="0"
    style="
      --button-color: #212121;
      --button-hover-color: initial;
      --button-background-color: initial;
      --button-hover-background-color: initial;
      
        --color-text: #212121;
      
    "
  >
    <a
      href="/collections/sale-items"
      class="section__link-link link link--arrow js-update-link"
    >View all<span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span>
</a>
  </div>


    
  </div><script src="//albemarleangler.com/cdn/shop/t/5/assets/items-scroll-paged-navigation.js?v=6570701935369699931750087744" type="module"></script></section>


</div><div id="shopify-section-template--24365360349468__e6c3bd10-67e9-4c3b-b5e2-69738954310b" class="shopify-section js-section__testimonials">
  
    <link
      rel="stylesheet"
      href="//albemarleangler.com/cdn/shop/t/5/assets/section-testimonials.css?v=42972644362905235331750087743"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-testimonials.css?v=42972644362905235331750087743" rel="stylesheet" type="text/css" media="all" />
    </noscript>
  

  

  

  <section
    class="
      section
      section-testimonials
      section--padded
      section--template--24365360349468__e6c3bd10-67e9-4c3b-b5e2-69738954310b
      
    
      
      
    
  
    "
    data-section-id="template--24365360349468__e6c3bd10-67e9-4c3b-b5e2-69738954310b"
    data-section-type="testimonials"
    style="
      --space-top: 0px;
      --space-bottom: 0px
    "
  ><div class="container container--medium">
        <div
          class="
            section__title
            js-animate-single
            section__title--center
            
          "
          data-animation-displacement="5"
        ><h2 class="section__title-text">What Our Customers Are Saying</h2></div>
      </div><div
      class="
        testimonials
        
          testimonials--carousel
        
        
          testimonials--mob-carousel
        
        js-animate-single
      "
      data-animation-displacement="0"
    >
      <div class="container container--xlarge container--mob-0">
        <div class="testimonials__items">
              <link
                rel="stylesheet"
                href="//albemarleangler.com/cdn/shop/t/5/assets/component-media-carousel.css?v=176138388193478400291750087743"
                media="print"
                onload="this.media='all'"
              >
              <noscript>
                <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-media-carousel.css?v=176138388193478400291750087743" rel="stylesheet" type="text/css" media="all" />
              </noscript>
            
            <script src="//albemarleangler.com/cdn/shop/t/5/assets/media-carousel.js?v=173020821608647186951750087743" type="module"></script><media-carousel
            data-speed="500" data-loop="true" data-pagination="true" data-space-between="15" data-navigation="true"
            
              data-autoplay="8000"
            
          >
            <media-carousel-slider>
              <media-carousel-wrapper
                class="
                  o-layout
                  o-layout--small
                  o-layout--center
                  o-layout--middle
                  u-flex--middle
                "
              >
                
<media-carousel-slide class="o-layout__item u-1/1">
                    <div >
                      <div
                        class="testimonials__item"
                        data-slide-id="0"
                      >
                        <div class="testimonials__content">
                          
                            <div class="testimonials__media">
                              
                                <div class="testimonials__media__item testimonials__media__item--icon"><span class="icon icon--quote ">
  <svg
    aria-hidden="true"
    focusable="false"
    role="presentation"
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 100 100"
  ><path d="M99.7 0L99.7 0L99.7 14.2Q96.4 15.9 93.8 19.2Q91.3 22.5 89.6 27.1L89.6 27.1Q88.0 31.9 87.2 38.1Q86.3 44.3 86.3 52.1L86.3 52.1L86.3 56.4L104.5 56.4L104.5 98.8L62.1 98.8L62.1 67.1Q62.1 60.0 62.7 53.5L62.7 53.5Q63.3 47.1 64.5 41.4Q65.6 35.6 67.4 30.7L67.4 30.7Q69.1 25.8 71.5 21.6L71.5 21.6Q73.8 17.4 76.8 13.9L76.8 13.9Q79.7 10.4 83.2 7.8Q86.7 5.1 90.8 3.1L90.8 3.1Q95.0 1.2 99.7 0L99.7 0ZM37.6 0L37.6 0L37.6 14.2Q34.3 15.9 31.7 19.2Q29.2 22.5 27.5 27.1L27.5 27.1Q25.9 31.9 25.0 38.1Q24.2 44.3 24.2 52.1L24.2 52.1L24.2 56.4L42.4 56.4L42.4 98.8L0 98.8L0 67.1Q0 60.0 0.6 53.5L0.6 53.5Q1.2 47.1 2.3 41.4Q3.5 35.6 5.3 30.7L5.3 30.7Q7.0 25.8 9.4 21.6L9.4 21.6Q11.7 17.4 14.6 13.9L14.6 13.9Q17.6 10.4 21.1 7.8Q24.6 5.1 28.7 3.1L28.7 3.1Q32.8 1.2 37.6 0L37.6 0Z" />
  </svg>
</span>
</div>
                              
                            </div>
                          

                          
                            <div class="testimonials__text">
                              <h2 class="testimonials__text__text rte"><p>Made my first visit to the shop on Saturday and had a great time talking to the staff; pleasant, informative and anxious to be helpful. Had so much fun I can back for some other items. Great service and really fun to talk fishing with the guys. I will be back.</p></h2>
                            </div>
                          

                          
                            <div class="testimonials__name">
                              <h3 class="testimonials__name__text u-medium f-family--body f-caps--false f-space--0">
                                Patrick Shooltz
                              </h3>
                            </div>
                          

                          
                            <div class="testimonials__source">
                              <p class="testimonials__source__text u-small f-family--body">
                                Google Review
                              </p>
                            </div>
                          
                        </div>
                      </div>
                    </div>
                  </media-carousel-slide>
                
<media-carousel-slide class="o-layout__item u-1/1">
                    <div >
                      <div
                        class="testimonials__item"
                        data-slide-id="1"
                      >
                        <div class="testimonials__content">
                          
                            <div class="testimonials__media">
                              
                                <div class="testimonials__media__item testimonials__media__item--icon"><span class="icon icon--social icon--instagram ">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M24 4.656C27.232 4.656 29.328 4.672 30.288 4.704C31.28 4.704 32.416 4.736 33.696 4.8C34.848 4.86398 35.776 4.992 36.48 5.184C37.152 5.34398 37.712 5.50401 38.16 5.664C38.736 5.88801 39.232 6.12801 39.648 6.384C40.064 6.672 40.496 7.02398 40.944 7.44C41.328 7.85601 41.664 8.27198 41.952 8.688C42.24 9.13598 42.496 9.648 42.72 10.224C42.88 10.608 43.04 11.152 43.2 11.856C43.36 12.528 43.472 13.456 43.536 14.64C43.568 15.888 43.6 17.024 43.632 18.048C43.664 19.04 43.68 21.152 43.68 24.384C43.68 27.552 43.664 29.632 43.632 30.624C43.6 31.648 43.568 32.784 43.536 34.032C43.472 35.216 43.36 36.144 43.2 36.816C43.04 37.52 42.88 38.064 42.72 38.448C42.496 39.024 42.24 39.536 41.952 39.984C41.664 40.4 41.328 40.816 40.944 41.232C40.496 41.68 40.064 42.048 39.648 42.336C39.232 42.592 38.736 42.832 38.16 43.056C37.712 43.216 37.152 43.376 36.48 43.536C35.776 43.728 34.848 43.84 33.696 43.872C32.416 43.936 31.28 43.968 30.288 43.968C29.328 44 27.232 44.016 24 44.016C20.8 44.016 18.704 44 17.712 43.968C16.72 43.968 15.584 43.936 14.304 43.872C13.152 43.84 12.224 43.728 11.52 43.536C10.848 43.376 10.288 43.216 9.84 43.056C9.29602 42.832 8.81602 42.592 8.4 42.336C7.95202 42.048 7.52002 41.68 7.104 41.232C6.68798 40.816 6.336 40.4 6.048 39.984C5.76 39.536 5.50402 39.04 5.28 38.496C5.12002 38.08 4.95998 37.52 4.8 36.816C4.64 36.144 4.544 35.232 4.512 34.08C4.448 32.8 4.4 31.648 4.368 30.624C4.368 29.632 4.368 27.552 4.368 24.384C4.368 21.152 4.368 19.04 4.368 18.048C4.4 17.024 4.448 15.888 4.512 14.64C4.544 13.488 4.64 12.576 4.8 11.904C4.95998 11.2 5.12002 10.64 5.28 10.224C5.50402 9.648 5.76 9.15201 6.048 8.736C6.336 8.31998 6.672 7.88798 7.056 7.44C7.50398 7.02398 7.93598 6.672 8.352 6.384C8.79998 6.12801 9.29602 5.88801 9.84 5.664C10.288 5.50401 10.848 5.34398 11.52 5.184C12.224 4.992 13.152 4.86398 14.304 4.8C15.584 4.736 16.72 4.704 17.712 4.704C18.672 4.672 20.768 4.656 24 4.656ZM24 0.335999C20.736 0.335999 18.592 0.351998 17.568 0.383999C16.544 0.383999 15.392 0.415999 14.112 0.479998C12.832 0.543996 11.728 0.671998 10.8 0.863998C9.87202 1.056 9.03998 1.312 8.304 1.632C7.47202 1.952 6.72 2.32 6.048 2.736C5.34398 3.184 4.672 3.728 4.032 4.368C3.36 5.04 2.816 5.712 2.4 6.384C1.952 7.08801 1.568 7.83998 1.248 8.64C0.96 9.408 0.72 10.256 0.528 11.184C0.336 12.08 0.208 13.168 0.144 14.448C0.0800002 15.728 0.032 16.896 0 17.952C0 18.976 0 21.12 0 24.384C0 27.616 0 29.744 0 30.768C0.032 31.824 0.0800002 32.992 0.144 34.272C0.208 35.552 0.336 36.64 0.528 37.536C0.72 38.464 0.96 39.312 1.248 40.08C1.568 40.88 1.952 41.632 2.4 42.336C2.816 43.008 3.36 43.68 4.032 44.352C4.672 44.992 5.34398 45.536 6.048 45.984C6.72 46.4 7.47202 46.768 8.304 47.088C9.03998 47.376 9.87202 47.616 10.8 47.808C11.728 48.0322 12.832 48.1762 14.112 48.24C15.392 48.3038 16.544 48.336 17.568 48.336C18.592 48.3682 20.736 48.384 24 48.384C27.264 48.384 29.408 48.3682 30.432 48.336C31.456 48.336 32.608 48.3038 33.888 48.24C35.168 48.1762 36.272 48.0322 37.2 47.808C38.128 47.616 38.96 47.376 39.696 47.088C40.496 46.768 41.232 46.4 41.904 45.984C42.608 45.536 43.296 44.992 43.968 44.352C44.64 43.68 45.184 43.008 45.6 42.336C46.048 41.632 46.432 40.88 46.752 40.08C47.008 39.312 47.248 38.464 47.472 37.536C47.664 36.64 47.776 35.552 47.808 34.272C47.872 32.992 47.92 31.824 47.952 30.768C47.952 29.744 47.952 27.616 47.952 24.384C47.952 21.12 47.952 18.976 47.952 17.952C47.92 16.896 47.872 15.728 47.808 14.448C47.776 13.168 47.664 12.08 47.472 11.184C47.248 10.256 47.008 9.408 46.752 8.64C46.432 7.872 46.048 7.13601 45.6 6.432C45.184 5.72798 44.64 5.04 43.968 4.368C43.328 3.728 42.656 3.184 41.952 2.736C41.28 2.32 40.528 1.952 39.696 1.632C38.96 1.344 38.128 1.104 37.2 0.911998C36.272 0.687996 35.168 0.543996 33.888 0.479998C32.608 0.415999 31.456 0.383999 30.432 0.383999C29.408 0.351998 27.264 0.335999 24 0.335999ZM24 12.048C22.304 12.048 20.704 12.368 19.2 13.008C17.728 13.648 16.416 14.528 15.264 15.648C14.144 16.768 13.28 18.08 12.672 19.584C12 21.088 11.664 22.688 11.664 24.384C11.664 26.048 12 27.632 12.672 29.136C13.28 30.64 14.144 31.952 15.264 33.072C16.416 34.192 17.728 35.072 19.2 35.712C20.704 36.352 22.304 36.672 24 36.672C25.696 36.672 27.296 36.352 28.8 35.712C30.272 35.072 31.584 34.192 32.736 33.072C33.856 31.952 34.72 30.64 35.328 29.136C36 27.632 36.336 26.048 36.336 24.384C36.336 22.688 36 21.088 35.328 19.584C34.72 18.08 33.856 16.768 32.736 15.648C31.584 14.528 30.272 13.648 28.8 13.008C27.296 12.368 25.696 12.048 24 12.048ZM24 32.352C21.792 32.352 19.904 31.584 18.336 30.048C16.768 28.48 15.984 26.592 15.984 24.384C15.984 22.144 16.768 20.24 18.336 18.672C19.904 17.136 21.792 16.368 24 16.368C26.208 16.368 28.096 17.136 29.664 18.672C31.232 20.24 32.016 22.144 32.016 24.384C32.016 26.592 31.232 28.48 29.664 30.048C28.096 31.584 26.208 32.352 24 32.352ZM39.696 11.568C39.696 12.336 39.424 13.008 38.88 13.584C38.304 14.128 37.616 14.4 36.816 14.4C36.016 14.4 35.344 14.128 34.8 13.584C34.224 13.008 33.936 12.336 33.936 11.568C33.936 10.768 34.224 10.08 34.8 9.504C35.344 8.928 36.016 8.64 36.816 8.64C37.616 8.64 38.304 8.928 38.88 9.504C39.424 10.08 39.696 10.768 39.696 11.568Z" /></svg>
  </span></div>
                              
                            </div>
                          

                          
                            <div class="testimonials__text">
                              <h2 class="testimonials__text__text rte"><p>This shop is a gem for anyone who loves fly fishing. The owner is incredibly knowledgeable, passionate, and always ready to help you find exactly what you need—whether you’re a seasoned angler or just getting started. High-quality gear, great local tips, and a welcoming vibe every time. Can’t recommend it enough!</p></h2>
                            </div>
                          

                          
                            <div class="testimonials__name">
                              <h3 class="testimonials__name__text u-medium f-family--body f-caps--false f-space--0">
                                Ashley Forbes
                              </h3>
                            </div>
                          

                          
                            <div class="testimonials__source">
                              <p class="testimonials__source__text u-small f-family--body">
                                Google Review
                              </p>
                            </div>
                          
                        </div>
                      </div>
                    </div>
                  </media-carousel-slide>
                
              </media-carousel-wrapper>
            </media-carousel-slider><media-carousel-navigation class="media-carousel__navigation" hidden>
                <button
                  class="
                    media-carousel__arrow
                    media-carousel__arrow--prev
                    js-carousel-prev
                  "
                ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                <button
                  class="
                    media-carousel__arrow
                    media-carousel__arrow--next
                    js-carousel-next
                  "
                ><span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
              </media-carousel-navigation>
              <media-carousel-pagination
                class="media-carousel__pagination swiper-pagination js-carousel-pagination"
                hidden
              ></media-carousel-pagination></media-carousel>
        </div>

        
        
        
        


      </div>
    </div>
  </section>





</div><div id="shopify-section-template--24365360349468__1778511153759f6d2d" class="shopify-section">

</div>
      </div>

      <!-- BEGIN sections: footer-group -->
<div id="shopify-section-sections--24365360775452__footer-newsletter" class="shopify-section shopify-section-group-footer-group js-section__newsletter">
  <link
    rel="stylesheet"
    href="//albemarleangler.com/cdn/shop/t/5/assets/section-newsletter.css?v=173773369300224144671750087743"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/section-newsletter.css?v=173773369300224144671750087743" rel="stylesheet" type="text/css" media="all" />
  </noscript>

<section
  class="
        section
        section-newsletter
        section--sections--24365360775452__footer-newsletter
    <<<<<<< HEAD
        section--has-bg
    =======
    >>>>>>> upstream/develop
        section--mb-0
  "
  data-section-id="sections--24365360775452__footer-newsletter"
  data-section-type="newsletter"
  data-radius-form="true"
  style="
    --space-top: 0px;
    --space-bottom: 0px;
  "
>
  <div class="container container--full container--p-0">
    <div
      class="
        newsletter
        js-animate-single
        
        
      "
      data-animation-displacement="0"
      style="
        --text-color: #212121;
        --text-color-light: rgba(33, 33, 33, 0.2);
        --background-color: #f2f2f2;
        
      "
    >
      <div
        class="
          newsletter__content
          container
          
            container--large
          
          section--padded
        "
      >
        <div
          class="newsletter__title section__title section__title--center js-animate-single"
          data-animation-displacement="5"
        >
          
            <h2 class="section__title-text">
              Stay Connected
            </h2>
          
          
            <div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <p>Sign up for stories from the water, early access to sales, and gear tips from our guides. No spam—just the good stuff, straight to your inbox.</p>
            </div>
          
        </div>

        <div class="newsletter__form-wrapper">
          <form method="post" action="/contact#newsletter" id="newsletter" accept-charset="UTF-8" class="newsletter__form-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
            
            
              <div class="o-layout o-layout--flush o-layout--center">
                <div class="o-layout__item u-1/1 u-7/8@tab u-2/3@desk">
                  <input type="hidden" name="contact[tags]" value="newsletter">
                  <label for="Email-sections--24365360775452__footer-newsletter" class="u-hidden-visually">Email</label>
                  <input
                    type="email"
                    name="contact[email]"
                    id="Email-sections--24365360775452__footer-newsletter"
                    class="newsletter__input"
                    value=""
                    placeholder="email@example.com"
                    autocorrect="off"
                    autocapitalize="off"
                  >
                </div>
                <div class="o-layout__item u-1/1 u-7/8@tab u-1/3@desk">
                  <button
                    type="submit"
                    class="c-btn c-btn--full c-btn--primary newsletter__btn"
                    name="commit"
                    id="Subscribe-Footer"
                  >
                    Subscribe
                  </button>
                </div>
              </div>
            
          </form>
        </div>
      </div>
    </div>
  </div>
</section>


</div><div id="shopify-section-sections--24365360775452__footer" class="shopify-section shopify-section-group-footer-group js-section__footer"><link
  rel="stylesheet"
  href="//albemarleangler.com/cdn/shop/t/5/assets/component-footer.css?v=139131216800184897271750087745"
  media="print"
  onload="this.media='all'"
>
<noscript>
  <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-footer.css?v=139131216800184897271750087745" rel="stylesheet" type="text/css" media="all" />
</noscript>
<footer
  role="contentinfo"
  id="footer"
  class="footer footer--dark"
  style="--background-color: #ffffff; "
>
  <div class="container">
    <div class="footer__content">
      <div class="o-layout">
          
          
          
          
            <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
              <div class="footer-nav footer-nav--image">
                
                
                  <div class="footer-nav__image-img" style="max-width: 250px">


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 257"
    width="300"
    height="257"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="257"></rect>
  </svg>
</image-skeleton>

<img src="//albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Recreation-v3.png?v=1756928255&amp;width=300" width="300" height="257" loading="lazy" class="" fetchpriority="auto" sizes="250px" srcset="//albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Recreation-v3.png?v=1756928255&amp;width=180 180w 154h, //albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Recreation-v3.png?v=1756928255&amp;width=360 360w 309h, //albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Recreation-v3.png?v=1756928255&amp;width=540 540w 463h, //albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Recreation-v3.png?v=1756928255&amp;width=720 720w 617h, //albemarleangler.com/cdn/shop/files/Albemarle-Angler-Logo-OG-Recreation-v3.png?v=1756928255 1200w 1029h">

                  </div>
                
                
              </div>
            </div>
          
          
        
          
          
          
            <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
              <div class="footer-nav">
                
                  <h3 class="footer-nav__title h5">Hours</h3>
                
                
                  <div class="footer-nav__text rte">
                    <p>Monday - Saturday: <br/>11:00am - 6:00pm<br/>Sunday: <br/>12:00pm - 5:00pm</p>
                  </div>
                
              </div>
            </div>
          
          
          
        
          
            
              <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
                <div class="footer-nav">
                  
                    <h3 class="footer-nav__title h5">Explore</h3>
                  
                  <ul class="footer-nav__items o-list-bare">
                    
                      <li class="footer-nav__item">
                        <a href="/" class="footer-nav__link">Home</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/collections/all" class="footer-nav__link">Products</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/about-us" class="footer-nav__link">About</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/guide-service-private-water" class="footer-nav__link">Guided Trips</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/resources-local-knowledge" class="footer-nav__link">Resources + Local Knowledge</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/contact" class="footer-nav__link">Contact</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/shop-policies" class="footer-nav__link">Shop Policies</a>
                      </li>
                    
                  </ul>
                </div>
              </div>
            
          
          
          
          
          
        
          
          
            <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
              <div class="footer-nav">
                
                  <h3 class="footer-nav__title h5">Connect with Us!</h3>
                
                
                
                  <p class="footer-nav__text">
                    <a aria-label="Call" href="tel:(434) 977-6882" class="footer-nav__text-link">(434) 977-6882</a>
                  </p>
                
                
                  <p class="footer-nav__text footer-nav__text--address">
                    1129 Emmet Street North<br>
                    Charlottesville
                    Virginia<br>
                    22903
                    United States
                  </p>
                
                
                  <div class="footer-nav__social-wrapper">
<ul class="social-links"><li class="social-links__item">
      <a href="https://www.facebook.com/albemarleangler/" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--facebook ">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><title>facebook</title><path d="M28.512 9.024H36V0H28.512C27.072 0 25.712 0.288 24.432 0.864C23.152 1.376 22.032 2.112 21.072 3.072C20.112 4.032 19.376 5.152 18.864 6.432C18.288 7.712 18 9.072 18 10.512V15.024H12V24H18V48H27.024V24H34.512L36 15.024H27.024V10.512C27.024 10.096 27.168 9.744 27.456 9.456C27.744 9.168 28.096 9.024 28.512 9.024Z" /></svg>
  </span></a>
    </li><li class="social-links__item">
      <a href="https://www.instagram.com/shopalbemarleangler/" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--instagram ">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><title>instagram</title><path d="M24 4.656C27.232 4.656 29.328 4.672 30.288 4.704C31.28 4.704 32.416 4.736 33.696 4.8C34.848 4.86398 35.776 4.992 36.48 5.184C37.152 5.34398 37.712 5.50401 38.16 5.664C38.736 5.88801 39.232 6.12801 39.648 6.384C40.064 6.672 40.496 7.02398 40.944 7.44C41.328 7.85601 41.664 8.27198 41.952 8.688C42.24 9.13598 42.496 9.648 42.72 10.224C42.88 10.608 43.04 11.152 43.2 11.856C43.36 12.528 43.472 13.456 43.536 14.64C43.568 15.888 43.6 17.024 43.632 18.048C43.664 19.04 43.68 21.152 43.68 24.384C43.68 27.552 43.664 29.632 43.632 30.624C43.6 31.648 43.568 32.784 43.536 34.032C43.472 35.216 43.36 36.144 43.2 36.816C43.04 37.52 42.88 38.064 42.72 38.448C42.496 39.024 42.24 39.536 41.952 39.984C41.664 40.4 41.328 40.816 40.944 41.232C40.496 41.68 40.064 42.048 39.648 42.336C39.232 42.592 38.736 42.832 38.16 43.056C37.712 43.216 37.152 43.376 36.48 43.536C35.776 43.728 34.848 43.84 33.696 43.872C32.416 43.936 31.28 43.968 30.288 43.968C29.328 44 27.232 44.016 24 44.016C20.8 44.016 18.704 44 17.712 43.968C16.72 43.968 15.584 43.936 14.304 43.872C13.152 43.84 12.224 43.728 11.52 43.536C10.848 43.376 10.288 43.216 9.84 43.056C9.29602 42.832 8.81602 42.592 8.4 42.336C7.95202 42.048 7.52002 41.68 7.104 41.232C6.68798 40.816 6.336 40.4 6.048 39.984C5.76 39.536 5.50402 39.04 5.28 38.496C5.12002 38.08 4.95998 37.52 4.8 36.816C4.64 36.144 4.544 35.232 4.512 34.08C4.448 32.8 4.4 31.648 4.368 30.624C4.368 29.632 4.368 27.552 4.368 24.384C4.368 21.152 4.368 19.04 4.368 18.048C4.4 17.024 4.448 15.888 4.512 14.64C4.544 13.488 4.64 12.576 4.8 11.904C4.95998 11.2 5.12002 10.64 5.28 10.224C5.50402 9.648 5.76 9.15201 6.048 8.736C6.336 8.31998 6.672 7.88798 7.056 7.44C7.50398 7.02398 7.93598 6.672 8.352 6.384C8.79998 6.12801 9.29602 5.88801 9.84 5.664C10.288 5.50401 10.848 5.34398 11.52 5.184C12.224 4.992 13.152 4.86398 14.304 4.8C15.584 4.736 16.72 4.704 17.712 4.704C18.672 4.672 20.768 4.656 24 4.656ZM24 0.335999C20.736 0.335999 18.592 0.351998 17.568 0.383999C16.544 0.383999 15.392 0.415999 14.112 0.479998C12.832 0.543996 11.728 0.671998 10.8 0.863998C9.87202 1.056 9.03998 1.312 8.304 1.632C7.47202 1.952 6.72 2.32 6.048 2.736C5.34398 3.184 4.672 3.728 4.032 4.368C3.36 5.04 2.816 5.712 2.4 6.384C1.952 7.08801 1.568 7.83998 1.248 8.64C0.96 9.408 0.72 10.256 0.528 11.184C0.336 12.08 0.208 13.168 0.144 14.448C0.0800002 15.728 0.032 16.896 0 17.952C0 18.976 0 21.12 0 24.384C0 27.616 0 29.744 0 30.768C0.032 31.824 0.0800002 32.992 0.144 34.272C0.208 35.552 0.336 36.64 0.528 37.536C0.72 38.464 0.96 39.312 1.248 40.08C1.568 40.88 1.952 41.632 2.4 42.336C2.816 43.008 3.36 43.68 4.032 44.352C4.672 44.992 5.34398 45.536 6.048 45.984C6.72 46.4 7.47202 46.768 8.304 47.088C9.03998 47.376 9.87202 47.616 10.8 47.808C11.728 48.0322 12.832 48.1762 14.112 48.24C15.392 48.3038 16.544 48.336 17.568 48.336C18.592 48.3682 20.736 48.384 24 48.384C27.264 48.384 29.408 48.3682 30.432 48.336C31.456 48.336 32.608 48.3038 33.888 48.24C35.168 48.1762 36.272 48.0322 37.2 47.808C38.128 47.616 38.96 47.376 39.696 47.088C40.496 46.768 41.232 46.4 41.904 45.984C42.608 45.536 43.296 44.992 43.968 44.352C44.64 43.68 45.184 43.008 45.6 42.336C46.048 41.632 46.432 40.88 46.752 40.08C47.008 39.312 47.248 38.464 47.472 37.536C47.664 36.64 47.776 35.552 47.808 34.272C47.872 32.992 47.92 31.824 47.952 30.768C47.952 29.744 47.952 27.616 47.952 24.384C47.952 21.12 47.952 18.976 47.952 17.952C47.92 16.896 47.872 15.728 47.808 14.448C47.776 13.168 47.664 12.08 47.472 11.184C47.248 10.256 47.008 9.408 46.752 8.64C46.432 7.872 46.048 7.13601 45.6 6.432C45.184 5.72798 44.64 5.04 43.968 4.368C43.328 3.728 42.656 3.184 41.952 2.736C41.28 2.32 40.528 1.952 39.696 1.632C38.96 1.344 38.128 1.104 37.2 0.911998C36.272 0.687996 35.168 0.543996 33.888 0.479998C32.608 0.415999 31.456 0.383999 30.432 0.383999C29.408 0.351998 27.264 0.335999 24 0.335999ZM24 12.048C22.304 12.048 20.704 12.368 19.2 13.008C17.728 13.648 16.416 14.528 15.264 15.648C14.144 16.768 13.28 18.08 12.672 19.584C12 21.088 11.664 22.688 11.664 24.384C11.664 26.048 12 27.632 12.672 29.136C13.28 30.64 14.144 31.952 15.264 33.072C16.416 34.192 17.728 35.072 19.2 35.712C20.704 36.352 22.304 36.672 24 36.672C25.696 36.672 27.296 36.352 28.8 35.712C30.272 35.072 31.584 34.192 32.736 33.072C33.856 31.952 34.72 30.64 35.328 29.136C36 27.632 36.336 26.048 36.336 24.384C36.336 22.688 36 21.088 35.328 19.584C34.72 18.08 33.856 16.768 32.736 15.648C31.584 14.528 30.272 13.648 28.8 13.008C27.296 12.368 25.696 12.048 24 12.048ZM24 32.352C21.792 32.352 19.904 31.584 18.336 30.048C16.768 28.48 15.984 26.592 15.984 24.384C15.984 22.144 16.768 20.24 18.336 18.672C19.904 17.136 21.792 16.368 24 16.368C26.208 16.368 28.096 17.136 29.664 18.672C31.232 20.24 32.016 22.144 32.016 24.384C32.016 26.592 31.232 28.48 29.664 30.048C28.096 31.584 26.208 32.352 24 32.352ZM39.696 11.568C39.696 12.336 39.424 13.008 38.88 13.584C38.304 14.128 37.616 14.4 36.816 14.4C36.016 14.4 35.344 14.128 34.8 13.584C34.224 13.008 33.936 12.336 33.936 11.568C33.936 10.768 34.224 10.08 34.8 9.504C35.344 8.928 36.016 8.64 36.816 8.64C37.616 8.64 38.304 8.928 38.88 9.504C39.424 10.08 39.696 10.768 39.696 11.568Z" /></svg>
  </span></a>
    </li></ul>
</div>
                
<div class="footer-nav__follow_on_shop">
                    <script defer="defer" async type="module" src="//albemarleangler.com/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js"></script>
<script type="module">
  await import("//albemarleangler.com/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js");

  
</script>

<shop-follow-button ux-mode="windoid" return-uri="https://albemarleangler.com/account/redirect" proxy="true"></shop-follow-button>

                  </div></div>
            </div>
          
          
          
          
        
      </div>
    </div>
  </div>

  <div class="footer__bottom">
    <div class="container container--full">
      <div class="footer__bottom__left"><div class="footer__icons footer__bottom__left-item">
            
              <ul class="footer__icons-items o-list-bare">
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-amazon"><title id="pi-amazon">Amazon</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" fill-rule="nonzero" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF" fill-rule="nonzero"/><path d="M25.26 16.23c-1.697 1.48-4.157 2.27-6.275 2.27-2.97 0-5.644-1.3-7.666-3.463-.16-.17-.018-.402.173-.27 2.183 1.504 4.882 2.408 7.67 2.408 1.88 0 3.95-.46 5.85-1.416.288-.145.53.222.248.47v.001zm.706-.957c-.216-.328-1.434-.155-1.98-.078-.167.024-.193-.148-.043-.27.97-.81 2.562-.576 2.748-.305.187.272-.047 2.16-.96 3.063-.14.138-.272.064-.21-.12.205-.604.664-1.96.446-2.29h-.001z" fill="#F90" fill-rule="nonzero"/><path d="M21.814 15.291c-.574-.498-.676-.73-.993-1.205-.947 1.012-1.618 1.315-2.85 1.315-1.453 0-2.587-.938-2.587-2.818 0-1.467.762-2.467 1.844-2.955.94-.433 2.25-.51 3.25-.628v-.235c0-.43.033-.94-.208-1.31-.212-.333-.616-.47-.97-.47-.66 0-1.25.353-1.392 1.085-.03.163-.144.323-.3.33l-1.677-.187c-.14-.033-.296-.153-.257-.38.386-2.125 2.223-2.766 3.867-2.766.84 0 1.94.234 2.604.9.842.82.762 1.918.762 3.11v2.818c0 .847.335 1.22.65 1.676.113.164.138.36-.003.482-.353.308-.98.88-1.326 1.2a.367.367 0 0 1-.414.038zm-1.659-2.533c.34-.626.323-1.214.323-1.918v-.392c-1.25 0-2.57.28-2.57 1.82 0 .782.386 1.31 1.05 1.31.487 0 .922-.312 1.197-.82z" fill="#221F1F"/></svg>

                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg>

                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>

                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg>
                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg>
                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg>

                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg>
                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg>

                  </li>
                
                  <li class="footer__icons-item">
                    <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg>
                  </li>
                
              </ul>
            
          </div></div>

      <div class="footer__bottom__right">
        <div class="footer-copyright">
          <p class="footer-copyright__text">
            <span class="footer-copyright__span footer-copyright__span--powered"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></span>
            <span class="footer-copyright__span footer-copyright__span--shop"
              >&copy; 2026, Albemarle Angler</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</footer>


</div>
<!-- END sections: footer-group -->
    </div>

    
      
<link
    rel="stylesheet"
    href="//albemarleangler.com/cdn/shop/t/5/assets/predictive-search.css?v=178364628060897716381750087743"
    media="print"
    onload="this.media='all'"
  >
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/predictive-search.js?v=101842495416764002911750087744" type="module"></script><script src="//albemarleangler.com/cdn/shop/t/5/assets/search-modal.js?v=153126096958304962641750087742" type="module"></script>
<search-modal
  id="modal-search"
  class="
    modal
    modal--search
    modal--top
    modal--dark
  "
  aria-labelledby="modal-search-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>
  <div class="modal__wrapper" role="document">
    <div class="modal__content">
      <p id="modal-search-title" class="u-hidden-visually">Search our store</p>
      <button
        title="Close (esc)"
        type="button"
        class="modal__close"
        aria-label="Close (esc)"
        data-a11y-dialog-hide
      >
        <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button>
      <div class="search__inner">
        <predictive-search type="sidebar" search-url="/search">
          <script src="//albemarleangler.com/cdn/shop/t/5/assets/search-form.js?v=41728883722473605271750087743" type="module"></script>
          <search-form>
            <form action="/search" method="get" class="search__form" role="search">
              <div class="search__form-input-wrapper">
                <div class="search__form-input-wrapper-limiter">
                  <input
                    id="modal-search-input"
                    type="search"
                    name="q"
                    value=""
                    class="search__form-input js-search-input"
                    placeholder="Search our store..."
                    aria-label="Search our store..."
                    autofocus
                    role="combobox"
                      aria-expanded="false"
                      aria-owns="predictive-search-results-list"
                      aria-controls="predictive-search-results-list"
                      aria-haspopup="listbox"
                      aria-autocomplete="list"
                      autocorrect="off"
                      autocomplete="off"
                      autocapitalize="off"
                      spellcheck="false">

                  <input name="options[prefix]" type="hidden" value="last">

                  <button type="submit" class="search__form-submit" aria-label="Search">
                    <span
    class="icon icon--theme icon--search "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
                  </button>
                </div>
              </div><predictive-search-results tabindex="-1" hidden></predictive-search-results>
<div class="search__content-wrapper js-search-content">
                  <div class="search__content search__content--has-recent-searches search__content--has-menu"><recent-searches class="search__nav" hidden>
                        <h4 class="search__nav-title f-family--heading f-caps--true f-space--1">
                          Recent searches
                        </h4>
                        <ul class="search__nav-items o-list-bare"></ul>
                      </recent-searches>
                    
                      <div class="search__nav">
                        <h4 class="search__nav-title f-family--heading f-caps--true f-space--1">
                          Main menu
                        </h4>
                        <ul class="search__nav-items o-list-bare">
                          
                            <li class="search__nav-item">
                              <a href="/" class="search__nav-link">Home</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/collections/all" class="search__nav-link">Products</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/pages/about-us" class="search__nav-link">About</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/pages/guide-service-private-water" class="search__nav-link">Guided Trips</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/pages/resources-local-knowledge" class="search__nav-link">Resources + Local Knowledge</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/pages/contact" class="search__nav-link">Contact</a>
                            </li>
                          
                        </ul>
                      </div>
                    

                    
                  </div>
                </div></form>
          </search-form>
        </predictive-search>
      </div>
    </div>
  </div>
</search-modal>

    

    
      <link
  rel="stylesheet"
  href="//albemarleangler.com/cdn/shop/t/5/assets/component-back-to-top-button.css?v=110867531981870776271750087742"
  media="print"
  onload="this.media='all'"
>
<noscript>
  <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-back-to-top-button.css?v=110867531981870776271750087742" rel="stylesheet" type="text/css" media="all" />
</noscript>
<back-to-top-button
  class="back-to-top-button back-to-top-button--dark"
  aria-label="Back to top"
  type="button"
  role="button"
  tabindex="0"
  align-right
  style="opacity: 0;"
>
  <span
    class="icon icon--theme icon--chevron back-to-top-button__icon icon--up"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span>
  <span class="visually-hidden">Back to top</span>
</back-to-top-button>

<script src="//albemarleangler.com/cdn/shop/t/5/assets/back-to-top-button.js?v=22425800111144963571750087743" type="module"></script>

    
<modal-dialog
          id="modal-cart"
          class="
            modal--cart
            modal modal--right modal--dark
          "
          aria-labelledby="modal-cart-title"
          aria-hidden="true"
          style="--background-color: #ffffff;"
          
          
        ><div class="modal__overlay" data-a11y-dialog-hide></div><div
            class="modal__wrapper"
            
              role="document"
            
          >
            <div
              class="modal__content"
              
            >
<style>
  .cart {
    --drawer-background: #ffffff;
  }
</style>
<link
  rel="stylesheet"
  href="//albemarleangler.com/cdn/shop/t/5/assets/component-cart.css?v=102340720424295588511750087745"
  media="print"
  onload="this.media='all'"
>
<div id="cart-drawer-templates" style="display: none"><template id="template-cart">
    <cart-full class="cart__wrapper"><free-shipping-bar
    class="
      free-shipping-bar
      free-shipping-bar--align-left
    "
    value="0"
    minimum-value="25000"
    style="--track-color: linear-gradient(136deg, rgba(10, 234, 237, 1) 11%, rgba(250, 13, 253, 1) 84%)"
    
  >
    <free-shipping-bar-text class="free-shipping-bar__text"><span class="free-shipping-bar__icon"><span
    class="icon icon--selection icon--icon-delivery-truck-3 "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 25 25"
    ><circle cx="5" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><circle cx="19" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><path d="M3,18H1.5a1,1,0,0,1-1-1V13.015A1,1,0,0,1,.919,12.2L4,11l.811-4.243A1,1,0,0,1,5.781,6H9.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H21" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><line x1="7" y1="18" x2="17" y2="18" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="9.5" y1="6" x2="9.5" y2="16" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="0.5" y1="15" x2="2" y2="15" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="4" y1="11" x2="9.5" y2="11" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line></svg>
  </span>


        </span><amount-to-spend
        
      >Spend <b><money-value class="money">$250</money-value></b> to get free shipping</amount-to-spend>
      <amount-left
        
          hidden
        
      >Spend <b><money-value class="money">$250</money-value> more</b> to get free shipping</amount-left>
      <minimum-reached
        
          hidden
        
      >Congratulations! You get <b>free</b> shipping.</minimum-reached>
    </free-shipping-bar-text>
    <free-shipping-bar-track
      class="free-shipping-bar__track"
      style="--displacement: 100%"
    ></free-shipping-bar-track><free-shipping-bar-goal-animation
        class="free-shipping-bar__animation"
        data-url="//albemarleangler.com/cdn/shop/t/5/assets/animation.confetti.lottie?v=116718273433018025251750087744"
        ><canvas width="300" height="300"></canvas
      ></free-shipping-bar-goal-animation></free-shipping-bar><cart-contents class="cart__contents">
        <cart-items
          class="cart__items"
          form-id="drawer-cart"
          
        ></cart-items>
<cart-recommendations
  class="
    cart-recommendations
    
  "
  id="drawer-cart-recommendations--recommendations"
  section-id="drawer-cart-recommendations"
  product-recommendations-root="/recommendations/products"
  product-recommendations-type="related"
  hidden
>
  
    <cart-recommendations-title
      class="cart-recommendations__title cart-recommendations__title--plain js-animate-single"
      data-animation-displacement="5"
    ><p class="cart-recommendations__title-text cart-recommendations__title-text--reduced">You may also like...</p></cart-recommendations-title>
  
  <link
    rel="stylesheet"
    href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//albemarleangler.com/cdn/shop/t/5/assets/component-items-scroll.css?v=55475307582839585001750087745" rel="stylesheet" type="text/css" media="all" />
  </noscript>
  <items-scroll
    
      class="items-scroll mini-navigation"
      snap="start"
    
    image-container-ratio="1:1"
  >
    <div
      class="
        grid-layout
        grid-layout--1
        grid-layout--1@mob
      "
      data-items
      cart-recommendations-content
    ></div>
  </items-scroll>
</cart-recommendations>

<script src="//albemarleangler.com/cdn/shop/t/5/assets/items-scroll.js?v=124158216695031153151750087742" type="module"></script>

<div id="drawer-cart-recommendations--templates" style="display: none"><template id="drawer-cart-recommendations--template-cart-recommendations-card">
      
<product-card-mini
  
  class="product-card product-card--mini js-product js-product-card product-card--crop product-card--media-ratio-1:1"
  image-container-ratio="1:1"
  
  
  
    quick-shop-trigger="button"
  
  
>
  <a product-card-link href="#" class="product-card__link"
    ><span class="visually-hidden"></span></a
  >
  <div class="product-card__top">
    <div
      class="
        o-ratio
        o-ratio--1:1
      "
      
    >
      <div class="o-ratio__content">
        <a product-card-link href="#" tabindex="-1">
          <div
            class="
              product-card__media
              
            "
          ><product-card-secondary-image-placeholder
                class="product-card__img-hover hover-enabled"
                
                  hidden
                
              ></product-card-secondary-image-placeholder>


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewBox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img
    
      class="product-card__img js-product-card-image hover-enabled"
    
    src="//albemarleangler.com/cdn/shop/t/5/assets/placeholder_300x300.png?v=113555733946226816651750087744"
    srcset="//albemarleangler.com/cdn/shop/t/5/assets/placeholder_120x120.png?v=113555733946226816651750087744 120w 120h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_240x240.png?v=113555733946226816651750087744 240w 240h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_360x360.png?v=113555733946226816651750087744 360w 360h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_480x480.png?v=113555733946226816651750087744 480w 480h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_620x620.png?v=113555733946226816651750087744 620w 620h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_740x740.png?v=113555733946226816651750087744 740w 740h, "
    sizes="(min-width: 504px) 74px,
  calc((100vw - 96px - 18px - 24px) * 0.3)"
    width="300"
    height="300"
    alt=""
    loading="lazy"
    fetchpriority="auto"
  >
          </div>
        </a>
      </div>
    </div>
  </div><div class="product-card__details">
      
      <h3 class="product-card__title f-family--body f-caps--false f-space--0">
        <product-card-title></product-card-title>
      </h3><product-card-price class="product-card__price"></product-card-price>
<product-card-button class="product-card-btn"></product-card-button></div><product-card-quick-shop></product-card-quick-shop></product-card-mini>

    </template><template id="drawer-cart-recommendations--template-quick-shop">
      <quick-shop
  id=""
  placeholder
  load-on="click"
  class="
    modal
    modal--right
    quick-shop--drawer-dark
    quick-shop--media-ratio-1:1
  "
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
  
    notify-on-add
  
  
  aria-labelledby="-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="-title" class="quick-shop__title"><span class="visually-hidden">Loading...</span>
                <div class="skeleton-text"></div></h3>
          </span>
        </div>

        <button
          title="Close (esc)"
          type="button"
          class="modal__close"
          aria-label="Close (esc)"
          data-a11y-dialog-hide
        >
          <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          
          <div
            class="
              product-card__media
              product-card__media--modal
              
                product-card--crop
              
            "
          >
            <div
              class="
                o-ratio
                o-ratio--1:1
              "
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><div class="skeleton-text"></div></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/variant-select-components.js?v=162452138268678519961750087744" type="module"></script>
  <script src="//albemarleangler.com/cdn/shop/t/5/assets/product-interactive-options.js?v=131602520504723755981750087742" type="module"></script>
</quick-shop>

    </template><template id="drawer-cart-recommendations--template-sold-out-button">
  <button type="button" class="link" disabled="disabled">Sold out</button>
</template>
<template id="drawer-cart-recommendations--template-quick-shop-button">
  <button
    type="button"
    class="link link--underline"
    aria-hidden="true"
    tabindex="-1"
    data-trigger-quick-shop
  >
    Quick view
  </button>
</template>
<template id="drawer-cart-recommendations--template-add-to-cart-form">
  <product-form
    
  >
    <form action="/cart/add" method="post" enctype="multipart/form-data">
      <input type="hidden" name="form_type" value="product">
      <input type="hidden" name="id" value="">
      <button type="submit" class="link link--underline" name="add" aria-hidden="true" tabindex="-1">
        <staged-action class="staged-action">
          <staged-action-text class="staged-action__text">
            +&nbsp;Add to cart
          </staged-action-text>
          <staged-action-tick class="staged-action__tick">
            <span
    class="icon icon--theme icon--check "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M4.5 23.9999L17.5 36.9999L43.5 10.9999" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span>
          </staged-action-tick>
          <staged-action-spinner class="staged-action__spinner">
            <div
  class="theme-spinner "
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>

          </staged-action-spinner>
        </staged-action>
      </button>
    </form>
  </product-form>
</template>

</div>

<script src="//albemarleangler.com/cdn/shop/t/5/assets/cart-recommendations.js?v=70005626286225720301750087745" type="module"></script>

</cart-contents>
      
<div class="cart__controls">
  <div class="cart__details"><div class="cart__order-details">
      <cart-discounts>
        <discount-list></discount-list>
      </cart-discounts>

      <noscript>
        <p class="cart__total">
          <span>Subtotal</span><cart-total class="money"></cart-total>
        </p>
      </noscript><p class="cart__total">
          <span>Subtotal</span
          ><cart-total class="money" data-cart-subtotal></cart-total>
        </p><p class="cart__message">Taxes and shipping calculated at checkout
</p>
    </div>
  </div>

  <div class="cart__actions">
    <div
      class="
        cart__buttons
        cart__buttons--view-cart
          

        
        
        
      "
    ><form method="post" action="/cart" id="drawer-cart" accept-charset="UTF-8" class="shopify-cart-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="cart" /><input type="hidden" name="utf8" value="✓" />
<div class="cart__form"><a href="/cart" class="c-btn c-btn--hollow c-btn--full cart__view">View cart</a><noscript>
            <button type="submit" name="update" class="c-btn c-btn--hollow cart__button-update update-cart">
              Update cart
            </button>
          </noscript>
          <button type="submit" class="c-btn c-btn--full c-btn--primary cart__checkout" name="checkout"><span
    class="icon icon--theme icon--lock "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M25.75 30.7147C26.4972 30.2778 27 29.4614 27 28.5263C27 27.131 25.8807 26 24.5 26C23.1192 26 22 27.131 22 28.5263C22 29.4614 22.5027 30.2778 23.25 30.7147V32.7368C23.25 33.4344 23.8097 34 24.5 34C25.1903 34 25.75 33.4344 25.75 32.7368V30.7147Z" class="fill" />
          <path d="M15.1111 16.8535V12.4217C15.1111 12.4217 15.1111 4.44446 24 4.44446C32.8889 4.44446 32.8889 12.4217 32.8889 12.4217V16.8535M13.3333 16.8535H34.6667C37.6122 16.8535 40 19.2346 40 22.1717V38.1263C40 41.0634 37.6122 43.4445 34.6667 43.4445H13.3333C10.3878 43.4445 8 41.0634 8 38.1263V22.1717C8 19.2346 10.3878 16.8535 13.3333 16.8535Z" vector-effect="non-scaling-stroke" /></svg>
  </span><span>Check out</span></button>
</div></form></div>
  </div>
</div>

    </cart-full>
  </template>
  <template id="template-cart-item">
    
<cart-item
  class="cart-item cart-item--media-ratio-1:1 cart-item--media-crop "
   image-container-ratio="1:1"
>
  <div class="cart-item__media">
    <a
       cart-item-url href="#"
      class="o-ratio o-ratio--1:1 o-ratio--bg-product"
      
    >
      <cart-item-image-container class="o-ratio__content">
        


<image-skeleton
  
    style="--color: rgba(33, 33, 33, 0.06);"
  
>
  <span class="visually-hidden">Loading image: Loading...</span>
  <svg
    id="visual"
    viewBox="0 0 120 120"
    width="120"
    height="120"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveAspectRatio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="120" height="120"></rect>
  </svg>
</image-skeleton>

<img
    
      class="cart-item__image"
    
    src="//albemarleangler.com/cdn/shop/t/5/assets/placeholder_120x120.png?v=113555733946226816651750087744"
    srcset="//albemarleangler.com/cdn/shop/t/5/assets/placeholder_120x120.png?v=113555733946226816651750087744 120w 120h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_240x240.png?v=113555733946226816651750087744 240w 240h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_360x360.png?v=113555733946226816651750087744 360w 360h, //albemarleangler.com/cdn/shop/t/5/assets/placeholder_480x480.png?v=113555733946226816651750087744 480w 480h, "
    sizes="(min-width: 504px) 81px,
  80px"
    width="120"
    height="120"
    alt="Loading..."
    loading="lazy"
    fetchpriority="auto"
  >
      </cart-item-image-container>
    </a>
  </div>

  <cart-item-details class="cart-item__details "><div class="cart-item__header">
      <a  cart-item-url href="#">
        <div class="cart-item__heading f-family--body">
          <cart-item-title></cart-item-title>
        </div>
      </a>
    </div>

    <div class="cart-item__price">
      <cart-item-spinner></cart-item-spinner>
      <cart-item-final-line-price></cart-item-final-line-price>
      <cart-item-original-line-price></cart-item-original-line-price>
    </div>

    <cart-item-micro-copy class="cart-item__micro-copy">
      <cart-item-default-property></cart-item-default-property>
      <cart-item-properties></cart-item-properties><cart-item-unit-price></cart-item-unit-price>
      <cart-item-selling-plan-allocation></cart-item-selling-plan-allocation></cart-item-micro-copy>
  </cart-item-details>

  <div class="cart-item__qty">
    <cart-item-quantity></cart-item-quantity><a cart-item-remove href="#" class="cart-item__remove"><span
    class="icon icon--theme icon--delete "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><title>Remove</title><path d="M19.1547 33.7431V20.7455M28.8453 33.7431V20.7455M4.5 10.9988L43.5 11.0007M35.3085 43.5H12.6918C12.2676 43.5 11.8475 43.416 11.4556 43.2525C11.0637 43.0893 10.7076 42.8498 10.4077 42.5478C10.1078 42.2462 9.86995 41.8876 9.70778 41.4933C9.5456 41.099 9.46224 40.6764 9.4625 40.2498V11.0007H38.5376V40.2498C38.5376 41.1112 38.1974 41.9375 37.592 42.5469C36.9862 43.1559 36.1648 43.5 35.3085 43.5ZM28.8461 4.5H19.1543C18.7301 4.5 18.31 4.58409 17.9181 4.74744C17.5262 4.91083 17.1701 5.15026 16.8702 5.4521C16.5703 5.75397 16.3324 6.11227 16.1703 6.50662C16.0081 6.90094 15.9248 7.32355 15.925 7.75031V10.9988H32.0773V7.75031C32.0773 6.88877 31.737 6.06253 31.1314 5.45332C30.5258 4.84414 29.7026 4.5 28.8461 4.5Z" stroke-linejoin="round" vector-effect="non-scaling-stroke" stroke-linecap="round"/></svg>
  </span></a>
    <cart-item-errors class="cart-item__errors"></cart-item-errors>
  </div>

  <cart-item-discounts class="cart-item__discounts">
    <discount-list></discount-list>
  </cart-item-discounts>
</cart-item>

  </template>
  <template id="template-quantity-input">
    <quantity-input>
  <button minus type="button" aria-label="Reduce item quantity by one">
    <span aria-hidden="true">&minus;</span>
  </button>
  <input
    
    type="number"
    value="1"
    min="0"
    step="1"
    name="quantity"
    autocomplete="off"
    
      form="drawer-cart"
    
    data-form-type="other"
    aria-label="Quantity"
  >
  <button plus type="button" aria-label="Increase item quantity by one">
    <span aria-hidden="true">+</span>
  </button>
</quantity-input>

  </template>
</div><div class="cart-draw__head">
  <h3 id="modal-cart-title" class="cart-draw__title">Shopping Cart</h3><cart-quantity-info
    class="cart-draw__quantity-info"
    
      hidden
    
    >(<items-count>0</items-count>&nbsp;<info-content>items</info-content
    >)</cart-quantity-info
  >

  <button
    title="Close (esc)"
    type="button"
    class="modal__close"
    aria-label="Close (esc)"
    data-a11y-dialog-hide
  >
    <span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
  </button>
</div>

<interactive-cart
  id="drawer-cart"
  class="cart cart--draw"
  drawer
  note-inside-accordion
  height-control="360"
><cart-empty>
  <div class="cart-empty">

    <p class="cart-empty__title">Your cart is currently empty</p>
    <a
      href="/"
      class="c-btn c-btn--primary c-btn--wide"
    >Shop now</a>
  </div>
</cart-empty>

</interactive-cart>
</div>
          </div>
        </modal-dialog><div id="moved-modal-elements"></div>
<div id="ui-templates" style="display: none">
  <template id="template-spinner"><theme-spinner
  class="theme-spinner "
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</theme-spinner>
</template>
  <template id="template-icon-close"><span
    class="icon icon--theme icon--close "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span></template>
  <template id="template-icon-chevron"><span
    class="icon icon--theme icon--chevron "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></template>
  <template id="template-icon-play"><span
    class="icon icon--theme icon--play "
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 48 48"
    ><path d="M32.9999 23.1339C33.6666 23.5188 33.6666 24.4812 32.9999 24.8661L20.2501 32.2272C19.5834 32.6121 18.75 32.1309 18.75 31.3611L18.75 16.6389C18.75 15.8691 19.5834 15.3879 20.2501 15.7728L32.9999 23.1339Z" class="fill" /></svg>
  </span></template>
</div>
<!-- Venue theme by Safe As Milk - http://safeasmilk.co/ -->
    <!-- Theme version 17.0.0 -->
  <script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>
</html>
