html:has(body.products-page-shell),
body.public-site.products-page-shell,
body.products-page-shell main {
  background-color: #FFFBF5;
  background-image: none;
}

.product-index,
.product-index * {
  box-sizing: border-box;
}

.product-index {
  --product-green: #0b4b36;
  --product-green-strong: #063a29;
  --product-ink: #173d2e;
  --product-muted: #5a6c63;
  --product-gold: #b78643;
  --product-soft: #FFFBF5;
  --product-line: rgb(11 75 54 / .18);
  --product-gold-line: rgb(183 134 67 / .38);
  overflow: clip;
  background: var(--product-soft);
  color: var(--product-ink);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.product-index img {
  max-width: 100%;
}

.product-index__shell {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.product-index__hero {
  padding: clamp(54px, 7vw, 94px) 0 clamp(64px, 8vw, 104px);
  background: var(--product-soft);
}

.product-index__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
}

.product-index__hero-copy {
  max-width: 610px;
}

.product-index__eyebrow {
  margin: 0 0 15px;
  color: var(--product-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-index__hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--product-green);
  font-size: clamp(2.65rem, 5vw, 4.15rem);
  font-weight: 800 !important;
  letter-spacing: -.065em;
  line-height: .98;
  text-wrap: balance;
}

.product-index__hero-lead {
  max-width: 54ch;
  margin: 23px 0 0;
  color: var(--product-muted);
  font-size: 16px;
  line-height: 1.65;
}

.product-index__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.product-index__button,
.product-index__cta-button,
.product-index__cta-link,
.product-index__price-link,
.product-index__empty > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-index__button--primary {
  background: var(--product-green);
  color: #fff;
}

.product-index__button--secondary,
.product-index__price-link {
  border: 1px solid var(--product-line);
  color: var(--product-green);
}

.product-index__button:hover,
.product-index__price-link:hover,
.product-index__empty > a:hover,
.product-index__cta-button:hover,
.product-index__cta-link:hover {
  transform: translateY(-1px);
}

.product-index__button--primary:hover,
.product-index__cta-button:hover,
.product-index__empty > a:hover {
  background: var(--product-green-strong);
}

.product-index__button--secondary:hover,
.product-index__price-link:hover {
  border-color: var(--product-green);
  background: rgb(11 75 54 / .05);
}

.product-index__button:active,
.product-index__cta-button:active,
.product-index__price-link:active,
.product-index__empty > a:active {
  transform: translateY(1px);
}

.product-index__hero-visual {
  min-width: 0;
  margin: 0;
}

.product-index__hero-visual picture {
  display: block;
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 18px;
  background: #fff;
}

.product-index__hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-index__hero-visual figcaption {
  margin-top: 12px;
  color: var(--product-muted);
  font-size: 12px;
  line-height: 1.5;
}

.product-index__catalog {
  padding: clamp(64px, 8vw, 96px) 0 88px;
  background: #fff;
}

.product-index__catalog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.product-index__catalog-header h2,
.product-index__cta-panel h2,
.product-index__empty h2 {
  margin: 0;
  color: var(--product-green);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 700 !important;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.product-index__catalog-header p {
  max-width: 58ch;
  margin: 13px 0 0;
  color: var(--product-muted);
  font-size: 15px;
  line-height: 1.6;
}

.product-index__price-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

.product-index__search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--product-line);
}

.product-index__search label {
  color: var(--product-ink);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.product-index__search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
}

.product-index__search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--product-line);
  border-radius: 12px;
  background: #fff;
  padding: 0 15px;
  color: var(--product-ink);
  font: inherit;
  font-size: 14px;
}

.product-index__search input::placeholder {
  color: var(--product-muted);
}

.product-index__search button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--product-green);
  padding: 0 18px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.product-index__search button:hover {
  background: var(--product-green-strong);
}

.product-index__search button:active {
  transform: translateY(1px);
}

.product-index__clear {
  color: var(--product-green);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.product-index__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-index__card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 14px;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease;
}

.product-index__card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.product-index__card:has(> a:focus-visible) {
  border-color: var(--product-green);
  outline: 3px solid rgb(11 75 54 / .16);
  outline-offset: 3px;
}

.product-index__card > a:focus-visible {
  outline: none;
}

.product-index__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: var(--product-soft);
}

.product-index__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.product-index__card-body {
  display: flex;
  min-height: 204px;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-index__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--product-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-index__meta span:last-child {
  color: var(--product-muted);
  letter-spacing: .02em;
}

.product-index__card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  color: var(--product-ink);
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-index__card-body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--product-muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-index__card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.product-index__card-footer strong {
  color: var(--product-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.product-index__detail {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--product-green);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.product-index__detail .material-symbols-outlined {
  font-size: 16px;
  transition: transform 180ms ease;
}

.product-index__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.product-index__pagination a {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--product-line);
  border-radius: 10px;
  color: var(--product-green);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.product-index__pagination a:hover,
.product-index__pagination a.is-current {
  border-color: var(--product-green);
  background: var(--product-green);
  color: #fff;
}

.product-index__pagination .material-symbols-outlined {
  font-size: 18px;
}

.product-index__pagination-status {
  margin: 12px 0 0;
  color: var(--product-muted);
  font-size: 12px;
  text-align: center;
}

.product-index__empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 64px 24px;
  border: 1px solid var(--product-line);
  border-radius: 14px;
  text-align: center;
}

.product-index__empty > .material-symbols-outlined {
  color: var(--product-green);
  font-size: 44px;
}

.product-index__empty h2 {
  margin-top: 18px;
}

.product-index__empty p {
  margin: 12px 0 24px;
  color: var(--product-muted);
  line-height: 1.6;
}

.product-index__empty > a {
  background: var(--product-green);
  color: #fff;
}

.product-index__cta {
  padding: 76px 0 88px;
  background: var(--product-soft);
}

.product-index__cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border-radius: 16px;
  background: var(--product-green);
  padding: clamp(30px, 5vw, 52px);
  color: #fff;
}

.product-index__cta-panel h2 {
  color: #fff;
}

.product-index__cta-panel p {
  max-width: 58ch;
  margin: 14px 0 0;
  color: rgb(255 255 255 / .78);
  font-size: 15px;
  line-height: 1.6;
}

.product-index__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.product-index__cta-button {
  flex: 0 0 auto;
  background: #fff;
  color: var(--product-green);
  white-space: nowrap;
}

.product-index__cta-button:hover {
  color: var(--product-green-strong);
}

.product-index__cta-link {
  border: 1px solid rgb(255 255 255 / .55);
  color: #fff;
  white-space: nowrap;
}

.product-index__cta-link:hover {
  border-color: #fff;
  background: rgb(255 255 255 / .1);
}

.product-index__button:focus-visible,
.product-index__price-link:focus-visible,
.product-index__search input:focus-visible,
.product-index__search button:focus-visible,
.product-index__clear:focus-visible,
.product-index__card a:focus-visible,
.product-index__pagination a:focus-visible,
.product-index__cta-button:focus-visible,
.product-index__cta-link:focus-visible,
.product-index__empty a:focus-visible {
  outline: 3px solid rgb(183 134 67 / .45);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .product-index__card:hover {
    border-color: var(--product-green);
    transform: translateY(-2px);
  }

  .product-index__card:hover .product-index__image img {
    transform: scale(1.025);
  }

  .product-index__card:hover .product-index__detail .material-symbols-outlined {
    transform: translateX(2px);
  }
}

@media (max-width: 1199px) {
  .product-index__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .product-index__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 38px;
  }

  .product-index__hero h1 {
    font-size: clamp(2.55rem, 5vw, 3.4rem);
  }

  .product-index__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product-index__shell {
    width: min(calc(100% - 32px), 1240px);
  }

  .product-index__hero {
    padding: 54px 0 68px;
  }

  .product-index__hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .product-index__hero h1 {
    max-width: 14ch;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .product-index__hero-lead {
    font-size: 15px;
  }

  .product-index__hero-actions {
    margin-top: 24px;
  }

  .product-index__hero-visual figcaption {
    font-size: 11px;
  }

  .product-index__catalog {
    padding: 60px 0 72px;
  }

  .product-index__catalog-header {
    display: block;
    margin-bottom: 24px;
  }

  .product-index__price-link {
    margin-top: 18px;
  }

  .product-index__search {
    display: block;
    padding-bottom: 18px;
  }

  .product-index__search label {
    display: block;
    margin-bottom: 9px;
  }

  .product-index__search-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-index__search button {
    padding-inline: 14px;
  }

  .product-index__clear {
    grid-column: 1 / -1;
  }

  .product-index__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-index__image {
    aspect-ratio: 16 / 10;
  }

  .product-index__card-body {
    min-height: 198px;
  }

  .product-index__cta {
    padding: 64px 0 72px;
  }

  .product-index__cta-panel {
    display: grid;
    gap: 26px;
    padding: 30px 22px;
  }

  .product-index__cta-actions {
    display: grid;
    justify-content: stretch;
  }

  .product-index__cta-button {
    width: 100%;
  }

  .product-index__cta-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-index,
  .product-index *,
  .product-index *::before,
  .product-index *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
