/*
 * 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-field {
    width: 20.9375rem;
    max-width: 100%;
    text-align: left; }
  .engraving-input-description {
    margin: 0.625rem auto 0; }
  .engraving .text-field {
    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; } }

