.page-title {
  text-align: center; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.checkout-wrapper {
  display: inline-block; }
  .checkout-wrapper .apple-pay-button {
    margin-bottom: 0.625rem;
    width: 100%; }
  .checkout-wrapper .checkout-container {
    display: flex;
    flex-direction: column; }

.terms-and-conditions {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 1.25rem; }
  .terms-and-conditions > a {
    text-decoration: underline; }
    .terms-and-conditions > a:hover {
      font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.apple-pay-error {
  text-align: center;
  color: #d70000;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.apple-pay-button {
  --apple-pay-scale: 1;
  /* (height / 32) */
  display: inline-flex;
  justify-content: center;
  font-size: 1rem;
  border-radius: 1.5rem;
  padding: 0;
  box-sizing: border-box;
  min-width: 12.5rem;
  height: 3rem; }
  .apple-pay-button__text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;
    margin-right: calc(0.125rem * var(--apple-pay-scale)); }
  .apple-pay-button__logo {
    width: calc(3rem * var(--apple-pay-scale));
    height: calc(calc(3rem * var(--apple-pay-scale)) * 0.75);
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(0.125rem * var(--apple-pay-scale));
    border: none; }
  .apple-pay-button--black {
    background-color: black;
    color: white; }
    .apple-pay-button--black .apple-pay-button__logo {
      background-image: -webkit-named-image(apple-pay-logo-white);
      background-color: black; }
  .apple-pay-button--white {
    background-color: white;
    color: black; }
    .apple-pay-button--white--with-line {
      border: 0.03125rem solid black; }
    .apple-pay-button--white .apple-pay-button__logo {
      background-image: -webkit-named-image(apple-pay-logo-black);
      background-color: white; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.engraving-error {
  max-width: 28.125rem;
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  .engraving-error-title {
    text-align: center;
    margin-bottom: 0.625rem; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.engraving {
  max-width: 28.125rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5rem; }
  .engraving-title {
    margin: 0 auto 0.375rem;
    width: 90%; }
  .engraving-price {
    font-family: "Century Gothic Std Bold"; }
  .engraving-max-characters, .engraving-text {
    font-size: 0.8125rem;
    color: #757575; }
  .engraving-max-characters {
    width: 20.9375rem;
    max-width: 100%;
    text-align: right;
    margin: 0 auto 0.875rem; }
  .engraving-text {
    margin-top: 0.875rem; }
  .engraving .image img {
    max-width: 100%; }
  .engraving-input-description,
  .engraving .text-input {
    width: 20.9375rem;
    max-width: 100%;
    text-align: left;
    margin: 0.625rem auto 0; }
  .engraving-input-description {
    margin: 0.625rem auto 0; }
  .engraving .text-input {
    margin-top: 0.9375rem; }
  .engraving .button-link {
    min-width: 14.75rem;
    margin-bottom: 0.875rem; }
  .engraving__loader {
    margin: auto;
    width: 21.875rem; }
  .engraving__cancel {
    display: block;
    margin: 0 auto 1.25rem;
    text-decoration: underline; }
    .engraving__cancel:hover {
      font-weight: bold; }

/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
/*
 * Return the rem of a pixel's value
 *
 * Sample: pxToRem(50)
 * Result: 3.125rem
 */
/*
 * Return the percent ratio from width and height
 *
 * Sample: ratio(16, 9)
 * Result: 56.25%
 */
.remove-engraving {
  display: flex;
  flex-direction: column;
  width: 42.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.1875rem; }
  .remove-engraving__title {
    margin-bottom: 0.625rem; }
  .remove-engraving__description {
    line-height: 1.5rem; }
  .remove-engraving__button {
    margin: 1.25rem 0; }
  .remove-engraving__cancel {
    text-decoration: underline; }
    .remove-engraving__cancel:hover {
      font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .remove-engraving {
      width: auto;
      padding: 0 1.3125rem; } }

