.cc-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.cc-badge:empty {
  display: none;
}
.btn .cc-badge {
  position: relative;
  top: -1px;
}
.cc-rounded-pill {
  border-radius: 50rem !important;
}
.bg-cart {
  background-color: var(--accent-color-dteal);
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bscard {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: var(--bg-color-main);
  background-clip: border-box;
  border: 2px dotted rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}




