/* Product category archive: Phuoc Tien layout */
.az9s-shop-category {
  background: #fff;
  color: #4c4c4c;
  padding: 8px 0 54px;
}

.az9s-shop-category__inner {
  margin: 34px auto;
  max-width: 1480px;
  padding: 0 28px;
  width: 100%;
}

.az9s-shop-breadcrumb {
  align-items: center;
  background: #d80d16;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  height: 44px;
  margin-bottom: 22px;
  padding: 0 24px;
  text-transform: uppercase;
}

.az9s-shop-breadcrumb a,
.az9s-shop-breadcrumb strong {
  color: #fff;
  text-decoration: none;
}

.az9s-shop-breadcrumb strong {
  font-weight: 900;
}

.az9s-shop-category__layout {
  align-items: flex-start;
  display: grid;
  gap: 60px;
  grid-template-columns: 330px minmax(0, 1fr);
}

.az9s-shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.az9s-shop-widget {
  background: #fff;
  border: 1px solid #d6d6d6;
}

.az9s-shop-widget h2 {
  background: #d80d16;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
  padding: 15px 22px;
  text-transform: uppercase;
}

.az9s-shop-category-list {
  list-style: none;
  margin: 0;
  padding: 16px 12px 0;
}

.az9s-shop-category-list li {
  border-bottom: 1px solid #e7e7e7;
}

.az9s-shop-category-list a {
  align-items: center;
  color: #4c4c4c;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 1.35;
  min-height: 48px;
  padding: 0 0 0 22px;
  text-decoration: none;
}

.az9s-shop-category-list a:hover,
.az9s-shop-category-list .is-active a {
  color: #d80d16;
}

.az9s-shop-category-list small {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 500;
}

.az9s-shop-price-filter {
  padding: 20px 12px 22px;
}

.az9s-shop-price-filter__range {
  background: #b5b5b5;
  border-radius: 999px;
  height: 7px;
  margin: 8px 10px 22px;
  position: relative;
}

.az9s-shop-price-filter__range::before,
.az9s-shop-price-filter__range::after {
  background: #777;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.az9s-shop-price-filter__range::before {
  left: -2px;
}

.az9s-shop-price-filter__range::after {
  right: -2px;
}

.az9s-shop-price-filter__inputs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.az9s-shop-price-filter label span {
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

.az9s-shop-price-filter input {
  border: 1px solid #d8d8d8;
  height: 38px;
  padding: 0 10px;
  width: 100%;
}

.az9s-shop-price-filter button {
  background: #23920d;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-top: 16px;
  min-width: 76px;
  padding: 9px 18px;
}

.az9s-shop-widget--origin .az9s-shop-category-list {
  padding-top: 8px;
}

.az9s-shop-widget--origin .az9s-shop-category-list a {
  font-size: 16px;
  min-height: 39px;
  padding-left: 0;
}

.az9s-shop-widget--origin .az9s-shop-category-list small {
  font-size: 12px;
}

.az9s-shop-post-list,
.az9s-shop-suggested-list {
  padding: 10px 12px 12px;
}

.az9s-shop-post-item,
.az9s-shop-suggested-item {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  display: grid;
  gap: 12px;
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 72px;
  padding: 9px 0;
}

.az9s-shop-post-item:last-child,
.az9s-shop-suggested-item:last-child {
  border-bottom: 0;
}

.az9s-shop-post-item__thumb,
.az9s-shop-suggested-item__thumb {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  display: flex;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  width: 50px;
}

.az9s-shop-post-item__thumb img,
.az9s-shop-suggested-item__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.az9s-shop-post-item__thumb time {
  align-items: center;
  color: #f01818;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  line-height: 1;
}

.az9s-shop-post-item__thumb time strong {
  font-size: 16px;
}

.az9s-shop-post-item__thumb time span {
  font-size: 11px;
  margin-top: 3px;
}

.az9s-shop-post-item h3,
.az9s-shop-suggested-item h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.18;
  margin: 0;
}

.az9s-shop-post-item h3 a,
.az9s-shop-suggested-item h3 a {
  color: #333;
  text-decoration: none;
}

.az9s-shop-post-item h3 a:hover,
.az9s-shop-suggested-item h3 a:hover {
  color: #d80d16;
}

.az9s-shop-suggested-item {
  grid-template-columns: 62px minmax(0, 1fr);
  min-height: 76px;
}

.az9s-shop-suggested-item__thumb {
  height: 62px;
  width: 62px;
}

.az9s-shop-suggested-item h3 {
  font-size: 14px;
  font-weight: 500;
}

.az9s-shop-products__toolbar {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.az9s-shop-products__toolbar .woocommerce-result-count,
.az9s-shop-products__toolbar .woocommerce-ordering {
  color: #777;
  font-size: 14px;
  margin: 0;
}

.az9s-shop-products__grid ul.products {
  display: grid !important;
  gap: 72px 46px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.az9s-shop-products__grid ul.products::before,
.az9s-shop-products__grid ul.products::after {
  display: none !important;
}

.az9s-shop-products__grid ul.products li.product,
.az9s-shop-products__grid ul.products li.wc-prod-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  text-align: center !important;
  transform: none !important;
  width: auto !important;
}

.az9s-shop-products__grid .wc-prod-card__img-wrap {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid #d0d0d0;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.az9s-shop-products__grid .wc-prod-card__img-wrap img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 0;
  transform: none !important;
  width: 100%;
}

.az9s-shop-products__grid .wc-prod-card__overlay,
.az9s-shop-products__grid .wc-prod-card__badge,
.az9s-shop-products__grid .wc-prod-card__cat,
.az9s-shop-products__grid .wc-prod-card__price {
  display: none !important;
}

.az9s-shop-products__grid .wc-prod-card__body {
  padding: 15px 4px 0 !important;
}

.az9s-shop-products__grid .wc-prod-card__title {
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  margin: 0 !important;
  text-transform: none !important;
}

.az9s-shop-products__grid .wc-prod-card__title a {
  color: #555 !important;
  text-decoration: none !important;
}

.az9s-shop-products__grid .wc-prod-card__title a:hover {
  color: #d80d16 !important;
}

.az9s-shop-products__grid .wc-prod-card__rating {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.az9s-shop-products__grid .star-rating {
  color: #ed1019;
}

.az9s-shop-products__pagination {
  margin-top: 42px;
  text-align: center;
}

.az9s-shop-empty {
  border: 1px solid #e2e2e2;
  padding: 44px 24px;
  text-align: center;
}

@media (max-width: 1200px) {
  .az9s-shop-category__layout {
    gap: 34px;
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .az9s-shop-products__grid ul.products {
    gap: 48px 28px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .az9s-shop-category__layout {
    grid-template-columns: 1fr;
  }

  .az9s-shop-sidebar {
    order: 2;
  }

  .az9s-shop-products {
    order: 1;
  }
}

@media (max-width: 640px) {
  .az9s-shop-category__inner {
    padding: 0 14px;
  }

  .az9s-shop-breadcrumb {
    font-size: 15px;
    height: auto;
    min-height: 42px;
    padding: 10px 14px;
  }

  .az9s-shop-products__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .az9s-shop-products__grid ul.products {
    gap: 32px 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .az9s-shop-products__grid .wc-prod-card__title {
    font-size: 15px !important;
  }
}
