body.norterra-collection-pro-active {
  --ncp-content-width: 1340px;
  --ncp-grid-gap: 20px;
  --ncp-page-top: 30px;
  --ncp-page-bottom: 76px;
  --ncp-hero-height: 340px;
  --ncp-hero-mobile-height: 190px;
  --ncp-hero-radius: 16px;
  --ncp-hero-content-width: 980px;
  --ncp-card-radius: 12px;
  --ncp-page-bg: #fff;
  --ncp-heading: #163c46;
  --ncp-text: #171717;
  --ncp-muted: #6d8186;
  --ncp-accent: #176172;
  --ncp-accent-2: #74ddc5;
  --ncp-control-bg: #f4f8f8;
  --ncp-line: #dde7e9;
  --ncp-button-bg: #202020;
  --ncp-button-color: #fff;
  background: var(--ncp-page-bg);
  color: var(--ncp-text);
}

body.norterra-collection-pro-active main#wp--skip-link--target {
  box-sizing: border-box;
  width: min(calc(100% - 40px), var(--ncp-content-width)) !important;
  max-width: var(--ncp-content-width) !important;
  margin: 0 auto !important;
  padding: var(--ncp-page-top) 0 var(--ncp-page-bottom) !important;
}

body.norterra-collection-pro-active main#wp--skip-link--target > * {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hero image and editable brand introduction */
body.norterra-collection-pro-active .ncp-collection-hero {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
  color: var(--ncp-text);
}

body.norterra-collection-pro-active .ncp-collection-hero__image {
  width: 100%;
  height: var(--ncp-hero-height);
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: var(--ncp-hero-radius);
  background: #eef3f4;
  box-shadow: 0 12px 32px rgba(17, 63, 73, 0.1);
}

body.norterra-collection-pro-active .ncp-collection-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
}

body.norterra-collection-pro-active .ncp-collection-hero__content {
  width: min(100%, var(--ncp-hero-content-width));
  margin: 0 auto;
}

body.norterra-collection-pro-active .ncp-collection-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  color: var(--ncp-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.norterra-collection-pro-active .ncp-collection-hero__kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ncp-accent-2);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--ncp-accent-2) 20%, transparent);
}

body.norterra-collection-pro-active .ncp-collection-hero h1 {
  margin: 0;
  color: var(--ncp-heading);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

body.norterra-collection-pro-active .ncp-collection-hero__description {
  margin-top: 14px;
  color: var(--ncp-text);
  font-size: 14px;
  line-height: 1.65;
}

body.norterra-collection-pro-active .ncp-collection-hero__description p {
  margin: 0;
}

body.norterra-collection-pro-active .ncp-collection-hero__description p + p {
  margin-top: 10px;
}

/* Breadcrumb */
body.norterra-collection-pro-active .wc-block-breadcrumbs {
  margin: 0 0 16px !important;
  color: var(--ncp-muted);
  font-size: 12px !important;
  font-weight: 600;
}

body.norterra-collection-pro-active .woocommerce-breadcrumb {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--ncp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ncp-muted);
  box-shadow: 0 3px 12px rgba(17, 63, 73, 0.04);
}

body.norterra-collection-pro-active .woocommerce-breadcrumb a {
  color: var(--ncp-accent);
  font-weight: 700;
  text-decoration: none;
}

/* Native title fallback when hero is disabled */
body.norterra-collection-pro-active .wp-block-query-title {
  position: relative;
  margin: 0 0 24px !important;
  padding: 0 0 20px;
  color: var(--ncp-heading);
  font-size: clamp(34px, 4vw, 50px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  line-height: 1.05 !important;
}

body.norterra-collection-pro-active .wp-block-query-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ncp-accent), var(--ncp-accent-2));
}

/* Count and sorting */
body.norterra-collection-pro-active main#wp--skip-link--target > .wp-block-group.is-content-justification-space-between {
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 24px !important;
  padding: 13px 14px 13px 18px;
  border: 1px solid var(--ncp-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, var(--ncp-control-bg) 100%);
  box-shadow: 0 8px 24px rgba(17, 63, 73, 0.06);
}

body.norterra-collection-pro-active .woocommerce-result-count {
  margin: 0 !important;
  color: var(--ncp-muted);
  font-size: 13px !important;
  font-weight: 650;
}

body.norterra-collection-pro-active .woocommerce-ordering {
  position: relative;
  margin: 0 !important;
}

body.norterra-collection-pro-active .woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--ncp-accent);
  border-bottom: 2px solid var(--ncp-accent);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

body.norterra-collection-pro-active .woocommerce-ordering .orderby {
  appearance: none;
  box-sizing: border-box;
  min-width: 238px;
  height: 44px;
  margin: 0 !important;
  padding: 0 42px 0 15px;
  border: 1px solid var(--ncp-line);
  border-radius: 12px;
  background: var(--ncp-control-bg);
  color: var(--ncp-heading);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

body.norterra-collection-pro-active .wp-block-woocommerce-product-collection {
  margin: 0 !important;
}

body.norterra-collection-pro-active .wc-block-product-template,
body.norterra-collection-pro-active .wc-block-product-template__responsive {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: var(--ncp-grid-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.norterra-collection-pro-active .wc-block-product.ncp-home-card-host {
  display: block !important;
  min-width: 0 !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: none !important;
}

body.norterra-collection-pro-active .wc-block-product.ncp-home-card-host > .norterra-product-card {
  width: 100%;
  height: 100%;
  border-radius: var(--ncp-card-radius) !important;
}

body.norterra-collection-pro-active .wc-block-product-template .ncp-home-card-host > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.norterra-collection-pro-active .norterra-product-card__cart button,
body.norterra-collection-pro-active .norterra-pack-picker__add,
body.norterra-collection-pro-active .norterra-product-card__choose {
  background: var(--ncp-button-bg) !important;
  color: var(--ncp-button-color) !important;
}

/* Pagination */
body.norterra-collection-pro-active .wp-block-query-pagination,
body.norterra-collection-pro-active .wc-block-pagination,
body.norterra-collection-pro-active .woocommerce-pagination {
  margin-top: 34px !important;
}

body.norterra-collection-pro-active .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  margin: 3px;
  padding: 0 10px;
  border: 1px solid var(--ncp-line);
  border-radius: 11px;
  background: #fff;
  color: var(--ncp-heading);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

body.norterra-collection-pro-active .page-numbers.current,
body.norterra-collection-pro-active .page-numbers:hover {
  border-color: var(--ncp-accent);
  background: var(--ncp-accent);
  color: #fff;
}

@media (max-width: 1024px) {
  body.norterra-collection-pro-active .wc-block-product-template,
  body.norterra-collection-pro-active .wc-block-product-template__responsive {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  body.norterra-collection-pro-active main#wp--skip-link--target {
    width: 100% !important;
    max-width: none !important;
    padding: 18px 10px 52px !important;
  }

  body.norterra-collection-pro-active .ncp-collection-hero {
    margin-bottom: 20px;
  }

  body.norterra-collection-pro-active .ncp-collection-hero__image {
    height: var(--ncp-hero-mobile-height);
    margin-bottom: 20px;
    border-radius: min(var(--ncp-hero-radius), 12px);
  }

  body.norterra-collection-pro-active .ncp-collection-hero__kicker {
    margin-bottom: 7px;
    font-size: 9px;
  }

  body.norterra-collection-pro-active .ncp-collection-hero h1 {
    font-size: 30px;
  }

  body.norterra-collection-pro-active .ncp-collection-hero__description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  body.norterra-collection-pro-active .woocommerce-breadcrumb {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 10px;
  }

  body.norterra-collection-pro-active .wp-block-query-title {
    margin-bottom: 18px !important;
    padding-bottom: 14px;
    font-size: 30px !important;
  }

  body.norterra-collection-pro-active main#wp--skip-link--target > .wp-block-group.is-content-justification-space-between {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px !important;
    margin-bottom: 16px !important;
    padding: 12px;
    border-radius: 14px;
  }

  body.norterra-collection-pro-active .wc-block-catalog-sorting,
  body.norterra-collection-pro-active .woocommerce-ordering,
  body.norterra-collection-pro-active .woocommerce-ordering .orderby {
    width: 100%;
  }

  body.norterra-collection-pro-active .woocommerce-ordering .orderby {
    min-width: 0;
    height: 42px;
  }

  body.norterra-collection-pro-active .wc-block-product-template,
  body.norterra-collection-pro-active .wc-block-product-template__responsive {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

@media (max-width: 390px) {
  body.norterra-collection-pro-active main#wp--skip-link--target {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  body.norterra-collection-pro-active .wc-block-product-template,
  body.norterra-collection-pro-active .wc-block-product-template__responsive {
    gap: 7px !important;
  }
}
