.shop-products button:disabled {
  background: #727a76;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.shop-products .featured button:disabled,
.login-gate .access-choice button:disabled:last-child {
  background: #c67a6c;
}

.login-gate .access-choice button:disabled {
  background: #727a76;
  color: #fff;
  cursor: not-allowed;
}

.login-gate .access-choice button:disabled b {
  font-size: 18px;
}
