www.walterwhitecostume.store
Open in
urlscan Pro
2606:4700:10::6816:2558
Public Scan
URL:
https://www.walterwhitecostume.store/
Submission: On February 07 via manual from FI — Scanned from CH
Submission: On February 07 via manual from FI — Scanned from CH
Form analysis
4 forms found in the DOMGET /search
<form class="search_slider" action="/search" method="get" role="search" itemprop="search" onsubmit="Mask.show()">
<input type="hidden" name="type" value="product">
<input class="input1" type="search" name="q" placeholder="1-Word Searches Only " aria-label="1-Word Searches Only ">
<button type="submit" class="btn1" style="display:none"><i class="photofont photo-search"></i></button>
<i class="photofont icon photo-close suggest-close" data-slide-layer="close"></i>
</form>
GET /search
<form class="search_slider" action="/search" method="get" role="search" itemprop="search" onsubmit="Mask.show()">
<input class="input1" type="search" name="q" placeholder="1-Word Searches Only " aria-label="1-Word Searches Only ">
<button type="submit" class="btn1"><i class="photofont photo-search"></i></button>
</form>
POST /cart/add
<form method="post" action="/cart/add" class="product-form" id="ProductFormcommon-product-detail">
<input type="hidden" name="id" value="89613018-1867-4fc3-8755-15f221a34dc4">
<div class="zen-customer-lr">
<div class="zen-customers__right">
<div class="asdqweqwewq">
<style>
.product-page-add_to_cart-section .select-option {
width: 100%;
}
.product-page-add_to_cart-section .select-option .selector-wrapper span.icon.photofont.photo-unfold {
position: absolute;
right: 12px;
top: 44%;
pointer-events: none;
}
.dropdown-toggle::after {
display: none;
}
.selector-wrapper-position {
position: relative;
}
.ringsize-font {
margin-top: 10px;
font-size: 12px;
line-height: 1.4;
}
.photocharms-warnfill,
a.photocharms-warnfill:not([href]):not([tabindex]) {
color: #00f;
text-decoration: underline;
cursor: pointer;
}
#examples_hide {
max-height: 580px;
}
@media(max-width:768px) {
#examples_hide {
max-height: 100vh;
}
}
</style>
<div data-select="" class="select-option show">
<div class="selector-wrapper product-form__item">
<label class="select-field-title" for="OptionSelector-1" data-name="Size">Size :</label>
<select onchange="Product.changeOption(this,1)" class="single-option-selector product-form__input" id="OptionSelector-1" data-index="0" data-option="option1" data-name="Size">
<option value="M*MC3000-111 Standard Type" selected="selected">M*MC3000-111 Standard Type</option>
<option value="L*MC3000-111 Standard Type">L*MC3000-111 Standard Type</option>
<option value="XL*MC3000-111 Standard Type">XL*MC3000-111 Standard Type</option>
<option value="XXL*MC3000-111 Standard Type">XXL*MC3000-111 Standard Type</option>
<option value="XXXL*MC3000-111 Standard Type">XXXL*MC3000-111 Standard Type</option>
<option value="M*MC3000Splitted coat+pants suit">M*MC3000Splitted coat+pants suit</option>
<option value="L*MC3000Splitted coat+pants suit">L*MC3000Splitted coat+pants suit</option>
<option value="XL*MC3000Splitted coat+pants suit">XL*MC3000Splitted coat+pants suit</option>
<option value="XXL*MC3000Splitted coat+pants suit">XXL*MC3000Splitted coat+pants suit</option>
<option value="M*MC3000-132">M*MC3000-132</option>
<option value="L*MC3000-132">L*MC3000-132</option>
<option value="XL*MC3000-132">XL*MC3000-132</option>
<option value="XXL*MC3000-132">XXL*MC3000-132</option>
</select>
<span class="icon photofont photo-unfold"></span>
</div>
</div>
<div class="common-standar_btn">
<div class="qtyTitle">Qty:</div>
<div class="product-form__item product-form__item--quantity">
<div class="js-qty">
<button type="button" class="js-qty__adjust--minus" onclick="minus()"><i class="photofont icon photo-move"></i></button>
<input class="js-qty__input" type="text" id="Quantity" value="1" name="quantity" min="0" pattern="[0-99]*">
<button type="button" class="js-qty__adjust--plus" onclick="plus()"><i class="photofont icon photo-add"></i></button>
</div>
<script>
function minus() {
var Quantity = $('#Quantity');
var qty = parseInt(Quantity.val());
var minus = qty - 1;
if (minus < 1) {
minus = 1;
}
Quantity.val(minus);
}
function plus() {
var Quantity = $('#Quantity');
var qty = parseInt(Quantity.val());
var plus = qty + 1;
if (plus > 99) {
plus = 99;
}
Quantity.val(plus);
}
</script>
</div>
<div class="product-form__item product-form__item--submit">
<button type="button" name="add" onclick="Product.addFormToCart(this.form)" class="btn product-form__cart-submit">
<span>Add to Cart</span>
</button>
</div>
</div>
</div>
</div>
</div>
<input type="hidden" name="csrf_token" value="{{ csrf }}">
<input type="hidden" name="form_type" value="product">
<input type="hidden" name="utf8" value="✓">
</form>
POST /contact#ContactFooter-pc
<form method="post" action="/contact#ContactFooter-pc" id="ContactFooter-pc">
<div class="errors" style="display:none;" id="custom_subscribe_error">
<ul>
<li>
</li>
</ul>
</div>
<input type="hidden" name="contact[tags]" value="newsletter">
<div class="email_button">
<input type="email" name="contact[email]" id="newsletter_footer-pc" class="input-text required-entry validate-email " value="" placeholder="Enter Email Address" autocorrect="off" autocapitalize="off">
<button type="submit" title="Subscribe" class="button">
<span>SUBSCRIBE</span>
</button>
</div>
<script>
$("#ContactFooter-pc").on("submit", function() {
if ($("#newsletter_footer-pc").val() == '') {
$("#custom_subscribe_error").show();
$("#custom_subscribe_error").find("ul > li").text("This is a required field.")
return false;
}
});
</script>
<input type="hidden" name="csrf_token" value="{{ csrf }}">
<input type="hidden" name="form_type" value="customer">
<input type="hidden" name="utf8" value="✓">
</form>
Text Content
Contact Us America * US Dollar * Canadian Dollar * Mexican Peso * Brazilian Real * Chilean Peso * Colombian Peso Europe * Euro * British Pound Sterling * Russian Ruble * Czech Republic Koruna * Norwegian Krone * Croatian Kuna * Swedish Krona * Ukrainian Hryvnia * Swiss Franc Asia Pacific * New Taiwan Dollar * Hong Kong Dollar * Australian Dollar * Philippine Peso * New Zealand Dollar * Vietnamese Dong * Japanese Yen * Singapore Dollar * Thai Baht * Malaysian Ringgit * Israeli New Sheqel * Indian Rupee * Indonesian Rupiah * Macanese Pataca * Qatari Rial * South Korean Won * Saudi Riyal * United Arab Emirates Dirham Africa * South African Rand {{#each this}} {{#if title}} {{title}} {{/if}} {{#each codes}} * {{label}} {{/each}} {{/each}} USD * FREE SHIPPING over $49.00 * FREE SHIPPING over $49.00 * track order SEARCH HISTORY OTHERS ARE SEARCHING * Walter White Costume SEARCH HERE SEARCH HISTORY OTHERS ARE SEARCHING * Walter White Costume Search 0 Cart * * SHOP ALL * Walter White Costume * Walter White Accessories * * Search * 0 Cart * * track order * * SHOP ALL * Walter White Costume * Walter White Accessories You've just added this product to the cart {{ title }} x {{ quantity }} Continue Shopping View Cart & Checkout Spend 49.00 to enjoy FREE SHIPPING! {{#if_gt grandTotal freeshipping_total_price}} {{ free_shipping_congratulations }} {{/if_gt}} {{#if_lteq grandTotal freeshipping_total_price}} {{{ free_shipping_spend}}} {{/if_lteq}} {{#items}} * {{producttitle}} {{sku}} {{#if alphaText}} (Text: {{alphaText}}) {{else if engravingText}} (Text: {{engravingText}}) {{/if}} {{ lineprice }} {{/items}} {{#if_gt itemCount 0}} {{#products}} {{ title }} +ADD FOR {{/products}} View Cart & Checkout {{/if_gt}} THE BEST PLACE TO FIND HIGH-QUALITY WALTER WHITE COSTUMES ONLINE Walter White Costume is a popular costume choice for Halloween and other dress-up occasions. The costume, which is inspired by the character of Walter White from the hit television series Breaking Bad, consists of a yellow hazmat suit with a gas mask and blue gloves. It is an iconic look that has been adopted by many fans of the show and has become one of the most recognizable costumes in recent years. This costume can be easily made at home or purchased online, making it an ideal choice for any fan who wants to show their appreciation for this beloved character. Get your hands on the best Walter White Costume today! Hot Sale 1 / 2 WALTER WHITE COSTUME, BREAKING BAD COS PROTECTIVE CLOTHING (ONLY CLOTHING) SKU:EXS-2844318-1 $59.95 $94.00 36% OFF Size : M*MC3000-111 Standard Type L*MC3000-111 Standard Type XL*MC3000-111 Standard Type XXL*MC3000-111 Standard Type XXXL*MC3000-111 Standard Type M*MC3000Splitted coat+pants suit L*MC3000Splitted coat+pants suit XL*MC3000Splitted coat+pants suit XXL*MC3000Splitted coat+pants suit M*MC3000-132 L*MC3000-132 XL*MC3000-132 XXL*MC3000-132 Qty: Add to Cart description Transform into the one and only Walter White this Halloween! Our Walter White Costume is made of high-quality fabric. Don't miss out on this great opportunity to look just like the Breaking Bad protagonist. Get your Walter White Costume today and impress your friends with an authentic look that will have everyone talking! Please note: Only Clothing, no gloves, boots, face mask included. shipping Free shipping for orders over $49 You can choose the shipping method during checkout: Standard shipping: $7.99 Arrives 7-15 business days after the production time Express Shipping: $29.95 Delivery 4-6 business days after the production time SHIPPING TO: AfghanistanAland IslandsAlbaniaAlgeriaAndorraAngolaAnguillaAntigua And BarbudaArgentinaArmeniaArubaAscension IslandAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia And HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBruneiBulgariaBurkina FasoBurundiCambodiaCanadaCape VerdeCaribbean NetherlandsCayman IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling) IslandsColombiaComorosCongoCongo, The Democratic Republic Of TheCook IslandsCosta RicaCroatiaCubaCuraçaoCyprusCzech RepublicCôte d'IvoireDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEswatiniEthiopiaFalkland Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuatemalaGuernseyGuineaGuinea BissauGuyanaHaitiHeard Island And Mcdonald IslandsHoly See (Vatican City State)HondurasHong KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic OfIraqIrelandIsle Of ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic People's Republic OfKosovoKuwaitKyrgyzstanLao People's Democratic RepublicLatviaLebanonLesothoLiberiaLibyan Arab JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMadagascarMalawiMalaysiaMaldivesMaliMaltaMartiniqueMauritaniaMauritiusMayotteMexicoMoldova, Republic ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorth MacedoniaNorwayOmanPakistanPalestinian Territory, OccupiedPanamaPapua New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalQatarRepublic of CameroonReunionRomaniaRussiaRwandaSaint BarthélemySaint HelenaSaint Kitts And NevisSaint LuciaSaint MartinSaint Pierre And MiquelonSamoaSan MarinoSao Tome And PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint MaartenSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia And The South Sandwich IslandsSouth KoreaSouth SudanSpainSri LankaSt. VincentSudanSurinameSvalbard And Jan MayenSwedenSwitzerlandSyriaTaiwanTajikistanTanzania, United Republic OfThailandTimor LesteTogoTokelauTongaTrinidad and TobagoTristan da CunhaTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited StatesUnited States Minor Outlying IslandsUruguayUzbekistanVanuatuVenezuelaVietnamVirgin Islands, BritishWallis And FutunaWestern SaharaYemenZambiaZimbabwe THE TOP WALTER WHITE COSTUMES FOR MEN: DISCOVER THEM NOW Iconic Character: Walter White, the main character of the popular television show "Breaking Bad," is a beloved and memorable character that many people will recognize instantly. Versatile: Our Walter White costumes are versatile, making them perfect for Halloween, cosplay, or any other occasion where you want to dress up as the iconic character. Affordable: Our Walter White costumes are reasonably priced, making them accessible to a wide range of people. Unique Gift: Our Walter White costumes make a unique and memorable gift for any fan of the show or anyone who loves to dress up. Fun and Memorable: Dressing up as Walter White is a fun and memorable experience that is sure to be a hit at any party or event. Walter White Costume * Walter White Costume, Breaking Bad Adult Onesie Uniform Halloween Costume $29.95 $44.00 32% OFF * Walter White Costume, Halloween Mask Breaking Bad Mask $29.95 $48.00 38% OFF * Walter White Costume, Breaking Bad Mask $3.95 $6.00 34% OFF * Walter White Costume, Breaking Bad COS Protective Clothing (ONLY CLOTHING) $59.95 $94.00 36% OFF * Walter White Costume, New Breaking Bad Mask Heisenberg Old White Halloween Headgear $29.95 $50.00 40% OFF * Walter White Costume, Breaking Bad Old White Felt Hat $7.95 $12.00 34% OFF * Walter White Costume, Breaking Bad Men's Hoodie $32.95 $51.00 35% OFF * Walter White Costume, Breaking Bad T-shirt $19.95 $28.00 29% OFF * Walter White Costume, 3D Printed New Breaking Bad Hoodie $29.95 $43.00 30% OFF * Walter White Costume, Breaking Bad Breaking Bad Chicken Bros $19.95 $31.00 36% OFF * Walter White Costume, Breaking Bad Print Men's And Women's Short-Sleeved T-Shirts $19.95 $31.00 36% OFF * Walter White Costume, Breaking Bad Pullover Hoodie $19.95 $32.00 38% OFF view all Walter White Accessories * Walter White Accessories, Retro Metal Glasses $4.95 $7.00 29% OFF * Walter White Accessories, Breaking Bad Poker $9.99 $15.00 33% OFF * Walter White Accessories, Movie Peripheral Badge Cartoon Brooch $3.99 $6.00 33% OFF * Walter White Accessories, Breaking Bad Brooch $3.99 $6.00 33% OFF * Walter White Accessories, Breaking Bad Peripheral Figures $49.95 $79.00 37% OFF * Walter White Accessories, Breaking Bad Temperature Change Magic Mug $9.99 $15.00 33% OFF * Walter White Accessories, Breaking Bad Old White Figure $69.95 $99.00 29% OFF * Walter White Accessories, Breaking Bad Yellow License Plate Keychain $4.95 $7.00 29% OFF * Walter White Accessories, Breaking Bad Blue Salt Shaker Necklace $4.95 $7.00 29% OFF view all FAQS OF WALTER WHITE COSTUME STORE WHAT IS WALTER WHITE COSTUME? The Walter White Costume is a costume inspired by the main character from the television series Breaking Bad, Walter White. Walter White is a high school chemistry teacher turned methamphetamine manufacturer, and the costume is designed to replicate his distinctive appearance in the show. The Walter White Costume typically includes a yellow hazmat suit, a respirator mask, and blue nitrile gloves, all of which are worn by the character during his meth-cooking operations. The yellow hazmat suit is a protective suit that covers the entire body, and it is typically made from a lightweight, breathable material. The respirator mask is used to protect the wearer from the fumes and chemicals involved in the meth-making process, and it usually features a large filter on the front. Blue nitrile gloves are worn to protect the wearer's hands from the hazardous materials involved in the process. In addition to the basic components of the costume, accessories such as a bald cap or wig, glasses, and a goatee may be added to complete the look of Walter White. The Walter White Costume has become a popular choice for Halloween and costume parties, and it is a recognizable and iconic costume for fans of the show. CAN YOU PROVIDE ME WITH SOME MORE INFORMATION ON THE PRODUCTS YOU HAVE FOR WALTER WHITE COSTUMES? Our products include Walter White Costumes, and here are the details. Walter White Costume Walter White Accessories WHAT DO I NEED FOR A WALTER WHITE COSTUME? To create a Walter White costume, you will need the following items: Yellow Hazmat Suit: A yellow hazmat suit is the most important part of the Walter White costume. You can find these suits online or at a costume store. Be sure to choose a suit that fits you well and is made of lightweight and breathable material. Respirator Mask: You'll also need a respirator mask to complete the Walter White look. The mask should be a half-face respirator with a P100 rating, and it should have two round filters on the front. Again, you can find these online or at a hardware store. Blue Nitrile Gloves: To complete the protective look, add a pair of blue nitrile gloves to your costume. These are commonly used in laboratory settings and can be found at medical supply stores or online. Bald Cap or Walter White Wig: To look like Walter White, you'll need a bald cap or a bald head wig. You can find these at costume stores or online. Glasses: Walter White wears wire-rimmed glasses, which are an essential part of the costume. You can find these at a thrift store or online. Boots: Finish off the look with a pair of black or dark brown work boots. These should be sturdy and comfortable to wear. With these items, you can easily create a Walter White costume that looks authentic and instantly recognizable. Remember to practice safety when wearing the costume, especially when handling hazardous materials or using the respirator mask. WHAT DO YOU WEAR UNDERNEATH YOUR WALTER WHITE COSTUME? Underneath the Walter White costume, it's recommended to wear comfortable clothing that is easy to move around in. You want to make sure that your clothing doesn't bunch up or cause discomfort while wearing the hazmat suit. Many people choose to wear a simple t-shirt and shorts or pants, depending on the weather and personal preference. Some also opt for a compression shirt and shorts, which can help keep everything in place and prevent any uncomfortable bunching or chafing. It's important to note that the hazmat suit should be the outermost layer of the costume, as it's meant to protect the wearer from hazardous materials. Avoid wearing anything over the suit that could interfere with its protective properties. Have any questions, just email us anytime at cs@walterwhitecostume.store. * FREE SHIPPING Over $49.00 * RETURN & EXCHANGE within 60 days * PAYMENT 100% Secure * Personalized Unique Design Personalized TERMS & POLICIES * Intellectual Property Rights * Terms of Shipment * Return and Exchange Policy * Terms of Service * Privacy Policy COMPANY INFO * About Us * Contact and FAQ * Track Order SUBSCRIBE * Subscribe to our newsletter, so that you can be the first to know about new offers and promotions. * SUBSCRIBE * © 2024, walterwhitecostume.store * Choosing a selection results in a full page refresh.