
.acceptanceArea .alert {
  background: #f2f2f2;
  border: solid 1px #660066;
  color: #660066 !important;
  padding: 2rem;
}

.size-chart {
  margin-top: 50px;
  font-size: 13px;
}


.size-chart thead th {
  background: #c2c2c2;
}


.size-chart th {
  font-weight: bold;
  text-align: left;
  color: #121212;
  /*background: #C2C3BE;*/
}


.pricingGridTable {
display: none;
}


/* =============================================================
   APPAREL — View tabs (Front / Back) under the hero image
   Append to obj.mooie.dev/bh/apc.css
   ============================================================= */

.mm-view-tabs {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1rem;
}

.mm-view-tab {
  appearance: none;
  border: 1px solid #d8cfc0;
  background: #fff;
  color: #524740;
  font-family: inherit;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .55rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.mm-view-tab:hover {
  border-color: #1a1410;
  color: #1a1410;
}

.mm-view-tab.is-active {
  background: #1a1410;
  border-color: #1a1410;
  color: #fff;
}

.mm-view-tab:focus-visible {
  outline: 2px solid #1a1410;
  outline-offset: 2px;
}
