  .product-card {
    margin: 10px 0;
    padding: 10px;
    height: 200px; /* fixed card height */
    overflow: hidden;
  }

  .image-box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*overflow: hidden;*/
    background-color: #f8f9fa;
    position: relative;
    flex-shrink: 0;
	top: 30px;
  }

  .product-image {
    max-height: 100%;
    max-width: 100%;
  }

  .badge-custom {
    position: absolute;
    top: -32px;
    left: 0;
  }

  .icon-actions {
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    gap: 10px;
  }

  .product-meta {
    font-size: 0.9rem;
  }

  .meta-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 6px;
    margin-top: 10px;
    margin-bottom: 0 !important;
  }

  .card-body-content {
		position: relative;
	  border: 0px solid;
    padding: 0;
	padding-top: 25px;
	overflow: hidden;
  }

  .card-footer-cleanup {
    margin-bottom: 0;
    padding-bottom: 0;
  }
