/* Scoped styles: no remote fonts or changes to the shop layout. */
#cdp-invitation {
  --cdp-gold: #b29d7b;
  --cdp-ink: #302e29;
  --cdp-muted: #696359;
  --cdp-forest: #343b34;
  box-sizing: border-box;
  position: fixed;
  right: 24px;
  bottom: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 9990;
  width: 388px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 72px);
  max-height: calc(100svh - 72px - env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0;
  padding: 0;
  border: 1px solid #ded6c8;
  border-radius: 23px;
  background: #f6f2eb;
  color: var(--cdp-ink);
  box-shadow: 0 20px 65px #302e292a, 0 4px 14px #302e2910;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  isolation: isolate;
  color-scheme: light;
}
#cdp-invitation[hidden] { display: none !important; }
#cdp-invitation *, #cdp-invitation *::before, #cdp-invitation *::after { box-sizing: border-box; }
#cdp-invitation p, #cdp-invitation h2 { margin: 0; padding: 0; }
#cdp-invitation svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
#cdp-invitation button, #cdp-invitation a {
  margin: 0; font-family: inherit; font-style: normal; line-height: 1.4; letter-spacing: normal;
  text-transform: none; text-decoration: none; box-shadow: none; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#cdp-invitation button::before, #cdp-invitation button::after, #cdp-invitation a::before, #cdp-invitation a::after { content: none; }
#cdp-invitation :is(a, button):focus-visible { outline: 3px solid #596a53; outline-offset: 3px; }
#cdp-invitation .cdp-heading {
  position: sticky; top: 0; z-index: 2;
  display: flex; align-items: center; gap: 11px;
  padding: 17px 12px 16px 19px;
  background: #fffefa;
  border-bottom: 1px solid #e5ded2;
}
#cdp-invitation .cdp-avatar {
  display: flex; align-items: center; justify-content: center; flex: 0 0 47px;
  width: 47px; height: 47px; border-radius: 50%;
  color: #e3ceb0; background: #fff; overflow: hidden;
  box-shadow: 0 0 0 3px #eee8dc;
}
#cdp-invitation .cdp-avatar img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; margin: 0; padding: 0; border: 0; border-radius: inherit; object-fit: contain; }
#cdp-invitation .cdp-sender { flex: 1; min-width: 0; }
#cdp-invitation .cdp-sender strong { display: block; color: var(--cdp-ink); font-size: 14px; line-height: 1.3; font-weight: 650; }
#cdp-invitation .cdp-sender > span { display: block; margin-top: 4px; color: var(--cdp-muted); font-size: 12px; line-height: 1.35; }
#cdp-invitation .cdp-close {
  display: flex; align-items: center; justify-content: center; flex: 0 0 44px;
  width: 44px; height: 44px; min-height: 44px; padding: 11px;
  background: #f0ebe3; border: 1px solid #e7dfd3; border-radius: 50%; color: #635a4d;
}
#cdp-invitation .cdp-close:hover { background: #e7decf; color: #302e29; }
#cdp-invitation .cdp-close svg { width: 20px; height: 20px; }
#cdp-invitation .cdp-conversation { padding: 21px 20px 8px; }
#cdp-invitation .cdp-overline {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin-bottom: 19px; color: #78674c; font-size: 10px; font-weight: 600;
  letter-spacing: .13em; line-height: 1.5; text-align: center;
}
#cdp-invitation .cdp-overline > span { flex: 1; height: 1px; background: #dacfbd; }
#cdp-invitation .cdp-bubble {
  position: relative; border: 1px solid #e9e3d9; border-radius: 18px 18px 18px 5px;
  background: #fffefa; box-shadow: 0 2px 3px #302e2903;
}
#cdp-invitation .cdp-bubble-main { margin-right: 14px; padding: 18px 19px 19px; }
#cdp-invitation .cdp-hello { display: flex; align-items: center; gap: 7px; color: #736046; font-size: 13px; font-weight: 600; }
#cdp-invitation .cdp-hello svg { width: 17px; height: 17px; color: #927448; stroke-width: 1.4; }
#cdp-invitation #cdp-title {
  margin: 11px 0 12px; padding: 0; border: 0; background: transparent; color: var(--cdp-ink);
  font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400;
  font-style: normal; line-height: 1.16; letter-spacing: -.025em; text-transform: none;
  overflow-wrap: break-word; text-wrap: balance;
}
#cdp-invitation .cdp-message { color: #5f5b52; font-size: 15px; line-height: 1.57; overflow-wrap: anywhere; }
#cdp-invitation .cdp-bubble-detail { margin: 9px 33px 0 0; padding: 12px 17px; }
#cdp-invitation .cdp-bubble-detail p { color: #5f5b52; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
#cdp-invitation .cdp-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: auto; min-height: 55px; margin: 18px 0 0 20px; padding: 15px 17px;
  border: 1px solid #a99371; border-radius: 18px 18px 5px 18px;
  background: var(--cdp-gold); color: #25231e;
  font-size: 14px; font-weight: 650; transition: background-color .18s ease, transform .18s ease;
}
#cdp-invitation .cdp-cta:hover { background: #c3ae8b; color: #25231e; transform: translateY(-1px); }
#cdp-invitation .cdp-cta > span { min-width: 0; overflow-wrap: anywhere; }
#cdp-invitation .cdp-cta svg { width: 22px; height: 22px; flex: 0 0 22px; }
#cdp-invitation .cdp-later {
  display: block; width: 100%; min-height: 44px; margin: 3px 0 0; padding: 11px 5px;
  border: 0; border-radius: 8px; background: transparent; color: #696359; font-size: 12px; font-weight: 400;
}
#cdp-invitation .cdp-later:hover { color: #302e29; text-decoration: underline; text-underline-offset: 3px; background: #eee8de; }
#cdp-invitation:not([hidden]) { animation: cdp-enter .42s cubic-bezier(.2,.75,.3,1) both; }
@keyframes cdp-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
#cdp-announcement.cdp-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 480px) {
  #cdp-invitation { right: 12px; bottom: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); width: 366px; max-width: calc(100vw - 24px); max-height: calc(100svh - 60px - env(safe-area-inset-bottom, 0px)); border-radius: 21px; }
  #cdp-invitation .cdp-heading { padding: 13px 10px 13px 16px; gap: 9px; }
  #cdp-invitation .cdp-conversation { padding: 17px 16px 6px; }
  #cdp-invitation .cdp-overline { margin-bottom: 15px; font-size: 9px; }
  #cdp-invitation .cdp-bubble-main { margin-right: 10px; padding: 15px 17px 16px; }
  #cdp-invitation #cdp-title { font-size: 26px; }
  #cdp-invitation .cdp-cta { margin-left: 10px; padding: 14px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  #cdp-invitation:not([hidden]) { animation: none; }
  #cdp-invitation .cdp-cta { transition: none; }
}
@media print { #cdp-invitation, #cdp-announcement { display: none !important; } }
