SHOP CATEGORIES
CUSTOMER FAVOURITES
CUSTOMER REVIEWS
“This standout piece in Stauer’s new collection captivated me. The craftsmanship, undeniably unique, mirrors my personal aesthetic. Utterly bewitched.”
— F.G. from Edinburgh
“Leafing through Stauer’s latest, this piece stood out. Its classic yet contemporary design spoke volumes. Truly, love at first glance.”
— J.B. from Manchester
“Stumbled upon this gem in the recent Stauer brochure. Its intricate design, so distinct and elegant, was just my cup of tea. Instantly smitten.”
— A.S. from Surrey
THE STAUER STORY
AS SEEN IN
THE STAUER PROMISE
100% Satisfaction Guarantee
Over 3 Million Loyal Customers
Secure
Ordering
Join our email list to receive exclusive offers and discounts.
PLUS…Get a 15% Discount Just For Signing Up!
#signup input ~ label.wrap {
white-space: pre-wrap;
}
var urlInput = document.getElementById("ci_consenturl"); if (urlInput != null && urlInput != 'undefined') { urlInput.value = encodeURI(window.location.href); } function checkbox_Clicked(element) { document.getElementById(element.id + "_unchecked").value = !element.checked; } function validate_signup(frm, showAlert) { var emailAddress = frm.email ? frm.email.value : ""; var smsNumber = frm.MOBILENUMBERID ? frm.MOBILENUMBERID.value : ""; var errorString = ''; if (frm.email && (emailAddress == '' || emailAddress.indexOf('@') == -1)) { errorString = 'Please enter your email address'; } var checkBoxValue = frm.ci_userConsentCheckBox.checked; if (checkBoxValue == false && showAlert) { errorString = 'You must accept the terms'; } var isError = false; if (errorString.length > 0) { isError = true; if (showAlert) alert(errorString); } return !isError; }