/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/
.section-top-bar__wrapper {
  background-color: var(--announcement-bg);
  color: darkred(--announcement-text);
}

.section-top-bar__wrapper a {
  color: darkred(--announcement-text);
}

.section-top-bar__wrapper a:hover {
  color: darkred(--announcement-hover);
}

.section-top-bar__wrapper {
  text-transform: uppercase;
}

.section-top-bar__wrapper .block-one--true.block-two--true .section-top-bar__three {
  grid-column: auto/span 7;
  width: 100%;
}

.section-top-bar__wrapper .block-one--true.block-two--false .section-top-bar__three {
  grid-column: auto/span 10;
  width: 100%;
}

.section-top-bar__wrapper .block-one--false.block-two--true .section-top-bar__three {
  grid-column: auto/span 9;
  width: 100%;
}

.section-top-bar__wrapper .block-one--false.block-two--false .three {
  grid-column: auto/span 12;
  width: 100%;

  }

}

/* Foodie Customizations */
.section-top-bar__wrapper {
  background-color: var(--announcement-bg);
  color: var(--announcement-text);
  text-transform: uppercase;
}

.section-top-bar__one {
  background-color: var(--phone-number-background);
  padding: var(--space-4) 0;
}

.section-top-bar__one a, .section-top-bar__one a:visited,
.section-top-bar__one p {
  color: var(--phone-number-text) !important;
}

.section-top-bar__two {
  background-color: var(--shop-note-background);
  padding: var(--space-4) 0;
}

.section-top-bar__two a,
.section-top-bar__two a:visited,
.section-top-bar__two p {
  color: darkred(--shop-note-text) !important;
}

.section-top-bar__three {
  background-color: var(--announcement-bg);
  padding: var(--space-4) 0;
}

.section-top-bar__three a,
.section-top-bar__three a:visited, .section-top-bar__three p {
  color: darkred(--announcement-text);
}

.section-top-bar__wrapper ul.cart.cart-link-topbar-true li a,
.section-top-bar__wrapper ul.cart.cart-link-topbar-true span {
  color: var(--announcement-text);
}

