.tax-product_cat.term-camera-an-ninh .shop-page-title.category-page-title,
.tax-product_cat.term-thiet-bi-mang-wifi .shop-page-title.category-page-title,
.tax-product_cat.term-tong-dai-ip .shop-page-title.category-page-title,
.tax-product_cat.term-may-cham-cong .shop-page-title.category-page-title,
.tax-product_cat.term-kiem-soat-cua .shop-page-title.category-page-title,
.tax-product_cat.term-dien-nhe-nha-xuong .shop-page-title.category-page-title,
.tax-product_cat.term-may-tinh-linh-kien .shop-page-title.category-page-title,
.tax-product_cat.term-thiet-bi-may-van-phong .shop-page-title.category-page-title {
  display: none !important;
}

.tax-product_cat.term-camera-an-ninh #main,
.tax-product_cat.term-thiet-bi-mang-wifi #main,
.tax-product_cat.term-tong-dai-ip #main,
.tax-product_cat.term-may-cham-cong #main,
.tax-product_cat.term-kiem-soat-cua #main,
.tax-product_cat.term-dien-nhe-nha-xuong #main,
.tax-product_cat.term-may-tinh-linh-kien #main,
.tax-product_cat.term-thiet-bi-may-van-phong #main {
  padding-top: 0;
}

.menkar-camera-category-page {
  background: #fff;
  color: #18233c;
  padding: 42px 0 70px;
}

.menkar-camera-category-wrap {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.menkar-camera-filter {
  border-right: 1px solid #edf0f5;
  padding-right: 26px;
  position: sticky;
  top: 88px;
}

.menkar-filter-block {
  padding: 0 0 24px;
  margin: 0 0 22px;
  border-bottom: 1px solid #edf0f5;
}

.menkar-filter-block h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.menkar-filter-block label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #253047;
  font-size: 12.5px;
  line-height: 1.35;
  cursor: pointer;
}

.menkar-filter-block input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  border: 1px solid #cad2df;
  border-radius: 2px;
  box-shadow: none;
  accent-color: #223a75;
}

.menkar-filter-collapsible .menkar-filter-extra.is-hidden {
  display: none;
}

.menkar-filter-collapsible.is-expanded .menkar-filter-extra.is-hidden {
  display: flex;
}

.menkar-filter-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #223a75;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  text-transform: none;
}

.menkar-filter-toggle:hover {
  color: #f8b020;
}

.menkar-filter-toggle i {
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.menkar-filter-submit,
.menkar-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.menkar-filter-submit {
  width: 100%;
  border: 0;
  background: #223a75;
  color: #fff;
  margin: 0 0 9px;
}

.menkar-filter-reset {
  width: 100%;
  border: 1px solid #dbe1ec;
  color: #223a75;
  background: #fff;
}

.menkar-category-header {
  margin: 0 0 18px;
}

.menkar-category-header h1 {
  margin: 0 0 16px;
  color: #223a75;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.menkar-sort-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  color: #7b8496;
  font-size: 12px;
  line-height: 1.4;
}

.menkar-sort-row span {
  color: #27324a;
  font-weight: 600;
}

.menkar-sort-row a {
  color: #8b94a5;
  font-weight: 500;
}

.menkar-sort-row a:hover,
.menkar-sort-row a.active {
  color: #223a75;
}

.menkar-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px;
}

.menkar-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e7ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(34, 58, 117, 0.11);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.menkar-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 58, 117, 0.28);
  box-shadow: 0 11px 26px rgba(34, 58, 117, 0.17);
}

.menkar-product-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 12px;
  background: #fff;
}

.menkar-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.menkar-product-info {
  position: relative;
  padding: 0 13px 15px;
}

.menkar-product-info h2 {
  min-height: 38px;
  margin: 0 0 8px;
  color: #1b2c59;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.38;
}

.menkar-product-info h2 a {
  color: #1b2c59;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menkar-product-info h2 a:hover {
  color: #223a75;
}

.menkar-product-price {
  min-height: 36px;
  padding-right: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}

.menkar-current-price,
.menkar-current-price .woocommerce-Price-amount {
  color: #223a75;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.menkar-current-price bdi {
  color: #223a75;
}

.menkar-old-price {
  color: #9aa2ad;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
}

.menkar-old-price bdi,
.menkar-old-price .woocommerce-Price-amount {
  color: #9aa2ad;
}

.menkar-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-basis: 100%;
  width: max-content;
  height: 17px;
  padding: 0 5px;
  border-radius: 4px;
  background: #ed1c24;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.menkar-contact-price {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  background: #f2f5fa;
  color: #223a75;
  font-size: 12px;
  font-weight: 800;
}

.menkar-add-cart {
  position: absolute;
  right: 12px;
  bottom: 14px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #223a75;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(34, 58, 117, .3);
}

.menkar-add-cart:hover {
  background: #f8b020;
  color: #fff !important;
}

.menkar-add-cart.menkar-view-product {
  font-size: 24px;
  padding-bottom: 2px;
}

.menkar-no-products {
  padding: 28px;
  border: 1px dashed #d9dfeb;
  border-radius: 12px;
  color: #223a75;
  font-weight: 600;
  text-align: center;
}

.menkar-product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 42px 0 0;
}

.menkar-product-pagination a {
  width: 42px;
  height: 42px;
  border: 1px solid #dce3ee;
  border-radius: 50%;
  background: #fff;
  color: #8a94a6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
  transition: all .2s ease;
}

.menkar-product-pagination a:hover,
.menkar-product-pagination a.active {
  border-color: #223a75;
  background: #223a75;
  color: #fff;
  box-shadow: 0 8px 18px rgba(34, 58, 117, .22);
}

.menkar-product-pagination a.next {
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 3px;
}

@media (max-width: 1100px) {
  .menkar-camera-category-wrap {
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 22px;
  }

  .menkar-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .menkar-camera-category-page {
    padding-top: 28px;
  }

  .menkar-camera-category-wrap {
    grid-template-columns: 1fr;
  }

  .menkar-camera-filter {
    position: static;
    border: 1px solid #e5eaf3;
    border-radius: 12px;
    padding: 16px;
  }

  .menkar-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .menkar-category-header h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .menkar-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .menkar-product-image {
    padding: 8px;
  }

  .menkar-product-info {
    padding: 0 8px 12px;
  }

  .menkar-product-info h2 {
    min-height: 34px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .menkar-current-price,
  .menkar-current-price .woocommerce-Price-amount {
    font-size: 12px;
  }

  .menkar-old-price,
  .menkar-old-price .woocommerce-Price-amount {
    font-size: 10px;
  }

  .menkar-add-icon {
    width: 28px;
    height: 28px;
    right: 8px;
    bottom: 12px;
    font-size: 20px;
  }
}

/* Mobile compact product filters */
.menkar-mobile-filter-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menkar-camera-filter.menkar-filter-has-toggle {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .menkar-camera-filter.menkar-filter-has-toggle form {
    display: none;
    margin-top: 10px;
    padding: 14px 16px 16px;
    border: 1px solid #e5eaf3;
    border-radius: 12px;
    background: #fff;
  }

  .menkar-camera-filter.menkar-filter-has-toggle.is-mobile-filter-open form {
    display: block;
  }

  .menkar-mobile-filter-toggle {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 1px solid #dbe3f0;
    border-radius: 10px;
    background: #223a75;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(34, 58, 117, 0.14);
  }

  .menkar-mobile-filter-toggle i {
    font-style: normal;
    font-size: 14px;
    line-height: 1;
  }

  .menkar-filter-block {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}