:root {
  --hn1-ink: #191714;
  --hn1-cream: #f7f2e8;
  --hn1-lime: #d7f34a;
  --hn1-clay: #c86c52;
  --hn1-line: #ded6c8;
}

.hn1-skip-link {
  background: #191714;
  color: #fff;
  font-weight: 800;
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  top: -100px;
  z-index: 1000000;
}

.hn1-skip-link:focus {
  top: 12px;
}

.hn1-missing-fact {
  color: #7a2e1f;
  font-weight: 700;
}

.hn1-no-reviews {
  color: #59534b;
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}

.hn1-marketplace-archive .sidebar:empty,
.hn1-marketplace-archive aside.sidebar:has(> p:only-child) {
  display: none;
}

.woocommerce-cart .main-side,
.woocommerce-checkout .main-side,
.woocommerce-cart article,
.woocommerce-checkout article {
  max-width: 100%;
  width: 100%;
}

.woocommerce-cart .sidebar,
.woocommerce-checkout .sidebar {
  display: none !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.hn1-product-filters a,
.hn1-product-filters button,
.quantity .plus,
.quantity .minus {
  min-height: 44px;
  min-width: 44px;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.hn1-shop-heading {
  margin: 0 0 24px;
  max-width: 760px;
}

.hn1-shop-heading h1,
.hn1-compare h1,
.hn1-compare-empty h1 {
  color: var(--hn1-ink);
  font-size: clamp(2.1rem, 5vw, 4rem);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 4px 0 12px;
}

.hn1-product-filters,
.hn1-artist-filters {
  align-items: end;
  background: var(--hn1-cream);
  border: 1px solid var(--hn1-line);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(120px, 1fr)) auto;
  margin: 0 0 28px;
  padding: 18px;
}

.hn1-product-filters label,
.hn1-artist-filters label,
.hn1-review-criteria label {
  color: var(--hn1-ink);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hn1-product-filters input,
.hn1-product-filters select,
.hn1-artist-filters input,
.hn1-artist-filters select,
.hn1-review-criteria select {
  background: #fff;
  border: 1px solid #bfb5a5;
  border-radius: 8px;
  color: var(--hn1-ink);
  min-height: 43px;
  padding: 8px 10px;
  text-transform: none;
}

.hn1-product-filters .hn1-check {
  align-items: center;
  display: flex;
  min-height: 43px;
}

.hn1-product-filters .hn1-check input {
  min-height: 0;
}

.hn1-product-filters button,
.hn1-artist-filters button,
.hn1-compare-add {
  background: var(--hn1-ink);
  border: 1px solid var(--hn1-ink);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 43px;
  padding: 10px 18px;
}

.hn1-compare-add {
  background: transparent;
  color: var(--hn1-ink);
  font-size: 13px;
  margin-top: 10px;
  width: 100%;
}

.hn1-compare-add.is-selected {
  background: var(--hn1-lime);
  border-color: var(--hn1-lime);
  color: var(--hn1-ink);
}

.hn1-compare-dock {
  align-items: center;
  background: var(--hn1-ink);
  border-radius: 999px;
  bottom: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .24);
  color: #fff;
  display: flex;
  gap: 14px;
  left: 50%;
  padding: 10px 16px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 99999;
}

.hn1-compare-dock a {
  background: var(--hn1-lime);
  border-radius: 999px;
  color: var(--hn1-ink);
  font-weight: 800;
  padding: 8px 14px;
}

.hn1-compare-dock button {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.hn1-transparency {
  background: var(--hn1-cream);
  border-radius: 22px;
  clear: both;
  margin: 34px 0;
  padding: clamp(22px, 4vw, 40px);
}

.hn1-transparency-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
}

.hn1-transparency-title .hn1-kicker {
  flex-basis: 100%;
  margin: 0;
}

.hn1-transparency h2 {
  margin: 0;
}

.hn1-verified {
  background: var(--hn1-lime);
  border-radius: 999px;
  color: var(--hn1-ink);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.hn1-transparency dl {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0;
}

.hn1-transparency dl div {
  border-top: 1px solid var(--hn1-line);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(120px, .6fr) 1.4fr;
  padding: 14px 0;
}

.hn1-transparency dt {
  font-weight: 800;
}

.hn1-safety-note {
  border-left: 4px solid var(--hn1-clay);
  margin: 20px 0 0;
  padding-left: 14px;
}

.hn1-compare-scroll {
  overflow-x: auto;
}

.hn1-compare table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.hn1-compare th,
.hn1-compare td {
  border: 1px solid var(--hn1-line);
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.hn1-compare thead th {
  min-width: 185px;
}

.hn1-compare thead img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
  width: 120px;
}

.hn1-review-criteria {
  border: 1px solid var(--hn1-line);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
  padding: 18px;
}

.hn1-review-criteria legend {
  font-weight: 800;
  padding: 0 8px;
}

.hn1-review-breakdown {
  display: grid;
  gap: 4px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.hn1-related-paths {
  background: var(--hn1-ink);
  border-radius: 22px;
  color: #fff;
  margin: 38px 0 0;
  padding: clamp(22px, 4vw, 38px);
}

.hn1-related-paths h2 {
  color: #fff;
}

.hn1-related-paths > div {
  display: grid;
  gap: 8px;
}

.hn1-related-paths a {
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  padding: 12px 0;
}

.hn1-artist-directory {
  margin-top: 40px;
}

.hn1-artist-filters {
  grid-template-columns: 2fr 1fr 1fr auto;
}

.hn1-artist-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hn1-artist-grid article {
  border: 1px solid var(--hn1-line);
  border-radius: 18px;
  overflow: hidden;
  padding: 18px;
}

.hn1-artist-grid img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 980px) {
  .hn1-product-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 640px) {
  .hn1-product-filters,
  .hn1-artist-filters,
  .hn1-review-criteria,
  .hn1-transparency dl,
  .hn1-artist-grid {
    grid-template-columns: 1fr;
  }

  .hn1-transparency dl div {
    grid-template-columns: 1fr;
  }

  .hn1-compare-dock {
    border-radius: 16px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transform: none;
  }

  .single-product .single_add_to_cart_button {
    bottom: 12px;
    position: sticky !important;
    z-index: 100;
  }
}
