a {
  color: #663300;
}

.p-page__wrap .p-shop__header {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #FE4A26;
}

    .p-shop__title {
      color: #FFF;
      font-size: 20px;
      line-height: 1.5;
      font-weight: bold;
    }

.c-button--primary {
  background: #FE4A26;
}
  .c-button--primary:hover {
    background: ##CB2401;
  }