.page-template-cyclon-new-category-landing-tpl .taxHeader {
  height: clamp(420px, calc((620 * 100vw) / 1380), 620px);
}

.page-template-cyclon-new-category-landing-tpl .taxHeader:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: clamp(420px, calc((620 * 100vw) / 1380), 620px);
  inset: 0;
  background-image: radial-gradient(
    circle at 75% 35%,
    #0066cd,
    transparent 50%
  );
  z-index: 0;
}

.page-template-cyclon-new-category-landing-tpl
  .taxHeader
  .taxHeader__Content__Inner {
  margin-top: clamp(20px, calc((80 * 100vw) / 1380), 80px);
}

.page-template-cyclon-new-category-landing-tpl .taxHeader__Content {
  justify-content: left;
}

.page-template-cyclon-new-category-landing-tpl .taxHeader__Content:has(img) {
  justify-content: right;
}

.page-template-cyclon-new-category-landing-tpl .taxHeader .taxHeader__Content__Inner img {
  /* max-height: clamp(200px, calc((300 * 100vw) / 1380), 300px); */
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .page-template-cyclon-new-category-landing-tpl .taxHeader {
    height: clamp(520px, calc((620 * 100vw) / 767), 620px);
    padding-top: 110px;
  }

  .page-template-cyclon-new-category-landing-tpl .taxHeader:after {
    height: clamp(520px, calc((620 * 100vw) / 767), 620px);
    background-image: radial-gradient(
      circle at 50% 75%,
      #0066cd,
      transparent 50%
    );
  }

  .page-template-cyclon-new-category-landing-tpl .taxHeader img {
    width: clamp(355px, calc((580 * 100vw) / 600), 580px);
  }

  .page-template-cyclon-new-category-landing-tpl .mobileTaxHeaderTitle {
    display: none;
  }

  .page-template-cyclon-new-category-landing-tpl .taxHeader__Buttons {
    margin-top: 0 !important;
    display: none;
  }

  .page-template-cyclon-new-category-landing-tpl .saloon {
    margin-top: 0;
  }
}

.hero-new-category-landing__heading {
  font-size: calc(min(max(24px, 40/1380 * 100vw), 40px))!important;
  margin: 0 !important;
  padding: 0;
}

.hero-new-category-landing__subheading {
  font-size: 18px!important;
  line-height: 1.2!important;
  max-width: 350px;
  margin-top: 20px;
}

.new-category-landing {
  padding-top: 0;
  background: revert;
  position: relative;
  z-index: 2;
}



.new-category-landing__tabs {
  margin-top: -79px;
}

.new-category-landing__tabs-buttons {
  margin-inline: auto;
  max-width: 640px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
}

.tabs__button {
  padding: 10px 20px;
  text-align: center;
}

.tabs__button--evo {
  color: #ae9753;
}

.tabs__button--evo,
.tabs__button--eco {
  background-color: #3b578d;
}

.tabs__button--pro {
  background-color: #28407a;
  color: #8c9091;
}

.tabs__button--eco {
  color: #00ce7c;
}

.tabs__button--max {
  background-color: #274176;
  color: #f7691d;
}

.new-category-landing__tabs-buttons-label {
  position: absolute;
  color: white;
  font-size: 12px;
  left: -10px;
  transform: translateX(-100%);
}

.new-category-landing__dynamic-texts {
  margin-top: 40px;
}

.new-category-landing__dynamic-texts--no-tabs {
  display: grid;
  gap: 12px;
}

.new-category-landing__dynamic-texts__description {
  color: #4b505d;
}

/* Products  */

.new-category-product-grid {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .new-category-product-grid {
    /* grid-template-columns: repeat(1, 1fr); */
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .new-category-product-grid {
    /* grid-template-columns: repeat(1, 1fr); */
    flex-direction: column;
  }
}

/* Product Card  */
.new-category-product-card {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
  text-decoration: none;
  color: #001A61;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .new-category-product-card {
   width: calc(100% / 3);
  }
}

.new-category-product-card * {
  color: #001A61;
}

.new-category-product-card__text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc((20 * 100vw) / 1280), 20px);
  justify-content: space-between;
}

.new-category-product-card__title {
  margin: 0;
  padding: 0;
  /* margin-top: 8px; */
  line-height: 1.2;
}

.new-category-product-card__text {
  font-size: clamp(14px, calc((15 * 100vw) / 1280), 15px);
  line-height: 1.3;
}

.new-category-product-card .product-card__info {
  line-height: 1.3;
  margin-top: 0;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: break-word; */
}

.new-category-product-card__info-btn {
  display: grid;
  gap: clamp(15px, calc((20 * 100vw) / 1280), 20px);
}

.new-category-product-card__info-btn h4 {
  margin-block: 0;
}

.new-category-product-card__img-container {
  justify-self: center;
}

.new-category-product-card__img-container img {
  max-height: clamp(107px, calc((200 * 100vw) / 1920), 200px);
}

@media only screen and (max-width: 1024px) {
  .new-category-product-grid {
    gap: 50px;
  }

  .new-category-product-card__img-container img {
    max-height: clamp(138px, calc((160 * 100vw) / 1920), 160px);
  }

  .new-category-product-card__img-container {
    justify-self: end;  
  }

  /* .new-category-product-card {
    align-items: center;
  } */

  /* .new-category-product-card__img-container img {
    max-height: 340px;
  } */
}

@media only screen and (max-width: 767px) {
  .new-category-landing {
    padding-top: 20px;
  }

  .new-category-landing__tabs {
    margin-top: 0;
  }

  .new-category-landing__tabs-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  .tabs__button--active {
    background-color: #e5e5e5 !important;
    background-image: radial-gradient(circle, #fff, transparent);
  }

  .new-category-landing__tabs-buttons-label {
    color: #00144a;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
}

.product-category-landing__cta {
  margin-top: 40px;
  background-color: white;
  text-transform: uppercase;
}

/* Landing Categories  */
.landing-categories {
  margin-top: 40px;
  background-color: #E9ECF1;
  padding-block: clamp(40px, calc((60 * 100vw) / 1024), 60px) clamp(60px, calc((85 * 100vw) / 1024), 85px);
}
 


.landing-categories__category-heading span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, calc((16 * 100vw) / 1380), 16px);
  text-transform: none;
  font-weight: 700;
  color: #001a61;
}

.landing-categories__category-heading span::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  /* visibility: hidden; */
  /* opacity: 0; */
  transition: all ease 300ms;
}

.new-category-product-card:hover .home-categories__category-heading span::after {
  transform: translateX(5px);
}


/* New Categories  */
.landing-categories__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media (max-width: 1024px) {
  .landing-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .landing-categories__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* @media (max-width: 640px) {
  .home-categories__grid {
    grid-template-columns: 1fr;
  }
} */

.landing-categories__card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  /* flex-direction: column;
  justify-content: space-between; */
  margin-bottom: clamp(20px, 6.3vw, 40px);
  min-height: clamp(140px, 22vw, 180px);
}

.landing-categories__card .catBox__Inner {
  margin-bottom: 0 !important;
}

.landing-categories__card {
  padding-top: 0 !important;
  background: linear-gradient(180deg, transparent 20%, #ffffff 20%);
}

.landing-categories__card .catBox__Inner a {
  display: flex;
}

.landing-categories__card .catBox__Inner img {
  width: 100%;
  margin-top: 0;
}

.landing-categories__category-heading {
  grid-row: 3;
  align-self: end;
}

.landing-categories__category-heading a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  font-size: clamp(14px, calc((16 * 100vw) / 1380), 16px);
  text-transform: none;
  font-weight: 700;
  line-height: 1.1;
  color: #001a61;
}

.landing-categories__category-heading a::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}

.landing-categories__card:hover .landing-categories__category-heading a::after {
  visibility: visible;
  opacity: 1;
}

/* Mapping  */
.page-template-cyclon-new-category-landing-tpl .appMapping a {
  opacity: 0;
  pointer-events: none;
}


