.add-to-list-container {
  margin: 1.5rem 0;
}

.add-btn {
  background-color: orange;
  color: black;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.add-btn:disabled {
  background-color: #aaa;
  cursor: default;
}
.btn-add-l:hover {
  box-shadow: inset #000000 0px 0px 0px 1px;
  color: black;
}

.enquiry-form {
  margin-top: 3rem;
  padding: 1.5rem;
  border-top: 1px solid #ddd;
}

.enquiry-form input,
.enquiry-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.enquiry-form button {
  background-color: orange;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

#enquiry-status {
  margin-top: 0.5rem;
  font-weight: 500;
}
.remove-btn {
  /* line-height: 1; */
  /* font-size: 1.1rem; */
  padding: 0 6px;
  /* border-radius: 50%; */
}
.remove-btn:hover {
  background-color: #dc3545;
  color: #fff;
}
#Product .product-image img {
  height: auto;
  max-height: 60vh;
  object-fit: contain;
}
.category-taga {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}
.details-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
