/* Promotional products category hub — design_handoff_promotional_category.
   Width matches the site shell (1230 / 1200), not the handoff's 1440.
   Header, nav, superpowers hero, and footer are shared layout — not rebuilt here. */

.centercontent:has(.pc-page) {
  padding-top: 0;
  border-top: 2px solid #dfe4e8;
  overflow-x: hidden;
}

.centercontent .container.design-print:has(.pc-page) {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.centercontent .container:has(.pc-page) .leftdefaultimg,
.centercontent .container:has(.pc-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.pc-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.centercontent .container:has(.pc-page) > .breadcrumb {
  display: none;
}

.pc-page,
.pc-page *,
.pc-page *::before,
.pc-page *::after {
  box-sizing: border-box;
}

.pc-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 26px 0 52px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d2429;
}

.pc-page a {
  color: #204e75;
  text-decoration: none;
}

.pc-page a:hover,
.pc-page a:focus {
  color: #163854;
}

.pc-page a:focus-visible,
.pc-page button:focus-visible,
.pc-page input:focus-visible,
.pc-page select:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.pc-sr,
.pc-page .hc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Breadcrumb */

.pc-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12.5px;
  color: #8a9199;
}

.pc-crumb li {
  display: inline-flex;
  align-items: center;
}

.pc-crumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: #8a9199;
}

.pc-crumb a {
  color: #8a9199;
}

.pc-crumb a:hover,
.pc-crumb a:focus {
  color: #204e75;
}

.pc-crumb [aria-current="page"] {
  color: #204e75;
  font-weight: 700;
}

/* Header row */

.pc-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.pc-head-copy {
  max-width: 680px;
  min-width: 0;
  flex: 1;
}

.pc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a9199;
}

.pc-tick {
  width: 34px;
  height: 3px;
  background: #c4470c;
}

.pc-head h1 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #204e75;
}

.pc-lead {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #55606a;
  text-wrap: pretty;
}

.pc-all-cats {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #fff;
  border: 1px solid #c9ced3;
  color: #204e75;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pc-all-cats svg {
  flex: none;
}

.pc-all-cats:hover,
.pc-all-cats:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff;
}

/* Search */

.pc-search {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 620px;
  overflow: visible;
}

.pc-search .ps-field .help-block {
  display: none;
}

.pc-search .ps-wrap {
  width: 100%;
  max-width: 620px;
}

.pc-search .ps-form {
  height: 48px;
  border: 1px solid #c9ced3;
  background: #fff;
  box-shadow: none;
}

.pc-search .ps-field {
  position: relative;
}

.pc-search .ps-input {
  height: 46px !important;
  min-height: 46px !important;
  padding: 8px 14px 8px 42px !important;
  border: 0 !important;
  background: #fff !important;
  font-size: 15px !important;
}

.pc-search .ps-field::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  z-index: 2;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238a9199' stroke-width='2'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>") center / 18px 18px no-repeat;
}

.pc-search .ps-btn {
  height: 46px;
  min-height: 46px;
  padding: 0 22px;
  background: #c4470c;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.pc-search .ps-btn:hover,
.pc-search .ps-btn:focus {
  background: #a13908;
}

.pc-search .ps-form:focus-within {
  border-color: #204e75;
  box-shadow: 0 0 0 3px #eef3f8;
}

.pc-search .ps-input:focus {
  box-shadow: none !important;
}

/* Toolbar */

.pc-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.pc-meta {
  margin: 0;
  font-size: 12.5px;
  color: #6a747d;
}

.pc-meta strong {
  font-weight: 700;
  color: #26313a;
}

.pc-sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pc-sort label {
  margin: 0;
  font-size: 12.5px;
  font-weight: 700;
  color: #55606a;
}

.pc-sort select {
  height: 38px;
  padding: 0 32px 0 12px;
  border: 1px solid #c9ced3;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2355606a' stroke-width='2.4'><path d='M5 8.5l7 7 7-7'/></svg>") no-repeat right 10px center;
  color: #26313a;
  font-size: 13px;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
}

/* Subcategory grid */

.pc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe4e8;
  color: inherit;
}

.pc-tile:hover,
.pc-tile:focus {
  background: #f7f9fb;
  border-color: #204e75;
  color: inherit;
}

.pc-tile-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 188px;
  padding: 18px 18px 12px;
  background: #fff;
  border-bottom: 1px solid #eef0f2;
}

.pc-tile-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pc-tile-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 16px;
}

.pc-tile-name {
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #204e75;
  text-wrap: pretty;
}

.pc-tile-view {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: none;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4470c;
}

.pc-tile-view svg {
  flex: none;
}

.pc-empty {
  margin: 0;
  padding: 28px 0;
  font-size: 14.5px;
  color: #55606a;
}

.pc-empty a {
  font-weight: 700;
  text-decoration: underline;
}

/* Cross-sell */

.pc-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 28px;
  background: #f7f9fb;
  border: 1px solid #eef0f2;
}

.pc-more-copy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  flex: 1;
}

.pc-more-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 42px;
  height: 42px;
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  color: #204e75;
}

.pc-more h2 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #204e75;
}

.pc-more p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #6a747d;
}

.pc-more-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #c4470c;
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pc-more-cta:hover,
.pc-more-cta:focus {
  background: #a13908;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .pc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .pc-head {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .pc-head-copy {
    max-width: none;
  }

  .pc-head h1 {
    font-size: 28px;
  }

  .pc-all-cats {
    align-self: flex-start;
  }

  .pc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-more {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px 20px;
  }

  .pc-more-copy {
    flex: none;
    width: 100%;
  }

  .pc-more-cta {
    align-self: flex-start;
  }
}

@media (max-width: 560px) {
  .pc-all-cats,
  .pc-more-cta {
    white-space: normal;
  }

  .pc-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-tile-media {
    height: 168px;
  }
}
