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

/*
 * 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%
 */
.page-content {
  width: auto;
  margin: 1.25rem; }

@media only screen and (min-width: 92.5rem) {
  .page-content {
    width: 90rem;
    margin: 1.25rem auto; } }

@media screen and (max-width: 49.9375rem) {
  .page-content {
    margin: 1.25rem 0 0 0; } }

