



TaylorMade Spider Tour True Path Small Slant Putter The Spider Tour has shaped putters that have shaped tour history, and the True Path Small Slant continues that tradition with the alignment tech that's earned a permanent spot in some of the game's best bags. With 29° of toe hang and TaylorMade's signature optically engineered True Path™ alignment, this small slant build is dialed in for players with a slight-to-moderate arc who want their visual cue to do half the work for them. TaylorMade Spider Tour Small Slant Putter — Details & Specs /* ============================================================ TaylorMade 2026 Spider Tour (TruePath Small Slant) Putter Details & Specs — PDP Section BEM prefix: pdp-ds Source: TM26PTR003 2026 Spider Tour Sell Sheet US v5 CT-ready: @import for fonts, zero tags in body ============================================================ */ @import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap'); /* --- Reset / base ------------------------------------------ */ .pdp-ds *, .pdp-ds *::before, .pdp-ds *::after { box-sizing: border-box; margin: 0; padding: 0; } /* --- Wrapper ----------------------------------------------- */ .pdp-ds { font-family: 'Figtree', sans-serif; background: #ffffff; color: #000000; max-width: 1200px; margin: 0 auto; } /* ============================================================ SECTION HEADER 22px / SemiBold / normal — mobile: 18px / SemiBold / normal ============================================================ */ .pdp-ds__section-header { font-size: 22px; font-weight: 600; line-height: normal; color: #000000; padding: 24px 0 12px; border-bottom: 1px solid #e8e8e8; margin-bottom: 32px; } /* ============================================================ KEY STATS Non-negotiable rules: - Label FIRST in DOM, value SECOND - text-align: left on each column - No borders, dividers, or background between columns - display:flex; justify-content:space-between on parent - flex:1; min-width:0 on each column Label: 16px / Regular / normal — mobile: 14px Value: 24px / Bold / normal — mobile: 20px ============================================================ */ .pdp-ds__key-stats { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 48px; } .pdp-ds__stat { flex: 1; min-width: 0; display: flex; flex-direction: column; text-align: left; } .pdp-ds__stat-label { font-size: 16px; font-weight: 400; line-height: normal; color: #000000; margin-bottom: 4px; } .pdp-ds__stat-value { font-size: 24px; font-weight: 700; line-height: normal; color: #000000; } /* ============================================================ FEATURE CALLOUT CARDS — CAROUSEL 3 cards → desktop static 3-up grid (≤4 threshold) Tablet (641–1024px): 3-up scroll-snap, dots visible Mobile (≤640px): 1-up scroll-snap, dots visible Desktop: static grid is default — scroll-snap/overflow-x applied ONLY inside media queries (CT compatibility rule) ============================================================ */ .pdp-ds__carousel-wrap { position: relative; margin-bottom: 48px; } /* Default: static 3-up grid */ .pdp-ds__carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .pdp-ds__card { display: flex; flex-direction: column; background: #ffffff; } /* padding-bottom aspect-ratio hack — CT sanitizers strip the aspect-ratio CSS property, collapsing containers */ .pdp-ds__card-img-wrap { position: relative; width: 100%; padding-bottom: 75%; /* 4:3 */ background: #ffffff; border: 1px solid #e8e8e8; overflow: hidden; margin-bottom: 16px; } /* Host stylesheet override — required for CT environment */ .pdp-ds__card-img { position: absolute; top: 0; left: 0; display: block !important; width: 100% !important; height: 100% !important; object-fit: contain; } /* Card text — typography spec */ .pdp-ds__card-heading { font-size: 22px; font-weight: 700; line-height: normal; color: #000000; margin-bottom: 10px; } .pdp-ds__card-body { font-size: 16px; font-weight: 400; line-height: 1.5; /* intentional — feature body copy */ color: #000000; } /* Dots hidden on desktop */ .pdp-ds__dots { display: none; } /* ============================================================ TABLET (641–1024px): 3-up scroll-snap ============================================================ */ @media (max-width: 1024px) { .pdp-ds__carousel { display: flex; overflow-x: scroll; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 16px; padding-bottom: 8px; } .pdp-ds__carousel::-webkit-scrollbar { display: none; } .pdp-ds__card { flex: 0 0 calc((100% - 32px) / 3); scroll-snap-align: start; } .pdp-ds__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; list-style: none; padding: 0; } .pdp-ds__dot-btn { width: 8px; height: 8px; border-radius: 50%; border: none; background: #e8e8e8; cursor: pointer; padding: 0; transition: background 0.2s; } .pdp-ds__dot-btn[aria-selected="true"] { background: #000000; } } /* ====================
Price now:
Price History:
Details:TaylorMade Spider Tour True Path Small Slant Putter The Spider Tour has shaped putters that have shaped tour history, and the True Path Small Slant continues that tradition with the alignment tech that's earned a permanent spot in some of the game's best bags. With 29° of toe hang and TaylorMade's signature optically engineered True Path™ alignment, this small slant build is dialed in for players with a slight-to-moderate arc who want their visual cue to do half the work for them. TaylorMade Spider Tour Small Slant Putter — Details & Specs /* ============================================================ TaylorMade 2026 Spider Tour (TruePath Small Slant) Putter Details & Specs — PDP Section BEM prefix: pdp-ds Source: TM26PTR003 2026 Spider Tour Sell Sheet US v5 CT-ready: @import for fonts, zero tags in body ============================================================ */ @import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap'); /* --- Reset / base ------------------------------------------ */ .pdp-ds *, .pdp-ds *::before, .pdp-ds *::after { box-sizing: border-box; margin: 0; padding: 0; } /* --- Wrapper ----------------------------------------------- */ .pdp-ds { font-family: 'Figtree', sans-serif; background: #ffffff; color: #000000; max-width: 1200px; margin: 0 auto; } /* ============================================================ SECTION HEADER 22px / SemiBold / normal — mobile: 18px / SemiBold / normal ============================================================ */ .pdp-ds__section-header { font-size: 22px; font-weight: 600; line-height: normal; color: #000000; padding: 24px 0 12px; border-bottom: 1px solid #e8e8e8; margin-bottom: 32px; } /* ============================================================ KEY STATS Non-negotiable rules: - Label FIRST in DOM, value SECOND - text-align: left on each column - No borders, dividers, or background between columns - display:flex; justify-content:space-between on parent - flex:1; min-width:0 on each column Label: 16px / Regular / normal — mobile: 14px Value: 24px / Bold / normal — mobile: 20px ============================================================ */ .pdp-ds__key-stats { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 48px; } .pdp-ds__stat { flex: 1; min-width: 0; display: flex; flex-direction: column; text-align: left; } .pdp-ds__stat-label { font-size: 16px; font-weight: 400; line-height: normal; color: #000000; margin-bottom: 4px; } .pdp-ds__stat-value { font-size: 24px; font-weight: 700; line-height: normal; color: #000000; } /* ============================================================ FEATURE CALLOUT CARDS — CAROUSEL 3 cards → desktop static 3-up grid (≤4 threshold) Tablet (641–1024px): 3-up scroll-snap, dots visible Mobile (≤640px): 1-up scroll-snap, dots visible Desktop: static grid is default — scroll-snap/overflow-x applied ONLY inside media queries (CT compatibility rule) ============================================================ */ .pdp-ds__carousel-wrap { position: relative; margin-bottom: 48px; } /* Default: static 3-up grid */ .pdp-ds__carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .pdp-ds__card { display: flex; flex-direction: column; background: #ffffff; } /* padding-bottom aspect-ratio hack — CT sanitizers strip the aspect-ratio CSS property, collapsing containers */ .pdp-ds__card-img-wrap { position: relative; width: 100%; padding-bottom: 75%; /* 4:3 */ background: #ffffff; border: 1px solid #e8e8e8; overflow: hidden; margin-bottom: 16px; } /* Host stylesheet override — required for CT environment */ .pdp-ds__card-img { position: absolute; top: 0; left: 0; display: block !important; width: 100% !important; height: 100% !important; object-fit: contain; } /* Card text — typography spec */ .pdp-ds__card-heading { font-size: 22px; font-weight: 700; line-height: normal; color: #000000; margin-bottom: 10px; } .pdp-ds__card-body { font-size: 16px; font-weight: 400; line-height: 1.5; /* intentional — feature body copy */ color: #000000; } /* Dots hidden on desktop */ .pdp-ds__dots { display: none; } /* ============================================================ TABLET (641–1024px): 3-up scroll-snap ============================================================ */ @media (max-width: 1024px) { .pdp-ds__carousel { display: flex; overflow-x: scroll; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 16px; padding-bottom: 8px; } .pdp-ds__carousel::-webkit-scrollbar { display: none; } .pdp-ds__card { flex: 0 0 calc((100% - 32px) / 3); scroll-snap-align: start; } .pdp-ds__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; list-style: none; padding: 0; } .pdp-ds__dot-btn { width: 8px; height: 8px; border-radius: 50%; border: none; background: #e8e8e8; cursor: pointer; padding: 0; transition: background 0.2s; } .pdp-ds__dot-btn[aria-selected="true"] { background: #000000; } } /* ====================
Price now:
This site contains affiliate links for which we may be compensated.
TGW - The Golf Warehouse
0.00% (~ $$v)
New
$349.99
PGA TOUR Superstore
0.00% (~ $$v)
New
$349.99
TGW - The Golf Warehouse | $349.99$1.99 Delivery | |
New | $349.99Free Delivery |
TaylorMade Spider Tour True Path Small Slant Putter The Spider Tour has shaped putters that have shaped tour history, and the True Path Small Slant continues that tradition with the alignment tech that's earned a permanent spot in some of the game's best bags. With 29° of toe hang and TaylorMade's signature optically engineered True Path™ alignment, this small slant build is dialed in for players with a slight-to-moderate arc who want their visual cue to do half the work for them. TaylorMade Spider Tour Small Slant Putter — Details & Specs /* ============================================================ TaylorMade 2026 Spider Tour (TruePath Small Slant) Putter Details & Specs — PDP Section BEM prefix: pdp-ds Source: TM26PTR003 2026 Spider Tour Sell Sheet US v5 CT-ready: @import for fonts, zero tags in body ============================================================ */ @import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap'); /* --- Reset / base ------------------------------------------ */ .pdp-ds *, .pdp-ds *::before, .pdp-ds *::after { box-sizing: border-box; margin: 0; padding: 0; } /* --- Wrapper ----------------------------------------------- */ .pdp-ds { font-family: 'Figtree', sans-serif; background: #ffffff; color: #000000; max-width: 1200px; margin: 0 auto; } /* ============================================================ SECTION HEADER 22px / SemiBold / normal — mobile: 18px / SemiBold / normal ============================================================ */ .pdp-ds__section-header { font-size: 22px; font-weight: 600; line-height: normal; color: #000000; padding: 24px 0 12px; border-bottom: 1px solid #e8e8e8; margin-bottom: 32px; } /* ============================================================ KEY STATS Non-negotiable rules: - Label FIRST in DOM, value SECOND - text-align: left on each column - No borders, dividers, or background between columns - display:flex; justify-content:space-between on parent - flex:1; min-width:0 on each column Label: 16px / Regular / normal — mobile: 14px Value: 24px / Bold / normal — mobile: 20px ============================================================ */ .pdp-ds__key-stats { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 48px; } .pdp-ds__stat { flex: 1; min-width: 0; display: flex; flex-direction: column; text-align: left; } .pdp-ds__stat-label { font-size: 16px; font-weight: 400; line-height: normal; color: #000000; margin-bottom: 4px; } .pdp-ds__stat-value { font-size: 24px; font-weight: 700; line-height: normal; color: #000000; } /* ============================================================ FEATURE CALLOUT CARDS — CAROUSEL 3 cards → desktop static 3-up grid (≤4 threshold) Tablet (641–1024px): 3-up scroll-snap, dots visible Mobile (≤640px): 1-up scroll-snap, dots visible Desktop: static grid is default — scroll-snap/overflow-x applied ONLY inside media queries (CT compatibility rule) ============================================================ */ .pdp-ds__carousel-wrap { position: relative; margin-bottom: 48px; } /* Default: static 3-up grid */ .pdp-ds__carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .pdp-ds__card { display: flex; flex-direction: column; background: #ffffff; } /* padding-bottom aspect-ratio hack — CT sanitizers strip the aspect-ratio CSS property, collapsing containers */ .pdp-ds__card-img-wrap { position: relative; width: 100%; padding-bottom: 75%; /* 4:3 */ background: #ffffff; border: 1px solid #e8e8e8; overflow: hidden; margin-bottom: 16px; } /* Host stylesheet override — required for CT environment */ .pdp-ds__card-img { position: absolute; top: 0; left: 0; display: block !important; width: 100% !important; height: 100% !important; object-fit: contain; } /* Card text — typography spec */ .pdp-ds__card-heading { font-size: 22px; font-weight: 700; line-height: normal; color: #000000; margin-bottom: 10px; } .pdp-ds__card-body { font-size: 16px; font-weight: 400; line-height: 1.5; /* intentional — feature body copy */ color: #000000; } /* Dots hidden on desktop */ .pdp-ds__dots { display: none; } /* ============================================================ TABLET (641–1024px): 3-up scroll-snap ============================================================ */ @media (max-width: 1024px) { .pdp-ds__carousel { display: flex; overflow-x: scroll; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 16px; padding-bottom: 8px; } .pdp-ds__carousel::-webkit-scrollbar { display: none; } .pdp-ds__card { flex: 0 0 calc((100% - 32px) / 3); scroll-snap-align: start; } .pdp-ds__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; list-style: none; padding: 0; } .pdp-ds__dot-btn { width: 8px; height: 8px; border-radius: 50%; border: none; background: #e8e8e8; cursor: pointer; padding: 0; transition: background 0.2s; } .pdp-ds__dot-btn[aria-selected="true"] { background: #000000; } } /* ====================
General | |
|---|---|
Gender | male |
Size | small |
Brand | TaylorMade |
Age group | Adult |
Color | green |
Sellers offer a range of delivery options, so you can choose the one that’s most convenient for you. Many sellers offer free delivery. You can always find the postage cost and estimated delivery date in a seller’s listing. You'll then be able to see a full list of delivery options during checkout. These can include: Express delivery, Standard delivery, Economy delivery, Click & Collect, Free local collection from seller.
Your options for returning an item vary depending on what you want to return, why you want to return it, and the seller's return policy. If the item is damaged or doesn't match the listing description, you can return it even if the seller's returns policy says they don't accept returns. If you've changed your mind and no longer want an item, you can still request a return, but the seller doesn't have to accept it. If the buyer changes their mind about a purchase and wants to return an item, they may need to pay return postage costs, depending on the seller's return policy. Sellers can provide a return postage address and additional return postage information for the buyer. Sellers pay for return postage if there's a problem with the item. For example, if the item doesn't match the listing description, is damaged or defective or is counterfeit. By law, customers in the European Union also have the right to cancel the purchase of an item within 14 days beginning from the day you receive, or a third party indicated by you (other than the carrier) receives, the last good ordered by you (if delivered separately). This applies to all products except for digital items (e.g. Digital Music) that are provided immediately to you with your acknowledgment, and other items such as video, DVD, audio, video games, Sex and Sensuality products and software products where the item has been unsealed.
Sellers have to offer a refund for certain items only if they are faulty, such as: Personalized items and custom-made items, Perishable items, Newspapers and magazines, Unwrapped CDs DVDs and computer software. If you used your PayPal balance or bank account to fund the original payment, the refunded money will go back to your PayPal account balance. If you used a credit or debit card to fund the original payment, the refunded money will go back to your card. The seller will effect the refund within three working days but it may take up to 30 days for Paypal to process the transfer. For payments funded partially by a card and partially by your balance/bank, the money taken from your card will go back to your card and the remainder will return to your PayPal balance.