a0";
}
.MuiSkeleton-circle {
border-radius: 50%;
}
.MuiSkeleton-pulse {
animation: MuiSkeleton-keyframes-pulse 1.5s ease-in-out 0.5s infinite;
}
@keyframes MuiSkeleton-keyframes-pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}
.MuiSkeleton-wave {
overflow: hidden;
position: relative;
}
.MuiSkeleton-wave::after {
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
position: absolute;
animation: MuiSkeleton-keyframes-wave 1.6s linear 0.5s infinite;
transform: translateX(-100%);
background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
}
@keyframes MuiSkeleton-keyframes-wave {
0% {
transform: translateX(-100%);
}
60% {
transform: translateX(100%);
}
100% {
transform: translateX(100%);
}
}
.MuiSkeleton-withChildren > * {
visibility: hidden;
}
.MuiSkeleton-fitContent {
max-width: fit-content;
}
.MuiSkeleton-heightAuto {
height: auto;
}
.PrivateTabIndicator-root-13 {
width: 100%;
bottom: 0;
height: 2px;
position: absolute;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.PrivateTabIndicator-colorPrimary-14 {
background-color: #0D5257;
}
.PrivateTabIndicator-colorSecondary-15 {
background-color: #333333;
}
.PrivateTabIndicator-vertical-16 {
right: 0;
width: 2px;
height: 100%;
}
.MuiTabScrollButton-root {
width: 40px;
opacity: 0.8;
flex-shrink: 0;
}
.MuiTabScrollButton-root.Mui-disabled {
opacity: 0;
}
.MuiTabScrollButton-vertical {
width: 100%;
height: 40px;
}
.MuiTabScrollButton-vertical svg {
transform: rotate(90deg);
}
.MuiTabs-root {
display: flex;
overflow: hidden;
min-height: 48px;
-webkit-overflow-scrolling: touch;
}
.MuiTabs-vertical {
flex-direction: column;
}
.MuiTabs-flexContainer {
display: flex;
}
.MuiTabs-flexContainerVertical {
flex-direction: column;
}
.MuiTabs-centered {
justify-content: center;
}
.MuiTabs-scroller {
flex: 1 1 auto;
display: inline-block;
position: relative;
white-space: nowrap;
}
.MuiTabs-fixed {
width: 100%;
overflow-x: hidden;
}
.MuiTabs-scrollable {
overflow-x: scroll;
scrollbar-width: none;
}
.MuiTabs-scrollable::-webkit-scrollbar {
display: none;
}
@media (max-width:599.95px) {
.MuiTabs-scrollButtonsDesktop {
display: none;
}
}
.MuiTab-root {
padding: 6px 12px;
overflow: hidden;
position: relative;
font-size: 0.875rem;
max-width: 264px;
min-width: 72px;
box-sizing: border-box;
min-height: 48px;
text-align: center;
flex-shrink: 0;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 500;
line-height: 1.4285714285714286;
white-space: normal;
text-transform: uppercase;
}
@media (min-width:48rem) {
.MuiTab-root {
min-width: 160px;
}
}
.MuiTab-labelIcon {
min-height: 72px;
padding-top: 9px;
}
.MuiTab-labelIcon .MuiTab-wrapper > *:first-child {
margin-bottom: 6px;
}
.MuiTab-textColorInherit {
color: inherit;
opacity: 0.7;
}
.MuiTab-textColorInherit.Mui-selected {
opacity: 1;
}
.MuiTab-textColorInherit.Mui-disabled {
opacity: 0.5;
}
.MuiTab-textColorPrimary {
color: rgba(0, 0, 0, 0.54);
}
.MuiTab-textColorPrimary.Mui-selected {
color: #0D5257;
}
.MuiTab-textColorPrimary.Mui-disabled {
color: rgba(0, 0, 0, 0.38);
}
.MuiTab-textColorSecondary {
color: rgba(0, 0, 0, 0.54);
}
.MuiTab-textColorSecondary.Mui-selected {
color: #333333;
}
.MuiTab-textColorSecondary.Mui-disabled {
color: rgba(0, 0, 0, 0.38);
}
.MuiTab-fullWidth {
flex-grow: 1;
max-width: none;
flex-basis: 0;
flex-shrink: 1;
}
.MuiTab-wrapped {
font-size: 0.75rem;
line-height: 1.5;
}
.MuiTab-wrapper {
width: 100%;
display: inline-flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.MuiSnackbar-root {
left: 8px;
right: 8px;
display: flex;
z-index: 1400;
position: fixed;
align-items: center;
justify-content: center;
}
.MuiSnackbar-anchorOriginTopCenter {
top: 8px;
}
@media (min-width:48rem) {
.MuiSnackbar-anchorOriginTopCenter {
top: 24px;
left: 50%;
right: auto;
transform: translateX(-50%);
}
}
.MuiSnackbar-anchorOriginBottomCenter {
bottom: 8px;
}
@media (min-width:48rem) {
.MuiSnackbar-anchorOriginBottomCenter {
left: 50%;
right: auto;
bottom: 24px;
transform: translateX(-50%);
}
}
.MuiSnackbar-anchorOriginTopRight {
top: 8px;
justify-content: flex-end;
}
@media (min-width:48rem) {
.MuiSnackbar-anchorOriginTopRight {
top: 24px;
left: auto;
right: 24px;
}
}
.MuiSnackbar-anchorOriginBottomRight {
bottom: 8px;
justify-content: flex-end;
}
@media (min-width:48rem) {
.MuiSnackbar-anchorOriginBottomRight {
left: auto;
right: 24px;
bottom: 24px;
}
}
.MuiSnackbar-anchorOriginTopLeft {
top: 8px;
justify-content: flex-start;
}
@media (min-width:48rem) {
.MuiSnackbar-anchorOriginTopLeft {
top: 24px;
left: 24px;
right: auto;
}
}
.MuiSnackbar-anchorOriginBottomLeft {
bottom: 8px;
justify-content: flex-start;
}
@media (min-width:48rem) {
.MuiSnackbar-anchorOriginBottomLeft {
left: 24px;
right: auto;
bottom: 24px;
}
}
.PrivateNotchedOutline-root-3 {
top: -5px;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0 8px;
overflow: hidden;
position: absolute;
border-style: solid;
border-width: 1px;
border-radius: inherit;
pointer-events: none;
}
.PrivateNotchedOutline-legend-4 {
padding: 0;
text-align: left;
transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
line-height: 11px;
}
.PrivateNotchedOutline-legendLabelled-5 {
width: auto;
height: 11px;
display: block;
padding: 0;
font-size: 0.75em;
max-width: 0.01px;
text-align: left;
transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
visibility: hidden;
}
.PrivateNotchedOutline-legendLabelled-5 > span {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.PrivateNotchedOutline-legendNotched-6 {
max-width: 1000px;
transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
}
.MuiOutlinedInput-root {
position: relative;
border-radius: 4px;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
border-color: rgba(0, 0, 0, 0.87);
}
@media (hover: none) {
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
border-color: rgba(0, 0, 0, 0.23);
}
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
border-color: #0D5257;
border-width: 2px;
}
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
border-color: #FEF6F6;
}
.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
border-color: rgba(0, 0, 0, 0.26);
}
.MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
border-color: #333333;
}
.MuiOutlinedInput-adornedStart {
padding-left: 14px;
}
.MuiOutlinedInput-adornedEnd {
padding-right: 14px;
}
.MuiOutlinedInput-multiline {
padding: 18.5px 14px;
}
.MuiOutlinedInput-multiline.MuiOutlinedInput-marginDense {
padding-top: 10.5px;
padding-bottom: 10.5px;
}
.MuiOutlinedInput-notchedOutline {
border-color: rgba(0, 0, 0, 0.23);
}
.MuiOutlinedInput-input {
padding: 18.5px 14px;
}
.MuiOutlinedInput-input:-webkit-autofill {
border-radius: inherit;
}
.MuiOutlinedInput-inputMarginDense {
padding-top: 10.5px;
padding-bottom: 10.5px;
}
.MuiOutlinedInput-inputMultiline {
padding: 0;
}
.MuiOutlinedInput-inputAdornedStart {
padding-left: 0;
}
.MuiOutlinedInput-inputAdornedEnd {
padding-right: 0;
}
.MuiFormControl-root {
border: 0;
margin: 0;
display: inline-flex;
padding: 0;
position: relative;
min-width: 0;
flex-direction: column;
vertical-align: top;
}
.MuiFormControl-marginNormal {
margin-top: 16px;
margin-bottom: 8px;
}
.MuiFormControl-marginDense {
margin-top: 8px;
margin-bottom: 4px;
}
.MuiFormControl-fullWidth {
width: 100%;
}
.MuiInputAdornment-root {
height: 0.01em;
display: flex;
max-height: 2em;
align-items: center;
white-space: nowrap;
}
.MuiInputAdornment-filled.MuiInputAdornment-positionStart:not(.MuiInputAdornment-hiddenLabel) {
margin-top: 16px;
}
.MuiInputAdornment-positionStart {
margin-right: 8px;
}
.MuiInputAdornment-positionEnd {
margin-left: 8px;
}
.MuiInputAdornment-disablePointerEvents {
pointer-events: none;
}
.makeStyles-positionStart-1 {
opacity: 1;
margin-right: 0.75rem;
}
.makeStyles-positionEnd-2 {
margin-left: 0;
}
Javascript is required for this page
With project lists you can...
Create multiple lists
Plan out the products you need for your project
Add your completed Project List directly to your cart
Tuff Turf Tuff Turf Synthetic Turf Anchor Nail - 50 Pack
Select your preferred purchase method
Galvanised steel
125mm long
Twisted thread
Use these anchor nails to secure synthetic grass edges by nailing down grass every 300mm as close to the edges as possible. Made from galvanised steel, they are strong, durable and reliable.
Dimensions
Â
Width
Height
Length
Product
4mm
125mm
5mm
Package
110mm
50mm
140mm
Weight
Easy To Carry
Total Weight 0.2kg
Specifications
Model Name
Synthetic Grass Anchor Nails
Material
Galvanised Steel
Tuff Turf provide a full 7 year product warranty. The warranty guarantees the product for its standard* intended uses for seven years. This warranty is valid from the date of purchase to repair or replace materials which exhibit defects in product. *Standard Tuff Turf uses does NOT warrant against installation carried out by others, against grooming and maintenance damage caused by improper use, animals, neglect, vandalism, floods, lack of maintenance, animal waste, water table or other acts of nature. Warranty is only valid upon presentation of invoice or receipt.
We will gladly assist with returns and exchanges of this product in accordance with our returns and exchanges policy.
All special orders are delivered to Bunnings warehouses.
Turf nail