/* Sprint 42 — Enterprise Product Card Grid
   Structural override loaded last. Each commerce row remains in normal flow,
   preventing shipping/status chips from colliding with purchase actions. */

article.pcv2-card {
  --pc42-card-height: 604px;
  --pc42-media-height: 246px;
  --pc42-body-height: 358px;
  height: var(--pc42-card-height) !important;
  min-height: var(--pc42-card-height) !important;
  max-height: var(--pc42-card-height) !important;
  display: grid !important;
  grid-template-rows: var(--pc42-media-height) var(--pc42-body-height) !important;
  overflow: hidden !important;
}

article.pcv2-card > .pcv2-media {
  grid-row: 1 !important;
  height: var(--pc42-media-height) !important;
  min-height: var(--pc42-media-height) !important;
  max-height: var(--pc42-media-height) !important;
  overflow: hidden !important;
}

article.pcv2-card > .pcv2-body {
  grid-row: 2 !important;
  height: var(--pc42-body-height) !important;
  min-height: var(--pc42-body-height) !important;
  max-height: var(--pc42-body-height) !important;
  display: grid !important;
  grid-template-rows: 130px 1fr !important;
  gap: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

article.pcv2-card .pcv2-content {
  grid-row: 1 !important;
  height: 130px !important;
  min-height: 130px !important;
  max-height: 130px !important;
  display: grid !important;
  grid-template-rows: 26px 44px 24px 32px !important;
  row-gap: 1px !important;
  overflow: hidden !important;
}

article.pcv2-card .pcv2-meta,
article.pcv2-card h3.pcv2-title,
article.pcv2-card .pcv2-spec,
article.pcv2-card .pcv2-price {
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
}

article.pcv2-card .pcv2-meta { height: 26px !important; }
article.pcv2-card h3.pcv2-title { height: 44px !important; }
article.pcv2-card .pcv2-spec { height: 24px !important; line-height: 24px !important; }
article.pcv2-card .pcv2-price { height: 32px !important; }

article.pcv2-card .pcv2-commerce {
  grid-row: 2 !important;
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
  display: grid !important;
  grid-template-rows: 20px 32px 20px 30px 78px !important;
  row-gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  align-content: start !important;
}

article.pcv2-card .pcv2-promo,
article.pcv2-card .pcv2-activity {
  display: flex !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

article.pcv2-card .pcv2-promo.is-empty,
article.pcv2-card .pcv2-activity.is-empty {
  display: flex !important;
  visibility: hidden !important;
}

article.pcv2-card .pcv2-delivery {
  display: flex !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

article.pcv2-card .pcv2-stock-row {
  display: flex !important;
  align-items: center !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 !important;
  gap: 6px !important;
  overflow: hidden !important;
}

article.pcv2-card .pcv2-stock,
article.pcv2-card .pcv2-shipping {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  line-height: 28px !important;
  padding: 0 9px !important;
  box-sizing: border-box !important;
}

article.pcv2-card .pcv2-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: 36px 36px !important;
  gap: 6px 8px !important;
  width: 100% !important;
  height: 78px !important;
  min-height: 78px !important;
  max-height: 78px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  align-self: stretch !important;
}

article.pcv2-card .pcv2-btn,
article.pcv2-card .pcv2-buy {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

article.pcv2-card .pcv2-buy { grid-column: 1 / -1 !important; }
article.pcv2-card .pcv2-view { grid-column: 1 !important; }
article.pcv2-card .pcv2-cart { grid-column: 2 !important; }

/* Wishlist and quick view now use one consistent circular-control language. */
article.pcv2-card .pcv2-wishlist,
article.pcv2-card .pcv2-preview {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.97) !important;
  border: 1px solid #d8e2ec !important;
  color: #174a67 !important;
}
article.pcv2-card .pcv2-preview-label { display: none !important; }
article.pcv2-card:hover .pcv2-preview {
  background: #ecfdf5 !important;
  border-color: #0b9666 !important;
  color: #087c57 !important;
}

.ps-product-slider-shell,
[data-product-slider],
.ps-product-slider-track,
.products-grid,
.products-row,
.product-grid,
.jumia-products-grid,
.ps-product-grid {
  min-height: 628px !important;
}

@media (max-width: 767.98px) {
  article.pcv2-card {
    --pc42-card-height: 540px;
    --pc42-media-height: 190px;
    --pc42-body-height: 350px;
  }
  article.pcv2-card > .pcv2-body {
    grid-template-rows: 122px 1fr !important;
    padding: 10px !important;
  }
  article.pcv2-card .pcv2-content {
    height: 122px !important;
    min-height: 122px !important;
    max-height: 122px !important;
    grid-template-rows: 24px 40px 22px 32px !important;
  }
  article.pcv2-card .pcv2-commerce {
    height: 208px !important;
    min-height: 208px !important;
    max-height: 208px !important;
    grid-template-rows: 18px 30px 18px 28px 78px !important;
    row-gap: 7px !important;
  }
  article.pcv2-card .pcv2-delivery {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
  article.pcv2-card .pcv2-stock-row {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
  }
  article.pcv2-card .pcv2-stock,
  article.pcv2-card .pcv2-shipping {
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    line-height: 26px !important;
  }
  .ps-product-slider-shell,
  [data-product-slider],
  .ps-product-slider-track,
  .products-grid,
  .products-row,
  .product-grid,
  .jumia-products-grid,
  .ps-product-grid {
    min-height: 564px !important;
  }
}
