.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.product-header {
  background-color: #dadbb3;
}

.product-desc {
  text-align: left;
  background-color: #b3d0db;
}

.product-desc-letter {
  color: #d54432;
}
