{"product_id":"putting-green-cups-and-flags-1-deep","title":"Putting Green Cups and Flags 1\" deep","description":"\u003cstyle\u003e\n  .gg-cup-page,\n  .gg-cup-page * {\n    box-sizing: border-box;\n  }\n\n  .gg-cup-page {\n    --gg-dark: #06150f;\n    --gg-green: #176b46;\n    --gg-lime: #b9e33b;\n    --gg-cream: #f6f7f3;\n    --gg-muted: #617068;\n    --gg-border: #dce4df;\n    color: var(--gg-dark);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .gg-cup-page img {\n    display: block;\n    max-width: 100%;\n  }\n\n  .gg-cup-page h2,\n  .gg-cup-page h3,\n  .gg-cup-page p {\n    margin-top: 0;\n  }\n\n  .gg-cup-page h2 {\n    margin-bottom: 18px;\n    font-size: clamp(30px, 4vw, 54px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n  }\n\n  .gg-cup-page h3 {\n    margin-bottom: 12px;\n    font-size: clamp(22px, 2.5vw, 32px);\n    line-height: 1.2;\n  }\n\n  .gg-cup-hero {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    min-height: 540px;\n    overflow: hidden;\n    background: var(--gg-dark);\n    border-radius: 22px;\n  }\n\n  .gg-cup-hero__copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: clamp(32px, 6vw, 76px);\n    color: #fff;\n  }\n\n  .gg-cup-eyebrow {\n    margin-bottom: 14px;\n    color: var(--gg-lime);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .gg-cup-hero__copy p {\n    max-width: 620px;\n    margin-bottom: 26px;\n    color: #dce8e1;\n    font-size: 18px;\n  }\n\n  .gg-cup-checks {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gg-cup-checks li {\n    position: relative;\n    padding-left: 28px;\n    font-weight: 700;\n  }\n\n  .gg-cup-checks li::before {\n    position: absolute;\n    top: 1px;\n    left: 0;\n    color: var(--gg-lime);\n    content: \"✓\";\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .gg-cup-hero__image {\n    min-height: 440px;\n    background: #81d58d;\n  }\n\n  .gg-cup-hero__image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .gg-cup-specbar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    margin: 22px 0 64px;\n    overflow: hidden;\n    background: var(--gg-cream);\n    border: 1px solid var(--gg-border);\n    border-radius: 16px;\n  }\n\n  .gg-cup-stat {\n    padding: 24px 18px;\n    text-align: center;\n    border-right: 1px solid var(--gg-border);\n  }\n\n  .gg-cup-stat:last-child {\n    border-right: 0;\n  }\n\n  .gg-cup-stat strong {\n    display: block;\n    color: var(--gg-green);\n    font-size: 25px;\n    line-height: 1.1;\n  }\n\n  .gg-cup-stat span {\n    display: block;\n    margin-top: 7px;\n    color: var(--gg-muted);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .gg-cup-intro {\n    max-width: 780px;\n    margin: 0 auto 54px;\n    text-align: center;\n  }\n\n  .gg-cup-intro p {\n    color: var(--gg-muted);\n    font-size: 18px;\n  }\n\n  .gg-cup-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-bottom: 64px;\n  }\n\n  .gg-cup-feature {\n    padding: 28px;\n    background: #fff;\n    border: 1px solid var(--gg-border);\n    border-radius: 16px;\n  }\n\n  .gg-cup-feature__number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 18px;\n    color: var(--gg-dark);\n    background: var(--gg-lime);\n    border-radius: 50%;\n    font-weight: 900;\n  }\n\n  .gg-cup-feature p {\n    margin-bottom: 0;\n    color: var(--gg-muted);\n  }\n\n  .gg-cup-split {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: clamp(30px, 6vw, 72px);\n    align-items: center;\n    margin-bottom: 64px;\n    padding: clamp(28px, 5vw, 60px);\n    background: var(--gg-cream);\n    border-radius: 22px;\n  }\n\n  .gg-cup-split__image {\n    padding: 20px;\n    overflow: hidden;\n    background: #fff;\n    border-radius: 16px;\n  }\n\n  .gg-cup-split__image img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n  }\n\n  .gg-cup-list {\n    display: grid;\n    gap: 14px;\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gg-cup-list li {\n    padding-bottom: 14px;\n    color: var(--gg-muted);\n    border-bottom: 1px solid var(--gg-border);\n  }\n\n  .gg-cup-list li:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .gg-cup-list strong {\n    color: var(--gg-dark);\n  }\n\n  .gg-cup-install {\n    margin-bottom: 64px;\n  }\n\n  .gg-cup-install__heading {\n    max-width: 720px;\n    margin-bottom: 28px;\n  }\n\n  .gg-cup-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .gg-cup-step {\n    padding: 26px;\n    color: #fff;\n    background: var(--gg-green);\n    border-radius: 16px;\n  }\n\n  .gg-cup-step span {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--gg-lime);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .gg-cup-step h3 {\n    color: #fff;\n    font-size: 20px;\n  }\n\n  .gg-cup-step p {\n    margin-bottom: 0;\n    color: #e0eee7;\n  }\n\n  .gg-cup-specs {\n    margin-bottom: 30px;\n    overflow: hidden;\n    border: 1px solid var(--gg-border);\n    border-radius: 16px;\n  }\n\n  .gg-cup-specs h3 {\n    margin: 0;\n    padding: 22px 26px;\n    color: #fff;\n    background: var(--gg-dark);\n  }\n\n  .gg-cup-specs table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .gg-cup-specs th,\n  .gg-cup-specs td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--gg-border);\n  }\n\n  .gg-cup-specs tr:last-child th,\n  .gg-cup-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gg-cup-specs th {\n    width: 38%;\n    color: var(--gg-dark);\n    background: var(--gg-cream);\n  }\n\n  .gg-cup-note {\n    padding: 22px 24px;\n    color: #dce8e1;\n    background: var(--gg-dark);\n    border-left: 5px solid var(--gg-lime);\n    border-radius: 10px;\n  }\n\n  .gg-cup-note strong {\n    color: #fff;\n  }\n\n  @media (max-width: 800px) {\n    .gg-cup-hero,\n    .gg-cup-split {\n      grid-template-columns: 1fr;\n    }\n\n    .gg-cup-hero__image {\n      min-height: 340px;\n      order: -1;\n    }\n\n    .gg-cup-specbar {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gg-cup-stat:nth-child(2) {\n      border-right: 0;\n    }\n\n    .gg-cup-stat:nth-child(-n+2) {\n      border-bottom: 1px solid var(--gg-border);\n    }\n\n    .gg-cup-feature-grid,\n    .gg-cup-steps {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .gg-cup-hero {\n      border-radius: 14px;\n    }\n\n    .gg-cup-hero__copy {\n      padding: 30px 22px;\n    }\n\n    .gg-cup-hero__copy p {\n      font-size: 16px;\n    }\n\n    .gg-cup-stat {\n      padding: 19px 10px;\n    }\n\n    .gg-cup-stat strong {\n      font-size: 21px;\n    }\n\n    .gg-cup-specs th,\n    .gg-cup-specs td {\n      display: block;\n      width: 100%;\n      padding: 12px 18px;\n    }\n\n    .gg-cup-specs th {\n      padding-bottom: 5px;\n      border-bottom: 0;\n    }\n\n    .gg-cup-specs td {\n      padding-top: 5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gg-cup-page\"\u003e\n\u003csection class=\"gg-cup-hero\"\u003e\n\u003cdiv class=\"gg-cup-hero__copy\"\u003e\n\u003cdiv class=\"gg-cup-eyebrow\"\u003eHome Putting Green Accessory\u003c\/div\u003e\n\u003ch2\u003eGive Your Putting Green a Real Cup Experience\u003c\/h2\u003e\n\u003cp\u003eFinish your practice green with a 1-inch-deep putting cup and extraction flag designed to create a satisfying drop while making ball retrieval quick and convenient.\u003c\/p\u003e\n\u003cul class=\"gg-cup-checks\"\u003e\n\u003cli\u003eFull 1-inch-deep cup\u003c\/li\u003e\n\u003cli\u003e4.25-inch cup diameter\u003c\/li\u003e\n\u003cli\u003e11-inch extraction flag\u003c\/li\u003e\n\u003cli\u003eOne cup and one flag included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-cup-hero__image\"\u003e\u003cimg src=\"https:\/\/gratergolf.com\/cdn\/shop\/files\/ddcup_flag_ballzoomwebsite_900x_8919858c-c757-4c05-a363-0257f104c935.webp?v=1788469446\" alt=\"One-inch-deep putting green cup with extraction flag and golf ball\" width=\"900\" height=\"900\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gg-cup-specbar\"\u003e\n\u003cdiv class=\"gg-cup-stat\"\u003e\n\u003cstrong\u003e1\"\u003c\/strong\u003e \u003cspan\u003eCup depth\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-cup-stat\"\u003e\n\u003cstrong\u003e4.25\"\u003c\/strong\u003e \u003cspan\u003eCup diameter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-cup-stat\"\u003e\n\u003cstrong\u003e11\"\u003c\/strong\u003e \u003cspan\u003eFlag height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-cup-stat\"\u003e\n\u003cstrong\u003e2 Pieces\u003c\/strong\u003e \u003cspan\u003eCup and flag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gg-cup-intro\"\u003e\n\u003cdiv class=\"gg-cup-eyebrow\"\u003ePractice With a Purpose\u003c\/div\u003e\n\u003ch3\u003eA Better Finish for Your Home Putting Green\u003c\/h3\u003e\n\u003cp\u003eWhether you are completing a new putting area, replacing a worn cup or adding another target to your existing layout, this double-depth cup provides a clean, functional setup for focused practice at home.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"gg-cup-feature-grid\"\u003e\n\u003carticle class=\"gg-cup-feature\"\u003e\n\u003cdiv class=\"gg-cup-feature__number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eDeeper Ball Drop\u003c\/h3\u003e\n\u003cp\u003eThe 1-inch profile provides more cup depth than a standard ½-inch practice-green cup when installed in a compatible surface.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gg-cup-feature\"\u003e\n\u003cdiv class=\"gg-cup-feature__number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eEasy Ball Retrieval\u003c\/h3\u003e\n\u003cp\u003eLift the extraction flag to bring the ball up from the cup without repeatedly reaching down into the hole.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gg-cup-feature\"\u003e\n\u003cdiv class=\"gg-cup-feature__number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eCompact Practice Target\u003c\/h3\u003e\n\u003cp\u003eThe 11-inch flag is easy to see without overwhelming an indoor putting room, golf simulator or compact practice space.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"gg-cup-split\"\u003e\n\u003cdiv class=\"gg-cup-split__image\"\u003e\u003cimg src=\"https:\/\/www.birdieball.com\/cdn\/shop\/products\/flagstandaloneclean_1200x1200.jpg?v=1615479917\" alt=\"Putting cup and removable extraction flag\" width=\"1200\" height=\"1200\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gg-cup-eyebrow\"\u003eCup and Flag Included\u003c\/div\u003e\n\u003ch3\u003eEverything Needed for the Target\u003c\/h3\u003e\n\u003cp\u003eThe cup drops into a properly prepared putting-green opening, while the removable flag doubles as a convenient ball-retrieval system.\u003c\/p\u003e\n\u003cul class=\"gg-cup-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncluded:\u003c\/strong\u003e One 1-inch-deep cup\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncluded:\u003c\/strong\u003e One 11-inch extraction flag\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest suited for:\u003c\/strong\u003e Double-depth greens, shims or sub-bases with sufficient clearance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIdeal use:\u003c\/strong\u003e New installations, replacement cups and additional practice holes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gg-cup-install\"\u003e\n\u003cdiv class=\"gg-cup-install__heading\"\u003e\n\u003cdiv class=\"gg-cup-eyebrow\"\u003eInstallation Overview\u003c\/div\u003e\n\u003ch3\u003ePlan the Full One-Inch Depth Before Cutting\u003c\/h3\u003e\n\u003cp\u003eConfirm the combined putting surface and base can accommodate the cup before creating the opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-cup-steps\"\u003e\n\u003carticle class=\"gg-cup-step\"\u003e\u003cspan\u003eStep 01\u003c\/span\u003e\n\u003ch3\u003eCheck the Clearance\u003c\/h3\u003e\n\u003cp\u003eMake sure your green, shims or sub-base provide enough space for the entire 1-inch cup depth.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gg-cup-step\"\u003e\u003cspan\u003eStep 02\u003c\/span\u003e\n\u003ch3\u003eCreate the Opening\u003c\/h3\u003e\n\u003cp\u003eUse a compatible hole-cutting tool to create a clean 4.25-inch opening in the planned location.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gg-cup-step\"\u003e\u003cspan\u003eStep 03\u003c\/span\u003e\n\u003ch3\u003eInsert and Practice\u003c\/h3\u003e\n\u003cp\u003eSeat the cup level with the putting surface, insert the extraction flag and start working on your putting.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gg-cup-specs\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n\u003ctd\u003eDouble-depth putting cup and extraction flag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCup depth\u003c\/th\u003e\n\u003ctd\u003e1 inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCup diameter\u003c\/th\u003e\n\u003ctd\u003e4.25 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFlag height\u003c\/th\u003e\n\u003ctd\u003e11 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePackage contents\u003c\/th\u003e\n\u003ctd\u003eOne putting cup and one extraction flag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended installation\u003c\/th\u003e\n\u003ctd\u003eCompatible double-depth putting greens, shims or prepared sub-bases\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHole cutter\u003c\/th\u003e\n\u003ctd\u003eSold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"gg-cup-note\"\u003e\n\u003cstrong\u003eCompatibility notice:\u003c\/strong\u003e This is the 1-inch-deep version. Measure your putting surface and available floor clearance before ordering or cutting. Putting turf, shims, hole cutter, golf balls and putter are not included.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Birdieball.com","offers":[{"title":"Default Title","offer_id":48201233858711,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0672\/3341\/5319\/files\/ddcup_flag_ballzoomwebsite_900x_8919858c-c757-4c05-a363-0257f104c935.webp?v=1788469446","url":"https:\/\/gratergolf.com\/products\/putting-green-cups-and-flags-1-deep","provider":"Grater Golf","version":"1.0","type":"link"}