.dwc-ef {
  --dwc-ef-accent: #855f48;
  --dwc-ef-accent-dark: #654331;
  --dwc-ef-paper: #fbf7f3;
  --dwc-ef-border: #e3d8d0;
  --dwc-ef-text: #2f2925;
  color: var(--dwc-ef-text);
}

.dwc-ef-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dwc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dwc-ef-float {
  position: fixed;
  z-index: 1000;
  right: max(.75rem, env(safe-area-inset-right));
  bottom: max(.75rem, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: min(20rem, calc(100vw - 1.5rem));
  max-width: calc(100vw - 1.5rem);
  max-height: calc(100vh - 1.25rem);
  background: none;
  pointer-events: none;
}
.dwc-ef-float__toggle {
  pointer-events: auto;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  line-height: 0;
}
.dwc-ef-float__toggle:hover,
.dwc-ef-float__toggle:focus,
.dwc-ef-float__toggle:active {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: 0;
  transform: none;
}
.dwc-ef-float__toggle:focus-visible {
  outline: 3px solid #855f48;
  outline-offset: 4px;
}
.dwc-ef-float__mascot {
  display: block;
  width: 112px;
  height: 112px;
  background: none;
  object-fit: contain;
  pointer-events: none;
}
.dwc-ef-float__thought {
  display: none;
  pointer-events: none;
  align-items: center;
  justify-content: flex-end;
  gap: .28rem;
  margin: 0 .7rem .15rem 0;
}
.dwc-ef-float.is-open .dwc-ef-float__thought { display: flex; }
.dwc-ef-float__thought span {
  display: block;
  border: 1px solid #e3d8d0;
  border-radius: 50%;
  background: #fff;
}
.dwc-ef-float__thought span:nth-child(1) { width: 7px; height: 7px; }
.dwc-ef-float__thought span:nth-child(2) { width: 11px; height: 11px; }
.dwc-ef-float__thought span:nth-child(3) { width: 16px; height: 16px; }
.dwc-ef-float__bubble {
  pointer-events: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - 9rem);
  overflow: hidden;
  width: 100%;
  margin: 0 0 .2rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid #e3d8d0;
  border-radius: 1.4rem;
  background: #fff;
  color: #2f2925;
  box-shadow: 0 12px 28px rgba(47, 41, 37, .14);
}
.dwc-ef-float__bubble[hidden] {
  display: none !important;
}
.dwc-ef-float.is-open {
  pointer-events: auto;
}
.dwc-ef-float__ask {
  margin: 0 0 .65rem;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
}
.dwc-ef-float .dwc-ef__search {
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  margin: 0;
}
.dwc-ef-float .dwc-ef__form {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.dwc-ef-float .dwc-ef__input-row { flex-direction: column; gap: .45rem; }
.dwc-ef-float .dwc-ef__input { min-height: 44px; }
.dwc-ef-float .dwc-ef__submit { min-height: 42px; width: 100%; margin-top: .45rem; }
.dwc-ef-float .dwc-ef__options {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  width: auto;
  max-height: min(42vh, 16rem);
  margin: .45rem 0 0;
  box-shadow: none;
}

.dwc-ef--page { width: min(1120px, 100%); margin-inline: auto; }
.dwc-ef__page-header { max-width: 740px; margin: 0 auto 1.5rem; text-align: center; }
.dwc-ef__page-header h1 { margin: .25rem 0 .75rem; font-size: clamp(1.75rem, 4vw, 2.7rem); }
.dwc-ef__eyebrow { margin: 0; color: var(--dwc-ef-accent); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dwc-ef__search { position: relative; width: min(760px, 100%); margin-inline: auto; }
.dwc-ef__label { display: block; margin-bottom: .55rem; font-weight: 700; }
.dwc-ef__input-row { display: flex; gap: .6rem; }
.dwc-ef__input { min-width: 0; flex: 1; min-height: 52px; padding: .85rem 1rem; border: 1px solid var(--dwc-ef-border); border-radius: .5rem; background: #fff; font-size: 1rem; }
.dwc-ef__input:focus { border-color: var(--dwc-ef-accent); outline: 3px solid color-mix(in srgb, var(--dwc-ef-accent) 22%, transparent); }
.dwc-ef__submit, .dwc-ef-card__button { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; border: 0; border-radius: .5rem; background: var(--dwc-ef-accent); color: #fff; font-weight: 700; text-decoration: none; }
.dwc-ef__submit { min-height: 52px; padding: .75rem 1.25rem; cursor: pointer; }
.dwc-ef__submit:hover, .dwc-ef-card__button:hover { background: var(--dwc-ef-accent-dark); color: #fff; }
.dwc-ef__options { position: absolute; z-index: 20; right: 0; left: 0; max-height: 360px; margin: .35rem 0 0; padding: .35rem; overflow-y: auto; border: 1px solid var(--dwc-ef-border); border-radius: .5rem; background: #fff; box-shadow: 0 14px 35px rgba(44, 32, 24, .16); list-style: none; }
.dwc-ef__options[hidden] { display: none; }
.dwc-ef__options a { display: flex; flex-direction: column; gap: .1rem; padding: .7rem .85rem; border-radius: .35rem; color: inherit; text-decoration: none; }
.dwc-ef__options a:hover, .dwc-ef__options [aria-selected="true"] a { background: var(--dwc-ef-paper); }
.dwc-ef__options span { color: #6e625b; font-size: .85rem; }
.dwc-ef--page { padding: 1rem 0 3rem; }
.dwc-ef__result-heading, .dwc-ef__suggestions, .dwc-ef__empty { margin-top: 2.5rem; }
.dwc-ef__result-heading { text-align: center; }
.dwc-ef__products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.dwc-ef-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--dwc-ef-border); border-radius: .65rem; background: #fff; }
.dwc-ef-card.is-unavailable { opacity: .74; }
.dwc-ef-card__image { display: grid; aspect-ratio: 1 / 1.15; place-items: center; overflow: hidden; background: #f7f5f3; }
.dwc-ef-card__image img { width: 100%; height: auto; max-height: 100%; object-fit: contain; }
.dwc-ef-card__body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.dwc-ef-card__brand, .dwc-ef-card__format { margin: 0 0 .35rem; color: #756961; font-size: .85rem; }
.dwc-ef-card h3 { margin: 0 0 .5rem; font-size: 1rem; line-height: 1.35; }
.dwc-ef-card h3 a { color: inherit; text-decoration: none; }
.dwc-ef-card__availability { margin: auto 0 .75rem; padding-top: .6rem; font-size: .85rem; font-weight: 700; }
.dwc-ef-card__availability.is-available { color: #317348; }
.dwc-ef-card__availability.is-unavailable { color: #896743; }
.dwc-ef-card__footer { display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.dwc-ef-card__button { padding: .55rem .7rem; font-size: .85rem; }
.dwc-ef__suggestion-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.dwc-ef__suggestion-grid a { display: flex; flex-direction: column; padding: 1rem; border: 1px solid var(--dwc-ef-border); border-radius: .5rem; color: inherit; text-decoration: none; }
.dwc-ef__suggestion-grid a:hover { border-color: var(--dwc-ef-accent); background: var(--dwc-ef-paper); }
.dwc-ef__suggestion-grid span, .dwc-ef__suggestion-grid small { color: #756961; }
.dwc-ef__empty { padding: 2rem; border-radius: .6rem; background: var(--dwc-ef-paper); text-align: center; }
.dwc-ef__empty .material-icons { font-size: 2.5rem; color: var(--dwc-ef-accent); }

@media (max-width: 900px) {
  .dwc-ef__products, .dwc-ef__suggestion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .dwc-ef-float__mascot { width: 100px; height: 100px; }
  .dwc-ef__input-row { flex-direction: column; }
  .dwc-ef__products, .dwc-ef__suggestion-grid { grid-template-columns: 1fr; }
}

.dwc-ef__another {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dwc-ef-border);
}
.dwc-ef__another h2 {
  font-size: 1.15rem;
  margin-bottom: .75rem;
}
