.catalog-hero {
  width: 100%;
  padding: 50px 100px;
  background: #fff;
  color: #4d4d4d;
}

.catalog-hero__inner {
  width: 50%;
}

.catalog-hero .catalog-hero__title {
  margin: 0 0 20px;
  color: #000;
  font-family: "Sequel 100 Black", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.catalog-hero__description,
.catalog-hero__description p,
.catalog-hero .catalog-hero__context {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
}

.catalog-hero .catalog-hero__context {
  color: #000;
}

.catalog-hero__description {
  margin: 0;
  font-family: "Sequel Sans Book", sans-serif;
}

.catalog-hero__description p {
  margin: 0 0 14.4px;
}

.catalog-hero .catalog-hero__context {
  margin: 0 0 14.4px;
  font-family: "Sequel Sans Bold", sans-serif;
}

.category-nav {
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: #f4f4f4;
}

.category-nav__track {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 42px;
  padding: 0 16px;
}

.category-nav .category-nav__link {
  display: inline-flex;
  min-height: 37px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0;
  background: transparent;
  color: #000;
  font-family: "Sequel 100 Black", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.category-nav .category-nav__link:hover {
  background: transparent;
  color: #4d4d4d;
}

.category-nav .category-nav__link.is-active {
  background: transparent;
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.category-nav .category-nav__link:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}

.catalog-grid-section {
  width: 100%;
  padding: 50px 100px 100px;
  background: #fff;
}

.catalog-grid-section__inner {
  width: 100%;
}

.catalog-grid-section .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 10px;
}

.catalog-grid-section .product-card--catalog {
  gap: 10px;
}

.catalog-grid-section .product-card--catalog .product-card__image-link,
.catalog-grid-section .product-card--catalog .product-card__media {
  background: #f4f4f4;
}

.catalog-grid-section .product-card--catalog .product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.catalog-grid-section .product-card--catalog:hover .product-card__media img {
  transform: none;
}

.catalog-grid-section .product-card--catalog .product-card__title {
  margin: 0;
  font-family: "Sequel 100 Black", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.catalog-grid-section .product-card--catalog .product-card__title a:hover {
  text-decoration: none;
}

.catalog-grid-section
  .product-card--catalog
  .product-card__image-link:focus-visible,
.catalog-grid-section
  .product-card--catalog
  .product-card__title
  a:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.catalog-pagination {
  margin-top: 50px;
}

.catalog-pagination .woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.catalog-pagination .page-numbers li {
  margin: 0;
}

.catalog-pagination a.page-numbers,
.catalog-pagination span.page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #000;
  color: #000;
  font-family: "Sequel 100 Black", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.catalog-pagination span.page-numbers.current,
.catalog-pagination a.page-numbers:hover {
  background: #000;
  color: #fff;
}

.catalog-pagination a.page-numbers:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.catalog-empty-state {
  display: flex;
  min-height: 240px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.catalog-empty-state p {
  margin: 0;
  color: #4d4d4d;
  font-family: "Sequel Sans Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.catalog-empty-state a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #000;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-family: "Sequel 100 Black", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-empty-state a:hover {
  background: #bad0db;
  color: #000;
}

.catalog-empty-state a:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .catalog-hero {
    padding: 50px 20px;
  }

  .catalog-hero__inner {
    width: 100%;
  }

  .catalog-hero .catalog-hero__title {
    font-size: 32px;
    line-height: 32px;
  }

  .category-nav__track {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .category-nav__track::-webkit-scrollbar {
    display: none;
  }

  .catalog-grid-section {
    padding: 20px 20px 50px;
  }

  .catalog-grid-section .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-nav__track {
    min-height: 34px;
    column-gap: 32px;
  }

  .category-nav .category-nav__link {
    min-height: 34px;
  }

  .catalog-grid-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-empty-state {
    min-height: 200px;
  }
}
