/* Cartes de la collection céramique alignées sur la présentation de La boutique L’AURA. */
.ceramics-page .product-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.ceramics-page .product-card:hover {
  box-shadow: none;
}

.ceramics-page .product-image-wrap {
  border-radius: 0;
}

.ceramics-page .product-card h3,
.ceramics-page .product-card .product-description,
.ceramics-page .product-card .product-footer,
.ceramics-page .product-card .product-category {
  margin-left: 0;
  margin-right: 0;
}

.ceramics-page .ceramic-stock-badge {
  box-sizing: border-box;
  max-width: calc(100% - 2rem);
  overflow: visible;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .ceramics-page .ceramic-stock-badge {
    font-size: .58rem;
    padding: .5rem .58rem;
    right: .75rem;
    top: .75rem;
  }
}
