body {
  background: #FFFFFF;
}

.c-button {
  background: #f0efe9;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #403a39;
}

.c-button:hover {
  background: #403a39;
  color: #f0efe9;
}

.c-button--primary {
  background: #f0efe9;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #403a39;
}

.c-button--primary:hover {
  background: #403a39;
  color: #f0efe9;
}

.c-button--danger {
  background: <{$button3_bgcolor}>;
}

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}

.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}

.c-input--text {
  border: 4px solid #f0efe9;
}

.c-input--text:focus {
  border-color: #403a39;;
}

.p-shop__logo {
  width: 200px;
}

.p-page__title {
  color: #403a39;
}

.c-alert {
  color: #403a39;
  background: #f0efe9;
  font-size: 13px;
}

.c-form__title {
  color: #403a39;
  font-weight: normal;
  font-size: 13px;
}

.p-page__body-inner a {
  color: #125678;
}