/** Shopify CDN: Minification failed

Line 55:1 Expected "}" to go with "{"

**/
/* FARPHORIA complimentary keepsake option */
.farphoria-keepsake-option {
  margin: 20px 0 14px;
  padding: 18px 0 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.farphoria-keepsake-option label {
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 10px;
  align-items: start;
  cursor: pointer;
  line-height: 1.35;
}

.farphoria-keepsake-option input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #111;
  cursor: pointer;
}

.farphoria-keepsake-option strong {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
}

.farphoria-keepsake-option p {
  margin: 7px 0 0 28px;
  max-width: 390px;
  font-size: 0.88em;
  line-height: 1.45;
  opacity: 0.72;

/* FARPHORIA Add to Bag button sizing */
.product-form__cart-submit {
  min-height: 62px;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-form__cart-submit:hover {
  transform: translateY(-1px);
}