html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.catalog-table { min-width: 1180px; }
.catalog-table thead th {
  border-bottom-width: 1px;
  color: #52606b;
  font-size: .78rem;
  letter-spacing: .035em;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.catalog-product-cell { min-width: 360px; }
.catalog-product-copy { min-width: 0; width: 100%; }
.catalog-thumbnail {
  background: #f3f4f4;
  border: 1px solid #e9ebec;
  border-radius: .8rem;
  flex: 0 0 58px;
  height: 58px;
  object-fit: contain;
  width: 58px;
}
.catalog-thumbnail-placeholder {
  align-items: center;
  color: #899198;
  display: flex;
  font-size: .72rem;
  font-weight: 700;
  justify-content: center;
}
.catalog-category-pill {
  background: #f1f3f2;
  border-radius: 999px;
  display: inline-block;
  font-size: .84rem;
  padding: .4rem .7rem;
  white-space: nowrap;
}
.catalog-bulk-actions {
  background: #f4f6f5;
  border: 1px solid #e4e8e6;
}
.catalog-title-input { min-width: 300px; }
