:root {
  --zg-canvas: #f5f6f3;
  --zg-white: #fff;
  --zg-ink: #121212;
  --zg-soft-ink: #3f403c;
  --zg-muted: #61625d;
  --zg-olive: #696c59;
  --zg-olive-pale: #eff0e8;
  --zg-archive-surface: #e6e7e3;
  --zg-category-surface: #f7f8f4;
  --zg-line: #dfded5;
  --zg-red: #b83d24;
  --zg-media-surface: #fff;
}

body.woocommerce-shop,
body.tax-product_cat {
  background: var(--zg-canvas) !important;
  color: var(--zg-ink);
}

body.woocommerce-shop .header-widget-region,
body.tax-product_cat .header-widget-region {
  display: none !important;
}

.zg-sale-bar {
  --zg-sale-red: #c93616;
  --zg-sale-pill: #fff;
  position: sticky;
  z-index: 10010;
  top: 0;
  width: 100%;
  background: var(--zg-sale-red);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.zg-sale-bar__inner {
  display: grid;
  grid-template-columns: 150px minmax(360px, 1.18fr) minmax(330px, 1fr) 104px;
  align-items: center;
  width: min(100%, 1600px);
  height: 48px;
  margin: 0 auto;
  padding: 0 22px;
  gap: 14px;
}

.zg-sale-bar__status {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--zg-sale-pill);
  color: var(--zg-sale-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.zg-sale-bar__status::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--zg-sale-red);
  box-shadow: 0 0 0 0 rgb(201 54 22 / 42%);
  content: "";
  animation: zg-live-pulse 1.8s ease-out infinite;
}

@keyframes zg-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(201 54 22 / 42%);
  }

  70%,
  100% {
    box-shadow: 0 0 0 7px rgb(201 54 22 / 0%);
  }
}

.zg-sale-bar__headline {
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 0 .55px currentColor;
  white-space: nowrap;
  transition: opacity 180ms ease;
}

body.admin-bar.woocommerce-shop .zg-sale-bar,
body.admin-bar.tax-product_cat .zg-sale-bar {
  top: 32px;
}

.zg-sale-bar__rotator {
  position: relative;
  display: block;
  min-width: 0;
  height: 48px;
  overflow: hidden;
}

.zg-sale-bar__message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

.zg-sale-bar__message.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.zg-sale-bar__message:hover,
.zg-sale-bar__headline:hover {
  color: #fff !important;
  text-decoration: none !important;
  opacity: .82;
}

.zg-sale-bar__message:focus-visible,
.zg-sale-bar__headline:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.zg-sale-bar__cta {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--zg-sale-pill);
  color: var(--zg-sale-red) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.zg-sale-bar__cta:hover,
.zg-sale-bar__cta:focus-visible {
  background: var(--zg-sale-pill);
  color: var(--zg-sale-red) !important;
  text-decoration: none !important;
  box-shadow: 0 3px 9px rgb(73 15 5 / 24%);
  transform: translateY(-1px);
}

.zg-sale-bar__cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.zg-sale-bar__cta:active {
  box-shadow: none;
  transform: translateY(0);
}

.zg-sale-bar__mobile-text {
  display: none;
}

body.woocommerce-shop .shoptimizer-archive > .archive-header,
body.tax-product_cat .shoptimizer-archive > .archive-header,
body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.woocommerce-shop .elementor-65008 > .elementor-element-592b0451,
body.woocommerce-shop .elementor-element-3395b4ff {
  display: none !important;
}

body.woocommerce-shop .shoptimizer-archive,
body.tax-product_cat .shoptimizer-archive,
body.woocommerce-shop .shoptimizer-archive .col-full,
body.tax-product_cat .shoptimizer-archive .col-full,
body.woocommerce-shop .shoptimizer-archive .site-main,
body.tax-product_cat .shoptimizer-archive .site-main,
body.woocommerce-shop .elementor-65008,
body.woocommerce-shop .elementor-65008 > .elementor-element-49e03852,
body.woocommerce-shop .elementor-element-49e03852 > .elementor-container,
body.woocommerce-shop .elementor-element-49e03852 > .elementor-container > .elementor-column,
body.woocommerce-shop .elementor-element-49e03852 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.woocommerce-shop .elementor-element-248e35b8,
body.woocommerce-shop .elementor-element-248e35b8 > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.woocommerce-shop .elementor-65008 > .elementor-element-49e03852 {
  overflow: visible !important;
}

.zg-collection-page,
.zg-collection-page * {
  box-sizing: border-box;
}

.zg-collection-page {
  --zg-shop-sticky-top: 148px;
  width: 100%;
  margin: 0;
  padding: 18px 0 64px;
  background: var(--zg-canvas);
  color: var(--zg-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.woocommerce-shop #content,
body.tax-product_cat #content {
  padding-bottom: 0;
}

.zg-collection-page button,
.zg-collection-page select,
.zg-collection-page input {
  font: inherit;
}

.zg-collection-page a,
.zg-collection-page button,
.zg-collection-page select,
.zg-collection-page summary,
.zg-collection-page label {
  -webkit-tap-highlight-color: transparent;
}

.zg-collection-page a:focus-visible,
.zg-collection-page button:focus-visible,
.zg-collection-page select:focus-visible,
.zg-collection-page summary:focus-visible {
  outline: 2px solid var(--zg-ink);
  outline-offset: 3px;
}

.zg-collection-page svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Collection hero */
.zg-collection-hero {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1600px;
  height: 348px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  color: #f0efec;
  background: #222 var(--zg-hero-image) 0% 70% / 115% auto no-repeat;
}

.zg-collection-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 45%) 0%, rgb(0 0 0 / 15%) 55%, rgb(0 0 0 / 2%) 100%);
}

/* Both source assets are portrait/square compositions. Containing them in a
   dedicated right-side frame keeps the entire grill and food scene visible. */
.zg-collection-hero.is-shop-hero,
.zg-collection-hero.is-category-hero {
  background-position: right 5% center;
  background-size: auto calc(100% - 28px);
  background-repeat: no-repeat;
}

.zg-collection-hero.is-shop-hero {
  color: #f0efec;
  background-color: #1b1d19;
  background-image: var(--zg-hero-image), radial-gradient(ellipse 32% 72% at 86% 50%, rgb(175 181 166 / 45%) 0%, rgb(112 118 105 / 24%) 42%, rgb(27 29 25 / 0%) 78%);
  background-position: right 5% center, right center;
  background-size: auto calc(100% - 28px), 100% 100%;
  background-repeat: no-repeat, no-repeat;
}

.zg-collection-hero.is-shop-hero::before {
  display: none;
}

.zg-collection-hero.is-shop-hero::after {
  z-index: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 56%) 47%, rgb(0 0 0 / 10%) 65%, rgb(0 0 0 / 0%) 100%);
}

.zg-collection-hero.is-shop-hero nav {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #f0efec;
  font-weight: 600;
  backdrop-filter: none;
}

.zg-collection-hero.is-shop-hero h1,
.zg-collection-hero.is-shop-hero .zg-collection-hero__description {
  color: #f0efec;
}

.zg-collection-hero.is-shop-hero .zg-collection-hero__content {
  width: min(61%, 760px);
  padding: 34px 42px 14px;
}

.zg-collection-hero.is-shop-hero .zg-collection-hero__bottom {
  max-width: 610px;
}

.zg-collection-hero.is-shop-hero .zg-collection-hero__description {
  max-width: 570px;
  color: rgb(255 255 255 / 88%);
  font-size: 15px;
  line-height: 1.55;
}

/* Product-category thumbnails are clean product cut-outs. Treat them as a
   contained hero visual, not a stretched photographic background. */
.zg-collection-hero.is-category-hero {
  color: var(--zg-ink);
  background-color: var(--zg-archive-surface);
}

.zg-collection-hero.is-category-hero::after {
  background: linear-gradient(90deg, var(--zg-archive-surface) 0%, var(--zg-archive-surface) 45%, rgb(230 231 227 / 32%) 54%, rgb(230 231 227 / 0%) 63%, rgb(230 231 227 / 0%) 100%);
}

.zg-collection-hero.is-category-hero.has-transparent-image::after {
  background: linear-gradient(90deg, var(--zg-archive-surface) 0%, var(--zg-archive-surface) 45%, rgb(230 231 227 / 32%) 54%, rgb(230 231 227 / 0%) 63%, rgb(230 231 227 / 0%) 100%);
}

.zg-collection-hero.is-category-hero .zg-collection-hero__content {
  width: min(61%, 760px);
  padding: 34px 42px 14px;
}

.zg-collection-hero.is-category-hero nav {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zg-ink);
  font-weight: 600;
}

.zg-collection-hero.is-category-hero h1,
.zg-collection-hero.is-category-hero .zg-collection-hero__description {
  color: var(--zg-ink);
}

.zg-collection-hero.is-category-hero .zg-collection-hero__bottom {
  width: 100%;
  max-width: 620px;
  gap: 13px;
}

.zg-collection-hero.is-category-hero .zg-collection-hero__description {
  max-width: 610px;
  color: var(--zg-soft-ink);
  font-size: 15px;
  line-height: 1.55;
}

.zg-collection-hero.is-category-hero .zg-benefits {
  box-shadow: none;
}

.zg-collection-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 32px 32px;
}

.zg-collection-hero nav {
  display: inline-flex;
  width: fit-content;
  gap: 9px;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgb(18 18 18 / 52%);
  color: #f0efec;
  font-size: 14px;
  line-height: 22px;
  backdrop-filter: blur(5px);
}

.zg-collection-hero nav a {
  color: rgb(255 255 255 / 72%);
  text-decoration: none;
}

.zg-collection-hero nav > span:not([aria-current]) {
  color: rgb(255 255 255 / 48%);
}

.zg-collection-hero nav > [aria-current="page"] {
  color: #fff;
  font-weight: 750;
}

.zg-collection-hero.is-category-hero nav a {
  color: #686d65;
}

.zg-collection-hero.is-category-hero nav > span:not([aria-current]) {
  color: #a5a99f;
}

.zg-collection-hero.is-category-hero nav > [aria-current="page"] {
  color: var(--zg-ink);
  font-weight: 750;
}

.zg-collection-hero__bottom {
  display: grid;
  gap: 14px;
}

.zg-collection-hero h1 {
  margin: 0;
  color: #f0efec;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -.035em;
}

.zg-collection-hero__description {
  max-width: 620px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-wrap: pretty;
}

.zg-collection-hero__description p {
  margin: 0;
}

.zg-benefits {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--zg-ink);
  box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
}

.zg-benefits span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid #e7e7e2;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

.zg-benefits span:first-child {
  padding-left: 3px;
}

.zg-benefits span:last-child {
  padding-right: 3px;
  border-right: 0;
}

.zg-benefits svg {
  width: 20px;
  height: 20px;
}

/* Category rail */
.zg-category-rail {
  width: calc(100% - 80px);
  max-width: 1600px;
  height: 259px;
  margin: 0 auto;
  padding: 12px 0 0;
  overflow: hidden;
}

.zg-category-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 0 13px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.zg-category-track::-webkit-scrollbar {
  display: none;
}

.zg-category-tile {
  flex: 0 0 208px;
  min-width: 0;
  padding: 6px 0 0;
  color: var(--zg-ink);
  text-decoration: none;
  scroll-snap-align: start;
}

.zg-collection-loading .zg-collection-page {
  opacity: .72;
  transition: opacity 120ms ease;
}

.zg-category-tile__image {
  display: flex;
  width: 208px;
  height: 156px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgb(18 18 18 / 8%);
  border-radius: 12px;
  background: var(--zg-category-surface);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.zg-category-tile__media {
  display: block;
  width: 100%;
  height: calc(100% - 48px);
  overflow: hidden;
}

.zg-category-tile img {
  width: 100%;
  height: 100%;
  padding: 8px 10px 0;
  object-fit: contain;
  object-position: center 55%;
  background: transparent;
  transition: transform .35s ease;
  transform: scale(1.2);
}

.zg-category-tile:not(:first-child) img {
  object-fit: contain;
}

.zg-category-tile:hover img {
  transform: scale(1.2);
}

.zg-category-tile.is-current .zg-category-tile__image {
  border-color: transparent;
  background: #d7d9cf;
  box-shadow: none;
}

.zg-category-tile.is-current {
  cursor: default;
}

.zg-category-tile.is-current strong {
  position: relative;
  color: #2f332b !important;
  font-weight: 700;
}

.zg-category-tile.is-current strong::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.zg-category-tile strong {
  display: grid;
  min-height: 48px;
  margin: 0;
  place-items: start center;
  padding: 6px 10px 12px;
  color: var(--zg-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -.01em;
  text-align: center;
  transition: color .2s ease;
}

.zg-category-progress {
  height: 4px;
  margin: 14px 0 0;
  overflow: hidden;
  border-radius: 999px;
  background: #ebebe6;
}

.zg-category-progress span {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: var(--zg-olive);
  transform-origin: left;
}

@media (min-width: 1200px) {
  .zg-category-rail {
    height: auto;
    padding-bottom: 11px;
  }

  .zg-category-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .zg-category-tile {
    width: 100%;
  }

  .zg-category-tile__image {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
  }

  .zg-category-progress {
    display: none;
  }
}

/* Collection controls and layout */
.zg-collection {
  width: 100%;
  border-top: 0;
}

.zg-collection-toolbar {
  display: flex;
  width: calc(100% - 80px);
  max-width: 1600px;
  min-height: 48px;
  margin: 0 auto 24px;
  justify-content: flex-end;
  align-items: center;
}

.zg-desktop-sort {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}

.zg-desktop-sort label,
.zg-desktop-sort > span {
  color: var(--zg-soft-ink);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.zg-sort-menu {
  position: relative;
  min-width: 190px;
}

.zg-sort-trigger {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid var(--zg-line);
  border-radius: 8px;
  background: var(--zg-white);
  color: var(--zg-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.zg-sort-trigger svg {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: transform .18s ease;
}

.zg-sort-trigger[aria-expanded="true"] svg {
  transform: rotate(270deg);
}

.zg-sort-options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  width: max-content;
  min-width: 100%;
  overflow: hidden;
  padding: 6px;
  border: 1px solid var(--zg-line);
  border-radius: 8px;
  background: var(--zg-white);
  box-shadow: 0 12px 28px rgb(18 18 18 / 12%);
}

.zg-sort-options button {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--zg-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.zg-sort-options button[aria-selected="true"] {
  background: var(--zg-olive-pale);
  color: var(--zg-ink);
  font-weight: 600;
}

.zg-sort-options button:hover,
.zg-sort-options button:focus-visible {
  background: var(--zg-olive-pale);
  outline: none;
}

.zg-desktop-sort select,
.zg-filters__mobile-sort select {
  --zg-control-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  min-width: 190px;
  height: 48px;
  padding: 0 44px 0 16px;
  border: 1px solid var(--zg-line);
  border-radius: 8px;
  appearance: none;
  background: var(--zg-control-chevron) no-repeat right 16px center / 18px 18px var(--zg-white);
  color: var(--zg-ink);
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.zg-desktop-sort select:focus,
.zg-desktop-sort select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.zg-collection-layout {
  display: grid;
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.zg-products-area {
  min-width: 0;
}

.zg-products-meta {
  display: none;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
  color: var(--zg-muted);
  font-size: 13px;
  font-weight: 500;
}

.zg-products-meta.has-filters {
  display: flex;
}

.zg-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zg-products-meta button {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zg-ink);
  text-decoration: underline;
  cursor: pointer;
}

.zg-products-meta.has-filters button {
  display: inline;
}

/* Filters */
.zg-filters {
  position: sticky;
  top: var(--zg-shop-sticky-top);
  width: 270px;
  max-height: calc(100vh - var(--zg-shop-sticky-top) - 20px);
  padding-right: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #b7b8b0 transparent;
  scrollbar-width: thin;
}

.zg-filters__mobile-sort,
.zg-filter-apply {
  display: none;
}

.zg-filter-group {
  width: 100%;
  margin: 0 0 16px;
}

.zg-filter-group summary {
  display: flex;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--zg-line);
  border-radius: 8px;
  background: var(--zg-white);
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.zg-filter-group summary::-webkit-details-marker {
  display: none;
}

.zg-filter-group summary::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .18s ease;
}

.zg-filter-group[open] summary::after {
  transform: rotate(180deg);
}

.zg-filter-options {
  display: grid;
  gap: 11px;
  padding: 15px 18px 2px;
}

.zg-filter-options label {
  display: flex;
  min-height: 28px;
  gap: 10px;
  align-items: center;
  color: var(--zg-ink);
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color .15s ease, color .15s ease;
}

.zg-filter-options label small {
  margin-left: auto;
  color: var(--zg-muted);
  font-size: 12px;
}

.zg-filter-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.zg-filter-check,
.zg-filter-radio {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #87877e;
  background: #fff;
}

.zg-filter-radio {
  border-radius: 50%;
}

.zg-filter-options input:checked + .zg-filter-check {
  border-color: var(--zg-olive);
  background: var(--zg-olive);
}

.zg-filter-options input:checked + .zg-filter-check::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(42deg);
}

.zg-filter-options input:checked + .zg-filter-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--zg-olive);
}

.zg-filter-options input:focus-visible + span {
  outline: 2px solid var(--zg-ink);
  outline-offset: 2px;
}

.zg-filter-clear {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--zg-line);
  border-radius: 8px;
  background: var(--zg-white) !important;
  color: var(--zg-soft-ink) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color .18s ease;
}

/* Product cards */
.zg-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.zg-collection-card,
.zg-editorial-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--zg-line);
  border-radius: 16px;
  background: var(--zg-white);
  color: var(--zg-ink);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.zg-collection-card[hidden] {
  display: none !important;
}

.zg-card-media {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  isolation: isolate;
  background: var(--zg-media-surface);
}

.zg-card-media__link {
  display: block;
  width: 100%;
  height: 100%;
}

.zg-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  background: var(--zg-media-surface);
  mix-blend-mode: normal;
  transition: opacity .18s ease, transform .3s ease;
}

.zg-card-media__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .zg-collection-card--has-hover-image:hover .zg-card-media__primary {
    opacity: 0;
    transform: scale(1.015);
  }

  .zg-collection-card--has-hover-image:hover .zg-card-media__hover {
    opacity: 1;
    transform: scale(1.015);
  }
}

.zg-card-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--zg-olive);
  background: var(--zg-ink);
  color: var(--zg-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zg-card-content {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  padding: 13px 16px 16px;
}

.zg-card-rating {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 20px;
}

.zg-card-rating span {
  color: var(--zg-ink);
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
}

.zg-card-rating small {
  color: var(--zg-muted);
  font-size: 11px;
}

.zg-card-kicker {
  min-height: 20px;
  color: #676861;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.zg-card-content h3 {
  margin: 2px 0 2px;
  color: var(--zg-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -.025em;
}

.zg-card-content h3 a {
  color: inherit;
  text-decoration: none;
}

.zg-card-content h3 a:hover,
.zg-card-content h3 a:focus-visible {
  color: var(--zg-olive);
  text-decoration: none;
}

.zg-card-price {
  margin-top: 0;
  padding-top: 2px;
  color: var(--zg-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -.025em;
}

.zg-card-price .price,
.zg-card-price ins,
.zg-card-price del {
  font: inherit;
}

.zg-card-price__from {
  color: var(--zg-soft-ink);
  font: inherit;
  font-size: 1em !important;
  font-weight: 700 !important;
  letter-spacing: inherit;
  text-transform: none !important;
}

.zg-card-price ins {
  color: var(--zg-ink) !important;
  font-weight: 700;
  text-decoration: none;
}

.zg-card-price del {
  color: var(--zg-muted);
  font-size: .78em;
  font-weight: 500;
}

.zg-editorial-card {
  display: flex;
  min-height: 400px;
  align-items: flex-end;
  padding: 24px;
  border: 0;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(0 0 0 / 72%), rgb(0 0 0 / 3%) 72%), url("https://lqeb7d7mhn.onrocket.site/wp-content/uploads/2025/03/trimal-s1-tomahawk-open-lid-japi-957bd8c7-5.jpg") 50% 56% / 120% auto no-repeat;
}

.zg-editorial-card:visited,
.zg-editorial-card:hover,
.zg-editorial-card:focus-visible,
.zg-editorial-card .zg-editorial-card__content small,
.zg-editorial-card .zg-editorial-card__content strong {
  color: #fff !important;
}

.zg-editorial-card__content {
  display: grid;
  gap: 7px;
  color: #fff !important;
  text-shadow: 0 1px 8px rgb(0 0 0 / 38%);
}

.zg-editorial-card small {
  font-size: 13px;
  font-weight: 500;
}

.zg-editorial-card strong {
  max-width: 310px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.zg-editorial-card__content > span {
  width: fit-content;
  margin-top: 6px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgb(255 255 255 / 90%);
  color: var(--zg-ink);
  font-size: 13px;
  font-weight: 600;
  text-shadow: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .zg-category-tile:hover .zg-category-tile__image {
    border-color: rgb(18 18 18 / 22%);
    box-shadow: none;
    transform: none;
  }

  .zg-category-tile:hover strong {
    color: #4f5444 !important;
  }

  .zg-desktop-sort select:hover,
  .zg-filters__mobile-sort select:hover,
  .zg-filter-group summary:hover {
    border-color: #a6a79f;
  }

  .zg-filter-group summary:hover {
    background: #fafaf7;
    box-shadow: 0 2px 8px rgb(18 18 18 / 5%);
  }

  .zg-filter-options label:hover {
    background: #ebede7;
    color: #111;
  }

  .zg-filter-clear:hover {
    color: var(--zg-red) !important;
  }

  .zg-collection-card:hover {
    border-color: #c8c9c1;
    box-shadow: 0 12px 30px rgb(18 18 18 / 10%);
    transform: translateY(-4px);
  }

  .zg-collection-card:hover .zg-card-content h3 a {
    text-decoration: none;
  }

  .zg-card-arrow:hover {
    background: var(--zg-ink);
    color: #fff;
    transform: scale(1.06);
  }

  .zg-card-arrow--prev:hover {
    transform: rotate(180deg) scale(1.06);
  }

  .zg-editorial-card:hover {
    box-shadow: 0 12px 30px rgb(18 18 18 / 16%);
    transform: translateY(-4px);
  }

  .zg-editorial-card:hover .zg-editorial-card__content > span {
    background: var(--zg-ink);
    color: #fff;
    transform: translateY(-2px);
  }
}

.zg-no-results {
  min-height: 360px;
  padding: 90px 24px;
  text-align: center;
}

.zg-no-results h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.zg-no-results p {
  color: var(--zg-muted);
}

.zg-no-results button {
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--zg-ink);
  color: #fff;
  cursor: pointer;
}

/* Category archive support content. This is readable HTML, not FAQ rich-result
   markup: Google retired the FAQ rich result, so the value here is buyer help. */
.zg-category-faq {
  width: auto;
  max-width: 864px;
  margin: 56px max(30px, calc((100vw - 1500px) / 2)) 0 calc(max(30px, calc((100vw - 1500px) / 2)) + 318px);
  padding: 0;
  border: 0;
  background: transparent;
}

.zg-category-faq__heading {
  margin-bottom: 18px;
  padding: 0 0 20px;
  border-bottom: 1px solid #cdd1c2;
}

.zg-category-faq__eyebrow {
  margin: 0 0 6px;
  color: var(--zg-olive);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zg-category-faq h2 {
  margin: 0;
  color: var(--zg-ink);
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.zg-category-faq__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.zg-category-faq details {
  border: 1px solid var(--zg-line);
  border-radius: 12px;
  background: var(--zg-white);
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease;
}

.zg-category-faq details[open] {
  border-color: #cbd0bf;
  background: var(--zg-olive-pale);
  box-shadow: none;
}

.zg-category-faq summary {
  position: relative;
  display: block;
  padding: 20px 48px 20px 20px;
  color: var(--zg-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  list-style: none;
}

.zg-category-faq summary::-webkit-details-marker { display: none; }

.zg-category-faq summary::after {
  position: absolute;
  top: 23px;
  right: 22px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.zg-category-faq details[open] summary::after {
  transform: rotate(225deg);
}

.zg-category-faq details p {
  margin: -2px 20px 20px;
  color: var(--zg-muted);
  font-size: 15px;
  line-height: 1.55;
}

.zg-category-faq details p a {
  color: #bc3116;
  font-weight: 650;
  text-decoration: none;
}

.zg-category-faq details p a:hover,
.zg-category-faq details p a:focus-visible {
  color: #8f250f;
  text-decoration: none;
}

.zg-category-content {
  width: auto;
  max-width: 864px;
  margin: 48px max(30px, calc((100vw - 1500px) / 2)) 0 calc(max(30px, calc((100vw - 1500px) / 2)) + 318px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zg-soft-ink);
  box-shadow: none;
}

.zg-category-content h2 {
  margin: 0 0 20px;
  color: var(--zg-ink);
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.zg-category-content__body {
  max-width: 864px;
  font-size: 16px;
  line-height: 1.65;
}

.zg-category-content__body p {
  margin: 0 0 16px;
}

.zg-category-content__body > :first-child { margin-top: 0; }
.zg-category-content__body > :last-child { margin-bottom: 0; }

.zg-category-content__body h2,
.zg-category-content__body h3 {
  margin-top: 32px;
  color: var(--zg-ink);
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .zg-collection-hero,
  .zg-category-rail,
  .zg-collection-toolbar,
  .zg-collection-layout {
    width: calc(100% - 40px);
  }

  .zg-collection-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
  }

  .zg-filters {
    width: 230px;
  }

  .zg-category-faq,
  .zg-category-content {
    margin-right: 20px;
    margin-left: 274px;
  }

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

@media (min-width: 768px) and (max-width: 1199px) {
  body.woocommerce-shop .navigation-actions,
  body.tax-product_cat .navigation-actions {
    display: none !important;
  }

  body.woocommerce-shop .primary-navigation,
  body.tax-product_cat .primary-navigation {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .zg-sale-bar__inner {
    grid-template-columns: 114px minmax(260px, 1.1fr) minmax(240px, 1fr) 88px;
    padding: 0 14px;
    gap: 10px;
  }

  .zg-sale-bar__status,
  .zg-sale-bar__cta {
    min-height: 27px;
    padding: 0 12px;
    font-size: 11px;
  }

  .zg-sale-bar__headline,
  .zg-sale-bar__message {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  html,
  body.woocommerce-shop,
  body.tax-product_cat {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .zg-sale-bar__inner {
    display: flex;
    grid-template: none;
    height: 44px;
    padding: 0 8px;
    gap: 0;
    overflow: hidden;
  }

  .zg-sale-bar__single {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    width: 100% !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 12px !important;
    opacity: 0 !important;
    overflow: hidden;
    pointer-events: none !important;
    text-align: center;
  }

  .zg-sale-bar__single.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .zg-sale-bar__desktop-text {
    display: none;
  }

  .zg-sale-bar__mobile-text {
    display: inline;
  }

  .zg-sale-bar__status {
    grid-area: status;
    min-height: 25px;
    gap: 3px;
    padding: 0 7px;
    font-size: 10px;
  }

  .zg-sale-bar__status::before {
    width: 5px;
    height: 5px;
    flex-basis: 5px;
  }

  .zg-sale-bar__headline {
    grid-area: headline;
    height: 43px;
    min-width: 0;
    overflow: hidden;
    padding: 0 2px;
    font-size: 10px;
    line-height: 1.1;
    text-overflow: clip;
    white-space: normal;
  }

  .zg-sale-bar__rotator {
    grid-area: offer;
    height: 35px;
    margin: 0 -10px;
    border-top: 1px solid rgb(255 255 255 / 22%);
  }

  .zg-sale-bar__message {
    justify-content: center;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
  }

  .zg-sale-bar__cta {
    grid-area: cta;
    min-height: 25px;
    padding: 0 8px;
    font-size: 10px;
  }

  .zg-collection-page {
    --zg-shop-sticky-top: 104px;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    padding: 12px 0 36px;
  }

  body.admin-bar.woocommerce-shop .zg-sale-bar,
  body.admin-bar.tax-product_cat .zg-sale-bar {
    top: 46px;
  }

  .zg-collection-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 332px;
    border-radius: 0;
    background-position: 52% 52%;
  }

  .zg-collection-hero.has-description {
    height: 332px;
  }

  .zg-collection-hero.is-category-hero {
    background-position: right 8px center;
    background-size: auto calc(100% - 18px);
  }

  .zg-collection-hero.is-shop-hero {
    background-position: right 4px center, right center;
    background-size: auto calc(100% - 12px), 100% 100%;
  }

  .zg-collection-hero.is-shop-hero .zg-collection-hero__content {
    width: 100%;
    padding: 15px 16px 8px;
  }

  .zg-collection-hero.is-shop-hero .zg-collection-hero__bottom {
    width: 100%;
    max-width: none;
    gap: 8px;
  }

  .zg-collection-hero.is-shop-hero .zg-collection-hero__description {
    max-width: none;
    font-size: 12px;
    line-height: 1.35;
  }

  .zg-collection-hero.is-category-hero::after {
    background: linear-gradient(90deg, var(--zg-archive-surface) 0%, var(--zg-archive-surface) 58%, rgb(230 231 227 / 88%) 69%, rgb(230 231 227 / 30%) 82%, rgb(230 231 227 / 0%) 100%), linear-gradient(0deg, rgb(230 231 227 / 28%) 0%, rgb(230 231 227 / 0%) 48%);
  }

  .zg-collection-hero.is-category-hero.has-transparent-image::after {
    background: linear-gradient(90deg, var(--zg-archive-surface) 0%, var(--zg-archive-surface) 58%, rgb(230 231 227 / 88%) 69%, rgb(230 231 227 / 30%) 82%, rgb(230 231 227 / 0%) 100%), linear-gradient(0deg, rgb(230 231 227 / 28%) 0%, rgb(230 231 227 / 0%) 48%);
  }

  .zg-collection-hero.is-category-hero .zg-collection-hero__content {
    width: 100%;
    padding: 15px 16px 8px;
  }

  .zg-collection-hero.is-category-hero .zg-collection-hero__bottom {
    width: 100%;
    max-width: none;
    gap: 8px;
  }

  .zg-collection-hero::after {
    background: linear-gradient(90deg, rgb(0 0 0 / 46%), rgb(0 0 0 / 8%));
  }

  .zg-collection-hero__content {
    min-width: 0;
    padding: 12px 15px 16px;
  }

  .zg-collection-hero nav {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 20px;
  }

  .zg-collection-hero__bottom {
    gap: 9px;
  }

  .zg-collection-hero h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .zg-collection-hero__description {
    font-size: 13px;
    line-height: 1.35;
  }

  .zg-collection-hero.is-category-hero .zg-collection-hero__description {
    max-width: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-shadow: 0 1px 0 rgb(247 248 244 / 72%);
    font-size: 12px;
    line-height: 1.35;
  }

  .zg-benefits {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 9px 10px 10px;
    overflow: visible;
    border-radius: 12px;
  }

  .zg-benefits span {
    min-width: 0;
    gap: 4px;
    justify-content: center;
    padding: 3px 5px;
    border: 0;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    white-space: normal;
  }

  .zg-benefits svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .zg-benefits span:nth-child(3) {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 3px;
    padding-top: 8px;
    border-top: 1px solid #e7e7e2;
  }

  .zg-category-rail {
    width: 100%;
    max-width: 100%;
    height: 184px;
    padding: 6px 12px 0;
  }

  .zg-category-track {
    gap: 8px;
    padding-bottom: 10px;
  }

  .zg-category-tile {
    flex-basis: 140px;
    padding-top: 6px;
  }

  .zg-category-tile__image {
    width: 140px;
    height: 130px;
    border-radius: 8px;
  }

  .zg-category-tile img {
    height: 100%;
    padding: 8px 8px 2px;
  }

  .zg-category-tile__media {
    height: calc(100% - 40px);
  }

  .zg-category-tile strong {
    min-height: 40px;
    margin: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .zg-category-progress {
    margin-top: 22px;
  }

  .zg-category-progress span {
    width: 10%;
  }

  .zg-category-faq {
    width: calc(100% - 24px);
    margin: 32px auto 0;
    padding: 0;
  }

  .zg-category-content {
    width: calc(100% - 24px);
    margin: 32px auto 0;
    padding: 0;
    border-radius: 0;
  }

  .zg-category-content__body {
    font-size: 15px;
    line-height: 1.6;
  }

  .zg-category-faq__heading {
    margin-bottom: 14px;
    padding: 0 0 16px;
    border-radius: 0;
  }

  .zg-category-faq__items {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .zg-category-faq summary {
    padding: 16px 40px 16px 16px;
    font-size: 15px;
  }

  .zg-category-faq summary::after {
    top: 19px;
    right: 18px;
  }

  .zg-category-faq details p {
    margin: -2px 16px 16px;
  }

  .zg-collection-toolbar {
    display: none;
  }

  .zg-desktop-sort {
    display: none;
  }

  .zg-collection-layout {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .zg-products-area {
    min-width: 0;
    padding: 0 12px;
  }

  .zg-products-meta {
    min-height: 38px;
    margin: 0;
  }

  .zg-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .zg-collection-card,
  .zg-editorial-card {
    border-radius: 12px;
  }

  .zg-card-media {
    aspect-ratio: 3 / 2;
  }

  .zg-card-media img {
    padding: 10px 8px 2px;
    object-fit: contain;
  }

  .zg-card-badge {
    top: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    padding: 3px 8px;
    overflow: hidden;
    font-size: 10px;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zg-card-arrow {
    display: none;
  }

  .zg-card-dots {
    bottom: 6px;
  }

  .zg-card-content {
    min-height: 80px;
    padding: 8px 9px 9px;
  }

  .zg-card-rating {
    gap: 4px;
  }

  .zg-card-rating span {
    font-size: 11px;
    letter-spacing: 0;
  }

  .zg-card-rating small {
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zg-card-kicker {
    min-height: 17px;
    font-size: 9px;
    line-height: 17px;
    letter-spacing: .065em;
  }

  .zg-card-content h3 {
    margin: 1px 0 3px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -.02em;
  }

  .zg-card-price {
    padding-top: 2px;
    font-size: 14px;
    line-height: 19px;
  }

  .zg-editorial-card {
    grid-column: 1 / -1;
    min-height: 220px;
    padding: 14px;
  }

  .zg-editorial-card strong {
    font-size: 21px;
    line-height: 25px;
  }

  .zg-editorial-card__content > span {
    padding: 7px 10px;
    font-size: 10px;
  }

  /* Mobile in-page filter dropdowns */
  .zg-filters {
    position: static !important;
    z-index: auto;
    width: 100%;
    min-height: 58px;
    max-height: none;
    margin: 0 0 2px;
    padding: 10px 12px 14px;
    transform: none !important;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  /* Category archives only expose Sort and Price. Give both controls a full
     half-row so they sit cleanly at the left and right edges. */
  .zg-filters--category-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zg-filters__mobile-sort,
  .zg-filters .zg-filter-group {
    display: block;
    width: auto;
    margin: 0;
  }

  .zg-filters .zg-filter-group {
    position: relative;
  }

  .zg-filters .zg-filter-group summary {
    height: 44px;
    min-width: 0;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--zg-white);
    font-size: 12px;
    white-space: nowrap;
  }

  .zg-filters .zg-filter-group summary::after {
    width: 15px;
    height: 15px;
    margin-left: 4px;
  }

  .zg-mobile-sort-current {
    display: none;
  }

  .zg-filters .zg-filter-options {
    position: absolute;
    z-index: 12;
    top: calc(100% + 6px);
    right: auto;
    left: 0;
    width: min(230px, calc(100vw - 24px));
    min-width: min(176px, calc(100vw - 24px));
    max-height: min(310px, 52vh);
    padding: 10px;
    overflow-y: auto;
    border: 1px solid var(--zg-line);
    border-radius: 10px;
    background: var(--zg-white);
    box-shadow: 0 14px 30px rgb(18 18 18 / 14%);
  }

  .zg-filters > .zg-filter-group:last-of-type .zg-filter-options {
    right: 0;
    left: auto;
  }

  .zg-filters .zg-filter-options label,
  .zg-mobile-sort-options button {
    min-height: 34px;
    padding: 3px 4px;
    font-size: 13px;
  }

  .zg-mobile-sort-options {
    gap: 2px;
  }

  .zg-mobile-sort-options button {
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--zg-ink);
    text-align: left;
    cursor: pointer;
  }

  .zg-mobile-sort-options button[aria-selected="true"] {
    background: #f0f1ed;
    font-weight: 700;
  }

  .zg-filters .zg-filter-clear {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zg-sale-bar__status::before {
    animation: none;
  }

  .zg-sale-bar__message,
  .zg-category-tile img,
  .zg-card-media img,
  .zg-filters {
    transition: none;
  }
}

/* Shared redesigned-page frame: match the measured 1500px live-header inner
   boundary and its 30px responsive desktop gutter. */
@media (min-width: 901px) {
  .zg-collection-hero,
  .zg-category-rail,
  .zg-collection-toolbar,
  .zg-collection-layout {
    width: min(calc(100% - 60px), 1500px) !important;
    max-width: 1500px !important;
  }
}

/* Archive FAQ: a quiet tonal section using the archive surface palette. */
.zg-category-faq {
  display: block;
  max-width: 864px;
  margin-top: 64px;
  padding: 32px 36px 30px;
  border: 1px solid #d9dbd4;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--zg-archive-surface) 0%, #eef0eb 100%);
}

.zg-category-faq__heading {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 24px;
  border: 0;
}

.zg-category-faq__eyebrow {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.zg-category-faq h2 {
  position: relative;
  max-width: 760px;
  padding: 0 0 14px;
  color: var(--zg-ink);
  font-size: clamp(30px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.zg-category-faq h2::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--zg-red, #c5311b);
  content: "";
}

.zg-category-faq__items {
  display: block;
  border-top: 1px solid #bfc3ba;
  border-bottom: 0;
}

.zg-category-faq details,
.zg-category-faq details[open] {
  position: relative;
  overflow: visible;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #cdd0c8;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.zg-category-faq details::before {
  display: none;
}

.zg-category-faq summary {
  min-height: 68px;
  padding: 20px 40px 19px 0;
  color: var(--zg-ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.42;
  transition: color .18s ease;
}

.zg-category-faq summary:focus-visible,
.zg-category-faq details[open] summary {
  color: var(--zg-red, #c5311b);
}

.zg-category-faq summary:focus-visible {
  outline: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

@media (hover: hover) {
  .zg-category-faq summary:hover {
    color: var(--zg-red, #c5311b);
  }
}

.zg-category-faq summary::before {
  display: none;
}

.zg-category-faq summary::after,
.zg-category-faq details[open] summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zg-red, #c5311b);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.zg-category-faq details[open] summary::after {
  border-color: transparent;
  background: transparent;
  color: var(--zg-red, #c5311b);
  content: "−";
}

.zg-category-faq details p {
  max-width: none;
  margin: -3px 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #555a52;
  font-size: 15px;
  line-height: 1.68;
  box-shadow: none;
}

.zg-category-faq details p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .zg-category-faq {
    display: block;
    margin-top: 44px;
    padding: 28px 30px 26px;
  }

  .zg-category-faq__heading {
    display: flex;
    max-width: 620px;
    margin-bottom: 0;
    padding-bottom: 22px;
  }

  .zg-category-faq h2 {
    max-width: 620px;
    font-size: 34px;
    line-height: 1.05;
  }
}

@media (max-width: 767px) {
  .zg-category-faq {
    width: calc(100% - 24px);
    margin-top: 36px;
    padding: 22px 20px 20px;
    border-radius: 14px;
  }

  .zg-category-faq__heading {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .zg-category-faq__eyebrow {
    margin-bottom: 9px;
  }

  .zg-category-faq h2 {
    padding-bottom: 12px;
    font-size: 29px;
    line-height: 1.05;
  }

  .zg-category-faq details,
  .zg-category-faq details[open] {
    padding-left: 0;
  }

  .zg-category-faq summary {
    min-height: 64px;
    padding: 18px 34px 17px 0;
    font-size: 15px;
    line-height: 1.42;
  }

  .zg-category-faq summary::after,
  .zg-category-faq details[open] summary::after {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 1;
  }

  .zg-category-faq details p {
    margin: -2px 0 19px;
    padding: 0;
    font-size: 14px;
    line-height: 1.62;
  }
}
