@media (max-width: 990px) {
  .header__heading-logo-wrapper {
    margin-left: calc(50vw - 105px);
    width: 100px;
  }
}
.product-form__input input[type=radio]:checked+label.fillpill {
  background-color: #183059 !important;
}