/* Global styles. */
/* Body font override */
body {
  font-family: var(--alg-font-family-body);
}
/**
 * Allegiance-specific font overrides
 * Headers: Montserrat 
 * Body/Paragraphs: Roboto
 */
/* Montserrat Font Face Definitions */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/montserrat-regular.woff2") format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/montserrat-500.woff2") format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/montserrat-600.woff2") format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/montserrat-700.woff2") format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/montserrat-italic.woff2") format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/montserrat-700-italic.woff2") format("woff2");
}
/* Roboto Font Face Definitions */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto-300.woff2") format("woff2");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto-regular.woff2") format("woff2");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto-500.woff2") format("woff2");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto-700.woff2") format("woff2");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto-italic.woff2") format("woff2");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto-700-italic.woff2") format("woff2");
}
.alg-home-page-slider {
  max-width: 1920px;
  margin: 0 auto;
}
@media (width >= 768px) {.alg-home-page-slider {
    margin: 20px auto
}
  }
.alg-home-page-slider .swiper-pagination {
    text-align: center;
    bottom: 20px;
  }
.alg-home-page-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px #000;
    background-color: rgba(0 0 0 / 70%);
    opacity: 1;
  }
.alg-home-page-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #fff;
    }
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
body:not(.is-mobile) .swiper-button-prev::after,
  body:not(.is-mobile) .swiper-button-next::after {
    width: 30px;
    height: 36px;
  }
body:not(.is-mobile) .swiper-button-prev::after {
    background-image: url("images/left.png");
  }
body:not(.is-mobile) .swiper-button-next::after {
    background-image: url("images/right.png");
  }
body.is-mobile .swiper-pagination-bullet {
    display: none;
  }
.alg-image-blend-mode-darken {
  mix-blend-mode: darken;
}
:root {
  --alg-font-family-heading: "Montserrat", sans-serif;
  --alg-font-family-body: "Roboto", sans-serif;
}
/* Specialized styles. */
body.is-mobile .ic-header-row instacart-fulfillment-toggle {
    display: none;
  }
body:not(.is-mobile) .ic-header-top {
    position: sticky;
    top: var(--ic-admin-bar-height);
    z-index: calc(var(--ic-header-z-index) + 1);
  }
body:not(.is-mobile) .ic-header-sticky {
    top: calc(var(--ic-admin-bar-height) + var(--ic-header-top-height));
  }
.alg-header-submenu-scrollable .wp-block-navigation-submenu {
    max-height: 80vh;
    overflow-y: auto !important;
  }
.alg-footer {
  background-color: var(--ic-color-brand-primary-regular);
  color: var(--ic-color-system-grayscale00);
  padding: 60px 0 40px;
  margin-top: 60px;
}
.alg-footer .alg-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
.alg-footer .alg-footer-content {
    width: 100%;
  }
.alg-footer .alg-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
.alg-footer .alg-footer-menu {
    width: 100%;
  }
.alg-footer .wp-block-navigation__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2em;
    padding: 20px 0;
    width: 100%;
    place-items: start;
    justify-content: start;
  }
/* Main menu items (top level navigation items) */
.alg-footer .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
      font-size: 18px;
      color: var(--ic-color-system-grayscale00);
      margin-bottom: 16px;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 8px 0;
      text-decoration: none;
    }
.alg-footer .wp-block-navigation-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
  }
/* Note by design, we want the menu items with submenus to be unclickable */
.alg-footer .wp-block-navigation-submenu > .wp-block-navigation-item__content {
      pointer-events: none;
      cursor: default;
    }
.alg-footer .wp-block-navigation__submenu-container {
    all: revert !important;
    padding: 0 !important;
  }
.alg-footer .wp-block-navigation__submenu-container .wp-block-navigation-item {
      margin-bottom: 8px;
      list-style: none;
      display: block;
    }
.alg-footer .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
        font-size: 16px;
        color: var(--ic-color-system-grayscale00);
        margin-bottom: 8px;
        font-weight: 300;
        letter-spacing: 0;
        padding: 4px 0;
        text-decoration: none;
        transition: color 0.2s ease;
        display: block;
      }
.alg-footer .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
          color: var(--ic-color-system-grayscale00);
          text-decoration: underline;
        }
.alg-breadcrumbs {
  margin-top: 20px;
}
.alg-eat-well-video-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 780px) {.alg-eat-well-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: start
}
  }
.alg-eat-well-video-thumbnail {
  max-width: 300px;
}
@media (width >= 780px) {

.alg-eat-well-video-thumbnail {
    max-width: 100%
}
  }
.alg-eat-well-video-thumbnail h3 {
    font-size: 20px;
    min-height: 56px;
    margin: 0;
  }
.alg-eat-well-video-thumbnail-container {
  position: relative;
  width: 100%;
}
.alg-eat-well-video-thumbnail-container p {
    font-size: 17px;
  }
.alg-eat-well-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.alg-eat-well-video-thumbnail-image {
  width: 100%;
  object-fit: cover;
}
.alg-eat-well-video-player {
  margin-bottom: 20px;
  max-width: 675px;
}
.alg-eat-well-video-player h3 {
    font-size: 20px;
  }
.alg-eat-well-video-player iframe {
    margin: 5px 0;
    width: 100%;
    height: 300px;
  }
.alg-eat-well-video-player p {
    font-size: 17px;
    margin: 0;
  }
.alg-eat-well-video-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (width >= 780px) {

.alg-eat-well-video-pagination {
    justify-content: left
}
  }
.alg-eat-well-video-pagination a {
    padding: 0 5px;
  }
.alg-eat-well-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.alg-eat-well-be-well {
  background-image: url("images/fruits-and-veggies.webp");
  padding: 40px 0;
}
.alg-eat-well-quality-choices {
  background-image: url("images/quality-choices.webp");
  background-size: contain;
  background-color: #4a4a4a;
}
.alg-eat-well-upper-group {
  background-image: url("images/healthy-food.webp");
}
.alg-eat-well-lower-group {
  background-image: url("images/cooking.webp");
}
.alg-eat-well-category {
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 10px auto;
  background-color: rgb(255 255 255 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.alg-eat-well-category .wp-block-image {
    width: 80px;
  }
.alg-eat-well-category .wp-block-heading {
    margin-bottom: 5px;
  }
.alg-nutritional-tag-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (width >= 530px) {.alg-nutritional-tag-wrapper {
    grid-template-columns: repeat(2, 1fr)
}
  }
@media (width >= 992px) {.alg-nutritional-tag-wrapper {
    justify-items: left;
    grid-template-columns: repeat(3, 1fr)
}
  }
@media (width >= 1200px) {.alg-nutritional-tag-wrapper {
    grid-template-columns: repeat(4, 1fr)
}
  }
.alg-nutritional-tag {
  position: relative;
}
.alg-nutritional-tag img {
    max-width: 200px;
  }
@media (width >= 992px) {

.alg-nutritional-tag img {
      max-width: 262px
  }
    }
.alg-nutritional-tag-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.alg-nutritional-tag-close-button {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--ic-color-brand-primary-dark);
  color: var(--ic-color-brand-primary-dark);
  border-radius: 100px;
  left: 8px;
  top: 4px;
  padding: 0 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
}
.alg-nutritional-tag-tooltip {
  visibility: hidden;
  position: absolute;
  width: 100%;
  bottom: calc(100% + 2px);
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #808080;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.alg-nutritional-tag-tooltip h3 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
.alg-nutritional-tag-tooltip p {
    font-size: 12px;
  }
.alg-nutritional-tag-tooltip-visible {
  visibility: visible;
}
.alg-informational-banner {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background-color: var(--ic-color-brand-primary-regular);
  color: var(--ic-color-brand-primary-foreground);
  padding: 20px 60px;
  text-align: center;
}
.alg-informational-banner-visible {
  display: flex;
}
.alg-informational-banner-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: inherit;
  color: var(--ic-color-brand-primary-dark);
  border: 1px solid var(--ic-color-brand-primary-dark);
  border-radius: 100px;
  padding: 3px 5px 1px;
  font-size: 12px;
  font-weight: 600;
}
.alg-informational-banner-close:hover {
    background-color: var(--ic-color-brand-primary-dark);
    color: var(--ic-color-brand-primary-foreground);
    cursor: pointer;
  }

/*# sourceMappingURL=style.css?ver=00428ef