:root {
  --red: #DB0008;
  --blue: #0254A5;
  --font-standard: 22px;
}

body {line-height: 1.5;}

.wrapper-lrg {max-width: 1900px; width: 90%; margin: 0 auto;}

.atex {font-family: "Plus Jakarta Sans", sans-serif;}
.atex .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;}
.atex .button.grey {background: #D3D3D3; color: var(--blue);}
.atex .button.light:hover, .atex .button.grey:hover {background: var(--blue); color: #fff;}

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


.banner {position: relative;}
.banner::before {content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); z-index: 1; opacity: 0.7;}
.banner > figure {height: 100%; position: relative;}
.banner > figure img {width: 100%; height: 100%; object-fit: cover;}
.banner > figure::before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg,rgba(1, 138, 84, 1) 0%, rgba(151, 209, 42, 0.58) 50%, rgba(1, 138, 84, 0) 100%);}
.banner .desktop {display: block;}
.banner .mobile {display: none;}
.banner .overlay {position: absolute; max-width: 1700px; width: 85%; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; grid-template-columns: 1fr 1.5fr; align-items: center; z-index: 2; grid-gap: 5vw;}
.banner article img {display: block; max-width: 17vw; margin-bottom: 20px; margin-left: -2.5vw;}
.banner article h1 {font-weight: 800; font-size: 28px; text-transform: uppercase; margin-bottom: 20px;}
.banner article p {font-size: var(--font-standard); color: #fff; font-weight: 600; max-width: 477px; margin-bottom: 20px;}
.banner article .button {margin-top: 10px;}

.button.red { background: var(--red); color: #fff;}

.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: 25px;}

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

article.mobile, h2.mobile {display: none;}

.intro article {max-width: 1210px; margin: 70px auto 0;}
.intro article h2 {font-size: var(--font-standard); line-height: 28px;}
.intro figure {position: relative; height: 0; padding-bottom: 60%;}
.intro figure img {position: absolute;top: 0;}


.why-choose .grid-4 {grid-gap: 60px;}
.grid-5.products {margin-top: 70px;}

.atex h3.red {color: var(--red);}

.product-tile {box-sizing: border-box; padding: 30px 30px 60px; background: #EFEFEF; border-radius: 15px; position: relative; cursor: pointer; transition: 0.5s;}
.product-tile figure {position: relative; height: 0; padding-bottom: 80%; background: none;}
.product-tile figure img {position: absolute;top: 50%; left: 50%; transform: translate(-50%,-50%);width: 90%; height: 90%; object-fit: contain; }
.product-tile article {padding: 0; color: #000;}
.product-tile article img {display: block; width: auto; max-width: 110px; margin-bottom: 20px;}
.product-tile article p {font-size: 26px; text-transform: capitalize; font-weight: 700; line-height: 28px;}
.product-tile article p.code {color: var(--red); font-size: 1.1vw;}
.product-tile .title {font-size: 26px; font-weight: 700; margin-bottom: 10px; line-height: 1;}
.product-tile span {position: absolute; bottom: 20px; transition: 0.4s ease;}

.feature-banner {position: relative; height: 75vh;}
.feature-banner article {position: absolute; top: 50%; transform: translateY(-50%); left: 5%;}
.feature-banner article img {max-width: 570px; display: block; margin-bottom: 50px;}
.feature-banner > figure {height: 100%; position: relative;}
.feature-banner > figure video {height: 100%; width: 100%; object-fit: cover;}
.feature-banner > figure::before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(46deg,rgba(1, 138, 84, 1) 0%, rgba(151, 209, 42, 0.4) 30%, rgba(1, 138, 84, 0) 70%, rgba(1, 138, 84, 0) 100%);}

.features {margin-top: 70px; grid-gap: 3vw 7vw;}

.feature-block figure {margin: 0 0 20px; width: 160px; height: 160px; border-radius: 50vw; overflow: hidden; position: relative; background: linear-gradient(135deg,rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 0.4) 70%);}
.feature-block figure img {width: 60%; height: 60%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: contain;}
.feature-block h4 {color: var(--red); font-weight: 700; font-size: 20px; margin-bottom: 20px;}
.feature-block p {font-size: 18px; line-height: 24px;}

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

.product-details h1 {}
  .product-details h2 {font-weight: 700; font-size: 1.6vw; color: var(--red); line-height: 1; margin-bottom: 1vw;}
.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(--red);}

.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: #fff;}

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

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

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

  :root {
    --font-standard: 20px;
  }

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

  .intro article {max-width: 1100px;}

  .feature-banner article img {max-width: 400px; margin-bottom: 30px;}

  .banner article img {width: 20vw;}

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

  .atex 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: 1600px) {

  :root {
    --font-standard: 16px;
  }

  .banner article h1 {font-size: 22px; margin-bottom: 15px;}
  .banner article p {margin-bottom: 15px; max-width: 335px;}

  .product-tile article p {font-size: 20px; line-height: 22px;}
  .grid-5.products {margin-top: 30px;}

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

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

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

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

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

  .intro article {max-width: 900px; margin: 50px auto 0;}

  .content { margin: 60px 0;}

  .grid-5.products { margin-top: 50px;}
  .grid-5 {grid-template-columns: repeat(3,1fr);}

  .features {margin-top: 50px;}
  .feature-block h4 {margin-bottom: 10px; line-height: 26px;}

  .banner .overlay {grid-template-columns: 1fr 1.3fr;}

  .feature-banner article img {max-width: 400px; margin-bottom: 50px;}

  .product-tile {padding: 30px 30px 60px;}

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

  .feature-block h4 { margin-bottom: 10px; line-height: 26px; }

}

@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 {height: 450px;}
  .banner .overlay article h1 {font-size: 18px;}
  .banner .overlay article img {max-width: 215px; margin-bottom: 15px; margin-left: -20px;}
  .banner .overlay article p {max-width: 310px;}

  .feature-block p { font-size: 14px; }

  .feature-block figure { width: 120px; height: 120px; }

}

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

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

  .banner .tags img { width: 125px;}
  .atex 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;}

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

  .atex .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) {

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

  .banner {height: auto;}
  .banner .desktop {display: none;}
  .banner .mobile {display: block; margin-bottom: -10%;}

  .banner .overlay {grid-template-columns: 1fr; position: relative; top: auto; left: auto; transform: none; width: 100%; box-sizing: border-box; padding: 5% 5% 0; grid-gap: 30px;}
  .banner .overlay article {text-align: center;}
  .banner .overlay article img {margin: 0 auto 15px; max-width: 60%; width: 100%;}
  .banner .overlay article h1 {margin: 0;}
  .banner .overlay article p {display: none;}
  .banner .overlay article .button {display: none;}

  .banner > figure {position: absolute;}
  .banner > figure::before {display: none;}

  article.mobile {display: block;}
  .feature-banner {display: none;}

  .features {grid-template-columns: 1fr; grid-gap: 20px;}

  .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: 100%; margin: 0 auto 15px;}

  .intro .wrapper {display: flex; flex-direction: column; width: 100%;}
  .intro article {display: none;}
  .intro article.mobile {display: block; margin: 30px auto; width: 90%;}
  .intro article.mobile p {margin-bottom: 10px;}
  .intro article.mobile .button {margin-top: 10px; position: relative; left: 50%; transform: translateX(-50%);}
  .intro .grid-3 {grid-template-columns: 1fr; grid-gap: 10px; order: 2;}

  .grid-5.products {grid-template-columns: 1fr;}
  .product-tile article p.code {font-size: 17px;}
  .product-tile article p {font-size: 22px;}
  .product-tile span {font-size: 16px; padding-right: 25px;}
  .product-tile span::after {width: 17px; height: 13px;}

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

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

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

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

  .banner .mobile {display: block; width: 100%;}
  .banner .desktop {display: none;}

  .atex h3 {font-size: 30px;}
  .atex p {font-size: 16px;}
  .atex .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;}

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

  .atex .button span {display: none;}

}
