



Titleist GTS 2 FairwayThe GTS2 fairway is the confidence club at the top of the bag. Built around an inviting, shallower profile and tuned for sweeping swings, it delivers high launch, low spin, and outstanding forgiveness whether you're hitting from the tee, fairway, or a tight lie. With movable weighting in a 2-model Titleist fairway for the first time, fitters now have the tools to dial GTS2 in exactly to your swing - no compromises on the way to the green. Titleist GTS 2 Fairway — Details & Specs /* ============================================================ Titleist Men's GTS 2 Fairway — Details & Specs BEM prefix: pdp-ds 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 Spec: 22px / SemiBold / line-height: normal / #000000 Mobile: 18px / SemiBold Divider sits below the label ============================================================ */ .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 Spec: Label 16px/Regular, Value 24px/Bold, line-height: normal Layout: flex, justify-content: space-between, text-align: left No borders, no dividers, no background between columns DOM order per spec: label FIRST, value SECOND ============================================================ */ .pdp-ds__key-stats { display: flex; justify-content: space-between; margin-bottom: 48px; } .pdp-ds__stat { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 0 16px 0 0; } .pdp-ds__stat:last-child { padding-right: 0; } /* Label FIRST in DOM and visually — spec: 16px / Regular */ .pdp-ds__stat-label { font-size: 16px; font-weight: 400; line-height: normal; color: #000000; margin-bottom: 4px; } /* Value SECOND in DOM and visually — spec: 24px / Bold */ .pdp-ds__stat-value { font-size: 24px; font-weight: 700; line-height: normal; color: #000000; } /* ============================================================ FEATURE CALLOUT CARDS — CAROUSEL Desktop (>1024px): static 3-up grid (3 cards ≤ 4 threshold) Tablet (641–1024px): 3-up scroll-snap Mobile (≤640px): 1-up scroll-snap Desktop is the default state — scroll properties only inside MQ ============================================================ */ .pdp-ds__carousel-wrap { position: relative; margin-bottom: 48px; } /* Desktop default: static 3-up grid — NO scroll, NO overflow */ .pdp-ds__carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } /* -- Individual card -- */ .pdp-ds__card { display: flex; flex-direction: column; background: #ffffff; } /* -- Image container: padding-bottom aspect-ratio hack -- CT strips aspect-ratio CSS property; this approach is safe. 1px border so card shape is visible if image fails to load. */ .pdp-ds__card-img-wrap { position: relative; width: 100%; padding-bottom: 75%; /* 4:3 ratio */ background: #ffffff; border: 1px solid #e8e8e8; overflow: hidden; margin-bottom: 16px; } /* CT host stylesheet override — required to prevent flash-disappear */ .pdp-ds__card-img { position: absolute; top: 0; left: 0; display: block !important; width: 100% !important; height: 100% !important; object-fit: contain; } /* Card text — Spec: Heading 22px/Bold, Body 16px/Regular/lh:1.5 */ .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 spec */ color: #000000; } /* -- Dot navigation: hidden on desktop -- */ .pdp-ds__dots { display: none; } /* ============================================================ TABLET (641–1024px): 3-up scroll-snap carousel Scroll properties applied inside MQ only — not at desktop level ============================================================ */ @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; } /* Dots visible on tablet */ .pdp-ds__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; list-style: none; padding: 0;
Price now:
From
To
Price History:
Details:Titleist GTS 2 FairwayThe GTS2 fairway is the confidence club at the top of the bag. Built around an inviting, shallower profile and tuned for sweeping swings, it delivers high launch, low spin, and outstanding forgiveness whether you're hitting from the tee, fairway, or a tight lie. With movable weighting in a 2-model Titleist fairway for the first time, fitters now have the tools to dial GTS2 in exactly to your swing - no compromises on the way to the green. Titleist GTS 2 Fairway — Details & Specs /* ============================================================ Titleist Men's GTS 2 Fairway — Details & Specs BEM prefix: pdp-ds 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 Spec: 22px / SemiBold / line-height: normal / #000000 Mobile: 18px / SemiBold Divider sits below the label ============================================================ */ .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 Spec: Label 16px/Regular, Value 24px/Bold, line-height: normal Layout: flex, justify-content: space-between, text-align: left No borders, no dividers, no background between columns DOM order per spec: label FIRST, value SECOND ============================================================ */ .pdp-ds__key-stats { display: flex; justify-content: space-between; margin-bottom: 48px; } .pdp-ds__stat { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 0 16px 0 0; } .pdp-ds__stat:last-child { padding-right: 0; } /* Label FIRST in DOM and visually — spec: 16px / Regular */ .pdp-ds__stat-label { font-size: 16px; font-weight: 400; line-height: normal; color: #000000; margin-bottom: 4px; } /* Value SECOND in DOM and visually — spec: 24px / Bold */ .pdp-ds__stat-value { font-size: 24px; font-weight: 700; line-height: normal; color: #000000; } /* ============================================================ FEATURE CALLOUT CARDS — CAROUSEL Desktop (>1024px): static 3-up grid (3 cards ≤ 4 threshold) Tablet (641–1024px): 3-up scroll-snap Mobile (≤640px): 1-up scroll-snap Desktop is the default state — scroll properties only inside MQ ============================================================ */ .pdp-ds__carousel-wrap { position: relative; margin-bottom: 48px; } /* Desktop default: static 3-up grid — NO scroll, NO overflow */ .pdp-ds__carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } /* -- Individual card -- */ .pdp-ds__card { display: flex; flex-direction: column; background: #ffffff; } /* -- Image container: padding-bottom aspect-ratio hack -- CT strips aspect-ratio CSS property; this approach is safe. 1px border so card shape is visible if image fails to load. */ .pdp-ds__card-img-wrap { position: relative; width: 100%; padding-bottom: 75%; /* 4:3 ratio */ background: #ffffff; border: 1px solid #e8e8e8; overflow: hidden; margin-bottom: 16px; } /* CT host stylesheet override — required to prevent flash-disappear */ .pdp-ds__card-img { position: absolute; top: 0; left: 0; display: block !important; width: 100% !important; height: 100% !important; object-fit: contain; } /* Card text — Spec: Heading 22px/Bold, Body 16px/Regular/lh:1.5 */ .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 spec */ color: #000000; } /* -- Dot navigation: hidden on desktop -- */ .pdp-ds__dots { display: none; } /* ============================================================ TABLET (641–1024px): 3-up scroll-snap carousel Scroll properties applied inside MQ only — not at desktop level ============================================================ */ @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; } /* Dots visible on tablet */ .pdp-ds__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; list-style: none; padding: 0;
Price now:
From
To
This site contains affiliate links for which we may be compensated.
TGW - The Golf Warehouse | $399.00$1.99 Delivery | |
New | $399.99Free Delivery |
Titleist GTS 2 FairwayThe GTS2 fairway is the confidence club at the top of the bag. Built around an inviting, shallower profile and tuned for sweeping swings, it delivers high launch, low spin, and outstanding forgiveness whether you're hitting from the tee, fairway, or a tight lie. With movable weighting in a 2-model Titleist fairway for the first time, fitters now have the tools to dial GTS2 in exactly to your swing - no compromises on the way to the green. Titleist GTS 2 Fairway — Details & Specs /* ============================================================ Titleist Men's GTS 2 Fairway — Details & Specs BEM prefix: pdp-ds 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 Spec: 22px / SemiBold / line-height: normal / #000000 Mobile: 18px / SemiBold Divider sits below the label ============================================================ */ .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 Spec: Label 16px/Regular, Value 24px/Bold, line-height: normal Layout: flex, justify-content: space-between, text-align: left No borders, no dividers, no background between columns DOM order per spec: label FIRST, value SECOND ============================================================ */ .pdp-ds__key-stats { display: flex; justify-content: space-between; margin-bottom: 48px; } .pdp-ds__stat { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 0 16px 0 0; } .pdp-ds__stat:last-child { padding-right: 0; } /* Label FIRST in DOM and visually — spec: 16px / Regular */ .pdp-ds__stat-label { font-size: 16px; font-weight: 400; line-height: normal; color: #000000; margin-bottom: 4px; } /* Value SECOND in DOM and visually — spec: 24px / Bold */ .pdp-ds__stat-value { font-size: 24px; font-weight: 700; line-height: normal; color: #000000; } /* ============================================================ FEATURE CALLOUT CARDS — CAROUSEL Desktop (>1024px): static 3-up grid (3 cards ≤ 4 threshold) Tablet (641–1024px): 3-up scroll-snap Mobile (≤640px): 1-up scroll-snap Desktop is the default state — scroll properties only inside MQ ============================================================ */ .pdp-ds__carousel-wrap { position: relative; margin-bottom: 48px; } /* Desktop default: static 3-up grid — NO scroll, NO overflow */ .pdp-ds__carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } /* -- Individual card -- */ .pdp-ds__card { display: flex; flex-direction: column; background: #ffffff; } /* -- Image container: padding-bottom aspect-ratio hack -- CT strips aspect-ratio CSS property; this approach is safe. 1px border so card shape is visible if image fails to load. */ .pdp-ds__card-img-wrap { position: relative; width: 100%; padding-bottom: 75%; /* 4:3 ratio */ background: #ffffff; border: 1px solid #e8e8e8; overflow: hidden; margin-bottom: 16px; } /* CT host stylesheet override — required to prevent flash-disappear */ .pdp-ds__card-img { position: absolute; top: 0; left: 0; display: block !important; width: 100% !important; height: 100% !important; object-fit: contain; } /* Card text — Spec: Heading 22px/Bold, Body 16px/Regular/lh:1.5 */ .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 spec */ color: #000000; } /* -- Dot navigation: hidden on desktop -- */ .pdp-ds__dots { display: none; } /* ============================================================ TABLET (641–1024px): 3-up scroll-snap carousel Scroll properties applied inside MQ only — not at desktop level ============================================================ */ @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; } /* Dots visible on tablet */ .pdp-ds__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; list-style: none; padding: 0;
General | |
|---|---|
Age group | Adult |
Color | green |
Gender | male |
Size | 2 |
Brand | Titleist |
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.