@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

:host {
  all: initial;
}

[hidden] {
  display: none !important;
}

.orchid-shell {
  --orchid-offset: 20px;
  --orchid-panel-width: 377px;
  --orchid-panel-height: min(852px, calc(100dvh - 40px));
  --orchid-surface: #ffffff;
  --orchid-surface-muted: #eceef2;
  --orchid-surface-soft: #f6f7fb;
  --orchid-border: #e8e8e8;
  --orchid-text: #0a0a0a;
  --orchid-text-secondary: #626274;
  --orchid-text-inverse: #ffffff;
  --orchid-primary: #030213;
  --orchid-primary-hover: #111127;
  --orchid-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --orchid-radius-sm: 6px;
  --orchid-radius-md: 16px;
  --orchid-radius-lg: 40px;
  --orchid-message-max-width: 264px;
  --orchid-card-width: min(329px, 100%);
  position: fixed;
  right: var(--orchid-offset);
  bottom: var(--orchid-offset);
  z-index: 9999;
  color: var(--orchid-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orchid-shell[data-placement="left"] {
  right: auto;
  left: var(--orchid-offset);
}

.orchid-shell[data-placement="center"] {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.orchid-shell,
.orchid-shell * {
  box-sizing: border-box;
}

.orchid-launcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 204px;
  height: 64px;
  padding: 20px;
  border: 0;
  border-radius: var(--orchid-radius-lg);
  background: var(--orchid-launcher-background, var(--orchid-primary));
  color: var(--orchid-launcher-text-color, var(--orchid-text-inverse));
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-shadow: var(--orchid-shadow);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.orchid-launcher:hover {
  background: var(--orchid-launcher-hover-background, var(--orchid-primary-hover));
  transform: translateY(-1px);
}

.orchid-shell.orchid-branding-pending .orchid-launcher {
  visibility: hidden;
  pointer-events: none;
}

.orchid-launcher-nudge[data-nudge-style="color_sweep"] {
  animation: orchid-launcher-nudge var(--orchid-nudge-duration, 1800ms) cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.orchid-launcher-nudge[data-nudge-style="color_sweep"] .orchid-launcher-label {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--orchid-nudge-start, #ffffff) 0%,
    var(--orchid-nudge-accent, #c7b8ff) 38%,
    var(--orchid-nudge-end, #7dd3fc) 62%,
    var(--orchid-nudge-start, #ffffff) 100%
  );
  background-size: 300% 100%;
  background-position: 140% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: orchid-launcher-color-sweep var(--orchid-nudge-duration, 1800ms) linear infinite;
}

.orchid-launcher-nudge[data-nudge-style="color_sweep"] .orchid-launcher-icon {
  animation: orchid-launcher-icon-sweep var(--orchid-nudge-duration, 1800ms) ease-in-out infinite;
}

.orchid-launcher[data-nudge-style="search_pill"] {
  isolation: isolate;
  gap: 18px;
  min-width: 232px;
  border: 0;
  background: rgba(3, 2, 19, 0.12);
  color: var(--orchid-search-pill-label-color, #a3a3a3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
}

.orchid-launcher[data-nudge-style="search_pill"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 4px;
  border-radius: inherit;
  background: var(--orchid-launcher-background, #ffffff);
  pointer-events: none;
}

.orchid-launcher-nudge[data-nudge-style="search_pill"]::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    conic-gradient(
      from 220deg,
      transparent 0deg,
      transparent 22deg,
      rgba(66, 133, 244, 1) 68deg,
      rgba(66, 133, 244, 1) 118deg,
      rgba(234, 67, 53, 1) 150deg,
      rgba(251, 188, 5, 1) 184deg,
      rgba(52, 168, 83, 1) 232deg,
      transparent 286deg,
      transparent 360deg
    );
  filter: blur(0.4px) saturate(1.35);
  opacity: 0;
  transform: rotate(-120deg);
  transform-origin: center;
  animation: orchid-launcher-search-orbit var(--orchid-search-pulse-duration, 3200ms) ease-in-out infinite;
  pointer-events: none;
}

.orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-icon,
.orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-label {
  position: relative;
  z-index: 2;
}

.orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-label {
  color: var(--orchid-search-pill-label-color, #a3a3a3);
  font-weight: 500;
}

.orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-icon {
  color: var(--orchid-search-pill-icon-color, #1f1f1f);
}

.orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-icon svg {
  display: none;
}

.orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-icon::before {
  content: "+";
  display: block;
  width: 24px;
  font-size: 32px;
  line-height: 24px;
  font-weight: 400;
}

.orchid-launcher[data-has-custom-icon="true"][data-nudge-style="search_pill"] .orchid-launcher-icon::before {
  content: none;
  display: none;
}

.orchid-launcher-nudge[data-nudge-style="search_pill"] .orchid-launcher-label {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--orchid-nudge-start, #ffffff) 0%,
    var(--orchid-nudge-accent, #c7b8ff) 38%,
    var(--orchid-nudge-end, #7dd3fc) 62%,
    var(--orchid-nudge-start, #ffffff) 100%
  );
  background-size: 300% 100%;
  background-position: 140% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: orchid-launcher-color-sweep var(--orchid-nudge-duration, 1800ms) linear infinite;
}

.orchid-launcher-nudge[data-nudge-style="search_pill"] .orchid-launcher-icon {
  animation: orchid-launcher-icon-sweep var(--orchid-nudge-duration, 1800ms) ease-in-out infinite;
}

.orchid-launcher-icon,
.orchid-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.orchid-launcher-icon-custom {
  position: relative;
}

.orchid-launcher-icon svg,
.orchid-button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.orchid-launcher-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@supports (-webkit-mask-image: url("")) or (mask-image: url("")) {
  .orchid-launcher-nudge .orchid-launcher-icon-custom .orchid-launcher-icon-image {
    opacity: 0;
  }

  .orchid-launcher-nudge .orchid-launcher-icon-custom::after {
    content: "";
    position: absolute;
    inset: 0;
    background: currentColor;
    -webkit-mask: var(--orchid-launcher-icon-mask) center / contain no-repeat;
    mask: var(--orchid-launcher-icon-mask) center / contain no-repeat;
    pointer-events: none;
  }
}

.orchid-launcher-label,
.orchid-button-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.orchid-panel {
  display: none;
  width: min(var(--orchid-panel-width), calc(100vw - (var(--orchid-offset) * 2)));
  height: min(var(--orchid-panel-height), calc(100dvh - (var(--orchid-offset) * 2)));
  margin-top: 12px;
  border: 1px solid var(--orchid-border);
  border-radius: 24px;
  background: var(--orchid-surface);
  box-shadow: var(--orchid-shadow);
  overflow: hidden;
  max-width: calc(100vw - (var(--orchid-offset) * 2));
  overscroll-behavior: contain;
}

.orchid-open .orchid-panel {
  display: flex;
  flex-direction: column;
}

.orchid-open .orchid-launcher {
  display: none;
}

.orchid-shell.orchid-kiosk {
  --orchid-offset: 0px;
  --orchid-panel-width: 100vw;
  --orchid-panel-height: 100dvh;
  --orchid-kiosk-gutter: 40px;
  --orchid-kiosk-arrow-overhang: 26px;
  --orchid-kiosk-product-card-width: 360px;
  --orchid-kiosk-product-card-height: 320px;
  --orchid-kiosk-product-image-height: 228px;
  --orchid-primary: #5fae3e;
  --orchid-primary-hover: #559d38;
  --orchid-surface: #fafafa;
  --orchid-surface-muted: #f5f1eb;
  --orchid-surface-soft: #f3efea;
  --orchid-border: #e8e3dd;
  --orchid-kiosk-pill-bg: #f7f3ee;
  --orchid-kiosk-pill-border: #e7e0d8;
  --orchid-kiosk-background: #fafafa;
  position: absolute;
  inset: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 40;
  transform: none;
}

.orchid-shell.orchid-kiosk .orchid-launcher,
.orchid-shell.orchid-kiosk .orchid-close {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-panel {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--orchid-kiosk-background);
}

.orchid-shell.orchid-kiosk .orchid-header {
  min-height: 96px;
  padding: 24px 40px;
  background: var(--orchid-kiosk-background);
}

.orchid-shell.orchid-kiosk .orchid-eyebrow {
  font-size: 22px;
  line-height: 30px;
}

.orchid-shell.orchid-kiosk .orchid-messages {
  padding: 28px 32px;
}

.orchid-shell.orchid-kiosk .orchid-input-row {
  min-height: 92px;
  padding: 18px 24px 24px;
  background: var(--orchid-kiosk-background);
}

.orchid-shell.orchid-kiosk .orchid-input {
  min-height: 56px;
  font-size: 18px;
  line-height: 26px;
}

.orchid-shell.orchid-kiosk .orchid-voice-toggle,
.orchid-shell.orchid-kiosk .orchid-send {
  width: 56px;
  height: 56px;
}

.orchid-shell.orchid-kiosk .orchid-messages {
  background: #ffffff;
  overflow-x: hidden;
}

.kiosk-widget-stage .orchid-shell.orchid-kiosk .orchid-messages {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 16px var(--orchid-kiosk-gutter) 0;
  overflow: hidden;
  background: var(--orchid-kiosk-background);
}

.orchid-shell.orchid-kiosk .orchid-message {
  max-width: 480px;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-radius: var(--orchid-radius-md);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  box-shadow: none;
}

.orchid-shell.orchid-kiosk .orchid-message-agent {
  background: var(--orchid-surface);
}

.orchid-shell.orchid-kiosk .orchid-typing {
  min-height: 56px;
  padding: 14px 22px;
  font-size: 20px;
  line-height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-message-user {
  min-height: 64px;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  border-radius: var(--orchid-radius-md) var(--orchid-radius-sm) var(--orchid-radius-md) var(--orchid-radius-md);
}

.orchid-shell.orchid-kiosk .orchid-response-group {
  gap: 32px;
  margin-bottom: 0;
  overflow: visible;
}

.orchid-shell.orchid-kiosk .orchid-results-module {
  gap: 40px;
  overflow: visible;
}

.orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-results-view,
.orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-prompt-view,
.orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-detail-view,
.orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-pickup-view {
  height: 100%;
  min-height: 0;
  gap: 32px;
  overflow: visible;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-agent-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex: 0 0 auto;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-agent-row .orchid-filter-chips {
  flex: 0 1 auto;
  max-width: calc(100% - 520px);
}

.orchid-shell.orchid-kiosk .orchid-filter-chips-empty {
  width: 1px;
  min-width: 1px;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-user-message {
  width: min(480px, 42vw);
  max-width: min(480px, 42vw);
  margin: 0;
  flex: 0 0 auto;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-results-body {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 40px;
  overflow-y: auto;
  overflow-x: visible;
  padding-bottom: 24px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-results-body::-webkit-scrollbar {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-filter-chips {
  gap: 16px;
  padding: 16px 20px;
  border-radius: 14px;
  background: var(--orchid-surface-soft);
}

.orchid-shell.orchid-kiosk .orchid-filter-chip {
  min-height: 48px;
  gap: 4px;
  padding: 10px 20px;
  border-radius: var(--orchid-radius-md);
  background: #ffffff;
  color: var(--orchid-text);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-filter-chip-remove {
  font-size: 18px;
}

.orchid-shell.orchid-kiosk .orchid-results-summary {
  margin: 0;
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-prompt-body {
  display: flex;
  width: min(1363px, 100%);
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 8px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-question {
  margin: 0;
  color: rgba(10, 10, 10, 0.71);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-option-grid {
  width: min(1363px, 100%);
  gap: 24px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-option-grid .orchid-refine-chip {
  min-height: 64px;
  padding: 16px 24px;
  border: 1px solid var(--orchid-kiosk-pill-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-kiosk-pill-bg);
  color: var(--orchid-text);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-spin-button {
  align-self: flex-start;
  min-height: 64px;
  gap: 12px;
  padding: 16px 33px;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 32px;
}

.orchid-kiosk-spin-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.orchid-kiosk-spin-icon svg {
  width: 100%;
  height: 100%;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-block > .orchid-section-label,
.orchid-shell.orchid-kiosk .orchid-kiosk-actions > .orchid-section-label {
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell {
  position: relative;
  width: calc(100% + (var(--orchid-kiosk-arrow-overhang) * 2));
  max-width: none;
  margin-inline: calc(var(--orchid-kiosk-arrow-overhang) * -1);
  padding-inline: var(--orchid-kiosk-arrow-overhang);
  overflow: visible;
}

.orchid-shell.orchid-kiosk .orchid-product-carousel {
  gap: 40px;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-padding: var(--orchid-kiosk-arrow-overhang);
}

.orchid-shell.orchid-kiosk .orchid-product-carousel::-webkit-scrollbar {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-product-tile {
  flex: 0 0 var(--orchid-kiosk-product-card-width);
  width: var(--orchid-kiosk-product-card-width);
  height: var(--orchid-kiosk-product-card-height);
  gap: 16px;
  scroll-snap-align: start;
}

.orchid-shell.orchid-kiosk .orchid-product-image-wrap {
  height: 228px;
  border-radius: var(--orchid-radius-md);
}

.orchid-shell.orchid-kiosk .orchid-product-tile-kiosk .orchid-product-image-wrap {
  flex: 0 0 var(--orchid-kiosk-product-image-height);
  min-height: var(--orchid-kiosk-product-image-height);
  height: var(--orchid-kiosk-product-image-height);
}

.orchid-shell.orchid-kiosk .orchid-product-image-empty svg {
  width: 48px;
  height: 48px;
}

.orchid-shell.orchid-kiosk .orchid-discount-pill {
  top: 8px;
  right: auto;
  left: 8px;
  min-height: 32px;
  padding: 2px 12px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-product-tile-copy {
  gap: 8px;
}

.orchid-shell.orchid-kiosk .orchid-product-tile-copy h3,
.orchid-shell.orchid-kiosk .orchid-product-tile-copy p {
  margin: 0;
}

.orchid-shell.orchid-kiosk .orchid-product-tile-copy h3,
.orchid-shell.orchid-kiosk .orchid-product-tile-copy h3 a,
.orchid-shell.orchid-kiosk .orchid-product-tile-copy p,
.orchid-shell.orchid-kiosk .orchid-product-tile-copy strong {
  color: var(--orchid-text);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.orchid-shell.orchid-kiosk .orchid-product-tile-copy p {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.orchid-shell.orchid-kiosk .orchid-product-tile-copy span {
  font-size: 18px;
  line-height: 26px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-body {
  gap: 32px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-grid {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-grid::-webkit-scrollbar {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-card {
  display: flex;
  width: 635px;
  min-width: 635px;
  min-height: 680px;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border: 1px solid #e2ddd6;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-kiosk-background);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-image-wrap {
  display: block;
  width: 100%;
  height: 446px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--orchid-surface-muted);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 12px 12px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading h3,
.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading p {
  margin: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading h3 {
  overflow: hidden;
  color: var(--orchid-text);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading p {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading strong {
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading span {
  color: var(--orchid-text-secondary);
  font-size: 20px;
  line-height: 28px;
  text-decoration: line-through;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-fact {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-fact > span {
  color: var(--orchid-text-secondary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-fact strong {
  overflow: hidden;
  color: var(--orchid-text);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-rating {
  display: inline-flex;
  gap: 2px;
  min-height: 28px;
  align-items: center;
  color: #f5f1eb;
  font-size: 24px;
  line-height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-rating .is-filled {
  color: var(--orchid-primary);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-note {
  width: min(657px, 100%);
  padding: 16px 24px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface-soft);
  color: var(--orchid-text);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-body {
  justify-content: center;
  gap: 0;
  overflow: hidden;
  padding-bottom: 16px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-full {
  position: relative;
  display: grid;
  width: min(1560px, 100%);
  height: min(760px, 100%);
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 20px;
  align-self: center;
  padding: 16px 20px 20px;
  border: 1px solid #ddd7d0;
  border-radius: var(--orchid-radius-md);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(10, 10, 10, 0.18), 0 2px 8px rgba(10, 10, 10, 0.08);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 8;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orchid-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--orchid-text);
  box-shadow: 0 8px 18px rgba(10, 10, 10, 0.12);
  cursor: pointer;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-close svg,
.orchid-shell.orchid-kiosk .orchid-kiosk-detail-close .orchid-button-icon {
  width: 24px;
  height: 24px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-main {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1fr);
  gap: 24px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-gallery {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--orchid-surface-muted);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-viewport {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-viewport::-webkit-scrollbar {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-slide {
  display: flex;
  min-width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e3dd;
  border-radius: 10px;
  background: #ffffff;
  color: var(--orchid-text);
  box-shadow: 0 8px 18px rgba(10, 10, 10, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-arrow svg,
.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-arrow span {
  width: 28px;
  height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-prev {
  left: 14px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-prev span {
  transform: rotate(180deg);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-next {
  right: 14px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-gallery-dot.is-active {
  width: 18px;
  background: #ffffff;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-scroll {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 64px;
  scrollbar-color: var(--orchid-primary) var(--orchid-surface-muted);
  scrollbar-width: thin;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-scroll::-webkit-scrollbar {
  width: 6px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-scroll::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--orchid-surface-muted);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--orchid-primary);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-heading h2 {
  margin: 0;
  color: var(--orchid-text);
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-heading p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-heading p span + span::before {
  margin-right: 8px;
  color: #a5a199;
  content: "·";
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: var(--orchid-text-secondary);
  font-size: 18px;
  line-height: 26px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-quote {
  align-self: flex-start;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-price {
  margin: 0;
  color: var(--orchid-text);
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-fact {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-fact span {
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-fact strong {
  overflow: hidden;
  color: var(--orchid-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-fact .orchid-kiosk-rating {
  font-size: 18px;
  line-height: 20px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-row {
  display: flex;
  width: 100%;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-row::-webkit-scrollbar {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-card {
  display: flex;
  min-width: min(320px, calc(100% - 20px));
  flex: 0 0 min(320px, calc(100% - 20px));
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  border: 1px solid #e8e3dd;
  border-radius: 8px;
  background: #ffffff;
  scroll-snap-align: start;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-card-head {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-card h3,
.orchid-shell.orchid-kiosk .orchid-kiosk-review-card p {
  margin: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-card h3 {
  color: var(--orchid-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-card p,
.orchid-shell.orchid-kiosk .orchid-kiosk-review-card-head > span {
  color: var(--orchid-text-secondary);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-review-card .orchid-kiosk-rating {
  font-size: 16px;
  line-height: 18px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px;
  border: 1px solid #e8e3dd;
  border-radius: 8px;
  background: #ffffff;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card h3,
.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card p,
.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card ul {
  margin: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card h3 {
  margin-bottom: 8px;
  color: var(--orchid-text);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card ul {
  padding-left: 20px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card li,
.orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card p {
  color: var(--orchid-text-secondary);
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-info-chevron {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #cdecc0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-info-chevron svg {
  width: 100%;
  height: 100%;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-footer {
  display: flex;
  min-height: 64px;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-quantity {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-right: auto;
  padding-left: 258px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-quantity-button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-quantity-button:disabled {
  color: var(--orchid-text-secondary);
  opacity: 0.45;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-quantity strong {
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-action {
  display: inline-flex;
  width: 196px;
  min-width: 178px;
  max-width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid var(--orchid-border);
  border-radius: 10px;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-action-primary {
  border-color: var(--orchid-primary);
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-action svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-detail-action.orchid-cart-added {
  padding: 14px 24px;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-view {
  display: block;
  width: 100%;
  padding: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  overflow: hidden;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage-method {
  padding-top: clamp(88px, 16dvh, 178px);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage-form {
  padding-top: clamp(88px, 14dvh, 137px);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage-success {
  padding-top: clamp(128px, 22dvh, 255px);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-panel,
.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success {
  display: flex;
  width: min(1280px, 100%);
  align-items: center;
  flex-direction: column;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-panel {
  gap: 48px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-heading h2,
.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-title h2 {
  margin: 0;
  color: rgba(10, 10, 10, 0.71);
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-heading p,
.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-copy > p {
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-methods {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method {
  display: flex;
  width: 360px;
  height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
  border: 2px solid #f7f5c5;
  border-radius: 16px;
  background: #fffef0;
  color: var(--orchid-text);
  cursor: pointer;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method.is-selected {
  border-color: #c6c01d;
  background: #f7f5c5;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--orchid-text);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method-icon svg {
  width: 100%;
  height: 100%;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method-copy strong {
  color: var(--orchid-text);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method-copy span {
  color: var(--orchid-text-secondary);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-actions {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button {
  display: inline-flex;
  width: 330px;
  height: 82px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: var(--orchid-radius-md);
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button-primary {
  border: 1px solid var(--orchid-primary);
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button-secondary {
  border: 1px solid var(--orchid-border);
  background: var(--orchid-surface-muted);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button-ghost {
  border: 1px solid transparent;
  background: transparent;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-field {
  display: flex;
  width: 708px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-field > span {
  color: var(--orchid-text-secondary);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-field input {
  width: 100%;
  height: 82px;
  padding: 16px 24px;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface-muted);
  color: var(--orchid-text-secondary);
  font: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success {
  gap: 64px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #29c04f;
  color: #ffffff;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-icon svg {
  width: 39px;
  height: 39px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-copy > p {
  font-size: 20px;
  line-height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-location {
  display: inline-flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border-radius: var(--orchid-radius-md);
  background: #f7f8f9;
  color: var(--orchid-text);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-location span {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-location svg {
  width: 100%;
  height: 100%;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-pickup-location strong {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  white-space: nowrap;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-arrow {
  position: absolute;
  top: calc(var(--orchid-kiosk-product-image-height) / 2);
  z-index: 60;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--orchid-radius-md);
  border: 1px solid var(--orchid-border);
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  box-shadow: var(--orchid-shadow);
  cursor: pointer;
  transform: translateY(-50%);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-arrow span,
.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-arrow svg {
  width: 28px;
  height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-prev {
  left: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-prev span {
  transform: rotate(180deg);
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-next {
  right: 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell[data-kiosk-product-count="0"] .orchid-kiosk-carousel-arrow,
.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell[data-kiosk-product-count="1"] .orchid-kiosk-carousel-arrow,
.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell[data-kiosk-product-count="2"] .orchid-kiosk-carousel-arrow,
.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell[data-kiosk-product-count="3"] .orchid-kiosk-carousel-arrow,
.orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell[data-kiosk-product-count="4"] .orchid-kiosk-carousel-arrow {
  display: none;
}

.orchid-shell.orchid-kiosk .orchid-price-range {
  width: min(642px, 100%);
  min-width: 320px;
  gap: 24px;
  margin: 0;
  padding: 24px 0;
  background: transparent;
  box-shadow: none;
}

.orchid-shell.orchid-kiosk .orchid-price-range-head {
  align-items: center;
  color: var(--orchid-text-secondary);
  font-size: 20px;
  line-height: 28px;
}

.orchid-shell.orchid-kiosk .orchid-price-range-head strong {
  color: var(--orchid-text);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.orchid-shell.orchid-kiosk .orchid-range-slider {
  width: calc(100% - 26px);
  height: 26px;
  margin-inline: 13px;
}

.orchid-shell.orchid-kiosk .orchid-price-track {
  position: absolute;
  z-index: 1;
  height: 16px;
  overflow: visible;
  border-radius: 999px;
  background: #f5f1eb;
}

.orchid-shell.orchid-kiosk .orchid-price-track span {
  display: block;
  margin-left: var(--min-percent, 0%);
  width: calc(var(--max-percent, 100%) - var(--min-percent, 0%));
  height: 100%;
  border-radius: inherit;
  background: #5fae3e;
}

.orchid-shell.orchid-kiosk .orchid-range-thumb {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #5fae3e;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.orchid-shell.orchid-kiosk .orchid-range-thumb-min {
  left: var(--min-percent, 0%);
}

.orchid-shell.orchid-kiosk .orchid-range-thumb-max {
  left: var(--max-percent, 100%);
}

.orchid-shell.orchid-kiosk .orchid-range-input {
  z-index: 3;
  height: 26px;
  opacity: 0;
}

.orchid-shell.orchid-kiosk .orchid-range-input::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  margin-top: -5px;
  background: transparent;
  opacity: 0;
}

.orchid-shell.orchid-kiosk .orchid-range-input::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: transparent;
  opacity: 0;
}

.orchid-shell.orchid-kiosk .orchid-range-input::-webkit-slider-runnable-track {
  height: 26px;
  border: 0;
  background: transparent;
}

.orchid-shell.orchid-kiosk .orchid-range-input::-moz-range-track {
  height: 26px;
  border: 0;
  background: transparent;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-actions {
  gap: 24px;
  margin: 0;
  padding: 24px 0;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-actions .orchid-pill-row {
  gap: 24px;
}

.orchid-shell.orchid-kiosk .orchid-kiosk-actions .orchid-refine-chip {
  min-height: 64px;
  padding: 16px 24px;
  border: 1px solid #e4e9f2;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-kiosk-pill-bg);
  border-color: var(--orchid-kiosk-pill-border);
  color: var(--orchid-text);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

@media (max-width: 1300px) and (orientation: landscape) {
  .orchid-shell.orchid-kiosk {
    --orchid-kiosk-gutter: 32px;
    --orchid-kiosk-arrow-overhang: 18px;
    --orchid-kiosk-product-card-width: clamp(248px, 27vw, 286px);
    --orchid-kiosk-product-card-height: 214px;
    --orchid-kiosk-product-image-height: 136px;
  }

  .kiosk-widget-stage .orchid-shell.orchid-kiosk .orchid-messages {
    padding: 14px var(--orchid-kiosk-gutter) 0;
  }

  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-results-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-prompt-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-detail-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-pickup-view {
    gap: 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-agent-row {
    gap: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-agent-row .orchid-filter-chips {
    max-width: calc(100% - 404px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-user-message {
    width: min(380px, 42vw);
    max-width: min(380px, 42vw);
    min-height: 52px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-results-body {
    gap: 14px;
    padding-bottom: 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-filter-chips {
    padding: 10px 14px;
  }

  .orchid-shell.orchid-kiosk .orchid-filter-chip {
    min-height: 42px;
    padding: 7px 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-results-summary {
    font-size: 20px;
    line-height: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-spin-button {
    min-height: 48px;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .orchid-kiosk-spin-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-block {
    gap: 8px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-block > .orchid-section-label,
  .orchid-shell.orchid-kiosk .orchid-kiosk-actions > .orchid-section-label {
    font-size: 15px;
    line-height: 22px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-carousel-shell {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .orchid-shell.orchid-kiosk .orchid-product-carousel {
    gap: 24px;
    padding-bottom: 2px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile {
    flex-basis: var(--orchid-kiosk-product-card-width);
    width: var(--orchid-kiosk-product-card-width);
    height: var(--orchid-kiosk-product-card-height);
    gap: 8px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-image-wrap,
  .orchid-shell.orchid-kiosk .orchid-product-tile-kiosk .orchid-product-image-wrap {
    flex-basis: var(--orchid-kiosk-product-image-height);
    min-height: var(--orchid-kiosk-product-image-height);
    height: var(--orchid-kiosk-product-image-height);
  }

  .orchid-shell.orchid-kiosk .orchid-discount-pill {
    min-height: 28px;
    padding: 1px 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile-copy {
    gap: 4px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile-copy h3,
  .orchid-shell.orchid-kiosk .orchid-product-tile-copy h3 a,
  .orchid-shell.orchid-kiosk .orchid-product-tile-copy p,
  .orchid-shell.orchid-kiosk .orchid-product-tile-copy strong {
    font-size: 16px;
    line-height: 22px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile-copy span {
    font-size: 14px;
    line-height: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-carousel-arrow {
    display: none;
  }

  .orchid-shell.orchid-kiosk .orchid-price-range,
  .orchid-shell.orchid-kiosk .orchid-kiosk-actions {
    gap: 10px;
    padding: 4px 0;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-actions .orchid-pill-row {
    gap: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-actions .orchid-refine-chip,
  .orchid-shell.orchid-kiosk .orchid-kiosk-option-grid .orchid-refine-chip {
    min-height: 46px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1301px) and (max-height: 1120px) {
  .orchid-shell.orchid-kiosk {
    --orchid-kiosk-product-card-width: 304px;
    --orchid-kiosk-product-card-height: 264px;
    --orchid-kiosk-product-image-height: 166px;
    --orchid-kiosk-arrow-overhang: 26px;
  }

  .kiosk-widget-stage .orchid-shell.orchid-kiosk .orchid-messages {
    padding: 16px var(--orchid-kiosk-gutter) 0;
  }

  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-results-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-prompt-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-detail-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-pickup-view {
    gap: 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage-method {
    padding-top: clamp(72px, 13dvh, 137px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage-form {
    padding-top: clamp(64px, 12dvh, 112px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage-success {
    padding-top: clamp(96px, 18dvh, 210px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-results-body {
    gap: 24px;
    padding-bottom: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-filter-chips {
    padding: 12px 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-filter-chip {
    min-height: 44px;
    padding: 8px 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-user-message {
    min-height: 56px;
    padding: 12px 24px;
    font-size: 22px;
    line-height: 30px;
  }

  .orchid-shell.orchid-kiosk .orchid-results-summary {
    font-size: 24px;
    line-height: 32px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-spin-button {
    min-height: 56px;
    padding: 12px 28px;
    font-size: 22px;
    line-height: 30px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-block {
    gap: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-block > .orchid-section-label,
  .orchid-shell.orchid-kiosk .orchid-kiosk-actions > .orchid-section-label {
    font-size: 18px;
    line-height: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-carousel {
    gap: 32px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile {
    flex-basis: var(--orchid-kiosk-product-card-width);
    width: var(--orchid-kiosk-product-card-width);
    height: var(--orchid-kiosk-product-card-height);
    gap: 10px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-image-wrap,
  .orchid-shell.orchid-kiosk .orchid-product-tile-kiosk .orchid-product-image-wrap {
    flex-basis: var(--orchid-kiosk-product-image-height);
    min-height: var(--orchid-kiosk-product-image-height);
    height: var(--orchid-kiosk-product-image-height);
  }

  .orchid-shell.orchid-kiosk .orchid-discount-pill {
    min-height: 30px;
    font-size: 17px;
    line-height: 26px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile-copy {
    gap: 6px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-tile-copy h3,
  .orchid-shell.orchid-kiosk .orchid-product-tile-copy h3 a,
  .orchid-shell.orchid-kiosk .orchid-product-tile-copy p,
  .orchid-shell.orchid-kiosk .orchid-product-tile-copy strong {
    font-size: 20px;
    line-height: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-body {
    gap: 0;
    padding-bottom: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-full {
    height: 100%;
    gap: 14px;
    padding: 14px 16px 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-main {
    grid-template-columns: minmax(330px, 0.9fr) minmax(410px, 1fr);
    gap: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-scroll {
    gap: 12px;
    padding-right: 56px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-price {
    font-size: 26px;
    line-height: 34px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card {
    min-height: 72px;
    padding: 14px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-footer {
    min-height: 56px;
    gap: 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-quantity {
    padding-left: clamp(120px, 16vw, 220px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-quantity-button {
    width: 44px;
    height: 44px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-action {
    width: 178px;
    min-width: 164px;
    min-height: 52px;
    padding: 12px 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-card {
    width: 560px;
    min-width: 560px;
    min-height: 0;
    gap: 14px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-image-wrap {
    height: 260px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-copy {
    gap: 12px;
    padding-bottom: 8px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-note {
    padding: 14px 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-price-range {
    gap: 14px;
    padding: 8px 0;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-actions {
    gap: 14px;
    padding: 8px 0;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-actions .orchid-refine-chip {
    min-height: 56px;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1301px) and (max-height: 980px) {
  .orchid-shell.orchid-kiosk {
    --orchid-kiosk-product-card-width: 286px;
    --orchid-kiosk-product-card-height: 248px;
    --orchid-kiosk-product-image-height: 154px;
  }

  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-results-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-prompt-view,
  .orchid-shell.orchid-kiosk .orchid-results-module.orchid-kiosk-detail-view,
  .orchid-shell.orchid-kiosk .orchid-kiosk-results-body {
    gap: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-body {
    gap: 0;
    padding-bottom: 10px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-spin-button {
    min-height: 52px;
    padding: 10px 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-product-carousel {
    gap: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-full {
    gap: 12px;
    padding: 12px 14px 14px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-main {
    grid-template-columns: minmax(300px, 0.82fr) minmax(390px, 1fr);
    gap: 16px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-heading p,
  .orchid-shell.orchid-kiosk .orchid-kiosk-product-quote {
    font-size: 12px;
    line-height: 18px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-rating-row {
    font-size: 15px;
    line-height: 22px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-price {
    font-size: 24px;
    line-height: 30px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-facts {
    gap: 10px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-fact span {
    font-size: 12px;
    line-height: 18px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-fact strong {
    font-size: 14px;
    line-height: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-review-card {
    min-width: min(280px, calc(100% - 20px));
    flex-basis: min(280px, calc(100% - 20px));
    padding: 10px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card {
    min-height: 62px;
    padding: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card li,
  .orchid-shell.orchid-kiosk .orchid-kiosk-product-info-card p {
    font-size: 13px;
    line-height: 19px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-footer {
    min-height: 50px;
    gap: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-quantity {
    gap: 12px;
    padding-left: clamp(80px, 12vw, 160px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-quantity-button {
    width: 40px;
    height: 40px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-actions {
    gap: 10px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-action {
    width: 156px;
    min-width: 142px;
    min-height: 48px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-card {
    width: 500px;
    min-width: 500px;
    min-height: 0;
    gap: 12px;
    padding: 14px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-image-wrap {
    height: 220px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-heading strong,
  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-fact strong,
  .orchid-shell.orchid-kiosk .orchid-kiosk-detail-note {
    font-size: 20px;
    line-height: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-price-range,
  .orchid-shell.orchid-kiosk .orchid-kiosk-actions {
    gap: 12px;
    padding: 6px 0;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-actions .orchid-refine-chip,
  .orchid-shell.orchid-kiosk .orchid-kiosk-option-grid .orchid-refine-chip {
    min-height: 52px;
    padding: 10px 20px;
  }
}

@media (max-width: 1180px) {
  .orchid-shell.orchid-kiosk .orchid-kiosk-product-full {
    overflow-y: auto;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-detail-main {
    grid-template-columns: 1fr;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-product-gallery {
    min-height: 320px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-quantity {
    padding-left: 0;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-agent-row {
    gap: 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-agent-row .orchid-filter-chips {
    max-width: calc(100% - 444px);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-user-message {
    width: min(420px, 42vw);
    max-width: min(420px, 42vw);
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-methods {
    width: 100%;
    gap: 20px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method {
    width: min(30vw, 300px);
    height: 220px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method-copy strong {
    font-size: 24px;
    line-height: 32px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-actions {
    gap: 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button {
    width: 260px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-field {
    width: min(708px, 100%);
  }
}

.orchid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 14px 16px 14px 24px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--orchid-border);
}

.orchid-header-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: min(220px, 42vw);
}

.orchid-header-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.orchid-eyebrow {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -0.024em;
  color: var(--orchid-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orchid-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.orchid-personalization,
.orchid-reset,
.orchid-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--orchid-text);
  cursor: pointer;
}

.orchid-personalization,
.orchid-reset {
  background: var(--orchid-surface-muted);
}

.orchid-close {
  background: transparent;
}

.orchid-personalization:hover,
.orchid-reset:hover,
.orchid-close:hover {
  background: #eceef2;
}

.orchid-voice-toggle,
.orchid-send {
  border: 0;
  cursor: pointer;
}

.orchid-messages {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 24px 20px;
  background:
    radial-gradient(circle at 50% -5%, rgba(3, 2, 19, 0.05), transparent 28%),
    linear-gradient(137.89deg, #ececf0 0%, #efeff2 8.33%, #f2f2f5 16.67%, #f5f5f7 25%, #f9f9fa 33.33%, #fcfcfc 41.67%, #ffffff 50%, #fcfcfc 58.33%, #f9f9fa 66.67%, #f5f5f7 75%, #f2f2f5 83.33%, #efeff2 91.67%, #ececf0 100%);
}

.orchid-message {
  max-width: var(--orchid-message-max-width);
  margin-bottom: 14px;
  padding: 12px 20px;
  border-radius: var(--orchid-radius-md);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.orchid-message-agent {
  background: rgba(255, 255, 255, 0.96);
  color: var(--orchid-text);
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.orchid-typing {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
}

.orchid-typing-label {
  white-space: nowrap;
}

.orchid-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.orchid-typing-dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.35;
  animation: orchid-typing-pulse 1100ms ease-in-out infinite;
}

.orchid-typing-dots span:nth-child(2) {
  animation-delay: 140ms;
}

.orchid-typing-dots span:nth-child(3) {
  animation-delay: 280ms;
}

.orchid-not-customer-link {
  color: var(--orchid-text);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.orchid-not-customer-link:hover {
  color: var(--orchid-primary-hover);
}

.orchid-message-user {
  margin-left: auto;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  border-radius: var(--orchid-radius-md) var(--orchid-radius-sm) var(--orchid-radius-md) var(--orchid-radius-md);
}

.orchid-response-group {
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-bottom: 14px;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

.orchid-response-group > .orchid-message,
.orchid-response-group > .orchid-card,
.orchid-response-group > .orchid-inline-button,
.orchid-response-group > .orchid-status {
  margin-bottom: 0;
}

.orchid-card {
  display: flex;
  align-items: center;
  gap: 8px;
  width: var(--orchid-card-width);
  max-width: 100%;
  padding: 0;
  background: var(--orchid-surface);
}

.orchid-card-media {
  flex: 0 0 auto;
  width: 72px;
  height: 56px;
  border-radius: var(--orchid-radius-md);
  overflow: hidden;
  background: var(--orchid-surface-muted);
  text-decoration: none;
}

.orchid-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orchid-card-body {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.orchid-card-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.orchid-card-title,
.orchid-card-price {
  margin: 0;
}

.orchid-card-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--orchid-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-card-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--orchid-text);
}

.orchid-trust-row,
.orchid-card-trust {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-top: 6px;
  color: var(--orchid-text-muted);
  font-size: 11px;
  line-height: 16px;
}

.orchid-card-trust {
  margin-top: 0;
}

.orchid-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  min-height: 18px;
  padding: 1px 7px;
  border: 1px solid rgba(99, 102, 241, 0.18);
  border-radius: 999px;
  color: var(--orchid-text);
  background: rgba(248, 250, 252, 0.9);
  white-space: nowrap;
}

.orchid-trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #64748b;
}

.orchid-trust-verified_live .orchid-trust-dot,
.orchid-trust-verified_cached .orchid-trust-dot {
  background: #12805c;
}

.orchid-trust-partial .orchid-trust-dot {
  background: #b7791f;
}

.orchid-trust-stale .orchid-trust-dot,
.orchid-trust-blocked .orchid-trust-dot {
  background: #c2410c;
}

.orchid-trust-detail {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.orchid-card-link,
.orchid-card-cart,
.orchid-inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: var(--orchid-radius-md);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.orchid-card-link,
.orchid-inline-button {
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  border: 0;
}

.orchid-login-button {
  width: min(330px, 100%);
  min-height: 56px;
  padding: 16px;
  gap: 12px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.orchid-login-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: currentColor;
}

.orchid-login-button-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.orchid-login-button-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.orchid-login-button:hover {
  background: var(--orchid-primary-hover);
  color: var(--orchid-text-inverse);
  transform: translateY(-1px);
}

.orchid-card-cart {
  border: 0;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-inline-chip {
  gap: 4px;
}

.orchid-quick-suggestions {
  display: flex;
  max-width: var(--orchid-message-max-width);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: -2px 0 14px;
}

.orchid-quick-suggestion {
  min-height: 40px;
  padding: 8px 16px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 20px;
  box-shadow: none;
}

.orchid-quick-suggestion:hover {
  background: #dfe3ea;
  color: var(--orchid-text);
}

.orchid-choice-question {
  width: var(--orchid-card-width);
  max-width: 100%;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.08);
}

.orchid-choice-header {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}

.orchid-choice-eyebrow,
.orchid-choice-title {
  margin: 0;
}

.orchid-choice-eyebrow {
  color: #5b5f75;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orchid-choice-title {
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
  letter-spacing: 0;
}

.orchid-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.orchid-choice-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 92px;
  grid-template-rows: auto 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--orchid-text);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.orchid-choice-card:hover {
  border-color: rgba(67, 56, 202, 0.48);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(67, 56, 202, 0.11);
  transform: translateY(-1px);
}

.orchid-choice-card:focus-visible {
  outline: 2px solid rgba(67, 56, 202, 0.55);
  outline-offset: 2px;
}

.orchid-choice-card:disabled {
  cursor: default;
}

.orchid-choice-question.is-answered .orchid-choice-card:not(.is-selected) {
  opacity: 0.48;
  filter: grayscale(0.12);
}

.orchid-choice-question.is-answered {
  padding: 12px;
}

.orchid-choice-question.is-answered .orchid-choice-header {
  margin-bottom: 8px;
}

.orchid-choice-question.is-answered .orchid-choice-title {
  color: #697184;
  font-size: 12px;
  line-height: 16px;
}

.orchid-choice-question.is-answered .orchid-choice-grid {
  display: none;
}

.orchid-choice-card.is-selected {
  border-color: rgba(67, 56, 202, 0.72);
  background: #f5f7ff;
  box-shadow: inset 0 0 0 1px rgba(67, 56, 202, 0.16), 0 8px 18px rgba(67, 56, 202, 0.14);
  transform: none;
}

.orchid-choice-summary {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(67, 56, 202, 0.2);
  border-radius: 999px;
  background: #f5f7ff;
  color: #312e81;
  font-size: 12px;
  line-height: 16px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.orchid-choice-summary[hidden] {
  display: none;
}

.orchid-choice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef2ff;
  color: #4338ca;
}

.orchid-choice-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.orchid-choice-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.orchid-choice-label {
  min-width: 0;
  color: var(--orchid-text);
  font-size: 13px;
  line-height: 17px;
  font-weight: 650;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.orchid-choice-hint {
  color: #697184;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.orchid-choice-check {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-choice-check svg {
  display: block;
  width: 14px;
  height: 14px;
}

.orchid-choice-card.is-selected .orchid-choice-check {
  display: inline-flex;
}

.orchid-location-input {
  width: var(--orchid-card-width);
  max-width: 100%;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.08);
}

.orchid-location-header {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}

.orchid-location-eyebrow,
.orchid-location-title {
  margin: 0;
}

.orchid-location-eyebrow {
  color: #5b5f75;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orchid-location-title {
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
  letter-spacing: 0;
}

.orchid-location-form {
  display: grid;
  gap: 10px;
}

.orchid-location-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.02), 0 1px 2px rgba(15, 23, 42, 0.04);
}

.orchid-location-control {
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--orchid-text);
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  outline: none;
}

.orchid-location-control::placeholder {
  color: #7a8194;
}

.orchid-location-submit {
  min-width: 74px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: #070719;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.orchid-location-submit:disabled {
  cursor: default;
  opacity: 0.6;
}

.orchid-location-helper {
  margin: -2px 2px 0;
  color: #697184;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.orchid-location-helper[hidden],
.orchid-location-suggestions[hidden],
.orchid-location-summary[hidden] {
  display: none;
}

.orchid-location-suggestions {
  display: grid;
  gap: 8px;
}

.orchid-location-suggestion {
  display: grid;
  gap: 3px;
  width: 100%;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(125, 116, 229, 0.18);
  border-radius: 14px;
  background: #eef6ff;
  color: var(--orchid-text);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.orchid-location-suggestion:hover {
  border-color: rgba(37, 99, 235, 0.28);
  background: #e0f2fe;
}

.orchid-location-suggestion-label {
  min-width: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.orchid-location-suggestion-meta {
  color: #64748b;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
}

.orchid-location-input.is-answered {
  padding: 12px;
}

.orchid-location-input.is-answered .orchid-location-header {
  margin-bottom: 8px;
}

.orchid-location-input.is-answered .orchid-location-title {
  color: #697184;
  font-size: 12px;
  line-height: 16px;
}

.orchid-location-summary {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 999px;
  background: #ecfeff;
  color: #155e75;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.orchid-quote-estimate {
  width: var(--orchid-card-width);
  max-width: 100%;
  padding: 14px;
  border: 1px solid rgba(125, 116, 229, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12), 0 1px 2px rgba(15, 23, 42, 0.08);
}

.orchid-quote-hero {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.orchid-quote-hero-icon,
.orchid-quote-fact-icon,
.orchid-quote-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #4338ca;
}

.orchid-quote-hero-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #eef2ff;
}

.orchid-quote-hero-icon svg,
.orchid-quote-fact-icon svg,
.orchid-quote-action-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.orchid-quote-hero-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.orchid-quote-eyebrow,
.orchid-quote-title,
.orchid-quote-disclaimer {
  margin: 0;
}

.orchid-quote-eyebrow {
  color: #5b5f75;
  font-size: 11px;
  line-height: 15px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orchid-quote-title {
  color: var(--orchid-text);
  font-size: 17px;
  line-height: 22px;
  font-weight: 750;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.orchid-quote-price {
  display: grid;
  gap: 3px;
  padding: 14px;
  border-radius: 18px;
  background: #070719;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.orchid-quote-price-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orchid-quote-price-value {
  font-size: 27px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.orchid-quote-subtitle {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 17px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.orchid-quote-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.orchid-quote-fact {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  background: #eff6ff;
}

.orchid-quote-fact:nth-child(2) {
  background: #f5f3ff;
}

.orchid-quote-fact:nth-child(3) {
  background: #ecfdf5;
}

.orchid-quote-fact:nth-child(4) {
  background: #fff7ed;
}

.orchid-quote-fact:nth-child(5) {
  background: #fdf2f8;
}

.orchid-quote-fact:nth-child(6) {
  background: #f0fdfa;
}

.orchid-quote-fact-icon {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.7);
}

.orchid-quote-fact-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.orchid-quote-fact-label {
  color: #697184;
  font-size: 10px;
  line-height: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.orchid-quote-fact-value {
  min-width: 0;
  color: var(--orchid-text);
  font-size: 12px;
  line-height: 16px;
  font-weight: 750;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.orchid-quote-disclaimer {
  margin-top: 10px;
  color: #697184;
  font-size: 11px;
  line-height: 15px;
  font-weight: 550;
}

.orchid-quote-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.orchid-quote-action {
  display: grid;
  min-width: 0;
  min-height: 76px;
  gap: 7px;
  justify-items: start;
  align-content: center;
  padding: 10px;
  border: 1px solid rgba(125, 116, 229, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--orchid-text);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.orchid-quote-action:hover {
  border-color: rgba(67, 56, 202, 0.42);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(67, 56, 202, 0.11);
  transform: translateY(-1px);
}

.orchid-quote-action:disabled {
  cursor: default;
}

.orchid-quote-action.is-selected {
  border-color: rgba(67, 56, 202, 0.72);
  background: #f5f7ff;
  box-shadow: inset 0 0 0 1px rgba(67, 56, 202, 0.14);
  transform: none;
}

.orchid-quote-action-label {
  min-width: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.orchid-quote-summary {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  min-height: 30px;
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(67, 56, 202, 0.2);
  border-radius: 999px;
  background: #f5f3ff;
  color: #4338ca;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.orchid-quote-summary[hidden] {
  display: none;
}

.orchid-inline-tag {
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface);
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 18px;
}

.orchid-inline-tag:hover {
  color: var(--orchid-text);
  border-color: var(--orchid-text-secondary);
}

.orchid-status {
  margin-bottom: 12px;
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.orchid-results-module,
.orchid-compare-module,
.orchid-cart-confirmation,
.orchid-cart-module,
.orchid-personalization-module,
.orchid-return-module,
.orchid-weather-module {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  overflow-x: hidden;
}

.orchid-filter-chips,
.orchid-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}

.orchid-filter-chip,
.orchid-refine-chip,
.orchid-return-pill,
.orchid-personalization-action,
.orchid-post-cart-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 0;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.orchid-filter-chips {
  align-self: flex-start;
  padding: 12px;
  border-radius: 12px;
  background: rgba(236, 238, 242, 0.58);
}

.orchid-filter-chip {
  min-height: 32px;
  gap: 5px;
  padding: 6px 10px 6px 12px;
  border-radius: 999px;
  background: var(--orchid-surface-muted);
  font-size: 12px;
  color: var(--orchid-text-secondary);
}

.orchid-filter-chip-remove {
  color: currentColor;
  font-size: 14px;
  line-height: 1;
}

.orchid-filter-chip:hover {
  color: var(--orchid-text);
}

.orchid-primary-pill,
.orchid-post-cart-action:first-child {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-cart-header,
.orchid-cart-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.orchid-cart-header h3 {
  margin: 2px 0 0;
  color: var(--orchid-text);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.orchid-personalization-module {
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(10, 10, 10, 0.07);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 252, 0.96) 100%);
  box-shadow: 0 10px 28px rgba(3, 2, 19, 0.07), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.orchid-personalization-hero {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 2px 2px 0;
}

.orchid-personalization-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.orchid-personalization-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.orchid-personalization-mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-top: 1px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.95) 0 16%, transparent 17%),
    linear-gradient(135deg, #030213 0%, #36364d 100%);
  box-shadow: 0 8px 16px rgba(3, 2, 19, 0.18);
}

.orchid-personalization-header h3 {
  margin: 2px 0 0;
  color: var(--orchid-text);
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}

.orchid-personalization-summary {
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(10, 10, 10, 0.05);
  border-radius: 14px;
  background: #fffafa;
  color: var(--orchid-text);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.orchid-personalization-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
}

.orchid-personalization-group {
  --orchid-preference-accent: #4f63d7;
  --orchid-preference-accent-soft: rgba(79, 99, 215, 0.14);
  --orchid-preference-accent-wash: rgba(79, 99, 215, 0.065);
  --orchid-preference-border: rgba(79, 99, 215, 0.24);
  --orchid-preference-chip-bg: rgba(239, 241, 253, 0.82);
  display: flex;
  position: relative;
  min-width: 0;
  min-height: 98px;
  flex-direction: column;
  gap: 13px;
  padding: 12px 11px;
  border: 1px solid var(--orchid-preference-border);
  border-radius: 20px;
  background: #fffafa;
  box-shadow: 0 14px 30px rgba(3, 2, 19, 0.045), 0 1px 0 rgba(255, 255, 255, 0.82) inset;
  overflow: hidden;
}

.orchid-personalization-group::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 250, 250, 0) 54%);
  pointer-events: none;
}

.orchid-personalization-group > * {
  position: relative;
  z-index: 1;
}

.orchid-personalization-group[data-preference-type="style"],
.orchid-personalization-group[data-preference-type="styles"] {
  --orchid-preference-accent: #4b65d8;
  --orchid-preference-accent-soft: rgba(75, 101, 216, 0.16);
  --orchid-preference-accent-wash: rgba(75, 101, 216, 0.074);
  --orchid-preference-border: rgba(75, 101, 216, 0.25);
  --orchid-preference-chip-bg: rgba(239, 241, 253, 0.86);
}

.orchid-personalization-group[data-preference-type="fabric"],
.orchid-personalization-group[data-preference-type="fabrics"] {
  --orchid-preference-accent: #a6641b;
  --orchid-preference-accent-soft: rgba(223, 147, 55, 0.17);
  --orchid-preference-accent-wash: rgba(223, 147, 55, 0.078);
  --orchid-preference-border: rgba(223, 147, 55, 0.26);
  --orchid-preference-chip-bg: rgba(253, 244, 234, 0.86);
}

.orchid-personalization-group[data-preference-type="color"],
.orchid-personalization-group[data-preference-type="colors"] {
  --orchid-preference-accent: #2f7d57;
  --orchid-preference-accent-soft: rgba(50, 139, 93, 0.16);
  --orchid-preference-accent-wash: rgba(50, 139, 93, 0.072);
  --orchid-preference-border: rgba(50, 139, 93, 0.25);
  --orchid-preference-chip-bg: rgba(238, 249, 243, 0.86);
}

.orchid-personalization-group[data-preference-type="size"],
.orchid-personalization-group[data-preference-type="sizes"] {
  --orchid-preference-accent: #b14b70;
  --orchid-preference-accent-soft: rgba(193, 92, 124, 0.15);
  --orchid-preference-accent-wash: rgba(193, 92, 124, 0.068);
  --orchid-preference-border: rgba(193, 92, 124, 0.24);
  --orchid-preference-chip-bg: rgba(252, 240, 246, 0.86);
}

.orchid-personalization-group[data-preference-type="fit"],
.orchid-personalization-group[data-preference-type="fit_terms"] {
  --orchid-preference-accent: #157478;
  --orchid-preference-accent-soft: rgba(36, 139, 143, 0.15);
  --orchid-preference-accent-wash: rgba(36, 139, 143, 0.068);
  --orchid-preference-border: rgba(36, 139, 143, 0.24);
  --orchid-preference-chip-bg: rgba(236, 249, 250, 0.86);
}

.orchid-personalization-group[data-preference-type="occasion"],
.orchid-personalization-group[data-preference-type="occasions"] {
  --orchid-preference-accent: #7a55bf;
  --orchid-preference-accent-soft: rgba(137, 97, 199, 0.15);
  --orchid-preference-accent-wash: rgba(137, 97, 199, 0.068);
  --orchid-preference-border: rgba(137, 97, 199, 0.24);
  --orchid-preference-chip-bg: rgba(246, 240, 253, 0.86);
}

.orchid-personalization-group[data-preference-type="category"],
.orchid-personalization-group[data-preference-type="categories"] {
  --orchid-preference-accent: #596f2b;
  --orchid-preference-accent-soft: rgba(127, 151, 61, 0.15);
  --orchid-preference-accent-wash: rgba(127, 151, 61, 0.068);
  --orchid-preference-border: rgba(127, 151, 61, 0.24);
  --orchid-preference-chip-bg: rgba(247, 249, 237, 0.86);
}

.orchid-personalization-group[data-preference-type="price_band"],
.orchid-personalization-group[data-preference-type="price_bands"] {
  --orchid-preference-accent: #9b6a19;
  --orchid-preference-accent-soft: rgba(206, 149, 48, 0.16);
  --orchid-preference-accent-wash: rgba(206, 149, 48, 0.072);
  --orchid-preference-border: rgba(206, 149, 48, 0.24);
  --orchid-preference-chip-bg: rgba(252, 246, 235, 0.86);
}

.orchid-personalization-group[data-preference-type="negative_preferences"],
.orchid-personalization-group[data-preference-type="avoid"] {
  --orchid-preference-accent: #a84c4c;
  --orchid-preference-accent-soft: rgba(190, 86, 86, 0.13);
  --orchid-preference-accent-wash: rgba(190, 86, 86, 0.06);
  --orchid-preference-border: rgba(190, 86, 86, 0.22);
  --orchid-preference-chip-bg: rgba(253, 241, 241, 0.86);
}

.orchid-personalization-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.orchid-personalization-group-header .orchid-section-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-personalization-group-header span {
  display: inline-flex;
  min-width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 42%),
    var(--orchid-preference-accent-soft);
  color: var(--orchid-preference-accent);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.orchid-personalization-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.orchid-personalization-chip {
  display: inline-flex;
  max-width: 100%;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 7px 11px 7px 7px;
  border: 1px solid var(--orchid-preference-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%),
    var(--orchid-preference-chip-bg);
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  cursor: default;
  overflow-wrap: anywhere;
  box-shadow: 0 2px 5px rgba(3, 2, 19, 0.035), 0 1px 0 rgba(255, 255, 255, 0.84) inset;
  user-select: text;
}

.orchid-personalization-chip::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--orchid-preference-accent) 0 3px, rgba(255, 255, 255, 0) 4px),
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 48%),
    var(--orchid-preference-accent-soft);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86) inset, 0 1px 3px rgba(3, 2, 19, 0.06);
}

.orchid-personalization-evidence {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(236, 238, 242, 0.5);
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 18px;
}

.orchid-personalization-evidence span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #8b8da0;
}

.orchid-personalization-actions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.orchid-personalization-action {
  width: 100%;
  min-height: 40px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 18px;
  white-space: normal;
}

.orchid-personalization-action:first-child {
  grid-column: 1 / -1;
}

.orchid-personalization-action-primary {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-personalization-action-primary:hover {
  background: var(--orchid-primary-hover);
}

.orchid-personalization-action-secondary,
.orchid-personalization-action-muted {
  background: rgba(236, 238, 242, 0.78);
  color: var(--orchid-text);
}

.orchid-personalization-action-secondary:hover,
.orchid-personalization-action-muted:hover {
  background: #e2e5eb;
}

.orchid-personalization-action-muted {
  color: var(--orchid-text-secondary);
}

.orchid-personalization-link {
  text-decoration: none;
}

.orchid-cart-header > strong,
.orchid-cart-footer strong {
  color: var(--orchid-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.orchid-cart-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.orchid-cart-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  grid-template-areas:
    "image copy qty"
    "image copy remove";
  gap: 8px 12px;
  align-items: center;
  padding: 10px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface);
}

.orchid-cart-item-image {
  grid-area: image;
  display: grid;
  width: 64px;
  height: 76px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
}

.orchid-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orchid-cart-item-copy {
  grid-area: copy;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.orchid-cart-item-copy a {
  overflow: hidden;
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.orchid-cart-item-copy span {
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
}

.orchid-cart-item-copy strong {
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.orchid-cart-quantity {
  grid-area: qty;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-self: end;
  min-height: 32px;
  padding: 2px;
  border-radius: 999px;
  background: var(--orchid-surface-muted);
}

.orchid-cart-quantity button,
.orchid-cart-remove {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.orchid-cart-quantity button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--orchid-surface);
  color: var(--orchid-text);
  font-size: 18px;
  line-height: 1;
}

.orchid-cart-quantity span {
  min-width: 20px;
  color: var(--orchid-text);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.orchid-cart-remove {
  grid-area: remove;
  justify-self: end;
  padding: 0;
  background: transparent;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
}

.orchid-cart-footer {
  padding-top: 4px;
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
}

.orchid-cart-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orchid-cart-actions .orchid-post-cart-action {
  width: 100%;
}

.orchid-results-summary,
.orchid-muted-copy,
.orchid-section-label {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--orchid-text);
}

.orchid-muted-copy,
.orchid-section-label {
  color: var(--orchid-text-secondary);
}

.orchid-section-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.orchid-view-all {
  align-self: flex-start;
}

.orchid-weather-card {
  display: flex;
  width: 100%;
  min-height: 96px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface-soft);
  color: var(--orchid-text);
}

.orchid-weather-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: var(--orchid-text);
}

.orchid-weather-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.orchid-weather-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.orchid-weather-copy p,
.orchid-weather-copy div {
  margin: 0;
}

.orchid-weather-copy p {
  overflow: hidden;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-weather-copy div {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.orchid-weather-copy strong {
  color: var(--orchid-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.orchid-weather-copy span {
  color: var(--orchid-text-secondary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.orchid-product-carousel {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 24px 4px 0;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  touch-action: pan-x pan-y;
  scrollbar-width: thin;
}

.orchid-product-tile {
  position: relative;
  display: flex;
  flex: 0 0 157px;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.orchid-product-image-wrap,
.orchid-compare-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  text-decoration: none;
}

.orchid-product-image-wrap {
  height: 209px;
}

.orchid-product-image,
.orchid-compare-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orchid-product-image-empty {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--orchid-text-secondary);
}

.orchid-product-image-empty svg,
.orchid-product-kind svg,
.orchid-tile-cart svg,
.orchid-compare-cart svg,
.orchid-success-banner svg {
  width: 20px;
  height: 20px;
}

.orchid-discount-pill,
.orchid-product-kind {
  position: absolute;
  top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 8px;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-discount-pill {
  right: 12px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 24px;
}

.orchid-product-kind {
  left: 12px;
  width: 32px;
}

.orchid-product-tile-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.orchid-product-tile-copy h3,
.orchid-compare-card h3 {
  margin: 0;
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-product-tile-copy p,
.orchid-compare-price {
  display: flex;
  gap: 8px;
  margin: 0;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

.orchid-product-tile-copy .orchid-product-match-reason,
.orchid-card-copy .orchid-product-match-reason {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.orchid-product-tile-copy strong,
.orchid-compare-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.orchid-product-tile-copy span,
.orchid-card-price span,
.orchid-compare-price span {
  color: var(--orchid-text-secondary);
  text-decoration: line-through;
}

.orchid-card-price em {
  color: var(--orchid-text-secondary);
  font-style: normal;
}

.orchid-tile-cart {
  position: absolute;
  right: 12px;
  bottom: 64px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  background: var(--orchid-surface);
  color: var(--orchid-text);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.12);
}

.orchid-tile-try-on {
  position: absolute;
  left: 10px;
  bottom: 64px;
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 16px;
  background: var(--orchid-surface);
  color: var(--orchid-text);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.12);
}

.orchid-card-try-on {
  border: 1px solid var(--orchid-border);
  border-radius: 8px;
  background: var(--orchid-surface);
  color: var(--orchid-text);
  cursor: pointer;
  font: inherit;
  padding: 7px 10px;
}

.orchid-try-on-modal {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: end center;
  padding: 16px;
  background: rgba(10, 10, 10, 0.24);
}

.orchid-try-on-panel {
  position: relative;
  display: flex;
  width: min(100%, 360px);
  max-height: calc(100% - 20px);
  flex-direction: column;
  gap: 14px;
  overflow: auto;
  border: 1px solid var(--orchid-border);
  border-radius: 12px;
  background: var(--orchid-surface);
  color: var(--orchid-text);
  padding: 18px;
  box-shadow: 0 18px 48px rgba(10, 10, 10, 0.22);
}

.orchid-try-on-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 16px;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  cursor: pointer;
}

.orchid-try-on-close svg {
  width: 18px;
  height: 18px;
}

.orchid-try-on-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-right: 28px;
}

.orchid-try-on-product img {
  width: 64px;
  height: 84px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--orchid-surface-muted);
}

.orchid-try-on-product h3 {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.orchid-try-on-upload {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px dashed var(--orchid-border);
  border-radius: 10px;
  padding: 12px;
  color: var(--orchid-text);
}

.orchid-try-on-upload span {
  font-size: 14px;
  line-height: 20px;
}

.orchid-try-on-upload input {
  width: 100%;
}

.orchid-try-on-disclaimer,
.orchid-try-on-status {
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 18px;
}

.orchid-try-on-results {
  display: grid;
  gap: 10px;
}

.orchid-try-on-results img {
  width: 100%;
  border-radius: 10px;
  background: var(--orchid-surface-muted);
}

.orchid-refine-block,
.orchid-price-range,
.orchid-return-group,
.orchid-return-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.orchid-price-range {
  padding: 14px 16px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface);
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.orchid-price-range-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
}

.orchid-price-range-head strong {
  color: var(--orchid-text);
}

.orchid-price-track {
  position: absolute;
  inset: 50% 0 auto;
  transform: translateY(-50%);
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--orchid-surface-muted);
}

.orchid-price-track span {
  display: block;
  margin-left: var(--min-percent, 0%);
  width: calc(var(--max-percent, 100%) - var(--min-percent, 0%));
  height: 100%;
  border-radius: inherit;
  background: var(--orchid-primary);
}

.orchid-range-thumb {
  display: none;
}

.orchid-range-slider {
  position: relative;
  width: 100%;
  height: 20px;
}

.orchid-range-input {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 13px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  transform: translateY(-50%);
}

.orchid-range-input::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  margin-top: -3.5px;
  border: 0;
  border-radius: 50%;
  background: var(--orchid-primary);
  cursor: grab;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.orchid-range-input::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: var(--orchid-primary);
  cursor: grab;
  pointer-events: auto;
}

.orchid-range-input::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

.orchid-range-input::-moz-range-track {
  height: 6px;
  background: transparent;
}

.orchid-range-input:focus-visible::-webkit-slider-thumb {
  outline: 2px solid rgba(3, 2, 19, 0.65);
  outline-offset: 2px;
}

.orchid-range-input:focus-visible::-moz-range-thumb {
  outline: 2px solid rgba(3, 2, 19, 0.65);
  outline-offset: 2px;
}

.orchid-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.orchid-compare-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface);
}

.orchid-compare-image {
  height: 144px;
}

.orchid-compare-cart {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-height: 32px;
  padding: 6px 10px;
  border: 0;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}

.orchid-compare-field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid var(--orchid-border);
  font-size: 12px;
  line-height: 16px;
}

.orchid-compare-field span {
  color: var(--orchid-text-secondary);
}

.orchid-compare-field strong {
  color: var(--orchid-text);
  font-weight: 500;
}

.orchid-compare-carousel {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.orchid-compare-carousel::-webkit-scrollbar {
  display: none;
}

.orchid-compare-slide {
  display: flex;
  flex: 0 0 100%;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  scroll-snap-align: start;
}

.orchid-compare-pair {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.orchid-compare-card {
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface);
}

.orchid-compare-card-best {
  background: var(--orchid-surface-muted);
}

.orchid-compare-image {
  height: 96px;
  border-radius: var(--orchid-radius-md);
}

.orchid-compare-best {
  position: absolute;
  left: 7px;
  top: 6px;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.orchid-compare-product-title {
  width: 100%;
  margin: -6px 0 0;
  overflow: hidden;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-compare-why,
.orchid-compare-recommendation {
  padding: 12px;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-md);
  background: var(--orchid-surface);
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 24px;
}

.orchid-compare-why strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}

.orchid-compare-why p,
.orchid-compare-recommendation p,
.orchid-compare-reasons p {
  margin: 0;
}

.orchid-compare-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 4px 0;
}

.orchid-compare-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d7d8dc;
  cursor: pointer;
}

.orchid-compare-dot.is-active {
  background: var(--orchid-primary);
}

.orchid-compare-dot:focus-visible {
  outline: 2px solid rgba(3, 2, 19, 0.65);
  outline-offset: 3px;
}

.orchid-compare-recommendation {
  border: 0;
  background: var(--orchid-surface-muted);
}

.orchid-compare-recommendation strong {
  font-weight: 600;
}

.orchid-compare-reasons {
  color: var(--orchid-text);
  font-size: 14px;
  line-height: 24px;
}

.orchid-compare-reasons ul {
  margin: 0;
  padding-left: 18px;
}

.orchid-compare-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.orchid-success-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--orchid-radius-md);
  background: #e8f4ee;
  color: #11613f;
  font-size: 14px;
  line-height: 20px;
}

.orchid-return-module {
  gap: 12px;
}

.orchid-return-module > .orchid-results-summary {
  line-height: 20px;
}

.orchid-return-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  padding: 10px 12px;
  border: 1px dashed rgba(3, 2, 19, 0.16);
  border-radius: 14px;
  background: rgba(248, 249, 251, 0.88);
}

.orchid-return-order-confirmed {
  border-style: solid;
  border-color: rgba(3, 2, 19, 0.08);
  background: var(--orchid-surface-soft);
}

.orchid-return-order label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.orchid-return-order label span {
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.orchid-return-order-input {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(3, 2, 19, 0.11);
  border-radius: 10px;
  background: var(--orchid-surface);
  color: var(--orchid-text);
  font: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.orchid-return-order-input::placeholder {
  color: var(--orchid-text-secondary);
}

.orchid-return-order > .orchid-return-pill {
  min-height: 34px;
  white-space: nowrap;
}

.orchid-return-order span,
.orchid-return-lock {
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 17px;
}

.orchid-return-order p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 17px;
}

.orchid-return-items {
  display: grid;
  gap: 8px;
}

.orchid-return-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto auto;
  min-height: 58px;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--orchid-surface-soft);
  justify-content: stretch;
  text-align: left;
}

.orchid-return-item-no-image {
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding-left: 14px;
}

.orchid-return-item-selected {
  border-color: rgba(3, 2, 19, 0.12);
  background: #f4f5f8;
}

.orchid-return-item img {
  width: 46px;
  height: 42px;
  border-radius: 9px;
  object-fit: cover;
}

.orchid-return-item span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-return-item-no-image span {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.orchid-return-item strong {
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.orchid-return-item em {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  color: var(--orchid-primary);
  font-style: normal;
}

.orchid-return-item em svg {
  width: 16px;
  height: 16px;
}

.orchid-return-item-cta {
  min-width: auto;
  width: auto;
  padding: 0 3px;
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.orchid-return-group {
  gap: 7px;
}

.orchid-return-group .orchid-section-label {
  line-height: 15px;
}

.orchid-return-group .orchid-pill-row {
  gap: 7px;
}

.orchid-return-pill {
  min-height: 31px;
  padding: 6px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 18px;
}

.orchid-return-summary {
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(3, 2, 19, 0.06);
  border-radius: 14px;
  background: #f8f9fb;
}

.orchid-return-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.orchid-return-summary-head span {
  color: var(--orchid-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.orchid-return-summary-head strong {
  color: var(--orchid-text);
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.orchid-return-summary-list {
  display: grid;
  gap: 6px;
  margin: 0;
}

.orchid-return-summary-list div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.orchid-return-summary-list dt,
.orchid-return-summary-list dd {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.orchid-return-summary-list dt {
  color: var(--orchid-text-secondary);
  font-weight: 500;
}

.orchid-return-summary-list dd {
  min-width: 0;
  overflow: hidden;
  color: var(--orchid-text);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-return-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.orchid-return-actions .orchid-primary-pill {
  flex: 1 1 148px;
}

.orchid-return-pill:disabled,
.orchid-return-pill[aria-disabled="true"] {
  opacity: 0.48;
  cursor: not-allowed;
}

.orchid-cart-added {
  width: auto;
  min-width: 36px;
  gap: 6px;
  padding: 6px 10px;
  background: #e8f4ee;
  color: #11613f;
}

.orchid-input-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: 12px;
  align-items: center;
  padding: 13px 16px 12px;
  background: var(--orchid-surface);
  border-top: 1px solid var(--orchid-border);
}

.orchid-keyboard-toggle,
.orchid-voice-toggle,
.orchid-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 28px;
}

.orchid-keyboard-toggle {
  border: 0;
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  cursor: pointer;
}

.orchid-voice-toggle {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  transition: transform 140ms ease, box-shadow 180ms ease, background 160ms ease;
}

.orchid-voice-toggle-active {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  transform: scale(0.96);
  box-shadow: 0 0 0 8px rgba(2, 6, 23, 0.08);
}

.orchid-press-to-talk .orchid-voice-toggle:not(:disabled) {
  box-shadow: 0 0 0 1px rgba(2, 6, 23, 0.04), 0 10px 22px rgba(2, 6, 23, 0.16);
}

.orchid-press-to-talk .orchid-voice-toggle-active {
  background: #0f6b52;
  box-shadow: 0 0 0 9px rgba(15, 107, 82, 0.16), 0 12px 28px rgba(15, 107, 82, 0.22);
}

.orchid-send {
  border: 0;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-input-wrap {
  position: relative;
  display: flex;
  min-width: 0;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--orchid-text-secondary);
}

.orchid-input-helper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 16px;
  line-height: 24px;
  transition: opacity 160ms ease;
}

.orchid-input {
  min-width: 0;
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--orchid-radius-lg);
  background: transparent;
  color: var(--orchid-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

.orchid-input::placeholder {
  color: transparent;
  opacity: 0;
}

.orchid-text-entry-active .orchid-input,
.orchid-has-text .orchid-input {
  border: 1px solid var(--orchid-border);
  background: var(--orchid-surface);
  text-align: left;
}

.orchid-text-entry-active .orchid-input::placeholder {
  color: var(--orchid-text-secondary);
  opacity: 1;
}

.orchid-text-entry-active .orchid-input-helper,
.orchid-has-text .orchid-input-helper {
  opacity: 0;
}

.orchid-listening .orchid-input-row {
  grid-template-columns: minmax(0, 1fr) 56px;
}

.orchid-listening .orchid-keyboard-toggle {
  display: none;
}

.orchid-listening .orchid-input-wrap {
  min-width: 0;
  justify-content: flex-start;
  gap: 12px;
  height: 56px;
  padding: 0 20px 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  box-shadow: none;
}

.orchid-listening .orchid-input-wrap::before {
  content: attr(data-voice-label);
  min-width: 0;
  overflow: hidden;
  color: var(--orchid-text-inverse);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orchid-listening .orchid-input-wrap::after {
  content: "";
  flex: 0 0 40px;
  width: 40px;
  height: 22px;
  margin-left: auto;
  background: linear-gradient(90deg, currentColor 0 5px, transparent 5px 11px, currentColor 11px 16px, transparent 16px 22px, currentColor 22px 27px, transparent 27px 33px, currentColor 33px 38px);
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  animation: orchid-bars 900ms ease-in-out infinite;
}

.orchid-listening .orchid-input,
.orchid-listening .orchid-input-helper {
  display: none;
}

.orchid-press-to-talk:not(.orchid-has-text):not(.orchid-text-entry-active) .orchid-input-helper {
  color: #2f5d4c;
  font-weight: 600;
}

.orchid-press-to-talk.orchid-listening .orchid-input-wrap {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

.orchid-listening[data-voice-phase="processing"] .orchid-input-wrap {
  border: 0;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  box-shadow: none;
}

.orchid-listening .orchid-voice-toggle-active {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  transform: none;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 7px rgba(3, 2, 19, 0.22), 0 10px 22px rgba(3, 2, 19, 0.18);
}

@keyframes orchid-bars {
  0%, 100% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes orchid-typing-pulse {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.orchid-button-icon-send {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.orchid-voice-toggle .orchid-button-label,
.orchid-send .orchid-button-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.orchid-send:disabled,
.orchid-input:disabled,
.orchid-voice-toggle:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-header-brand,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-header-brand {
  gap: 12px;
  max-width: min(230px, 52vw);
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-header-brand::before,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-header-brand::before {
  content: "";
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 18px;
  background-color: var(--orchid-surface-muted);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23030213' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.94 15.5A2 2 0 0 0 8.5 14.06l-6.13-1.58a.5.5 0 0 1 0-.96L8.5 9.94A2 2 0 0 0 9.94 8.5l1.58-6.13a.5.5 0 0 1 .96 0l1.58 6.13a2 2 0 0 0 1.44 1.44l6.13 1.58a.5.5 0 0 1 0 .96l-6.13 1.58a2 2 0 0 0-1.44 1.44l-1.58 6.13a.5.5 0 0 1-.96 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-header-logo,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-header-logo {
  display: none !important;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-eyebrow,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-eyebrow {
  display: block !important;
  max-width: 176px;
  color: var(--orchid-text);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-input-row,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-input-row {
  grid-template-columns: minmax(0, 1fr) 56px;
  gap: 12px;
  padding: 13px 16px 12px;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-keyboard-toggle,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-keyboard-toggle {
  display: none;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-input-wrap,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-input-wrap {
  height: 56px;
  padding: 0;
  border: 1px solid var(--orchid-border);
  border-radius: var(--orchid-radius-lg);
  background: var(--orchid-surface);
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-input,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-input {
  padding: 0 26px;
  border: 0;
  background: transparent;
  text-align: center;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-input-helper,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-input-helper {
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 0 26px;
  text-align: left;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-text-entry-active .orchid-input,
ai-chat-widget[data-visual-variant="oak-forge"] .orchid-has-text .orchid-input,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-text-entry-active .orchid-input,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-has-text .orchid-input {
  border: 0;
  background: transparent;
  text-align: left;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-press-to-talk:not(.orchid-has-text):not(.orchid-text-entry-active) .orchid-input-helper,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-press-to-talk:not(.orchid-has-text):not(.orchid-text-entry-active) .orchid-input-helper {
  color: var(--orchid-text-secondary);
  font-weight: 400;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-shell:not(.orchid-has-text) .orchid-send.orchid-voice-toggle:not(.orchid-voice-toggle-active),
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-shell:not(.orchid-has-text) .orchid-send.orchid-voice-toggle:not(.orchid-voice-toggle-active) {
  background: var(--orchid-surface-muted);
  color: var(--orchid-text);
  box-shadow: none;
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-shell.orchid-has-text .orchid-send,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-shell.orchid-has-text .orchid-send {
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-quick-suggestions,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-quick-suggestions {
  max-width: var(--orchid-message-max-width);
}

ai-chat-widget[data-visual-variant="oak-forge"] .orchid-listening .orchid-input-wrap,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-listening .orchid-input-wrap {
  padding: 0 20px 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--orchid-primary);
  color: var(--orchid-text-inverse);
  box-shadow: none;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-shell {
  --orchid-panel-width: 386px;
  --orchid-surface-muted: #f1f5ff;
  --orchid-surface-soft: #f7f9ff;
  --orchid-border: rgba(71, 85, 105, 0.16);
  --orchid-primary: #050016;
  --orchid-primary-hover: #14102b;
  --orchid-message-max-width: 280px;
  --orchid-card-width: min(332px, 100%);
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-shell.orchid-open {
  isolation: isolate;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-shell.orchid-open::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -14px;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(147, 197, 253, 0.36), rgba(196, 181, 253, 0.24) 50%, rgba(134, 239, 172, 0.16));
  filter: blur(18px);
  opacity: 0.9;
  pointer-events: none;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-panel {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(255, 255, 255, 0.99);
  box-shadow:
    0 32px 86px rgba(15, 23, 42, 0.3),
    0 12px 36px rgba(49, 46, 129, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.88) inset;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(148, 163, 184, 0.2);
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-messages {
  background:
    radial-gradient(circle at 18% 0%, rgba(219, 234, 254, 0.76), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(237, 233, 254, 0.72), transparent 32%),
    linear-gradient(160deg, #fbfdff 0%, #f7f9ff 48%, #ffffff 100%);
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-message-agent {
  border: 1px solid rgba(226, 232, 240, 0.72);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-input-row {
  background: rgba(255, 255, 255, 0.98);
  border-top-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.04);
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-input-wrap {
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-quick-suggestion {
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: #eff6ff;
  color: #1e3a8a;
  font-weight: 650;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-quick-suggestion:nth-child(2) {
  border-color: rgba(167, 139, 250, 0.22);
  background: #f5f3ff;
  color: #4c1d95;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-quick-suggestion:nth-child(3) {
  border-color: rgba(45, 212, 191, 0.24);
  background: #ecfdf5;
  color: #065f46;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-quick-suggestion:hover {
  border-color: rgba(37, 99, 235, 0.24);
  background: #dbeafe;
  color: #1e40af;
}

ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-inline-tag,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-choice-summary,
ai-chat-widget[data-visual-variant="sonic-insurance"] .orchid-location-summary {
  border-color: rgba(125, 116, 229, 0.2);
  background: #f5f3ff;
  color: #4338ca;
}

.orchid-launcher:focus-visible,
.orchid-personalization:focus-visible,
.orchid-reset:focus-visible,
.orchid-close:focus-visible,
.orchid-keyboard-toggle:focus-visible,
.orchid-voice-toggle:focus-visible,
.orchid-send:focus-visible,
.orchid-input:focus-visible,
.orchid-card-link:focus-visible,
.orchid-card-cart:focus-visible,
.orchid-inline-button:focus-visible,
.orchid-location-control:focus-visible,
.orchid-location-submit:focus-visible,
.orchid-location-suggestion:focus-visible,
.orchid-quote-action:focus-visible,
.orchid-card-media:focus-visible,
.orchid-filter-chip:focus-visible,
.orchid-refine-chip:focus-visible,
.orchid-return-pill:focus-visible,
.orchid-personalization-action:focus-visible,
.orchid-post-cart-action:focus-visible,
.orchid-tile-cart:focus-visible,
.orchid-compare-cart:focus-visible,
.orchid-card-link-target:focus-visible,
.orchid-kiosk-pickup-trigger:focus-visible,
.orchid-kiosk-pickup-method:focus-visible,
.orchid-kiosk-pickup-button:focus-visible,
.orchid-kiosk-pickup-field input:focus-visible {
  outline: 2px solid rgba(3, 2, 19, 0.65);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .orchid-shell {
    --orchid-offset: 0px;
    --orchid-panel-width: 100vw;
    --orchid-panel-height: 100dvh;
    --orchid-card-width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
  }

  .orchid-closed {
    text-align: right;
  }

  .orchid-shell[data-placement="left"].orchid-closed {
    text-align: left;
  }

  .orchid-shell[data-placement="center"].orchid-closed {
    text-align: center;
  }

  .orchid-open .orchid-panel {
    width: 100vw;
    height: 100dvh;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .orchid-launcher {
    min-width: 64px;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 20px;
  }

  .orchid-shell[data-placement="left"] .orchid-launcher {
    margin-left: 16px;
    margin-right: auto;
  }

  .orchid-shell[data-placement="center"] .orchid-launcher {
    margin-left: auto;
    margin-right: auto;
  }

  .orchid-launcher-label {
    display: none;
  }

  .orchid-launcher[data-nudge-style="search_pill"] {
    width: min(232px, calc(100vw - 32px));
    min-width: 0;
    padding: 20px 24px;
  }

  .orchid-launcher[data-nudge-style="search_pill"] .orchid-launcher-label {
    display: inline;
  }

  .orchid-header {
    padding: calc(14px + env(safe-area-inset-top)) 16px 14px;
  }

  .orchid-eyebrow {
    max-width: 140px;
    font-size: 16px;
    line-height: 24px;
  }

  .orchid-header {
    padding-left: 20px;
  }

  .orchid-header-actions {
    gap: 10px;
  }

  .orchid-messages {
    padding: 16px 16px 20px;
  }

  .orchid-message {
    max-width: calc(100% - 36px);
    padding: 12px 16px;
  }

  .orchid-card {
    align-items: flex-start;
  }

  .orchid-card-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .orchid-card-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .orchid-input-row {
    padding: 13px 16px calc(12px + env(safe-area-inset-bottom));
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-stage {
    overflow-y: auto;
    padding: 28px 0;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-panel,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success {
    width: 100%;
    gap: 28px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-heading {
    gap: 12px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-heading h2,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-title h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-heading p,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-copy > p {
    font-size: 16px;
    line-height: 24px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-methods,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-field {
    width: 100%;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-method {
    height: auto;
    min-height: 144px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-button,
  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-field input {
    height: 58px;
    font-size: 18px;
    line-height: 26px;
  }

  .orchid-shell.orchid-kiosk .orchid-kiosk-pickup-success-title {
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 768px) {
  .orchid-launcher {
    min-width: 176px;
  }

  .orchid-panel {
    border-radius: 28px;
  }
}

@keyframes orchid-launcher-nudge {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: var(--orchid-shadow);
  }

  28% {
    transform: translateY(-4px) scale(1.045);
    box-shadow: 0 18px 28px -8px rgba(3, 2, 19, 0.42), 0 10px 14px -10px rgba(3, 2, 19, 0.34);
  }

  62% {
    transform: translateY(-2px) scale(1.025);
    box-shadow: 0 16px 26px -10px rgba(125, 211, 252, 0.35), 0 8px 12px -10px rgba(199, 184, 255, 0.36);
  }
}

@keyframes orchid-launcher-color-sweep {
  0% {
    background-position: 140% 0;
  }

  100% {
    background-position: -140% 0;
  }
}

@keyframes orchid-launcher-icon-sweep {
  0%,
  100% {
    color: var(--orchid-nudge-start, #ffffff);
  }

  38% {
    color: var(--orchid-nudge-accent, #c7b8ff);
    transform: scale(1.12);
  }

  62% {
    color: var(--orchid-nudge-end, #7dd3fc);
    transform: scale(1.08);
  }
}

@keyframes orchid-launcher-search-orbit {
  0%,
  100% {
    opacity: 0;
    transform: rotate(-130deg);
  }

  14% {
    opacity: 0;
    transform: rotate(-90deg);
  }

  24% {
    opacity: 1;
    transform: rotate(-12deg);
  }

  38% {
    opacity: 1;
    transform: rotate(92deg);
  }

  52% {
    opacity: 0.9;
    transform: rotate(206deg);
  }

  66% {
    opacity: 0.48;
    transform: rotate(318deg);
  }

  78% {
    opacity: 0;
    transform: rotate(360deg);
  }

  84% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orchid-launcher-nudge,
  .orchid-launcher-nudge .orchid-launcher-label,
  .orchid-launcher-nudge .orchid-launcher-icon,
  .orchid-launcher-nudge[data-nudge-style="search_pill"] .orchid-launcher-label,
  .orchid-launcher-nudge[data-nudge-style="search_pill"] .orchid-launcher-icon,
  .orchid-launcher-nudge[data-nudge-style="search_pill"]::after,
  .orchid-typing-dots span {
    animation: none;
  }
}
