:root {
  --granberg: #f68b21;
  --dark-blue: #f68b21;
}

.blue-bg {background: var(--granberg);}

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

.granberg h3 {font-size: 42px; color: var(--dark-blue); font-weight: 700; margin-bottom: 50px;}
.granberg p {font-size: 22px; line-height: 1.3;}

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

.banner {position: relative;}
.banner article {position: absolute; top: 50%; transform: translateY(-50%); left: 7.5%; color: var(--dark-blue);}
.banner article h1 {font-size: 56px; font-weight: 800; margin-bottom: 2vw;}
.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: 290px; 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;}

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

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


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

.product-tile {background: #fff; border-radius: 14px; padding: 25px 35px; display: block; box-sizing: border-box; text-align: left;}
.product-tile figure {position: relative; height: 0; padding-bottom: 80%; margin-bottom: 25px;}
.product-tile figure img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90%; height: 90%; object-fit: contain;}
.product-tile .title {font-size: 26px; font-weight: 700; margin-bottom: 10px; line-height: 1;}
.product-tile span {position: relative; 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/granberg/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(--dark-blue);}
.info-tile p {font-size: 18px; font-weight: 400;}

.award-winning {display: grid; grid-template-columns: 1.5fr 1fr;}
.award-winning .grid {margin-left: 7.5%; align-items: center;}
.award-winning .grid h3 {margin-bottom: 20px;}
.award-winning .grid img {margin: 0 auto;}
.award-winning .grid .button {margin-top: 30px;}

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

.product-details h1 {}
.product-details h2 {color: #f68b21;}
.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: #f68b21;}

.product-images .swiper figure img {object-fit: contain!important;}

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

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

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

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

.granberg.product-page .product-banner {height: auto; display: flex; justify-content: space-between; width: 85%; margin: 0 auto; padding: 50px 0 0; background: none;}
.granberg.product-page .product-banner::before {display: none;}
.granberg.product-page .product-banner article {top: auto; left: auto; transform: none; position: relative; color: #000;}
.granberg.product-page .product-banner figure {display: none;}
.granberg.product-page .product-banner .logo-wrapper {margin: 0; display: block;}
.granberg.product-page .product-banner .logo-wrapper img {max-width: 200px;}
.granberg.product-page .product-banner + .content {margin-top: 50px;}

.product-details .logo-wrapper {display: none;}

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

  .banner article img {width: 20vw;}
  .banner article h1 {font-size: 40px;}

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

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

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

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

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

}
@media screen and (max-width: 1500px) {
  .banner .tags {gap: 20px;}
  .banner .tags img {width: 200px;}
}
@media screen and (max-width: 1400px) {

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

  .banner article h1 {font-size: 35px; margin-bottom: 30px;}
  .banner .tags {gap: 15px;}
  .banner .tags img {width: 150px;}

  .intro {margin: 30px 0;}
  .intro .grid-3 {grid-gap: 30px;}
  .intro p {margin: 30px auto 50px;}

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

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

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

  .granberg p, .info-tile h4 { font-size: 16px; }

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

  .product-tile {padding: 20px 25px;}
  .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; }

}

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

}

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

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

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

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

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

  .granberg .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: 900px) {

  .banner {margin-top: 38px;}

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

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

  .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 .mobile {display: block; width: 100%;}
  .banner .desktop {display: none;}

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

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

  .banner {margin-top: 0px;}
  .banner article {width: 90%; top: 75px; transform: translateX(-50%); text-align: center; left: 50%;}
  .banner article img {max-width: 300px; width: 85%; margin: 0 auto 50px;}
  .banner article h1 {font-size: 26px;}
  .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: 30px auto 0; width: 100%; display: grid; align-items: flex-start;}
  .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: 0 auto; width: fit-content;}
  .intro p {max-width: 90%; margin: 0 auto 15px; font-weight: 600;}

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

  .featured-products .button {display: none;}

  .product-tile {padding: 0 0 20px;}
  .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: var(--dark-blue);}
  .why-choose .grid-4 {grid-gap: 30px;}
  .why-choose .button {display: none;}

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

  .award-winning {display: none;}

  .testimonials {margin: 0; padding: 80px 0; 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;}

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

  .product-details h2 {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;}

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

  .granberg .button span {display: none;}

}
