/*
 * 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; }

.price-line {
  display: inline-flex;
  flex-wrap: wrap; }
  .price-line .capacity {
    white-space: pre; }
    .price-line .capacity:before {
      content: ' - '; }

/*
 * 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%
 */
.toggle-wishlist {
  background: transparent;
  border: 0;
  z-index: 1; }
  .toggle-wishlist .icon {
    display: flex; }
  .toggle-wishlist svg {
    height: 1.25rem;
    width: 1.25rem; }

/*
 * 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%
 */
.product-engraving {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .product-engraving-preview {
    flex: 1;
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6; }
    .product-engraving-preview__icon {
      width: 1.25rem;
      height: 1.25rem; }
    .product-engraving-preview__text {
      margin-top: 0.5625rem;
      font-size: 0.8125rem; }
  .product-engraving-legend {
    margin-left: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .product-engraving-legend-informations {
      display: flex;
      flex-direction: column; }
      .product-engraving-legend-informations__price {
        margin-top: 0.375rem;
        font-size: 0.9375rem;
        font-family: "Century Gothic Std Bold"; }
    .product-engraving-legend__actions {
      display: flex;
      justify-content: space-between;
      margin-top: 0.625rem;
      width: 100%;
      line-height: 1.25rem; }
      .product-engraving-legend__actions li + li {
        height: 100%;
        padding-left: 3.125rem;
        margin-left: 1.5625rem;
        border-left: 0.0625rem solid #e5e5e5; }
      .product-engraving-legend__actions button {
        font-size: 0.9375rem;
        text-decoration: underline; }
        .product-engraving-legend__actions button:hover {
          font-weight: bold; }
  .product-engraving-information-box {
    width: 100%;
    margin-top: 0.3125rem;
    line-height: 1.5rem; }
  @media screen and (max-width: 49.9375rem) {
    .product-engraving-preview {
      flex: 1;
      height: 6.0625rem; }
    .product-engraving-legend {
      margin-left: 0.625rem; }
      .product-engraving-legend-informations__price {
        margin-top: 0.5rem; }
      .product-engraving-legend__actions {
        margin-top: 0.5rem;
        display: block; }
        .product-engraving-legend__actions li + li {
          padding-left: 0;
          margin-left: 0;
          line-height: 1.5rem;
          border-left: none; }
    .product-engraving-information-box {
      margin: 0.3125rem 1.25rem; } }

/*
 * 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; } }

/*
 * 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%
 */
.confirm-engraving {
  display: flex;
  flex-direction: column;
  width: 42.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.1875rem; }
  .confirm-engraving__title {
    margin-bottom: 0.625rem; }
  .confirm-engraving__description {
    line-height: 1.5rem; }
  .confirm-engraving__button {
    margin: 1.25rem 0; }
  .confirm-engraving__back-to-shopping-link__text {
    text-decoration: underline; }
    .confirm-engraving__back-to-shopping-link__text:hover {
      font-weight: bold; }
  @media screen and (max-width: 49.9375rem) {
    .confirm-engraving {
      width: auto;
      padding: 0 1.3125rem; } }

