body.ev-product-tax-archive {
  overflow-x: clip;
}

body.ev-product-tax-archive > .site-main {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(1.25rem, 2.2vw, 1.9rem) 0 clamp(2rem, 3.4vw, 3rem);
}

body.ev-product-tax-archive > .site-main > #primary.content-area {
  width: 100%;
  float: none;
  margin: 0;
}

body.ev-product-tax-archive > .site-main > #primary > #main.site-main {
  width: 100%;
  margin: 0;
  min-width: 0;
  min-height: 0;
}

body.ev-product-tax-archive .woocommerce-breadcrumb {
  margin: 0 0 0.8rem;
  color: var(--ev-gray-700);
  font-size: 0.82rem;
  line-height: 1.4;
}

body.ev-product-tax-archive .woocommerce-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

body.ev-product-tax-archive .woocommerce-breadcrumb a:hover,
body.ev-product-tax-archive .woocommerce-breadcrumb a:focus-visible {
  color: var(--ev-orange);
  text-decoration: underline;
}

body.ev-product-tax-archive .woocommerce-products-header {
  margin: 0 0 1.2rem;
  padding: 0;
  border: 0;
  background: none;
}

body.ev-product-tax-archive .ev-product-cat-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(220px, 34vw, 360px);
  border: 1px solid rgba(78, 78, 78, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, #1c2838 0%, #243247 56%, #2f415a 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.14);
}

body.ev-product-tax-archive .ev-product-cat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(122deg, rgba(9, 15, 24, 0.84) 0%, rgba(9, 15, 24, 0.58) 44%, rgba(9, 15, 24, 0.72) 100%);
}

body.ev-product-tax-archive .ev-product-cat-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(70% 120% at 100% 0%, rgba(254, 80, 0, 0.22) 0%, rgba(254, 80, 0, 0) 72%),
    radial-gradient(55% 90% at 0% 100%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 66%);
}

body.ev-product-tax-archive .ev-product-cat-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

body.ev-product-tax-archive .ev-product-cat-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ev-product-tax-archive .ev-product-cat-hero__inner {
  display: grid;
  gap: 0.56rem;
  align-content: end;
  min-height: inherit;
  padding: clamp(1rem, 2.4vw, 1.8rem);
  width: min(760px, 100%);
}

body.ev-product-tax-archive .ev-product-cat-hero__title {
  margin: 0;
  color: #fff;
  font-family: var(--ev-font-heading);
  font-size: clamp(2.2rem, 5.3vw, 4.6rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

body.ev-product-tax-archive .ev-product-cat-hero__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--ev-font-base);
  font-size: clamp(1rem, 1.9vw, 1.35rem);
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

body.ev-product-tax-archive .ev-product-cat-hero__description {
  margin: 0;
  color: rgba(244, 248, 255, 0.94);
  font-size: 0.96rem;
  line-height: 1.52;
  max-width: 68ch;
}

body.ev-product-tax-archive .ev-product-cat-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

body.ev-product-tax-archive .ev-product-cat-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.44rem 1rem;
  border-radius: 999px;
  background: rgba(254, 80, 0, 0.96);
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 26px rgba(254, 80, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.ev-product-tax-archive .ev-product-cat-hero__cta:hover,
body.ev-product-tax-archive .ev-product-cat-hero__cta:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 108, 40, 0.98);
  box-shadow: 0 16px 30px rgba(254, 80, 0, 0.32);
}

body.ev-product-tax-archive .ev-product-cat-hero__description > :first-child {
  margin-top: 0;
}

body.ev-product-tax-archive .ev-product-cat-hero__description > :last-child {
  margin-bottom: 0;
}

body.ev-product-tax-archive .ev-product-cat-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin: clamp(0.86rem, 2vw, 1.26rem) 0 0;
}

body.ev-product-tax-archive .ev-product-cat-subcats__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(78, 78, 78, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--ev-gray-900);
  text-decoration: none;
  padding: 0.44rem 0.98rem;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.ev-product-tax-archive .ev-product-cat-subcats__link:hover,
body.ev-product-tax-archive .ev-product-cat-subcats__link:focus-visible,
body.ev-product-tax-archive .ev-product-cat-subcats__link.is-current {
  transform: translateY(-1px);
  background: var(--ev-orange);
  border-color: var(--ev-orange);
  color: #fff;
  box-shadow: 0 10px 20px rgba(254, 80, 0, 0.22);
}

body.ev-product-tax-archive .woocommerce-notices-wrapper {
  margin-bottom: 0.8rem;
}

body.ev-product-tax-archive .woocommerce .woocommerce-result-count,
body.ev-product-tax-archive .woocommerce-page .woocommerce-result-count {
  margin: 0 0 0.85rem;
  color: var(--ev-gray-700);
  font-size: 0.86rem;
}

body.ev-product-tax-archive .woocommerce .woocommerce-ordering,
body.ev-product-tax-archive .woocommerce-page .woocommerce-ordering {
  float: none;
  margin: 0 0 1rem;
}

body.ev-product-tax-archive .woocommerce .woocommerce-ordering select,
body.ev-product-tax-archive .woocommerce-page .woocommerce-ordering select {
  width: min(320px, 100%);
  min-height: 42px;
  border: 1px solid var(--ev-border);
  border-radius: 999px;
  background: #fff;
  color: var(--ev-gray-900);
  padding: 0.45rem 0.95rem;
  font-size: 0.86rem;
  line-height: 1.25;
}

body.ev-product-tax-archive .woocommerce ul.products,
body.ev-product-tax-archive .woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

body.ev-product-tax-archive .woocommerce ul.products::before,
body.ev-product-tax-archive .woocommerce ul.products::after,
body.ev-product-tax-archive .woocommerce-page ul.products::before,
body.ev-product-tax-archive .woocommerce-page ul.products::after {
  display: none;
  content: none;
}

body.ev-product-tax-archive .woocommerce ul.products li.product,
body.ev-product-tax-archive .woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  clear: none;
  margin: 0;
  padding: 0.72rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: stretch;
  justify-self: stretch;
  border: 1px solid var(--ev-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.ev-product-tax-archive .woocommerce ul.products li.product:hover,
body.ev-product-tax-archive .woocommerce ul.products li.product:focus-within,
body.ev-product-tax-archive .woocommerce-page ul.products li.product:hover,
body.ev-product-tax-archive .woocommerce-page ul.products li.product:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.11);
  border-color: rgba(254, 80, 0, 0.26);
}

body.ev-product-tax-archive .woocommerce ul.products li.product a,
body.ev-product-tax-archive .woocommerce-page ul.products li.product a {
  text-decoration: none;
}

body.ev-product-tax-archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.ev-product-tax-archive .woocommerce ul.products li.product .woocommerce-loop-product__link,
body.ev-product-tax-archive .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link,
body.ev-product-tax-archive .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

body.ev-product-tax-archive .woocommerce ul.products li.product img,
body.ev-product-tax-archive .woocommerce-page ul.products li.product img {
  width: 100%;
  margin: 0 0 0.62rem;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

body.ev-product-tax-archive .woocommerce ul.products li.product .svitn_wrapper,
body.ev-product-tax-archive .woocommerce-page ul.products li.product .svitn_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.3rem;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 0.5rem;
  min-height: 35px;
  scrollbar-width: thin;
}

body.ev-product-tax-archive .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ev-product-tax-archive .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  min-height: 2.55em;
  color: var(--ev-gray-900);
  font-size: 1.03rem;
  line-height: 1.28;
}

body.ev-product-tax-archive .woocommerce ul.products li.product .price,
body.ev-product-tax-archive .woocommerce-page ul.products li.product .price {
  margin-top: 0.5rem;
  color: var(--ev-gray-700);
  font-size: 0.88rem;
  line-height: 1.35;
  min-height: 2.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem;
}

body.ev-product-tax-archive .woocommerce ul.products li.product .price .amount,
body.ev-product-tax-archive .woocommerce-page ul.products li.product .price .amount {
  color: var(--ev-orange);
  font-weight: 700;
}

body.ev-product-tax-archive ul.products li.product > .button,
body.ev-product-tax-archive ul.products li.product > .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin-top: auto;
  border: 1px solid rgba(78, 78, 78, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--ev-gray-900);
  text-align: center;
  text-decoration: none;
  font-family: var(--ev-font-base);
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.618em 1em;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body.ev-product-tax-archive ul.products li.product > .button:hover,
body.ev-product-tax-archive ul.products li.product > .button:focus-visible,
body.ev-product-tax-archive ul.products li.product > .added_to_cart:hover,
body.ev-product-tax-archive ul.products li.product > .added_to_cart:focus-visible {
  border-color: rgba(254, 80, 0, 0.45);
  color: var(--ev-orange);
  background: rgba(254, 80, 0, 0.08);
}

body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination {
  margin-top: 1.2rem;
}

body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}

body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul li span,
body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul li a {
  min-width: 34px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid var(--ev-border);
  background: #fff;
  color: var(--ev-gray-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.56rem;
  text-decoration: none;
  font-size: 0.82rem;
  line-height: 1;
}

body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul li span.current,
body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul li a:hover,
body.ev-product-tax-archive .woocommerce nav.woocommerce-pagination ul li a:focus-visible {
  border-color: var(--ev-orange);
  background: var(--ev-orange);
  color: #fff;
}

body.ev-product-tax-archive .woocommerce-pagination.ev-shop-pagination--enhanced {
  display: none;
}

body.ev-product-tax-archive .ev-shop-load-more {
  margin: 1rem 0 0.2rem;
  display: grid;
  justify-items: center;
  gap: 0.34rem;
}

body.ev-product-tax-archive .ev-shop-load-more__button {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid var(--ev-orange);
  background: rgba(254, 80, 0, 0.08);
  color: var(--ev-orange);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.48rem 0.78rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.ev-product-tax-archive .ev-shop-load-more__button:hover,
body.ev-product-tax-archive .ev-shop-load-more__button:focus-visible {
  background: var(--ev-orange);
  color: #fff;
}

body.ev-product-tax-archive .ev-shop-load-more__button:disabled {
  opacity: 0.7;
  cursor: wait;
}

body.ev-product-tax-archive .ev-shop-load-more__status {
  margin: 0;
  min-height: 1.2em;
  color: var(--ev-gray-700);
  font-size: 0.78rem;
  line-height: 1.25;
  text-align: center;
}

body.ev-product-tax-archive > .site-main > #sidebar {
  display: none !important;
}

@media (max-width: 1200px) {
  body.ev-product-tax-archive .woocommerce ul.products,
  body.ev-product-tax-archive .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.ev-product-tax-archive > .site-main {
    width: min(1240px, calc(100% - 1.25rem));
    padding-top: 1rem;
  }

  body.ev-product-tax-archive .woocommerce ul.products,
  body.ev-product-tax-archive .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.78rem;
  }

  body.ev-product-tax-archive .woocommerce-products-header {
    margin-bottom: 0.9rem;
  }

  body.ev-product-tax-archive .ev-product-cat-hero {
    min-height: clamp(190px, 56vw, 320px);
    border-radius: 14px;
  }

  body.ev-product-tax-archive .ev-product-cat-hero__inner {
    gap: 0.48rem;
    padding: 0.92rem;
  }

  body.ev-product-tax-archive .ev-product-cat-hero__description {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  body.ev-product-tax-archive .ev-product-cat-subcats {
    gap: 0.44rem;
    margin-top: 0.78rem;
  }

  body.ev-product-tax-archive .ev-product-cat-subcats__link {
    min-height: 35px;
    padding: 0.36rem 0.82rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 620px) {
  body.ev-product-tax-archive .woocommerce ul.products,
  body.ev-product-tax-archive .woocommerce-page ul.products {
    grid-template-columns: minmax(0, 1fr);
  }
}
