body {
  background: #eff0eb;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.c-button:hover {
  background: #dfe5e8;transition:0.3s
}
.c-button--primary {
  background: #005638;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary:hover {
  background: #008138;
}
.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-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}
.p-shop__header--logo img{width:100%;height:auto;max-width:550px}
.p-page__title{font-size:28px;font-weight: 300;letter-spacing: 1px;border-top:1px solid#A79971;border-bottom:1px solid #A79971;padding:10px 0}
.c-alert{background:#F1F0E9}

@media (max-width: 420px) {
  .p-shop__header--logo img{max-width:300px}
}
