:root {
  --grey: #EAEAEA;
  --accessories: #A2DD50;
}

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

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

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

.why-choose h3 {color: var(--blue);}

.banner {position: relative;}
.banner article {position: absolute; top: 50%; transform: translateY(-50%); left: 7.5vw;}
.banner article h1 {font-size: 40px; line-height: 1.1; font-weight: 800; margin-bottom: 1.5vw; color: #fff; text-transform: uppercase;}
.banner article img {width: 30vw; 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;}

.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-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: 50px auto 100px; max-width: 1180px;}
.intro .button {display: none;}

.why-choose .grid-4 {margin: 50px auto; grid-gap: 60px;}

.featured-products .grid-5 {margin: 100px auto; grid-gap: 20px;}
.featured-products h3, #product-container h1 {color: var(--accessories);}

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

.feature {display: block; position: relative;}
.feature .content {position: absolute; display: flex; left: 7.5vw; top: 50%; transform: translateY(-50%); padding: 0; width: 725px; margin: 0;}
.feature .content article h3 {color: var(--accessories); font-size: 40px; line-height: 1.2; margin-bottom: 30px; max-width: 570px; text-transform: uppercase;}
.feature .content article p {max-width: 500px; margin-bottom: 50px; color: #fff; font-size: 22px;}
.feature .content article img {width: 30vw; display: block; margin-bottom: 50px;}
.feature .content > img { width: 190px; height: 260px;}

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

.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/ride-on-accessories/arrow-large.svg');}
.custom-next {transform: translateY(-50%) rotate(180deg); left: auto; right: 5%;}

.info-box:nth-child(2) article .button {background: #464646; color: #fff;}

.product-banner {background: var(--accessories);}
.product-banner::before {display: none;}
.product-banner article p, .product-banner article a {color: var(--blue);}

.product-details h1 {max-width: 550px; color: var(--blue)}
.product-details h2 {color: var(--green); font-size: 18px; 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(--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;}

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

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

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

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

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

  .ride-on-accessories h3, .feature .content article h3 {font-size: 35px;}

  .ride-on-accessories p, .info-tile h4, .feature .content article p {font-size: 18px;}

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

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

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

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

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

  .feature .content article img, .feature .content article p {margin-bottom: 30px;}

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

}

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

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

  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, .why-choose .grid-4 {margin: 30px auto 50px;}

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

  .ride-on-accessories .button {font-size: 14px;}

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

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

  .ride-on-accessories h3 {font-size: 30px; margin-bottom: 30px;}

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

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

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

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

  .feature .content {max-width: 600px; left: 5vw;}
  .feature .content article h3 {font-size: 30px; max-width: 420px; margin-bottom: 20px;}
  .feature .content article p {max-width: 450px;}

  .feature .content > img { width: 140px; height: 200px;}

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

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

}

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

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

  .banner article h1 {font-size: 30px; line-height: 1;}

  .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: 100px; height: 140px;}
  .feature .content article h3 {font-size: 25px;}

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

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

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

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

  .product-tile .title {margin-bottom: 20px;}

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

  .product-details h2 {font-size: 35px; margin-bottom: 20px;}

}

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

  .banner article h1 {font-size: 25px;}

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

  .feature .content article img, .feature .content article p {margin-bottom: 20px;}

  .feature .content {max-width: 500px;}
  .feature .content article h3 {}
  .feature .content article p {max-width: 390px;}

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

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

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

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

  .ride-on-accessories h3 {font-size: 25px;}

  .ride-on-accessories .button { font-size: 12px;}

  .product-tile .sku {font-size: 14px;}
  .product-tile .title { font-size: 16px;}

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

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

  .why-choose .grid-4 {margin-bottom: 50px;}


}

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

  .banner article {padding: 0;}
  .banner figure {height: 100%;}

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

  .feature {display: none;}

  .why-choose .grid-4 {grid-template-columns: 1fr 1fr;}

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

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

}

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

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

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

  .banner article {text-align: center; top: 30px; transform: none; width: 85%; transform: none;}
  .banner article img {max-width: 300px; width: 85%; margin: 0 auto 30px;}
  .banner article h1 {font-size: 20px; line-height: 25px; margin: 0 auto 30px;}
  .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; margin-bottom: 10px;}
  .intro .grid-3 {grid-template-columns: 1fr; width: 100%; max-width: 100%; order: 2; margin: 30px 0 0; grid-gap: 10px;}
  .intro .button {display: none;}
  .intro p {max-width: 90%; margin: 0 auto 15px; font-weight: 600;}

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

  .ride-on-accessories h3 {margin-bottom: 20px;}
  .featured-products .grid-5 {margin-top: 20px;}

  .product-tile figure img {padding: 30px 30px 0;}

  .why-choose {margin: 50px 0;}
  .why-choose .grid-4 {grid-gap: 30px; max-width: 265px;}
  .why-choose .button {display: none;}

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

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

}
