/*
 * EfoodBid Pantry Edit
 * The late-loading visual contract for the public shopping journey.
 */

:root {
  --efb-pantry-ink: #071325;
  --efb-pantry-body: #4f5358;
  --efb-pantry-paper: #f7f5ef;
  --efb-pantry-white: #fffdf8;
  --efb-pantry-red: #b82419;
  --efb-pantry-red-dark: #8f1a14;
  --efb-pantry-line: #e5d9c2;
  --efb-pantry-line-dark: #b8aa93;
  --efb-pantry-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --efb-pantry-sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --efb-pantry-shell: min(1357px, calc(100vw - 112px));
}

.efb-detail__editorial-credit {
    margin: -0.2rem 0 1rem;
    color: #56616d;
    font-size: 0.82rem;
    line-height: 1.45;
}

.efb-detail__editorial-credit a {
    color: #0b655f;
    font-weight: 700;
    text-underline-offset: 0.18em;
}

.efb-trust-page .efb-source-grid {
    margin-block: clamp(1.5rem, 3vw, 2.75rem);
}

html,
html body,
html body .wp-site-blocks {
  max-width: 100vw !important;
  overflow-x: clip !important;
}

html body {
  margin: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: var(--efb-pantry-paper) !important;
  font-family: var(--efb-pantry-sans) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-rendering: optimizeLegibility;
}

html body *,
html body *::before,
html body *::after {
  box-sizing: border-box;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h1 a,
html body h2 a,
html body h3 a,
html body h4 a {
  color: var(--efb-pantry-ink) !important;
  font-family: var(--efb-pantry-serif) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
}

html body a:focus-visible,
html body button:focus-visible,
html body input:focus-visible,
html body select:focus-visible,
html body textarea:focus-visible {
  outline: 3px solid #d89b2d !important;
  outline-offset: 3px !important;
}

html body .efb-shell {
  width: var(--efb-pantry-shell) !important;
  max-width: 1357px !important;
  margin-inline: auto !important;
}

html body .efb-main {
  margin: 0 !important;
  padding: 0 0 96px !important;
  background: var(--efb-pantry-paper) !important;
}

html body .efb-main > .efb-shell {
  padding: 0 !important;
}

html body.home .efb-main > .efb-shell {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

html body .efb-kicker,
html body .efb-source-card__eyebrow,
html body .efb-card__meta,
html body .efb-pantry-find__meta {
  margin: 0 !important;
  color: var(--efb-pantry-red) !important;
  font-family: var(--efb-pantry-sans) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

html body .efb-button,
html body button.efb-button,
html body a.efb-button,
html body .efb-watch-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 13px 20px !important;
  border: 1px solid var(--efb-pantry-red) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--efb-pantry-red) !important;
  box-shadow: none !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background-color 160ms ease, border-color 160ms ease;
}

html body .efb-button:hover,
html body button.efb-button:hover,
html body a.efb-button:hover {
  border-color: var(--efb-pantry-red-dark) !important;
  background: var(--efb-pantry-red-dark) !important;
  transform: none !important;
}

html body .efb-text-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: var(--efb-pantry-red) !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

/* Header: one compact editorial masthead. */
html body .efb-header {
  position: relative !important;
  z-index: 50 !important;
  min-height: 95px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7, 19, 37, 0.08) !important;
  border-radius: 0 !important;
  background: rgba(255, 253, 248, 0.98) !important;
  box-shadow: none !important;
}

html body .efb-header__inner {
  min-height: 95px !important;
  gap: 34px !important;
  padding: 0 !important;
}

html body .efb-brand,
html body .efb-brand > a,
html body .wp-block-site-title,
html body .wp-block-site-title > a {
  margin: 0 !important;
  color: var(--efb-pantry-ink) !important;
  font-family: var(--efb-pantry-sans) !important;
  text-decoration: none !important;
}

html body .efb-brand-lockup {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 325px !important;
  color: var(--efb-pantry-ink) !important;
  text-decoration: none !important;
}

html body .efb-brand-lockup__mark,
html body .efb-brand-lockup__mark img {
  display: block !important;
  width: 58px !important;
  height: 64px !important;
  object-fit: contain !important;
}

html body .efb-brand-lockup__text {
  display: grid !important;
  gap: 4px !important;
}

html body .efb-brand-lockup__text strong {
  color: var(--efb-pantry-ink) !important;
  font-family: var(--efb-pantry-sans) !important;
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
}

html body .efb-brand-lockup__text em {
  color: var(--efb-pantry-red) !important;
  font-style: normal !important;
}

html body .efb-brand-lockup__text > span {
  color: var(--efb-pantry-ink) !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.87rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

html body .efb-nav,
html body .efb-nav ul,
html body .efb-nav.wp-block-navigation {
  gap: clamp(17px, 2vw, 31px) !important;
  align-items: center !important;
}

html body .efb-nav a {
  min-height: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

html body .efb-nav li:last-child {
  margin-left: -6px !important;
  padding-left: 22px !important;
  border-left: 1px solid var(--efb-pantry-line) !important;
}

html body .efb-nav li:last-child a {
  min-width: 134px !important;
  min-height: 43px !important;
  padding: 13px 18px !important;
  color: #fff !important;
  background: var(--efb-pantry-red) !important;
  text-align: center !important;
}

html body .efb-header .efb-header__inner .efb-nav.wp-block-navigation li.wp-block-navigation-item:last-child > a.wp-block-navigation-item__content {
  min-width: 134px !important;
  min-height: 43px !important;
  padding: 13px 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--efb-pantry-red) !important;
  box-shadow: none !important;
}

html body .efb-nav a:hover {
  color: var(--efb-pantry-red) !important;
}

html body .efb-nav li:last-child a:hover {
  color: #fff !important;
  background: var(--efb-pantry-red-dark) !important;
}

/* Approved Pantry Edit hero. */
html body.home .efb-pantry-home {
  position: relative !important;
  min-height: 542px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #efebe3 !important;
}

html body.home .efb-pantry-hero {
  position: relative !important;
  min-height: 542px !important;
}

html body.home .efb-pantry-hero__image {
  position: absolute !important;
  inset: 0 0 0 28.25% !important;
  z-index: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #d8cab5 !important;
}

html body.home .efb-pantry-hero__image picture,
html body.home .efb-pantry-hero__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

html body.home .efb-pantry-hero__image img {
  object-fit: cover !important;
  object-position: 54% center !important;
  filter: saturate(0.94) contrast(1.01) !important;
}

html body.home .efb-pantry-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 24% !important;
  z-index: 1 !important;
  width: 22% !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, #efebe3 0%, rgba(239, 235, 227, 0.94) 29%, rgba(239, 235, 227, 0) 100%) !important;
}

html body.home .efb-pantry-hero__copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: min(640px, 46vw) !important;
  min-height: 542px !important;
  padding: 76px 0 52px max(56px, calc((100vw - 1357px) / 2)) !important;
  background: linear-gradient(90deg, #efebe3 0%, #efebe3 78%, rgba(239, 235, 227, 0) 100%) !important;
}

html body.home .efb-pantry-hero__copy > .efb-kicker {
  margin-bottom: 31px !important;
  font-size: 0.72rem !important;
}

html body.home .efb-pantry-hero__copy h1 {
  display: grid !important;
  gap: 0 !important;
  width: 570px !important;
  max-width: calc(100vw - 64px) !important;
  margin: 0 !important;
  font-size: clamp(3.25rem, 4.55vw, 4.25rem) !important;
  line-height: 1.01 !important;
  letter-spacing: -0.052em !important;
}

html body.home .efb-pantry-hero__copy h1 span {
  display: block !important;
  white-space: nowrap !important;
}

html body.home .efb-pantry-hero__copy > p:not(.efb-kicker) {
  width: 440px !important;
  max-width: calc(100vw - 64px) !important;
  margin: 22px 0 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 1.08rem !important;
  line-height: 1.48 !important;
}

html body.home .efb-pantry-hero__actions {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  margin-top: 25px !important;
}

html body.home .efb-pantry-browse-wrap {
  display: block !important;
  flex: 0 0 219px !important;
  width: 219px !important;
  margin: 0 !important;
}

html body.home .efb-pantry-browse {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 219px !important;
  min-height: 55px !important;
  padding: 0 27px !important;
  color: #fff !important;
  background: var(--efb-pantry-red) !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

html body.home .efb-pantry-browse:hover {
  background: var(--efb-pantry-red-dark) !important;
}

html body.home .efb-pantry-browse span {
  font-family: var(--efb-pantry-sans) !important;
  font-size: 1.65rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

html body.home .efb-pantry-search {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  width: 278px !important;
  min-height: 50px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--efb-pantry-ink) !important;
  background: transparent !important;
}

html body.home .efb-pantry-search button {
  position: relative !important;
  width: 22px !important;
  height: 36px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home .efb-pantry-search__icon {
  position: absolute !important;
  top: 8px !important;
  left: 0 !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

html body.home .efb-pantry-search label {
  min-width: 0 !important;
}

html body.home .efb-pantry-search input[type="search"] {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 4px 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.88rem !important;
}

html body.home .efb-pantry-search input::placeholder {
  color: var(--efb-pantry-ink) !important;
  opacity: 1 !important;
}

/* The source-of-truth four-column product shelf. */
html body.home .efb-pantry-finds {
  display: grid !important;
  grid-template-columns: 280px repeat(3, minmax(0, 1fr)) !important;
  min-height: 421px !important;
  margin: 0 !important;
  padding: 36px max(56px, calc((100vw - 1357px) / 2)) 42px !important;
  border: 0 !important;
  background: var(--efb-pantry-white) !important;
}

html body.home .efb-pantry-finds__intro {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  padding: 9px 38px 0 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
}

html body.home .efb-pantry-finds__intro > .efb-kicker {
  padding-bottom: 14px !important;
}

html body.home .efb-pantry-finds__intro > .efb-kicker::after {
  content: "" !important;
  display: block !important;
  width: 33px !important;
  height: 2px !important;
  margin-top: 12px !important;
  background: var(--efb-pantry-red) !important;
}

html body.home .efb-pantry-finds__intro h2 {
  max-width: 250px !important;
  margin: 0 !important;
  font-size: 2.25rem !important;
  line-height: 1.08 !important;
  letter-spacing: -0.05em !important;
}

html body.home .efb-pantry-finds__intro > p:not(.efb-kicker) {
  max-width: 245px !important;
  margin: 18px 0 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 0.94rem !important;
  line-height: 1.58 !important;
}

html body.home .efb-pantry-finds__intro > .efb-pantry-finds__link {
  margin-top: auto !important;
}

html body.home .efb-pantry-finds__link {
  display: block !important;
}

html body.home .efb-pantry-finds__list {
  display: contents !important;
}

html body.home .efb-pantry-find {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 0 43px !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home .efb-pantry-find:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html body.home .efb-pantry-find__media {
  display: block !important;
  width: 100% !important;
  height: 202px !important;
  margin: 0 !important;
}

html body.home .efb-pantry-find__image {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 202px !important;
  margin: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

html body.home .efb-pantry-find__image::before,
html body.home .efb-pantry-find__image::after {
  content: none !important;
}

html body.home .efb-pantry-find__image img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 190px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 16px 12px rgba(7, 19, 37, 0.16)) !important;
}

html body.home .efb-pantry-find__body {
  display: grid !important;
  gap: 9px !important;
  margin-top: 3px !important;
}

html body.home .efb-pantry-find__meta {
  font-size: 0.66rem !important;
  letter-spacing: 0.12em !important;
}

html body.home .efb-pantry-find__body h3 {
  margin: 0 !important;
  font-size: 1.06rem !important;
  line-height: 1.24 !important;
  letter-spacing: -0.035em !important;
}

html body.home .efb-pantry-find__body h3 a {
  color: var(--efb-pantry-ink) !important;
  text-decoration: none !important;
}

html body.home .efb-pantry-find__body > p:last-child {
  min-height: 44px !important;
  margin: 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 0.83rem !important;
  line-height: 1.48 !important;
}

html body.home .efb-pantry-find__shop {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  align-self: flex-start !important;
  margin-top: 0 !important;
  color: var(--efb-pantry-red) !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

html body.home .efb-pantry-find__actions {
  display: block !important;
  margin-top: auto !important;
}

/* Homepage continuation: keep the real imagery and editorial rhythm. */
html body.home .efb-home-story-band,
html body.home .efb-world-routes,
html body.home .efb-watch-preview {
  width: var(--efb-pantry-shell) !important;
  max-width: 1357px !important;
  margin: 0 auto !important;
  padding: 72px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home .efb-signup-band--home {
  width: var(--efb-pantry-shell) !important;
  max-width: 1357px !important;
  margin: 0 auto !important;
  padding: 72px 52px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff8ea !important;
  background: var(--efb-pantry-ink) !important;
  box-shadow: none !important;
}

html body.home .efb-signup-band--home .efb-signup-band__copy .efb-kicker {
  color: #f6c968 !important;
}

html body.home .efb-signup-band--home .efb-signup-band__copy h2 {
  color: #fff8ea !important;
}

html body.home .efb-signup-band--home .efb-signup-band__copy > p:not(.efb-kicker) {
  color: #fef7eb !important;
}

html body.home .efb-signup-band--home .efb-watchlist .efb-chip small {
  color: #52616a !important;
}

html body.home .efb-home-section-scene {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr) !important;
  min-height: 420px !important;
  margin: 0 0 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--efb-pantry-ink) !important;
}

html body.home .efb-home-section-scene picture,
html body.home .efb-home-section-scene picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

html body.home .efb-home-section-scene picture img {
  object-fit: cover !important;
}

html body.home .efb-home-section-scene__copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 52px !important;
  color: #fff !important;
  background: var(--efb-pantry-ink) !important;
}

html body.home .efb-home-section-scene__copy h2 {
  margin: 14px 0 !important;
  color: #fff !important;
  font-size: clamp(2.5rem, 4.2vw, 4.25rem) !important;
  line-height: 1.02 !important;
}

html body.home .efb-home-section-scene__copy > p:last-child {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
}

html body.home .efb-home-story-grid,
html body.home .efb-world-routes__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-top: 1px solid var(--efb-pantry-line) !important;
  border-left: 1px solid var(--efb-pantry-line) !important;
}

html body.home .efb-home-story-card,
html body.home .efb-world-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-bottom: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: var(--efb-pantry-white) !important;
  box-shadow: none !important;
}

html body.home .efb-home-story-card .efb-card__media,
html body.home .efb-world-card__image {
  display: grid !important;
  place-items: center !important;
  min-height: 250px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1ede4 !important;
}

html body.home .efb-home-story-card .efb-card__media img,
html body.home .efb-world-card__image img {
  width: auto !important;
  max-width: 78% !important;
  height: auto !important;
  max-height: 215px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 16px rgba(7, 19, 37, 0.18)) !important;
}

html body.home .efb-home-story-card__body,
html body.home .efb-world-card__body {
  display: grid !important;
  gap: 10px !important;
  padding: 26px 26px 12px !important;
}

html body.home .efb-home-story-card h3,
html body.home .efb-world-card h3 {
  margin: 0 !important;
  font-size: 1.35rem !important;
  line-height: 1.12 !important;
}

html body.home .efb-home-story-card h3 a,
html body.home .efb-world-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.home .efb-card-commerce__actions,
html body.home .efb-world-card__actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: auto !important;
  padding: 16px 26px 26px !important;
}

/* Listings: food first, controls second. */
html body .efb-listings-page {
  width: var(--efb-pantry-shell) !important;
  max-width: 1357px !important;
  margin: 0 auto !important;
  padding: 64px 0 80px !important;
}

html body .efb-listings-page > .efb-section__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr) !important;
  gap: 64px !important;
  align-items: end !important;
  margin: 0 0 38px !important;
  padding: 0 0 38px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--efb-pantry-line-dark) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .efb-listings-page > .efb-section__header h1 {
  max-width: 12ch !important;
  margin: 14px 0 0 !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: clamp(3.6rem, 6.8vw, 6.2rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.06em !important;
}

html body .efb-listings-page > .efb-section__header > p {
  margin: 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 1.02rem !important;
  line-height: 1.65 !important;
}

html body .efb-listings-hero-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 0 !important;
  width: min(560px, 100%) !important;
  margin: 28px 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--efb-pantry-ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .efb-listings-hero-search input {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 12px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.98rem !important;
}

html body .efb-listings-hero-search .efb-button {
  min-height: 50px !important;
  padding: 0 4px !important;
  border: 0 !important;
  color: var(--efb-pantry-red) !important;
  background: transparent !important;
}

html body .efb-listings-quick {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 0 34px !important;
  border-top: 1px solid var(--efb-pantry-line) !important;
  border-left: 1px solid var(--efb-pantry-line) !important;
}

html body .efb-listings-quick a {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-bottom: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: transparent !important;
  text-decoration: none !important;
}

html body .efb-listings-quick a strong {
  font-family: var(--efb-pantry-serif) !important;
  font-size: 1rem !important;
}

html body .efb-listings-quick a span {
  color: var(--efb-pantry-body) !important;
  font-size: 0.78rem !important;
}

html body .efb-filters {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto auto !important;
  gap: 0 !important;
  align-items: end !important;
  margin: 28px 0 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--efb-pantry-line-dark) !important;
  border-bottom: 1px solid var(--efb-pantry-line-dark) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .efb-filters > label {
  display: grid !important;
  gap: 3px !important;
  padding: 12px 16px 12px 0 !important;
}

html body .efb-filters label > span,
html body .efb-filter-fields label > span {
  color: var(--efb-pantry-red) !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body .efb-filters input,
html body .efb-filters select,
html body .efb-filter-toggle {
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  color: var(--efb-pantry-ink) !important;
  background: var(--efb-pantry-white) !important;
  box-shadow: none !important;
  font-family: var(--efb-pantry-sans) !important;
  font-size: 0.82rem !important;
}

html body .efb-filter-toggle {
  margin: 12px 0 12px 12px !important;
}

html body .efb-filters > .efb-button {
  min-height: 44px !important;
  margin: 12px 0 12px 12px !important;
}

html body .efb-filter-fields {
  grid-column: 1 / -1 !important;
  display: none !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 0 0 16px !important;
}

html body .efb-filters.is-filter-open .efb-filter-fields,
html body .efb-filters:not(.is-filter-enhanced) .efb-filter-fields {
  display: grid !important;
}

html body .efb-listing-radar,
html body .efb-listing-active-route,
html body .efb-buying-board,
html body .efb-affiliate-ready-lane,
html body .efb-listing-watch-rail,
html body .efb-signup-band {
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body .efb-buying-board,
html body .efb-affiliate-ready-lane {
  margin: 34px 0 !important;
  padding: 34px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--efb-pantry-line-dark) !important;
  border-bottom: 1px solid var(--efb-pantry-line) !important;
  background: transparent !important;
}

html body .efb-buying-board h2,
html body .efb-affiliate-ready-lane h2,
html body .efb-signup-band h2 {
  font-family: var(--efb-pantry-serif) !important;
}

html body .efb-buying-board__grid,
html body .efb-affiliate-ready-lane__grid,
html body .efb-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-top: 1px solid var(--efb-pantry-line) !important;
  border-left: 1px solid var(--efb-pantry-line) !important;
}

html body .efb-buying-card,
html body .efb-affiliate-ready-card,
html body .efb-grid > article,
html body .efb-grid .efb-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-bottom: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: var(--efb-pantry-white) !important;
  box-shadow: none !important;
}

html body .efb-buying-card__media,
html body .efb-affiliate-ready-card figure,
html body .efb-grid .efb-card__media {
  display: grid !important;
  place-items: center !important;
  min-height: 300px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1ede4 !important;
}

html body .efb-buying-card__media img,
html body .efb-affiliate-ready-card figure img,
html body .efb-grid .efb-card__image {
  width: auto !important;
  max-width: 80% !important;
  height: auto !important;
  max-height: 250px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 16px rgba(7, 19, 37, 0.16)) !important;
}

html body .efb-buying-card__body,
html body .efb-affiliate-ready-card__body,
html body .efb-grid .efb-card > div:not(.efb-card-commerce__actions) {
  display: grid !important;
  gap: 9px !important;
  padding: 25px 25px 10px !important;
}

html body .efb-buying-card h3,
html body .efb-affiliate-ready-card h3,
html body .efb-grid .efb-card h3 {
  margin: 0 !important;
  font-size: 1.35rem !important;
  line-height: 1.14 !important;
}

html body .efb-card-commerce__actions,
html body .efb-buying-card__actions,
html body .efb-affiliate-ready-card__actions {
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding: 14px 25px 25px !important;
}

html body .efb-detail-buy-chips,
html body .efb-card__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 13px !important;
}

html body .efb-detail-buy-chips span,
html body .efb-card__meta span {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Product detail: one calm editorial spread. */
html body.single-efb_listing .efb-main > .efb-shell {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean {
  --efb-detail-editorial-finish: 0.8.537;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: 0 !important;
  width: min(1240px, calc(100vw - 96px)) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 54px 0 76px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 42px 0 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  background: transparent !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > figure.efb-card__media.efb-card__media--detail-hero {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 462px !important;
  margin: 0 !important;
  padding: 32px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1ede4 !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > figure.efb-card__media.efb-card__media--detail-hero::before,
html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > figure.efb-card__media.efb-card__media--detail-hero::after,
html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media .efb-detail-photo-note {
  display: none !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > figure.efb-card__media.efb-card__media--detail-hero > img.efb-card__image.efb-card__image--detail-hero {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  max-width: min(76%, 340px) !important;
  height: auto !important;
  max-height: 340px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
  filter:
    saturate(1.045)
    contrast(1.02)
    drop-shadow(0 18px 14px rgba(7, 19, 37, 0.18))
    drop-shadow(0 3px 2px rgba(7, 19, 37, 0.08)) !important;
  transform: scale(var(--efb-image-zoom, 1)) !important;
  transform-origin: var(--efb-image-focus-x, 50%) var(--efb-image-focus-y, 50%) !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > .efb-detail-serving-card {
  display: grid !important;
  gap: 7px !important;
  position: static !important;
  z-index: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 19px 2px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--efb-pantry-line-dark) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > .efb-detail-serving-card span {
  color: var(--efb-pantry-red) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > .efb-detail-serving-card strong {
  display: block !important;
  margin: 0 !important;
  color: var(--efb-pantry-ink) !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.98rem !important;
  font-weight: 400 !important;
  line-height: 1.52 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 4px 0 0 52px !important;
  border: 0 !important;
  background: transparent !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-card__meta {
  order: 1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-card__meta span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-left: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--efb-pantry-red) !important;
  font-size: 0.64rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-card__meta span:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > h1 {
  order: 2 !important;
  max-width: 14ch !important;
  margin: 18px 0 0 !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: clamp(2.9rem, 3.8vw, 4.25rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail__summary {
  order: 3 !important;
  max-width: 42rem !important;
  margin: 20px 0 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.52 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-hero-actions {
  order: 4 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 18px !important;
  width: auto !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-hero-actions .efb-button {
  width: auto !important;
  min-width: 210px !important;
  min-height: 52px !important;
  padding: 12px 28px !important;
  border: 1px solid var(--efb-pantry-red) !important;
  border-radius: 0 !important;
  background: var(--efb-pantry-red) !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(184, 36, 25, 0.14) !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-hero-actions .efb-detail-watch-link {
  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 8px 2px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  color: var(--efb-pantry-red) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-detail-inline-watch,
html body.single-efb_listing .efb-detail-proofbar,
html body.single-efb_listing .efb-listing-buyer-intents,
html body.single-efb_listing .efb-cart-decision,
html body.single-efb_listing .efb-detail-note-card,
html body.single-efb_listing .efb-detail-route-hub,
html body.single-efb_listing .efb-pairing-cart {
  margin: 30px 0 0 !important;
  padding: 26px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-detail-inline-watch {
  display: none !important;
}

html body.single-efb_listing .efb-detail-inline-watch.is-active,
html body.single-efb_listing .efb-detail-inline-watch:target {
  display: grid !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar {
  order: 6 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 30px 0 0 !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--efb-pantry-line) !important;
  border-bottom: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div {
  display: grid !important;
  gap: 6px !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div:first-child {
  padding-left: 0 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div:last-child {
  border-right: 0 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar span {
  color: var(--efb-pantry-red) !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar strong {
  font-family: var(--efb-pantry-serif) !important;
  font-size: 0.86rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-intent-pills {
  order: 7 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 0 !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-intent-pills a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-left: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--efb-pantry-red) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-intent-pills a:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-intent-pills a:hover,
html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-intent-pills a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 0.18em !important;
}

html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__rail {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 0 !important;
  margin-top: 48px !important;
  padding-top: 0 !important;
  border-top: 1px solid var(--efb-pantry-line-dark) !important;
}

html body.single-efb_listing .efb-detail__rail > section {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 30px !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-bottom: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-detail__rail h2,
html body.single-efb_listing .efb-detail__rail h3 {
  font-family: var(--efb-pantry-serif) !important;
}

html body.single-efb_listing .efb-detail__rail > .efb-detail-editorial-note {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.single-efb_listing .efb-detail-editorial-note__header {
  padding: 30px 32px !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  background: var(--efb-pantry-white) !important;
}

html body.single-efb_listing .efb-detail-editorial-note__header h2 {
  max-width: 9ch !important;
  margin: 8px 0 0 !important;
  font-size: clamp(1.75rem, 2.4vw, 2.45rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
}

html body.single-efb_listing .efb-detail-editorial-note__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  min-width: 0 !important;
}

html body.single-efb_listing .efb-detail-editorial-note__grid > div {
  display: grid !important;
  align-content: start !important;
  gap: 9px !important;
  min-width: 0 !important;
  padding: 30px 32px !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
}

html body.single-efb_listing .efb-detail-editorial-note__grid > div:last-child {
  border-right: 0 !important;
}

html body.single-efb_listing .efb-detail-editorial-note__grid span {
  color: var(--efb-pantry-red) !important;
  font-size: 0.66rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body.single-efb_listing .efb-detail-editorial-note__grid p {
  max-width: 42ch !important;
  margin: 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

html body.single-efb_listing .efb-detail-route-hub__grid,
html body.single-efb_listing .efb-pairing-cart__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (min-width: 761px) {
  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean {
    grid-template-rows: auto auto !important;
    gap: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    width: auto !important;
    max-width: none !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__rail {
    position: relative !important;
    inset: auto !important;
    z-index: auto !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    clear: both !important;
  }
}

/* Browse hubs and footer inherit the same square editorial system. */
html body .efb-section:not(.efb-listings-page) {
  width: var(--efb-pantry-shell) !important;
  max-width: 1357px !important;
  margin-inline: auto !important;
}

html body .efb-orderable-intent,
html body .efb-interest-card,
html body .efb-source-card,
html body .efb-vendor-directory__card,
html body .efb-collection-card,
html body .efb-update-board__card {
  border-radius: 0 !important;
  border-color: var(--efb-pantry-line) !important;
  background: var(--efb-pantry-white) !important;
  box-shadow: none !important;
}

html body .efb-footer {
  margin: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--efb-pantry-ink) !important;
  box-shadow: none !important;
}

html body .efb-footer,
html body .efb-footer a,
html body .efb-footer h2,
html body .efb-footer strong {
  color: #fff !important;
}

@media (max-width: 1180px) {
  :root {
    --efb-pantry-shell: calc(100vw - 64px);
  }

  html body .efb-brand-lockup {
    min-width: 260px !important;
  }

  html body .efb-brand-lockup__text strong {
    font-size: 1.58rem !important;
  }

  html body .efb-nav,
  html body .efb-nav ul,
  html body .efb-nav.wp-block-navigation {
    gap: 16px !important;
  }

  html body .efb-nav a {
    font-size: 0.9rem !important;
  }

  html body.home .efb-pantry-hero__copy {
    width: min(590px, 54vw) !important;
    padding-left: 32px !important;
  }

  html body.home .efb-pantry-finds {
    grid-template-columns: 245px repeat(3, minmax(0, 1fr)) !important;
    padding-inline: 32px !important;
  }

  html body.home .efb-pantry-find {
    padding-inline: 27px !important;
  }
}

@media (max-width: 980px) {
  html body .efb-header__inner {
    gap: 20px !important;
  }

  html body .efb-brand-lockup {
    min-width: 220px !important;
  }

  html body .efb-brand-lockup__text > span {
    display: none !important;
  }

  html body .efb-nav li:nth-child(2),
  html body .efb-nav li:nth-child(4) {
    display: none !important;
  }

  html body.home .efb-pantry-hero__copy h1 {
    font-size: 3.35rem !important;
  }

  html body.home .efb-pantry-finds {
    grid-template-columns: 220px repeat(3, minmax(0, 1fr)) !important;
  }

  html body.home .efb-pantry-find {
    padding-inline: 20px !important;
  }

  html body.home .efb-pantry-find__image {
    height: 180px !important;
  }

  html body.home .efb-home-story-grid,
  html body.home .efb-world-routes__grid,
  html body .efb-buying-board__grid,
  html body .efb-affiliate-ready-lane__grid,
  html body .efb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.single-efb_listing .efb-detail {
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr) !important;
  }

  html body.single-efb_listing .efb-detail__body {
    padding-left: 42px !important;
  }
}

@media (max-width: 760px) {
  :root {
    --efb-pantry-shell: calc(100vw - 36px);
  }

  html,
  html body,
  html body .wp-site-blocks {
    overflow-x: hidden !important;
  }

  html body .efb-main {
    padding-bottom: 64px !important;
  }

  html body .efb-header {
    min-height: 74px !important;
  }

  html body .efb-header__inner {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100vw - 36px) !important;
    min-height: 74px !important;
    padding: 0 !important;
  }

  html body .efb-brand-lockup {
    gap: 9px !important;
    min-width: 0 !important;
  }

  html body .efb-brand-lockup__mark,
  html body .efb-brand-lockup__mark img {
    width: 40px !important;
    height: 45px !important;
  }

  html body .efb-brand-lockup__text strong {
    font-size: 1.25rem !important;
  }

  html body .efb-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 43px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--efb-pantry-line) !important;
    color: var(--efb-pantry-ink) !important;
    background: transparent !important;
  }

  html body .efb-nav > .wp-block-navigation__container,
  html body .efb-nav > ul {
    display: none !important;
  }

  html body .efb-nav .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
    padding: 74px 22px 28px !important;
    background: var(--efb-pantry-paper) !important;
  }

  html body .efb-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  html body .efb-nav .wp-block-navigation__responsive-container.is-menu-open ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
  }

  html body .efb-nav .wp-block-navigation__responsive-container.is-menu-open li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body .efb-nav .wp-block-navigation__responsive-container.is-menu-open a {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 0 !important;
    color: var(--efb-pantry-ink) !important;
    background: transparent !important;
    font-size: 1.25rem !important;
    text-align: left !important;
  }

  html body.home .efb-pantry-home,
  html body.home .efb-pantry-hero {
    min-height: 0 !important;
    overflow: visible !important;
    background: #efebe3 !important;
  }

  html body.home .efb-pantry-hero {
    display: flex !important;
    flex-direction: column !important;
  }

  html body.home .efb-pantry-hero::after {
    content: none !important;
  }

  html body.home .efb-pantry-hero__copy {
    order: 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 33px 22px 29px !important;
    background: #efebe3 !important;
  }

  html body.home .efb-pantry-hero__copy > .efb-kicker {
    margin-bottom: 22px !important;
    font-size: 0.66rem !important;
  }

  html body.home .efb-pantry-hero__copy h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2.72rem, 12vw, 3rem) !important;
    line-height: 1.02 !important;
  }

  html body.home .efb-pantry-hero__copy h1 span {
    white-space: nowrap !important;
  }

  html body.home .efb-pantry-hero__copy > p:not(.efb-kicker) {
    width: 100% !important;
    max-width: 34ch !important;
    margin-top: 18px !important;
    font-size: 0.94rem !important;
    line-height: 1.5 !important;
  }

  html body.home .efb-pantry-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    margin-top: 23px !important;
  }

  html body.home .efb-pantry-browse {
    width: 100% !important;
    min-height: 54px !important;
  }

  html body.home .efb-pantry-browse-wrap {
    width: 100% !important;
  }

  html body.home .efb-pantry-search {
    width: 100% !important;
  }

  html body.home .efb-pantry-hero__image {
    position: relative !important;
    inset: auto !important;
    order: 2 !important;
    width: 100% !important;
    height: 292px !important;
  }

  html body.home .efb-pantry-hero__image img {
    object-position: 64% center !important;
  }

  html body.home .efb-pantry-finds {
    display: block !important;
    min-height: 0 !important;
    padding: 42px 22px 58px !important;
  }

  html body.home .efb-pantry-finds__intro {
    min-height: 0 !important;
    padding: 0 0 35px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body.home .efb-pantry-finds__intro h2 {
    max-width: 9ch !important;
    font-size: 2.25rem !important;
  }

  html body.home .efb-pantry-finds__intro > .efb-pantry-finds__link {
    margin-top: 24px !important;
  }

  html body.home .efb-pantry-finds__list {
    display: block !important;
  }

  html body.home .efb-pantry-find {
    display: flex !important;
    min-height: 480px !important;
    padding: 32px 0 30px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body.home .efb-pantry-find:last-child {
    border-bottom: 0 !important;
  }

  html body.home .efb-pantry-find__media,
  html body.home .efb-pantry-find__image {
    height: 280px !important;
  }

  html body.home .efb-pantry-find__image img {
    max-height: 260px !important;
  }

  html body.home .efb-pantry-find__body h3 {
    font-size: 1.32rem !important;
  }

  html body.home .efb-pantry-find__body > p:last-child {
    min-height: 0 !important;
    font-size: 0.91rem !important;
  }

  html body.home .efb-pantry-find__actions {
    margin-top: 24px !important;
  }

  html body.home .efb-pantry-find__shop {
    font-size: 0.9rem !important;
  }

  html body.home .efb-home-story-band,
  html body.home .efb-world-routes,
  html body.home .efb-watch-preview,
  html body.home .efb-signup-band--home {
    width: calc(100vw - 36px) !important;
    padding: 54px 0 !important;
  }

  html body.home .efb-home-section-scene {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  html body.home .efb-home-section-scene picture {
    height: 270px !important;
  }

  html body.home .efb-home-section-scene__copy {
    padding: 35px 24px !important;
  }

  html body.home .efb-home-section-scene__copy h2 {
    font-size: 2.7rem !important;
  }

  html body.home .efb-home-story-grid,
  html body.home .efb-world-routes__grid,
  html body .efb-buying-board__grid,
  html body .efb-affiliate-ready-lane__grid,
  html body .efb-grid {
    grid-template-columns: 1fr !important;
  }

  html body.home .efb-home-story-card .efb-card__media,
  html body.home .efb-world-card__image {
    min-height: 290px !important;
  }

  html body .efb-listings-page {
    width: calc(100vw - 36px) !important;
    padding: 38px 0 58px !important;
  }

  html body .efb-listings-page > .efb-section__header {
    display: block !important;
    margin-bottom: 26px !important;
    padding-bottom: 28px !important;
  }

  html body .efb-listings-page > .efb-section__header h1 {
    max-width: 10ch !important;
    font-size: clamp(3rem, 14vw, 4rem) !important;
  }

  html body .efb-listings-page > .efb-section__header > p {
    margin-top: 24px !important;
  }

  html body .efb-listings-hero-search {
    grid-template-columns: 1fr auto !important;
  }

  html body .efb-listings-quick {
    grid-template-columns: 1fr 1fr !important;
  }

  html body .efb-filters {
    grid-template-columns: 1fr auto !important;
  }

  html body .efb-filters > label {
    grid-column: 1 / -1 !important;
    padding-right: 0 !important;
  }

  html body .efb-filter-toggle {
    margin-left: 0 !important;
  }

  html body .efb-filter-fields {
    grid-template-columns: 1fr !important;
  }

  html body .efb-buying-card__media,
  html body .efb-affiliate-ready-card figure,
  html body .efb-grid .efb-card__media {
    min-height: 290px !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean {
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 0 58px !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media {
    order: 2 !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > figure.efb-card__media.efb-card__media--detail-hero {
    width: 100% !important;
    height: auto !important;
    min-height: 330px !important;
    padding: 24px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > figure.efb-card__media.efb-card__media--detail-hero > img.efb-card__image.efb-card__image--detail-hero {
    max-width: min(78%, 270px) !important;
    max-height: 270px !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__media > .efb-detail-serving-card {
    display: grid !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 20px !important;
    padding-top: 17px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 34px 20px 30px !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > h1 {
    max-width: 100% !important;
    margin-top: 14px !important;
    font-size: clamp(2.25rem, 10.2vw, 3.15rem) !important;
    line-height: 1 !important;
    overflow-wrap: break-word !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 82px !important;
    gap: 10px !important;
    width: 100% !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-hero-actions .efb-button {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-hero-actions .efb-detail-watch-link {
    width: 82px !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar {
    grid-template-columns: 1fr 1fr !important;
    margin-top: 26px !important;
    padding: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div {
    padding: 14px 12px 14px 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div:nth-child(2n) {
    padding-right: 0 !important;
    padding-left: 12px !important;
    border-right: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-intent-pills {
    margin-top: 16px !important;
  }

  html body.single-efb_listing .efb-detail__rail {
    order: 3 !important;
    grid-template-columns: 1fr !important;
    width: calc(100vw - 36px) !important;
    margin: 26px auto 0 !important;
  }

  html body.single-efb_listing .efb-detail__rail > section {
    padding: 28px 0 !important;
    border-right: 0 !important;
  }

  html body.single-efb_listing .efb-detail__rail > .efb-cart-decision {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 0 !important;
  }

  html body.single-efb_listing .efb-cart-decision__intro {
    padding: 26px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body.single-efb_listing .efb-cart-decision__grid,
  html body.single-efb_listing .efb-detail-route-hub__grid,
  html body.single-efb_listing .efb-pairing-cart__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.single-efb_listing .efb-cart-decision__grid article {
    padding: 24px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }
}

/* Automatic product-photo treatment: cached cutouts float; light studio shots blend into paper. */
html body img[src*="/efoodbid-product-media/cutout-"][src$=".webp"] {
  background: transparent !important;
  mix-blend-mode: normal !important;
  filter:
    saturate(1.05)
    contrast(1.025)
    drop-shadow(0 18px 13px rgba(7, 19, 37, 0.18))
    drop-shadow(0 3px 2px rgba(7, 19, 37, 0.08)) !important;
}

html body img[src*="/efoodbid-product-media/blend-"][src$=".webp"] {
  background: transparent !important;
  mix-blend-mode: multiply !important;
  filter:
    saturate(1.04)
    contrast(1.02)
    drop-shadow(0 14px 12px rgba(7, 19, 37, 0.13)) !important;
}

/* Product detail density reset: one hero, one note, one related shelf. */
html body.single-efb_listing .efb-detail__rail > .efb-pairing-cart {
  padding: 38px 0 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

html body.single-efb_listing .efb-pairing-cart__header {
  display: grid !important;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr) !important;
  align-items: end !important;
  gap: 40px !important;
  margin: 0 0 24px !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid var(--efb-pantry-line-dark) !important;
}

html body.single-efb_listing .efb-pairing-cart__header h2 {
  margin: 8px 0 0 !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

html body.single-efb_listing .efb-pairing-cart__header > p {
  max-width: 38ch !important;
  margin: 0 !important;
  color: var(--efb-pantry-body) !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
}

html body.single-efb_listing .efb-pairing-cart__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

html body.single-efb_listing .efb-pairing-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-right: 1px solid var(--efb-pantry-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-pairing-card:first-child {
  padding-left: 0 !important;
}

html body.single-efb_listing .efb-pairing-card:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html body.single-efb_listing .efb-pairing-card__media {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: 218px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1ede4 !important;
  box-shadow: none !important;
}

html body.single-efb_listing .efb-pairing-card__media img {
  width: auto !important;
  max-width: 76% !important;
  height: auto !important;
  max-height: 172px !important;
  object-fit: contain !important;
}

html body.single-efb_listing .efb-pairing-card__media span {
  display: none !important;
}

html body.single-efb_listing .efb-pairing-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-width: 0 !important;
  padding: 18px 0 0 !important;
}

html body.single-efb_listing .efb-pairing-card__body > .efb-source-card__eyebrow {
  margin: 0 !important;
}

html body.single-efb_listing .efb-pairing-card__body h3 {
  margin: 8px 0 0 !important;
  font-family: var(--efb-pantry-serif) !important;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem) !important;
  line-height: 1.2 !important;
}

html body.single-efb_listing .efb-pairing-card__actions {
  display: flex !important;
  margin: auto 0 0 !important;
  padding: 18px 0 0 !important;
}

html body.single-efb_listing .efb-pairing-card__actions .efb-button {
  width: auto !important;
  min-height: 42px !important;
  padding: 9px 16px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div,
  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div:nth-child(2n) {
    min-width: 0 !important;
    padding: 13px 8px !important;
    border-right: 1px solid var(--efb-pantry-line) !important;
    border-bottom: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div:first-child {
    padding-left: 0 !important;
  }

  html body.single-efb_listing .efb-main > .efb-shell > article.efb-detail.efb-detail--editorial-clean > .efb-detail__body > .efb-detail-proofbar > div:last-child {
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  html body.single-efb_listing .efb-detail__rail > .efb-detail-editorial-note {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.single-efb_listing .efb-detail-editorial-note__header {
    padding: 24px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
    background: transparent !important;
  }

  html body.single-efb_listing .efb-detail-editorial-note__header h2 {
    max-width: none !important;
  }

  html body.single-efb_listing .efb-detail-editorial-note__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.single-efb_listing .efb-detail-editorial-note__grid > div {
    padding: 22px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body.single-efb_listing .efb-pairing-cart__header {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
  }

  html body.single-efb_listing .efb-pairing-cart__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.single-efb_listing .efb-pairing-card,
  html body.single-efb_listing .efb-pairing-card:first-child,
  html body.single-efb_listing .efb-pairing-card:last-child {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 18px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--efb-pantry-line) !important;
  }

  html body.single-efb_listing .efb-pairing-card__media {
    min-height: 132px !important;
  }

  html body.single-efb_listing .efb-pairing-card__media img {
    max-width: 82% !important;
    max-height: 105px !important;
  }

  html body.single-efb_listing .efb-pairing-card__body {
    padding: 0 !important;
  }

  html body.single-efb_listing .efb-pairing-card__actions {
    padding-top: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body *,
  html body *::before,
  html body *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (forced-colors: active) {
    .efb-button,
    .efb-watch-button,
    .efb-text-link,
    .efb-card,
    .efb-source-card,
    .efb-detail-proofbar {
        border: 1px solid CanvasText !important;
        box-shadow: none !important;
        forced-color-adjust: auto;
    }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible {
        outline: 3px solid Highlight !important;
        outline-offset: 3px !important;
    }
}
