.card-rating {
  transition: 0.2s;
}

.card-rating:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

#avaluation .product-img {
  background: #e9ecef;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  color: #6c757d;
}

.product-img img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}
.product-img i {
  font-size: 3.2rem;
}

.rating-stars i {
  font-size: 1.25rem;
  margin-right: 2px;
  color: var(--red-doby);
}

.rating-stars i.bi-star {
  color: #d4d4d4;
}

.badge-category {
  background: #e9ecef;
  color: #2c3e50;
  font-weight: 400;
}

.progress {
  height: 0.6rem;
  background-color: #e9ecef;
}

.progress-bar {
  background-color: #0d6efd;
}

.list-group-item {
  border-left: 0;
  border-right: 0;
}

.list-group-item:first-child {
  border-top: 0;
}

.list-group-item:last-child {
  border-bottom: 0;
}

.btn-outline-secondary i {
  margin-right: 0.3rem;
}

.filter-bar {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}

.footer-note {
  color: #6c757d;
  font-size: 0.9rem;
}

/* pré-visualização dentro do modal */
.preview-box {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.preview-box .rating-stars i {
  font-size: 1.1rem;
}

.share-options .btn {
  min-width: 40px;
}

.grid_product:empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid_product:empty::after {
  content: "Nada apresentar!";
  padding: 20px;
}
