/* PowerStop layout isolated from global styles.css. */
/* Isolated PowerStop catalogue layout. Keep scoped to main.powerstop-page only. */
main.powerstop-page.legal-page {
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: none;
}

main.powerstop-page .jgc-product-group .product-preview-list.compact,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-results {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

main.powerstop-page .jgc-product-group .product-preview-list.compact li,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card {
  min-width: 0;
}

main.powerstop-page .jgc-product-group .product-preview-link.has-thumb,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card a {
  display: grid;
  grid-template-rows: 190px auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

main.powerstop-page .jgc-product-group .product-preview-thumb,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card-media {
  width: 100%;
  height: 190px;
  min-height: 190px;
  overflow: hidden;
}

main.powerstop-page .jgc-product-group .product-preview-thumb img,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card-media img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

main.powerstop-page .jgc-product-group .product-preview-copy,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card-copy {
  min-width: 0;
  gap: 7px;
  padding: 14px 16px;
}

main.powerstop-page .jgc-product-group .product-preview-copy strong,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card-copy strong {
  overflow-wrap: anywhere;
  font-size: 0.9rem;
  line-height: 1.28;
}

main.powerstop-page .jgc-product-group .product-preview-copy > span:not(.product-preview-price),
main.powerstop-page > .powerstop-finder-section .powerstop-finder-card-copy span {
  overflow-wrap: anywhere;
  font-size: 0.84rem;
  line-height: 1.32;
}

main.powerstop-page .jgc-product-group .product-preview-copy > em.is-available,
main.powerstop-page > .powerstop-finder-section .powerstop-finder-availability.is-available {
  color: #16803a;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

main.powerstop-page .jgc-product-group .product-preview-copy > em.is-available.is-hidden {
  display: block !important;
}

main.powerstop-page .jgc-product-group .product-preview-copy > em.is-available.is-hidden::before {
  content: "Dostępny / wysyłka w 24h";
}

main.powerstop-page .product-preview-actions {
  min-width: 0;
  padding: 0 16px 14px;
}

main.powerstop-page .product-preview-actions .stock-notify-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  gap: 8px;
  padding: 11px;
  overflow: visible;
}

main.powerstop-page .product-preview-actions .stock-notify-card strong {
  overflow-wrap: anywhere;
  font-size: 0.86rem;
  line-height: 1.22;
}

main.powerstop-page .product-preview-actions .stock-notify-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

main.powerstop-page .product-preview-actions .stock-notify-card label,
main.powerstop-page .product-preview-actions .stock-notify-card input,
main.powerstop-page .product-preview-actions .stock-notify-card button,
main.powerstop-page .product-preview-actions .stock-notify-account {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

main.powerstop-page .product-preview-actions .stock-notify-card button {
  min-height: 40px;
  padding: 8px 10px;
  white-space: normal;
}

@media (max-width: 1500px) {
  main.powerstop-page .jgc-product-group .product-preview-list.compact,
  main.powerstop-page > .powerstop-finder-section .powerstop-finder-results {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  main.powerstop-page .jgc-product-group .product-preview-list.compact,
  main.powerstop-page > .powerstop-finder-section .powerstop-finder-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  main.powerstop-page.legal-page {
    width: 100%;
  }

  main.powerstop-page .jgc-product-group .product-preview-list.compact,
  main.powerstop-page > .powerstop-finder-section .powerstop-finder-results {
    grid-template-columns: 1fr;
  }

  main.powerstop-page .jgc-product-group .product-preview-link.has-thumb,
  main.powerstop-page > .powerstop-finder-section .powerstop-finder-card a {
    grid-template-rows: 230px auto;
  }

  main.powerstop-page .jgc-product-group .product-preview-thumb,
  main.powerstop-page > .powerstop-finder-section .powerstop-finder-card-media {
    height: 230px;
    min-height: 230px;
  }
}
