/* Reusable recipe card strip (product page & anywhere a recipe cross-sell is
   needed). Self-contained so pages don't have to pull in the full index.css. */
.pp-recipes-section { padding: 10px 0 6px; }
.pp-recipes-all {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  font-size: 13.5px; font-weight: 700; color: #1f3d2e; text-decoration: none;
  border: 1px solid #e7e3d7; border-radius: 999px; padding: 8px 16px;
}
.pp-recipes-all:hover { background: #1f3d2e; color: #fff; border-color: #1f3d2e; }
.pp-recipes-sub { font-size: 14px; color: #6b756b; margin: -4px 0 14px; }

/* Inline "bridge the gap to free delivery" recipe nudge (cart) */
.fdNudge {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #cfe6d5; border-left: 3px solid #2d7a3f;
  border-radius: 12px; padding: 10px 12px; margin-top: 10px;
  box-shadow: 0 3px 12px rgba(31,61,46,.06);
}
.fdNudge-img { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 10px; overflow: hidden; background: #f6f4ec; }
.fdNudge-img img { width: 100%; height: 100%; object-fit: cover; }
.fdNudge-body { flex: 1 1 150px; min-width: 0; }
.fdNudge-eyebrow {
  display: flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; color: #2d7a3f;
}
.fdNudge-title { font-size: 12.5px; font-weight: 600; color: #1f3d2e; line-height: 1.3; margin: 2px 0; }
.fdNudge-title strong { font-weight: 800; }
.fdNudge-meta { font-size: 11px; color: #6b756b; font-weight: 600; }
.fdNudge-form { flex: 1 1 100%; margin: 2px 0 0; }
.fdNudge-cta {
  display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%;
  background: #1f3d2e; color: #fff; font-size: 12.5px; font-weight: 800; border: 0;
  border-radius: 10px; padding: 9px; text-decoration: none; cursor: pointer;
}
.fdNudge-cta i { font-size: 11px; color: #d4a64b; }

/* Self-contained section header — the redesign `.rd-section-head` styling only
   ships in index.css (home only), so the strip carries its own so it renders
   the same on cart, product, confirmation and tracking pages. */
.rcpHome-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin: 16px 0 4px;
}
.rcpHome-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; font-size: 11px; letter-spacing: 0.14em;
  color: #c45f17; font-weight: 700; margin-bottom: 8px;
}
.rcpHome-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #c45f17; }
.rcpHome-title { font-size: 28px; font-weight: 800; line-height: 1.15; color: #1f3d2e; letter-spacing: -0.01em; margin: 0; }
.rcpHome-title em { font-style: italic; font-weight: 600; color: #d4a64b; }
.rcpHome-headlink {
  flex: 0 0 auto; white-space: nowrap; align-self: center;
  color: #1f3d2e; font-size: 13.5px; font-weight: 700; text-decoration: none;
  border: 1px solid #e7e3d7; border-radius: 999px; padding: 8px 16px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.rcpHome-headlink:hover { background: #1f3d2e; color: #fff; border-color: #1f3d2e; }
@media (max-width: 640px) {
  .rcpHome-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .rcpHome-title { font-size: 22px; }
}

.rcpHome-scroll {
  display: flex; gap: 18px; overflow-x: auto; padding: 4px 2px 12px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.rcpHome-scroll::-webkit-scrollbar { height: 6px; }
.rcpHome-scroll::-webkit-scrollbar-thumb { background: #e3ddc9; border-radius: 6px; }
.rcpHome-card {
  flex: 0 0 272px; scroll-snap-align: start; background: #fff;
  border: 1px solid #e7e3d7; border-radius: 18px; overflow: hidden;
  box-shadow: 0 6px 18px rgba(31,61,46,.07); transition: transform .18s ease, box-shadow .18s ease;
}
.rcpHome-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(31,61,46,.14); }
.rcpHome-img { position: relative; display: block; height: 180px; background: #f6f4ec; }
.rcpHome-img img { width: 100%; height: 100%; object-fit: cover; }
.rcpHome-badge {
  position: absolute; top: 10px; left: 10px; background: rgba(31,61,46,.92); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
}
.rcpHome-time {
  position: absolute; bottom: 10px; right: 10px; background: rgba(255,255,255,.94); color: #1f3d2e;
  font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 999px;
}
.rcpHome-time i { color: #80956d; margin-right: 3px; }
.rcpHome-body { padding: 13px 15px 15px; }
.rcpHome-name {
  font-size: 16px; font-weight: 800; color: #1f3d2e; margin: 0 0 8px; line-height: 1.25;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 40px;
}
/* Matches the home recipe card (index.css) so the product-page strip is identical */
.rcpHome-sub { font-size: 14px; color: #6b756b; margin: -6px 0 16px; }
.rcpHome-chef { font-size: 12px; font-weight: 600; color: #80956d; margin: -2px 0 8px; }
.rcpHome-desc {
  font-size: 12px; line-height: 1.5; color: #6b756b; margin: 0 0 12px;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.rcpHome-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.rcpHome-meta span { font-size: 11px; color: #6b756b; background: #f6f4ec; border-radius: 7px; padding: 3px 8px; }
.rcpHome-meta i { color: #80956d; margin-right: 3px; }
.rcpHome-meta--season { background: #fff6e2 !important; color: #7a5a12 !important; }
.rcpHome-meta--season i { color: #d4a64b !important; }
.rcpHome-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.rcpHome-tag {
  display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700;
  color: #1f5b3a; background: #e7f3ea; border: 1px solid #cfe6d5; border-radius: 999px; padding: 3px 9px;
}
.rcpHome-tag i { font-size: 9px; color: #2d7a3f; }
.rcpHome-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: linear-gradient(135deg, #1f3d2e 0%, #2c5441 100%); color: #fff;
  font-size: 13.5px; font-weight: 800; border-radius: 12px; padding: 11px; text-decoration: none;
  box-shadow: 0 8px 18px rgba(31,61,46,.22); transition: transform .15s ease;
}
.rcpHome-cta:hover { transform: translateY(-1px); color: #fff; }
.rcpHome-cta i { font-size: 12px; color: #d4a64b; }

/* Bundle economics (add this + rest of the recipe) */
.rcpHome-bundle { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.rcpHome-bundle-price { font-size: 18px; font-weight: 800; color: #1f3d2e; }
.rcpHome-bundle-lbl { font-size: 11px; font-weight: 600; color: #6b756b; margin-left: 5px; }
.rcpHome-bundle-save {
  font-size: 11px; font-weight: 800; color: #1f5b3a; background: #e7f3ea;
  border-radius: 999px; padding: 3px 9px; white-space: nowrap;
}
.rcpHome-form { margin: 0; }
.rcpHome-link {
  display: block; text-align: center; margin-top: 8px; font-size: 12px; font-weight: 700;
  color: #80956d; text-decoration: none;
}
.rcpHome-link:hover { color: #1f3d2e; text-decoration: underline; }

/* Product-image recipe teaser */
.pp-gallery-card { position: relative; }
.pp-recipe-teaser {
  position: absolute; left: 14px; bottom: 14px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(31,61,46,.94); color: #fff; text-decoration: none;
  font-size: 12.5px; font-weight: 700; padding: 8px 14px; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(31,61,46,.28); transition: transform .15s ease, background .15s ease;
}
.pp-recipe-teaser:hover { background: #1f3d2e; color: #fff; transform: translateY(-2px); }
.pp-recipe-teaser i { color: #d4a64b; }

/* Health cross-sell strip */
.pp-recipes-health { border-top: 1px solid #e7e3d7; border-bottom: 1px solid #e7e3d7; }
.pp-eyebrow--health { color: #1f5b3a !important; }
.pp-eyebrow--health i { margin-right: 5px; }
.pp-recipes-note {
  display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: #7a5a12;
  background: #fff6e2; border: 1px solid #ecd9a8; border-radius: 10px;
  padding: 9px 14px; margin: -4px 0 16px;
}
.pp-recipes-note i { margin-top: 2px; color: #d4a64b; }
