    :root {
      --dd-ink: #242a24;
      --dd-muted: #697168;
      --dd-plum: #416e50;
      --dd-plum-dark: #2f5a3d;
      --dd-plum-soft: #edf3ed;
      --dd-sage: #76927a;
      --dd-sage-soft: #f0f4ed;
      --dd-line: #d8ddd5;
      --dd-cream: #faf9f4;
      --dd-success: #346444;
    }

    body {
      color: var(--dd-ink);
      background: #fdfcf8;
      font-family: "Noto Sans", Arial, sans-serif;
    }

    h1, h2, h3, .serif {
      font-family: "Noto Serif", Georgia, serif;
      font-weight: 400;
    }

    a { color: var(--dd-plum-dark); }
    .text-muted { color: var(--dd-muted) !important; }
    .bg-cream { background: var(--dd-cream); }

    .site-header {
      border-bottom: 1px solid var(--dd-line);
      background: rgba(253,252,248,.97);
      box-shadow: 0 .25rem 1rem rgba(41,62,45,.035);
    }

    .header-main {
      gap: 1rem;
      min-height: 4.25rem;
    }

    .brand {
      color: var(--dd-ink);
      flex: 0 1 auto;
      font: 500 1.3rem/1 "Noto Serif", Georgia, serif;
      letter-spacing: .02em;
      min-width: 0;
      text-decoration: none;
      white-space: nowrap;
    }

    .brand-copy {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .site-nav {
      font-size: .72rem;
      gap: clamp(.65rem, 1.5vw, 1.35rem);
      letter-spacing: .03em;
      white-space: nowrap;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible,
    .site-nav-trigger:hover,
    .site-nav-trigger:focus-visible,
    .site-nav-trigger[aria-expanded="true"] { color: var(--dd-plum-dark) !important; }

    .site-nav-trigger {
      background: none;
      border: 0;
      color: var(--dd-ink);
      font: inherit;
      letter-spacing: inherit;
      padding: .6rem 0;
      text-transform: inherit;
    }

    .site-nav-trigger .fa-chevron-down,
    .mobile-nav-toggle .fa-chevron-down { transition: transform .2s ease; }

    .site-nav-trigger[aria-expanded="true"] .fa-chevron-down,
    .mobile-nav-toggle[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); }

    .site-dropdown {
      background: #fdfcf8;
      border: 1px solid var(--dd-line);
      border-radius: .4rem;
      box-shadow: 0 .75rem 1.5rem rgba(41,62,45,.14);
      max-height: calc(100dvh - 5.5rem);
      min-width: 16rem;
      overflow-y: auto;
      padding: .45rem;
      text-transform: none;
      white-space: normal;
    }

    .site-dropdown .dropdown-item {
      border-radius: .25rem;
      color: var(--dd-ink);
      font-size: .8rem;
      padding: .55rem .7rem;
    }

    .site-dropdown .dropdown-item:hover,
    .site-dropdown .dropdown-item:focus-visible {
      background: var(--dd-sage-soft);
      color: var(--dd-plum-dark) !important;
    }

    .site-dropdown .dropdown-divider { border-color: var(--dd-line); }
    .site-dropdown .shop-all { color: var(--dd-plum-dark); font-weight: 700; }

    .header-search-dropdown { width: min(21rem, calc(100vw - 2rem)); }

    .mobile-search {
      border-bottom: 1px solid var(--dd-line);
      padding: 1rem 0;
    }

    .header-search-dropdown .form-control:focus,
    .mobile-search .form-control:focus {
      border-color: var(--dd-sage);
      box-shadow: 0 0 0 .2rem rgba(65,110,80,.16);
    }

    .header-actions { flex: 0 0 auto; }

    .header-icon {
      align-items: center;
      background: transparent;
      border: 0;
      border-radius: 50%;
      color: var(--dd-ink);
      display: inline-flex;
      height: 2.75rem;
      justify-content: center;
      padding: 0;
      text-decoration: none;
      width: 2.75rem;
    }

    .header-icon:hover,
    .header-icon:focus-visible {
      background: var(--dd-sage-soft);
      color: var(--dd-plum-dark);
    }

    .header-icon:focus-visible,
    .site-nav-trigger:focus-visible,
    .mobile-nav-link:focus-visible,
    .mobile-submenu-link:focus-visible { outline: 2px solid var(--dd-plum-dark); outline-offset: 2px; }

    .header-icon[aria-expanded="true"] .menu-open-icon,
    .header-icon[aria-expanded="false"] .menu-close-icon { display: none; }

    .mobile-nav {
      background: #fdfcf8;
      border-top: 1px solid var(--dd-line);
      max-height: calc(100dvh - 4.25rem);
      overflow-y: auto;
    }

    .mobile-nav.collapsing { overflow: hidden; }

    .mobile-nav-link {
      border-bottom: 1px solid var(--dd-line);
      color: var(--dd-ink);
      display: flex;
      font-family: inherit;
      font-size: .85rem;
      justify-content: space-between;
      padding: .95rem 0;
      text-decoration: none;
    }

    .mobile-nav-link:last-child { border-bottom: 0; }
    .mobile-nav-link:hover,
    .mobile-nav-toggle[aria-expanded="true"] { color: var(--dd-plum-dark); }

    .mobile-nav-toggle {
      background: none;
      border: 0;
      border-bottom: 1px solid var(--dd-line);
      text-align: left;
      width: 100%;
    }

    .mobile-submenu-list {
      border-left: 2px solid var(--dd-sage);
      margin: .4rem 0 .7rem .75rem;
      padding-left: .65rem;
    }

    .mobile-submenu-link {
      align-items: center;
      color: var(--dd-ink);
      display: flex;
      font-size: .83rem;
      min-height: 2.75rem;
      padding: .5rem .75rem;
      text-decoration: none;
    }

    .mobile-submenu-link:hover { background: var(--dd-sage-soft); color: var(--dd-plum-dark); }
    .mobile-submenu-link.shop-all { color: var(--dd-plum-dark); font-weight: 700; }

    section[id] { scroll-margin-top: 5rem; }

    .brand-mark {
      height: 2em;
    }

    .brand-subtitle {
      color: var(--dd-muted);
      display: block;
      font-size: .56rem;
      letter-spacing: .08em;
      margin-top: .3rem;
      text-transform: uppercase;
    }

    .header-tagline {
      color: var(--dd-sage);
      font-family: "Noto Serif", Georgia, serif;
      font-size: .76rem;
      font-style: italic;
      line-height: 1.2;
      text-align: right;
      white-space: nowrap;
    }

    .eyebrow {
      color: var(--dd-plum);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .product-title {
      font-size: clamp(1.75rem, 3vw, 2.45rem);
      line-height: 1.1;
      letter-spacing: -.025em;
    }

    .product-summary {
      color: var(--dd-muted);
      font-size: 1.05rem;
      max-width: 42rem;
    }

    .sample-invite {
      align-items: center;
      background: #f2f6f0;
      border: 1px solid #d9e4d7;
      border-radius: .4rem;
      display: flex;
      gap: .8rem;
      justify-content: space-between;
      padding: .8rem .9rem;
    }

    .sample-invite-icon {
      align-items: center;
      background: #fff;
      border: 1px solid #d9e4d7;
      border-radius: 50%;
      color: var(--dd-plum-dark);
      display: inline-flex;
      flex: 0 0 auto;
      height: 2.5rem;
      justify-content: center;
      width: 2.5rem;
    }

    .sample-invite .btn {
      --bs-btn-color: var(--dd-plum-dark);
      --bs-btn-border-color: var(--dd-plum-dark);
      --bs-btn-hover-bg: var(--dd-plum-dark);
      --bs-btn-hover-border-color: var(--dd-plum-dark);
      flex: 0 0 auto;
      font-size: .77rem;
    }

    .gallery-stage {
      align-items: center;
      aspect-ratio: 1 / 1;
      background: #f2f1eb;
      border: 1px solid var(--dd-line);
      border-radius: .35rem;
      display: flex;
      justify-content: center;
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .product-carousel {
      --f-carousel-slide-width: 100%;
      --f-carousel-spacing: 0px;
      overflow: hidden;
      width: 100%;
    }
    .product-carousel .f-carousel__slide { padding: 0; }
    /* Keep the other full-size slides out of the thumbnail area until Carousel starts. */
    .product-carousel:not(.gallery-carousel-loaded) > .f-carousel__slide:not(.gallery-fallback-visible) { display: none; }
    .gallery-stage picture { display: block; height: 100%; width: 100%; }

    .gallery-stage img {
      height: 100%;
      object-fit: contain;
      width: 100%;
    }

    .zoom-hint {
      background: rgba(255,255,255,.92);
      border: 1px solid var(--dd-line);
      border-radius: 999px;
      bottom: 1rem;
      box-shadow: 0 .3rem 1rem rgba(0,0,0,.08);
      font-size: .82rem;
      padding: .55rem .8rem;
      position: absolute;
      right: 1rem;
    }

    .gallery-thumbs {
      display: grid;
      gap: .5rem;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      margin-top: .65rem;
      position: relative;
      width: 100%;
    }

    .gallery-thumb {
      background: #fff;
      border: 2px solid transparent;
      border-radius: .35rem;
      cursor: pointer;
      display: block;
      min-width: 0;
      overflow: hidden;
      padding: 0;
      text-decoration: none;
      width: 100%;
    }

    .gallery-thumb img {
      aspect-ratio: 1 / 1;
      display: block;
      height: auto;
      object-fit: contain;
      width: 100%;
    }

    .gallery-thumb span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .gallery-thumb.active {
      border-color: var(--dd-plum);
      box-shadow: 0 0 0 2px #fff inset;
    }

    .color-input {
      background: #fff;
      border: 1px solid var(--dd-line);
      border-radius: .35rem;
      cursor: pointer;
      height: 2.7rem;
      padding: .2rem;
      width: 100%;
    }

    .proof-banner {
      background: var(--dd-sage-soft);
      border: 0;
      border-bottom: 1px solid #d2dfd3;
      border-radius: .25rem .25rem 0 0;
      color: #244b32;
      margin: -1.1rem -1.1rem 1rem !important;
      padding: .72rem 1rem;
    }

    .config-card {
      border: 0;
      border-radius: 0;
      box-shadow: none;
      overflow: hidden;
    }

    .sticky-config {
      background: rgba(255,255,255,.97);
      border: 1px solid var(--dd-line);
      border-radius: .35rem;
      box-shadow: 0 .7rem 2rem rgba(40,60,43,.085);
      overflow: hidden;
      padding: 1.1rem;
    }

    .config-section {
      border-bottom: 1px solid var(--dd-line);
      padding: .25rem 0 1rem;
    }

    .step-number {
      align-items: center;
      background: var(--dd-plum-soft);
      border-radius: 50%;
      color: var(--dd-plum-dark);
      display: inline-flex;
      flex: 0 0 auto;
      font-size: .8rem;
      font-weight: 800;
      height: 1.75rem;
      justify-content: center;
      width: 1.75rem;
    }

    .option-card {
      border: 1px solid var(--dd-line);
      border-radius: .35rem;
      cursor: pointer;
      height: 100%;
      padding: .5rem;
      transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    }

    .option-card:hover { transform: translateY(-1px); }
    .btn-check:checked + .option-card {
      background: var(--dd-plum-soft);
      border-color: var(--dd-plum);
      box-shadow: 0 0 0 1px var(--dd-plum);
    }

    .option-card img {
      aspect-ratio: 3 / 1.55;
      border-radius: .2rem;
      object-fit: contain;
      width: 100%;
    }

    .paper-label {
      align-items: center;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      font-size: .72rem;
      gap: .4rem;
      height: 100%;
      justify-content: flex-start;
      padding: .1rem;
      text-align: center;
    }

    .paper-label img {
      aspect-ratio: 1 / 1;
      border: 1px solid #d1d5ce;
      border-radius: 50%;
      object-fit: cover;
      width: 2.55rem;
    }

    .btn-check:checked + .paper-label {
      color: var(--dd-plum-dark);
      font-weight: 700;
      box-shadow: none;
    }

    .btn-check:checked + .paper-label img {
      border-color: var(--dd-plum-dark);
      box-shadow: 0 0 0 2px var(--dd-plum-dark), 0 0 0 4px #fff;
    }

    .size-label {
      border: 2px solid var(--dd-line);
      border-radius: .65rem;
      cursor: pointer;
      display: block;
      font-size: .85rem;
      font-weight: 700;
      padding: .7rem .5rem;
      text-align: center;
    }

    .btn-check:checked + .size-label {
      background: var(--dd-plum-soft);
      border-color: var(--dd-plum);
      color: var(--dd-plum-dark);
    }

    .price-panel {
      background: #fff;
      padding: 1rem 0 0;
    }

    .price-panel > .d-flex {
      background: #f5f4f0;
      border-radius: .3rem;
      padding: .8rem 1rem;
    }

    .price {
      font: 600 1.75rem/1 "Noto Serif", Georgia, serif;
    }

    .btn-primary {
      --bs-btn-bg: var(--dd-plum);
      --bs-btn-border-color: var(--dd-plum);
      --bs-btn-hover-bg: var(--dd-plum-dark);
      --bs-btn-hover-border-color: var(--dd-plum-dark);
      --bs-btn-active-bg: var(--dd-plum-dark);
      --bs-btn-active-border-color: var(--dd-plum-dark);
    }

    #request-proof {
      letter-spacing: .035em;
      text-transform: uppercase;
    }

    .accordion-button:not(.collapsed) {
      background: var(--dd-plum-soft);
      color: var(--dd-plum-dark);
      box-shadow: none;
    }

    .sample-wording {
      border: 1px solid var(--dd-line);
      border-radius: 999px;
      color: var(--dd-plum-dark);
      font-size: .78rem;
      padding: .45rem .7rem;
    }

    .benefit-card {
      background: rgba(255,255,255,.82);
      border: 1px solid var(--dd-line);
      border-radius: .4rem;
      height: 100%;
      padding: 1.25rem;
    }

    .benefit-icon {
      align-items: center;
      background: transparent;
      border-radius: 50%;
      color: var(--dd-plum-dark);
      display: inline-flex;
      font-size: 1.15rem;
      height: 2.5rem;
      justify-content: center;
      width: 2.5rem;
    }

    .process-line {
      border-top: 1px solid var(--dd-line);
      left: 12.5%;
      position: absolute;
      right: 12.5%;
      top: 1.3rem;
      z-index: 0;
    }

    .process-dot {
      align-items: center;
      background: #fff;
      border: 2px solid var(--dd-plum);
      border-radius: 50%;
      color: var(--dd-plum-dark);
      display: inline-flex;
      font-weight: 800;
      height: 2.6rem;
      justify-content: center;
      position: relative;
      width: 2.6rem;
      z-index: 1;
    }

    .how-modal .modal-content {
      border: 1px solid var(--dd-line);
      border-radius: .65rem;
      box-shadow: 0 1.5rem 4rem rgba(27,48,32,.2);
      overflow: hidden;
    }

    .how-modal .modal-header {
      align-items: flex-start;
      background: linear-gradient(125deg, #e9f1e8, #fafaf5);
      border-bottom: 1px solid var(--dd-line);
      padding: 1.65rem 3.5rem 1.65rem 1.8rem;
      position: relative;
    }

    .how-modal .modal-header .btn-close {
      margin: 0;
      position: absolute;
      right: .75rem;
      top: .75rem;
    }

    .how-modal .modal-title { font-size: clamp(1.5rem, 4vw, 2rem); }
    .how-modal .modal-body { background: #fdfcf8; padding: 1.5rem 1.8rem; }

    .how-modal-step {
      background: #fff;
      border: 1px solid var(--dd-line);
      border-radius: .45rem;
      height: 100%;
      padding: 1.15rem;
    }

    .how-modal-step-number {
      align-items: center;
      background: var(--dd-plum-soft);
      border-radius: 50%;
      color: var(--dd-plum-dark);
      display: inline-flex;
      flex: 0 0 auto;
      font-weight: 700;
      height: 2rem;
      justify-content: center;
      width: 2rem;
    }

    .how-modal-step-icon { color: var(--dd-plum-dark); font-size: 1.05rem; }
    .how-modal-step p { color: var(--dd-muted); font-size: .87rem; line-height: 1.6; }

    .how-modal-rush {
      background: var(--dd-sage-soft);
      border-left: 3px solid var(--dd-plum);
      border-radius: .2rem;
      color: var(--dd-plum-dark);
      font-size: .9rem;
      padding: .9rem 1rem;
    }

    .how-modal .modal-footer {
      background: #fff;
      border-top: 1px solid var(--dd-line);
      padding: 1rem 1.8rem;
    }

    .sample-modal .modal-title { font-size: clamp(1.45rem, 4vw, 1.9rem); }
    .sample-modal .form-control:focus,
    .sample-modal .form-select:focus {
      border-color: var(--dd-sage);
      box-shadow: 0 0 0 .2rem rgba(65,110,80,.16);
    }

    .sample-modal #sampleNotes { height: 6.5rem; }

    .sample-modal-product {
      background: var(--dd-sage-soft);
      border-left: 3px solid var(--dd-plum);
      border-radius: .2rem;
      color: var(--dd-plum-dark);
      font-size: .82rem;
      padding: .75rem .9rem;
    }

    .sample-modal-security {
      background: #f5f7f3;
      border: 1px solid var(--dd-line);
      border-radius: .35rem;
      padding: .75rem .9rem;
    }

    .suite-card {
      color: inherit;
      display: block;
      text-decoration: none;
    }

    .suite-card img {
      aspect-ratio: 1 / 1;
      border-radius: .25rem .25rem 0 0;
      object-fit: cover;
      transition: transform .2s ease;
      width: 100%;
    }

    .suite-card:hover img { transform: translateY(-3px); }

    .mobile-buy-bar { display: none; }

    .hero-wrap {
      overflow: hidden;
      position: relative;
    }

    .botanical {
      color: #7e9b82;
      opacity: .42;
      pointer-events: none;
      position: absolute;
      width: 10rem;
      z-index: 0;
    }

    .botanical-right { right: -2.5rem; top: 7rem; }
    .botanical-left { bottom: 2rem; left: -4rem; transform: rotate(170deg); }

    .section-band {
      background: linear-gradient(90deg, #f7f7f1 0%, #eef3eb 52%, #f7f7f1 100%);
      border-bottom: 1px solid #e1e5de;
      border-top: 1px solid #e1e5de;
    }

    .section-heading {
      font-size: clamp(1.75rem, 3vw, 2.4rem);
      letter-spacing: -.02em;
    }

    .wording-choice,
    .font-choice {
      background: rgba(255,255,255,.72);
      border: 1px solid var(--dd-line);
      border-radius: .35rem;
      color: var(--dd-ink);
      height: 100%;
      padding: 1.15rem;
      position: relative;
      text-align: center;
      transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
      width: 100%;
    }

    .wording-choice:hover,
    .font-choice:hover {
      border-color: var(--dd-sage);
      transform: translateY(-2px);
    }

    .wording-choice.active,
    .font-choice.active {
      border-color: var(--dd-plum-dark);
      box-shadow: 0 0 0 1px var(--dd-plum-dark);
    }

    .wording-choice.active::before,
    .font-choice.active::before {
      align-items: center;
      background: var(--dd-plum-dark);
      border-radius: 50%;
      color: #fff;
      content: "✓";
      display: flex;
      font: 700 .64rem/1 "Noto Sans", sans-serif;
      height: 1.2rem;
      justify-content: center;
      left: .55rem;
      position: absolute;
      top: .55rem;
      width: 1.2rem;
    }

    .wording-title {
      display: block;
      font-family: "Noto Serif", Georgia, serif;
      font-size: 1.05rem;
      font-style: italic;
      margin-bottom: .75rem;
    }

    .wording-copy {
      color: var(--dd-muted);
      display: block;
      font: 400 .76rem/1.55 "Noto Serif", Georgia, serif;
      white-space: pre-line;
    }

    .font-sample {
      display: block;
      font-family: "Noto Serif", Georgia, serif;
      font-size: 2rem;
      line-height: 1;
      margin-bottom: .4rem;
    }

    .font-cormorant { font-style: italic; }
    .font-allura { font-family: cursive; font-style: italic; }
    .font-montserrat { font-family: "Noto Sans", sans-serif; font-weight: 500; }

    .advanced-options .accordion-button {
      font-size: .83rem;
      min-height: auto;
      padding: .65rem 0;
    }

    .suite-card {
      background: #fff;
      border: 1px solid var(--dd-line);
      border-radius: .3rem;
      overflow: hidden;
      text-align: center;
    }

    .suite-card strong,
    .suite-card small { padding-left: .5rem; padding-right: .5rem; }

    .review-stars { color: #d99b33; letter-spacing: .06em; }

    .footer-green {
      background: #edf2ea;
      border-top: 1px solid #d7dfd3;
    }

    @media (min-width: 992px) {
      .sticky-gallery { position: sticky; top: 6rem; }
      .sticky-config { position: sticky; top: 6rem; }
    }

    @media (max-width: 1199.98px) {
      .header-tagline { display: none; }
    }

    @media (max-width: 575.98px) {
      .header-main { gap: .5rem; min-height: 3.75rem; }
      .brand { font-size: 1rem; letter-spacing: 0; }
      .brand-mark { font-size: 1.2rem; }
      .brand-subtitle { display: none; }
      .header-icon { height: 2.5rem; width: 2.5rem; }
      .header-actions { gap: 0 !important; }
      .mobile-nav { max-height: calc(100dvh - 3.75rem); }
      .how-modal .modal-header,
      .how-modal .modal-body,
      .how-modal .modal-footer { padding: 1.1rem; }
      .how-modal .modal-header { padding-right: 3.25rem; }
      .how-modal .modal-footer .btn { width: 100%; }
      .sample-invite { flex-wrap: wrap; }
      .sample-invite .btn { width: 100%; }
    }

    @media (min-width: 576px) and (max-width: 1399.98px) {
      .sample-invite { flex-wrap: wrap; }
      .sample-invite .btn { width: 100%; }
    }

    @media (max-width: 767.98px) {
      body { padding-bottom: 5.5rem; }
      .product-title { font-size: 2.1rem; }
      .process-line { display: none; }
      .mobile-buy-bar {
        align-items: center;
        background: rgba(255,255,255,.97);
        border-top: 1px solid var(--dd-line);
        bottom: 0;
        box-shadow: 0 -.5rem 1.5rem rgba(0,0,0,.08);
        display: flex;
        gap: .75rem;
        left: 0;
        padding: .75rem 1rem;
        position: fixed;
        right: 0;
        z-index: 1050;
      }
    }

.saved-products-menu {
    --bs-dropdown-min-width: 0;
    width: min(25rem, calc(100vw - 1rem));
    max-height: min(70vh, 34rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background: #fdfcf8;
    border: 1px solid var(--dd-line, #d8ddd5);
    border-radius: .5rem;
    box-shadow: 0 .75rem 1.75rem rgba(41, 62, 45, .15);
  }

  .saved-products-menu .saved-menu-heading {
    padding: .85rem 1rem;
    border-bottom: 1px solid var(--dd-line, #d8ddd5);
    color: var(--dd-ink, #242a24);
    font: 500 1.05rem/1.3 "Noto Serif", Georgia, serif;
  }

  .saved-products-menu .saved-item {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .8rem 1rem;
  }

  .saved-products-menu .saved-item + .saved-item {
    border-top: 1px solid var(--dd-line, #d8ddd5);
  }

  .saved-products-menu .saved-item-image {
    display: block;
    flex: 0 0 4.75rem;
    width: 4.75rem;
    height: 4.75rem;
    overflow: hidden;
    border: 1px solid var(--dd-line, #d8ddd5);
    border-radius: .3rem;
    background: #fff;
  }

  .saved-products-menu .saved-item-image picture,
  .saved-products-menu .saved-item-image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .saved-products-menu .saved-item-image img { object-fit: contain; }
  .saved-products-menu .saved-item-copy { flex: 1; min-width: 0; }

  .saved-products-menu .saved-item-title {
    display: block;
    margin-bottom: .45rem;
    color: var(--dd-ink, #242a24);
    font-size: .86rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
  }

  .saved-products-menu .saved-item-title:hover,
  .saved-products-menu .saved-item-title:focus-visible {
    color: var(--dd-plum-dark, #2f5a3d);
    text-decoration: underline;
  }

  .saved-products-menu .saved-item-remove {
    border: 0;
    background: transparent;
    color: #9b3838;
    font-size: .78rem;
    padding: .25rem 0;
  }

  .saved-products-menu .saved-item-remove:hover,
  .saved-products-menu .saved-item-remove:focus-visible {
    color: #722323;
    text-decoration: underline;
  }

  .saved-products-menu .saved-menu-footer {
    padding: .85rem 1rem;
    border-top: 1px solid var(--dd-line, #d8ddd5);
    background: var(--dd-sage-soft, #f0f4ed);
  }

  .saved-count {
    background: var(--dd-plum, #416e50);
    font-size: .62rem;
    padding: .25rem .45rem;
  }

.cart-preview-menu {
    --bs-dropdown-min-width: 0;
    width: min(25rem, calc(100vw - 1rem));
    max-height: min(70vh, 34rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background: #fdfcf8;
    border: 1px solid var(--dd-line, #d8ddd5);
    border-radius: .5rem;
    box-shadow: 0 .75rem 1.75rem rgba(41, 62, 45, .15);
  }

  .cart-preview-menu .cart-preview-heading {
    padding: .85rem 1rem;
    border-bottom: 1px solid var(--dd-line, #d8ddd5);
    color: var(--dd-ink, #242a24);
    font: 500 1.05rem/1.3 "Noto Serif", Georgia, serif;
  }

  .cart-preview-menu .cart-preview-item {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .85rem 1rem;
  }

  .cart-preview-menu .cart-preview-item + .cart-preview-item {
    border-top: 1px solid var(--dd-line, #d8ddd5);
  }

  .cart-preview-menu .cart-preview-image {
    display: block;
    flex: 0 0 4.75rem;
    width: 4.75rem;
    height: 4.75rem;
    overflow: hidden;
    border: 1px solid var(--dd-line, #d8ddd5);
    border-radius: .3rem;
    background: #fff;
  }

  .cart-preview-menu .cart-preview-image picture,
  .cart-preview-menu .cart-preview-image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .cart-preview-menu .cart-preview-image img { object-fit: contain; }
  .cart-preview-menu .cart-preview-details { flex: 1; min-width: 0; }

  .cart-preview-menu .cart-preview-title {
    display: block;
    color: var(--dd-ink, #242a24);
    font-size: .86rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
  }

  .cart-preview-menu .cart-preview-title:hover,
  .cart-preview-menu .cart-preview-title:focus-visible {
    color: var(--dd-plum-dark, #2f5a3d);
    text-decoration: underline;
  }

  .cart-preview-menu .cart-preview-line-price {
    flex: 0 0 auto;
    font-size: .86rem;
    white-space: nowrap;
  }

  .cart-preview-menu .cart-preview-remove {
    color: #9b3838;
    display: inline-block;
    font-size: .78rem;
    padding: .25rem 0;
    text-decoration: none;
  }

  .cart-preview-menu .cart-preview-remove:hover,
  .cart-preview-menu .cart-preview-remove:focus-visible {
    color: #722323;
    text-decoration: underline;
  }

  .cart-preview-menu .cart-preview-summary {
    padding: .8rem 1rem;
    border-top: 1px solid var(--dd-line, #d8ddd5);
    background: #fff;
  }

  .cart-preview-menu .cart-preview-estimate {
    margin-top: .6rem;
    padding-top: .6rem;
    border-top: 1px solid var(--dd-line, #d8ddd5);
    color: var(--dd-plum-dark, #2f5a3d);
    font-size: .95rem;
  }

  .cart-preview-menu .cart-preview-footer {
    padding: .85rem 1rem;
    border-top: 1px solid var(--dd-line, #d8ddd5);
    background: var(--dd-sage-soft, #f0f4ed);
  }

  .cart-count-badge {
    background: var(--dd-plum, #416e50);
    font-size: .62rem;
    padding: .25rem .45rem;
  }


.f-thumbs {
    --f-thumbs-margin: 1.5rem 0 0 0;
    --f-thumbs-gap: 1rem;
    --f-thumb-width: 8rem;
    --f-thumb-height: 8rem;
    --f-thumb-selected-shadow: none;
    --f-thumb-border-radius: 0;
    --f-thumb-opacity: 0.5;
    --f-thumb-selected-opacity: 1;
    --f-thumb-selected-shadow: 0 0 0 6px #fff, 0 0 0 9px #dee2e6;
}
.transition-all {
    /*    transition: all 1.3s ease-in-out;*/
}
.img-shrunk {
    max-height: 12rem;
    max-width: 15rem;
    width: auto !important;
    margin: 3em 0 0 auto;
    display: block;
}