www.thesteelshop.com
Open in
urlscan Pro
2620:127:f00f:e::
Public Scan
Submitted URL: https://www.thesteelshop.com/tools/emails/click/shipment-out-for-delivery/15/product/link?syclid=058a38ba-270e-49c5-b778-ef95...
Effective URL: https://www.thesteelshop.com/products/item-personalization?utm_campaign=shipment-out-for-delivery-email&utm_medium=email&utm_...
Submission: On December 17 via manual from US — Scanned from CA
Effective URL: https://www.thesteelshop.com/products/item-personalization?utm_campaign=shipment-out-for-delivery-email&utm_medium=email&utm_...
Submission: On December 17 via manual from US — Scanned from CA
Form analysis
6 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="nav-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="/products/item-personalization?utm_campaign=shipment-out-for-delivery-email&utm_medium=email&utm_content=product&utm_term=link&utm_source=OrderlyEmails">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="nav-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="nav-localization-country-button">
<span class="text-start">Canada (CAD $)</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="nav-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (CAD $)</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('nav-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="search relative search--speech" role="search" action="/search" method="get">
<label class="label visually-hidden" for="header-search">Search</label>
<script src="//www.thesteelshop.com/cdn/shop/t/107/assets/search-form.js?v=43677551656194261111726496966" defer="defer"></script>
<search-form class="search__form block">
<input type="hidden" name="options[prefix]" value="last">
<input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for products" data-placeholder-one="Search for products" data-placeholder-two="" data-placeholder-three=""
data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400" role="combobox" autocomplete="off"
aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false"><button
class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Search</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path
d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
</path>
</svg>
</button>
<button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
<span class="visually-hidden">Reset</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M5 19 19 5M5 5l14 14"></path>
</svg>
</button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path fill="currentColor"
d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
</path>
</svg>
</speech-search-button>
<link href="//www.thesteelshop.com/cdn/shop/t/107/assets/speech-search.css?v=47207760375520952331726496966" rel="stylesheet" type="text/css" media="all">
<script src="//www.thesteelshop.com/cdn/shop/t/107/assets/speech-search.js?v=106462966657620737681726496966" defer="defer"></script>
</search-form>
<div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
<span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>
POST /cart?locale=en
<form class="form" id="cart-drawer-form" action="/cart?locale=en" method="post">
<cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
<div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="21" height="19" viewBox="0 0 21 19" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M10 6.25V.5h1.5v5.75H21l-3.818 12H3.818L0 6.25h10Zm-7.949 1.5 2.864 9h11.17l2.864-9H2.05h.001Z"></path>
</svg>
<p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
</div>
<p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 CAD </p>
<p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
<div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
</cart-items>
</form>
POST /contact#footer-signup_form
<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect, newsletter">
<div class="form__field">
<label class="label visually-hidden" for="footer-signup">Email</label>
<div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
class="btn focus-inset has-ltr-icon">
<span class="visually-hidden">Subscribe</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
</svg>
</button></div>
</div>
</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="/products/item-personalization?utm_campaign=shipment-out-for-delivery-email&utm_medium=email&utm_content=product&utm_term=link&utm_source=OrderlyEmails">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<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">Canada (CAD $)</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="CA" aria-selected="true">
<span class="pointer-events-none">Canada (CAD $)</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.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3600011406 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-VpHFWz" novalidate=""
style="display: flex; flex-direction: row; box-sizing: border-box; width: 875px; min-width: 200px; max-width: 1000px; border-radius: 0px; border-style: none; border-width: 1px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 40px 20px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1"
style="display: flex; flex-direction: column; width: 437.5px; margin: -41px 0px -41px -21px; padding: 0px; border-top: 1px solid transparent; border-right: 0px; border-bottom: 1px solid transparent; border-left: 1px solid transparent; border-bottom-left-radius: 0px; border-top-left-radius: 0px; overflow: hidden; min-width: 437.5px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; height: 100%; position: relative;"><img src="https://d3k81ch9hvuctc.cloudfront.net/company/R8FNqD/images/72af3f90-e96f-44b9-9c01-e838c2f43024.jpeg"
class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; height: 100%; object-fit: cover; object-position: center center;"></div>
</div>
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 0px 0px 20px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 0 1 auto; margin: 0px auto;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; width: 100%; height: auto;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="position: relative; display: flex; align-items: center; width: 100%; height: auto;"><img
src="https://d3k81ch9hvuctc.cloudfront.net/company/R8FNqD/images/1dcf2e99-0dd7-4708-8312-fb28ca2ab3bb.png" tabindex="-1" alt="the steel shop" class="needsclick kl-private-reset-css-Xuajs1"
style="max-width: 100%; width: 200px; height: auto; cursor: initial;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 0px 30px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR00000000003BFC0H" style="width: 100%;">
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-verdana"
style="color: #000000; font-size: 36px; font-family: Verdana, Geneva, sans-serif; font-weight: bold;">UNLOCK </span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"> </p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-verdana"
style="color: #000000; font-size: 60px; font-family: Verdana, Geneva, sans-serif; font-weight: bold;">10% OFF</span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"> </p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-verdana"
style="font-size: 14px; font-family: Verdana, Geneva, sans-serif; font-weight: 400;">Your first purchase</span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-verdana"
style="font-size: 14px; font-family: Verdana, Geneva, sans-serif; font-weight: 400;">when you sign up for email and texts.</span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-verdana"
style="font-size: 14px; font-family: Verdana, Geneva, sans-serif; font-weight: 400;"><span class="ql-font-verdana" style="font-size: 9px; font-family: Verdana, Geneva, sans-serif; font-weight: 400;">*cannot be combined with any other
offer*</span></span></p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1"
style="display: flex; justify-content: flex-start; padding: 10px 5px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_016JB91TTR00000000003BFC0J" class="needsclick go1505134248 kl-private-reset-css-Xuajs1"
type="email" autocomplete="email" name="email" tabindex="0" placeholder="Email Address" aria-label="Email Address" aria-required="true" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 5px; position: relative; flex: 1 0 0px;"><button
class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(0, 0, 0); border-radius: 0px; border-style: solid; border-color: rgb(0, 0, 0); border-width: 5px; color: rgb(255, 255, 255); font-family: Verdana, Geneva, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto; width: 100%;">CONTINUE</button>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR00000000003BFC0M" style="width: 100%;">
<p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-verdana"
style="color:rgb(0, 0, 0);font-size:14px;font-family:Verdana, Geneva, sans-serif;font-weight:400;">(STEP 1/2)</span></p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 25px 6px 5px; position: relative; flex: 0 1 auto; margin: 0px auto;">
<button class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(255, 255, 255); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(0, 0, 0); font-family: Verdana, Geneva, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 1px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto;">No
thanks, I don't like discounts.</button></div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
Text Content
Skip to content Steel Deals, Unbeatable Prices. Shop Sale Fresh Steel, Fresh Looks. Shop New Free shipping on all orders over C$120. Country/Region Canada (CAD $) * Canada (CAD $) Search Search Reset Search Log in Basket Menu * NEW * MEN * Back * MEN * Bracelets * Steel * Leather * Beads * Rubber * Engravable * Cremation Urns Memorial * Medical * Go to Bracelets * Chains * Cuban * Figaro * Franco * Rope * Box * Wheat * Other * Go to Chains * Pendants * Dog Tags * Religious * Cremation Urns Memorial * Zodiac * Other * Go to Pendants * Rings * Accessories * Leaving Soon * WOMEN * Back * WOMEN * Bracelets * Steel * Beads * Cremation Urns Memorial * Medical * Go to Bracelets * Earrings * Pendants * Necklaces * Rings * Leaving Soon * MEMORIAL * SALE * GIFTS * Back * GIFTS * Gift Card * Shop our Instagram * Leaving Soon * Engraved Jewelry * Corporate Gifts * Gift Ideas for Men * Cool Dog Tags for Guys * Men's Steel Wedding Bands * Men's Valentines Day Gifts * Men's Christmas Gifts * Best Man Gift Ideas * Groomsmen Gifts * Fathers Day Gifts * Go to Gift Ideas for Men * Gift Ideas For Women * Mothers Day Gifts * Go to Gift Ideas For Women * Reviews * About * Faq's * Contact Chevron pointing left Chevron pointing right GOES WELL WITH Next Previous * Engravable 4mm Franco Link Bracelet From $102.00 CAD Unit price / Unavailable Silver Gold Black Rose Gold * Engravable 7mm Figaro Link Engravable Bracelet From $102.00 CAD Unit price / Unavailable Silver Gold * Engravable Leather Bracelet | 4MM $72.00 CAD Unit price / Unavailable Black Brown Black / Gold * Engravable Up to 46% off 9mm Figaro Link ID Bracelet From $42.00 CAD $78.00 Unit price / Unavailable Gold Black Rose Gold Gun Metal * Engravable Franco Link Bracelet | 6MM From $120.00 CAD Unit price / Unavailable Silver Gold Gun Metal * Engravable Up to 50% off 5mm Round Box ID Tag Bracelet From $36.00 CAD $72.00 Unit price / Unavailable Silver Gold Black * Engravable Black Leather Bracelet | 6MM $84.00 CAD Unit price / Unavailable Black Gold * Engravable 8mm Cuban Link Engravable Bracelet From $60.00 CAD Unit price / Unavailable Silver Gold YOUR CART Close Your cart is empty Start shopping Subtotal:$0.00 CAD Loading... The Steel Shop ENGRAVING FEE $12.00 CAD Unit price / Unavailable View product Remove 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service 12 Month Warranty Five Star Reviews Fast Shipping The Clean Water Fund Ready to be Gifted Award-Winning Customer Service FORGE YOUR STYLE Step into our world of rugged steel jewelry, where strength meets sophistication. Join the conversation and shape your unique style with us. SHOP OUR INSTAGRAM * Facebook * Instagram * TikTok * Pinterest HELP * About * FAQ * Blog * Ambassadors & Affiliates * Shipping & Returns * Care Instructions * Contact JOIN THE TRIBE Insider info on new arrivals, early access, flash sales and everything steel. Email Subscribe Payment methods accepted * American Express * Apple Pay * Diners Club * Discover * Google Pay * Mastercard * PayPal * Shop Pay * Visa English * Français * Español * Deutsch * Nederlands Country/Region Canada (CAD $) * Canada (CAD $) -------------------------------------------------------------------------------- © 2024 The Steel Shop. Close dialog UNLOCK 10% OFF Your first purchase when you sign up for email and texts. *cannot be combined with any other offer* CONTINUE (STEP 1/2) No thanks, I don't like discounts.