/** Shopify CDN: Minification failed

Line 136:14 Expected identifier but found bad string token
Line 136:15 Unterminated string token
Line 144:14 Expected identifier but found bad string token
Line 144:15 Unterminated string token
Line 150:14 Expected identifier but found bad string token
Line 150:15 Unterminated string token

**/
/* TURFIES RESKIN */

/* body custom */
body {
  background:#253300 none repeat scroll 0 0;
}

.turfies-green { color:#96d700; }
.turfies-green-medium { color: #74a600; }
.turfies-green-dark { color: #253300; }

.turfies-titles-h1 {
    font-size: 3rem;
    margin:2rem 0 !important;
}

a.turfies-quiet-link {
    text-decoration: none !important;
    color:inherit !important;
    font-size:inherit !important;
}

a.turfies-quiet-link:hover {
    text-decoration: underline !important;
}

.turfies-text-rte {

}

.rte ol {
  padding-left: 1.75rem;
  list-style-position:unset;
}

.rte ol li {
  padding-left: 0.25rem;
}

.rte ol li::marker {
  color: #74a600;
  font-weight: 700;
}

.turfies-centered {
    text-align:center;
}

.turfies-big-cta {
    background: #96d700 !important;
    border-color: #96d700 !important;
    margin: 1rem 0 0 0;
    width: 100%;
}

/* hero custom */

/* turfies-content and newsletter custom */
div.turfies-fancy-background,
div.newsletter.turfies {
  background-image: url(//turfies.co.uk/cdn/shop/files/turfies-background-launch_96d700.jpg?v=1780909889);
  background-size: 3200px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 25%;
  padding: 5rem;
  background-color: #96d700;
}

@media (max-width: 720px) {
    div.turfies-fancy-background,
    div.newsletter.turfies {
        background-size: 2380px;
        padding: 8rem;
  }
}

@media (max-width: 580px) {
    div.turfies-fancy-background,
    div.newsletter.turfies {
        background-size: 3080px;
        padding: 6rem;
    }
}

@media (max-width: 420px) {
    div.turfies-fancy-background,
    div.newsletter.turfies {
        padding: 3rem;
    }
}

.newsletter-form__message--success.form__message {
  text-align: center !important;
  display: flex;
  margin: 2rem auto 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  color: #253300;
}

.newsletter-form__message--success.form__message svg path {
  fill: #96d700 !important;
}

div.turfies-content-white-ds,
div.newsletter__wrapper {
  max-width: 40rem;
  margin: 0 auto;
  padding: 3rem 3rem !important;
  border-radius: 1.5rem;
  box-shadow: #000 0rem 0rem 1.5rem;
}

div.turfies-content-white-ds {
    background:#fff none repeat scroll 0 0;
    max-width: 60rem;
}

div.in-content-image, 
div.newsletter__image__custom {
  position:relative;
  max-width: 30rem;
  max-height: 30rem;
  margin: 0 auto;
  width: 100%;"
}

div.in-content-image.brand,
div.newsletter__image__custom.brand {
  max-width: 20rem;
  max-height: 20rem;
  margin: 0 auto;
  width: 100%;"
}

div.in-content-image, 
div.newsletter__image__custom img {
  height: auto;
  width: 100%;"
}

div.newsletter__image__custom a.tiny-label {
 position:absolute;
 right:0%;
 top:0%;
}

div.turfies-signup-footer {
  background: rgba(239, 234, 224, 0.25) none repeat scroll 0 0;
  font-size: 1.1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #e8e3d9;
  line-height: 1.7rem;
}

a.tiny-trigger {
 text-decoration:none;
 font-weight:bold;
 font-size:0.9rem;
 vertical-align:super;
}

/* signup custom */
button.button__custom {
  background: #96d700 !important;
  border-color: #96d700 !important;
  margin: 1rem 0 0 0;
  max-width: 36rem;
  width: 100%;
}

/* icon list custom */
.turfies-icon__wrapper {
  background-image: url(//turfies.co.uk/cdn/shop/files/turfies-grounded-pattern-efe9e0-e8e3da.png?v=1780917255);
  background-size:142px 71px;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.turfies-icon-list {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 4vw, 3rem);
  flex-wrap: wrap;
}

.turfies-icon-list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 180px;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: rgba(0,0,0,0.3) 0 0 0.75rem;
}

.turfies-icon-list__icon {
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 0.25rem solid #96d700;
}

.turfies-icon-list__icon svg {
  width: 3rem;
  height: 3rem;
  display: block;
  fill:#96d700;
}

.turfies-icon-list__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 0 0.5rem 0 0;
}

.turfies-icon-list__text strong {
  text-transform: uppercase;
}

.turfies-icon-list__text small {
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .turfies-icon-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    max-width:40rem;
    margin:0 auto;
  }

  .turfies-icon-list__item {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .turfies-icon-list {
    margin:0 3rem;
  }

  .turfies-icon-list__item {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .turfies-icon-list {
    margin:0;
  }
}

/* footer custom */
div.shopify-section.shopify-section-group-footer-group {
  background: #96d700 repeat scroll 0 0 !important;
}

.footer__content-bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.footer__copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.small-info-text {
  font-size:1rem;
  text-align: center;
}

#PBarNextFrameWrapper {
    display: none !important;
}
