www.flagandanthem.com Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.flagandanthem.com/
Submission: On December 28 via manual from US — Scanned from CA

Form analysis 5 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="sca-promotion-message"></div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">$0.00</div>
      </div>
      <div class="cart__item-row text-center">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout" sca_handle_checkout=""> Check out </button>
        <button type="button" class="btn btn--continue__shopping js-drawer-close"> Continue Shopping </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
    <a href="/collections/shop-best-sellers">
            <button type="button" class="btn">
              Start Shopping
            </button>    
        </a>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off">
  <input type="hidden" name="type" value="product">
  <input type="hidden" name="options[prefix]" value="last">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>

POST /contact#newsletter-template--15283242500175__1649099295fbe70e71

<form method="post" action="/contact#newsletter-template--15283242500175__1649099295fbe70e71" id="newsletter-template--15283242500175__1649099295fbe70e71" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type"
    value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-template--15283242500175__1649099295fbe70e71" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="section">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-template--15283242500175__1649099295fbe70e71" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
    <div class="input-group-btn">
      <button type="submit" class="btn" name="commit">
        <span class="form__submit--large">Subscribe</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><label
    for="Email-1494292487693" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-1494292487693" class="footer__newsletter-input" autocorrect="off" autocapitalize="off">
    <button type="submit" class="footer__newsletter-btn" name="commit" aria-label="Subscribe">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <path d="M63 52H1V12h62zM1 12l25.68 24h9.72L63 12M21.82 31.68L1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="footer__newsletter-btn-label"> Subscribe </span>
    </button>
  </div>
</form>

POST /cart

<form method="post" action="/cart" id="cart_form" accept-charset="UTF-8" class="upsell-cart__form" enctype="multipart/form-data" novalidate="novalidate" data-upsell-riser-container="" data-upsell-customize-container=""><input type="hidden"
    name="form_type" value="cart"><input type="hidden" name="utf8" value="✓">
  <script data-cart-data="" type="application/json">
    {
      "count": 0,
      "ids": [],
      "cents": 0,
      "currency": "USD"
    }
  </script>
  <h2 class="upsell-cart__title"> Your Cart <button type="button" class="upsell-cart__close" aria-label="Close cart">
      <svg aria-hidden="true" focusable="false" role="presentation" class="upsell-icon upsell-icon-close" width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M1.25 1.25L7.5 7.5M13.75 13.75L7.5 7.5M7.5 7.5L13.75 1.25M7.5 7.5L1.25 13.75" stroke="currentColor" stroke-width="1.16667" stroke-linecap="square"></path>
      </svg>
    </button>
  </h2>
  <style>
    :root {
      --upsellSidebarWidth: 0;
      --upsellSidebarWidthFr: 0fr;
    }
  </style>
  <div class="
        upsell-cart__content
        
      ">
    <div data-upsell-scroll-target="top"></div>
    <div class="
          upsell-cart__main
          upsell-cart__content-area
        ">
      <div data-upsell-scroll-target="top"></div>
      <div class="
            upsell-cart__blocks--sticky-top
            
              upsell-cart__blocks--sticky-top-empty
            
          ">
      </div>
      <upsell-incentives-bar class="upsell-cart__incentives-bar upsell-cart__block upsell-cart__block--default upsell-cart__block--animate upsell-cart__block--first upsell-cart__block--first-in-area" data-cents="0" data-gift-card-cents="0"
        show-bar-prices="" style="display: none;">
        <span class="icon icon-new icon-moving-truck upsell-shipping__icon" slot="shipping-icon-inactive">
          <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.931 16.842H2.823V5.968h11.613v10.874H8.388" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"></path>
            <path d="M6.677 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"></path>
            <path d="M19.753 16.842h1.895v-6.66L19.25 7.786h-4.814v9.057h1.86" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"></path>
            <path d="M19.517 12.887h-2.956V9.852h1.91l1.046 1.046v1.99zM5.291 11.405h5.92M9.543 13.588l2.42-2.183-2.42-2.183M18.042 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987"
              stroke-miterlimit="10"></path>
          </svg>
        </span>
        <span class="icon icon-new icon-moving-truck upsell-shipping__icon" slot="shipping-icon-full">
          <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.931 16.842H2.823V5.968h11.613v10.874H8.388" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"></path>
            <path d="M6.677 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"></path>
            <path d="M19.753 16.842h1.895v-6.66L19.25 7.786h-4.814v9.057h1.86" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"></path>
            <path d="M19.517 12.887h-2.956V9.852h1.91l1.046 1.046v1.99zM5.291 11.405h5.92M9.543 13.588l2.42-2.183-2.42-2.183M18.042 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987"
              stroke-miterlimit="10"></path>
          </svg>
        </span>
      </upsell-incentives-bar>
      <div class="
                upsell-cart__items
                upsell-cart__block
                upsell-cart__block--default
                upsell-cart__block--animate
              " data-thumbnail-size="large">
      </div>
      <upsell-upsells-wrapper class="upsell-cart__upsell upsell-cart__block upsell-cart__block--default upsell-cart__block--animate upsell-cart__block--last upsell-cart__block--last-in-area" data-thumbnail-size="small" data-action-type="add_to_cart"
        data-save-type="percent" data-morph-ignore="" style="display: none;">
        <div class="upsell-cart__slider-wrapper">
          <div class="upsell-cart__slider-header">
            <div class="upsell-cart__upsell-label"> Recommended for you </div>
          </div>
          <div class="upsell-cart__slider">
            <upsell-upsells id="upsell-cart-upsells" class="
                      upsell-cart__slider-inner
                      
                        upsell-cart__slider-inner--column
                      
                    " data-search-route="/search" data-autoplay-delay="4000"></upsell-upsells>
          </div>
        </div>
      </upsell-upsells-wrapper>
      <div data-upsell-scroll-target="bottom"></div>
    </div>
    <div data-upsell-scroll-target="bottom"></div>
    <div class="
          upsell-cart__footer
          
        ">
      <div data-share-section="" class="upsell-cart__footer-share">
        <button class="upsell-cart__share-button" type="button" data-riser-trigger="share">
          <svg class="upsell-cart__share-button-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M8.04 8.828H4v14.414h15.845V8.828h-4.04M12 16.855V2.368M16 5.924l-4.024-4.316L7.95 5.924" stroke="currentColor" stroke-width="1.496" stroke-miterlimit="10"></path>
          </svg> Share </button>
      </div>
      <div class="upsell-cart__footer-discounts" style="display: none">
      </div>
      <div class="upsell-cart__footer-subtotal">
        <div class="upsell-cart__subtotal-label"> Subtotal </div>
        <div class="upsell-cart__subtotal">$0.00</div>
      </div>
      <div class="upsell-cart__footer-subtotal-subtext">
        <div class="upsell-cart__footer-taxes-note"> Taxes and shipping calculated at checkout </div>
      </div>
      <div class="upsell-cart__checkout-wrapper">
        <button type="submit" name="checkout" class="btn button upsell-cart__cta upsell-cart__checkout" data-btn-action="checkout" sca_handle_checkout="">
          <span class="icon icon-new icon-padlock ">
            <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path d="M14.215 8.989V6.862a2.215 2.215 0 1 0-4.43 0v2.127" stroke="currentColor" stroke-width="1.018" stroke-miterlimit="10"></path>
              <path d="M16.204 9.07V6.804a4.204 4.204 0 1 0-8.408 0V9.07" stroke="currentColor" stroke-width="1.018" stroke-miterlimit="10"></path>
              <path d="M18.461 9.167H5.54v11.698h12.922V9.167z" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10" stroke-linecap="round"></path>
              <path d="M12.889 18.077v-3.29c.5-.303.837-.846.837-1.473a1.727 1.727 0 1 0-3.454 0c0 .627.337 1.17.837 1.473v3.29h1.78z" stroke="currentColor" stroke-width=".966" stroke-miterlimit="10"></path>
            </svg>
          </span> Checkout </button>
      </div>
    </div>
  </div>
  <div class="upsell-cart__empty-wrapper">
    <div class="upsell-cart__empty">
      <h2 class="upsell-cart__empty-heading"> Your cart is empty </h2>
      <div class="upsell-cart__empty-content">
        <div class="upsell-cart__empty-actions">
          <a href="/collections/all" class="btn button upsell-cart__empty-btn">
                Start shopping
              </a>
        </div>
      </div>
    </div>
  </div>
  <div class="upsell-cart__riser" data-riser="share">
    <div class="upsell-cart__riser-inner">
      <button type="button" data-riser-close="" class="upsell-cart__close-riser" aria-label="Close">
        <svg aria-hidden="true" focusable="false" role="presentation" class="upsell-icon upsell-icon-close" width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M1.25 1.25L7.5 7.5M13.75 13.75L7.5 7.5M7.5 7.5L13.75 1.25M7.5 7.5L1.25 13.75" stroke="currentColor" stroke-width="1.16667" stroke-linecap="square"></path>
        </svg>
      </button>
      <div class="upsell-cart__riser-header upsell-cart__riser-header--no-border">
        <div class="upsell-cart__riser-title"> Share </div>
      </div>
      <div class="upsell-cart__riser-main">
        <div class="upsell-cart__social-share-input-wrapper">
          <input type="text" class="upsell-cart__social-share-input" value="https://www.flagandanthem.com?upsell-cart-share=" readonly="">
          <button type="button" class="upsell-cart__social-share-copy-url" aria-label="Copy link" data-url="https://www.flagandanthem.com?upsell-cart-share=">
            <svg class="upsell-cart__social-share-copy-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path d="M17.562 5.574H3.404v17.31h14.158V5.575z" stroke="currentColor" stroke-width="1.513" stroke-miterlimit="10"></path>
              <path d="M17.731 19.424h3.748V.919H7.326v4.655" stroke="currentColor" stroke-width="1.513" stroke-miterlimit="10"></path>
            </svg>
          </button>
          <div class="upsell-cart__social-share-success-message" role="alert"> Link copied! </div>
        </div>
        <div class="upsell-cart__social-share-icons">
          <div class="upsell-cart__share-icons" data-share="Share">
            <a target="_blank" rel="noopener" class="upsell-cart__share-icon" href="//twitter.com/share?text=Subscription%20product&amp;url=https://www.flagandanthem.com?upsell-cart-share=">
                  <svg class="upsell-cart__share-icon-svg" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.9617 5.80742C21.2242 6.13158 20.4367 6.35242 19.6075 6.45325C20.4525 5.94408 21.1025 5.14158 21.41 4.18408C20.6175 4.64658 19.7392 4.98325 18.8042 5.17075C18.0575 4.37158 16.9933 3.87158 15.8117 3.87158C13.5475 3.87158 11.7117 5.70742 11.7117 7.96908C11.7117 8.29408 11.7492 8.60658 11.8175 8.90575C8.40917 8.74492 5.38833 7.10825 3.36667 4.63408C3.01083 5.23575 2.81167 5.93492 2.81167 6.69658C2.81167 8.12158 3.53667 9.37408 4.635 10.1099C3.9625 10.0882 3.33 9.90325 2.77833 9.59658V9.64742C2.77833 11.6349 4.18917 13.2924 6.06667 13.6699C5.7225 13.7624 5.35917 13.8124 4.98667 13.8124C4.725 13.8124 4.47417 13.7874 4.22333 13.7407C4.74917 15.3682 6.26083 16.5549 8.06 16.5882C6.66 17.6874 4.88583 18.3424 2.975 18.3424C2.65 18.3424 2.32583 18.3232 2 18.2866C3.82417 19.4482 5.97333 20.1274 8.2975 20.1274C15.8425 20.1274 19.9633 13.8807 19.9633 8.47242C19.9633 8.29825 19.9633 8.12242 19.9508 7.94742C20.7517 7.37325 21.4508 6.64742 22.0008 5.82408L21.9617 5.80742Z" fill="currentColor"></path></svg>
                  <span class="upsell-cart__share-icon-label">Tweet</span>
                </a>
            <a target="_blank" rel="noopener" class="upsell-cart__share-icon" href="//www.facebook.com/sharer.php?u=https://www.flagandanthem.com?upsell-cart-share=">
                  <svg class="upsell-cart__share-icon-svg" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor"></path></svg>
                  <span class="upsell-cart__share-icon-label">Share</span>
                </a>
            <a target="_blank" rel="noopener" class="upsell-cart__share-icon" href="//pinterest.com/pin/create/button/?url=https://www.flagandanthem.com?upsell-cart-share=">
                  <svg class="upsell-cart__share-icon-svg" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.237,2.636,7.855,6.356,9.312c-0.087-0.791-0.167-2.005,0.035-2.868 c0.182-0.78,1.172-4.971,1.172-4.971s-0.299-0.599-0.299-1.484c0-1.391,0.806-2.428,1.809-2.428c0.853,0,1.265,0.641,1.265,1.408 c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.143-1.874,3.143-4.579 c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282 c0.082,0.099,0.093,0.186,0.069,0.287c-0.076,0.316-0.244,0.995-0.277,1.134c-0.043,0.183-0.145,0.222-0.334,0.133 c-1.249-0.582-2.03-2.408-2.03-3.874c0-3.154,2.292-6.052,6.608-6.052c3.469,0,6.165,2.472,6.165,5.776 c0,3.447-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.527-2.292-1.148c0,0-0.502,1.909-0.623,2.378 c-0.226,0.868-0.835,1.958-1.243,2.622C9.975,21.843,10.969,22,12,22c5.522,0,10-4.478,10-10S17.523,2,12,2z" fill="currentColor"></path></svg>
                  <span class="upsell-cart__share-icon-label">Pin it</span>
                </a>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to content
Close menu
 * Men
   
    * Tops
       * All Tops
       * Shirts & Flannels
       * Shirt Jackets
       * Jackets & Vests
       * Pullovers & Sweaters
       * Hoodies
       * LS Tees & Henleys
       * Polos
       * Graphic Tees
       * Short Sleeve Shirts
       * SS Tees & Henleys
   
    * Bottoms
       * All Bottoms
       * Denim
       * Pants
       * Joggers
       * Shorts
   
    * Accessories
       * All Accessories
       * Shoes
       * Hats
       * Belts
       * Sunglasses
   
    * Featured
       * New Arrivals
       * Hippie Cowboy
       * Big & Tall
       * Fall 2023 Catalog
       * Fall's Favorite Flannels
       * Vintage Soft Collection
       * Hero Knit Collection
       * Quilted Collection
       * Icon Collection
       * Blaney #12 Collection
       * Charity Tees
       * Denim Fit Guide
       * Shop the Look
       * Sale
       * Gift Cards

 * Women
   
    * Tops
       * All Tops
       * Shirts & Flannels
       * Jackets
       * Sweaters
       * Tops & Blouses
       * Dresses
       * Jumpsuits & Rompers
       * Graphic Tees
   
    * Bottoms
       * All Bottoms
       * Denim
       * Skirts
       * Pants
       * Shorts
   
    * Featured
       * New Arrivals
       * Fall 2023 Catalog
       * Matching Sets
       * Vintage Soft Collection
       * Hero Knit Collection
       * Boyfriend Shirts
       * Desert Son
       * Sale
       * Gift Cards
   
    * Kittenish x F&A
       * Tops
       * Dresses
       * Jumpsuits & Rompers
       * Skirts
       * Shorts
       * Sets
       * Graphic Tees

 * Hippie Cowboy
   
    * Hippie Cowboy x CMC
       * Shirts
       * Jackets
       * Graphic Tees
       * Hoodies
       * Tees
       * Henleys
       * Joggers
   
    * Featured
       * About Hippie Cowboy
       * Learn More

 * Desert Son
   
    * Men
       * Shirts
       * Graphic Tees
   
    * Women
       * Desert Son
   
    * Featured
       * Men's Sale
       * Women's Sale
       * All Sale

 * Madeflex Golf
   
    * Performance Tops
       * Polos
       * Shirts
       * Pullovers
       * Vests & Jackets
   
    * Performance Bottoms
       * Shorts
       * Pants
   
    * Accessories
       * Hats
       * Golf Belts

 * Kittenish x F&A
   
    * Tops
       * All Tops
       * Tops
       * Sweaters
       * Jackets
       * Shirts
       * Graphic Tees
       * Dresses
   
    * Bottoms
       * All Bottoms
       * Shorts
       * Pants
       * Skirts
       * Jumpsuits & Rompers
       * Sets

 * Sale
   
    * Men's Sale
       * All Sale
       * Tops
       * Bottoms
   
    * Women's Sale
       * All Sale
       * Tops
   
    * Desert Son Sale
       * All Sale
       * Tops
   
    * Madeflex Sale
       * All Sale
       * Tops
       * Bottoms

 * Log in

 * Instagram
 * Facebook
 * YouTube
 * Twitter
 * Pinterest

Cart
Close cart

Discounts

Subtotal
$0.00
Shipping, taxes, and discount codes calculated at checkout.

Check out Continue Shopping
Your cart is currently empty.
Start Shopping
Pause slideshow Play slideshow
FREE SHIPPINGon orders of $75+
THE LAST BIG SALE OF THE YEAR 📣20% OFF SITEWIDE | No code needed.
UP TO 65% OFF SALE100s of New Markdowns Just Added
 * Instagram
 * Facebook
 * YouTube
 * Twitter
 * Pinterest

Search
Site navigation


FLAG & ANTHEM

Log in Search Cart
 * Men
   Tops
   All Tops
   Shirts & Flannels
   Shirt Jackets
   Jackets & Vests
   Pullovers & Sweaters
   Hoodies
   LS Tees & Henleys
   Polos
   Graphic Tees
   Short Sleeve Shirts
   SS Tees & Henleys
   Bottoms
   All Bottoms
   Denim
   Pants
   Joggers
   Shorts
   Accessories
   All Accessories
   Shoes
   Hats
   Belts
   Sunglasses
   Featured
   New Arrivals
   Hippie Cowboy
   Big & Tall
   Fall 2023 Catalog
   Fall's Favorite Flannels
   Vintage Soft Collection
   Hero Knit Collection
   Quilted Collection
   Icon Collection
   Blaney #12 Collection
   Charity Tees
   Denim Fit Guide
   Shop the Look
   Sale
   Gift Cards
 * Women
   Tops
   All Tops
   Shirts & Flannels
   Jackets
   Sweaters
   Tops & Blouses
   Dresses
   Jumpsuits & Rompers
   Graphic Tees
   Bottoms
   All Bottoms
   Denim
   Skirts
   Pants
   Shorts
   Featured
   New Arrivals
   Fall 2023 Catalog
   Matching Sets
   Vintage Soft Collection
   Hero Knit Collection
   Boyfriend Shirts
   Desert Son
   Sale
   Gift Cards
   Kittenish x F&A
   Tops
   Dresses
   Jumpsuits & Rompers
   Skirts
   Shorts
   Sets
   Graphic Tees
 * Hippie Cowboy
   Hippie Cowboy x CMC
   Shirts
   Jackets
   Graphic Tees
   Hoodies
   Tees
   Henleys
   Joggers
   Featured
   About Hippie Cowboy
   Learn More
 * Desert Son
   Men
   Shirts
   Graphic Tees
   Women
   Desert Son
   Featured
   Men's Sale
   Women's Sale
   All Sale
 * Madeflex Golf
   Performance Tops
   Polos
   Shirts
   Pullovers
   Vests & Jackets
   Performance Bottoms
   Shorts
   Pants
   Accessories
   Hats
   Golf Belts
 * Kittenish x F&A
   Tops
   All Tops
   Tops
   Sweaters
   Jackets
   Shirts
   Graphic Tees
   Dresses
   Bottoms
   All Bottoms
   Shorts
   Pants
   Skirts
   Jumpsuits & Rompers
   Sets
 * Sale
   Men's Sale
   All Sale
   Tops
   Bottoms
   Women's Sale
   All Sale
   Tops
   Desert Son Sale
   All Sale
   Tops
   Madeflex Sale
   All Sale
   Tops
   Bottoms

Search
"Close (esc)"
View All Results
OUR GIFT TO YOU:
20% OFF SITEWIDE

+ Extra 30% Off Already-Reduced Sale
SHOP NEW SHOP SALE
SHOP MEN'S
SHOP WOMEN'S


MEN'S WINTER FAVORITES


Shirts & Flannels

Jackets & Vests

Pullovers & Sweaters

Shoes

MADEFLEX

HIPPIE COWBOY by CHRISTIAN MCCAFFREY

Desert Son

Gift Cards
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 
 8. 


WOMEN'S WINTER FAVORITES


New Arrivals

Women's Tops

KITTENISH X F&A

Women's Sweaters

Women's Jackets

Women's Dresses

Gift Cards
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 


COLD-WEATHER ESSENTIALS FOR HIM

View all
FOREST MID-TOP BOOT

$89.50
4.7 out of 5 star rating





96 Reviews
BLACK
BLACK
ATOKA SHAGGY SHERPA SHIRT JACKET

$99.50
4.7 out of 5 star rating





62 Reviews
CHARCOAL/BLACK
RED/NAVY CHARCOAL/BLACK GREY/BLUE
ALLOWAY QUILTED SHIRT JACKET

$89.50
4.7 out of 5 star rating





64 Reviews
GREY HEATHER
NAVY HEATHER GREY HEATHER
WESTON MID-TOP SNEAKER

$69.50
4.7 out of 5 star rating





165 Reviews
BROWN
CHARCOAL BLUE BLACK BROWN +3 LIGHT BROWN MEDIUM GREY NAVY
Sale

HERO TEXTURED STRETCH FLANNEL SHIRT
Extra 30% Off | Reflected in Cart
Regular price $69.50 Sale price$55.60 Save 20%
4.5 out of 5 star rating





31 Reviews
NAVY HEATHER
GREY HEATHER NAVY HEATHER
View all
226 products


COLD-WEATHER ESSENTIALS FOR HER

View all
NORA SMOCKED MIDI DRESS

$99.50

BLACK
WHITE/BLACK BLACK
Sale

LEANNE CROPPED SHIRT JACKET
Extra 30% Off | Reflected in Cart
Regular price $99.50 Sale price$79.60 Save 20%

PURPLE COMBO
PURPLE COMBO
ADA GOING OUT TOP

$59.50

BLACK/YELLOW
BLACK/YELLOW
Sale

DARLA OMBRE SWEATER
Extra 30% Off | Reflected in Cart
Regular price $69.50 Sale price$55.60 Save 20%
5 out of 5 star rating





1 Reviews
PINK/BLUE
PINK/BLUE
Sale

ARLEY FRINGE JACKET
Extra 30% Off | Reflected in Cart
Regular price $119.50 Sale price$95.60 Save 20%

CREAM
BROWN CREAM
View all
91 products


MEN'S SHOP THE LOOK

View details
View details
View details
View details
View details


WOMEN'S SHOP THE LOOK

View details
View details
View details
View details
View details
View details
View details
View details
View details

REAL CLOTHES FOR REAL LIFE

Comfortable, casual clothing that you can wear everyday.

Learn More


Sign up and save

How does 15% off your first order sound? Sign up for email alerts and get the
latest from Flag & Anthem.

Enter your email
Subscribe


THE LATEST FROM FLAG & ANTHEM

View all
Dec 08, 2023
2023 HOLIDAY SHIPPING GUIDE
Nov 16, 2023
Q&A WITH CHRISTIAN MCCAFFREY
Nov 15, 2023
JUST IN: HIPPIE COWBOY BY CHRISTIAN MCCAFFREY



Customer Service

Customer Service
 * Contact Us
 * Start a Return
 * Shipping / Returns
 * GovX / Military Discount
 * FAQ
 * Login / Register
 * Gift Cards
 * Size Guide
 * Big & Tall Size Guide
 * Denim Fit Guide
 * Men's Shorts Guide

Company

Company
 * About Us
 * Quality, Detail, Fit
 * Catalog
 * Blog
 * Your Wishlist
 * Anthem Points
 * Contact Us
 * Terms & Conditions
 * Privacy Policy

Sign up and save

Sign up and save

Subscribe to get 15% off your first order + be the first to hear about F&A news
and deals. 

Enter your email
Subscribe
 * Instagram
 * Facebook
 * YouTube
 * Twitter
 * Pinterest



Join The Crew

Join The Crew
 * Ambassador Program
 * Affiliate Partners
 * Refer a Friend

© 2023 Flag & Anthem




"Close (esc)"





YOUR CART

Recommended for you



Share

Subtotal
$0.00
Taxes and shipping calculated at checkout
Checkout


YOUR CART IS EMPTY

Start shopping
Share
Link copied!
Tweet Share Pin it
Spend [amount] and get free shipping! You're [amount] away from free shipping!

You get free standard shipping!








My Wishlist0