.product-route-fast {
  display: grid;
  gap: 18px;
  margin-top: 4px;
}

.product-route-fast * {
  box-sizing: border-box;
}

.product-route-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #dbe7dc;
  border-radius: 10px;
  background: #f4fbf4;
  color: #315c34;
  font-size: .82rem;
  font-weight: 700;
}

.product-route-status[data-state="loading"]::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #3daa35;
  box-shadow: 0 0 0 5px rgba(61, 170, 53, .13);
  content: "";
}

.product-route-status small {
  margin-left: auto;
  color: #64748b;
  font-weight: 600;
}

.product-route-recovery {
  display: grid;
  justify-content: stretch;
  gap: .75rem;
  padding: 1.25rem;
}

.product-route-recovery h2,
.product-route-recovery p {
  margin: 0;
}

.product-route-recovery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}

.product-route-recovery-actions button,
.product-route-recovery-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid #15803d;
  border-radius: .75rem;
  background: #fff;
  color: #166534;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.product-route-recovery-actions button:disabled {
  cursor: wait;
  opacity: .7;
}

.product-fast-builder {
  overflow: hidden;
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 39, 68, .08);
}

.product-fast-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #e7edf3;
}

.product-fast-heading span {
  color: #237020;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-fast-heading h2,
.product-fast-heading h3 {
  margin: 3px 0 4px;
  color: #0f172a;
  font: 800 clamp(1.35rem, 2.4vw, 1.9rem)/1.15 Outfit, Inter, system-ui, sans-serif;
}

.product-fast-heading p {
  max-width: 680px;
  margin: 0;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.55;
}

#product-route-custom-intro {
  margin-top: 4px;
}

.product-route-custom-notes {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0 24px 14px;
}

.product-route-custom-notes > span {
  color: #0f172a;
  font-size: .84rem;
  font-weight: 800;
}

.product-route-custom-notes textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 110px;
  padding: 12px 13px;
  resize: vertical;
  border: 1.5px solid #dfe6ee;
  border-radius: 10px;
  background: #fff;
  color: #1e293b;
  font: 500 .9rem/1.45 Inter, system-ui, sans-serif;
}

.product-route-custom-notes textarea:focus-visible {
  border-color: #2e5eaa;
  outline: 3px solid rgba(46, 94, 170, .28);
  outline-offset: 2px;
}

.product-route-custom-notes small {
  color: #64748b;
  font-size: .76rem;
  line-height: 1.4;
}

.product-route-custom-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 24px 22px;
}

.product-route-custom-actions button {
  min-width: 220px;
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #3daa35, #2e5eaa);
  color: #fff;
  cursor: pointer;
  font: 800 .9rem/1.2 Inter, system-ui, sans-serif;
}

.product-route-custom-actions button:focus-visible {
  outline: 3px solid rgba(46, 94, 170, .32);
  outline-offset: 3px;
}

.product-route-custom-actions button:disabled {
  cursor: wait;
  opacity: .72;
}

.product-fast-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf8ed;
  color: #237020;
  font-size: .76rem;
  font-weight: 800;
}

.product-fast-live::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3daa35;
  content: "";
}

.product-fast-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 0;
}

.product-fast-preview {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid #e7edf3;
  background: #f7f9fc;
}

.product-fast-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background: #eef2f7;
  object-fit: cover;
}

.product-fast-preview strong,
.product-fast-preview span {
  display: block;
}

.product-fast-preview strong {
  color: #0f172a;
  font-size: 1.04rem;
}

.product-fast-preview span {
  margin-top: 3px;
  color: #64748b;
  font-size: .84rem;
}

.product-fast-steps {
  display: grid;
  gap: 20px;
  min-width: 0;
  padding: 22px 24px;
}

.product-fast-step {
  display: grid;
  gap: 9px;
}

.product-fast-step > label,
.product-fast-step > strong {
  color: #1e293b;
  font-size: .86rem;
  font-weight: 800;
}

.product-fast-step small {
  color: #64748b;
  font-size: .76rem;
}

.product-fast-step select {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 10px 38px 10px 12px;
  border: 1px solid #cfd9e4;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: 700 .9rem/1.2 Inter, system-ui, sans-serif;
}

.product-fast-materials {
  display: grid;
  grid-auto-columns: minmax(152px, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
}

.product-fast-material {
  display: grid;
  grid-template-rows: 86px auto;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dbe4ed;
  border-radius: 11px;
  background: #fff;
  color: #1e293b;
  text-align: left;
  scroll-snap-align: start;
  cursor: pointer;
}

.product-fast-material[aria-pressed="true"] {
  border-color: #3daa35;
  box-shadow: 0 0 0 2px rgba(61, 170, 53, .16);
}

.product-fast-material-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f8, #f8fafc);
}

.product-fast-material img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-fast-material-media::before {
  color: #8da0b5;
  font-size: .68rem;
  font-weight: 700;
  content: "Photo loads when visible";
}

.product-fast-material-media:has(img)::before {
  display: none;
}

.product-fast-material-copy {
  display: grid;
  gap: 3px;
  padding: 10px;
}

.product-fast-material-copy strong {
  font-size: .79rem;
  line-height: 1.25;
}

.product-fast-material-copy span {
  color: #64748b;
  font-size: .7rem;
  line-height: 1.3;
}

.product-fast-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-fast-buttons button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #cfd9e4;
  border-radius: 9px;
  background: #fff;
  color: #334155;
  font: 750 .82rem/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}

.product-fast-buttons button[aria-pressed="true"] {
  border-color: #2e5eaa;
  background: #eef4ff;
  color: #20467f;
}

.product-fast-addon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid #dbe4ed;
  border-radius: 10px;
}

.product-fast-addon label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #334155;
  font-size: .82rem;
  font-weight: 700;
}

.product-fast-addon span {
  color: #475569;
  font-size: .8rem;
  font-weight: 700;
}

.product-fast-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 19px 24px;
  border-top: 1px solid #e7edf3;
  background: #fbfcfe;
}

.product-fast-price strong,
.product-fast-price span {
  display: block;
}

.product-fast-price strong {
  color: #0f172a;
  font: 850 1.55rem/1.1 Outfit, Inter, system-ui, sans-serif;
}

.product-fast-price span {
  margin-top: 4px;
  color: #64748b;
  font-size: .76rem;
}

.product-fast-actions {
  display: flex;
  gap: 9px;
}

.product-fast-actions button {
  min-height: 48px;
  padding: 11px 17px;
  border: 1px solid #cfd9e4;
  border-radius: 10px;
  background: #fff;
  color: #1e293b;
  font: 800 .88rem/1.1 Outfit, Inter, system-ui, sans-serif;
  cursor: pointer;
}

.product-fast-actions .product-fast-add {
  border-color: #2f8f32;
  background: linear-gradient(135deg, #3daa35, #2e5eaa);
  color: #fff;
}

.product-fast-actions button:disabled {
  opacity: .55;
  cursor: wait;
}

.product-fast-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  padding: 12px 24px 18px;
  color: #4d647b;
  font-size: .75rem;
  font-weight: 700;
}

.product-fast-learning {
  padding: 18px 20px;
  border: 1px solid #dfe6ee;
  border-radius: 12px;
  background: #fff;
  color: #475569;
}

.product-fast-learning summary {
  color: #1e293b;
  font-weight: 800;
  cursor: pointer;
}

.product-fast-learning p {
  margin: 10px 0 0;
}

.product-fast-footer {
  padding: 22px 16px 34px;
  border-top: 1px solid #dfe6ee;
  background: #f7f9fc;
  color: #64748b;
  text-align: center;
  font-size: .82rem;
}

.product-fast-footer a {
  color: #20467f;
  font-weight: 750;
}

.product-fast-cart-fab {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1400;
  min-width: 54px;
  min-height: 54px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  background: #0f2744;
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 39, 68, .3);
  font-weight: 800;
  cursor: pointer;
}

.product-fast-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, .56);
}

.product-fast-dialog {
  width: min(520px, 100%);
  max-height: min(82vh, 720px);
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}

.product-fast-dialog header,
.product-fast-dialog footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #e7edf3;
}

.product-fast-dialog footer {
  border-top: 1px solid #e7edf3;
  border-bottom: 0;
}

.product-fast-dialog footer > button,
.product-fast-dialog footer > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .65rem .9rem;
  border: 1px solid #15803d;
  border-radius: .7rem;
  background: #fff;
  color: #166534;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.product-fast-cart-recovery {
  display: grid;
  gap: .35rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #dbe7dc;
  border-radius: .75rem;
  background: #f4fbf4;
}

.product-fast-cart-recovery p {
  margin: .35rem 0 0;
}

.product-fast-dialog h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.15rem;
}

.product-fast-dialog-close,
.product-fast-cart-remove {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #dbe4ed;
  border-radius: 9px;
  background: #fff;
  color: #475569;
  cursor: pointer;
}

.product-fast-cart-list {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
}

.product-fast-cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  padding: 12px;
  border: 1px solid #e1e8f0;
  border-radius: 11px;
}

.product-fast-cart-item strong,
.product-fast-cart-item span {
  display: block;
}

.product-fast-cart-item span {
  margin-top: 3px;
  color: #64748b;
  font-size: .75rem;
}

.product-fast-tracker-form {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.product-fast-tracker-form label {
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: .8rem;
  font-weight: 800;
}

.product-fast-tracker-form input,
.product-fast-tracker-form button {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cfd9e4;
  border-radius: 10px;
  font: inherit;
}

.product-fast-tracker-form button {
  border: 0;
  background: #0f2744;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.product-fast-tracker-results {
  display: grid;
  gap: 9px;
}

.product-fast-tracker-order {
  padding: 10px;
  border: 1px solid #e1e8f0;
  border-radius: 9px;
  color: #475569;
  font-size: .8rem;
}

@media (max-width: 820px) {
  .product-fast-layout {
    grid-template-columns: 1fr;
  }

  .product-fast-preview {
    grid-template-columns: minmax(116px, 34%) 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #e7edf3;
  }

  .product-fast-preview img {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 640px) {
  .product-page-primary-actions .product-learn-more-btn {
    display: none;
  }

  .product-fast-heading,
  .product-fast-steps,
  .product-fast-summary {
    padding: 17px;
  }

  .product-fast-heading {
    display: grid;
  }

  .product-route-custom-notes {
    padding: 0 17px 12px;
  }

  .product-route-custom-actions {
    padding: 0 17px 17px;
  }

  .product-route-custom-actions button {
    width: 100%;
    min-width: 0;
  }

  .product-fast-live {
    justify-self: start;
  }

  .product-fast-preview {
    padding: 16px;
  }

  .product-fast-summary {
    grid-template-columns: 1fr;
  }

  .product-fast-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-fast-actions button {
    width: 100%;
  }

  .product-fast-trust {
    padding: 0 17px 17px;
  }

  .product-route-loading-head,
  .product-route-loading-skel {
    padding: 17px;
  }
}

@keyframes sage-prod-spin {
  to { transform: rotate(360deg); }
}

@keyframes sage-prod-skel {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.product-route-loading {
  margin-top: 4px;
}

.product-route-loading-card {
  overflow: hidden;
  border: 1px solid #b9dcc7;
  border-radius: 16px;
  background: #f9fdf9;
  box-shadow: 0 12px 34px rgba(15, 39, 68, .08);
}

.product-route-loading-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid #cfe6d7;
  background: #f1faf3;
}

.product-route-loading-spinner {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-top: 4px;
  border: 3px solid #b8dfc5;
  border-top-color: #237020;
  border-radius: 50%;
  animation: sage-prod-spin .7s linear infinite;
}

.product-route-loading-kicker {
  display: block;
  color: #237020;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-route-loading-title {
  display: block;
  margin: 3px 0 4px;
  color: #0f172a;
  font: 800 clamp(1.2rem, 2.4vw, 1.55rem)/1.15 Outfit, Inter, system-ui, sans-serif;
}

.product-route-loading-copy {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
}

.product-route-loading-skel {
  display: grid;
  gap: 14px;
  padding: 22px 24px 26px;
}

.product-route-loading-skel-label {
  width: 38%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dbeee1, #eff8f1, #dbeee1);
  background-size: 200% 100%;
  animation: sage-prod-skel 1.2s ease-in-out infinite;
}

.product-route-loading-skel-chips {
  display: flex;
  gap: 8px;
}

.product-route-loading-skel-chips span {
  height: 44px;
  flex: 1 1 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #dbeee1, #eff8f1, #dbeee1);
  background-size: 200% 100%;
  animation: sage-prod-skel 1.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .product-route-loading-spinner,
  .product-route-loading-skel-label,
  .product-route-loading-skel-chips span {
    animation: none;
  }
}

body.dialog-scroll-locked {
  overflow: hidden !important;
}
