/* WTI Amazon Category Page — Scoped CSS. Do not edit global theme selectors. */
.wti-cat-wrap {
  margin: 0 auto;
  padding: 1px 22px 60px;
  font-family: inherit;
  color: #15294d;
  background: #fff;
}
.wti-cat-hero {
  margin: 18px 0 28px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(120deg, #eef6ff, #fff);
  border: 1px solid #e4eaf3;
}
.wti-cat-crumb {
  padding: 18px 24px 0;
  font-size: 14px;
  color: #6d7b91;
  display: flex;
  gap: 10px;
  align-items: center;
}
.wti-cat-crumb a {
  color: #536982;
  text-decoration: none;
}
.wti-cat-crumb strong {
  color: #1557c7;
}
.wti-cat-hero-grid {
  min-height: 245px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 25px;
  padding: 20px 32px 28px;
}
.wti-cat-hero h1 {
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 14px;
  color: #102d5b;
}
.wti-cat-hero p {
  font-size: 17px;
  line-height: 1.65;
  color: #667790;
  max-width: 760px;
  margin: 0;
}
.wti-cat-hero-media {
  height: 190px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wti-cat-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wti-coming {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f3f7ff, #eaf1ff);
  color: #173a70;
}
.wti-coming span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #2863dc;
}
.wti-coming strong {
  font-size: 31px;
  margin-top: 8px;
}
.wti-coming small {
  color: #7788a2;
  margin-top: 5px;
}
.wti-cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 21px 2px;
  background: #f0f5ff;
  margin-bottom: 10px;
  border-radius: 10px;
}
.wti-cat-toolbar form {
  margin: 0;
}
.wti-cat-toolbar select {
  min-width: 190px;
  height: 42px;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
}
.wti-cat-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 25px;
}
.wti-cat-sidebar {
  border: 1px solid #e2e7ef;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
  align-self: start;
  position: sticky;
  top: 20px;
}
.wti-filter-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.wti-filter-head a {
  font-size: 12px;
  color: #1f5fd3;
  text-decoration: none;
}
.wti-side-cat {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 7px;
  color: #44556d;
  text-decoration: none;
  font-size: 13px;
}
.wti-side-cat span {
  color: #8a96a8;
}
.wti-side-cat.active {
  background: #edf4ff;
  color: #1458c7;
  font-weight: 700;
}
.wti-filter-block {
  border-top: 1px solid #edf0f5;
  margin-top: 16px;
  padding-top: 16px;
}
.wti-filter-title {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
}
.wti-filter-block label {
  display: flex;
  gap: 8px;
  margin: 9px 0;
  font-size: 13px;
  color: #4d5c71;
}
.wti-filter-block input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #245ddd;
  margin: 0;
  flex: 0 0 16px;
}
.wti-price-check-form label {
  align-items: center;
  cursor: pointer;
}
.wti-custom-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 10px;
}
.wti-filter-block input[type="number"] {
  width: 100%;
  height: 38px;
  border: 1px solid #d9e0ea;
  border-radius: 7px;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.wti-filter-block button,
.wti-clear-filters {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 7px;
  background: #245ddd;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.wti-clear-filters {
  margin-top: 12px;
  background: #f4f6fa;
  color: #43536b;
}
.wti-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.wti-product-card {
  position: relative;
  border: 1px solid #e1e6ee;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  min-width: 0;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}
.wti-product-card:hover {
  box-shadow: 0 12px 30px rgba(18, 42, 75, 0.09);
  transform: translateY(-2px);
}
.wti-wish {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #e4e8ef;
  background: #fff;
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  color: #69778b;
  cursor: pointer;
  z-index: 2;
}
.wti-brand-row {
  height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.wti-brand-row img {
  max-width: 86px;
  max-height: 25px;
  object-fit: contain;
}
.wti-brand-row span {
  font-weight: 800;
  font-size: 13px;
  color: #173a70;
}
.wti-product-image {
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
}
.wti-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wti-product-name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b2e4d;
  text-decoration: none;
  min-height: 43px;
  margin-top: 9px;
}
.wti-specs {
  font-size: 12px;
  color: #78869a;
  min-height: 20px;
  margin-top: 5px;
}
.wti-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 8px 0;
  color: #69778b;
  font-size: 12px;
}
.wti-rating .star-rating {
  font-size: 12px;
}
.wti-price {
  font-size: 19px;
  font-weight: 800;
  color: #172d52;
  margin: 3px 0 12px;
}
.wti-price del {
  font-size: 11px;
  color: #8b96a7;
  margin-left: 5px;
  font-weight: 500;
}
.wti-price em {
  font-size: 11px;
  color: #168a50;
  font-style: normal;
  margin-left: 4px;
}
.wti-card-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 7px;
  margin-top: auto;
}
.wti-card-actions button {
  height: 40px;
  border-radius: 7px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.wti-compare {
  border: 1px solid #d8dee8;
  background: #fff;
  color: #3d4d65;
}
.wti-no-results {
  padding: 60px;
  text-align: center;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
}
.wti-cat-wrap ~ .products,
.wti-cat-wrap ~ .woocommerce-info {
  display: none !important;
}
.wti-cat-wrap ~ .woocommerce-pagination {
  display: none !important;
}
.wti-cat-wrap + .woocommerce-pagination {
  display: none !important;
}
.wti-cat-layout ~ * {
}
.wti-cat-wrap .page-numbers {
  display: flex;
  gap: 7px;
  list-style: none;
  padding: 22px 0 0;
  margin: 0;
}
.wti-cat-wrap .page-numbers li a,
.wti-cat-wrap .page-numbers li span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ed;
  border-radius: 7px;
  text-decoration: none;
  color: #31506f;
}
.wti-cat-wrap .page-numbers li span.current {
  background: #245ddd;
  color: #fff;
  border-color: #245ddd;
}
.wti-amazon-category-active .woocommerce-products-header {
  display: none !important;
}
.wti-amazon-category-active .woocommerce-breadcrumb {
  display: none !important;
}
.wti-amazon-category-active ul.products,
.wti-amazon-category-active .woocommerce-pagination {
  display: none !important;
}
@media (max-width: 1150px) {
  .wti-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wti-cat-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}
@media (max-width: 800px) {
  .wti-cat-hero-grid {
    grid-template-columns: 1fr;
  }
  .wti-cat-hero-media {
    height: 210px;
  }
  .wti-cat-hero h1 {
    font-size: 35px;
  }
  .wti-cat-layout {
    grid-template-columns: 1fr;
  }
  .wti-cat-sidebar {
    position: static;
  }
  .wti-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .wti-cat-wrap {
    padding: 0 12px 40px;
  }
  .wti-cat-hero-grid {
    padding: 15px;
  }
  .wti-cat-hero h1 {
    font-size: 30px;
  }
  .wti-product-grid {
    grid-template-columns: 1fr;
  }
  .wti-product-image {
    height: 230px;
  }
  .wti-cat-toolbar {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
  .wti-cat-toolbar select {
    width: 100%;
  }
}
.wti-panel-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}
.wti-panel-title strong {
  font-size: 18px;
  color: #172e52;
}
.wti-panel-title span {
  font-size: 12px;
  color: #8a96a7;
}
.wti-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dfe5ed;
  border-radius: 8px;
  overflow: hidden;
  height: 31px;
  background: #fff;
}
.wti-qty button {
  width: 30px;
  height: 31px;
  border: 0;
  background: #f5f7fa;
  color: #244b84;
  font-size: 17px;
  cursor: pointer;
}
.wti-qty span {
  min-width: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #263a58;
}
.wti-remove-item {
  border: 0;
  background: none;
  color: #a05b62;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  padding: 3px;
}
