.consultix-storefront {
  background: linear-gradient(180deg, #f4f7fb 0%, #f8fafc 100%);
  padding: 22px 0 44px;
}

.consultix-storefront-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 20px;
  padding: 0 2px;
}

.consultix-storefront-titlewrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.consultix-storefront-kicker {
  margin: 0;
  color: #5a6c82;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.consultix-storefront-title {
  margin: 0;
  color: #10253f;
  font-size: 44px;
  line-height: 1.04;
  font-weight: 800;
}

.consultix-storefront-prices {
  margin: 0;
  color: #29435f;
  font-size: 15px;
  font-weight: 500;
}

.consultix-storefront-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.consultix-storefront-sidebar {
  position: sticky;
  top: 16px;
}

.consultix-filter-box {
  border: 1px solid #d9e0ea;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 12px 26px rgba(21, 38, 64, 0.05);
}

.consultix-filter-title {
  margin: 0;
  padding: 16px 18px;
  background: #f3f6fa;
  color: #18314d;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 800;
  border-bottom: 1px solid #e5ebf3;
}

.consultix-filter-list {
  list-style: none;
  margin: 0;
  padding: 14px 18px 16px;
}

.consultix-filter-list li + li {
  margin-top: 8px;
}

.consultix-filter-list a,
.consultix-filter-list span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #223b56;
  font-size: 16px;
  line-height: 1.4;
  transition: color 0.18s ease;
}

.consultix-filter-list a:hover {
  color: #0d4f9f;
}

.consultix-filter-list em {
  font-style: normal;
  color: #6a7f95;
  font-weight: 600;
}

.consultix-filter-list-check a {
  justify-content: flex-start;
  position: relative;
  padding-left: 21px;
}

.consultix-filter-list-check a:before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #b7c5d6;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #fff;
}

.consultix-storefront-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  min-height: 48px;
}

.consultix-storefront-toolbar .woocommerce-notices-wrapper {
  width: 100%;
}

.consultix-storefront-toolbar .woocommerce-result-count {
  float: none !important;
  margin: 0 !important;
  color: #2e445e;
  font-size: 15px;
  font-weight: 500;
}

.consultix-storefront-toolbar .woocommerce-ordering {
  float: none !important;
  margin: 0 0 0 auto !important;
}

.consultix-storefront-toolbar .woocommerce-ordering select {
  min-width: 205px;
  height: 46px;
  border: 1px solid #ccd6e3;
  border-radius: 9px;
  background: #fff;
  color: #1b334e;
  font-size: 15px;
  padding: 0 34px 0 12px;
}

.consultix-storefront-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.consultix-storefront-card {
  margin: 0;
  border: 1px solid #d8e0eb;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(24, 45, 72, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.consultix-storefront-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(20, 43, 72, 0.09);
  border-color: #bfd0e3;
}

.consultix-storefront-image {
  display: block;
  background: #eef2f7;
}

.consultix-storefront-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.consultix-storefront-body {
  padding: 18px 22px 0;
}

.consultix-storefront-name {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  min-height: 58px;
  font-weight: 700;
}

.consultix-storefront-name a {
  color: #142a43;
}

.consultix-storefront-name a:hover {
  color: #0a4e9c;
}

.consultix-storefront-meta {
  margin: 0 0 14px;
  color: #6e8094;
  font-size: 15px;
}

.consultix-storefront-meta a {
  color: #567391;
}

.consultix-storefront-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 16px;
}

.consultix-storefront-price {
  color: #ef4a20;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.consultix-storefront-price del {
  color: #93a1b0;
  font-size: 15px;
  margin-right: 7px;
}

.consultix-storefront-price ins {
  text-decoration: none;
}

.consultix-storefront-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 41px;
  padding: 0 14px;
  border: 1px solid #86b64d;
  border-radius: 6px;
  color: #6fa032;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.consultix-storefront-view:hover {
  color: #fff;
  background: #6fa032;
  border-color: #6fa032;
}

.consultix-storefront-stats {
  margin: 0 -22px;
  padding: 13px 22px 14px;
  border-top: 1px solid #e4eaf3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #25384f;
  font-size: 14px;
}

.consultix-storefront-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.consultix-storefront-rating .star-rating {
  margin: 0;
  top: 0;
  float: none;
  color: #f4b322;
}

.consultix-storefront-sales {
  white-space: nowrap;
  font-weight: 600;
}

.consultix-storefront-main nav.woocommerce-pagination {
  margin-top: 20px;
}

@media (max-width: 1260px) {
  .consultix-storefront-title {
    font-size: 38px;
  }

  .consultix-storefront-layout {
    grid-template-columns: 256px minmax(0, 1fr);
    gap: 20px;
  }

  .consultix-storefront-name {
    font-size: 21px;
    min-height: 54px;
  }

  .consultix-storefront-price {
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .consultix-storefront-layout {
    grid-template-columns: 1fr;
  }

  .consultix-storefront-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .consultix-filter-box {
    margin: 0;
  }
}

@media (max-width: 820px) {
  .consultix-storefront-grid {
    grid-template-columns: 1fr;
  }

  .consultix-storefront-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .consultix-storefront-toolbar .woocommerce-ordering {
    margin-left: 0 !important;
  }
}

@media (max-width: 760px) {
  .consultix-storefront {
    padding-top: 12px;
  }

  .consultix-storefront-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .consultix-storefront-sidebar {
    grid-template-columns: 1fr;
  }

  .consultix-storefront-title {
    font-size: 33px;
  }

  .consultix-filter-title {
    font-size: 24px;
  }

  .consultix-storefront-name {
    font-size: 20px;
    min-height: 48px;
  }

  .consultix-storefront-price {
    font-size: 32px;
  }

  .consultix-storefront-body {
    padding: 15px 16px 0;
  }

  .consultix-storefront-stats {
    margin: 0 -16px;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
