nonickel.com
Open in
urlscan Pro
23.227.38.32
Public Scan
Submitted URL: https://nonickelbelt.com/
Effective URL: https://nonickel.com/
Submission: On November 17 via api from US — Scanned from DE
Effective URL: https://nonickel.com/
Submission: On November 17 via api from US — Scanned from DE
Form analysis
5 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="DE">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
<span class="text-start">Germany (USD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="DE" aria-selected="true">
<span class="pointer-events-none">Germany (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="main-search__form" action="/search" method="get" autocomplete="off">
<div class="main-search__input-container">
<input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
<button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
<g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
<circle cx="7.824" cy="7.824" r="7.824"></circle>
<path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
</g>
</svg></button>
</div>
<script src="//nonickel.com/cdn/shop/t/102/assets/search-suggestions.js?v=101886753114502501091730294608" defer=""></script>
<search-suggestions></search-suggestions>
</form>
POST /localization
<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="DE">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
<span class="text-start">Germany (USD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="DE" aria-selected="true">
<span class="pointer-events-none">Germany (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
</p>
<button class="btn btn--secondary signup-form__button" type="submit">Subscribe</button>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="DE">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">Germany (USD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="DE" aria-selected="true">
<span class="pointer-events-none">Germany (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
Text Content
This website uses cookies to ensure you get the best experience.Privacy Policy PreferencesAccept Choose Which Cookies You Accept Strictly Required Cookies These cookies are required for the website to run and cannot be switched off. Such cookies are only set in response to actions made by you such as language, currency, login session, privacy preferences. You can set your browser to block these cookies but this might affect the way our site is working. Analytics and Statistics These cookies allow us to measure visitors traffic and see traffic sources by collecting information in data sets. They also help us understand which products and actions are more popular than others. Marketing and Retargeting These cookies are usually set by our marketing and advertising partners. They may be used by them to build a profile of your interest and later show you relevant ads. If you do not allow these cookies you will not experience targeted ads for your interests. Functional Cookies These cookies enable our website to offer additional functions and personal settings. They can be set by us or by third-party service providers that we have placed on our pages. If you do not allow these cookies, these or some of these services may not work properly. Accept selectedAccept All *By clicking on the above buttons, I give my consent on collecting my IP and email (if registered). For more check GDPR Compliance Skip to content * Facebook * YouTube * Instagram * Pinterest Orders are shipped daily at 2:00 pm EST Country/Region Germany (USD $) * Germany (USD $) Search * What's New * Belts * Belt Selector * Buckles * Jewelry * Nickel Test & Protect * Amazing Deals * Resources Account Search Cart How Can We Help? Belt Selector Quiz 1.5 Inch Leather Strap 63 products Great Gifts Under $60 145 products * What's New * Belts * Belts By Gender * Men * Women * Kids/Teens * Belts By Usage * Casual Belts * Dress Belts * Dress Casual Belts * Heavy Duty Work Belts * TSA Friendly Belts * Big & Tall Sizes * Titanium Belts * Carbon Fiber Belts * USA Made Belts * Belts by Strap Width * 1 Inch Strap * 1.25 Inch Strap * 1.38 Inch Strap * 1.5 Inch Strap * Belts By Color * Black * Brown * Tan * Distressed Brown * Distressed Gray * Made In USA * Belt Selector * New to Nickel Allergy Highly Sensitive Skin Heavy Duty Job Frequent Flyer Big & Tall Sizes * Take the Quiz * Buckles * Carbon Fiber Buckles Stainless Steel Buckles Titanium Buckles Zinc Alloy Buckles * Gun Metal Casual Gray Buckle * Jewelry * 2024 Fall Collection Dichroic Glass Dangle Earrings Hoop Earrings Post Earrings Wire Wrapped Earrings Made In USA Birthstone Earrings * 2024 Fall Limited Edition * Nickel Test & Protect * Nickel Alert® Testing Kit Nickel Guard®- Barrier Nickel Solution® - Test & Protect Meteorite ID™ How To Test for Nickel * Test for Nickel BEFORE Your Skin Does * Amazing Deals * On Sale Gifts Under $30 Gifts Under $60 Gifts for a Traveler Belt Sets Belt & Wallet Sets e-gift card * Roan Mountain Distressed Leather Belt with Matching Wallet * Resources * Belt Information * Which Belt Is Right For Me? * How to Measure for Our Belts * Metals used in making our buckles * Types of Leather * Nickel Allergy * Things to Consider * Nickel Allergy 101 * Understanding Nickel Allergy * How To Test for Nickel * Alergia al Níquel Información en Español * Links to Various Nickel Allergy Info * Customer Care * Contact Us * Belt Sizing * Certified Nickel Free Guarantee * Guarantee Information * Shipping Information * Returns/Exchanges/Refunds * What Size Belt Should I Order * What's New * Belts * Belts By Gender * Men * Women * Kids/Teens * Belts By Usage * Casual Belts * Dress Belts * Dress Casual Belts * Heavy Duty Work Belts * TSA Friendly Belts * Big & Tall Sizes * Titanium Belts * Carbon Fiber Belts * USA Made Belts * Belts by Strap Width * 1 Inch Strap * 1.25 Inch Strap * 1.38 Inch Strap * 1.5 Inch Strap * Belts By Color * Black * Brown * Tan * Distressed Brown * Distressed Gray * Made In USA * Belt Selector * New to Nickel Allergy Highly Sensitive Skin Heavy Duty Job Frequent Flyer Big & Tall Sizes * Take the Quiz * Buckles * Carbon Fiber Buckles Stainless Steel Buckles Titanium Buckles Zinc Alloy Buckles * Gun Metal Casual Gray Buckle * Jewelry * 2024 Fall Collection Dichroic Glass Dangle Earrings Hoop Earrings Post Earrings Wire Wrapped Earrings Made In USA Birthstone Earrings * 2024 Fall Limited Edition * Nickel Test & Protect * Nickel Alert® Testing Kit Nickel Guard®- Barrier Nickel Solution® - Test & Protect Meteorite ID™ How To Test for Nickel * Test for Nickel BEFORE Your Skin Does * Amazing Deals * On Sale Gifts Under $30 Gifts Under $60 Gifts for a Traveler Belt Sets Belt & Wallet Sets e-gift card * Roan Mountain Distressed Leather Belt with Matching Wallet * Resources * Belt Information * Which Belt Is Right For Me? * How to Measure for Our Belts * Metals used in making our buckles * Types of Leather * Nickel Allergy * Things to Consider * Nickel Allergy 101 * Understanding Nickel Allergy * How To Test for Nickel * Alergia al Níquel Información en Español * Links to Various Nickel Allergy Info * Customer Care * Contact Us * Belt Sizing * Certified Nickel Free Guarantee * Guarantee Information * Shipping Information * Returns/Exchanges/Refunds * What Size Belt Should I Order Country/Region Germany (USD $) * Germany (USD $) * Facebook * YouTube * Instagram * Pinterest Newly Redesigned COLD MOUNTAIN BROWN LEATHER BELT Black Buckle + Brown Leather = New Favorite! Shop This Belt Nickel Free Buckles THE URBANITE COLLECTION Unique Low Profile Buckle Shop The Collection THE PERFECT TRAVEL BELT Skip Removing Your Belt at Security Shop TSA Friendly BeltsShop This Set Nickel Free Belts AMERICAN CRAFTMANSHIP Perfect for Gifting! Shop Made In USA The Nickel Allergy Starter Kit DETECT & PROTECT Save Your Skin from Nickel! Start Now Nickel Free Buckles BELT SETS Stylish Gift Ideas Buy This SetShop All Belt Sets Including Big and Tall Sizes OVER 100 STYLES Nickel Free, But Never Boring! Start Shopping Nickel Free Earrings 2024 FALL COLLECTION Limited Edition Save 15%Shop All Nickel Free Jewelry Load slide 1 of 8 Load slide 2 of 8 Load slide 3 of 8 Load slide 4 of 8 Load slide 5 of 8 Load slide 6 of 8 Load slide 7 of 8 Load slide 8 of 8 2024 HOLIDAY GIFT IDEAS Belt & Wallet Sets Belt Sets TSA Friendly Belts Nickel Free Jewelry Gifts Under $30 Gifts Under $60 Nickel Allergy Starter Kit From Our Customers From Our Customers > Easy way to get a belt that won't give me a rash — Paul K. From Our Customers > Great quality, comfortable and reliable! LOVE THIS COMPANY! — Ray A. From Our Customers > Warp speed shipping, accurate product descriptions, well made belts. Top notch > business. — Brett A. From Our Customers > Excellent customer service and great products! — Matthew F. From Our Customers > Everything I need in one place! — Carsen S. From Our Customers > I’ve had 4 or 5 of your belts in the last 10 or so years. They’re all I’ll > buy. — Christopher B. Previous Next PREVIOUS TOP 10 BEST SELLERS NEXT Quick buy Roan Mountain Distressed Leather Belt by Nickel Smart® 124 reviews From $44.99 USD Quick buy Nickel Alert® (1) - Nickel test to avoid contact with nickel in jewelry 75 reviews $24.99 USD Quick buy New River Black Leather Belt by Nickel Smart® 76 reviews $44.99 USD Quick buy Cascades Earrings - Rainbow Blue by Nickel Smart® 14 reviews $34.95 USD Quick buy Roan Mountain Leather Belt by Nickel Smart® 63 reviews From $44.99 USD Quick buy Smoky Mountain Black Belt II by Nickel Smart® 54 reviews From $44.99 USD Quick buy Nickel Solution®: The Nickel Allergy Starter Kit™ 62 reviews $34.99 USD Quick buy Ridgeline Trail Brown Distressed Leather Belt by Nickel Smart® 56 reviews From $44.99 USD Quick buy Austrian Crystal Post Earrings by Nickel Smart® 12 reviews $24.95 USD Quick buy Black Mountain Leather Belt by Nickel Smart® 25 reviews $34.99 USD GIFT GIVING MADE EASY! Take our quick quiz to find the perfect gift. Belt SelectorEarring Selector PREVIOUS TSA FRIENDLY BELTS NEXT View all Quick buy The Specialist Black Dress Belt by Nickel Smart® 28 reviews $99.99 USD Quick buy The Specialist Brown Dress Belt by Nickel Smart® 7 reviews $99.99 USD Quick buy CF 2.0 Black Dress Belt by Nickel Smart® 20 reviews $89.99 USD Quick buy Carbon Fiber Wide Pin Black Belt by Nickel Smart® 14 reviews $99.99 USD Quick buy The Stealth Black Dress Belt by Nickel Smart® 7 reviews $59.99 USD Quick buy The Stealth Brown Dress Belt by Nickel Smart® 7 reviews $59.99 USD Quick buy The Classified Dress Black Leather Belt by Nickel Smart® 10 reviews $109.99 USD Quick buy Carbon Fiber Wide Pin Brown Belt by Nickel Smart® 5 reviews $99.99 USD Quick buy CF 2.0 Black Dress Belt with Silver Weave Buckle by Nickel Smart® 3 reviews $69.99 USD Quick buy The Specialist Leather Dress Belt Set by Nickel Smart® 2 reviews $199.98 USD Quick buy Zero Metal Dress Belt Duo by Nickel Smart® $189.98 USD BELT FAQS What does your Certified Nickel Free guarantee mean? It means that we carefully design our products and test them to make sure that they will never cause a nickel allergy reaction. Each product is tested at least 6 times before we give it the seal of approval. It’s a guarantee you can trust because we stand behind it for life. What size belt should I order? The ideal way to determine your belt size is to measure your waist through your belt loops. This measurement is the size of belt you should purchase (i.e., if you have a 34” measurement, order a 34” belt). An alternative option is to measure your old belt from the buckle fold to the hole you use most. If your belt measures 34” from buckle fold to the hole you use most, then order a 34” belt. This will give you a belt with 2 holes either side of the hole you use most. Also check out the Sizing Chart. Are all your belts nickel-free? All of our belts are guaranteed to never test positive for nickel. Our Zinc Alloy, Titanium, and Carbon Fiber collections are 100% nickel free. Our Stainless Steel collection is Certified Nickel Safe™, which holds the same weight as the Certified Nickel Free seal. While stainless steel is usually alloyed with nickel, when it’s made well, the nickel is so tightly bonded that the salts cannot leach out and cause an allergic reaction. We guarantee that the product will never test positive for nickel ever. POLICIES How much is shipping? Shipping rates are subject to change, so please check our Shipping Information page for the latest rates, nationally and internationally. What is your return policy? We hope you like your order, but we do accept exchanges or returns. All unused products can be returned or exchanged within 45 days of purchase. See more details. Do you have distributors in...? We recommend our amazing international distributors at: Allergy Canada The Allergy Shop - Australia PREVIOUS OUR FAVORITES NEXT 2024 Limited Edition Fall Collection Shop Distressed Leather Belts Shop Nickel Free Earrings - Entire Collection Shop Big & Tall Belts Up to 72 Inches Shop 4.8 / 5 6,603 Verified Reviews slide 6 to 9 of 50 Matthew F.09-10-24 Excellent customer service and great products! John W.09-10-24 Hello nonickel.com thanks for the save on the address switch and for the help by staff memeber very polite, helpful and knowing what to do the help fix the issue awesome thanks Jordan W.09-08-24 Easy Kristofer T.09-08-24 Grwat Kathleen S.11-16-24 Our go to place for nickel free belts! Jonathan G.11-16-24 Hope the belt is good and does not cause allergic reaction Julie M.11-15-24 Hi, we are excited about this belt! Adam H.11-13-24 It was good PD11-08-24 Excellent customer service! Anonymous11-07-24 We love your belts Jason W.11-06-24 Great! Paul C.11-06-24 easy as eating pie Carey Y.11-04-24 Good, improved if you list belt width on the page for the belt itself. Laurie P.11-04-24 I have allergic reactions to other belts and have a hard time finding a belt. I'm happy to have found this product. DJ11-04-24 I always keep a bottle of Nickel Alert around in case I need to test something. It comes in handy for musical instruments, jewelry that is gifted to me, and most recently for the wire frame glasses I bought. L. L.11-03-24 I make jewelry, and was recently asked if my sterling silver items contain nickel. While the manufacturer of the raw materials states their items have no nickel added, they don't certify them as completely nickel free, so I'm going to use the Nickel Alert to test each item for myself. This will be a valuable tool to reassure my customers that the items they are buying are safe. Tami M.11-02-24 Love the products Tyshawn W.11-01-24 Great! Amy E.11-01-24 simple, easy....reordered another belt after the first one gave out. Purchase history was convenient Carey Y.11-01-24 Yahoo, your site is a good one.. Sharon G.10-29-24 Extremely good shopping experience. TM10-29-24 :) Scott F.10-25-24 I have a nickel allergy and the nickel free belt buckles have been a game changer for me. I can wear belts again without breaking out in rashes NB10-25-24 thank you Justin F.10-24-24 Great Cheri A.10-15-24 Do not put my phone number or email on package label please. Melissa B.10-13-24 Awesome Robert M.10-11-24 Excellent product for not having an itching/burning stomach area :) Monica G.10-09-24 It was overall a positive experience. This is one of the few spots that have nickel free jewelry. Highly recommended Norm R.10-08-24 Google led me to the site - I bought one belt to test the waters. Ordering two more to ensure my belt matches the shoes/outfit.For me, the process was simple, fast, worth the price in the long run, and life changing as I don't need to worry about the outbreaks associated with cheap nickel based buckles. Kirk D.10-08-24 good Jeffrey T.10-06-24 Always great Lindsey M.10-06-24 Super excited to find a nickel free belt. Racheal O.10-02-24 No issues TX09-26-24 :) Deborah S.09-25-24 The website didn't want to complete my order for some reason so I notified customer service. But, the next day, I tried again and the order went through. Shortly after that, someone actually called me to see what my issue was. I was pleased to be able to say that I'd solved it simply by waiting 24 hours - but I was quite impressed that someone actually reached out to me in person! Amazing care! Lonnie C.09-21-24 Great Repeat customer NICK B.09-21-24 I never knew about the nickel thing till I googled it finally and then I found your belt. Nathan E.09-20-24 Fast and easy Ana M.09-19-24 Thank you for selling nickel-free earrings at a reasonable price. Jacqueline H.09-17-24 Good experience. Jenny O.09-16-24 My husband needed a belt that wouldn't set off the metal detector at work and he wanted a nice looking one that wasn't plastic. We ordered one from your site and it worked out perfectly and it looks nice. The leather material immediately made a lot of bend mark in it but other than that it's a great belt and he likes it a lot Shaun B.09-15-24 Everything is easy to parse through on the website Thomas G.09-14-24 Amazing product! Love it!! David C.09-13-24 Great products. Malak O.09-13-24 The experience is great, this is the second time I've purchased from this company. KH09-12-24 :) Tina W.09-11-24 Very good quality. JP09-11-24 Thank you Diane09-11-24 Very pretty, a bit smaller than expected considering they're just crystal (colored glass). Thank you, will make future purchases! Matthew F.09-10-24 Excellent customer service and great products! John W.09-10-24 Hello nonickel.com thanks for the save on the address switch and for the help by staff memeber very polite, helpful and knowing what to do the help fix the issue awesome thanks Jordan W.09-08-24 Easy Kristofer T.09-08-24 Grwat Kathleen S.11-16-24 Our go to place for nickel free belts! Jonathan G.11-16-24 Hope the belt is good and does not cause allergic reaction Julie M.11-15-24 Hi, we are excited about this belt! Adam H.11-13-24 It was good See more reviews on Shopper Approved Orders Ship Daily 100% Certified Nickel Free Made In USA 4.8 Shopper Approved Rating Welcome to the NoNickel family! We're proud to offer the world's largest selection of belts, jewelry, and more, specially curated for anyone with a nickel allergy. We take the Certified Nickel Free™ seal seriously and guarantee that our products will never test positive for nickel. Questions? Give us a call at (704) 947-1917 and we can help! Newsletter Sign up for exclusive offers, original stories, events and more. Subscribe * Facebook * YouTube * Instagram * Pinterest Customer Care * Contact Us * How to Test for Nickel * How to Measure for Our Belts * e-Gift Card * Shipping Information * Returns & Exchanges * Guarantee Info * Reviews * About Us * Blog * Search Compliance & Policies * APPI Compliance * GDPR Compliance * US Laws Compliance * APA-NZPA Compliance * PIPEDA Compliance * Privacy Policy * Terms of Service * Web Accessibility Policy Amazon American Express Apple Pay Diners Club Discover Meta Pay Google Pay Mastercard PayPal Shop Pay Venmo Visa Country/Region Germany (USD $) * Germany (USD $) © 2024 NoNickel.com. POS and Ecommerce by Shopify Your cart Close Unsure what size you should order? Use our NoNickel Belt Sizing Guide I agree to the terms and refund policy Checkout Close Your cart is empty Start shopping PRODUCT COMPARE Remove All COMPARING