{"product_id":"foam-floor-tiles-1","title":"Foam Floor Tiles 1\"x24\"x24\" for under Turf Padding","description":"\u003cstyle\u003e\n  .gg-foam {\n    --gg-dark: #07150f;\n    --gg-green: #176b46;\n    --gg-lime: #b9e33b;\n    --gg-light: #f4f7f5;\n    --gg-text: #17211c;\n    --gg-muted: #66716b;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--gg-text);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .gg-foam * {\n    box-sizing: border-box;\n  }\n\n  .gg-foam img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .gg-hero {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    background: var(--gg-dark);\n    color: #fff;\n    overflow: hidden;\n    border-radius: 18px;\n  }\n\n  .gg-hero-copy {\n    padding: clamp(32px, 6vw, 72px);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .gg-eyebrow {\n    color: var(--gg-lime);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .gg-hero h2 {\n    color: #fff;\n    font-size: clamp(32px, 5vw, 58px);\n    line-height: 1.05;\n    margin: 0 0 18px;\n  }\n\n  .gg-hero p {\n    color: #dce8e1;\n    font-size: 18px;\n    margin: 0;\n    max-width: 600px;\n  }\n\n  .gg-hero-image {\n    background: #fff;\n    min-height: 480px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 35px;\n  }\n\n  .gg-hero-image img {\n    object-fit: contain;\n    max-height: 520px;\n  }\n\n  .gg-spec-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--gg-green);\n    color: #fff;\n    margin: 22px 0 64px;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .gg-spec {\n    text-align: center;\n    padding: 24px 12px;\n    border-right: 1px solid rgba(255,255,255,.22);\n  }\n\n  .gg-spec:last-child {\n    border-right: 0;\n  }\n\n  .gg-spec strong {\n    display: block;\n    color: #fff;\n    font-size: 25px;\n    line-height: 1.1;\n  }\n\n  .gg-spec span {\n    display: block;\n    color: #d9eee3;\n    font-size: 13px;\n    margin-top: 5px;\n  }\n\n  .gg-section {\n    margin: 64px 0;\n  }\n\n  .gg-section-heading {\n    text-align: center;\n    max-width: 760px;\n    margin: 0 auto 32px;\n  }\n\n  .gg-section-heading h3 {\n    color: var(--gg-dark);\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.15;\n    margin: 0 0 12px;\n  }\n\n  .gg-section-heading p {\n    color: var(--gg-muted);\n    font-size: 17px;\n    margin: 0;\n  }\n\n  .gg-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .gg-feature {\n    background: var(--gg-light);\n    padding: 28px;\n    border-radius: 14px;\n    border: 1px solid #e0e8e3;\n  }\n\n  .gg-feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    background: var(--gg-green);\n    color: #fff;\n    border-radius: 50%;\n    font-weight: 800;\n    margin-bottom: 16px;\n  }\n\n  .gg-feature h4 {\n    color: var(--gg-dark);\n    font-size: 19px;\n    margin: 0 0 8px;\n  }\n\n  .gg-feature p {\n    color: var(--gg-muted);\n    margin: 0;\n    font-size: 15px;\n  }\n\n  .gg-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 38px;\n    align-items: center;\n  }\n\n  .gg-split-image {\n    background: #f4f4f4;\n    padding: 20px;\n    border-radius: 16px;\n    overflow: hidden;\n  }\n\n  .gg-split h3 {\n    color: var(--gg-dark);\n    font-size: clamp(28px, 4vw, 40px);\n    line-height: 1.15;\n    margin: 0 0 15px;\n  }\n\n  .gg-checklist {\n    list-style: none;\n    padding: 0;\n    margin: 22px 0 0;\n  }\n\n  .gg-checklist li {\n    position: relative;\n    padding: 10px 0 10px 34px;\n    border-bottom: 1px solid #e3e9e5;\n  }\n\n  .gg-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 9px;\n    color: var(--gg-green);\n    font-weight: 900;\n    font-size: 18px;\n  }\n\n  .gg-coverage {\n    background: linear-gradient(135deg, #0a1b13, #176b46);\n    color: #fff;\n    border-radius: 18px;\n    padding: clamp(32px, 6vw, 64px);\n    text-align: center;\n  }\n\n  .gg-coverage h3 {\n    color: #fff;\n    font-size: clamp(28px, 4vw, 42px);\n    margin: 0 0 10px;\n  }\n\n  .gg-coverage \u003e p {\n    color: #dce9e1;\n    max-width: 700px;\n    margin: 0 auto 30px;\n  }\n\n  .gg-coverage-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n\n  .gg-coverage-card {\n    padding: 22px;\n    border: 1px solid rgba(255,255,255,.25);\n    background: rgba(255,255,255,.08);\n    border-radius: 12px;\n  }\n\n  .gg-coverage-card strong {\n    display: block;\n    color: var(--gg-lime);\n    font-size: 25px;\n  }\n\n  .gg-gallery {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .gg-gallery img {\n    height: 100%;\n    object-fit: contain;\n    background: #f6f6f6;\n    border-radius: 14px;\n    padding: 10px;\n  }\n\n  .gg-table-wrap {\n    overflow-x: auto;\n    border: 1px solid #dfe7e2;\n    border-radius: 14px;\n  }\n\n  .gg-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 540px;\n  }\n\n  .gg-table th,\n  .gg-table td {\n    padding: 15px 18px;\n    text-align: left;\n    border-bottom: 1px solid #e4ebe7;\n  }\n\n  .gg-table th {\n    background: var(--gg-light);\n    color: var(--gg-dark);\n    width: 38%;\n  }\n\n  .gg-table tr:last-child th,\n  .gg-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gg-note {\n    background: #f1f7f3;\n    border-left: 5px solid var(--gg-green);\n    padding: 22px 24px;\n    border-radius: 8px;\n    margin-top: 28px;\n    color: #37443d;\n  }\n\n  @media (max-width: 800px) {\n    .gg-hero,\n    .gg-split {\n      grid-template-columns: 1fr;\n    }\n\n    .gg-hero-image {\n      min-height: auto;\n    }\n\n    .gg-feature-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .gg-spec-strip {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .gg-spec:nth-child(2) {\n      border-right: 0;\n    }\n\n    .gg-spec:nth-child(-n+2) {\n      border-bottom: 1px solid rgba(255,255,255,.22);\n    }\n  }\n\n  @media (max-width: 520px) {\n    .gg-feature-grid,\n    .gg-coverage-grid,\n    .gg-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .gg-hero-copy {\n      padding: 32px 24px;\n    }\n\n    .gg-hero-image {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gg-foam\"\u003e\n\n  \u003csection class=\"gg-hero\"\u003e\n    \u003cdiv class=\"gg-hero-copy\"\u003e\n      \u003cdiv class=\"gg-eyebrow\"\u003eGolf Simulator Flooring\u003c\/div\u003e\n      \u003ch2\u003e1-Inch Foam Tiles for Under-Turf Padding\u003c\/h2\u003e\n      \u003cp\u003e\n        Build a quieter, more comfortable golf simulator space with extra-thick\n        interlocking EVA foam tiles designed to cushion impacts, protect hard\n        flooring, and provide a modular foundation beneath simulator turf.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gg-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/gratergolf.com\/cdn\/shop\/files\/81BmC095-mL._AC_SL1500.jpg?v=1788453859\" alt=\"Black one-inch interlocking EVA foam floor tiles with edge pieces\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"gg-spec-strip\"\u003e\n    \u003cdiv class=\"gg-spec\"\u003e\n      \u003cstrong\u003e1 Inch\u003c\/strong\u003e\n      \u003cspan\u003eExtra-thick foam\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg-spec\"\u003e\n      \u003cstrong\u003e24 × 24\"\u003c\/strong\u003e\n      \u003cspan\u003eIndividual tile size\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg-spec\"\u003e\n      \u003cstrong\u003e18 Tiles\u003c\/strong\u003e\n      \u003cspan\u003eIncluded per bundle\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg-spec\"\u003e\n      \u003cstrong\u003e72 Sq. Ft.\u003c\/strong\u003e\n      \u003cspan\u003eTotal coverage\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"gg-section\"\u003e\n    \u003cdiv class=\"gg-section-heading\"\u003e\n      \u003ch3\u003eA More Comfortable Foundation for Your Simulator\u003c\/h3\u003e\n      \u003cp\u003e\n        These high-density EVA foam tiles add cushioning beneath artificial turf\n        while helping protect concrete, wood, and other finished floors from\n        everyday simulator-room use.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gg-feature-grid\"\u003e\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eImpact Cushioning\u003c\/h4\u003e\n        \u003cp\u003e\n          The 1-inch foam construction helps soften foot traffic and absorb\n          impact around the stance and hitting area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eUnder-Turf Padding\u003c\/h4\u003e\n        \u003cp\u003e\n          Creates a cushioned layer beneath simulator and putting turf for a\n          more finished, comfortable room.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eFloor Protection\u003c\/h4\u003e\n        \u003cp\u003e\n          Helps isolate equipment and activity from the floor below while\n          reducing scuffs, vibration, and noise.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eFast Interlocking Setup\u003c\/h4\u003e\n        \u003cp\u003e\n          Puzzle-style edges connect without specialized tools and can be\n          separated when the room needs to be reconfigured.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eTrim to Fit\u003c\/h4\u003e\n        \u003cp\u003e\n          Tiles can be carefully cut to fit around hitting mats, platforms,\n          enclosure posts, walls, and other simulator components.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eTextured Surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The black T-pattern surface provides traction and is water-resistant\n          for simple everyday cleaning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gg-section gg-split\"\u003e\n    \u003cdiv class=\"gg-split-image\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/810BUgW3NHL._AC_SL1500_.jpg\" alt=\"Eighteen interlocking foam tiles with finishing edge pieces\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cdiv class=\"gg-eyebrow\"\u003eComplete 18-Tile Bundle\u003c\/div\u003e\n      \u003ch3\u003eCover Up to 72 Square Feet\u003c\/h3\u003e\n      \u003cp\u003e\n        Each 24 × 24-inch tile covers four square feet. One bundle includes 18\n        tiles, enough to create a 6 × 12-foot area when assembled in a\n        three-by-six arrangement.\n      \u003c\/p\u003e\n\n      \u003cul class=\"gg-checklist\"\u003e\n        \u003cli\u003e18 black interlocking foam tiles\u003c\/li\u003e\n        \u003cli\u003e18 removable finishing edge pieces\u003c\/li\u003e\n        \u003cli\u003eFour square feet of coverage per tile\u003c\/li\u003e\n        \u003cli\u003e72 square feet of total bundle coverage\u003c\/li\u003e\n        \u003cli\u003eCombine multiple bundles for larger simulator rooms\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gg-section gg-coverage\"\u003e\n    \u003ch3\u003ePlan Your Simulator Floor\u003c\/h3\u003e\n    \u003cp\u003e\n      Use one bundle for a compact hitting or stance area, or connect multiple\n      bundles to cover a larger simulator room.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gg-coverage-grid\"\u003e\n      \u003cdiv class=\"gg-coverage-card\"\u003e\n        \u003cstrong\u003e4 Sq. Ft.\u003c\/strong\u003e\n        Coverage per tile\n      \u003c\/div\u003e\n      \u003cdiv class=\"gg-coverage-card\"\u003e\n        \u003cstrong\u003e72 Sq. Ft.\u003c\/strong\u003e\n        Coverage per bundle\n      \u003c\/div\u003e\n      \u003cdiv class=\"gg-coverage-card\"\u003e\n        \u003cstrong\u003e6 × 12 Ft.\u003c\/strong\u003e\n        Example 18-tile layout\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gg-section\"\u003e\n    \u003cdiv class=\"gg-gallery\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81HdGHS86OL._AC_SL1500_.jpg\" alt=\"Foam tile texture, interlocking edges, and customizable installation\" loading=\"lazy\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81S7YoUO5iL._AC_SL1500_.jpg\" alt=\"Foam flooring dimensions and 72-square-foot layout\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gg-section\"\u003e\n    \u003cdiv class=\"gg-section-heading\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gg-table-wrap\"\u003e\n      \u003ctable class=\"gg-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-density EVA foam\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor\u003c\/th\u003e\n            \u003ctd\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSurface\u003c\/th\u003e\n            \u003ctd\u003eTextured T-pattern\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTile Dimensions\u003c\/th\u003e\n            \u003ctd\u003e24 × 24 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eThickness\u003c\/th\u003e\n            \u003ctd\u003e1 inch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003e18 interlocking tiles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTotal Coverage\u003c\/th\u003e\n            \u003ctd\u003e72 square feet\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eEdge Pieces\u003c\/th\u003e\n            \u003ctd\u003e18 removable finishing edges\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eExample Layout\u003c\/th\u003e\n            \u003ctd\u003e6 × 12 feet in a 3 × 6 configuration\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eApproximate Bundle Weight\u003c\/th\u003e\n            \u003ctd\u003e22.5 pounds\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCare\u003c\/th\u003e\n            \u003ctd\u003eWipe clean with a damp cloth and mild cleaner\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gg-note\"\u003e\n      \u003cstrong\u003eInstallation note:\u003c\/strong\u003e Install the tiles over a clean, dry,\n      level indoor surface. These tiles are intended as cushioning and floor\n      protection beneath turf; they are not a hitting strip and should not be\n      struck directly. Heavy simulator components may leave impressions in the\n      foam, so use a rigid platform or load-distributing base where needed.\n      Before permanently attaching turf, confirm that the adhesive is compatible\n      with both EVA foam and the selected turf.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Grater Golf","offers":[{"title":"Default Title","offer_id":48200822620311,"sku":null,"price":90.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0672\/3341\/5319\/files\/81BmC095-mL._AC_SL1500.jpg?v=1788453859","url":"https:\/\/gratergolf.com\/products\/foam-floor-tiles-1","provider":"Grater Golf","version":"1.0","type":"link"}