.p-shop__logo{
  /* width: 100%; */
  max-width: 180px;
}

.c-button {
  background: #d4c9b6;
}

.c-button--primary{
  /* background: #ec6c00; */
  background-color: #333;
}

.c-button--primary:hover{
  background-color: #333;
  opacity: .7;
}

.c-alert {
  background: #F5F5F5;
}

.c-input--text {
  border: 2px solid #ccbfa8;
}
