:root {
  --grey: #EAEAEA;
  --gw-green: #007A10;
  --light-green: #7AC546;
}

.grey-bg {background: #EAEAEA30;}
.dark-bg {background: #0D0D0D; color: #fff;}

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

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

.why-choose h3 {color: #000;}

.banner {position: relative; align-items: center; grid-gap: 75px;}
.banner article {position: absolute; padding-left: 7.5vw; top: 50%; transform: translateY(-50%); z-index: 1; color: #fff;}
.banner article h1 {font-family: "Nexa-Book"; font-size: 56px; line-height: 60px; font-weight: 800; margin-bottom: 1vw; color: #fff; max-width: 650px;}
.banner article img {width: 30vw; display: block; margin-bottom: 2vw;}
.banner article .banner-tag {position: relative; margin: 2vw 0; left: -7.5vw; padding: 20px 30px 20px 7.5vw; border-radius: 0 0 10px 0; background: var(--gw-green); width: fit-content;}
.banner article .banner-tag img {margin: 0; width: 135px;}
.banner figure {width: 100%; height: auto; position: relative;}
.banner figure img {width: 100%; height: 100%; object-fit: cover;}
.banner .button {}


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

.center {text-align: center;}

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

.grid {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.grid-3 {display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 15px;}
.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 0 50px; padding: 50px 0 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: 75px auto; max-width: 1300px;}
.intro .button {display: none;}

.why-choose .grid-4 {margin: 50px auto 100px;}
.why-choose .grid-4 {grid-gap: 60px;}
.why-choose .wrapper-sml {max-width: 1200px;}
.why-choose h3 {color: #000; margin-bottom: 50px;}

#product-container {padding: 100px 0; margin: 0; background: #EAEAEA30;}

.featured-products .grid-5, .featured-products .grid-4 {margin: 75px auto; grid-gap: 60px 25px}
.featured-products h3, #product-container h1 {color: var(--gw-green);}
.featured-products > img {width: 300px; margin: 0 auto 100px;}

.product-tile {background: #fff; border-radius: 14px; padding: 0 0 20px; overflow: hidden; display: block; box-sizing: border-box; text-align: left; transition: 0.3s;}
.product-tile figure {position: relative; height: 0; padding-bottom: 100%;}
.product-tile figure img {position: absolute; width: 100%; height: 100%; object-fit: cover;}
.product-tile .title {font-size: 26px; font-weight: 700; margin: 20px 25px; line-height: 1; transition: 0.3s;}
.product-tile span {position: relative; font-size: 16px; font-weight: 700; color: #A8A8A8; padding-right: 25px; margin: 0px 25px; transition: 0.3s;}
.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/greenworks-pro/arrow.svg');}

.product-tile:hover {background: #C1D72E30;}
.product-tile:hover .title {color: #007A10;}
.product-tile:hover span {color: #007A10;}
.product-tile:hover span::after {background: #007A10;}

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

.feature {position: relative;}
.feature .content {position: absolute; top: 50%; left: 5vw; transform: translateY(-50%); z-index: 1; display: flex; justify-content: space-between; width: 45vw;}
.feature .content article h3 {color: #fff; font-size: 42px; margin-bottom: 30px;}
.feature .content article p {max-width: 443px; margin-bottom: 50px; color: #fff;}
.feature .content img {width: 430px; display: block}
.feature figure {height: auto; width: 100%;}
.feature figure img {width: 100%; height: 100%; object-fit: cover;}



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

.testimonials h3 {color: #000; font-size: 42px;}
.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/greenworks-pro/arrow-large.svg');}
.custom-next {transform: translateY(-50%) rotate(180deg); left: auto; right: 5%;}

.product-details h1 {max-width: 85%;}
.product-details h2 {color: #D3D3D3; 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 .button-row .button:last-child {background: #818181; color: #fff;}
.product-details ul li::before {background: var(--light-green);}

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

.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(--light-green)}

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

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

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

  .banner article h1 {font-size: 40px; line-height: 45px; max-width: 460px;}
  .banner article .banner-tag {padding: 15px 20px 15px 7.5vw}
  .banner article .banner-tag img {width: 100px;}

  .greenworks-pro h3 {font-size: 35px;}

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

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

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

  .product-tile .title {font-size: 20px; margin-bottom: 5px;}
  .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 > img {width: 150px; height: 150px; right: -75px;}
  .feature .content article img {width: 225px; margin-bottom: 30px;}
  .feature .content article h3 {font-size: 35px; margin-bottom: 20px;}
  .feature .content article p { max-width: 350px; margin-bottom: 30px;}

  .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 article h1 {font-size: 35px; line-height: 40px; margin-bottom: 30px;}
  .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 50px;}

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

  .greenworks-pro .button {font-size: 14px;}

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

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

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

  .product-tile .title {font-size: 18px; margin: 15px 20px 5px;}
  .product-tile span {margin: 0 20px;}
  .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 article img {width: 200px; margin-bottom: 20px;}
  .feature .content article h3 {font-size: 30px;}
  .feature .content article p {max-width: 330px;}

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

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

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

}

@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;}

  .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;}

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

  .product-tile {border-radius: 10px; padding-bottom: 15px;}

  .banner {grid-gap: 40px;}
  .banner article {padding-left: 5vw;}
  .banner article .banner-tag {padding: 10px 15px 10px 5vw; left: -5vw;}
  .banner article h1 {margin-bottom: 20px; max-width: 400px;}
  .banner article img {width: 20vw;}
  .banner article .banner-tag img { width: 75px; }

}

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


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

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

  .feature .content article p {max-width: 320px;}

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

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

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

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

  .greenworks-pro h3 {font-size: 25px;}

  .greenworks-pro .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;}


}

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

  .banner article img {margin-bottom: 20px;}
  .banner article .banner-tag {margin: 20px 0;}
  .banner article .banner-tag img {width: 60px;}

}

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

  .banner {height: 40dvh;}

  .banner article img {width: 30vw;}
  .banner figure {height: 100%;}

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

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

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

  .product-details .description p {font-size: 15px;}

  .product-details h2 {font-size: 28px; margin-bottom: 30px;}
  .product-details h3 {font-size: 28px;}
  .product-details h3 small {font-size: 15px;}

}

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

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

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

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

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

  .banner article {padding: 50px 30px 30px; box-sizing: border-box; height: 100%; width: 100%;}
  .banner article img {width: 90%; margin: 0 auto 15px;}
  .banner article .banner-tag {left: -30px; margin: 15px 0; padding: 10px 15px 10px 55px;}
  .banner article .banner-tag img {width: 100px;}
  .banner article h1 {font-size: 24px; line-height: 30px; margin: 0; position: absolute; bottom: 30px; max-width: 75%; color: var(--gw-green);}
  .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-top: 30px;}
  .intro .grid-3 {grid-template-columns: 1fr; width: 100%; max-width: 100%; order: 2; margin: 30px 0 0; grid-gap: 10px;}
  .intro .button {display: inline-block; margin: 15px auto 0; width: fit-content;}
  .intro p {max-width: 90%; margin: 0 auto 15px; font-weight: 600;}
  .intro p span {display: none;}

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

  .featured-products .grid-5, .featured-products .grid-4 {margin: 30px auto 50px;}
  .featured-products .button {margin: 0px 0 30px;}

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

  .why-choose {margin: 50px 0;}
  .why-choose h3 {color: #000;}
  .why-choose .grid-4 {grid-gap: 30px;}
  .why-choose .button {margin: 10px auto 0}

  .info-tile {text-align: center;}
  .info-tile img {margin: 0 auto 10px; width: 133px; height: 133px;}
  .info-tile h4 {font-size: 20px;}
  .info-tile p {max-width: 250px; margin: 0 auto; font-size: 18px;}

  .feature {display: none;}

  .testimonials {margin: 0; padding: 0 0 60px; color: #000; background: #EAEAEA;}
  .testimonials h3 {color: #000; max-width: 235px; margin: 0 auto 20px;}
  .testimonials p {max-width: 95%;}
  .testimonials p:last-child {font-weight: 700;}
  .testimonials .button {display: none;}
  .testimonials + .content {margin-top: 0;}

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

  .product-details h2 {font-size: 18px;}
  .product-details h1 {font-size: 28px; margin-bottom: 20px;}
  .product-details h3 {font-size: 28px;}
  .product-details h3 small {font-size: 15px;}

  .specs-list li {grid-template-columns: 1fr 1fr;}
  .tab-section li p {padding: 10px 15px; font-size: 14px;}


}
