.stellalith-concierge-float {
  align-items: center;
  background: #176B43;
  border: 1px solid rgba(247, 245, 241, 0.9);
  border-radius: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  box-shadow: 0 5px 16px rgba(30, 36, 64, 0.22);
  color: #FFFFFF;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 52px;
  z-index: 45;
}

.stellalith-concierge-float svg {
  display: block;
  fill: currentColor;
  height: 27px;
  width: 27px;
}

.stellalith-concierge-float:hover {
  background: #125738;
  box-shadow: 0 7px 19px rgba(30, 36, 64, 0.28);
  transform: translateY(-2px);
}

.stellalith-concierge-float:focus-visible {
  outline: 3px solid var(--stellalith-gold);
  outline-offset: 3px;
}

.stellalith-product-concierge {
  border-top: 1px solid rgba(30, 36, 64, 0.18);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.stellalith-product-concierge p {
  color: rgba(42, 42, 43, 0.72);
  font-size: 0.8125rem;
  line-height: 1.55;
  margin: 0.65rem 0 0;
}

.stellalith-product-concierge .button {
  gap: 0.55rem;
  width: 100%;
}

.stellalith-product-concierge .button svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.concierge-redirect {
  margin: 0 auto;
  max-width: 38rem;
  min-height: 100vh;
  padding: clamp(5rem, 18vh, 10rem) 1.25rem 3rem;
  text-align: center;
}

.concierge-redirect h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0.75rem 0 1rem;
}

.concierge-redirect > p:not(.eyebrow) {
  line-height: 1.65;
  margin: 0 auto 1.5rem;
  max-width: 30rem;
}

.concierge-redirect .button {
  display: inline-flex;
}

@media (max-width: 560px) {
  .stellalith-concierge-float {
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    height: 48px;
    right: max(0.75rem, env(safe-area-inset-right));
    width: 48px;
  }

  .stellalith-concierge-float svg {
    height: 25px;
    width: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stellalith-concierge-float {
    transition: none;
  }

  .stellalith-concierge-float:hover {
    transform: none;
  }
}

@media print {
  .stellalith-concierge-float,
  .stellalith-product-concierge {
    display: none;
  }
}
