www.barbour.com Open in urlscan Pro
2606:4700::6812:1712  Public Scan

Submitted URL: http://admin.barbour.com/
Effective URL: https://www.barbour.com/us/
Submission: On October 25 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

GET https://www.barbour.com/us/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" role="search" action="https://www.barbour.com/us/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" aria-expanded="false" autocomplete="off"
        data-block="autocomplete-form">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <a class="close-mobile-search" href="javascript:void(0)"></a>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

Name: signupPOST https://www.barbour.com/us/bloomreach/subscriber/confirm/

<form id="newsletter-validate-detail" action="https://www.barbour.com/us/bloomreach/subscriber/confirm/" method="post" name="signup" novalidate="novalidate">
  <input name="usingCheckboxes" type="hidden" value="1">
  <input name="checkboxNames" type="hidden" value="cd_MENSWEAR_radio,cd_WOMENSWEAR_radio,cd_CHILDREN_radio,cd_FOOTWEAR_radio">
  <input name="addressbookid" type="hidden" value="16616244">
  <input name="ci_isconsentform" type="hidden" value="true">
  <!-- ReturnURL - when the user hits submit, they'll get sent here -->
  <input name="ReturnURL" type="hidden" value="https://www.barbour.com/us/">
  <input type="hidden" name="form_key" value="dSF4IyR6oer86WaG">
  <!-- Email - the user's email address -->
  <fieldset class="fieldset options-list-set">
    <legend class="legend-hidden">What collections would you like to be updated about?</legend>
    <div class="options-list checkboxes">
      <div class="field choice cd_MENSWEAR_radio">
        <input data-validate="{&quot;validate-one-required-by-name&quot;: true}" data-has-actor="true" data-noted-id="cd_MENSWEAR_radio" class="checkbox" name="newsletterOptions" id="cd_MENSWEAR_radio" type="checkbox" value="y">
        <label class="label" for="cd_MENSWEAR_radio"> Mens </label>
        <div class="input-actor"></div>
        <input class="reflection" data-reflecting="newsletterOptions" data-reflection-of="cd_MENSWEAR_radio" name="cd_MENSWEAR_radio" type="checkbox" value="y">
      </div>
      <div class="field choice cd_WOMENSWEAR_radio">
        <input data-validate="{&quot;validate-one-required-by-name&quot;: true}" data-has-actor="true" data-noted-id="cd_WOMENSWEAR_radio" class="checkbox" name="newsletterOptions" id="cd_WOMENSWEAR_radio" type="checkbox" value="y">
        <label class="label" for="cd_WOMENSWEAR_radio"> Womens </label>
        <div class="input-actor"></div>
        <input class="reflection" data-reflecting="newsletterOptions" data-reflection-of="cd_WOMENSWEAR_radio" name="cd_WOMENSWEAR_radio" type="checkbox" value="y">
      </div>
      <div class="field choice cd_CHILDREN_radio">
        <input data-validate="{&quot;validate-one-required-by-name&quot;: true}" data-has-actor="true" data-noted-id="cd_CHILDREN_radio" class="checkbox" name="newsletterOptions" id="cd_CHILDREN_radio" type="checkbox" value="y">
        <label class="label" for="cd_CHILDREN_radio"> Childrens </label>
        <div class="input-actor"></div>
        <input class="reflection" data-reflecting="newsletterOptions" data-reflection-of="cd_CHILDREN_radio" name="cd_CHILDREN_radio" type="checkbox" value="y">
      </div>
      <div class="field choice last-in-set cd_FOOTWEAR_radio">
        <input data-validate="{&quot;validate-one-required-by-name&quot;: true}" data-has-actor="true" data-noted-id="cd_FOOTWEAR_radio" class="checkbox" name="newsletterOptions" id="cd_FOOTWEAR_radio" type="checkbox" value="y">
        <label class="label" for="cd_FOOTWEAR_radio"> Footwear </label>
        <div class="input-actor"></div>
        <input class="reflection" data-reflecting="newsletterOptions" data-reflection-of="cd_FOOTWEAR_radio" name="cd_FOOTWEAR_radio" type="checkbox" value="y">
      </div>
    </div>
  </fieldset>
  <div class="field choice consent">
    <input data-has-actor="true" id="subscriber_consent" data-validate="{&quot;validate-one-required-by-name&quot;: true}" name="ci_userConsentCheckBox" type="checkbox">
    <label class="label" for="subscriber_consent"> I consent to receiving updates from Barbour </label>
    <div class="input-actor"></div>
  </div>
  <div class="field choice email-bar">
    <label class="label" for="subscriber_email"> Email Address </label>
    <input class="input-email" placeholder="Email Address" id="subscriber_email" data-validate="{&quot;required&quot;: true, &quot;validate-email&quot;: true}" name="Email" type="text" aria-required="true">
    <input class="hideme" name="Submit" type="Submit" value="Join">
    <button class="action subscribe primary" type="submit" id="newsletter-submit-button">Join</button>
  </div>
  <input name="ci_userConsentText" type="hidden" value="I%26%2339%3bd+like+to+receive+updates+from+Barbour">
  <input type="hidden" id="ci_consenturl" name="ci_consenturl" value="">
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.barbour.com/us/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to Content
The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Free ground shipping on orders over $100.
 * 


You are about to leave our US store. Do you want to continue?
Toggle Nav

 * Gifts
   By Recipient
   Gifts for Her
   Gifts for Him
   Gifts for Dogs
   Gifts for Her
   Gifts for Him
   Gifts for Dogs
   Luxury Gifts
   Gift Sets
   By Category
   Jackets
   Knitwear & Jumpers
   Slippers
   Bags & Luggage
   Leather Gifts
   Hats & Gloves
   Scarves
   Jackets
   Knitwear & Jumpers
   Slippers
   Bags & Luggage
   Leather Gifts
   Hats & Gloves
   Scarves
   
   By Recipient
   Gifts for Her
   Gifts for Him
   Gifts for Dogs
   Gifts for Her
   Gifts for Him
   Gifts for Dogs
   Luxury Gifts
   Gift Sets
   By Category
   Jackets
   Knitwear & Jumpers
   Slippers
   Bags & Luggage
   Leather Gifts
   Hats & Gloves
   Scarves
   Jackets
   Knitwear & Jumpers
   Slippers
   Bags & Luggage
   Leather Gifts
   Hats & Gloves
   Scarves
   
   CHRISTMAS GIFT GUIDE | BROWSE OUR GIFTS
   
   DISCOVER OUR GIFT GUIDE

 * Men
   New Arrivals
   Jackets
   Waxed Jackets
   Quilted Jackets
   Waterproof Jackets
   Showerproof Jackets
   Casual Jackets
   Parka Jackets
   Vests
   Waxed Jackets
   Quilted Jackets
   Waterproof Jackets
   Showerproof Jackets
   Casual Jackets
   Parka Jackets
   Vests
   Tops
   Shirts
   Overshirts
   Polo Shirts
   T-Shirts
   Shirts
   Overshirts
   Polo Shirts
   T-Shirts
   Sweaters & Knitwear
   Hoodies & Sweatshirts
   Sweaters
   Fleeces
   Hoodies & Sweatshirts
   Sweaters
   Fleeces
   Pants
   Footwear
   Boots
   Slippers
   Shoes
   Rain Boots
   Boots
   Slippers
   Shoes
   Rain Boots
   Collections
   Liddesdale 30th Anniversary
   Countrywear
   Modern Heritage
   Classic Waxed Jackets
   The Shirt Department
   Liddesdale 30th Anniversary
   Countrywear
   Modern Heritage
   Classic Waxed Jackets
   The Shirt Department
   Heritage Collections
   Heritage+
   Heritage Select
   Heritage Re-Engineered
   Heritage+
   Heritage Select
   Heritage Re-Engineered
   Collaborations
   Barbour x Baracuta
   Barbour x Flower Mountain
   Barbour x TO KI TO
   Barbour x Baracuta
   Barbour x Flower Mountain
   Barbour x TO KI TO
   New Arrivals
   Jackets
   Waxed Jackets
   Quilted Jackets
   Waterproof Jackets
   Showerproof Jackets
   Casual Jackets
   Parka Jackets
   Vests
   Waxed Jackets
   Quilted Jackets
   Waterproof Jackets
   Showerproof Jackets
   Casual Jackets
   Parka Jackets
   Vests
   Tops
   Shirts
   Overshirts
   Polo Shirts
   T-Shirts
   Shirts
   Overshirts
   Polo Shirts
   T-Shirts
   
   Sweaters & Knitwear
   Hoodies & Sweatshirts
   Sweaters
   Fleeces
   Hoodies & Sweatshirts
   Sweaters
   Fleeces
   Pants
   Footwear
   Boots
   Slippers
   Shoes
   Rain Boots
   Boots
   Slippers
   Shoes
   Rain Boots
   
   Collections
   Liddesdale 30th Anniversary
   Countrywear
   Modern Heritage
   Classic Waxed Jackets
   The Shirt Department
   Liddesdale 30th Anniversary
   Countrywear
   Modern Heritage
   Classic Waxed Jackets
   The Shirt Department
   Heritage Collections
   Heritage+
   Heritage Select
   Heritage Re-Engineered
   Heritage+
   Heritage Select
   Heritage Re-Engineered
   Collaborations
   Barbour x Baracuta
   Barbour x Flower Mountain
   Barbour x TO KI TO
   Barbour x Baracuta
   Barbour x Flower Mountain
   Barbour x TO KI TO
   
   NEW ARRIVALS | MENSWEAR
   
   SHOP THE COLLECTION

 * Women
   New Arrivals
   Jackets
   Waxed Jackets
   Quilted Jackets
   Trench Coats
   Waterproof Jackets
   Showerproof Jackets
   Vests
   Waxed Jackets
   Quilted Jackets
   Trench Coats
   Waterproof Jackets
   Showerproof Jackets
   Vests
   
   
   
   Tops
   Shirts & Blouses
   T-Shirts
   Shirts & Blouses
   T-Shirts
   Dresses & Skirts
   Sweaters & Knitwear
   Sweaters
   Sweaters
   Pants
   Footwear
   Boots
   Shoes
   Rain Boots
   Boots
   Shoes
   Rain Boots
   Collections
   Liddesdale 30th Anniversary
   Re-Engineered
   Modern Heritage
   Modern Country
   Countrywear
   Classic Waxed Jackets
   Liddesdale 30th Anniversary
   Re-Engineered
   Modern Heritage
   Modern Country
   Countrywear
   Classic Waxed Jackets
   Collaborations
   Barbour The Edit by Alexa
   Barbour x William Morris Gallery
   Barbour The Edit by Alexa
   Barbour x William Morris Gallery
   New Arrivals
   Jackets
   Waxed Jackets
   Quilted Jackets
   Trench Coats
   Waterproof Jackets
   Showerproof Jackets
   Vests
   Waxed Jackets
   Quilted Jackets
   Trench Coats
   Waterproof Jackets
   Showerproof Jackets
   Vests
   
   
   
   Tops
   Shirts & Blouses
   T-Shirts
   Shirts & Blouses
   T-Shirts
   Dresses & Skirts
   Sweaters & Knitwear
   Sweaters
   Sweaters
   Pants
   Footwear
   Boots
   Shoes
   Rain Boots
   Boots
   Shoes
   Rain Boots
   
   
   Collections
   Liddesdale 30th Anniversary
   Re-Engineered
   Modern Heritage
   Modern Country
   Countrywear
   Classic Waxed Jackets
   Liddesdale 30th Anniversary
   Re-Engineered
   Modern Heritage
   Modern Country
   Countrywear
   Classic Waxed Jackets
   Collaborations
   Barbour The Edit by Alexa
   Barbour x William Morris Gallery
   Barbour The Edit by Alexa
   Barbour x William Morris Gallery
   
   NEW ARRIVALS | WOMENSWEAR
   
   SHOP THE COLLECTION

 * Footwear
 * Accessories
   Mens
   Bags & Luggage
   Belts
   Hats & Gloves
   Hoods & Liners
   Scarves
   Socks
   Umbrellas
   Wallets & Card Holders
   Bags & Luggage
   Belts
   Hats & Gloves
   Hoods & Liners
   Scarves
   Socks
   Umbrellas
   Wallets & Card Holders
   
   
   
   
   Womens
   Bags & Luggage
   Hats & Gloves
   Hoods & Liners
   Scarves & Wraps
   Umbrellas
   Bags & Luggage
   Hats & Gloves
   Hoods & Liners
   Scarves & Wraps
   Umbrellas
   
   
   
   
   Kids
   Water Bottles & Flasks
   Wax Care
   Mens
   Bags & Luggage
   Belts
   Hats & Gloves
   Hoods & Liners
   Scarves
   Socks
   Umbrellas
   Wallets & Card Holders
   Bags & Luggage
   Belts
   Hats & Gloves
   Hoods & Liners
   Scarves
   Socks
   Umbrellas
   Wallets & Card Holders
   
   
   
   
   
   Womens
   Bags & Luggage
   Hats & Gloves
   Hoods & Liners
   Scarves & Wraps
   Umbrellas
   Bags & Luggage
   Hats & Gloves
   Hoods & Liners
   Scarves & Wraps
   Umbrellas
   
   
   
   
   
   Kids
   Water Bottles & Flasks
   Wax Care
   
   NEW ARRIVALS | ACCESSORIES
   
   SHOP THE COLLECTION

 * Dogs
   Dog Accessories
   Leads
   Beds & Blankets
   Coats
   Collars & Harnesses
   Leads
   Beds & Blankets
   Coats
   Collars & Harnesses
   Dog Accessories
   Leads
   Beds & Blankets
   Coats
   Collars & Harnesses
   Leads
   Beds & Blankets
   Coats
   Collars & Harnesses
   
   DOGS | NEW ARRIVALS
   
   SHOP THE COLLECTION

 * Discover
   Discover
   History
   Blog
   Barbour Dogs
   Barbour People
   Barbour Way of Life
   
   
   
   
   
   
   
   
   History
   Blog
   Barbour Dogs
   Barbour People
   Barbour Way of Life
   
   
   
   
   
   
   
   
   
   
   Jacket Care
   Wax for Life
   Repair & Re-wax
   Re-loved
   
   
   
   
   
   
   
   
   Wax for Life
   Repair & Re-wax
   Re-loved
   
   
   
   
   
   
   
   
   Campaigns
   Discover the Polo Department
   Discover Heritage+
   Dresses with Laura Jackson
   Discover the Polo Department
   Discover Heritage+
   Dresses with Laura Jackson
   Shop Instagram
   Discover
   History
   Blog
   Barbour Dogs
   Barbour People
   Barbour Way of Life
   
   
   
   
   
   
   
   
   History
   Blog
   Barbour Dogs
   Barbour People
   Barbour Way of Life
   
   
   
   
   
   
   
   
   
   
   
   
   Jacket Care
   Wax for Life
   Repair & Re-wax
   Re-loved
   
   
   
   
   
   
   
   
   Wax for Life
   Repair & Re-wax
   Re-loved
   
   
   
   
   
   
   
   
   Campaigns
   Discover the Polo Department
   Discover Heritage+
   Dresses with Laura Jackson
   Discover the Polo Department
   Discover Heritage+
   Dresses with Laura Jackson
   Shop Instagram
   
   BARBOUR FESTIVAL SEASON
   
   Inspire your festival wardrobe

Search
Search

Search
My AccountWishlist
My Cart
My Cart
Close You have no items in your shopping cart.

 * Store Locator
 * Sign In



Shop the Collection
Previous



Shop the Collaboration



Shop the Collection



Shop the Collection
Next
 * 1
 * 2
 * 3




 * MEN'S WAX JACKETS
   
   Shop the Collection


 * WOMEN'S VESTS
   
   Shop the Collection


 * MEN'S SWEATERS
   
   Shop the Collection


 * WOMEN'S BOOTS
   
   Shop the Collection


 * WOMEN'S DRESSES
   
   Shop the Collection





BARBOUR GIFT GUIDE

With the festive season fast approaching, find the perfect gift inspiration from
our specially curated guide to make your Barbour Christmas a memorable one.
Whether you're looking to find a gift for mum, dad, your four-legged companion
or a personalised Christmas gift for someone extra special, the Barbour
Christmas gift guide will help to make Christmas gifting that little bit easier,
this year.

 

Shop the Gift Guide


BESTSELLERS

 1.  Holborn Gilet
     From $250.00
     
     
 2.  Witford Tartan Tote Bag
     From $150.00
     
     
 3.  Barbour Classic Bedale® Waxed Jacket
     From $415.00
     
     
 4.  Powell Quilted Jacket
     From $300.00
     
     
 5.  Ashby Waxed Jacket
     From $398.00
     
     
 6.  Classic Beadnell® Wax Jacket
     From $398.00
     
     
 7.  Barbour Classic Beaufort® Waxed Jacket
     From $435.00
     
     
 8.  Annandale Quilted Jacket
     From $220.00
     
     
 9.  Lowerdale Gilet
     From $195.00
     
     
 10. Tartan Ashby Waxed Jacket
     From $500.00
     
     





THE BARBOUR WAY OF LIFE

Discover more about the Barbour Way of Life and get inspired to make the most of
life's simple pleasures, and the great outdoors.

View All

 * BARBOUR DOG WALKING OUTFIT IDEAS
   
   If you're in need of dog walking outfit ideas, look no further than Barbour.
   Our blog covers a range of seasonal outfits and dog walking accessories.
   
   Read More

 * FESTIVAL OUTFIT IDEAS AND ESSENTIALS
   
   Searching for festival outfit inspiration? Read our festival outfit ideas
   blog for women’s & men’s festival outfits, festival essentials & accessories.
   
   Read More

 * HOW TO STYLE KNITWEAR
   
   Here at Barbour, knitwear is an all-year-round staple. Old or new, learn how
   to style your favourite knitted jumpers with Barbour.
   
   Read More

 * BARBOUR X GANNI STYLE GUIDE
   
   Barbour x GANNI returns. Our style guide has you covered for how to wear the
   new collection.
   
   Read More

 * BEAUFORT 40TH: JACKET STORIES
   
   To celebrate 40 years of our Beaufort jacket, we're sharing our best-loved
   stories from our customers and the memories they hold with their jackets.
   
   Read More





WAX FOR LIFE
 

Here at Barbour, our waxed jackets are designed to be a jacket for life. Crafted
from durable Thornproof and Sylkoil waxed cotton, you can extend the life of
your jacket from home with an annual re-waxing or by using our re-wax service
where we lovingly restore your waxy companion to keep it looking its best.
Discover our Wax for Life hub below for more details.

 

Discover More


--------------------------------------------------------------------------------


EXPLORE MORE

 * MENSWEAR
 * WOMENSWEAR
 * FOOTWEAR
 * ACCESSORIES



--------------------------------------------------------------------------------


IT'S IN OUR SUMMER WAY OF LIFE



Join us as we escape, getaway with family and friends in the great British
summer time. Celebrate the season with lightweight fabrics and uplifting pastel
colours that highlight the very best of the warmer months.

This is an invitation to live our Barbour Way of Life this Summer.

Shop New Arrivals



BARBOUR WAY OF LIFE

WE LOVE SEEING HOW YOU AND YOUR LOVED ONES ARE LIVING #BARBOURWAYOFLIFE. SHARE
YOUR PHOTOS USING THE HASHTAG #BARBOURWAYOFLIFE FOR YOUR CHANCE TO BE FEATURED.


Learn More

Shop the Collaboration



FOR GIFTS THEY'LL ALWAYS REMEMBER.

ENDS TONIGHT AT 10PM | SHOP NOW

Shop the Collection
Discover More



SIGN UP FOR OUR NEWSLETTER

Find out first about what’s new, deals and promotions.

What collections would you like to be updated about?
Mens

Womens

Childrens

Footwear

I consent to receiving updates from Barbour

Email Address Join



 * 
 * 
 * 
 * 


We’re sorry we don't currently ship to your country. Would you like to visit our
store locator to find your local stockist?
About Us
   
 * Corporate Responsibility
 * Our Heritage
 * Counterfeit Education
 * Press Area

Customer Service
   
 * Delivery
 * Track Your Order
 * Returns
 * Find a Stockist
 * FAQs
 * Repair & Re-wax
 * Contact Us

Shipping to :
United States
 * Italy
 * Rest of World
 * United Kingdom
 * Germany/Austria


Copyright J. Barbour and Sons Ltd © 2024. All Rights Reserved.
 * Terms & Conditions
 * Privacy Policy
 * Cookie Policy

 * 
 * 
 * 
 * 


×


NOTICE

We and selected third parties use cookies or similar technologies for technical
purposes and, with your consent, for other purposes as specified in the cookie
policy.



Use the “Accept” button or close this notice to consent.

Press again to continue 0/1
Learn more and customize
Accept

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?