.htha-collection-header {
  padding: var(--htha-space-32) 0 var(--htha-space-64);
}

.htha-collection-header .htha-eyebrow {
  margin-bottom: var(--htha-space-16);
}

.htha-collection-header__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--htha-space-48);
}

.htha-collection-header__copy {
  max-width: 640px;
}

.htha-collection-header h1 {
  font-size: clamp(40px, 5vw, 56px);
  margin-bottom: var(--htha-space-16);
}

.htha-collection-header__intro {
  color: var(--htha-text-muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 620px;
}

.htha-collection-header__intro p { margin: 0 0 1em; }
.htha-collection-header__intro p:last-child { margin-bottom: 0; }

.htha-collection-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  padding: 0;
  margin: var(--htha-space-24) 0 0;
  font-size: 14px;
  color: var(--htha-text-muted);
}

.htha-collection-header__count {
  margin: 0;
  font-family: var(--htha-font-serif);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: right;
}

.htha-collection-header__count span {
  display: block;
  margin-top: 8px;
  font-family: var(--htha-font-sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--htha-text-muted);
}

.htha-collection-quick {
  border-top: 1px solid var(--htha-border);
  border-bottom: 1px solid var(--htha-border);
  padding: var(--htha-space-16) 0;
}

.htha-collection-quick__scroller,
.htha-collection-active__list,
.htha-collection-related__scroller {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.htha-collection-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  height: 36px;
  padding: 0 16px;
  border: 1px solid var(--htha-border);
  text-decoration: none;
  font-size: 13px;
  color: var(--htha-text);
  background: transparent;
}

.htha-collection-chip:hover {
  background: rgba(37, 35, 31, .04);
}

.htha-collection-chip.is-active {
  background: var(--htha-dark);
  border-color: var(--htha-dark);
  color: #fff;
}

.htha-collection-discovery {
  padding: var(--htha-space-80) 0 var(--htha-space-96);
}

.htha-collection-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--htha-space-16);
  margin-bottom: var(--htha-space-24);
}

.htha-collection-toolbar__filter { display: none; }

.htha-collection-toolbar__count {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--htha-text-muted);
}

.htha-collection-toolbar .woocommerce-ordering {
  margin: 0;
}

.htha-collection-toolbar .woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  min-width: 160px;
  height: 40px;
  min-height: 40px;
  padding: 0 36px 0 14px;
  border: 1px solid var(--htha-border);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2325231f' stroke-width='1.2' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  font-size: 13px;
}

.htha-collection-active {
  display: flex;
  align-items: center;
  gap: var(--htha-space-16);
  margin-bottom: var(--htha-space-24);
}

.htha-collection-active__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.htha-collection-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.htha-collection-sidebar .htha-eyebrow { margin-bottom: var(--htha-space-16); }

.htha-collection-filters__group {
  border-bottom: 1px solid rgba(222, 216, 207, .7);
  padding: 8px 0 20px;
}

.htha-collection-filters__group summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.htha-collection-filters__group summary::-webkit-details-marker { display: none; }

.htha-collection-filters__group ul {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.htha-collection-filters__group label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 36px;
  padding: 4px 0;
  font-size: 14px;
  cursor: pointer;
}

.htha-collection-filters__group label.is-active span:nth-child(2) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.htha-collection-filters__count {
  font-size: 12px;
  color: var(--htha-text-muted);
}

.htha-collection-filters__actions {
  display: none;
}

.htha-collection-sidebar .htha-collection-filters__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-top: var(--htha-space-16);
}

.htha-collection-sidebar .htha-collection-filters__apply {
  display: none;
}

.htha-collection-archive .woocommerce ul.products,
.htha-collection-archive .woocommerce ul.products.columns-4,
.htha-collection-archive ul.products.columns-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 1024px) {
  .htha-collection-archive .woocommerce ul.products,
  .htha-collection-archive .woocommerce ul.products.columns-4,
  .htha-collection-archive ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
  }
}

.htha-collection-editorial {
  list-style: none;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: var(--htha-space-24);
  background: var(--htha-surface);
  border: 1px solid var(--htha-border);
}

.htha-collection-editorial h2 {
  font-size: 28px;
  margin-bottom: var(--htha-space-12);
}

.htha-collection-editorial p {
  color: var(--htha-text-muted);
  font-size: 15px;
}

.htha-product-card__media { position: relative; }

.htha-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--htha-surface);
  padding: 4px 8px;
}

.htha-product-card__img--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease;
}

@media (hover: hover) {
  .htha-product-card:hover .htha-product-card__img--hover { opacity: 1; }
}

.htha-product-card__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--htha-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.htha-product-card__size-hint {
  margin: 6px 0 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--htha-text-muted);
}

.htha-collection-archive .htha-product-card__title {
  font-size: 15px;
  font-weight: 500;
}

.htha-collection-archive .htha-price {
  font-size: 14px;
}

.htha-product-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.htha-collection-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htha-space-24);
  margin-top: var(--htha-space-48);
}

.htha-collection-story,
.htha-collection-related {
  padding: var(--htha-space-96) 0 var(--htha-space-120);
  border-top: 1px solid rgba(222, 216, 207, .65);
}

.htha-collection-story {
  background: #f7f3ed;
}

.htha-collection-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  gap: 72px;
  align-items: start;
}

.htha-collection-story__grid:has(.htha-collection-story__text--wide) {
  grid-template-columns: 1fr;
}

.htha-collection-story__media {
  overflow: hidden;
}

.htha-collection-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.htha-collection-story__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--htha-text-muted);
}

.htha-collection-story__text h3 {
  color: var(--htha-text);
  margin-top: var(--htha-space-24);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--htha-font-sans);
  letter-spacing: 0;
}

.htha-collection-story__text h3:first-child {
  margin-top: 0;
}

.htha-collection-related__scroller {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  overflow: visible;
}

.htha-collection-related .htha-collection-card__media,
.htha-collection-related .htha-category-card__media {
  aspect-ratio: 4 / 5;
  background: transparent;
}

.htha-collection-trust {
  padding: var(--htha-space-48) 0;
  background: #f0ebe4;
  border-top: 1px solid rgba(222, 216, 207, .65);
}

.htha-collection-trust .htha-trust-strip {
  margin: 0;
  border-top: 0;
}

.htha-collection-archive #faq.htha-section {
  padding: var(--htha-space-96) 0;
}

.htha-collection-archive .htha-faq details {
  border-bottom: 1px solid rgba(222, 216, 207, .7);
  padding: 0;
}

.htha-collection-archive .htha-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}

.htha-collection-archive .htha-faq summary::-webkit-details-marker { display: none; }

.htha-collection-archive .htha-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.htha-collection-archive .htha-faq details[open] summary::after {
  content: "−";
}

.htha-collection-archive .htha-faq details > div {
  padding-bottom: 16px;
  font-size: 15px;
  color: var(--htha-text-muted);
}

.htha-collection-archive #faq .htha-section-heading h2 {
  font-size: clamp(32px, 4vw, 40px);
}

.htha-collection-overlay[hidden],
.htha-collection-drawer[hidden] {
  display: none !important;
}

.htha-collection-overlay:not([hidden]) {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(37, 35, 31, .35);
  z-index: 80;
}

.htha-collection-drawer:not([hidden]) {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(100%, 420px);
  height: 100%;
  background: var(--htha-bg);
  box-shadow: -16px 0 40px rgba(37, 35, 31, .08);
  flex-direction: column;
}

.htha-collection-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--htha-border);
  position: sticky;
  top: 0;
  background: var(--htha-bg);
}

.htha-collection-drawer__header h2 {
  font-size: 18px;
  margin: 0;
}

.htha-collection-drawer__body {
  overflow: auto;
  padding: 8px 24px 120px;
  flex: 1;
}

.htha-collection-drawer .htha-collection-filters__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: sticky;
  bottom: 0;
  margin: 0 -24px;
  padding: 16px 24px;
  background: var(--htha-bg);
  border-top: 1px solid var(--htha-border);
}

.htha-collection-archive.is-filter-open {
  overflow: hidden;
}

@media (min-width: 1440px) {
  .htha-collection-archive .woocommerce ul.products,
  .htha-collection-archive .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .htha-collection-archive .woocommerce ul.products,
  .htha-collection-archive .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .htha-collection-layout {
    grid-template-columns: 1fr;
  }
  .htha-collection-sidebar { display: none; }
  .htha-collection-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .htha-collection-toolbar__filter { display: inline-flex; }
  .htha-collection-toolbar__count {
    grid-column: 1 / -1;
    order: 3;
  }
  .htha-collection-archive .woocommerce ul.products,
  .htha-collection-archive .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .htha-collection-editorial { grid-column: span 2; }
  .htha-collection-header__row { display: block; }
  .htha-collection-header__count {
    text-align: left;
    margin-top: var(--htha-space-24);
    font-size: 36px;
  }
  .htha-collection-story__grid {
    grid-template-columns: 1fr;
    gap: var(--htha-space-32);
  }
}

@media (max-width: 1023px) and (min-width: 640px) {
  .htha-collection-related__scroller {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
  .htha-collection-related__scroller > * { flex: none; }
}

@media (max-width: 639px) {
  .htha-collection-related__scroller {
    display: flex;
    overflow-x: auto;
  }
  .htha-collection-related__scroller > * {
    flex: 0 0 min(78%, 280px);
  }
}

@media (max-width: 430px) {
  .htha-collection-archive .woocommerce ul.products,
  .htha-collection-archive .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .htha-product-card__title { font-size: 14px; }
  .htha-price { font-size: 13px; white-space: nowrap; }
}

.htha-collection-editorial,
.htha-collection-guidance {
  padding: var(--htha-space-96) 0;
}

.htha-collection-editorial__grid,
.htha-collection-guidance__grid {
  display: grid;
  gap: var(--htha-space-32);
}

.htha-collection-editorial__grid--split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  align-items: center;
}

.htha-collection-editorial__media {
  overflow: hidden;
  background: #ece6dd;
  aspect-ratio: 4 / 3;
}

.htha-collection-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htha-collection-editorial__text h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 12px;
}

.htha-collection-guidance {
  background: #f7f3ed;
}

.htha-collection-guidance__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.htha-collection-guidance__grid[data-count="2"],
.htha-collection-guidance__grid[data-count="1"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.htha-collection-guidance__grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.htha-collection-guidance__grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .htha-collection-editorial,
  .htha-collection-guidance {
    padding: var(--htha-space-64) 0;
  }

  .htha-collection-editorial__grid--split,
  .htha-collection-guidance__grid,
  .htha-collection-guidance__grid[data-count="2"] {
    grid-template-columns: 1fr;
  }
}

