{"product_id":"golf-pen-holder-3-club-shaped-pens","title":"Golf Pen Holder + 3 Club-Shaped Pens – Mini Golf Bag Desk Organizer \u0026 Gift for Golf Lovers","description":"\u003cstyle\u003e\n    .golf-pen-product-page {\n      --navy: #102645;\n      --blue: #1767b7;\n      --green: #2f7d32;\n      --light-bg: #f7f9fb;\n      --border: #e5e8ec;\n      --text: #252a31;\n      --muted: #657080;\n      max-width: 1080px;\n      margin: 0 auto;\n      color: var(--text);\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.65;\n    }\n\n    .golf-pen-product-page * {\n      box-sizing: border-box;\n    }\n\n    .golf-pen-product-page img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border-radius: 16px;\n    }\n\n    .gpp-section {\n      margin: 0 0 52px;\n    }\n\n    .gpp-hero {\n      text-align: center;\n    }\n\n    .gpp-hero-image {\n      margin-bottom: 26px;\n    }\n\n    .gpp-kicker {\n      margin: 0 0 8px;\n      color: var(--blue);\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 1.4px;\n      text-transform: uppercase;\n    }\n\n    .gpp-title {\n      max-width: 820px;\n      margin: 0 auto 14px;\n      color: var(--navy);\n      font-size: 38px;\n      line-height: 1.18;\n      font-weight: 800;\n    }\n\n    .gpp-subtitle {\n      max-width: 760px;\n      margin: 0 auto;\n      color: var(--muted);\n      font-size: 18px;\n    }\n\n    .gpp-trust-row {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 12px;\n      margin-top: 26px;\n    }\n\n    .gpp-trust-item {\n      padding: 15px 10px;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      background: #ffffff;\n      color: var(--navy);\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .gpp-heading {\n      margin: 0 0 12px;\n      color: var(--navy);\n      font-size: 30px;\n      line-height: 1.25;\n      font-weight: 800;\n      text-align: center;\n    }\n\n    .gpp-intro {\n      max-width: 760px;\n      margin: 0 auto 25px;\n      color: var(--muted);\n      font-size: 17px;\n      text-align: center;\n    }\n\n    .gpp-two-column {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 28px;\n      align-items: center;\n    }\n\n    .gpp-copy h3 {\n      margin: 0 0 12px;\n      color: var(--navy);\n      font-size: 27px;\n      line-height: 1.25;\n    }\n\n    .gpp-copy p {\n      margin: 0 0 14px;\n      color: var(--muted);\n      font-size: 16px;\n    }\n\n    .gpp-feature-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 14px;\n      margin-top: 24px;\n    }\n\n    .gpp-feature-card {\n      padding: 20px 16px;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      background: #ffffff;\n      text-align: center;\n    }\n\n    .gpp-feature-icon {\n      display: block;\n      margin-bottom: 8px;\n      font-size: 26px;\n    }\n\n    .gpp-feature-card strong {\n      display: block;\n      margin-bottom: 6px;\n      color: var(--navy);\n      font-size: 16px;\n    }\n\n    .gpp-feature-card span {\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.5;\n    }\n\n    .gpp-highlight-box {\n      padding: 30px;\n      border-radius: 18px;\n      background: var(--light-bg);\n    }\n\n    .gpp-list {\n      margin: 15px 0 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .gpp-list li {\n      position: relative;\n      margin-bottom: 11px;\n      padding-left: 26px;\n      color: var(--text);\n      font-size: 16px;\n    }\n\n    .gpp-list li::before {\n      position: absolute;\n      top: 0;\n      left: 0;\n      color: var(--green);\n      content: \"✓\";\n      font-weight: 800;\n    }\n\n    .gpp-gift-box {\n      padding: 31px;\n      border: 1px solid #dbe5ef;\n      border-radius: 18px;\n      background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);\n      text-align: center;\n    }\n\n    .gpp-gift-box h3 {\n      margin: 0 0 10px;\n      color: var(--navy);\n      font-size: 28px;\n    }\n\n    .gpp-gift-box p {\n      max-width: 770px;\n      margin: 0 auto;\n      color: var(--muted);\n      font-size: 16px;\n    }\n\n    .gpp-spec-table {\n      width: 100%;\n      margin-top: 18px;\n      border-collapse: collapse;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      background: #ffffff;\n    }\n\n    .gpp-spec-table th,\n    .gpp-spec-table td {\n      padding: 14px 16px;\n      border-bottom: 1px solid var(--border);\n      font-size: 15px;\n      text-align: left;\n      vertical-align: top;\n    }\n\n    .gpp-spec-table th {\n      width: 34%;\n      color: var(--navy);\n      background: #f8fafc;\n      font-weight: 700;\n    }\n\n    .gpp-spec-table tr:last-child th,\n    .gpp-spec-table tr:last-child td {\n      border-bottom: 0;\n    }\n\n    .gpp-note {\n      margin-top: 14px;\n      padding: 15px 17px;\n      border-left: 4px solid var(--blue);\n      border-radius: 8px;\n      background: #f5f9fd;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .gpp-faq details {\n      margin-bottom: 11px;\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      background: #ffffff;\n    }\n\n    .gpp-faq summary {\n      padding: 16px 18px;\n      color: var(--navy);\n      cursor: pointer;\n      font-size: 16px;\n      font-weight: 700;\n    }\n\n    .gpp-faq p {\n      margin: 0;\n      padding: 0 18px 17px;\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .gpp-final {\n      padding: 34px 24px;\n      border-radius: 18px;\n      background: var(--navy);\n      text-align: center;\n    }\n\n    .gpp-final h3 {\n      margin: 0 0 10px;\n      color: #ffffff;\n      font-size: 29px;\n    }\n\n    .gpp-final p {\n      max-width: 690px;\n      margin: 0 auto;\n      color: #e5edf7;\n      font-size: 16px;\n    }\n\n    @media (max-width: 768px) {\n      .gpp-section {\n        margin-bottom: 36px;\n      }\n\n      .gpp-title {\n        font-size: 30px;\n      }\n\n      .gpp-subtitle {\n        font-size: 16px;\n      }\n\n      .gpp-heading {\n        font-size: 26px;\n      }\n\n      .gpp-two-column {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .gpp-trust-row,\n      .gpp-feature-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .gpp-highlight-box {\n        padding: 21px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"golf-pen-product-page\"\u003e\n\u003c!-- 01. Hero Image: all colors + main blue product --\u003e\n\u003csection class=\"gpp-section gpp-hero\"\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"text-align: left;\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eTIPS: Our goods are authentic, with genuine patents, counterfeit must be investigated! Customers, please identify our products!\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003e\n\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e\u003cimg class=\"lazyload\" src=\"https:\/\/cdn.newfastcdn.com\/image\/c40d813d7d1848c78267988779c8a3dbc31fdaa9.png\" alt=\"\" width=\"853\" height=\"60\"\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cimg loading=\"lazy\" height=\"145\" width=\"879\" alt=\"\" src=\"https:\/\/cdn.cloudfastin.top\/image\/b9d79205bb76036d5a7a295cd4930b6ad3ef9252.webp\" class=\"lazyload\" title=\"\"\u003e\n\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"gpp-kicker\"\u003eA Conversation Starter for Every Golf Lover\u003c\/p\u003e\n\u003ch1 class=\"gpp-title\"\u003eGolf Pen Holder + 3-Pen Set\u003c\/h1\u003e\n\u003cp class=\"gpp-subtitle\"\u003eBring a touch of the golf course to your desk. This miniature golf bag display combines playful golf-inspired details with three functional club-shaped pens, turning everyday notes into a more enjoyable experience.\u003c\/p\u003e\n\u003cdiv class=\"gpp-trust-row\"\u003e\n\u003cdiv class=\"gpp-trust-item\"\u003e✓ 3 Functional Pens\u003c\/div\u003e\n\u003cdiv class=\"gpp-trust-item\"\u003e✓ Compact Desk Size\u003c\/div\u003e\n\u003cdiv class=\"gpp-trust-item\"\u003e✓ 6 Color Options\u003c\/div\u003e\n\u003cdiv class=\"gpp-trust-item\"\u003e✓ Gift-Ready Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 02. Single Product Image --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003cdiv class=\"gpp-two-column\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_150609_775.png?v=1780125363\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gpp-copy\"\u003e\n\u003ch3\u003eMore Than a Pen Holder\u003c\/h3\u003e\n\u003cp\u003eAn ordinary desk can feel uninspiring. This miniature golf bag pen holder adds personality without taking up too much space, making it an easy upgrade for an office, study, reception desk, or home workspace.\u003c\/p\u003e\n\u003cp\u003eThe detailed bag-style design, turf-inspired base, miniature golf ball, polished metal hardware, and club-shaped pens create a display piece that is practical enough for daily use and distinctive enough to start a conversation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpp-feature-grid\"\u003e\n\u003cdiv class=\"gpp-feature-card\"\u003e\n\u003cspan class=\"gpp-feature-icon\"\u003e⛳\u003c\/span\u003e \u003cstrong\u003eGolf-Inspired Display\u003c\/strong\u003e \u003cspan\u003eA miniature desk accessory designed for golf enthusiasts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpp-feature-card\"\u003e\n\u003cspan class=\"gpp-feature-icon\"\u003e✍️\u003c\/span\u003e \u003cstrong\u003eUseful Every Day\u003c\/strong\u003e \u003cspan\u003eKeep three ballpoint pens within easy reach for notes and signatures.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpp-feature-card\"\u003e\n\u003cspan class=\"gpp-feature-icon\"\u003e🎁\u003c\/span\u003e \u003cstrong\u003eEasy Gift Choice\u003c\/strong\u003e \u003cspan\u003eA thoughtful present for golfers, coworkers, managers, and family.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpp-feature-card\"\u003e\n\u003cspan class=\"gpp-feature-icon\"\u003e🖥️\u003c\/span\u003e \u003cstrong\u003eDesk-Friendly Size\u003c\/strong\u003e \u003cspan\u003eAdd personality to a workspace without creating unnecessary clutter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 03. Lifestyle Office Image --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003ch2 class=\"gpp-heading\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_145240_560.png?v=1780125642\" alt=\"\"\u003e\u003c\/h2\u003e\n\u003c\/section\u003e\n\u003c!-- 04. What's Included --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003ch2 class=\"gpp-heading\"\u003eEverything You Need in One Set\u003c\/h2\u003e\n\u003cp class=\"gpp-intro\"\u003eNo guesswork. The complete set is designed to look great on display while keeping practical writing tools close at hand.\u003c\/p\u003e\n\u003cdiv class=\"gpp-two-column\"\u003e\n\u003cdiv\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_150617_093.png?v=1780125363\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gpp-highlight-box\"\u003e\n\u003ch3 style=\"margin: 0; color: #102645; font-size: 25px;\"\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul class=\"gpp-list\"\u003e\n\u003cli\u003e1 miniature golf bag pen holder\u003c\/li\u003e\n\u003cli\u003e1 turf-style circular display base\u003c\/li\u003e\n\u003cli\u003e1 decorative miniature golf ball\u003c\/li\u003e\n\u003cli\u003e3 functional golf-club-shaped ballpoint pens\u003c\/li\u003e\n\u003cli\u003e3 black grip-style sleeves\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"gpp-note\"\u003eThe product contents are clearly shown so you know exactly what will arrive before placing your order.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 05. Detail Collage --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003ch2 class=\"gpp-heading\"\u003eSmall Details Make It Stand Out\u003c\/h2\u003e\n\u003cp class=\"gpp-intro\"\u003eFrom the polished club-shaped pen heads to the textured bag-style body, every element is designed to make this desk accessory feel like a miniature tribute to the game.\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_150624_376_cad54cbb-5c8b-471c-950e-6d39f619877b.png?v=1780125642\"\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- 06. Dimensions --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003cdiv class=\"gpp-two-column\"\u003e\n\u003cdiv\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_150632_441.png?v=1780125363\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gpp-copy\"\u003e\n\u003ch3\u003eCompact Enough for Any Desk\u003c\/h3\u003e\n\u003cp\u003eThe holder is large enough to become an eye-catching desk accent, yet compact enough to fit neatly beside a laptop, notebook, monitor, or office organizer.\u003c\/p\u003e\n\u003ctable class=\"gpp-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Height\u003c\/th\u003e\n\u003ctd\u003e6.69 in \/ 17 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBase Diameter\u003c\/th\u003e\n\u003ctd\u003e4.72 in \/ 12 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eOffice desk, home workspace, reception counter, study, or gift display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"gpp-note\"\u003ePlease review the measurements before ordering to make sure the product suits your preferred display area.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 07. Colors --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003ch2 class=\"gpp-heading\"\u003eChoose a Color That Matches Their Style\u003c\/h2\u003e\n\u003cp class=\"gpp-intro\"\u003ePick a classic or colorful option to suit a workspace, favorite golf accessory color, or gifting occasion.\u003c\/p\u003e\n\u003cdiv class=\"gpp-note\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_150639_442.png?v=1780125363\"\u003eAvailable colors: Red, Blue, Yellow, Green, Brown, and Black. Color appearance may vary slightly depending on screen settings and lighting.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 08. Gift Lifestyle Image --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003cdiv class=\"gpp-two-column\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/7793\/9389\/files\/2026-05-30_150649_286.png?v=1780125353\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gpp-copy\"\u003e\n\u003ch3\u003eA Gift They Will Actually Display\u003c\/h3\u003e\n\u003cp\u003eFinding a present for a golfer can be difficult, especially when they already have the essential gear. This desk set offers a different kind of surprise: a useful keepsake they can enjoy at work or at home.\u003c\/p\u003e\n\u003cp\u003eIt is a fitting choice for birthdays, Father’s Day, holidays, retirement, office celebrations, thank-you gifts, and thoughtful everyday surprises.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Gift Summary --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003cdiv class=\"gpp-gift-box\"\u003e\n\u003ch3\u003ePerfect for Golf Lovers, Coworkers, Dads, and Managers\u003c\/h3\u003e\n\u003cp\u003eAdd a playful golf-course touch to a desk while keeping useful pens close by. It is practical, decorative, compact, and easy to give—making it a simple choice when you want a gift that feels more personal than an ordinary office accessory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"gpp-section gpp-faq\"\u003e\n\u003ch2 class=\"gpp-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the golf clubs functional pens?\u003c\/summary\u003e\n\u003cp\u003eYes. The set includes three golf-club-shaped ballpoint pens that can be used for everyday writing, notes, and signatures.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is the golf pen holder?\u003c\/summary\u003e\n\u003cp\u003eThe complete display measures approximately 6.69 inches \/ 17 cm in height. The circular base measures approximately 4.72 inches \/ 12 cm across.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with my order?\u003c\/summary\u003e\n\u003cp\u003eEach set includes one miniature golf bag pen holder, one turf-style circular display base with a decorative mini golf ball, three golf-club-shaped pens, and three black grip-style sleeves.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cp\u003eIt is ideal for office desks, home workspaces, reception counters, studies, bookshelves, and gift displays.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable as a gift?\u003c\/summary\u003e\n\u003cp\u003eYes. Its compact size, practical pens, and golf-inspired design make it a thoughtful gift for golfers, family members, coworkers, managers, and clients.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"gpp-section\"\u003e\n\u003cdiv class=\"gpp-final\"\u003e\n\u003ch3\u003eUpgrade Their Desk with a Touch of the Golf Course\u003c\/h3\u003e\n\u003cp\u003eChoose your favorite color, add the set to your cart, and give a golf lover a desk accessory they will be happy to keep on display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NiceHoo.com","offers":[{"title":"Red","offer_id":52374481305902,"sku":"SZ05192607303681-红色","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":52374481338670,"sku":"SZ05192607303681-黄色","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":52374481371438,"sku":"SZ05192607303681-绿色","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":52374481404206,"sku":"SZ05192607303681-蓝色","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":52374481436974,"sku":"SZ05192607303681-棕色","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":52374481469742,"sku":"SZ05192607303681-黑色","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":52374481502510,"sku":"SZ05192607303681-银色","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/2026-05-30_150609_775_dc669524-e848-4f18-b9be-938a4845aa6a.png?v=1785394302","url":"https:\/\/cotitoc.com\/products\/golf-pen-holder-3-club-shaped-pens","provider":"cotitoc","version":"1.0","type":"link"}