.productCard {
  margin-bottom: 1rem;
}

div#productPanel .productCard img {
  /* width: 193px; */
  width: 400px;
  height: auto;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.productCard p.name {
  font-size: 1rem;
  font-weight: 600;
  color: #101828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

.productItem {
  box-shadow: none !important;
  border: none !important;
  border-radius: none !important;
}

.productItem:hover {
  transform: none !important;
}

@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .productCard img {
    width: 100%;
    height: auto;
  }
  .productItem {
    padding: 0;
  }
}

#note {
  height: 165px;
}
