:root {
  --bs-body-bg: #f4eee7;
  --bs-primary: #000;
  --bs-link-color: #000;
  --bs-link-hover-color: #000;
  --bs-primary-rgb: 0,0,0;
  --bs-link-color-rgb: 0,0,0;
}
.btn-primary {
  background: #b5a994;
  border: #b5a994;
}
.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 11,105,246;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}
.footer__main {
  background: #6f6658;
  padding-bottom: 0;
}
.copyright {
  padding: 1rem 0;
  background: #444;
}

.product-variant__color label span {
  height: 2.5rem;
  width: 2.5rem;
}
