.ref-heading {
  text-align: center;
  color: var(--primary);
}

.ref-heading {
  text-align: center;
  color: var(--primary);
  font-family: 'Antonio';
}

.ref-product-name {
  color: #c67853;
  font-family: 'Open Sans';
}

.ref-button.ref-standard-checkout-button {
  background-color: white;
  color: #c67853;
  border: 1px solid #c67853;
  border-radius: 0;
  transition: 0.2s ease;
}

.ref-button.ref-standard-checkout-button:hover {
  background-color: white;
  color: var(--primary);
  transition: 0.2s linear;
}

.ref-quantity-widget {
  border: 1px solid #c67853;
  border-radius: 0;
}

