.p-shop__title{
  font-size: 1rem;
}
.p-shop__header--title>a{
  color: #666;
  text-decoration: none;
}
.c-alert{
  color: #666;
  background: #eee;
}
.c-alert a{
  color:#b21024;
}
.c-alert b{
  font-weight: 300;
  color:#b21024;
}
.c-button{
  background: #eee;
}
.c-button:hover{
  background: #ddd;
}
.c-button--primary{
  background: #cf1120;
}
.c-button--primary:hover{
  background: #b21024;
}
.c-form__note>a{
  color: #b21024;
}
.p-page__body-inner a{
  color: #b21024;
}