/* Bag CTA — full dark bar, no L-corners / white chip */

.bag-go {
  margin-top: 1rem;
  width: 100%;
}

.bag-go__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(246, 239, 224, 0.32);
  border-radius: 0;
  background: #0c0c0e;
  color: var(--paper, #f6efe0);
  font-family: var(--text, inherit);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}

.bag-go__btn::before,
.bag-go__btn::after {
  content: none !important;
  display: none !important;
}

.bag-go__btn:hover,
.bag-go__btn:focus-visible {
  background: #3f8f5b;
  border-color: #3f8f5b;
  color: #0b0c0a;
  outline: none;
}
