.p-shop__logo{
  width:232px;
}

a{
 color: #e9292f;
}

.c-button--primary{
  background-color: #e9292f;
  transition: all 0.5s;
}

.c-button--primary:hover{
  opacity: 0.7;
  background-color: #e9292f;
}