
/* PCH 3.0.34 – shop/archive heading */
.pch-shop-shell > .info-hero {
  display: block;
  width: 100%;
  margin: 0 0 48px;
  padding: 24px 0 34px;
  border-bottom: 1px solid rgba(197,154,70,.28);
}

.pch-shop-shell > .info-hero .kicker {
  display: block;
  margin: 0 0 10px;
  color: #c59a46;
  font-size: .72rem;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pch-shop-shell > .info-hero h1 {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: var(--pch-serif, "Cormorant Garamond", serif);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .95;
  font-weight: 500;
  color: var(--pch-text, #efe9dd);
  overflow-wrap: anywhere;
}

@media (max-width: 650px) {
  .pch-shop-shell > .info-hero {
    margin-bottom: 32px;
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .pch-shop-shell > .info-hero h1 {
    font-size: clamp(2.3rem, 13vw, 4rem);
  }
}


/* PCH 3.0.35 – compact shop heading and aligned filters */
.pch-shop-shell > .info-hero {
  margin-bottom: 28px;
  padding-bottom: 20px;
}
.pch-shop-shell > .info-hero h1 { display:none !important; }

.pch-shop-shell .shop-toolbar,
.pch-shop-shell .pch-shop-filters,
.pch-shop-shell form.pch-shop-filters,
.pch-shop-shell form.shop-filters {
  display:flex !important;
  flex-wrap:wrap;
  align-items:flex-end !important;
  gap:14px 18px !important;
  margin:0 0 30px !important;
}

.pch-shop-shell .pch-shop-filters label,
.pch-shop-shell form.shop-filters label {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 !important;
  white-space:nowrap;
}

.pch-shop-shell .pch-shop-filters input[type="number"],
.pch-shop-shell .pch-shop-filters input[type="text"],
.pch-shop-shell form.shop-filters input[type="number"],
.pch-shop-shell form.shop-filters input[type="text"] {
  box-sizing:border-box;
  height:42px !important;
  min-width:160px;
  margin:0 !important;
  padding:8px 12px !important;
  vertical-align:middle;
}

.pch-shop-shell .pch-shop-filters input[type="checkbox"],
.pch-shop-shell form.shop-filters input[type="checkbox"] {
  width:20px;
  height:20px;
  margin:0 !important;
  flex:0 0 auto;
}

.pch-shop-shell .pch-shop-filters button,
.pch-shop-shell .pch-shop-filters input[type="submit"],
.pch-shop-shell .pch-shop-filters .button,
.pch-shop-shell form.shop-filters button,
.pch-shop-shell form.shop-filters input[type="submit"],
.pch-shop-shell form.shop-filters .button {
  box-sizing:border-box;
  min-height:42px;
  margin:0 !important;
  padding:8px 18px !important;
}

@media(max-width:700px){
  .pch-shop-shell .pch-shop-filters,
  .pch-shop-shell form.shop-filters {
    align-items:stretch !important;
  }
  .pch-shop-shell .pch-shop-filters label,
  .pch-shop-shell form.shop-filters label {
    width:100%;
  }
  .pch-shop-shell .pch-shop-filters input[type="number"],
  .pch-shop-shell .pch-shop-filters input[type="text"],
  .pch-shop-shell form.shop-filters input[type="number"],
  .pch-shop-shell form.shop-filters input[type="text"] {
    flex:1;
    min-width:0;
  }
}
