:root {
  --nachee-catalog-ink: #172433;
  --nachee-catalog-muted: #66727d;
  --nachee-catalog-blue: #1388b8;
  --nachee-catalog-line: #dfe5e9;
  --nachee-catalog-soft: #f5f7f8;
}

.post-type-archive-product .site-content > .ast-container,
.tax-product_cat .site-content > .ast-container {
  display: block;
  width: min(1320px, calc(100% - 32px));
  max-width: 1320px;
  padding: 64px 0 88px;
}

.post-type-archive-product #primary,
.tax-product_cat #primary {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  margin-bottom: 34px;
}

.post-type-archive-product .woocommerce-products-header__title,
.tax-product_cat .woocommerce-products-header__title {
  margin: 0;
  color: var(--nachee-catalog-ink);
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.nachee-catalog-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}

.nachee-catalog-sidebar {
  position: sticky;
  top: 112px;
  padding: 0 20px 18px;
  border: 1px solid var(--nachee-catalog-line);
  background: #fff;
  overflow: hidden;
}

.admin-bar .nachee-catalog-sidebar {
  top: 144px;
}

.nachee-catalog-sidebar h2 {
  margin: 0 -20px 7px;
  padding: 17px 20px 18px;
  background: var(--nachee-catalog-blue);
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.nachee-catalog-categories {
  display: flex;
  flex-direction: column;
}

.nachee-catalog-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 14px 4px;
  border-top: 1px solid var(--nachee-catalog-line);
  color: #344351;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.nachee-catalog-category::after {
  content: none;
}

.nachee-catalog-category::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #aab5bd;
  transition: background .18s ease, transform .18s ease;
}

.nachee-catalog-category:hover,
.nachee-catalog-category:focus,
.nachee-catalog-category.is-current {
  color: var(--nachee-catalog-blue);
}

.nachee-catalog-category:hover::before,
.nachee-catalog-category:focus::before,
.nachee-catalog-category.is-current::before {
  background: var(--nachee-catalog-blue);
  transform: scale(1.25);
}

.nachee-catalog-brands {
  margin: -1px 0 7px;
  padding: 15px 13px 13px;
  border-left: 2px solid #b9dfea;
  background: #f4f9fb;
}

.nachee-catalog-brands p {
  margin: 0 0 9px;
  color: #788691;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nachee-catalog-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 7px 9px;
  border-radius: 2px;
  color: #52616d;
  font-size: 12px;
  font-weight: 600;
}

.nachee-catalog-brand::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9fb0ba;
}

.nachee-catalog-brand + .nachee-catalog-brand {
  margin-top: 3px;
}

.nachee-catalog-brand small {
  color: #8b98a2;
  font-size: 10px;
}

.nachee-catalog-brand:hover,
.nachee-catalog-brand:focus,
.nachee-catalog-brand.is-current {
  background: #fff;
  color: var(--nachee-catalog-blue);
  box-shadow: 0 1px 5px rgba(23, 36, 51, .08);
}

.nachee-catalog-brand.is-current::before {
  background: var(--nachee-catalog-blue);
}

.nachee-catalog-products {
  min-width: 0;
}

.nachee-catalog-products .woocommerce-result-count {
  margin: 11px 0 28px;
  color: var(--nachee-catalog-muted);
  font-size: 13px;
}

.nachee-catalog-products .woocommerce-ordering {
  margin: 0 0 28px;
}

.nachee-catalog-products .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 38px 0 13px;
  border: 1px solid var(--nachee-catalog-line);
  border-radius: 2px;
  background-color: #fff;
  color: #42515e;
  font-size: 13px;
}

.nachee-catalog-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px !important;
  width: 100%;
  margin: 0 !important;
}

.nachee-catalog-products ul.products::before,
.nachee-catalog-products ul.products::after {
  display: none !important;
}

.nachee-catalog-products ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 14px 19px !important;
  border: 1px solid var(--nachee-catalog-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(23, 36, 51, .045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nachee-catalog-products ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: #c8d5dc;
  box-shadow: 0 14px 34px rgba(23, 36, 51, .1);
}

.nachee-catalog-products ul.products li.product img {
  aspect-ratio: 1 / 1;
  width: 100%;
  margin-bottom: 16px;
  padding: clamp(10px, 1.8vw, 18px);
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.nachee-catalog-products .woocommerce-loop-product__title {
  min-height: 4.2em;
  padding: 0 !important;
  color: #263442;
  font-size: 15px !important;
  line-height: 1.42;
}

.nachee-catalog-products .price {
  color: var(--nachee-catalog-blue) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.nachee-catalog-products .button {
  min-height: 40px;
  margin-top: 12px !important;
  padding: 12px 15px !important;
  border-radius: 2px !important;
  background: var(--nachee-catalog-ink) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center;
}

.nachee-catalog-products .button:hover,
.nachee-catalog-products .button:focus {
  background: var(--nachee-catalog-blue) !important;
}

.nachee-catalog-products .woocommerce-pagination {
  margin-top: 38px;
}

@media (max-width: 980px) {
  .nachee-catalog-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 26px;
  }

  .nachee-catalog-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px !important;
  }
}

@media (max-width: 767px) {
  .post-type-archive-product .site-content > .ast-container,
  .tax-product_cat .site-content > .ast-container {
    width: calc(100% - 40px);
    padding: 46px 0 64px;
  }

  .nachee-catalog-layout {
    display: block;
  }

  .nachee-catalog-sidebar,
  .admin-bar .nachee-catalog-sidebar {
    position: static;
    margin-bottom: 28px;
    padding: 0 18px 16px;
  }

  .nachee-catalog-sidebar h2 {
    margin: 0 -18px 13px;
    padding: 15px 18px 16px;
    font-size: 21px;
  }

  .nachee-catalog-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .nachee-catalog-category {
    padding: 10px 11px;
    border: 1px solid var(--nachee-catalog-line);
    font-size: 12px;
  }

  .nachee-catalog-category.is-current {
    border-color: var(--nachee-catalog-blue);
    background: #edf8fc;
  }

  .nachee-catalog-brands {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 12px;
  }

  .nachee-catalog-brands p {
    width: 100%;
    margin-bottom: 3px;
  }

  .nachee-catalog-brand,
  .nachee-catalog-brand + .nachee-catalog-brand {
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #d9e5e9;
    background: #fff;
  }
}

@media (max-width: 480px) {
  .nachee-catalog-products ul.products {
    grid-template-columns: 1fr;
  }

  .nachee-catalog-products .woocommerce-result-count,
  .nachee-catalog-products .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  .nachee-catalog-products .woocommerce-ordering select {
    width: 100%;
  }
}
