.p-shop__logo {
  width: 113px;
  height: auto;
}

.c-input--text {
  border-width: 1px;
  border-radius: 0;
  border-color: #c4c4c4;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.c-button--primary {
  background-color: #024E34;
   transition: .2s ease all;
  border-radius: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-input--text {
    padding: .5em;
  }
  .p-page__wrap {
  	font-size: 13px;
  }
}

    