.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;
}

@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 {
  margin: 0 !important;
  padding: 0;
}

.hero-new-category-landing__subheading {
  max-width: 250px;
  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__description {
  color: #4b505d;
}

/* Products  */

.new-category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .new-category-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .new-category-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 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;
}

.new-category-product-card * {
  color: #001A61;
}

.new-category-product-card__text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc((30 * 100vw) / 1280), 30px);
  /* 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__img-container {
  justify-self: center;
}

.new-category-product-card__img-container img {
  max-height: 250px;
}

@media only screen and (max-width: 1024px) {
  .new-category-product-grid {
    gap: 50px;
  }

  /* .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;
}
 


.home-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;
}

.home-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;
}
