/** Shopify CDN: Minification failed

Line 48:0 All "@import" rules must come first
Line 187:0 All "@import" rules must come first
Line 1050:0 All "@import" rules must come first
Line 1144:0 All "@import" rules must come first
Line 1570:0 All "@import" rules must come first
Line 1586:0 All "@import" rules must come first
Line 1594:0 All "@import" rules must come first
Line 1607:0 All "@import" rules must come first

**/
/* 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: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) {
    .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));
    }
    .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-css-fix (INDEX:76) */
.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-hero (INDEX:80) */
.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: 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: 9 / 16;
      max-height: min(82vh, 760px);
    }

    .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: 34px 0 42px;
    }

    .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: 30px 0 38px;
    }

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

    .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-learn-hero-banner (INDEX:93) */
@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:94) */
@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 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 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 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:95) */
.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:96) */
.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:97) */
@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:98) */
.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:99) */
.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:100) */
@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:101) */
@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:102) */
@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(5,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}
@media(max-width:1180px){.yp-edit-section{width:min(100% - 40px,1160px)}.yp-step-grid{grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:0}.yp-step-card{border-bottom:1px solid var(--yp-line)}.yp-step-card:nth-child(3n){border-right:0}}
@media(max-width:820px){.yp-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-right:1px solid var(--yp-line)}.yp-step-card:nth-child(3n){border-right:1px solid var(--yp-line)}.yp-step-card:nth-child(2n){border-right:0}}
@media(max-width:640px){.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:3/4}.yp-step-card__body{padding:22px}.yp-step-card span{margin-bottom:15px}.yp-small-note{text-align:left}}
/* END_SECTION:yp-memorial-proof-process */

/* START_SECTION:yp-order-updates (INDEX:103) */
.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:104) */
.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:106) */
.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 */