@media (min-width: 1400px) {
  main {
    max-width: 1650px;
    margin: auto;
  }
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
  color: #b58435;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff3d8;
  background-color: #b58435;
  border-color: #fff3d8;
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #e8b43e;
  --bs-btn-border-color: #b58435;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b58435;
  --bs-btn-hover-border-color: #e8b43e;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b58435;
  --bs-btn-active-border-color: #b58435;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-outline-primary {
  --bs-btn-color: #b58435;
  --bs-btn-border-color: #b58435;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b58435;
  --bs-btn-hover-border-color: #e8b43e;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

#imker-onlineshop {
  max-width: 200px;
  width: 50%;
}

.button-wrapper {
  clear: both;
}

.button-wrapper {
  clear: both;
}

.button-wrapper {
  clear: both;
}

.button-wrapper {
  clear: both;
}

.button-wrapper {
  clear: both;
}

.button-wrapper {
  clear: both;
}

.button-wrapper {
  clear: both;
}

.btn-no-float {
  clear: both;
}

.badge {
  background-color: #b58435;
  color: #ffffff;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: #fffbf1;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.footer {
  background: #fff3d7;
}

h3 {
  color: #b58435;
}

