:root {
  --grey: #EAEAEA;
  --red: #DB0008;
}

.grey-bg {background: var(--grey);}

.greenfield {font-family: "Plus Jakarta Sans", sans-serif;}
.greenfield .button {box-sizing: border-box; border: 1px solid #D9D9D9; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #fff; background: var(--red); display: inline-block; padding: 15px 35px; transition: 0.3s;}
.greenfield .button.light {background: var(--grey); color: var(--red);}
.greenfield .button.grey {background: #D3D3D3; color: var(--red);}
.greenfield .button.light:hover, .greenfield .button.grey:hover {background: var(--red); color: #fff;}

.greenfield h3 {font-size: 40px; color: var(--red); font-weight: 700; margin-bottom: 50px;}
.greenfield p {font-size: 22px; line-height: 1.3;}

.why-choose h3 {color: #000;}
.why-choose .wrapper-sml > p {display: none;}

.banner {position: relative; display: grid; grid-template-columns: 1fr 2fr; align-items: center; grid-gap: 75px;}
.banner article {margin-left: 7.5vw;}
.banner article h1 {font-size: 56px; line-height: 60px; font-weight: 800; margin-bottom: 2vw; color: #8E8E8E; text-transform: uppercase; max-width: 400px;}
.banner article img {width: 400px; display: block; margin-bottom: 2vw;}
.banner figure {width: 100%; height: auto;}
.banner figure img {width: 100%; height: 100%; object-fit: cover;}
.banner .tags {position: absolute; left: 50%; transform: translateX(-50%); bottom: 3vw; display: flex; align-items: center; color: #fff; font-size: 24px; font-weight: 700; gap: 30px;}
.banner .tags img {width: 190px; display: inline-block;}

.banner .mobile {display: none;}
.banner .desktop {display: block;}

.product-banner article p, .product-banner article a {color: #000;}

.center {text-align: center;}

.content {margin: 0; padding: 100px 0;}

.greenfield.product-page .content {margin: 100px 0; padding: 0;}

.grid {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.grid-4 {display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 15px;}
.grid-5 {display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 15px;}

.wrapper {width: 85%; max-width: 85%; margin: 0 auto;}
.wrapper-sml {width: 85%; max-width: 1200px;}

.intro {box-shadow: 0 -20px 30px -20px #0005; margin: 0 ; padding: 50px 0;}
.intro .grid-3 {grid-gap: 45px;}
.intro .grid-3 figure {width: 100%;}
.intro .grid-3 figure img {width: 100%; height: 100%; object-fit: cover;}
.intro p {margin: 50px auto 0; max-width: 1180px;}
.intro .button {display: none;}

#products {padding: 50px 0;}

.why-choose {padding: 50px 0;}
.why-choose .grid-4 {margin: 50px auto; grid-gap: 60px;}
.why-choose .button {display: none;}

.featured-products .grid-4 {margin: 50px auto; grid-gap: 30px;}
.featured-products h3, #product-container h1 {color: var(--red);}

.product-tile {background: #fff; border-radius: 14px; padding: 0; overflow: hidden; display: block; box-sizing: border-box; text-align: left; border: 1px solid #EFEFEF; background: #EFEFEF; position: relative; padding-bottom: 75px; transition: 0.3s;}
.product-tile article {padding: 20px 25px 0px;}
.product-tile article img {height: 45px; display: block; margin-bottom: 20px; object-fit: contain;}
.product-tile:nth-child(4) article img, .product-tile:nth-child(5) article img {object-fit: contain; width: 173px;}
.product-tile figure {position: relative; height: 0; padding-bottom: 75%; background: #fff;}
.product-tile figure img {position: absolute; width: 75%; height: 75%; object-fit: contain; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.product-tile .title {font-size: 24px; font-weight: 700; line-height: 1.1; max-width: 90%; color: #000; margin: 0;}
.product-tile span {position: absolute; left: 25px; bottom: 25px; font-size: 16px; font-weight: 700; color: #A8A8A8; padding-right: 25px;;}
.product-tile span::after {content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 0; height: 12px; width: 16px; background: #A8A8A8; mask-repeat: no-repeat; mask-size:contain; mask-position: center; mask-image: url('/images/brands/greenfield/arrow.svg');}

.info-tile {text-align: left;}
.info-tile img {width: 160px; height: 160px; margin-bottom: 20px; display: block;}
.info-tile h4 {text-transform: uppercase; font-size: 20px; font-weight: 700; margin-bottom: 15px; color: var(--red);}
.info-tile p {font-size: 18px; font-weight: 400;}

.feature {position: relative;}
.feature .content {position: absolute; top: 50%; left: 5vw; transform: translateY(-50%); z-index: 1; display: flex; justify-content: space-between; width: 825px; padding: 0;}
.feature .content article h3 {color: #000; max-width: 380px; margin-bottom: 20px;}
.feature .content article p {max-width: 470px; margin-bottom: 20px;}
.feature .content article span {font-size: 13px; line-height: 1.3; display: block; margin-bottom: 30px; max-width: 390px;}
.feature .content img {width: 325px; height: 328px; object-fit: contain; display: block}
.feature figure {height: auto; width: 100%;}
.feature figure img {width: 100%; height: 100%; object-fit: cover;}
.feature figure .desktop {display: block;}
.feature figure .mobile {display: none;}


.gradient-bg {padding-top: 0px; background: linear-gradient(180deg,rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;}
.gradient-bg .content:first-child {margin-top: 0;}

.greenfield.product-page .content.gradient-bg {padding-top: 100px;}

.testimonials {padding-bottom: 0;}
.testimonials h3 {color: #000;}
.testimonials p {max-width: 1180px; margin: 0 auto 20px;}
.testimonials p:last-child {margin: 0 auto;}
.testimonials .button {margin-top: 50px;}

.custom-prev, .custom-next {display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 5%; height: 120px; width: 60px; background: #CCCCCC; mask-repeat: no-repeat; mask-size:contain; mask-position: center; mask-image: url('/images/brands/greenfield/arrow-large.svg');}
.custom-next {transform: translateY(-50%) rotate(180deg); left: auto; right: 5%;}

.video-section {background: none!important; overflow-x: clip; margin-bottom: 100px;}
.video-content {max-width: 1230px; width: 85%; margin: 0 auto; box-sizing: border-box; border: 5px solid #D5D5D5; box-shadow: 0 4px 10px 4px #0003; position: relative; margin-top: -80px; background: #fff;}
.video-content::after {content: ''; display: block; position: absolute; width: 100vw; height: calc(100% + 80px); background: #fff; z-index: -1; top: 80px; left: 50%; transform: translateX(-50%);}
.video-content img {width: 100%; height: 100%; object-fit: cover;}
.video-content .play-icon {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 130px; height: 130px; background: #fff5; border-radius: 50vw; z-index: 1; cursor: pointer;}
.video-content .play-icon::after {content: ''; display: block; position: absolute; width: 70px; height: 70px; background: #fff; position: absolute;  top: 50%; left: 51%; transform: translate(-50%,-50%); mask-repeat: no-repeat; mask-size:contain; mask-position: center; mask-image: url('/images/brands/greenfield/play-icon.svg');}

.tab-section ul {border-top: 0;}

.specs-list li {border-bottom: 1px solid #EBECEC; box-sizing: border-box;}
.specs-list li.specs-title {background: #FFF2F2; color: var(--red); border-bottom: 1px solid #FF0009; text-transform: uppercase; margin-top: 40px;}
.specs-list li:last-child {border-bottom: 0;}

.greenfield.product-page {background: linear-gradient(180deg,rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 50%);}
.greenfield.product-page .product-banner {height: auto; display: flex; justify-content: space-between; width: 85%; margin: 0 auto; padding: 50px 0 0; background: none;}
.greenfield.product-page .product-banner::before {display: none;}
.greenfield.product-page .product-banner article {top: auto; left: auto; transform: none; position: relative; color: #000;}
.greenfield.product-page .product-banner figure {display: none;}
.greenfield.product-page .product-banner .logo-wrapper {margin: 0; display: block;}
.greenfield.product-page .product-banner .logo-wrapper img {max-width: 200px;}
.greenfield.product-page .product-banner + .content {margin-top: 50px;}

.greenfield.product-page.category {background: #fff;}

.product-images .swiper figure {border-radius: 20px; overflow: hidden; background: #fff;}
.product-images .swiper figure img {object-fit: contain!important;}
.thumb-grid .swiper figure {padding-bottom: 75%; border-radius: 6px; overflow: hidden;}

.product-details h1 {max-width: 85%;}
.product-details h2 {color: var(--red); font-size: 39px; text-transform: uppercase;}
.product-details h3 {font-weight: 400; color: #000; font-size: 40px; margin-bottom: 30px;}
.product-details h3 small {font-size: 22px;}
.product-details .logo-wrapper {display: none;}
.product-details .button-row .button:last-child {background: #818181; color: #fff;}
.product-details ul li, .product-details p {font-size: 17px;}
.product-details ul li::before {background: var(--red);}

.product-details .description {margin: 50px 0;}

.product-images .custom-next, .product-images .custom-prev {display: none;}

.product-images .custom-next::after, .product-images .custom-prev::after  {background: #454545;}

.product-banner ~ .testimonials h3 {color: #000;}
.product-banner ~ .testimonials .button {background: #D3D3D3;}

.button-controls .button.light-grey.active:hover, .button-controls .button.light-grey:hover {background: var(--red)}

.product-images .custom-next:hover, .product-images .custom-prev:hover {background: var(--red);}

.tab-section.downloads article a::before {background: var(--red);}

.new-homepage .greenfield .feature {overflow: hidden; height: 700px; background: none;}
.new-homepage .greenfield .feature::after {content: ''; display: block; position: fixed; top: 0; width: 100%; height: 100dvh; background: url('/images/brands/greenfield/greenfield_Mid-banner-background.webp') no-repeat center/cover; z-index: -1;}
.new-homepage .greenfield .feature figure {display: none;}

.new-homepage .greenfield > div {background: #fff;}
.new-homepage .greenfield > .intro {position: relative; z-index: 1;}

@media screen and (max-width: 1750px) {

  .banner article img {width: 250px;}
  .banner article h1 {font-size: 40px; line-height: 45px;}

  .greenfield h3 {font-size: 35px;}

  .greenfield p, .info-tile h4 {font-size: 18px;}

  .intro p {max-width: 900px;}

  .featured-products .grid-5 {margin: 50px auto;}

  .product-tile .title {font-size: 20px;}
  .product-tile span {font-size: 12px; padding-right: 20px;}
  .product-tile span::after {height: 10px; width: 14px;}

  .info-tile img {width: 140px; height: 140px;}
  .info-tile p {font-size: 16px;}

  .award-winning .grid img {width: 250px;}

  .custom-prev, .custom-next {width: 40px; height: 100px;}

  .feature .content {max-width: 650px;}
  .feature .content > img {width: 225px; height: 225px;}
  .feature .content article img {width: 225px; margin-bottom: 30px;}
  .feature .content article h3 {font-size: 35px; margin-bottom: 20px; max-width: 330px;}
  .feature .content article p {max-width: 390px; margin-bottom: 30px;}

  .video-section {margin-bottom: 60px;}
  .video-content {max-width: 750px; margin-top: -60px;}
  .video-content::after {top: 60px; height: calc(100% + 60px);}

  .testimonials p {max-width: 1000px;}

}

@media screen and (max-width: 1400px) {

  .wrapper-sml {max-width: 1000px;}

  header .menu ul li a, header .menu ul li span {font-size: 14px;}

  .banner {grid-gap: 45px;}
  .banner article img {width: 200px;}
  .banner article h1 {font-size: 35px; line-height: 40px; margin-bottom: 30px; max-width: 250px;}
  .banner .tags {gap: 15px;}
  .banner .tags img {width: 150px;}

  .intro .grid-3 {grid-gap: 30px;}
  .intro p, .featured-products .grid-4, .why-choose .grid-4 {margin: 30px auto;}
  .intro p {max-width: 700px;}

  .content {padding: 60px 0;}

  #products {padding: 0 0 50px;}

  .greenfield .button {font-size: 14px;}

  .why-choose .grid-4 {grid-gap: 40px;}

  .greenfield p, .info-tile h4, .feature .content article p {font-size: 16px;}

  .greenfield h3 {font-size: 30px; margin-bottom: 30px;}

  .product-tile .title {font-size: 18px;}
  .product-tile span::after {height: 8px; width: 12px;}

  .info-tile img {width: 120px; height: 120px; margin-bottom: 10px;}

  .award-winning .grid p {max-width: 335px;}

  .testimonials p {max-width: 900px;}

  .custom-prev, .custom-next {width: 30px; height: 70px;}


  .feature .content {max-width: 550px;}
  .feature .content article img {width: 200px; margin-bottom: 20px;}
  .feature .content article h3 {font-size: 30px; max-width: 270px;}
  .feature .content article p {max-width: 350px;}
  .feature .content article span {max-width: 300px;}
  .feature .content > img {width: 175px; height: 175px;}

  .feature figure {height: 100%;}
  .feature figure img {height: 100%; width: 100%; object-fit: cover;}

  .gradient-bg {padding-top: 30px;}

  .product-tile {padding-bottom: 65px;}
  .product-tile article img {height: 35px;}
  .product-tile:nth-child(4) article img, .product-tile:nth-child(5) article img {max-width: 125px;}

  .why-choose {padding: 0 0 50px!important;}

  .new-homepage .greenfield .feature {height: 500px;}

}

@media screen and (max-width: 1250px) {

  header .menu ul li a, header .menu ul li span {font-size: 13px;}

  .find-dealer, .dealer-login {padding: 12px 15px 12px 35px; font-size: 11px;}
  .find-dealer::before, .dealer-login::before {width: 15px; height: 15px; left: 10px;}

  .banner article img {width: 175px; margin-bottom: 20px;}
  .banner article h1 {margin-bottom: 20px;}

  .feature .content > img {width: 124px; height: 124px; right: -67px;}
  .feature .content article img {width: 175px;}
  .feature .content article h3 {font-size: 25px;}

  .feature {grid-template-columns: 1fr 1.5fr;}

  .testimonials p {max-width: 700px;}

  .featured-products .grid-4 {grid-gap: 15px;}

  .product-tile {padding-bottom: 50px;}

  .product-tile .title {margin: 15px 0 5px;}
  .product-tile span {bottom: 20px;}

  .banner {grid-gap: 40px;}

  .video-section {margin: -30px auto 30px;}
  .video-content {max-width: 600px;}
  .video-content .play-icon {width: 100px; height: 100px;}
  .video-content .play-icon::after {width: 40px; height: 40px; left: 52%;}


}

@media screen and (max-width: 1100px) {

  .banner article img {width: 175px;}
  .banner article h1 {font-size: 30px; line-height: 35px;}

  .banner .tags img {width: 125px;}
  .greenfield p, .info-tile h4, .feature .content article p {font-size: 14px;}

  .feature .content {max-width: 450px;}
  .feature .content article h3 {max-width: 230px}
  .feature .content article p {max-width: 300px; margin-bottom: 20px;}
  .feature .content article span {font-size: 10px; max-width: 250px;}

  .intro p {max-width: 650px;}

  .content {padding: 50px 0;}

  .intro .grid-3 {grid-gap: 15px;}

  .intro p, .featured-products .grid-4, .why-choose .grid-4 {margin: 15px auto;}

  .featured-products .grid-4 {grid-template-columns: repeat(3,1fr);}

  .greenfield h3 {font-size: 25px;}

  .greenfield .button {font-size: 12px;}

  .product-tile .title {font-size: 16px; margin-bottom: 0;}

  .info-tile img {width: 100px; height: 100px; margin-bottom: 0px;}

  .award-winning .grid img {width: 200px;}

  .testimonials p {max-width: 700px;}

  .testimonials .button {margin-top: 30px;}

  .custom-prev, .custom-next {width: 20px; height: 60px;}

  footer .footer-grid {grid-gap: 30px; grid-template-columns: 1fr auto;}
  footer .footer-right {gap: 50px; justify-content: space-between;}

  .video-section { margin: 50px auto; }

  .gradient-bg .content:first-child {padding: 0;}

}

@media screen and (max-width: 900px) {

  .product-details h2 {font-size: 22px;}
  .product-details h1 {font-size: 28px;}

  .banner {grid-gap: 0; grid-template-columns: 1fr 1.5fr;}
  .banner article {padding: 60px 0;}
  .banner figure {height: 100%;}

  .testimonials p {max-width: 500px;}

  .feature {grid-template-columns: 1fr 1fr;}

  footer .footer-grid {grid-template-columns: 1fr;}

  .product-images .custom-next, .product-images .custom-prev {display: block; background: linear-gradient(90deg,rgba(70, 70, 70, 0.45) 0%, rgba(0, 0, 0, 0) 100%);}
  .product-images .custom-next {background: linear-gradient(270deg,rgba(70, 70, 70, 0.45) 0%, rgba(0, 0, 0, 0) 100%);}
  .product-images .custom-next::after, .product-images .custom-prev::after {background: #fff;}


}

@media screen and (max-width: 767px) {

    .find-dealer, .dealer-login {font-size: 15px;}

  .banner {grid-template-columns: 1fr;}
  .banner .mobile {display: block; width: 100%;}
  .banner .desktop {display: none;}

  .greenfield h3 {font-size: 30px;}
  .greenfield p {font-size: 16px;}
  .greenfield .button {font-size: 16px;}
  h3 span {display: none;}

  .content {margin: 30px 0; padding: 0;}
  .content.padding {padding: 30px 0;}

  .banner {margin-top: 0px;}
  .banner article {width: 90%; text-align: center; margin: 0 auto; padding: 40px 0 0; position: relative;}
  .banner article img {max-width: 200px; width: 85%; margin: 0 auto 20px;}
  .banner article h1 {font-size: 21px; line-height: 25px; max-width: 275px; margin: 0 auto 20px;}
  .banner article .button {display: none;}
  .banner .tags {bottom: 30px; left: 30px; display: block; transform: none;}
  .banner .tags img {width: 142px; margin-bottom: 20px;}
  .banner .tags p {font-size: 15px;}

  .intro {text-align: left; margin: 0 auto; width: 100%; display: grid; align-items: flex-start; padding: 30px 0 0;}
  .intro .grid-3, .intro .button {display: none;}
  .intro p {max-width: 90%; margin: 0 auto 15px; font-weight: 600;}

  #products { padding: 0; }

  .new-homepage .greenfield .feature::after {display: none;}

  .new-homepage .greenfield .feature { height: auto; }
  .new-homepage .greenfield .feature figure {display: block;}


  .featured-products .grid-5, .why-choose .grid-4 {grid-template-columns: 1fr;}

  .featured-products .grid-4 {margin: 30px auto 0; grid-template-columns: 1fr;}
  .featured-products .button {margin: 0px 0 30px;}

  .product-tile {border-radius: 14px;}
  .product-tile .title {margin: 10px 0; font-size: 20px; line-height: 25px;}
  .product-tile span {margin: 0; font-size: 16px;}
  .product-tile span::after {width: 14px; height: 12px;}

  .product-tile article img {height: 33px; margin-bottom: 10px;}
  .product-tile:nth-child(4) article img, .product-tile:nth-child(5) article img {width: 129px;}

  .why-choose {margin: 50px 0 10px; padding: 0!important}
  .why-choose h3 {color: #000; margin-bottom: 15px;}
  .why-choose .wrapper-sml > p {display: block;}
  .why-choose .grid-4 {grid-gap: 0px;}
  .why-choose .button {display: none;}
  .info-tile:last-child::after {display: none;}

  .info-tile {display: flex; flex-wrap: wrap; align-items: center; gap: 0px 30px; margin-bottom: 10px; position: relative; padding-bottom: 15px; border-bottom: 1px solid #A8A8A8;}
  .info-tile figure { width: 100px; height: 100px; margin: 0;}
  .info-tile h4 {font-size: 16px; max-width: 200px; margin: 0;}
  .info-tile p {width: 100%; transition: 0.4s ease; overflow: hidden; max-height: 0px;}
  .info-tile::after {content: 'Read More'; display: block; position: absolute; right: 0px; bottom: -14px; font-weight: 600; background: #fff; font-size: 12px; color: #A8A8A8; text-transform: uppercase; padding: 5px 0 10px 5px}
.info-tile:last-child {padding-bottom: 0; border: 0; margin: 0;}


  .info-tile.active p {max-height: 500px;}
  .info-tile.active::after {content: 'Read Less'}

  .feature {display: block;}
  .feature .content {position: relative; text-align: center; grid-template-columns: 1fr; display: grid; padding: 0; margin: 0 auto; left: auto; top: auto; transform: none; width: 100%;}
  .feature .content article {max-width: 85%; margin: 0 auto;}
  .feature .content article p {font-size: 16px;}
  .feature .content article h3 {font-size: 30px; max-width: 100%;}
  .feature .content article h3, .feature .content article span {margin: 0 auto 20px;}
  .feature .content article span {font-size: 13px; max-width: 100%;}
  .feature .content > img {width: 50%; height: auto; margin: 0 auto;}
  .feature .content .button {display: none;}

  .feature figure .desktop {display: none;}
  .feature figure .mobile {display: block;}

  .video-content {margin: 0 auto; width: 90%;}
  .video-content::after {display: none;}

  .video-content .play-icon {width: 57px; height: 57px;}
  .video-content .play-icon::after { width: 25px; height: 25px; left: 55%;}

  .video-section {margin: 30px 0;}

  .gradient-bg {background: #fff; padding: 0;}

  .testimonials {margin: 0; padding: 0 0 60px!important; color: #000; background: #fff;}
  .testimonials h3 {color: #000; max-width: 235px; margin: 0 auto 30px;}
  .testimonials p {max-width: 90%;}
  .testimonials p:last-child {font-weight: 700;}
  .testimonials .button {display: none;}
  .testimonials + .content {margin: 0 0 10px;}

  .custom-prev, .custom-next {display: none;}

  .info-box:last-child {background: #959595;}
  .info-box:last-child figure img {mix-blend-mode: multiply;}
  .info-box:last-child .button {background: none;}

}
