.product-button-group__button--with-icon {
  border-radius: 145px;
  box-shadow: inset 0 0 0 2px #0b1b45;
  padding: 12px 24px;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  transition: all 100ms ease-in-out;
  color: #0b1b45;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  gap: 12px;
  background: transparent;
  text-transform: uppercase;
}
.product-button-group__button--with-icon i {
  align-content: center;
}
.product-button-group__button--with-icon:hover {
  background: #0b1b45;
  color: #fff;
  box-shadow: none;
}
.product-button-group__button--with-icon:hover span {
  color: #fff;
}
.product-button-group__button--with-icon:hover i {
  color: #fff;
}

.product-button-group__button--with-icon.is-white {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.product-button-group__button--with-icon.is-white:hover {
  background: #fff;
  color: #0b1b45;
}
.product-button-group__button--with-icon.is-white:hover span {
  color: #0b1b45;
}
.product-button-group__button--with-icon.is-white:hover i {
  color: #0b1b45;
}

.product-button-group__button--with-icon.is-primary {
  background: #fb581f;
  color: #0b1b45;
  box-shadow: none;
}
.product-button-group__button--with-icon.is-primary span {
  color: #0b1b45;
}
.product-button-group__button--with-icon.is-primary i {
  color: #0b1b45;
}
.product-button-group__button--with-icon.is-primary:hover {
  background: #0b1b45;
  color: #fff;
  box-shadow: none;
}
.product-button-group__button--with-icon.is-primary:hover span {
  color: #fff;
}
.product-button-group__button--with-icon.is-primary:hover i {
  color: #fff;
}

.product-button-group__button--with-icon.has-wawi-gradient {
  color: #0b1b45;
  box-shadow: none;
  background: #fb581f;
  transition: background 100ms ease-in-out;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.product-button-group__button--with-icon.has-wawi-gradient::after {
  display: none;
}
.product-button-group__button--with-icon.has-wawi-gradient::before {
  display: none;
}
.product-button-group__button--with-icon.has-wawi-gradient:hover {
  background: #0b1b45;
  color: #ffffff;
}
.product-button-group__button--with-icon.has-wawi-gradient span {
  color: inherit;
}
.product-button-group__button--with-icon.has-wawi-gradient i {
  color: inherit;
}

.product-button-group__button--with-icon.is-inverted {
  box-shadow: inset 0 0 0 2px #fff;
  background: #fff;
}
.product-button-group__button--with-icon.is-inverted:hover {
  background: transparent;
}

.product-button-group__button--with-icon.has-no-hover.is-inverted:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: inherit;
  background: #fff;
  transition-delay: 0ms;
}
.product-button-group__button--with-icon.has-no-hover.is-inverted:hover span {
  color: #0b1b45;
}

.product-button-group__button--with-icon.has-dark-hover:hover {
  background: #142830;
}

@media (max-width: 991px) {
  .product-button-group__button--with-icon {
    font-size: 14px;
    padding: 12px 16px;
  }
}
