TifTuf
/* --- PRIMARY: price --- */ .tgcp-price-box { background: #E8F0E4; border-radius: 10px; padding: 20px 20px 18px; margin: 0 0 16px; } .tgcp-price-box h3 { margin: 0 0 12px; font-si ze: 1.08em; color: #2E4F2A; } .tgcp-price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 10px 0; border-top: 1px solid #CFE0C8; } .tgcp-price-row:first-of-type { border-top: none; padding-top: 0; } .tgcp-price-row .tgcp-qty { font-size: 0.96em; color: #3A4A36; } .tgcp-price-row .tgcp-amt { font-size: 1.25em; font-weight: 700; color: #2E4F2A; white-space: nowrap; } .tgcp-best { display: inline-block; background: #3F6B3A; color: #fff; font-size: 0.68em; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 12px; margin-left: 8px; vertical-align: middle; } /* --- delivery: compact tiles --- */ .tgcp-del-label { margin: 0 0 8px; font-size: 0.8em; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #7A7A72; } .tgcp-tiles { display: flex; gap: 10px; margin: 0 0 10px; } .tgcp-tile { flex: 1 1 0; background: #F4F1E9; border-radius: 8px; padding: 12px 14px; text-align: center; } .tgcp-tile .tgcp-tile-amt { display: block; font-size: 1.15em; font-weight: 700; color: #2B2B28; } .tgcp-tile .tgcp-tile-qty { display: block; margin-top: 2px; font-size: 0.8em; color: #6A6A62; } .tgcp-fine { margin: 0; font-size: 0.83em; line-height: 1.55; color: #7A7A72; } /* --- full-width sections --- */ .tgcv { margin: 0 auto; } .tgcv h2 { margin: 34px 0 14px; } .tgcv h3 { margin: 34px 0 12px; font-size: 1.12em; } .tgcv-hero { margin: 26px 0 0; } .tgcv-hero img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; } .tgcv-glance { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; margin: 18px 0 0; } @media (max-width: 700px) { .tgcv-glance { grid-template-columns: 1fr; } } .tgcv-item { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid #E4E7DF; font-size: 0.97em; } .tgcv-item span:first-child { color: #5A5A53; } .tgcv-item span:last-child { font-weight: 600; text-align: right; } .tgcv-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 18px 0 0; } @media (max-width: 700px) { .tgcv-cols { grid-template-columns: 1fr; } } .tgcv-col { background: #F7F8F5; border-radius: 10px; padding: 22px 22px 24px; } .tgcv-col.tgcv-good { background: #E8F0E4; } .tgcv-col h4 { margin: 0 0 12px; font-size: 1em; } .tgcv-col ul { margin: 0; padding: 0; list-style: none; } .tgcv-col li { position: relative; padding: 6px 0 6px 24px; font-size: 0.95em; line-height: 1.5; } .tgcv-col li:before { position: absolute; left: 0; top: 6px; font-weight: 700; } .tgcv-good li:before { content: "✓"; color: #3F6B3A; } .tgcv-note-col li:before { content: "!"; color: #9A7B3F; } /* --- collapsible FAQs --- */ .tgcv-faq { margin: 18px 0 0; border-top: 1px solid #E4E7DF; } .tgcv-faq details { border-bottom: 1px solid #E4E7DF; } .tgcv-faq summary { position: relative; cursor: pointer; list-style: none; padding: 16px 44px 16px 0; font-size: 1em; font-weight: 600; color: #2B2B28; } .tgcv-faq summary::-webkit-details-marker { display: none; } .tgcv-faq summary:hover { color: #3F6B3A; } .tgcv-faq summary:after { content: ""; position: absolute; right: 8px; top: 50%; width: 9px; height: 9px; margin-top: -6px; border-right: 2px solid #3F6B3A; border-bottom: 2px solid #3F6B3A; transform: rotate(45deg); transition: transform .18s ease; } .tgcv-faq details[open] summary:after { transform: rotate(-135deg); margin-top: -2px; } .tgcv-faq details[open] summary { color: #3F6B3A; } .tgcv-faq .tgcv-faq-a { padding: 0 44px 18px 0; margin: 0; font-size: 0.97em; line-height: 1.65; color: #4A4A44; } /* --- card links with images --- */ .tgcv-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 18px 0 0; } @media (max-width: 700px) { .tgcv-cards { grid-template-columns: 1fr; } } .tgcv-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #DDE2D8; border-radius: 10px; overflow: hidden; text-decoration: none; transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease; } .tgcv-card:hover { box-shadow: 0 6px 18px rgba(43,43,40,0.12); transform: translateY(-2px); border-color: #8AB474; } .tgcv-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; padding: 14px; box-sizing: border-box; border-bottom: 1px solid #EEF0EB; } .tgcv-card img.tgcv-crop { object-fit: cover; padding: 0; } .tgcv-body { padding: 18px; display: flex; flex-direction: column; flex-grow: 1; } .tgcv-card, .tgcv-card strong, .tgcv-card .tgcv-desc { color: #2B2B28; } .tgcv-card strong { display: block; margin-bottom: 6px; font-size: 0.98em; } .tgcv-card .tgcv-desc { display: block; font-size: 0.9em; line-height: 1.5; color: #5A5A53; } .tgcv-card .tgcv-go { display: block; margin-top: auto; padding-top: 14px; font-size: 0.88em; font-weight: 700; color: #3F6B3A; } .tgcv-card:hover .tgcv-go { color: #2E4F2A; } /* --- installation CTA (upper, oat) --- */ .tgcx-install { background: #F4F1E9; border-radius: 12px; padding: 30px 28px; margin: 34px 0; } .tgcx-install p { margin: 0 0 10px; } .tgcx-install .tgcx-head { font-size: 1.2em; font-weight: 600; line-height: 1.35; } .tgcx-install .tgcx-body { font-size: 1.02em; line-height: 1.6; margin-bottom: 22px; max-width: 640px; } .tgcx-install .tgcx-call { margin: 16px 0 0; font-size: 0.92em; color: #5A5A53; } .tgcx-install .btn { background: #3F6B3A; border-color: #3F6B3A; color: #fff; } .tgcx-install .btn:hover { background: #2E4F2A; border-color: #2E4F2A; color: #fff; } /* --- installation CTA (lower, reversed green) --- */ .tgcx-close { background: #3F6B3A; border-radius: 12px; padding: 34px 32px; margin: 36px 0; } .tgcx-close h3 { margin: 0 0 10px; color: #fff; font-size: 1.32em; line-height: 1.3; } .tgcx-close p { margin: 0 0 22px; color: #E4EEDF; font-size: 1.02em; line-height: 1.6; max-width: 620px; } .tgcx-close .tgcx-acts { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; } .tgcx-close a.tgcx-btn { display: inline-block; background: #fff; color: #2E4F2A; font-weight: 700; font-size: 1em; padding: 14px 26px; border-radius: 6px; text-decoration: none; transition: background .15s ease; } .tgcx-close a.tgcx-btn:hover { background: #F4F1E9; color: #2E4F2A; } .tgcx-close a.tgcx-alt { color: #fff; text-decoration: underline; font-size: 0.96em; } .tgcx-close a.tgcx-alt:hover { color: #E4EEDF; } @media (max-width: 600px) { .tgcx-close { padding: 28px 22px; } .tgcx-close .tgcx-acts { gap: 16px; } .tgcx-close a.tgcx-btn { width: 100%; text-align: center; box-sizing: border-box; } } Price per m² 1–19 m² $21.30 20–39 m² $19.00 40 m²+ Best rate $17.30 Delivery — Melbourne metro $235 Up to 29 m² $185 30 m² or more No deliveries Mondays · Yard pickup Fridays only · Call (03) 9331 5300 to check your date. Delivered to the nature strip; you'll get an SMS the day before. Green through summer, green through winter TifTuf is a fine-leafed Bermuda bred for drought. It uses around 38% less water than other lawn varieties, which makes it the pick for water-restricted suburbs and for anyone who doesn't want a sprinkler running all summer. It's the same grass used on golf courses and sports fields, so it takes a hammering and repairs itself. What sets it apart in Melbourne is the winter. Most warm-season grasses go off colour once the cold sets in — TifTuf holds its colour far longer, and research has it surviving temperatures well below anything Victoria throws at it. Dense growth means it also chokes out weeds as it establishes. Browse the rest of our instant lawn varieties if you're still comparing. Want your TifTuf laid for you? We'll prepare the ground, lay your turf and leave you with a finished lawn — no hire gear, no sore back, no weekend lost to it. We come out, measure up and give you one total price covering turf, delivery and installation. See how installation works Melbourne metro · Free measure and quote · (03) 9331 5300 At a glance LeafVery fine, dense Minimum sun4 hours Shade toleranceUp to 50% WearHigh, self-repairing DroughtVery high — 38% less water MaintenanceMedium Mowing height10–30 mm ColourBright green, holds through winter Is it right for your yard? Works well for Water-restricted suburbs and anyone cutting water use Full sun, or up to 50% filtered light Kids, pets and backyard sport Holding colour through a Melbourne winter Frost-prone yards Any soil type — clay, sand, alkaline or acidic Getting established fast and crowding out weeds Worth knowing Grows fast in spring and summer — expect to mow weekly, sometimes twice Happiest in well-drained soil, like most drought-tolerant grasses Slows down and loses a little colour at the coldest point of winter, though less than most warm-season lawns Not sure it suits your yard? Ring us on (03) 9331 5300 — we'd rather talk you into the right one. Common questions How much watering does it actually need? Less than most. TifTuf saves around 38% on water compared to other varieties, and needs only minimal water to establish — which is what makes it the pick for water-restricted suburbs. For the first 2 to 4 weeks keep the soil under the lawn damp while the roots take. After that it copes with far longer gaps than you'd expect. Will it grow in shade? It needs about 4 hours of direct sun a day, and handles up to 50% filtered light. If your yard is shadier than that, Sir Walter Buffalo is the better choice — it goes to 75%. How does it handle cold and frost? Very well. Research has TifTuf surviving temperatures down to -20°C, so early-morning Melbourne frost is no trouble. It stays brighter through winter than most warm-season grasses, though like all of them it slows down at the coldest point and picks straight back up in spring. What soil does it need? All soil types work — clay, sand, alkaline or acidic. It performs best in well-drained soil, as most drought-tolerant grasses do. If you're not sure what you've got, ring us and we'll talk it through. How much mowing and maintenance? Medium overall — less fertiliser and less water than most lawns, but more mowing while it's growing hard. Once a week through spring and summer, sometimes twice if you're keeping it short. In the cooler months it slows right down and you'll only mow as needed. What's the best fertiliser for it? We recommend Sir Walter Fertiliser — a premium lawn fertiliser you can use to dress the lawn at the start of each season. You've picked the lawn. We'll do the rest. We come out and measure on site, then quote one price covering the ground prep, the turf, delivery and installation. Most yards are finished in a day. Get a free measure and quote See how installation works → Not quite right? Try these Premium Eureka Kikuyu VG Tougher and cheaper, the pick for dogs and hard-worn yards. Needs full sun. View Kikuyu → Sir Walter Buffalo Softer underfoot, handles up to 75% shade, slower growing so less mowing. View Sir Walter → RTF – Tall Fescue Self-repairing, handles up to 50% shade, minimum order 30 m². View RTF → Give your new lawn the best start Lawn Solutions Premium Fertiliser Feed it at the start of each season to keep the colour and thickness up. Add to your order → Launcher Gets the roots moving in the first few weeks, when it matters most. Add to your order → Oxafert Fertiliser and pre-emergent in one — stops weeds before they show up. Add to your order →
More you might like
Related
TifTuf
Related
TifTuf Bermuda
Related
TifTuf Bermuda
Related