/* Wide desktop layout with equal outer spacing. */
.rd-page .rd-maple-leaf {
  display: block;
  width: 15px;
  height: 18px;
  flex: 0 0 15px;
  color: var(--rd-gold);
}

.rd-page .rd-ornament {
  width: 160px;
  gap: 10px;
}

/* Match the Rita d'Or featured image sizing to the other three product pages. */
.rd-page.rd-product-421 .rd-gallery-main {
  display: block;
  aspect-ratio: 4 / 5;
}

.rd-page.rd-product-421 .rd-gallery-main .rd-image-button {
  display: block;
  width: 100%;
  height: 100%;
}

.rd-page.rd-product-421 .rd-gallery-main .rd-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-page .rd-notes h3 {
  margin: 0 0 22px !important;
}

.rd-page .rd-cart-form button.single_add_to_cart_button {
  font-size: 15px !important;
}

@media (max-width: 520px) {
  .rd-page.rd-product-421 .rd-gallery-main {
    aspect-ratio: 4 / 5;
  }

  .rd-page .rd-cart-form button.single_add_to_cart_button {
    font-size: 14px !important;
  }
}

@media (min-width: 851px) {
  .rd-page .rd-wrap {
    width: calc(100% - 104px);
    max-width: 1600px;
  }

  .rd-page .rd-product {
    padding-top: 52px;
    padding-bottom: 52px;
    gap: 62px;
  }
}

@media (min-width: 1705px) {
  .rd-page .rd-wrap {
    width: calc(100% - 104px);
    max-width: none;
  }
}
