/* For Utilities  */

.accent {
  color: #ffc107;
}

.black-weight {
  font-weight: 900;
}

.font-ferry {
  font-family: "Ferry-Black", sans-serif;
}

/* Hero */
.tax-cyclon_new_product_cat .taxHeader {
  background-image: url("/wp-content/uploads/2025/12/cat-landing-hero-bg.jpg") !important;
  height: clamp(270px, calc((500 * 100vw) / 1280), 500px);
  overflow: hidden;
}

.tax-cyclon_new_product_cat .taxHeader .row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  padding-top: clamp(75px, calc((150 * 100vw) / 1280), 150px);
}

.tax-cyclon_new_product_cat .taxHeader .row div {
  width: 100%;
}

.tax-cyclon_new_product_cat .taxHeader .row h1 {
  font-size: clamp(30px, calc((40 * 100vw) / 1280), 40px);
  margin: 20px 0;
  max-width: 100%;
}

.tax-cyclon_new_product_cat .taxHeader .row .headerImage_Wrapper {
  margin-top: 0;
  height: clamp(170px, calc((250 * 100vw) / 1280), 250px);
  text-align: center;
}

.tax-cyclon_new_product_cat .taxHeader .row .headerImage_Wrapper img {
  max-height: 100%;
}

.tax-cyclon_new_product_cat .taxHeader:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 500px;
  inset: 0;
  background-image: radial-gradient(
    circle at 75% 35%,
    #0066cd,
    transparent 50%
  );
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .tax-cyclon_new_product_cat .taxHeader {
    height: clamp(400px, calc((500 * 100vw) / 767), 500px);
  }

  .tax-cyclon_new_product_cat .taxHeader .row {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 100px;
  }

  .tax-cyclon_new_product_cat .taxHeader:after {
    height: clamp(400px, calc((500px * 100) / 767), 500px);
    background-image: radial-gradient(
      circle at 50% 75%,
      #0066cd,
      transparent 50%
    );
  }
}

/* Product Archive  */
.cyclon_tax_wrapper {
  background: #fff;
}

.product-archive__container {
  /* margin-top: 200px; */
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 20px;
}

.product-filters {
  background: revert;
  padding: revert;
  /* max-height: 80vh;
  overflow-y: auto; */
}

.product-filters__heading {
  padding-bottom: 16px;
}

/* Special Filters (Range) */
.taxonomy-cyclon_range .product-filters__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.taxonomy-cyclon_range .product-filters__option {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #dadada;
  cursor: pointer;
  transition: all 0.3s ease;
}

.taxonomy-cyclon_range .product-filters__option.active {
  background-color: #001a61;
}

.taxonomy-cyclon_range .product-filters__option.active label {
  color: #ffffff !important;
}

.taxonomy-cyclon_range .product-filters__option label {
  font-size: 16px;
  cursor: pointer;
}

.taxonomy-cyclon_range .product-filters__option.eco label {
  color: #00ce7c;
}

.taxonomy-cyclon_range .product-filters__option.evo label {
  color: #ae9753;
}

.taxonomy-cyclon_range .product-filters__option.pro label {
  color: #8c9091;
}

.taxonomy-cyclon_range .product-filters__option.max label {
  color: #ff671c;
}

.taxonomy-cyclon_range .product-filters__option input {
  display: none;
}

.taxonomy-cyclon_range .product-filters__option.all-option {
  grid-column: 1 / -1;
  justify-content: center;
  background-color: #f5f5f5;
  border: 2px solid #001a61;
}

.taxonomy-cyclon_range .product-filters__option.all-option.active {
  background-color: #001a61;
}

.taxonomy-cyclon_range .product-filters__option.all-option label {
  color: #001a61;
  font-weight: 700;
}

.taxonomy-cyclon_range .product-filters__option.all-option.active label {
  color: #ffffff;
}

/* Special Filters (Approvals) */
/* .product-filters__dropdown-wrapper {
  margin-top: 20px;
} */

.product-filters__group.taxonomy-cyclon_new_product_acea,
.product-filters__group.taxonomy-cyclon_new_product_oem {
  padding-bottom: 0;
}

.product-filters__group select {
  padding: 8px;
  background-color: #d8d8d8;
}

.product-filters__dropdown {
  width: 100%;
  overflow-y: auto;
}

.selected-filters__heading {
  padding-bottom: 16px;
}

.selected-filters__list-container {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
}

.selected-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.selected-filters__item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid #dadada;
}

.selected-filters__remove {
  cursor: pointer;
}

.selected-filters__clear-all {
  text-decoration: underline;
  cursor: pointer;
}

.product-filters__grid {
  display: grid;
  gap: 20px;
}

.product-filters__group {
  padding-bottom: 20px;
  border-bottom: 1px solid #001a61;
}

.product-filters__group:nth-last-child(2),
.product-filters__group:last-child {
  border-bottom: none;
}

.product-filters__options {
  display: grid;
  gap: 8px;
  max-height: 300px;
  margin-top: 12px;
  overflow-y: auto;
}

.product-filters__option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.archive-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pagination .page-numbers {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
  color: #001a61;
  li {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  li:first-child {
    margin-right: auto;
  }

  li:last-child {
    margin-left: auto;
  }
}

/* Product Card  */
.product-card {
  display: grid;
  align-items: center;
  padding: 20px;
  border: 1px solid #dadada;
  text-decoration: none;
  color: #001a61;
  /* color: inherit; */
  transition: all 0.3s ease;

  & * {
    color: #001a61;
  }
}

@media (min-width: 1025px) {
  .product-card {
    grid-template-columns: 1fr 1fr;
  }
}

.product-card__image {
  display: flex;
  align-items: center;
}

.product-card__info {
  margin-top: 30px;
}

.cyclon_tax_wrapper .productCard {
  margin-bottom: revert;
}

.productCard {
  max-width: revert;
  min-height: revert;
}

.productCard__Image img {
  margin-top: revert;
}

.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;
}

/* Skeleton  */

.archive-grid__loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 70%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: -200% 0;
  backdrop-filter: blur(20px);
  animation: loading-slide 1.5s infinite linear;
}

@keyframes loading-slide {
  from {
    background-position: -200% 0;
  }
  to {
    background-position: 200% 0;
  }
}
