/** Shopify CDN: Minification failed

Line 84:0 All "@import" rules must come first
Line 223:0 All "@import" rules must come first
Line 1080:20 Expected identifier but found whitespace
Line 1080:22 Unexpected "{"
Line 1080:31 Expected ":"
Line 1482:0 All "@import" rules must come first
Line 1576:0 All "@import" rules must come first
Line 2005:0 All "@import" rules must come first
Line 2021:0 All "@import" rules must come first
Line 2029:0 All "@import" rules must come first
... and 1 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:13) */
#footer {
    align-items: start;
  }

  .footer-block--connect .rte p {
    margin: 0;
    line-height: 1.4;
  }

  .footer-block--connect .rte a {
    border-bottom: 0;
    text-decoration: none;
  }

  .footer-block__social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
  }

  .footer-block__social-icons li {
    margin: 0;
  }
/* END_SECTION:footer */

/* START_SECTION:main-collection (INDEX:35) */
.yp-collection-grid {
    width: 100%;
    max-width: var(--yp-collection-max-width);
    margin: 0 auto;
    padding-inline: clamp(16px, 3vw, 44px);
    box-sizing: border-box;
  }
  .yp-collection-grid #main-collection-product-grid {
    column-gap: var(--yp-collection-gap);
    row-gap: clamp(32px, 4vw, 56px);
  }
  .yp-collection-grid .product-index img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .yp-collection-grid .product-info {
    padding-top: 14px;
    text-align: center;
  }
  .yp-collection-grid .prod-title { line-height: 1.35; }
  @media screen and (max-width: 767px) {
    .yp-collection-grid { padding-inline: 16px; }
    .yp-collection-grid #main-collection-product-grid {
      column-gap: 12px;
      row-gap: 36px;
    }
    .yp-collection-grid .product-info { padding-top: 10px; }
  }
/* END_SECTION:main-collection */

/* START_SECTION:yp-flower-meanings-grid (INDEX:71) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

  .yp-flower-meanings {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: #2b2620;
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }
  .yp-flower-meanings--cream { background: #faf6ed; }
  .yp-flower-meanings__inner {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .yp-flower-meanings__header {
    max-width: 860px;
    margin: 0 auto clamp(40px, 5vw, 64px);
    text-align: center;
  }
  .yp-flower-meanings__eyebrow {
    margin: 0 0 12px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #b8893e;
    font-weight: 500;
  }
  .yp-flower-meanings h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(42px, 6vw, 76px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: 0;
    color: #746f83;
  }
  .yp-flower-meanings__intro {
    max-width: 660px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.75;
    color: #5c5448;
  }
  .yp-flower-meanings__intro p { margin: 0; }
  .yp-flower-meanings__grid {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    column-gap: clamp(18px, 2.2vw, 34px);
    row-gap: clamp(42px, 5vw, 72px);
    align-items: start;
  }
  .yp-flower-card__link {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 16px;
    height: 100%;
    color: inherit;
    text-align: center;
    text-decoration: none;
  }
  .yp-flower-card__image-wrap {
    width: min(112px, 100%);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yp-flower-card__image-wrap--empty {
    border-radius: 50%;
    background: radial-gradient(circle, #f7efe2 0%, #ead9be 68%, transparent 69%);
  }
  .yp-flower-card__image { width: 100%; height: 100%; object-fit: contain; display: block; }
  .yp-flower-card h3 {
    margin: 0 0 7px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: .01em;
    color: #3f3b36;
    text-transform: uppercase;
  }
  .yp-flower-card__latin {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: .04em;
    color: #5c5448;
    text-transform: uppercase;
  }
  .yp-flower-card__learn {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    color: #746f83;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .yp-flower-card__link:hover .yp-flower-card__learn { color: #b8893e; }
  @media screen and (max-width: 1199px) and (min-width: 750px) {
    .yp-flower-meanings__grid {
      max-width: 760px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media screen and (max-width: 749px) {
    .yp-flower-meanings {
      padding-top: calc(var(--padding-top) * .72);
      padding-bottom: calc(var(--padding-bottom) * .72);
    }
    .yp-flower-meanings__inner { width: min(100% - 28px, 520px); }
    .yp-flower-meanings__header { text-align: left; margin-bottom: 34px; }
    .yp-flower-meanings h2 { font-size: clamp(40px, 14vw, 58px); }
    .yp-flower-meanings__intro { font-size: 15px; line-height: 1.7; }
    .yp-flower-meanings__grid { grid-template-columns: 1fr; row-gap: 26px; }
    .yp-flower-card__link {
      grid-template-columns: 86px 1fr;
      grid-template-rows: auto;
      gap: 20px;
      align-items: center;
      text-align: left;
    }
    .yp-flower-card__image-wrap { width: 86px; margin: 0; }
    .yp-flower-card h3 { font-size: 16px; }
  }
/* END_SECTION:yp-flower-meanings-grid */

/* START_SECTION:yp-flower-product-row (INDEX:72) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

  .yp-flower-products {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: #2b2620;
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }
  .yp-flower-products--cream {
    background: #faf6ed;
  }
  .yp-flower-products__header {
    max-width: 760px;
    margin: 0 auto clamp(34px, 5vw, 56px);
    text-align: center;
  }
  .yp-flower-products__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #b8893e;
    font-weight: 500;
  }
  .yp-flower-products h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: 0;
    color: #2b2620;
  }
  .yp-flower-products__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #5c5448;
  }
  .yp-flower-products__text p {
    margin: 0;
  }
  .yp-flower-products__grid {
    display: grid;
    gap: clamp(28px, 4vw, 52px);
    justify-content: center;
  }
  .yp-flower-products__grid--1 {
    grid-template-columns: minmax(260px, var(--product-card-width));
  }
  .yp-flower-products__grid--2 {
    grid-template-columns: repeat(2, minmax(240px, var(--product-card-width)));
  }
  .yp-flower-products__grid--3 {
    grid-template-columns: repeat(3, minmax(220px, min(100%, var(--product-card-width))));
  }
  .yp-flower-product {
    min-width: 0;
  }
  .yp-flower-product__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f2ed;
    aspect-ratio: 1 / 1;
    color: inherit;
    text-decoration: none;
  }
  .yp-flower-product__image,
  .yp-flower-product__placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease, opacity .35s ease;
  }
  .yp-flower-product__placeholder {
    background: linear-gradient(135deg, #f7efe4, #e7d6bd);
  }
  .yp-flower-product__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 16px;
    background: #746f83;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .01em;
  }
  .yp-flower-product__quick-link {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 2px solid #5c5448;
    background: rgba(255, 255, 255, .94);
    color: #5c5448;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .06em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }
  .yp-flower-product__quick-link:hover,
  .yp-flower-product__quick-link:focus-visible {
    background: #2b2620;
    border-color: #2b2620;
    color: #fff;
  }
  .yp-flower-product__media:hover .yp-flower-product__quick-link,
  .yp-flower-product__media:focus-visible .yp-flower-product__quick-link {
    opacity: 1;
    transform: translateY(0);
  }
  .yp-flower-product__media:hover .yp-flower-product__image {
    transform: scale(1.035);
    opacity: .82;
  }
  .yp-flower-product__copy {
    padding-top: 18px;
  }
  .yp-flower-product__title {
    display: block;
    color: #4a4640;
    text-decoration: none;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 400;
  }
  .yp-flower-product__subtitle {
    margin: 8px 0 0;
    color: #5c5448;
    font-size: 17px;
    line-height: 1.35;
  }
  .yp-flower-product__price {
    margin: 10px 0 0;
    color: #4a4640;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
  }
  .yp-flower-product__mobile-link {
    display: none;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
    border: 2px solid #5c5448;
    background: rgba(255, 255, 255, .94);
    color: #5c5448;
    text-decoration: none;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .06em;
  }
  .yp-flower-product__mobile-link:hover,
  .yp-flower-product__mobile-link:focus-visible {
    background: #2b2620;
    border-color: #2b2620;
    color: #fff;
  }
  .yp-flower-product__sold-out,
  .yp-flower-product__empty p {
    margin: 14px 0 0;
    font-size: 14px;
    color: #8b8174;
  }
  @media screen and (max-width: 989px) {
    .yp-flower-products__grid--2,
    .yp-flower-products__grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media screen and (max-width: 749px) {
    .section-yp-flower-products,
    .yp-flower-products {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      box-sizing: border-box;
    }
    .yp-flower-products__inner.page-width {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    }
    .yp-flower-products__header,
    .yp-flower-products__grid {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }
    .yp-flower-products {
      padding-top: calc(var(--padding-top) * .72);
      padding-bottom: calc(var(--padding-bottom) * .72);
    }
    .yp-flower-products__header {
      text-align: left;
    }
    .yp-flower-products h2 {
      font-size: clamp(36px, 12vw, 48px);
    }
    .yp-flower-products__grid,
    .yp-flower-products__grid--1,
    .yp-flower-products__grid--2,
    .yp-flower-products__grid--3 {
      grid-template-columns: minmax(0, min(100%, 390px));
      gap: var(--mobile-card-gap);
    }
    .yp-flower-products .yp-flower-product__media {
      aspect-ratio: var(--mobile-image-ratio);
    }
    .yp-flower-products--mobile-swipe .yp-flower-products__grid,
    .yp-flower-products--mobile-swipe .yp-flower-products__grid--1,
    .yp-flower-products--mobile-swipe .yp-flower-products__grid--2,
    .yp-flower-products--mobile-swipe .yp-flower-products__grid--3 {
      display: grid;
      grid-auto-flow: column;
      width: 100%;
      max-width: 100%;
      grid-auto-columns: min(84%, 340px);
      grid-template-columns: none;
      justify-content: start;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      scrollbar-width: thin;
      padding: 0 0 14px;
    }
    .yp-flower-products--mobile-swipe .yp-flower-product {
      scroll-snap-align: start;
    }
    .yp-flower-product__quick-link {
      display: none;
    }
    .yp-flower-product__mobile-link {
      display: flex;
    }
    .yp-flower-product__title,
    .yp-flower-product__price {
      font-size: 20px;
    }
    .yp-flower-product__subtitle {
      font-size: 16px;
    }
  }
/* END_SECTION:yp-flower-product-row */

/* START_SECTION:yp-forever-in-bloom-story (INDEX:74) */
.yp-product-story {
    --yp-ink: #2B2620;
    --yp-muted: #5C5448;
    --yp-soft: #FAF6ED;
    --yp-wash: #FAF6ED;
    --yp-line: #E8D5AE;
    --yp-gold: #B8893E;
    --yp-section-gap: clamp(44px, 5vw, 76px);
    --yp-section-pad: clamp(56px, 6vw, 78px);
    color: var(--yp-ink);
    background: #fff;
    padding: clamp(36px, 4vw, 64px) 0 clamp(48px, 5vw, 80px);
  }

  .yp-story-hero,
  .yp-inside-section,
  .yp-meaning-panel,
  .yp-process-panel,
  .yp-details-section,
  .yp-gift-panel,
  .yp-product-faq {
    width: min(1180px, calc(100% - 40px));
    margin: var(--yp-section-gap) auto 0;
    padding: var(--yp-section-pad) 0;
    border-top: 1px solid var(--yp-line);
  }

  .yp-story-hero {
    margin-top: 0;
  }

  .yp-story-hero,
  .yp-details-section,
  .yp-meaning-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
  }

  .yp-kicker {
    margin: 0 0 12px;
    color: var(--yp-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .yp-product-story h2,
  .yp-product-story h3 {
    margin: 0;
    color: var(--yp-ink);
    letter-spacing: 0;
  }

  .yp-product-story h2 {
    font-size: clamp(32px, 3.4vw, 42px);
    line-height: 1.08;
  }

  .yp-product-story h3 {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.12;
  }

  .yp-product-story p {
    color: var(--yp-muted);
    line-height: 1.75;
  }

  .yp-story-copy {
    max-width: 680px;
    padding-top: 8px;
  }

  .yp-story-copy p {
    margin: 0 0 18px;
    font-size: 17px;
  }

  .yp-section-heading {
    max-width: 760px;
    margin-bottom: 36px;
  }

  .yp-inside-list,
  .yp-process-list,
  .yp-details-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--yp-line);
    border-right: 0;
  }

  .yp-inside-list article,
  .yp-process-list li,
  .yp-details-grid p {
    min-height: 220px;
    margin: 0;
    padding: 26px;
    background: #fff;
    border-right: 1px solid var(--yp-line);
  }

  .yp-inside-list span {
    display: block;
    margin-bottom: 44px;
    color: var(--yp-gold);
    font-size: 13px;
    font-weight: 700;
  }

  .yp-inside-list p {
    margin: 14px 0 0;
  }

  .yp-meaning-panel {
    align-items: center;
    background: var(--yp-wash);
  }

  .yp-details-section {
    background: var(--yp-wash);
  }

  .yp-meaning-panel figure {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--yp-soft);
  }

  .yp-meaning-panel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .yp-meaning-panel p:not(.yp-kicker) {
    margin: 22px 0 0;
    font-size: 17px;
  }

  .yp-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: proof;
  }

  .yp-process-list li {
    counter-increment: proof;
  }

  .yp-process-list li::before {
    content: counter(proof, decimal-leading-zero);
    display: block;
    margin-bottom: 44px;
    color: var(--yp-gold);
    font-size: 13px;
    font-weight: 700;
  }

  .yp-process-list strong,
  .yp-process-list span,
  .yp-details-grid strong,
  .yp-details-grid span {
    display: block;
  }

  .yp-process-list span,
  .yp-details-grid span {
    margin-top: 8px;
    color: var(--yp-muted);
    line-height: 1.6;
  }

  .yp-small-note {
    max-width: 740px;
    margin: 22px 0 0;
    font-size: 14px;
  }

  .yp-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yp-details-grid p {
    min-height: 120px;
  }

  .yp-gift-panel {
    max-width: 920px;
    text-align: center;
  }

  .yp-gift-panel p:not(.yp-kicker) {
    max-width: 680px;
    margin: 22px auto 0;
    font-size: 18px;
  }

  .yp-product-faq {
    max-width: 920px;
    background: #fff;
  }

  .yp-product-faq details {
    padding: 20px 0;
    border-top: 1px solid var(--yp-line);
    background: #fff;
  }

  .yp-product-faq details:last-child {
    border-bottom: 1px solid var(--yp-line);
  }

  .yp-product-faq summary {
    position: relative;
    display: block;
    padding-right: 32px;
    cursor: pointer;
    color: var(--yp-ink);
    font-weight: 700;
  }

  .yp-product-faq summary::-webkit-details-marker {
    display: none;
  }

  .yp-product-faq summary::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    color: var(--yp-muted);
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
  }

  .yp-product-faq details[open] {
    padding-inline: 18px;
    background: var(--yp-soft);
  }

  .yp-product-faq details[open] summary::after {
    content: "–";
  }

  .yp-product-faq p {
    margin-bottom: 0;
  }

  @media (max-width: 989px) {
    .yp-story-hero,
    .yp-details-section,
    .yp-meaning-panel,
    .yp-inside-list,
    .yp-process-list,
    .yp-details-grid {
      grid-template-columns: 1fr;
    }

    .yp-inside-list,
    .yp-process-list,
    .yp-details-grid {
      border-right: 1px solid var(--yp-line);
      border-bottom: 0;
    }

    .yp-inside-list article,
    .yp-process-list li,
    .yp-details-grid p {
      min-height: 0;
      border-right: 0;
      border-bottom: 1px solid var(--yp-line);
    }

    .yp-inside-list span,
    .yp-process-list li::before {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 640px) {
    .yp-story-hero,
    .yp-inside-section,
    .yp-meaning-panel,
    .yp-process-panel,
    .yp-details-section,
    .yp-gift-panel,
    .yp-product-faq {
      width: min(100% - 28px, 1180px);
    }
  }
/* END_SECTION:yp-forever-in-bloom-story */

/* START_SECTION:yp-frame-variant-style (INDEX:75) */
.product__section-content__block--variant-picker,
  .product__section-content__block--variant-picker * {
    overflow: visible !important;
  }

  .product__section-content__block--variant-picker {
    margin: 8px 0 18px !important;
  }

  .product__variants-swatches {
    margin: 0 !important;
  }

  .product__section-content__block--variant-picker .swatches__container {
    margin: 0 0 26px !important;
    padding: 0 !important;
  }

  .product__section-content__block--variant-picker .swatches__option-name.h5 {
    display: block !important;
    margin: 0 0 16px !important;
    color: #5b584f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
  }

  .product__section-content__block--variant-picker .swatches__option-name.h5 strong {
    color: #5b584f;
    font-weight: 700;
  }

  .product__section-content__block--variant-picker .swatches__option-value {
    color: #5b584f;
    font-weight: 400;
    text-transform: none;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-size"] .swatch-element {
    display: inline-flex;
    margin: 0 10px 10px 0 !important;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-size"] .swatches__form--label {
    display: inline-flex !important;
    min-width: 112px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 26px !important;
    border: 1px solid #d9d9d4 !important;
    background: #fbfaf7 !important;
    color: #5b584f !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
    text-transform: lowercase;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-size"] input:checked + .swatches__form--label {
    border: 3px solid #5b584f !important;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-color"] .swatch-element {
    display: inline-flex;
    margin: 0 12px 12px 0 !important;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-color"] .swatches__form--label {
    position: relative;
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 2px solid #dadad6 !important;
    border-radius: 999px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: inset 0 0 0 3px #fff;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-color"] input[value="Natural Wood"] + .swatches__form--label {
    background:
      linear-gradient(90deg, rgba(102, 65, 32, .25), transparent 18%, rgba(255,255,255,.28) 36%, transparent 54%, rgba(122, 76, 35, .22) 78%),
      linear-gradient(135deg, #c98d50, #edc38f 48%, #b8783d) !important;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-color"] input[value="Sleek Black"] + .swatches__form--label {
    background: #070707 !important;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-color"] input[value="Solid White"] + .swatches__form--label {
    background: #ffffff !important;
  }

  .product__section-content__block--variant-picker [data-yp-option="frame-color"] input:checked + .swatches__form--label {
    border-color: #5b584f !important;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #5b584f;
  }

  @media (max-width: 740px) {
    .product__section-content__block--variant-picker .swatches__option-name.h5 {
      font-size: 21px;
    }

    .product__section-content__block--variant-picker [data-yp-option="frame-size"] .swatches__form--label {
      min-width: 94px;
      height: 48px;
      font-size: 20px;
    }
  }
/* END_SECTION:yp-frame-variant-style */

/* START_SECTION:yp-home-confidence (INDEX:77) */
.yp-confidence {
    padding-top: var(--yp-confidence-padding-top);
    padding-bottom: var(--yp-confidence-padding-bottom);
  }

  .yp-confidence__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    gap: clamp(3rem, 8vw, 7.5rem);
    align-items: start;
  }

  .yp-confidence__intro {
    max-width: 31rem;
  }

  .yp-confidence__intro h2 {
    margin: 0.7rem 0 1.15rem;
  }

  .yp-confidence__copy,
  .yp-confidence__item-copy {
    color: rgba(var(--color-foreground), 0.72);
  }

  .yp-confidence__copy > *:first-child,
  .yp-confidence__item-copy > *:first-child {
    margin-top: 0;
  }

  .yp-confidence__copy > *:last-child,
  .yp-confidence__item-copy > *:last-child {
    margin-bottom: 0;
  }

  .yp-confidence__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.65rem;
  }

  .yp-confidence__items {
    border-top: 1px solid rgba(var(--color-foreground), 0.18);
  }

  .yp-confidence__item {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.18);
  }

  .yp-confidence__number {
    padding-top: 0.15rem;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    color: rgba(var(--color-foreground), 0.55);
  }

  .yp-confidence__stage {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.58);
  }

  .yp-confidence__item h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  }

  .yp-confidence__item-copy {
    max-width: 36rem;
  }

  @media screen and (max-width: 749px) {
    .yp-confidence {
      padding-top: min(var(--yp-confidence-padding-top), 64px);
      padding-bottom: min(var(--yp-confidence-padding-bottom), 64px);
    }

    .yp-confidence__grid {
      grid-template-columns: 1fr;
    }

    .yp-confidence__grid {
      gap: 2.4rem;
    }

    .yp-confidence__item {
      grid-template-columns: 2.5rem minmax(0, 1fr);
      gap: 1rem;
      padding: 1.4rem 0;
    }
  }
/* END_SECTION:yp-home-confidence */

/* START_SECTION:yp-home-css-fix (INDEX:78) */
.yp-gift-band{padding-right:max(16px,calc((100% - 760px)/2)) !important;text-align:center}
/* END_SECTION:yp-home-css-fix */

/* START_SECTION:yp-home-flower-cards (INDEX:81) */
[data-yp-flower-focus] .yp-home-flower-carousel {position:relative;display:block;max-width:1180px;margin:0 auto;padding:0 52px;}
[data-yp-flower-focus] .yp-home-flower-track {--yp-card-width:calc((100% - 48px) / 3);display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;padding:28px 0 36px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
[data-yp-flower-focus] .yp-home-flower-track::before,[data-yp-flower-focus] .yp-home-flower-track::after {content:'';flex:0 0 calc((100% - var(--yp-card-width)) / 2 - 24px);}
[data-yp-flower-focus] .yp-home-flower-track::-webkit-scrollbar {display:none;}
[data-yp-flower-focus] .yp-home-flower-card {flex:0 0 var(--yp-card-width);min-width:0;width:var(--yp-card-width);scroll-snap-align:center;background:#faf7ef;border:1px solid #decfb5;border-radius:5px;overflow:hidden;color:#2b2620;transform:scale(.9);transform-origin:center center;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease;text-decoration:none;}
[data-yp-flower-focus] .yp-home-flower-card.is-current {transform:scale(1);border-color:#b8893e;box-shadow:0 12px 26px rgb(71 51 29 / 12%);}
[data-yp-flower-focus] .yp-home-flower-card__image {margin:0;aspect-ratio:1;}
[data-yp-flower-focus] .yp-home-flower-card__image img {display:block;width:100%;height:100%;object-fit:cover;}
[data-yp-flower-focus] .yp-home-flower-card__copy {padding:22px 23px 26px;}
[data-yp-flower-focus] .yp-home-flower-card__copy h3 {font-size:clamp(25px,2.5vw,36px);line-height:1.15;margin:6px 0 14px;}
[data-yp-flower-focus] .yp-home-flower-card__copy > p:not(.yp-home-kicker) {font-size:15px;line-height:1.7;margin:0;}
[data-yp-flower-focus] .yp-home-flower-card__copy .yp-home-kicker {font-size:11px;line-height:1.6;letter-spacing:.14em;}
[data-yp-flower-focus] .yp-home-flower-arrow {position:absolute;color:#2b2620;top:50%;width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;background:#faf7ef;box-shadow:none;transform:translateY(-50%);z-index:2;}
[data-yp-flower-focus] .yp-home-flower-arrow--prev {left:0;}
[data-yp-flower-focus] .yp-home-flower-arrow--next {right:0;}
[data-yp-flower-focus] .yp-home-flower-arrow:disabled {opacity:.35;cursor:default;}
[data-yp-flower-focus] :is(.yp-home-flower-card,.yp-home-flower-arrow):focus-visible {outline:2px solid #715127;outline-offset:4px;}
[data-yp-flower-focus] .yp-home-flower-cta {margin-top:8px;}
@media(max-width:749px){[data-yp-flower-focus] .yp-home-flower-carousel {padding:0;}[data-yp-flower-focus] .yp-home-flower-track {--yp-card-width:82%;gap:12px;padding-top:18px;padding-bottom:26px;}[data-yp-flower-focus] .yp-home-flower-track::before,[data-yp-flower-focus] .yp-home-flower-track::after {flex-basis:calc((100% - var(--yp-card-width)) / 2 - 12px);}[data-yp-flower-focus] .yp-home-flower-card {transform:scale(.95);}[data-yp-flower-focus] .yp-home-flower-card__copy {padding:20px;}[data-yp-flower-focus] .yp-home-flower-arrow {top:auto;bottom:-55px;transform:none;}[data-yp-flower-focus] .yp-home-flower-arrow--prev {left:calc(50% - 53px);}[data-yp-flower-focus] .yp-home-flower-arrow--next {right:calc(50% - 53px);}[data-yp-flower-focus] .yp-home-flower-cta {margin-top:76px;}}
@media(prefers-reduced-motion:reduce){[data-yp-flower-focus] .yp-home-flower-card {transition:none;}}
/* END_SECTION:yp-home-flower-cards */

/* START_SECTION:yp-home-hero (INDEX:82) */
.yp-home-hero-banner {
    position: relative;
    overflow: hidden;
    background: #FAF6ED;
  }

  .yp-home-hero-banner .yp-home-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #EDE8DF;
  }

  .yp-home-hero-banner .yp-home-hero__media picture,
  .yp-home-hero-banner .yp-home-hero__image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .yp-home-hero-banner .yp-home-hero__image {
    object-fit: cover;
    object-position: {{ section.settings.desktop_image_position | default: 'center right' }};
    filter: none !important;
    opacity: 1 !important;
  }

  .yp-home-hero-banner::after {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 46%;
    min-width: 520px;
    max-width: 760px;
    background: linear-gradient(90deg, rgba(250, 246, 237, .52) 0%, rgba(250, 246, 237, .44) 34%, rgba(250, 246, 237, .18) 72%, rgba(250, 246, 237, 0) 100%);
    pointer-events: none;
  }

  .yp-home-hero-banner .yp-home-hero {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(1440px, calc(100% - 48px));
    min-height: clamp(560px, 56.25vw, 820px);
  }

  .yp-home-hero-banner .yp-home-hero__text {
    max-width: 620px;
    padding: clamp(48px, 6vw, 92px) 0;
  }

  .yp-home-hero-banner .yp-home-hero__lede {
    max-width: 560px;
  }

  .yp-home-hero-banner .yp-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 24px;
  }

  .yp-home-hero-banner .yp-home-text-link {
    color: #2B2620 !important;
  }

  .yp-home-hero-banner .yp-home-hero__media--empty {
    min-height: 520px;
  }

  .yp-home-proof {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
    border: 0 !important;
  }

  .yp-home-proof__item {
    padding: 8px 0 !important;
    color: #5C5448;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
  }

  .yp-home-proof__item + .yp-home-proof__item {
    border-left: 0 !important;
  }

  .yp-home-proof__item + .yp-home-proof__item::before {
    content: '·';
    display: inline-block;
    margin: 0 14px;
    color: #B8893E;
    font-weight: 700;
  }

  .yp-home-split__copy h2,
  .yp-home-heading h2 {
    font-size: clamp(34px, 3.2vw, 44px);
    line-height: 1.06;
  }

  .yp-home-flower-card,
  .yp-home-flower-card__copy {
    background: #FAF6ED;
  }

  .yp-home-flower-card__copy {
    min-height: 210px;
  }

  .yp-home-step__media {
    background: #E8E4DE !important;
  }

  .yp-home-step__media:empty::before {
    background: #E8E4DE !important;
  }

  .yp-home-faq__item,
  .yp-home-faq__item summary {
    border-style: solid !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .yp-home-faq__item summary:focus,
  .yp-home-faq__item summary:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  @media screen and (max-width: 989px) {
    .yp-home-hero-banner {
      display: flex;
      flex-direction: column;
    }

    .yp-home-hero-banner::after {
      display: none;
      content: none;
    }

    .yp-home-hero-banner .yp-home-hero__media {
      position: relative;
      inset: auto;
      order: 1;
      aspect-ratio: auto;
      height: calc(var(--yp-hero-mobile-height) * 1vh);
      height: calc(var(--yp-hero-mobile-height) * 1dvh);
      min-height: 360px;
      max-height: 620px;
    }

    .yp-home-hero-banner .yp-home-hero {
      order: 2;
      display: block;
      width: min(100% - 32px, 760px);
      min-height: 0;
    }

    .yp-home-hero-banner .yp-home-hero__text {
      max-width: 100%;
      padding: var(--yp-hero-mobile-copy-top) 0 var(--yp-hero-mobile-copy-bottom);
    }

    .yp-home-proof {
      justify-content: flex-start;
    }

    .yp-home-proof__item {
      white-space: normal;
    }
  }

  @media screen and (max-width: 640px) {
    .yp-home-hero-banner .yp-home-hero__text {
      padding: var(--yp-hero-mobile-copy-top) 0 var(--yp-hero-mobile-copy-bottom);
    }

    .yp-home-hero-banner .yp-home-hero__actions {
      gap: 12px;
    }

    .yp-home-hero-banner .yp-home-hero__image {
      object-position: var(--yp-hero-mobile-position);
    }

    .yp-home-proof {
      display: block !important;
    }

    .yp-home-proof__item {
      display: inline;
      padding: 0 !important;
    }

    .yp-home-proof__item + .yp-home-proof__item::before {
      margin: 0 8px;
    }
  }
/* END_SECTION:yp-home-hero */

/* START_SECTION:yp-home-image-text (INDEX:83) */
.yp-home-image-text-section .yp-home-split__image img {
    object-position: var(--split-image-position);
    object-fit: var(--split-image-fit);
  }
  @media screen and (max-width: 749px) {
    .yp-home-image-text-section {
      padding-top: 54px !important;
      padding-bottom: 54px !important;
    }
    .yp-home-image-text-section .yp-home-split__image {
      aspect-ratio: var(--split-mobile-ratio) !important;
    }
    .yp-home-image-text-section .yp-home-split__copy {
      padding-top: 26px;
    }
  }
/* END_SECTION:yp-home-image-text */

/* START_SECTION:yp-home-process (INDEX:85) */
@media screen and (min-width: 990px) {
    .yp-home-process-section .yp-home-steps {
      width: 100%;
      max-width: 1440px;
      margin-inline: auto;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .yp-home-process-section .yp-home-steps {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  @media screen and (max-width: 749px) {
    .yp-home-process-section {
      padding-top: 52px !important;
      padding-bottom: 52px !important;
    }
    .yp-home-process-section .yp-home-heading {
      margin-bottom: 30px;
    }
    .yp-home-process-section .yp-home-steps {
      gap: var(--process-mobile-gap);
    }
    .yp-home-process-section .yp-home-step__media {
      aspect-ratio: var(--process-mobile-ratio) !important;
      min-height: 0 !important;
    }
    .yp-home-process-section .yp-home-step__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .yp-home-process-section .yp-home-step__copy {
      padding-top: 16px;
    }
  }
/* END_SECTION:yp-home-process */

/* START_SECTION:yp-home-proof-compare (INDEX:87) */
.yp-proof-compare__header {
    max-width: 820px;
    margin: 0 auto clamp(32px, 5vw, 56px);
    text-align: center;
  }
  .yp-proof-compare__header h2 {
    margin: 0;
    font-size: clamp(38px, 4.6vw, 64px);
    line-height: 1.04;
  }
  .yp-proof-compare__header > p:last-child {
    max-width: 680px;
    margin: 18px auto 0;
    color: #5c5448;
    font-size: 17px;
    line-height: 1.65;
  }
  .yp-proof-compare__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #dfc18c;
  }
  .yp-proof-compare__item {
    min-width: 0;
    margin: 0;
  }
  .yp-proof-compare__item + .yp-proof-compare__item {
    border-left: 1px solid #dfc18c;
  }
  .yp-proof-compare__media {
    aspect-ratio: var(--compare-ratio);
    overflow: hidden;
    background: #eee9df;
  }
  .yp-proof-compare__media img,
  .yp-proof-compare__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .yp-proof-compare__media--proof img {
    object-position: var(--compare-proof-focus);
  }
  .yp-proof-compare__media--finished img {
    object-position: var(--compare-finished-focus);
  }
  .yp-proof-compare__placeholder {
    padding: 20%;
    color: #b9ae9d;
  }
  .yp-proof-compare figcaption {
    min-height: 190px;
    padding: clamp(24px, 3vw, 42px);
  }
  .yp-proof-compare figcaption span {
    color: #b57d2a;
    font-size: 13px;
    letter-spacing: .12em;
  }
  .yp-proof-compare figcaption h3 {
    margin: 14px 0 8px;
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.15;
  }
  .yp-proof-compare figcaption p {
    max-width: 520px;
    margin: 0;
    color: #5c5448;
    font-size: 16px;
    line-height: 1.6;
  }
  .yp-proof-compare__editor-note {
    margin: 18px 0 0;
    color: #7b6c58;
    text-align: center;
    font-size: 14px;
  }
  @media screen and (max-width: 749px) {
    .yp-proof-compare {
      padding-top: 52px !important;
      padding-bottom: 52px !important;
    }
    .yp-proof-compare__header {
      text-align: left;
    }
    .yp-proof-compare__grid {
      grid-template-columns: 1fr;
    }
    .yp-proof-compare__item + .yp-proof-compare__item {
      border-left: 0;
      border-top: 1px solid #dfc18c;
    }
    .yp-proof-compare figcaption {
      min-height: 0;
      padding: 24px 20px 30px;
    }
  }
/* END_SECTION:yp-home-proof-compare */

/* START_SECTION:yp-keepsake-examples (INDEX:96) */
[data-yp-comparison-section] {padding:72px 24px;background:#fbf7ef;color:#302a23;}
[data-yp-comparison-section] .yp-examples__inner {max-width:1440px;margin:0 auto;}
[data-yp-comparison-section] .yp-examples__kicker {margin:0 0 14px;text-align:center;text-transform:uppercase;letter-spacing:.2em;font-size:13px;color:#9a6826;}
[data-yp-comparison-section] .yp-examplesheading {font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(32px,4vw,56px);font-weight:400;line-height:1.15;letter-spacing:-.02em;margin:0 auto 18px;text-align:center;max-width:1050px;color:#302a23;}
[data-yp-comparison-section] .yp-examples__text {max-width:850px;margin:0 auto 30px;text-align:center;font-size:16px;line-height:1.75;}
[data-yp-comparison-section] .yp-examples__instruction {text-align:center;font-size:14px;color:#65594b;margin:-12px 0 24px;}
[data-yp-comparison-section] .yp-examples__viewport {position:relative;}
[data-yp-comparison-section] .yp-examples__list {display:grid;grid-template-columns:repeat(var(--desktop-cards),minmax(0,1fr));gap:24px;}
[data-yp-comparison-section].yp-examples--gallery .yp-examples__list {grid-template-columns:repeat(3,minmax(0,1fr));}
[data-yp-comparison-section] .yp-examples__card {min-width:0;background:#fff;border:1px solid rgba(182,125,44,.24);display:flex;flex-direction:column;}
[data-yp-comparison-section] .yp-examples__image-button {position:relative;display:block;width:100%;padding:0;border:0;border-radius:0;background:#f3f1ed;cursor:zoom-in;overflow:hidden;aspect-ratio:1;flex-shrink:0;}
[data-yp-comparison-section] .yp-examples__image {display:block;width:100%;height:100%;object-fit:contain;}
[data-yp-comparison-section] .yp-examples__zoom {position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:#302a23;font-size:24px;}
[data-yp-comparison-section] .yp-examples__placeholder {aspect-ratio:1;background:#f2f3f5;display:grid;place-items:center;}
[data-yp-comparison-section] .yp-examples__placeholder svg {width:80px;}
[data-yp-comparison-section] .yp-examples__content {padding:20px 22px 24px;display:flex;flex:1;flex-direction:column;}
[data-yp-comparison-section] .yp-examples__label {margin:0 0 8px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:#756b60;line-height:1.6;}
[data-yp-comparison-section] .yp-examples__content h3 {margin:0 0 8px;font-size:clamp(24px,2.5vw,32px);line-height:1.2;overflow-wrap:anywhere;}
[data-yp-comparison-section] .yp-examples__cta {display:inline-flex;align-items:center;min-height:44px;margin-top:auto;padding:12px 0 0;color:#302a23;font-family:inherit;font-size:15px;line-height:1.5;text-decoration:underline;text-underline-offset:4px;}
[data-yp-comparison-section] .yp-examples__cta:hover {color:#8a5a20;}
[data-yp-comparison-section] :is(a,button):focus-visible {outline:2px solid #8a5a20;outline-offset:3px;}
[data-yp-comparison-section] .yp-examples__footer {margin:28px 0 0;text-align:center;}
[data-yp-comparison-section] .yp-examples__controls {display:flex;justify-content:center;gap:14px;margin-top:20px;}
[data-yp-comparison-section] .yp-comparison-nav {display:grid;place-items:center;position:static;inset:auto;transform:none;width:44px;height:44px;padding:0;border:1px solid #d9c39c;border-radius:50%;background:#fbf7ef;color:#302a23;font-size:28px;line-height:1;cursor:pointer;}
[data-yp-comparison-section] .yp-comparison-nav:disabled {opacity:.35;cursor:default;}
[data-yp-comparison-section] .yp-examples__list--carousel {display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;}
[data-yp-comparison-section] .yp-examples__list--carousel::-webkit-scrollbar {display:none;}
[data-yp-comparison-section] .yp-examples__list--carousel .yp-examples__card {flex:0 0 calc((100% - (var(--desktop-cards) - 1)*24px)/var(--desktop-cards));scroll-snap-align:start;}
[data-yp-comparison-section] .yp-compare {position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f3f1ed;touch-action:pan-y;isolation:isolate;flex-shrink:0;}
[data-yp-comparison-section] .yp-compare img {display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;}
[data-yp-comparison-section] .yp-compare__after,[data-yp-comparison-section] .yp-compare__before {position:absolute;inset:0;}
[data-yp-comparison-section] .yp-compare__before {clip-path:inset(0 calc(100% - var(--reveal)) 0 0);background:#f3f1ed;}
[data-yp-comparison-section] .yp-compare__label {position:absolute;top:12px;padding:5px 8px;background:rgba(255,255,255,.94);color:#302a23;font-size:11px;line-height:1.5;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;}
[data-yp-comparison-section] .yp-compare__label--before {left:12px;}
[data-yp-comparison-section] .yp-compare__label--after {right:12px;}
[data-yp-comparison-section] .yp-compare__divider {position:absolute;top:0;bottom:0;left:var(--reveal);width:2px;background:#fff;transform:translateX(-50%);pointer-events:none;box-shadow:0 0 3px #302a2355;}
[data-yp-comparison-section] .yp-compare__divider span {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#302a23;border:1px solid #d9c39c;font-size:24px;box-shadow:0 2px 8px #302a2333;white-space:pre;}
[data-yp-comparison-section] .yp-compare__range {position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y;}
[data-yp-comparison-section] .yp-compare:focus-within {outline:3px solid #8a5a20;outline-offset:-3px;}
[data-yp-comparison-section] .yp-examples__lightbox {width:min(92vw,1040px);max-width:none;border:0;padding:56px;background:#171512;color:#fff;}
[data-yp-comparison-section] .yp-examples__lightbox::backdrop {background:rgba(0,0,0,.78);}
[data-yp-comparison-section] .yp-examples__lightbox figure {margin:0;text-align:center;}
[data-yp-comparison-section] .yp-examples__lightbox img {max-width:100%;max-height:78vh;width:auto;height:auto;object-fit:contain;}
[data-yp-comparison-section] .yp-examples__lightbox figcaption {margin-top:14px;}
[data-yp-comparison-section] .yp-examples__close {position:absolute;right:14px;top:8px;border:0;background:transparent;color:#fff;font-size:38px;}
[data-yp-comparison-section] .yp-examples__lightbox-arrow {position:absolute;top:50%;transform:translateY(-50%);border:0;background:#ffffff20;color:#fff;width:46px;height:62px;font-size:36px;}
[data-yp-comparison-section] .yp-examples__lightbox-arrow--prev {left:6px;}
[data-yp-comparison-section] .yp-examples__lightbox-arrow--next {right:6px;}
@media(max-width:989px){[data-yp-comparison-section].yp-examples--gallery .yp-examples__list {grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:749px){[data-yp-comparison-section]{padding:48px 18px;}[data-yp-comparison-section] .yp-examples__list,[data-yp-comparison-section].yp-examples--gallery .yp-examples__list {grid-template-columns:1fr;}[data-yp-comparison-section] .yp-examples__list--carousel .yp-examples__card{flex-basis:92%;}[data-yp-comparison-section] .yp-examples__content{padding:18px;}[data-yp-comparison-section] .yp-examples__lightbox{padding:48px 12px 24px;}}
/* END_SECTION:yp-keepsake-examples */

/* START_SECTION:yp-learn-hero-banner (INDEX:97) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

  .yp-learn-hero {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #2b2620;
    background: #fff;
  }
  .yp-learn-hero__media {
    position: relative;
    min-height: var(--hero-height-desktop);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e9dfd0;
  }
  .yp-learn-hero__media--empty {
    background: linear-gradient(135deg, #f7f1e8 0%, #e7d8c2 100%);
  }
  .yp-learn-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .yp-learn-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(43, 38, 32, .45), rgba(43, 38, 32, .08));
  }
  .yp-learn-hero__media--empty .yp-learn-hero__shade {
    background: linear-gradient(90deg, rgba(43, 38, 32, .08), rgba(43, 38, 32, .02));
  }
  .yp-learn-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .yp-learn-hero__eyebrow {
    margin: 0 0 14px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #b8893e;
    font-weight: 500;
  }
  .yp-learn-hero h1 {
    max-width: 720px;
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(44px, 6vw, 76px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: 0;
    color: #2b2620;
  }
  .yp-learn-hero__text {
    max-width: 560px;
    margin-top: 18px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #5c5448;
  }
  .yp-learn-hero__text p {
    margin: 0;
  }
  @media screen and (max-width: 749px) {
    .yp-learn-hero__media {
      min-height: var(--hero-height-mobile);
      align-items: flex-end;
    }
    .yp-learn-hero__shade {
      background: linear-gradient(0deg, rgba(250, 246, 237, .92), rgba(250, 246, 237, .12));
    }
    .yp-learn-hero__content {
      padding-top: 42px;
      padding-bottom: 42px;
    }
    .yp-learn-hero h1 {
      font-size: clamp(38px, 14vw, 54px);
    }
    .yp-learn-hero__text {
      font-size: 15px;
      line-height: 1.65;
    }
  }
/* END_SECTION:yp-learn-hero-banner */

/* START_SECTION:yp-learn-image-text (INDEX:98) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

  .yp-learn-feature {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: #2b2620;
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
    overflow-x: clip;
  }
  .yp-learn-feature--cream { background: #faf6ed; }
  .yp-learn-feature__inner {
    width: min(1120px, calc(100% - 56px));
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(44px, 5vw, 72px);
    align-items: center;
    justify-content: center;
  }
  .yp-learn-feature--right .yp-learn-feature__media { order: 2; justify-self: start; }
  .yp-learn-feature--right .yp-learn-feature__content { order: 1; justify-self: end; }
  .yp-learn-feature__media {
    width: 100%;
    max-width: min(var(--image-max-width), 100%);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eee4d5;
    justify-self: end;
  }
  .yp-learn-feature__media--empty { background: linear-gradient(135deg, #f6efe4 0%, #e8d8bf 100%); }
  .yp-learn-feature__image { width: 100%; height: 100%; display: block; object-fit: cover; }
  .yp-learn-feature__content {
    width: 100%;
    max-width: min(var(--text-max-width), 560px);
    justify-self: start;
    min-width: 0;
  }
  .yp-learn-feature__eyebrow {
    margin: 0 0 12px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #b8893e;
    font-weight: 500;
  }
  .yp-learn-feature h1,
  .yp-learn-feature h2 {
    max-width: min(100%, 540px);
    margin: 0 0 22px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(38px, 3.65vw, 60px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: 0;
    color: #2b2620;
    text-wrap: balance;
    overflow-wrap: break-word;
  }
  .yp-learn-feature__text {
    max-width: min(100%, 540px);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.78;
    color: #5c5448;
    overflow-wrap: break-word;
  }
  .yp-learn-feature__text p { margin: 0 0 18px; }
  .yp-learn-feature__text p:last-child { margin-bottom: 0; }
  .yp-learn-feature__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    min-height: 48px;
    padding: 0 28px;
    background: #2b2620;
    color: #fff !important;
    text-decoration: none;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
  }
  .yp-learn-feature__button:hover { color: #fff !important; }
  @media screen and (max-width: 989px) {
    .yp-learn-feature__inner,
    .yp-learn-feature--right .yp-learn-feature__inner {
      width: min(760px, calc(100% - 40px));
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .yp-learn-feature--right .yp-learn-feature__media,
    .yp-learn-feature--right .yp-learn-feature__content {
      order: initial;
      justify-self: center;
    }
    .yp-learn-feature__media,
    .yp-learn-feature__content {
      justify-self: center;
      max-width: min(100%, 540px);
    }
    .yp-learn-feature h1,
  .yp-learn-feature h2,
    .yp-learn-feature__text { max-width: 100%; }
  }
  @media screen and (max-width: 749px) {
    .yp-learn-feature {
      padding-top: calc(var(--section-padding-top) * .72);
      padding-bottom: calc(var(--section-padding-bottom) * .72);
    }
    .yp-learn-feature__inner,
    .yp-learn-feature--right .yp-learn-feature__inner {
      width: min(100% - 28px, 520px);
      gap: 26px;
    }
    .yp-learn-feature__media { max-width: min(100%, 390px); aspect-ratio: 1 / 1; }
    .yp-learn-feature h1,
  .yp-learn-feature h2 { font-size: clamp(34px, 11vw, 46px); margin-bottom: 16px; }
    .yp-learn-feature__text { font-size: 15px; line-height: 1.72; }
  }
/* END_SECTION:yp-learn-image-text */

/* START_SECTION:yp-memorial-collection (INDEX:99) */
.yp-memorial-collection {
    --yp-ink: #2B2620;
    --yp-muted: #5C5448;
    --yp-soft: #FAF6ED;
    --yp-wash: #FAF6ED;
    --yp-line: #E8D5AE;
    --yp-gold: #B8893E;
    --yp-blue: #B8893E;
    color: var(--yp-ink);
    background: #fff;
  }

  .yp-collection-hero,
  .yp-feeling-route,
  .yp-available-section,
  .yp-meaning-guide,
  .yp-process,
  .yp-before-order {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }

  .yp-collection-hero {
    max-width: 920px;
    padding: clamp(58px, 8vw, 108px) 0 clamp(46px, 7vw, 84px);
    text-align: center;
  }

  .yp-kicker {
    margin: 0 0 12px;
    color: var(--yp-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .yp-memorial-collection h1,
  .yp-memorial-collection h2,
  .yp-memorial-collection h3 {
    margin: 0;
    color: var(--yp-ink);
    letter-spacing: 0;
  }

  .yp-memorial-collection h1 {
    font-size: clamp(46px, 6vw, 78px);
    line-height: .98;
  }

  .yp-memorial-collection h2 {
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.04;
  }

  .yp-memorial-collection p {
    color: var(--yp-muted);
    line-height: 1.75;
  }

  .yp-collection-hero p:not(.yp-kicker) {
    max-width: 700px;
    margin: 22px auto 0;
    font-size: 18px;
  }

  .yp-feeling-route,
  .yp-available-section,
  .yp-meaning-guide,
  .yp-process,
  .yp-before-order {
    padding: clamp(58px, 8vw, 102px) 0;
    border-top: 1px solid var(--yp-line);
  }

  .yp-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
  }

  .yp-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .yp-route-card {
    min-height: 340px;
    padding: clamp(24px, 3.5vw, 40px);
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--yp-line);
  }

  .yp-route-card--active {
    background: var(--yp-soft);
  }

  .yp-route-card span,
  .yp-route-card strong {
    display: block;
    color: var(--yp-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .yp-route-card h3 {
    margin-top: 18px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.04;
  }

  .yp-route-card p {
    margin: 20px 0 34px;
  }

  .yp-route-card strong {
    color: var(--yp-gold);
  }

  .yp-feature-card {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(0, .9fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .yp-feature-card figure {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--yp-soft);
  }

  .yp-feature-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .yp-feature-card h3 {
    font-size: clamp(34px, 4.5vw, 62px);
    line-height: 1;
  }

  .yp-feature-card p:not(.yp-kicker) {
    margin: 24px 0;
    font-size: 17px;
  }

  .yp-feature-card span {
    display: inline-flex;
    color: var(--yp-ink);
    font-weight: 700;
    border-bottom: 1px solid currentColor;
  }

  .yp-meaning-guide {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(34px, 6vw, 80px);
    background: linear-gradient(90deg, transparent 0, transparent 22%, var(--yp-wash) 22%, var(--yp-wash) 100%);
  }

  .yp-guide-copy {
    max-width: 680px;
  }

  .yp-guide-copy p {
    margin: 0 0 18px;
    font-size: 18px;
  }

  .yp-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: process;
    border: 1px solid var(--yp-line);
    border-right: 0;
  }

  .yp-process-list li {
    min-height: 240px;
    padding: 26px;
    border-right: 1px solid var(--yp-line);
    counter-increment: process;
  }

  .yp-process-list li::before {
    content: counter(process, decimal-leading-zero);
    display: block;
    margin-bottom: 46px;
    color: var(--yp-blue);
    font-size: 13px;
    font-weight: 700;
  }

  .yp-process-list strong,
  .yp-process-list span {
    display: block;
  }

  .yp-process-list strong {
    color: var(--yp-ink);
  }

  .yp-process-list span {
    margin-top: 8px;
    color: var(--yp-muted);
    line-height: 1.6;
  }

  .yp-before-order {
    max-width: 900px;
  }

  .yp-before-order details {
    padding: 20px 0;
    border-top: 1px solid var(--yp-line);
  }

  .yp-before-order details:last-child {
    border-bottom: 1px solid var(--yp-line);
  }

  .yp-before-order summary {
    cursor: pointer;
    color: var(--yp-ink);
    font-weight: 700;
  }

  .yp-before-order p {
    margin-bottom: 0;
  }

  @media (max-width: 989px) {
    .yp-route-grid,
    .yp-feature-card,
    .yp-meaning-guide,
    .yp-process-list {
      grid-template-columns: 1fr;
    }

    .yp-route-card {
      min-height: 0;
    }

    .yp-feature-card figure {
      aspect-ratio: 1 / 1;
    }

    .yp-meaning-guide {
      background: var(--yp-wash);
    }

    .yp-process-list {
      border-right: 1px solid var(--yp-line);
      border-bottom: 0;
    }

    .yp-process-list li {
      min-height: 0;
      border-right: 0;
      border-bottom: 1px solid var(--yp-line);
    }

    .yp-process-list li::before {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 640px) {
    .yp-collection-hero,
    .yp-feeling-route,
    .yp-available-section,
    .yp-meaning-guide,
    .yp-process,
    .yp-before-order {
      width: min(100% - 28px, 1160px);
    }
  }
/* END_SECTION:yp-memorial-collection */

/* START_SECTION:yp-memorial-faq (INDEX:100) */
.yp-edit-section{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;--yp-sand:#F3E9D8;width:100%;margin:0;padding:var(--yp-section-padding-top) 0 var(--yp-section-padding-bottom);border-top:1px solid var(--yp-line);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yp-faq--white{background:#fff}.yp-faq--cream{background:var(--yp-soft)}.yp-faq--sand{background:var(--yp-sand)}.yp-faq__inner{width:min(920px,calc(100% - 40px));margin:0 auto}.yp-edit-kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;text-align:center;text-transform:uppercase}.yp-edit-section h2{margin:0 0 64px;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(34px,3.4vw,42px);font-weight:500;line-height:1.12;text-align:center}.yp-faq-list{margin-top:8px}.yp-faq-list details{padding:18px 0;border-top:1px solid var(--yp-line)}.yp-faq-list details:last-child{border-bottom:1px solid var(--yp-line)}.yp-faq-list summary{position:relative;display:block;padding-right:32px;cursor:pointer;color:var(--yp-ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;font-weight:600;line-height:1.45;list-style:none;text-align:left}.yp-faq-list summary::-webkit-details-marker{display:none}.yp-faq-list summary::after{content:"+";position:absolute;right:0;top:0;color:var(--yp-muted);font-size:18px;font-weight:400}.yp-faq-list details[open]{padding-inline:18px;background:rgba(250,246,237,.7)}.yp-faq-list details[open] summary::after{content:"-"}.yp-faq-answer{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-top:12px}.yp-faq-answer__text,.yp-faq-answer__text p{color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.65}.yp-faq-answer__text p{margin:0 0 12px}.yp-faq-answer__text p:last-child{margin-bottom:0}.yp-faq-answer__media{width:min(420px,100%);margin:4px 0 0}.yp-faq-answer__image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#fff}.yp-faq-answer__media figcaption{margin-top:8px;color:var(--yp-muted);font-size:12px;line-height:1.5}@media(max-width:640px){.yp-edit-section{padding:calc(var(--yp-section-padding-top) * .72) 0 calc(var(--yp-section-padding-bottom) * .72)}.yp-faq__inner{width:min(100% - 28px,920px)}.yp-edit-section h2{margin-bottom:44px}.yp-faq-list{margin-top:4px}.yp-faq-list details[open]{padding-inline:14px}.yp-faq-answer__media{width:100%}}
/* END_SECTION:yp-memorial-faq */

/* START_SECTION:yp-memorial-flower-meaning (INDEX:101) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

.yp-meaning-section{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--yp-ink);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);border-top:1px solid var(--yp-line)}.yp-meaning-section--white{background:#fff}.yp-meaning-section--cream{background:#FAF6ED}.yp-meaning-section--sand{background:#F3E9D8}.yp-meaning-section__inner{width:min(1180px,calc(100% - 48px));max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,var(--image-max-width)) minmax(0,var(--text-max-width));gap:clamp(42px,5vw,78px);align-items:center;justify-content:center}.yp-meaning-section__inner--right{grid-template-columns:minmax(0,var(--text-max-width)) minmax(0,var(--image-max-width))}.yp-meaning-section__inner--right .yp-meaning-section__media{order:2}.yp-meaning-section__inner--right .yp-meaning-section__content{order:1}.yp-meaning-section__media{width:100%;max-width:var(--image-max-width);aspect-ratio:4/5;margin:0;overflow:hidden;background:#fff;justify-self:center}.yp-meaning-section__media--empty{background:linear-gradient(135deg,#fbf7ef 0%,#eadfce 100%)}.yp-meaning-section__image{display:block;width:100%;height:100%;object-fit:cover}.yp-meaning-section__content{width:100%;max-width:var(--text-max-width);justify-self:start}.yp-meaning-section__kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:500;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.yp-meaning-section h2{max-width:var(--text-max-width);margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(36px,4vw,54px);font-weight:500;line-height:1.02;letter-spacing:0}.yp-meaning-section__copy{max-width:var(--text-max-width);margin-top:20px;color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;font-weight:400;line-height:1.8}.yp-meaning-section__copy p{margin:0 0 18px}.yp-meaning-section__copy p:last-child{margin-bottom:0}.yp-meaning-section__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:28px;padding:0 28px;border:1px solid #2B2620;background:#2B2620;color:#fff;text-decoration:none;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:500;letter-spacing:.03em}.yp-meaning-section__button:hover{background:#1f1a16;border-color:#1f1a16;color:#fff}
@media(max-width:989px){.yp-meaning-section__inner,.yp-meaning-section__inner--right{width:min(760px,calc(100% - 40px));grid-template-columns:1fr;gap:30px}.yp-meaning-section__inner--right .yp-meaning-section__media,.yp-meaning-section__inner--right .yp-meaning-section__content{order:initial}.yp-meaning-section__media{max-width:min(100%,430px)}}
@media(max-width:749px){.yp-meaning-section{padding-top:calc(var(--padding-top) * .72);padding-bottom:calc(var(--padding-bottom) * .72)}.yp-meaning-section__inner,.yp-meaning-section__inner--right{width:min(100% - 28px,520px);gap:26px}.yp-meaning-section__media{max-width:min(100%,390px);aspect-ratio:1/1}.yp-meaning-section__content,.yp-meaning-section h2,.yp-meaning-section__copy{max-width:100%}.yp-meaning-section h2{font-size:clamp(34px,11vw,44px);margin-bottom:0}.yp-meaning-section__copy{font-size:15px;line-height:1.72}}
/* END_SECTION:yp-memorial-flower-meaning */

/* START_SECTION:yp-memorial-frame-details (INDEX:102) */
.yp-frame-details{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;--yp-sand:#F3E9D8;width:100%;padding:var(--yp-section-padding-top) 0 var(--yp-section-padding-bottom);border-top:1px solid var(--yp-line);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yp-frame-details--white{background:#fff}.yp-frame-details--cream{background:var(--yp-soft)}.yp-frame-details--sand{background:var(--yp-sand)}.yp-frame-details__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);gap:56px;align-items:center;width:min(1120px,calc(100% - 40px));margin:0 auto}.yp-frame-details--image-left .yp-frame-details__media{order:-1}.yp-frame-details__kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:.16em;line-height:1.35;text-transform:uppercase}.yp-frame-details h2{max-width:620px;margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(34px,3.4vw,44px);font-weight:500;line-height:1.08;letter-spacing:0}.yp-frame-details__text{max-width:600px;margin-top:18px}.yp-frame-details__text,.yp-frame-details__text p{color:var(--yp-muted);font-size:16px;font-weight:400;line-height:1.72}.yp-frame-details__text p{margin:0 0 14px}.yp-frame-details__text p:last-child{margin-bottom:0}.yp-frame-details__spec-intro{max-width:620px;margin:24px 0 0;padding-left:18px;border-left:2px solid var(--yp-gold);color:var(--yp-ink);font-size:15px;font-weight:500;line-height:1.7}.yp-frame-details__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;border:1px solid var(--yp-line);border-right:0;border-bottom:0;background:#fff}.yp-frame-details__spec{min-height:104px;padding:22px;border-right:1px solid var(--yp-line);border-bottom:1px solid var(--yp-line);background:rgba(255,255,255,.82)}.yp-frame-details__spec strong,.yp-frame-details__spec span{display:block}.yp-frame-details__spec strong{color:var(--yp-ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:600;line-height:1.35}.yp-frame-details__spec span{margin-top:8px;color:var(--yp-muted);font-size:14px;font-weight:400;line-height:1.55}.yp-frame-details__media{margin:0}.yp-frame-details__media--empty{min-height:420px;background:linear-gradient(135deg,#fbf7ef 0%,#eadfce 100%);border:1px solid var(--yp-line)}.yp-frame-details__image{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.yp-frame-details__media figcaption{margin-top:12px;color:var(--yp-muted);font-size:13px;line-height:1.55;text-align:center}@media(max-width:920px){.yp-frame-details__inner{grid-template-columns:1fr;gap:34px;width:min(100% - 32px,720px)}.yp-frame-details--image-left .yp-frame-details__media{order:0}.yp-frame-details__image,.yp-frame-details__media--empty{aspect-ratio:4/3;min-height:0}.yp-frame-details__specs{margin-top:24px}}@media(max-width:640px){.yp-frame-details{padding:48px 0}.yp-frame-details__inner{width:min(100% - 28px,720px)}.yp-frame-details__specs{grid-template-columns:1fr;border-right:1px solid var(--yp-line)}.yp-frame-details__spec{min-height:0;border-right:0}.yp-frame-details h2{font-size:clamp(32px,12vw,40px)}}
/* END_SECTION:yp-memorial-frame-details */

/* START_SECTION:yp-memorial-gift (INDEX:103) */
.yp-edit-section{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;--yp-sand:#F3E9D8;width:100%;margin:0;padding:var(--yp-gift-padding-top) 0 var(--yp-gift-padding-bottom);border-top:1px solid var(--yp-line);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yp-gift--white{background:#fff}.yp-gift--cream{background:var(--yp-soft)}.yp-gift--sand{background:var(--yp-sand)}.yp-gift__inner{display:grid;grid-template-columns:minmax(0,var(--yp-gift-image-width)) minmax(0,560px);gap:clamp(42px,5vw,78px);align-items:center;justify-content:center;width:min(1180px,calc(100% - 48px));margin:0 auto}.yp-gift__inner--right{grid-template-columns:minmax(0,560px) minmax(0,var(--yp-gift-image-width))}.yp-gift__inner--right .yp-gift__media{order:2}.yp-gift__inner--right .yp-gift-copy{order:1}.yp-gift__inner--no-image{display:block;max-width:920px;text-align:center}.yp-gift__media{width:100%;max-width:var(--yp-gift-image-width);margin:0;justify-self:center}.yp-gift__image{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:#fff}.yp-gift__media figcaption{margin-top:12px;color:var(--yp-muted);font-size:13px;line-height:1.55;text-align:center}.yp-gift-copy{width:100%;max-width:560px}.yp-gift__inner--no-image .yp-gift-copy{max-width:760px;margin:0 auto}.yp-edit-kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase}.yp-edit-section h2{margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.04}.yp-gift-copy div,.yp-gift-copy p{color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.78}.yp-gift-copy div{margin-top:20px}.yp-gift-copy p{margin:0 0 16px}.yp-gift-copy p:last-child{margin-bottom:0}@media(max-width:989px){.yp-gift__inner,.yp-gift__inner--right{grid-template-columns:1fr;width:min(760px,calc(100% - 40px));gap:30px}.yp-gift__inner--right .yp-gift__media,.yp-gift__inner--right .yp-gift-copy{order:initial}.yp-gift__media{max-width:min(100%,430px)}.yp-gift-copy{max-width:100%;text-align:left}.yp-gift__inner--no-image .yp-gift-copy{text-align:center}}@media(max-width:749px){.yp-edit-section{padding:calc(var(--yp-gift-padding-top) * .72) 0 calc(var(--yp-gift-padding-bottom) * .72)}.yp-gift{margin:42px 0!important;padding-top:calc(var(--yp-gift-padding-top) * .72)!important;padding-bottom:calc(var(--yp-gift-padding-bottom) * .72)!important}.yp-gift__inner,.yp-gift__inner--right{width:min(100% - 28px,520px)}.yp-gift__image{aspect-ratio:1/1}.yp-edit-section h2{font-size:clamp(34px,11vw,44px)}.yp-gift-copy div,.yp-gift-copy p{font-size:15px;line-height:1.72}}
/* END_SECTION:yp-memorial-gift */

/* START_SECTION:yp-memorial-included (INDEX:104) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

.yp-edit-section{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;--yp-sand:#F3E9D8;width:100%;margin:0;padding:var(--yp-section-padding-top) 0 var(--yp-section-padding-bottom);border-top:1px solid var(--yp-line);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yp-included--white{background:#fff}.yp-included--cream{background:var(--yp-soft)}.yp-included--sand{background:var(--yp-sand)}.yp-edit-heading{width:min(840px,calc(100% - 40px));max-width:840px;margin:0 auto 34px;text-align:center}.yp-edit-kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.yp-edit-section h2{margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(34px,3.4vw,42px);font-weight:500;line-height:1.08;letter-spacing:0}.yp-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(1180px,calc(100% - 40px));margin:0 auto;border:1px solid var(--yp-line);border-right:0;background:#fff}.yp-included-card{display:flex;min-height:100%;flex-direction:column;border-right:1px solid var(--yp-line);background:#fff}.yp-included-card__media{width:100%;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(135deg,#fbf7ef,#eadfce)}.yp-included-card__media--empty{background:linear-gradient(135deg,#fbf7ef 0%,#eadfce 100%)}.yp-included-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.yp-included-card:hover .yp-included-card__image{transform:scale(1.025)}.yp-included-card__body{display:flex;flex:1;flex-direction:column;padding:24px 24px 28px}.yp-included-card__number{display:block;margin:0 0 22px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em}.yp-included-card h3{margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:23px;font-weight:500;line-height:1.15;letter-spacing:0}.yp-included-card p{margin:14px 0 0;color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:400;line-height:1.65}
@media(max-width:1100px){.yp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-right:1px solid var(--yp-line);border-bottom:0}.yp-included-card{border-bottom:1px solid var(--yp-line)}.yp-included-card:nth-child(2n){border-right:0}}
@media(max-width:640px){.yp-edit-section{padding:calc(var(--yp-section-padding-top) * .72) 0 calc(var(--yp-section-padding-bottom) * .72)}.yp-edit-heading{width:min(100% - 28px,840px);margin-bottom:26px}.yp-card-grid{grid-template-columns:1fr;width:min(100% - 28px,1180px)}.yp-included-card{border-right:0}.yp-included-card__media{aspect-ratio:3/4}.yp-included-card__body{padding:22px}.yp-included-card__number{margin-bottom:16px}.yp-included-card h3{font-size:22px}}
/* END_SECTION:yp-memorial-included */

/* START_SECTION:yp-memorial-intro (INDEX:105) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

.yp-edit-section{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;--yp-sand:#F3E9D8;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:var(--yp-section-padding-top) 0 var(--yp-section-padding-bottom);border-top:1px solid var(--yp-line);color:var(--yp-ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yp-edit-intro--white{background:#fff}.yp-edit-intro--cream{background:var(--yp-soft)}.yp-edit-intro--sand{background:var(--yp-sand)}.yp-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.yp-edit-kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.yp-edit-section h2{margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(34px,3.4vw,42px);font-weight:500;line-height:1.08;letter-spacing:0}.yp-edit-copy,.yp-edit-copy p{color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;font-weight:400;line-height:1.75}.yp-edit-copy p{margin:0 0 16px}

.product__section,.product__section-content,.product__section-content__block,.product__section-content__block p,.product__section-content__block span,.product__section-content__block label,.product__section-content__block input,.product__section-content__block textarea,.product__section-content__block button,.product__section-content__block summary,.product__section-content__block li{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:0!important}.product__section .yp-main-wrapper,.product__section .yp-main-wrapper *{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.product__section .yp-main-wrapper h1{font-family:"Cormorant Garamond",Garamond,Georgia,serif!important;font-size:clamp(32px,2.55vw,38px)!important;line-height:1.06!important;font-weight:500!important;letter-spacing:0!important;color:#302c27!important}.product__section .yp-main-wrapper h1 span{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:clamp(14px,1.08vw,16px)!important;line-height:1.38!important;font-weight:400!important;color:#5C5448!important;text-transform:none!important}.product__section .yp-main-wrapper>div:nth-child(2){font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:28px!important;line-height:1!important;font-weight:600!important;color:#2B2620!important}.product__section .yp-main-wrapper>div:nth-child(3),.product__section .yp-main-wrapper>div:nth-child(3) span{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14px!important;line-height:1.55!important;font-weight:400!important;color:#5C5448!important}.product__section-content__block--variant-picker .swatches__option-name.h5,.product__section-content__block--variant-picker .swatches__option-name.h5 strong,.product__section-content__block--variant-picker .swatches__option-name.h5 span,.product__section-content__block--line-item-property label,.yp-suggested-messages summary,.yp-trio-details summary,.product__section--payment-icons h5{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:15px!important;line-height:1.4!important;font-weight:600!important;color:#2B2620!important;text-transform:none!important}.yp-suggested-messages__subtitle,.yp-suggested-messages__item,.yp-trio-details__body,.yp-trio-list,.yp-trio-list li,.yp-trio-production,.yp-trio-badge,.product__section--payment-icons{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14px!important;line-height:1.6!important;font-weight:400!important;color:#5C5448!important}.product__section-content__block--line-item-property textarea{height:78px!important;min-height:76px!important;max-height:82px!important;padding:10px 12px!important;line-height:1.45!important;resize:vertical!important}.product__section-content__block--line-item-property{margin-bottom:12px!important}.product__section #addToCart.product__add-button{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:15px!important;font-weight:500!important;letter-spacing:.02em!important;text-transform:none!important;background:#2B2620!important;border-color:#2B2620!important;color:#fff!important}.product__section #addToCart.product__add-button:hover{background:#1f1a16!important;border-color:#1f1a16!important;color:#fff!important}

.yp-edit-section,.yp-edit-section *,.section-yp-memorial-included *,.section-yp-memorial-flower-meaning *,.section-yp-memorial-proof-process *,.section-yp-memorial-frame-details *,.section-yp-memorial-gift *,.section-yp-memorial-faq *{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0}.yp-edit-section h1,.yp-edit-section h2,.yp-edit-section h3,.section-yp-memorial-included h2,.section-yp-memorial-flower-meaning h2,.section-yp-memorial-proof-process h2,.section-yp-memorial-frame-details h2,.section-yp-memorial-gift h2,.section-yp-memorial-faq h2{font-family:"Cormorant Garamond",Garamond,Georgia,serif!important;font-weight:500!important;letter-spacing:0!important;color:#2B2620!important}.yp-edit-kicker,.section-yp-memorial-included [class*="kicker"],.section-yp-memorial-flower-meaning [class*="kicker"],.section-yp-memorial-proof-process [class*="kicker"],.section-yp-memorial-frame-details [class*="kicker"],.section-yp-memorial-gift [class*="kicker"],.section-yp-memorial-faq [class*="kicker"]{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:12px!important;font-weight:400!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#B8893E!important}.yp-edit-copy,.yp-edit-copy p,.section-yp-memorial-included p,.section-yp-memorial-flower-meaning p,.section-yp-memorial-proof-process p,.section-yp-memorial-frame-details p,.section-yp-memorial-gift p,.section-yp-memorial-faq p,.section-yp-memorial-faq li{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px!important;line-height:1.75!important;font-weight:400!important;color:#5C5448!important}

@media(max-width:860px){.yp-edit-grid{grid-template-columns:1fr;gap:24px}.yp-edit-section{width:min(100% - 28px,1180px);padding:calc(var(--yp-section-padding-top) * .72) 0 calc(var(--yp-section-padding-bottom) * .72)}.product__section .yp-main-wrapper h1{font-size:29px!important}.product__section .yp-main-wrapper h1 span{font-size:14px!important}.product__section .yp-main-wrapper>div:nth-child(2){font-size:26px!important}.product__section-content__block--line-item-property textarea{height:76px!important;min-height:74px!important;max-height:82px!important}.yp-edit-copy,.yp-edit-copy p,.section-yp-memorial-included p,.section-yp-memorial-flower-meaning p,.section-yp-memorial-proof-process p,.section-yp-memorial-frame-details p,.section-yp-memorial-gift p,.section-yp-memorial-faq p,.section-yp-memorial-faq li{font-size:15px!important;line-height:1.7!important}}
.yp-edit-intro{margin-bottom:28px!important;}.yp-included,.yp-gift,.yp-faq{margin-top:28px!important;}.yp-included{padding-top:36px!important;}.yp-gift{margin-bottom:28px!important;}.yp-faq{padding-top:32px!important;}@media(max-width:640px){.yp-edit-intro{margin-bottom:22px!important}.yp-included,.yp-gift,.yp-faq{margin-top:22px!important}}
/* END_SECTION:yp-memorial-intro */

/* START_SECTION:yp-memorial-proof-process (INDEX:106) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500;600&display=swap');

.yp-edit-section{--yp-ink:#2B2620;--yp-muted:#5C5448;--yp-gold:#B8893E;--yp-line:#E8D5AE;--yp-soft:#FAF6ED;width:min(1160px,calc(100% - 56px));margin:0 auto;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);border-top:1px solid var(--yp-line);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:clip}.yp-process--white{background:#fff}.yp-process--cream{background:#FAF6ED}.yp-process--sand{background:#F3E9D8}.yp-edit-heading{max-width:820px;margin:0 auto 30px;text-align:center}.yp-edit-kicker{margin:0 0 12px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.yp-edit-section h2{margin:0;color:var(--yp-ink);font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(34px,3.2vw,46px);font-weight:500;line-height:1.08;letter-spacing:0;text-wrap:balance}.yp-process__details-link{display:inline-flex;margin-top:14px;color:var(--yp-ink)!important;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:600;text-decoration:underline!important;text-underline-offset:4px}.yp-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;border:1px solid var(--yp-line);border-right:0;background:#fff}.yp-step-card{display:flex;min-height:100%;flex-direction:column;border-right:1px solid var(--yp-line);background:#fff}.yp-step-card__media{width:100%;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(135deg,#fbf7ef,#eadfce)}.yp-step-card__media--empty{background:linear-gradient(135deg,#fbf7ef 0%,#eadfce 100%)}.yp-step-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.yp-step-card:hover .yp-step-card__image{transform:scale(1.025)}.yp-step-card__body{display:flex;flex:1;flex-direction:column;padding:22px 20px 26px;text-align:left}.yp-step-card span{display:block;margin:0 0 18px;color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em}.yp-step-card strong{display:block;color:var(--yp-ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:600;line-height:1.35}.yp-step-card p{margin:8px 0 0;color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:400;line-height:1.58}.yp-step-card em{display:block;margin-top:12px;padding-top:12px;border-top:1px solid var(--yp-line);color:var(--yp-gold);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:11px;font-style:normal;font-weight:600;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.yp-small-note{max-width:760px;margin:20px auto 0;color:var(--yp-muted);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.65;text-align:center}
.yp-maker-process__intro{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:clamp(38px,6vw,84px);align-items:center;width:min(100%,1120px);margin:0 auto 64px}.yp-maker-process__media{width:100%;aspect-ratio:var(--maker-ratio);overflow:hidden;background:linear-gradient(135deg,#fbf7ef,#eadfce)}.yp-maker-process__image,.yp-maker-process__video{display:block;width:100%;height:100%;object-fit:var(--maker-fit)}.yp-maker-process__copy{min-width:0;max-width:600px}.yp-maker-process__copy h2{text-align:left}.yp-maker-process__text{margin-top:22px;color:var(--yp-muted);font-size:15px;line-height:1.75}.yp-maker-process__text p{margin:0 0 16px}.yp-maker-process__text p:last-child{margin-bottom:0}
 .yp-process--with-maker .yp-step-card__media{aspect-ratio:3/4;background:#fff}.yp-process--with-maker .yp-step-card__image{object-fit:contain}
@media(max-width:900px){.yp-maker-process__intro{grid-template-columns:1fr;gap:30px}.yp-maker-process__media{width:min(100%,420px);justify-self:center}.yp-maker-process__copy{max-width:680px;margin:0 auto}.yp-maker-process__copy h2{text-align:left}}
@media(max-width:700px){.yp-edit-section{width:min(100% - 28px,1160px);padding-top:calc(var(--padding-top) * .82);padding-bottom:calc(var(--padding-bottom) * .82)}.yp-edit-heading{margin-bottom:24px}.yp-step-grid{grid-template-columns:1fr}.yp-step-card,.yp-step-card:nth-child(2n),.yp-step-card:nth-child(3n){border-right:0}.yp-step-card__media{aspect-ratio:4/3}.yp-step-card__body{padding:22px}.yp-step-card span{margin-bottom:15px}.yp-small-note{text-align:left}.yp-process--with-maker .yp-step-card__media{display:none}.yp-maker-process__intro{grid-template-columns:1fr;gap:28px;margin-bottom:48px}.yp-maker-process__media{width:min(100%,420px);justify-self:center}.yp-maker-process__copy h2{text-align:left}}
/* END_SECTION:yp-memorial-proof-process */

/* START_SECTION:yp-order-updates (INDEX:107) */
.yp-order-updates{--ink:#2B2620;--muted:#5C5448;--gold:#B8893E;--line:#E8D5AE;--soft:#FAF6ED;--sand:#F3E9D8;background:#fff;color:var(--ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:76px 24px 92px}.yp-order-updates__hero{width:min(860px,100%);margin:0 auto 52px;text-align:center}.yp-order-updates__kicker,.yp-order-updates__eyebrow{margin:0 0 16px;color:var(--gold);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.yp-order-updates h1{margin:0 0 22px;font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:clamp(44px,7vw,76px);font-weight:400;line-height:1.02}.yp-order-updates__intro,.yp-order-updates__intro p,.yp-order-updates__copy,.yp-order-updates__copy p,.yp-order-updates__note p,.yp-order-updates__proof-help p{color:var(--muted);font-size:16px;line-height:1.85}.yp-order-updates__intro p,.yp-order-updates__copy p,.yp-order-updates__note p,.yp-order-updates__proof-help p{margin:0 0 14px}.yp-order-updates__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:26px;width:min(1100px,100%);margin:0 auto}.yp-order-updates__panel{border:1px solid var(--line);background:var(--soft);padding:34px 32px}.yp-order-updates__timeline{display:grid;gap:22px;margin:0;padding:0;list-style:none}.yp-order-updates__step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:16px}.yp-order-updates__number{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--gold);border-radius:999px;color:var(--gold);font-size:13px}.yp-order-updates h2{margin:0 0 10px;font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:30px;font-weight:400;line-height:1.15}.yp-order-updates__step h2{font-size:24px}.yp-order-updates__step p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.yp-order-updates__tracker{background:#fff}.yp-order-updates label{display:block;margin:24px 0 6px;color:var(--ink);font-weight:600}.yp-order-updates__input-note{margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.55}.yp-order-updates input{width:100%;height:48px;border:1px solid var(--line);border-radius:2px;background:#fff;color:var(--ink);font:inherit;padding:0 14px}.yp-order-updates__buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.yp-order-updates__buttons button{border:1px solid var(--ink);border-radius:2px;background:#fff;color:var(--ink);cursor:pointer;font:inherit;font-weight:600;padding:13px 12px;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.yp-order-updates__buttons button:hover,.yp-order-updates__buttons button:focus-visible{background:var(--ink);border-color:var(--ink);color:#fff}.yp-order-updates__hint{margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.yp-order-updates__proof-help{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.yp-order-updates__proof-help h3{margin:0 0 10px;font-family:"Cormorant Garamond",Garamond,Georgia,serif;font-size:28px;font-weight:400;line-height:1.15;color:var(--ink)}.yp-order-updates__proof-help a{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;border:1px solid var(--ink);background:var(--ink);color:#fff;text-decoration:none;padding:12px 24px;border-radius:2px;font-weight:600}.yp-order-updates__note{width:min(860px,100%);margin:42px auto 0;padding:38px 32px;background:var(--sand);text-align:center}.yp-order-updates__note a{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;background:var(--ink);color:#fff;text-decoration:none;padding:13px 28px;border-radius:2px;font-weight:600}@media(max-width:820px){.yp-order-updates{padding:54px 18px 66px}.yp-order-updates__hero{margin-bottom:36px}.yp-order-updates__grid{grid-template-columns:1fr}.yp-order-updates__panel{padding:26px 20px}.yp-order-updates__buttons{grid-template-columns:1fr}.yp-order-updates__note{padding:30px 20px}}
/* END_SECTION:yp-order-updates */

/* START_SECTION:yp-pets-home (INDEX:108) */
.yp-home-editorial {
    --yp-ink: #2B2620;
    --yp-muted: #5C5448;
    --yp-soft: #FAF6ED;
    --yp-wash: #FAF6ED;
    --yp-line: #E8D5AE;
    --yp-gold: #B8893E;
    --yp-blue: #B8893E;
    color: var(--yp-ink);
    background: linear-gradient(180deg, #fff 0%, #fff 62%, var(--yp-wash) 100%);
  }

  .yp-hero,
  .yp-proof-strip,
  .yp-editorial-split,
  .yp-meaning-section,
  .yp-process-section,
  .yp-featured-product,
  .yp-gift-section {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
  }

  .yp-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: clamp(34px, 6vw, 82px);
    min-height: calc(100vh - 150px);
    padding: clamp(44px, 7vw, 96px) 0 clamp(34px, 5vw, 72px);
  }

  .yp-hero__copy {
    max-width: 610px;
  }

  .yp-kicker {
    margin: 0 0 12px;
    color: var(--yp-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .yp-home-editorial h1,
  .yp-home-editorial h2,
  .yp-home-editorial h3 {
    margin: 0;
    color: var(--yp-ink);
    letter-spacing: 0;
  }

  .yp-home-editorial h1 {
    max-width: 720px;
    font-size: clamp(48px, 6.8vw, 92px);
    line-height: .96;
  }

  .yp-home-editorial h2 {
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.02;
  }

  .yp-home-editorial p {
    color: var(--yp-muted);
    line-height: 1.75;
  }

  .yp-lede {
    max-width: 560px;
    margin: 24px 0 30px;
    font-size: clamp(17px, 1.8vw, 21px);
  }

  .yp-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
  }

  .yp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    color: var(--yp-ink);
    font-weight: 700;
    text-decoration: none;
  }

  .yp-btn--primary {
    padding: 13px 24px;
    color: #fff;
    background: var(--yp-ink);
  }

  .yp-btn--text {
    min-height: auto;
    border-bottom: 1px solid currentColor;
  }

  .yp-hero__image,
  .yp-process-image,
  .yp-product-image {
    display: block;
    margin: 0;
    overflow: hidden;
    background: var(--yp-soft);
  }

  .yp-hero__image {
    aspect-ratio: 4 / 5;
  }

  .yp-hero__image img,
  .yp-process-image img,
  .yp-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .yp-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--yp-line);
    border-bottom: 1px solid var(--yp-line);
  }

  .yp-proof-strip span {
    padding: 18px 16px;
    color: var(--yp-ink);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }

  .yp-proof-strip span + span {
    border-left: 1px solid var(--yp-line);
  }

  .yp-editorial-split,
  .yp-process-section,
  .yp-featured-product {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(34px, 6vw, 82px);
    align-items: start;
    padding: clamp(72px, 9vw, 122px) 0;
    border-bottom: 1px solid var(--yp-line);
  }

  .yp-copy-block {
    max-width: 610px;
    padding-top: 8px;
  }

  .yp-copy-block p {
    margin: 0 0 18px;
    font-size: 18px;
  }

  .yp-section-title {
    max-width: 670px;
  }

  .yp-section-title--center {
    margin: 0 auto 34px;
    text-align: center;
  }

  .yp-meaning-section {
    padding: clamp(72px, 9vw, 120px) 0;
    border-bottom: 1px solid var(--yp-line);
  }

  .yp-meaning-grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap: 18px;
  }

  .yp-meaning-card {
    min-height: 310px;
    padding: clamp(24px, 4vw, 44px);
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--yp-line);
  }

  .yp-meaning-card--featured {
    background: var(--yp-soft);
  }

  .yp-meaning-card span {
    display: block;
    margin-bottom: 14px;
    color: var(--yp-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .yp-meaning-card h3 {
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.05;
  }

  .yp-meaning-card p {
    margin: 22px 0 0;
    max-width: 360px;
    font-size: 16px;
  }

  .yp-process-section {
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
    align-items: center;
  }

  .yp-process-section:not(:has(.yp-process-image)) {
    grid-template-columns: 1fr;
  }

  .yp-process-copy {
    max-width: 680px;
  }

  .yp-process-copy h2 {
    margin-bottom: 28px;
  }

  .yp-process-image {
    aspect-ratio: 4 / 5;
  }

  .yp-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
    border-top: 1px solid var(--yp-line);
  }

  .yp-steps li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--yp-line);
    counter-increment: step;
  }

  .yp-steps li::before {
    content: counter(step, decimal-leading-zero);
    color: var(--yp-blue);
    font-size: 13px;
    font-weight: 700;
  }

  .yp-steps strong,
  .yp-steps span {
    display: block;
  }

  .yp-steps strong {
    color: var(--yp-ink);
  }

  .yp-steps span {
    margin-top: 4px;
    color: var(--yp-muted);
    line-height: 1.6;
  }

  .yp-featured-product {
    grid-template-columns: minmax(0, .9fr) minmax(360px, .95fr);
    align-items: center;
  }

  .yp-product-copy {
    max-width: 560px;
  }

  .yp-product-copy p {
    margin: 22px 0 28px;
    font-size: 17px;
  }

  .yp-product-image {
    aspect-ratio: 1 / 1;
  }

  .yp-gift-section {
    max-width: 920px;
    padding: clamp(72px, 9vw, 118px) 0;
    text-align: center;
  }

  .yp-gift-section p:not(.yp-kicker) {
    max-width: 660px;
    margin: 22px auto 26px;
    font-size: 18px;
  }

  @media (max-width: 989px) {
    .yp-hero,
    .yp-editorial-split,
    .yp-process-section,
    .yp-featured-product {
      grid-template-columns: 1fr;
    }

    .yp-hero {
      min-height: 0;
      padding-top: 42px;
    }

    .yp-hero__image {
      aspect-ratio: 1 / 1;
    }

    .yp-proof-strip,
    .yp-meaning-grid {
      grid-template-columns: 1fr;
    }

    .yp-proof-strip span {
      text-align: left;
    }

    .yp-proof-strip span + span {
      border-top: 1px solid var(--yp-line);
      border-left: 0;
    }

    .yp-meaning-card {
      min-height: 0;
    }
  }

  @media (max-width: 640px) {
    .yp-hero,
    .yp-proof-strip,
    .yp-editorial-split,
    .yp-meaning-section,
    .yp-process-section,
    .yp-featured-product,
    .yp-gift-section {
      width: min(100% - 28px, 1220px);
    }

    .yp-home-editorial h1 {
      font-size: clamp(42px, 15vw, 62px);
    }

    .yp-actions {
      align-items: flex-start;
      flex-direction: column;
    }
  }
/* END_SECTION:yp-pets-home */

/* START_SECTION:yp-product-page-polish (INDEX:110) */
.product__section-content,
  .product__section-content__block,
  .product__section-content__block * {
    scrollbar-width: none;
  }

  .product__section-content::-webkit-scrollbar,
  .product__section-content__block::-webkit-scrollbar,
  .product__section-content__block *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .product__section-content__block {
    overflow: visible !important;
    max-height: none !important;
  }

  .product__section-content__block--title,
  .product__section-content__block--price {
    display: none !important;
  }

  .yp-atf-restore {
    margin: 0 0 22px;
    padding: 0 0 22px;
    border-bottom: 1px solid #eadfce;
    color: #2b2620;
  }

  .yp-restore-kicker {
    margin: 0 0 18px;
    color: #b8893e;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .08em;
  }

  .yp-restore-title {
    margin: 0 0 18px;
    max-width: 620px;
    color: #2b2620;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .yp-restore-price {
    margin: 0 0 16px;
    color: #2b2620;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    overflow: visible !important;
    max-height: none !important;
  }

  .yp-restore-promise {
    margin: 0 0 18px;
    color: #5c5448;
    font-size: 16px;
    line-height: 1.55;
    font-style: italic;
  }

  .yp-restore-icons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .yp-restore-icons span {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 9px 6px;
    border: 1px solid #eadfce;
    background: #faf6ed;
    color: #5c5448;
    font-size: 11.5px;
    line-height: 1.25;
    text-align: center;
  }

  .yp-restore-icons b {
    color: #b8893e;
    font-size: 18px;
    line-height: 1;
  }

  @media (max-width: 989px) {
    .yp-restore-icons {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 520px) {
    .yp-restore-title {
      font-size: 34px;
    }

    .yp-restore-icons {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:yp-product-page-polish */