.p-shop__logo {
  margin-top:60px;
}

.c-button--primary{
  background:#00aced;
}
.c-button--primary:hover{
  background:#3bbced;
}

@media screen and (max-width: 480px) {
  .p-shop__logo {
    margin-top:0px;
    width:280px;
    height:50px;
  }
}