.woo-ar-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  width: 230px;
  height: 230px;
  margin: 12px 0;
  padding: 16px 18px 0;
  background-color: transparent;
  background-image: url('../img/ar-badge-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  transition: opacity 0.15s ease;
}

.woo-ar-btn:hover {
  opacity: 0.75;
}

.woo-ar-btn[disabled] {
  opacity: 0.5;
  cursor: wait;
}

.woo-ar-btn-line {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1a1a1a;
}
