www.tyr.com
Open in
urlscan Pro
151.101.65.124
Public Scan
Submitted URL: http://tyr.com/
Effective URL: https://www.tyr.com/
Submission Tags: tranco_l324
Submission: On March 07 via api from DE — Scanned from DE
Effective URL: https://www.tyr.com/
Submission Tags: tranco_l324
Submission: On March 07 via api from DE — Scanned from DE
Form analysis
3 forms found in the DOMGET /ssearch
<form class="form minisearch" id="search_mini_form" action="/ssearch" 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" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false" spellcheck="false"
autocorrect="off" autocapitalize="none" ss-autocomplete-input="">
<div id="search_autocomplete" class="search-autocomplete"></div>
</div>
<div class="actions">
<button type="submit" title="Search" class="action search" aria-label="Search">
<span>Search</span>
</button>
</div>
<div class="ss__autocomplete--target ss__autocomplete--default"></div>
</div>
</form>
POST https://www.tyr.com/newsletter/subscriber/new/
<form class="form subscribe" novalidate="novalidate" action="https://www.tyr.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
<label class="label" for="newsletter"><span>Email Address</span></label>
<div class="field newsletter">
<div class="control">
<input name="email" type="email" id="newsletter" data-validate="{required:true, 'validate-email':true}">
</div>
</div>
<label class="label phone" for="phone"><span>Phone Number (optional)</span></label>
<div class="field newsletter">
<div class="control">
<input name="phone" type="tel" id="phone">
</div>
</div>
<div id="sms_disclaimer_section">
<style>
#html-body [data-pb-style=GNG9NIA] {
justify-content: flex-start;
display: flex;
flex-direction: column;
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll
}
</style>
<div data-content-type="row" data-appearance="contained" data-element="main">
<div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src=""
data-element="inner" data-pb-style="GNG9NIA">
<div data-content-type="text" data-appearance="default" data-element="main">
<p id="KSMC3ND">By providing your number above, you agree to receive recurring autodialed marketing text msgs (e.g. cart reminders) to the mobile number used at opt-in from TYR. Consent is not a condition of purchase. Msg frequency may
vary. Msg & data rates may apply. Reply HELP for help and STOP to cancel. See <a tabindex="0" href="/tyr-sms-terms-conditions" target="_BLANK">Terms and Conditions</a> &
<a tabindex="0" href="/privacy-policy" target="_BLANK">Privacy Policy</a>.</p>
</div>
</div>
</div>
</div>
<div class="actions">
<button class="action subscribe primary" title="Subscribe" type="submit" aria-label="Subscribe" id="btnsubmit">
<span>Subscribe</span>
</button>
</div>
</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="{"mage/trim-input":{}}" 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 template: getTemplate() -->
<div data-bind="{
attr: {
'id': getReCaptchaId() + '-wrapper'
},
'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
<div class="g-recaptcha" id="recaptcha-popup-login">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-2rwpq4l40wlb" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfgY7kUAAAAANaQat7IsQF2DdKbkLGv5OVZpdBK&co=aHR0cHM6Ly93d3cudHlyLmNvbTo0NDM.&hl=de&v=QquE1_MNjnFHgZF4HPsEcf_2&theme=light&size=normal&cb=1vbbu6p0pqmd"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<!-- ko if: (!getIsInvisibleRecaptcha()) -->
<div class="field">
<div class="control">
<input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}" tabindex="-1" id="input-aby3fut1e"><label for="input-aby3fut1e"></label>
</div>
</div>
<!-- /ko -->
</div>
<!-- /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.tyr.com/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
</div>
</div>
</div>
</form>
Text Content
Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to the visually impaired who are using a screen reader; Press Control-F10 to open an accessibility menu. Popup heading Close * Press enter for Accessibility for blind people who use screen readers * Press enter for Keyboard Navigation * Press enter for Accessibility menu 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. Top SAVE UP TO 60% OFF ON SELECT ITEMS DETAILS FREE STANDARD SHIPPING ON ALL ORDERS $150+ DETAILS SAVE UP TO 60% OFF ON SELECT ITEMS DETAILS FREE STANDARD SHIPPING ON ALL ORDERS $150+ DETAILS SAVE UP TO 60% OFF ON SELECT ITEMS DETAILS 800-252-7878 Skip to Content * Sign In * Register Toggle Nav Menu * New * Women Apparel * Sports Bras * Shirts * Hoodies & Sweatshirts * Leggings * Pants * Shorts * Outerwear * All Apparel Swimwear * Technical Suits * Triathlon * Team Suits * Training Suits * Controlfit Suits * Beach & Board * One Piece * Trinityfit * Two Piece * All Swimwear Goggles * Racing * Training * Triathlon * Swim Masks * All Goggles Accessories * Hats & Headwear * Socks * Water Bottles * Bags * Sunglasses * All Accessories Equipment * Swim Caps * Training Aids * Swim Accessories * All Equipment * Men Apparel * Shirts * Hoodies & Sweatshirts * Compression * Shorts * Pants * Outerwear * All Apparel Swimwear * Technical Suits * Triathlon * Team Suits * Training Suits * Beach & Board * All Swimwear Goggles * Racing * Training * Triathlon * Swim Masks * All Goggles Accessories * Hats & Headwear * Socks * Water Bottles * Bags * Sunglasses * All Accessories Equipment * Swim Caps * Training Aids * Swim Accessories * All Equipment * Kids Featured * All Kids * Sportswear * New Arrivals * Active * Sale * Size Guide Boys * Competition Swimwear * Recreational Swimwear * Sportswear * All Boys Girls * Competition Swimwear * Recreational Swimwear * Sportswear * All Girls Gear * Swim Caps * Goggles * Sunglasses * Footwear Trainers * CXT-1 * Techknit RNR-1 BarefootLiftersRunners * Valkyrie Elite Carbon * SR-1 Tempo * RD-1X All Footwear * Sale MenWomenKidsFootwear * Team * 800-252-7878 Account * Sign In * Register Close My Bag 0 Search Search Search HOME PAGE Previous SHOP NOW SHOP NOW SHOP NOW SHOP NOW SHOP NOW SHOP NOW SHOP NOW Next * 1 * 2 * 3 Previous SHOP NOW SHOP NOW SHOP NOW SHOP NOW SHOP NOW SHOP NOW SHOP NOW Next * 1 * 2 * 3 HOT BUY: 40% OFF SELECT TYR TECHNICAL SUITS 4TH OF JULY SAVINGS 25% OFF SITEWIDE NO COUPON CODE REQUIRED *EXCLUSIONS APPLY HOT BUY: 60% OFF SELECT SUNGLASSES FREE GROUND SHIPPING WITH ORDERS $75+ TYR OUTLET ADDITIONAL 30% OFF COUPON CODE: CLR302022 *EXCLUSIONS APPLY TYR E-GIFT CARD: EARN UP TO $25 FREE FREE T-SHIRT WITH ALL ORDERS FREE T-SHIRT WITH ALL ORDERS FREE TYR SUNGLASSES WITH ALL ORDERS $250+ BUY 1 GET 10% OFF | BUY 2 GET 15% OFF | BUY 3 OR MORE GET 20% OFF *EXCLUSIONS APPLY FREE TYR SOCKS WITH PURCHASES $49+! BUILD YOUR POWER The first-ever wide toe box lifting shoe on the market, TYR’s L-1 allows for natural foot movement and added power, while the 21mm heel-to-toe drop deepens movements and increases stability. SHOP NOW FREE TYR SOCKS WITH PURCHASES $49+! NOW OPEN TYR Sport is thrilled to announce the grand opening of its inaugural brick-and-mortar retail locations at Roosevelt Field in Garden City, NY, and South Coast Plaza in Costa Mesa, CA. LEARN MORE FREE TYR SOCKS WITH PURCHASES $49+! NOW OPEN TYR Sport is thrilled to announce the grand opening of its inaugural brick-and-mortar retail locations at Roosevelt Field in Garden City, NY, and South Coast Plaza in Costa Mesa, CA. LEARN MORE $10 OFF ORDERS $50+ | $25 OFF ORDERS $100+ | $50 OFF ORDERS $150+ *EXCLUSIONS APPLY TYR X PAT VELLNER CXT-1 TRAINERS GLOW IN THE DARK! The TYR CXT-1 Trainers, now feature a glow-in-the-dark outsole! Elevate your performance with unparalleled responsiveness and durability, perfect for training day and night. SHOP NOW GLOW IN THE DARK! The TYR CXT-1 Trainers, now feature a glow-in-the-dark outsole! Elevate your performance with unparalleled responsiveness and durability, perfect for training day and night. SHOP NOW PAT VELLNER | 4X CROSSFIT PODIUM FINISHER ELITE TEAM BACKPACK WATER RESISTANT | LARGE CAPACITY | VERSATILE STORAGE KATIE LEDECKY | 7X OLYMPIC GOLD MEDALIST THE UNBROKEN SHORT THE ULTIMATE WORKOUT SHORT FREE GROUND SHIPPING ON ALL ORDERS $150+ WOMENS APPAREL FOOTWEAR MENS APPAREL SIGN UP AND GET 10% OFF Email Address Phone Number (optional) By providing your number above, you agree to receive recurring autodialed marketing text msgs (e.g. cart reminders) to the mobile number used at opt-in from TYR. Consent is not a condition of purchase. Msg frequency may vary. Msg & data rates may apply. Reply HELP for help and STOP to cancel. See Terms and Conditions & Privacy Policy. Subscribe FOLLOW US ON SOCIAL MEDIA * Instagram * Facebook * Pinterest * Twitter * Youtube * Tiktok Accessibility Inside TYR * About * Teams * News * Careers * TYR Retail Customer Service * Contact Us * FAQs * Shipping Policy * Returns Policy * Orders and Returns * View Order * Gift Cards * Accessibility * Size Charts Phone Support * 800-252-7878 * Monday - Friday * 8:00am - 4:00 pm PST Copyright © 2024 TYR SPORT. INC. All rights reserved. Privacy Policy 800-252-7878 Vereinigte Staaten nach DeutschlandClose Wählen Sie Ihr Land ausAlbanienAlgerienAmerikanischen Samoa-InselnAndorraAngolaAnguillaAntigua und BarbudaArgentinienArmenienArubaAustralienÖsterreichAserbaidschanBahamasBahrainBangladeschBarbadosWeißrusslandBelgienBelizeBeninBermudaBhutanBolivienBonaire, St.Eustatius & SabaBosnien und HerzegowinaBotswanaBrasilienJungferninseln (britisch)Brunei DarussalamBulgarienBurkina FasoBurundiKambodschaKamerunKanadaKanarische Insel, SpanienKap VerdeCayman InselnZentralafrikanische RepublikTschadChileChina, VolksrepublikKolumbienKomorenDemokratische Republik KongoCookinselnCosta RicaKroatienCuracaoZypernTschechienDänemarkDschibutiDominicaDominikanische RepublikOsttimorEcuadorÄgyptenEl SalvadorÄquatorialguineaEritreaEstlandÄthiopienFalklandinseln (Malvinas)Färöer (Dänemark)FidschiFinnlandFrankreichFranzösisch-GuayanaGabunGambiaGeorgiaDeutschlandGibraltarGriechenlandGrönland (Dänemark)GrenadaGuadeloupeGuamGhanaGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHondurasHongkongUngarnIslandIndienIndonesienIrakIrlandIsle of ManIsraelItalienElfenbeinküsteJamaikaJapanJerseyJordanKasachstanKeniaKiribatiKorea, die RepublikKuwaitKirgisistanLaosLettlandLibanonLesothoLiberiaLitauenLiechtensteinLuxemburgMacauMazedonienMadagaskarMalawiMalaysiaMaledivenMaliMaltaMarshallinselnMartiniqueMauretanienMauritiusMayotteMexikoMoldawienMikronesien, Föderierte Staaten vonMonacoMongoleiMontenegroMontserratMarokkoMosambikMyanmarNamibiaNauru, RepublikNepalNiederlandeNeu-KaledonienNeuseelandNicaraguaNigerNigeriaNiue IslandNorfolkinselNördliche MarianneninselnNorwegenOmanPakistanPalästinaPanamaPapua-NeuguineaParaguayPalauPeruPhilippinenPolenPortugalPuerto RicoKatarWiedervereinigungRumänienRusslandRuandaSan MarinoSão Tomé und PríncipeSaudi-ArabienSenegalSerbienSeychellenSierra LeoneSingapurSlowakeiSlowenienSalomonenSüdafrikaSüdsudanSpanienSri LankaSt. BarthelemySt. Kitts und NevisSt. LuciaSt. MartinSt. Vincent und die GrenadinenSudanSurinameSwasilandSchwedenSchweizFranzösisch-Polynesien (Tahiti)SyrienTaiwanTadschikistanTansaniaThailandTogoTongaTrinidad und TobagoTunesienTürkeiTurkmenistanTurks- und CaicosinselnTuvaluVirgin Islands (U.S.)UgandaUkraineVereinigte Arabische EmirateKönigreich GroßbritannienVereinigte StaatenUruguayUsbekistanVanuatuVenezuelaVietnamVatikanstadtSamoaWallis and FutunaJemenSambiaSimbabwe Herzlich willkommen Kommen Sie während des Einkaufens jederzeit hierher, um mehr darüber zu erfahren, worauf Sie sich einstellen müssen, wenn Sie Waren nach Deutschland einführen. Zölle und Steuern In Deutschland können Sie bis zu 150 EUR ausgeben, ohne dass Zollgebühren für Ihre Bestellung anfallen. Die Einfuhrumsatzsteuer beträgt 19% und wird für jede Bestellung von mehr als 0 EUR fällig. Wenn Sie Artikel zu Ihrem Warenkorb hinzufügen, können Sie hierher zurückkehren, um detaillierte Berechnungen von möglichen Zoll- und Mehrwertsteuerbeträgen zu erhalten. Powered by de | en By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Accept All Cookies Reject All Cookies Settings PRIVACY PREFERENCE CENTER * YOUR PRIVACY * TARGETING COOKIES * STRICTLY NECESSARY COOKIES * FUNCTIONAL COOKIES * PERFORMANCE COOKIES YOUR PRIVACY When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. Back Button COOKIE LIST Filter Button Consent Leg.Interest checkbox label label checkbox label label checkbox label label Clear checkbox label label Apply Cancel Confirm My Choices Allow All Close My Bag 0 Close You have no items in your shopping bag. Close Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Register Checkout using your account Email Address Password Sign In Forgot Your Password? Close Prev Next Add to Bag Don't show this again SPIN FOR A CHANCE TO SAVE! SPIN NOW No, thanks See Terms and Conditions & Privacy Policy. UNLOCK 10% OFF YOUR FIRST ORDER BY SIGNING UP FOR EXCLUSIVE DISCOUNTS ON ALL YOUR FAVORITE EQUIPMENT AND APPAREL. Email Address Continue No, thanks Offer is only sent to first time subscribers and exclusions apply. This promotion cannot be combined with any other offers. By signing up, you agree to receive emails with TYR news, special offers, promotions and messages tailored to your interests. We collect your personal information to improve the performance of our website and so that we can deliver the most relevant communication back to you. You can unsubscribe at any time. By signing up, you indicate you have read and agree to the terms of our Privacy Policy for more information. 1790 Apollo Court, Seal Beach, CA 90740 1 800-252-7878. Close Closes Web Dialog