/* 20260716 browser-comment-no-overlap-z: strict homepage shelf strata. */
.home-page #products .commerce-layout .product-grid[data-product-grid],
.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 252px), 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card {
  box-sizing: border-box !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 1fr 204px !important;
  align-content: stretch !important;
  min-width: 0 !important;
  min-height: 520px !important;
  height: 100% !important;
  padding: 12px !important;
  gap: 12px !important;
  overflow: hidden !important;
  transform: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card *,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card * {
  box-sizing: border-box !important;
  min-width: 0 !important;
  transform: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 0 !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card img,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 62px 28px 72px !important;
  align-content: start !important;
  width: 100% !important;
  min-height: 204px !important;
  height: 204px !important;
  max-height: 204px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta {
  display: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 18px !important;
  overflow: hidden !important;
  color: #66746f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 20.666px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  overflow: hidden !important;
  color: #121a1d !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 28px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions .chat-action,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions .chat-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 960px) {
  .home-page #products .commerce-layout .product-grid[data-product-grid],
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card {
    grid-template-rows: minmax(0, 1fr) 220px !important;
    min-height: 506px !important;
    padding: 10px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
    grid-template-rows: 18px 62px 28px 88px !important;
    min-height: 220px !important;
    height: 220px !important;
    max-height: 220px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
}

@media (max-width: 560px) {
  .home-page #products .commerce-layout .product-grid[data-product-grid],
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716 browser-comment-no-overlap-aa: final shelf contract.
   Keep this block last so older card fixes cannot collapse product text. */
.home-page #products .commerce-layout .product-grid[data-product-grid],
.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(246px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 426px !important;
  height: auto !important;
  padding: 10px !important;
  gap: 10px !important;
  overflow: hidden !important;
  transform: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf *,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf * {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media {
  position: relative !important;
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  transform: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 16px 46px 24px 42px !important;
  width: 100% !important;
  min-height: 152px !important;
  height: 152px !important;
  max-height: 152px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta span:not(.price-status),
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta span:not(.price-status) {
  display: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 16px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #66746f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 16px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 23px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta {
  position: absolute !important;
  inset: 18px auto auto 18px !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: calc(100% - 36px) !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta .price-status,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta .price-status {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  height: 24px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  border: 1px solid rgba(16, 23, 25, 0.08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: #31413d !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  backdrop-filter: blur(12px) !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #eef1ed !important;
  color: #263330 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .home-page #products .commerce-layout .product-grid[data-product-grid],
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf {
    min-height: 388px !important;
    padding: 8px !important;
    gap: 8px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy {
    grid-template-rows: 16px 42px 24px 88px !important;
    min-height: 194px !important;
    height: 194px !important;
    max-height: 194px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 6px !important;
  }
}

@media (max-width: 420px) {
  .home-page #products .commerce-layout .product-grid[data-product-grid],
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716-browser-comment-no-overlap-ab: keep customer-facing cards free of operational badges. */
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy {
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-rows: 18px 48px 28px 44px !important;
  min-height: 162px !important;
  height: 162px !important;
  max-height: 162px !important;
  gap: 8px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta {
  display: none !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small {
  height: 18px !important;
  line-height: 18px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3 {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}

@media (max-width: 760px) {
  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf {
    min-height: 374px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy {
    grid-template-rows: 18px 48px 28px 92px !important;
    min-height: 210px !important;
    height: 210px !important;
    max-height: 210px !important;
  }

  .home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
  .home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
}

/* 20260716-browser-comment-no-overlap-ac: hard reset product shelf flow.
   This block deliberately sits last so legacy large-card rules cannot overlap text. */
body.home-page #products .commerce-layout .product-grid[data-product-grid],
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 248px), 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 172px !important;
  min-width: 0 !important;
  min-height: 448px !important;
  height: auto !important;
  padding: 10px !important;
  gap: 12px !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf *,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf * {
  box-sizing: border-box !important;
  min-width: 0 !important;
  transform: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf img,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) img,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 52px 28px 44px !important;
  align-content: start !important;
  width: 100% !important;
  min-height: 172px !important;
  height: 172px !important;
  max-height: 172px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > *,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > * {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta {
  display: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 18px !important;
  overflow: hidden !important;
  color: #66746f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 26px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  overflow: hidden !important;
  color: #263330 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 28px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf {
    grid-template-rows: auto 216px !important;
    min-height: 398px !important;
    padding: 8px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy {
    grid-template-rows: 18px 52px 28px 88px !important;
    min-height: 216px !important;
    height: 216px !important;
    max-height: 216px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
}

@media (max-width: 420px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716-browser-comment-no-overlap-ad: final browser-comment fix.
   At tablet widths the old auto-fill rule squeezed three cards into the row,
   so Chinese titles and action buttons collided. Keep the shelf in predictable
   bands and switch to two columns until desktop has enough room. */
body.home-page #products .commerce-layout .product-grid[data-product-grid],
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 474px !important;
  height: 100% !important;
  padding: 10px !important;
  gap: 10px !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media {
  flex: 0 0 auto !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  min-width: 0 !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small {
  grid-area: tag !important;
  height: 18px !important;
  line-height: 18px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  margin: 0 !important;
  overflow: hidden !important;
  font-size: 14px !important;
  line-height: 22px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row {
  grid-area: price !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  padding: 0 8px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 1040px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf {
    min-height: 452px !important;
    padding: 8px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 6px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
  }
}

/* 20260716-browser-comment-no-overlap-af-final: keep the selected showroom
   SKU layout protected after every earlier products-only override. */
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 182px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 10px !important;
  gap: 10px !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta {
  display: none !important;
}

@media (max-width: 1040px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
    grid-template-rows: auto 224px !important;
    padding: 8px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 6px !important;
    overflow: hidden !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
  }
}

@media (max-width: 560px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716-browser-comment-no-overlap-ai: unified shelf lock for the commented
   841px viewport. Two columns give Chinese model names and buttons enough room. */
body.home-page #products .commerce-layout .product-grid[data-product-grid],
body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1),
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1),
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 182px !important;
  min-width: 0 !important;
  min-height: 474px !important;
  height: 100% !important;
  padding: 10px !important;
  gap: 10px !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card *,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card *,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card * {
  box-sizing: border-box !important;
  min-width: 0 !important;
  transform: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card img,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1) .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1) .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1) .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  align-content: start !important;
  width: 100% !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > *,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > *,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > * {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: 0 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta {
  display: none !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 18px !important;
  overflow: hidden !important;
  color: #66746f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 22px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  overflow: hidden !important;
  color: #263330 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 28px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1040px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 620px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 420px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card {
    grid-template-rows: auto 224px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
}

/* 20260716-browser-comment-no-overlap-ah: absolute final guard for the
   browser-comment card. Keep at EOF so old promoted-card rules cannot win. */
body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
body.home-page #products .commerce-layout .product-grid[data-product-grid],
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1),
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 182px !important;
  align-content: start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 10px !important;
  gap: 12px !important;
  overflow: hidden !important;
  contain: layout paint !important;
  transform: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card *,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card *,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card * {
  box-sizing: border-box !important;
  min-width: 0 !important;
  transform: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media img,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta {
  display: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 18px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #66746f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 22px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #263330 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 28px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1040px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card {
    grid-template-rows: auto 224px !important;
    padding: 8px !important;
    gap: 10px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 6px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button {
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
  }
}

@media (max-width: 560px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716-browser-comment-no-overlap-ag: absolute final guard for the live
   homepage shelf. Older card rules used several absolute/featured layouts; this
   block forces every generated product card back into fixed, separate bands. */
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid],
body.home-page .commerce-layout .product-grid[data-product-grid] {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 252px), 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card {
  box-sizing: border-box !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(220px, auto) 204px !important;
  align-content: start !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 518px !important;
  height: 100% !important;
  padding: 12px !important;
  gap: 12px !important;
  overflow: hidden !important;
  contain: layout paint !important;
  transform: none !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card *,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card * {
  box-sizing: border-box !important;
  min-width: 0 !important;
  transform: none !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-card-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 220px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card img,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 62px 28px 72px !important;
  align-content: start !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 204px !important;
  height: 204px !important;
  max-height: 204px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > *,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > * {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > p,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-meta {
  display: none !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 18px !important;
  overflow: hidden !important;
  color: #5f6e69 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 20.666px !important;
  overflow-wrap: anywhere !important;
  text-wrap: auto !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  overflow: hidden !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row strong {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  overflow: hidden !important;
  color: #172124 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 28px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions .chat-action,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions button,
body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions .chat-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1040px) {
  body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid],
  body.home-page .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card,
  body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card {
    grid-template-rows: minmax(190px, auto) 220px !important;
    min-height: 488px !important;
    padding: 10px !important;
  }

  body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
  body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy {
    grid-template-rows: 18px 62px 28px 88px !important;
    min-height: 220px !important;
    height: 220px !important;
    max-height: 220px !important;
  }

  body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions,
  body.home-page .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 8px !important;
  }
}

@media (max-width: 560px) {
  body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid],
  body.home-page .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716-browser-comment-no-overlap-af: include showroom shelf cards.
   The browser comment selected a showroom SKU card, so the final guard must
   cover #showroom as well as the normal product shelf. */
body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
body.home-page #products .commerce-layout .product-grid[data-product-grid],
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 182px !important;
  align-content: start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 10px !important;
  gap: 10px !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf *,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf *,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf * {
  box-sizing: border-box !important;
  min-width: 0 !important;
  transform: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f4f3ee !important;
  border-radius: 8px !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta {
  display: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small {
  grid-area: tag !important;
  display: block !important;
  height: 18px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #66746f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) h3 {
  grid-area: name !important;
  display: -webkit-box !important;
  height: 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #101719 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 22px !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row {
  grid-area: price !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row strong {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #eef1ed !important;
  color: #263330 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1040px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
    grid-template-rows: auto 224px !important;
    padding: 8px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 6px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
  }
}

@media (max-width: 560px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid],
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid],
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 20260716-browser-comment-no-overlap-ae: normalize promoted shelf cards too.
   Older homepage rules enlarge nth-child(1) and nth-child(8n+1). This final
   block makes those cards use the same image/text tracks as every product. */
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 182px !important;
  align-content: start !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-card-media,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-card-media {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
}

@media (max-width: 1040px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1),
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
    grid-template-rows: auto 224px !important;
  }

  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }
}

/* 20260716-browser-comment-no-overlap-af-eof: final showroom lock after ae. */
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 182px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 10px !important;
  gap: 10px !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  position: static !important;
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 18px 66px 28px 46px !important;
  min-width: 0 !important;
  min-height: 182px !important;
  height: 182px !important;
  max-height: 182px !important;
  padding: 0 !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > p,
body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-meta {
  display: none !important;
}

@media (max-width: 1040px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1),
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) {
    grid-template-rows: auto 224px !important;
    padding: 8px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
    grid-template-rows: 18px 66px 28px 88px !important;
    min-height: 224px !important;
    height: 224px !important;
    max-height: 224px !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    gap: 6px !important;
    overflow: hidden !important;
  }

  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions button {
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
  }
}

@media (max-width: 560px) {
  body.home-page #showroom .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
