@charset "UTF-8";
/* stylelint-disable number-max-precision */
/* stylelint-enable */
/* stylelint-disable number-max-precision */
/* stylelint-enable */
/* stylelint-disable declaration-no-important */
/* stylelint-enable */
body::before {
  /* stylelint-disable-line selector-no-type */
  content: 'base';
  display: none; }
  @media (max-width: 74rem) {
    body::before {
      content: 'medium'; } }

/* stylelint-disable selector-class-pattern */
/* stylelint-disable order/properties-alphabetical-order */
body::before {
  /* stylelint-disable-line selector-no-type */
  content: 'base';
  display: none; }
  @media (max-width: 74rem) {
    body::before {
      content: 'medium'; } }

.react-autosuggest__container {
  position: relative;
  width: 100%;
  border: 1px solid #ccc; }

.react-autosuggest__input {
  height: 30px;
  padding: 8px 16px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.react-autosuggest__input--focused {
  outline: none; }

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  display: none;
  min-width: 400px; }

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2; }

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 0 10px #999; }

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.react-autosuggest__suggestion--highlighted {
  background-color: #e8e8e8; }

/* stylelint-enable order/properties-alphabetical-order */
/* stylelint-enable selector-class-pattern */
.hyvee-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .hyvee-header::after {
    background-color: #ddd;
    content: '';
    height: 1px;
    position: absolute;
    top: 42px;
    width: 100%; }
  .hyvee-header .hy-vee-logo-link {
    display: inline-block;
    line-height: 0;
    margin: 10px 0 0 10px;
    padding: 10px 0;
    text-align: center;
    width: 150px; }
    .hyvee-header .hy-vee-logo-link .hy-vee-logo {
      fill: #e21c11;
      height: 35px; }
    .hyvee-header .hy-vee-logo-link:focus, .hyvee-header .hy-vee-logo-link:active {
      border-radius: 4px;
      box-shadow: inset #707070 0 0 0 2px; }
  .hyvee-header button[title='Fuel Saver + Perks'] > span {
    padding-right: 14px;
    position: relative; }
    .hyvee-header button[title='Fuel Saver + Perks'] > span::after {
      content: '\00a0®';
      font-size: 12px;
      position: absolute;
      top: 0; }
  .hyvee-header .active .angle-right {
    transform: rotate(270deg); }
  .hyvee-header .angle-right {
    display: inline-block;
    margin: -4.5px 0 0 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(90deg);
    transition: all 250ms;
    vertical-align: middle; }
  .hyvee-header .search-form {
    align-items: center;
    background-color: #fff;
    border-left: 1px solid #ddd;
    display: flex;
    height: 72px;
    margin-right: 0;
    position: absolute;
    right: calc(((100% - 90rem) / 2) + 20px);
    top: 43px;
    z-index: 110; }
    .hyvee-header .search-form .search-glass {
      cursor: pointer;
      margin-left: 16px;
      z-index: -1; }
    .hyvee-header .search-form.maximize .search-query-input {
      width: calc(90rem - 275px); }
      .hyvee-header .search-form.maximize .search-query-input.not-empty {
        color: #3f3f3f; }
    .hyvee-header .search-form.maximize .submit-button {
      cursor: pointer;
      display: block;
      z-index: 111; }
    .hyvee-header .search-form .search-label-text {
      margin: 0 16px 0 10px; }
    .hyvee-header .search-form .search-query-input {
      background-color: transparent;
      font-family: var(--font-family);
      font-size: 16px;
      font-weight: 300;
      outline: none;
      padding: 27px 0 27px 27px;
      transition: width 500ms;
      transition-timing-function: ease-in-out;
      width: 100px; }
      .hyvee-header .search-form .search-query-input::-ms-clear {
        display: none; }
      .hyvee-header .search-form .search-query-input::placeholder {
        color: #3f3f3f; }
      .hyvee-header .search-form .search-query-input:focus, .hyvee-header .search-form .search-query-input:active {
        box-shadow: #707070 0 0 0 2px; }
    .hyvee-header .search-form .submit-button {
      font-size: 0.8125rem;
      font-family: var(--font-family);
      font-weight: 400;
      border-style: solid;
      border-width: 1px;
      display: inline-block;
      text-align: center;
      transition: box-shadow 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      background-color: #e2231a;
      border-color: #e2231a;
      box-shadow: inset 0 0 0 0 transparent;
      color: #fff;
      border-radius: 4px;
      padding: 9px 36px;
      background: #fff;
      border-color: #707070;
      color: #3f3f3f;
      display: none;
      position: absolute;
      right: 0;
      top: 17px;
      z-index: -1; }
      .hyvee-header .search-form .submit-button:hover, .hyvee-header .search-form .submit-button:focus {
        transition: box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .hyvee-header .search-form .submit-button:active {
        transition: none; }
      .hyvee-header .search-form .submit-button > .label {
        position: relative; }
        .hyvee-header .search-form .submit-button > .label > .btn-icon {
          fill: #e2231a;
          height: 16px;
          left: -26px;
          position: absolute;
          top: calc(50% - 8px);
          transition: fill 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
          width: 16px; }
      .hyvee-header .search-form .submit-button:hover .btn-icon,
      .hyvee-header .search-form .submit-button:focus .btn-icon,
      .hyvee-header .search-form .submit-button:active .btn-icon {
        fill: #fff;
        transition: none; }
      .hyvee-header .search-form .submit-button:focus {
        box-shadow: inset 0 0 0 1px #fff; }
      .hyvee-header .search-form .submit-button:hover {
        background-color: #b41c15;
        border-color: #b41c15; }
      .hyvee-header .search-form .submit-button:active {
        background-color: #87150f;
        border-color: #87150f; }
      .hyvee-header .search-form .submit-button:hover, .hyvee-header .search-form .submit-button:focus, .hyvee-header .search-form .submit-button:active {
        background-color: #b41c15;
        border-color: #b41c15;
        color: #fff; }
    .hyvee-header .search-form label {
      display: flex; }
  .hyvee-header .shopping-list-link .shopping-list.icon {
    height: 32px;
    width: 32px; }
  .hyvee-header .shopping-cart.icon {
    height: 32px;
    width: 32px; }

.navigation-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 90rem; }
  .navigation-container .primary-navigation-link:hover, .navigation-container .primary-navigation-link:focus,
  .navigation-container .primary-navigation-button:hover,
  .navigation-container .primary-navigation-button:focus,
  .navigation-container .account-menu-button:hover,
  .navigation-container .account-menu-button:focus,
  .navigation-container .secondary-navigation-links li a:hover,
  .navigation-container .secondary-navigation-links li a:focus,
  .navigation-container .account-menu-drop-down-links li a:hover,
  .navigation-container .account-menu-drop-down-links li a:focus,
  .navigation-container .drop-down-links li a:hover,
  .navigation-container .drop-down-links li a:focus,
  .navigation-container .drop-down-header a:hover,
  .navigation-container .drop-down-header a:focus,
  .navigation-container .store-quick-select-link:hover,
  .navigation-container .store-quick-select-link:focus {
    color: #e21c11;
    text-decoration: underline; }
  .navigation-container .primary-navigation-link:focus,
  .navigation-container .primary-navigation-button:focus,
  .navigation-container .account-menu-button:focus,
  .navigation-container .secondary-navigation-links li a:focus,
  .navigation-container .account-menu-drop-down-links li a:focus,
  .navigation-container .drop-down-links li a:focus,
  .navigation-container .drop-down-header a:focus,
  .navigation-container .store-quick-select-link:focus {
    border-radius: 4px;
    box-shadow: inset #707070 0 0 0 2px; }
  .navigation-container .drop-down-header a:hover .subtitle, .navigation-container .drop-down-header a:focus .subtitle {
    color: #e21c11; }
  .navigation-container .navigation-container-nav a:focus,
  .navigation-container .navigation-container-nav button:focus {
    border-radius: 4px;
    box-shadow: inset #707070 0 0 0 2px; }

.secondary-navigation {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 5px;
  width: 90rem; }

.secondary-navigation-links {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  width: calc(90rem * .5); }
  .secondary-navigation-links li {
    align-items: center;
    display: flex;
    font-weight: 500;
    padding: 0; }
    .secondary-navigation-links li a {
      align-items: center;
      display: flex;
      height: 40px;
      padding: 0 15px;
      transition: color 250ms; }
      .secondary-navigation-links li a:hover, .secondary-navigation-links li a:focus {
        text-decoration: underline; }

.user-navigation-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  width: calc(90rem * .5); }

.store-quick-select {
  display: flex;
  font-size: 14px;
  justify-content: flex-end; }
  .store-quick-select span {
    align-items: center;
    display: flex; }
    .store-quick-select span::after {
      content: ': '; }
    .store-quick-select span:empty::after {
      content: ''; }

.store-quick-select-link {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: normal;
  padding: 0 10px; }
  .store-quick-select-link:hover, .store-quick-select-link:focus {
    transition: color 250ms; }
  .store-quick-select-link.bold {
    font-weight: 500; }

.account-menu {
  align-items: center;
  display: flex;
  justify-content: center; }
  .account-menu .login-button {
    font-size: 0.8125rem;
    font-family: var(--font-family);
    font-weight: 400;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    transition: box-shadow 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: transparent;
    border-color: #e21c11;
    box-shadow: inset 0 0 0 0 transparent;
    color: #e21c11;
    border-radius: 4px;
    padding: 14px 41px 15px;
    margin: 3px 0;
    padding: 5px 10px; }
    .account-menu .login-button:hover, .account-menu .login-button:focus {
      transition: box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .account-menu .login-button:active {
      transition: none; }
    .account-menu .login-button > .label {
      position: relative; }
      .account-menu .login-button > .label > .btn-icon {
        fill: #e2231a;
        height: 16px;
        left: -26px;
        position: absolute;
        top: calc(50% - 8px);
        transition: fill 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        width: 16px; }
    .account-menu .login-button:hover .btn-icon,
    .account-menu .login-button:focus .btn-icon,
    .account-menu .login-button:active .btn-icon {
      fill: #fff;
      transition: none; }
    .account-menu .login-button:focus, .account-menu .login-button:hover {
      background-color: #e21c11;
      border-color: #e21c11;
      color: #fff; }
    .account-menu .login-button:focus {
      box-shadow: inset 0 0 0 1px #fff; }
    .account-menu .login-button:active {
      background-color: #b3160d;
      border-color: #b3160d;
      color: #fff; }

.account-menu-drop-down-container {
  animation: show .25s ease-in-out;
  background-color: transparent;
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 11px;
  white-space: nowrap;
  z-index: 120; }

.account-menu-drop-down {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative; }
  .account-menu-drop-down .account-menu-button {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .account-menu-drop-down .account-menu-button .button-text {
      color: #000;
      font-weight: 500;
      line-height: 14px; }
    .account-menu-drop-down .account-menu-button:active .button-text, .account-menu-drop-down .account-menu-button:hover .button-text, .account-menu-drop-down .account-menu-button:focus .button-text {
      color: #e21c11;
      transition: color 250ms; }
  .account-menu-drop-down.active .account-menu-drop-down-container {
    display: block;
    margin-top: 19px;
    padding: 10px 0 10px 10px; }
    .account-menu-drop-down.active .account-menu-drop-down-container::before {
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: '';
      height: 15px;
      position: absolute;
      right: 4px;
      top: -4px;
      width: 15px;
      z-index: 122; }
    .account-menu-drop-down.active .account-menu-drop-down-container::after {
      border-bottom: 11px solid #ddd;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: '';
      height: 16px;
      position: absolute;
      right: 3px;
      top: -5px;
      width: 16px;
      z-index: 121; }

.account-menu-drop-down-links {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px 0 #bbb; }
  .account-menu-drop-down-links .fuel-saver::after {
    bottom: 5px;
    content: '\00a0®';
    font-size: 12px;
    position: relative; }
  .account-menu-drop-down-links li {
    border-bottom: 1px solid #ddd;
    width: 220px; }
    .account-menu-drop-down-links li:last-of-type {
      border-bottom: none;
      color: #e21c11;
      font-size: 14px;
      font-weight: normal; }
      .account-menu-drop-down-links li:last-of-type a {
        justify-content: center; }
        .account-menu-drop-down-links li:last-of-type a:hover, .account-menu-drop-down-links li:last-of-type a:focus {
          padding-right: 4px; }
  .account-menu-drop-down-links a {
    align-items: center;
    display: inline-flex;
    height: 100%;
    line-height: 28px;
    padding: 8px 0;
    width: 100%; }
    .account-menu-drop-down-links a svg {
      margin: 0 10px 0 15px; }
    .account-menu-drop-down-links a:hover, .account-menu-drop-down-links a:focus {
      background-color: #eee;
      padding-left: 4px;
      transition: background-color 250ms; }
      .account-menu-drop-down-links a:hover svg, .account-menu-drop-down-links a:focus svg {
        margin-left: 11px; }

.primary-navigation-container {
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.primary-navigation {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 90rem; }

.hy-vee-logo-link svg {
  height: 35px;
  width: 100px; }

.primary-navigation-button,
.primary-navigation-link {
  height: 55px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px; }

.primary-navigation-button {
  color: #000;
  font-weight: normal; }

.primary-navigation-links {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .primary-navigation-links .mobile {
    display: none; }

.primary-navigation-drop-down-menu {
  position: relative; }
  .primary-navigation-drop-down-menu .primary-navigation-drop-down-container {
    visibility: hidden; }
  .primary-navigation-drop-down-menu.active .primary-navigation-drop-down-container {
    display: block;
    margin-top: 40px;
    padding: 10px 10px 10px 0;
    visibility: visible; }
    .primary-navigation-drop-down-menu.active .primary-navigation-drop-down-container::before {
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: '';
      height: 15px;
      left: 11px;
      position: absolute;
      top: -3px;
      width: 15px;
      z-index: 117; }
    .primary-navigation-drop-down-menu.active .primary-navigation-drop-down-container::after {
      border-bottom: 11px solid #ddd;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: '';
      height: 16px;
      left: 10px;
      position: absolute;
      top: -5px;
      width: 16px;
      z-index: 116; }
  .primary-navigation-drop-down-menu.active .primary-navigation-button {
    z-index: 100; }

.primary-navigation-drop-down-container {
  animation: show .25s ease-in-out;
  background-color: transparent;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 15px;
  white-space: nowrap;
  z-index: 115; }

.primary-navigation-links > li {
  display: inline-block; }
  .primary-navigation-links > li .primary-navigation-link {
    padding: 28px 0; }
    .primary-navigation-links > li .primary-navigation-link:hover, .primary-navigation-links > li .primary-navigation-link:focus {
      text-decoration: underline; }
  .primary-navigation-links > li .primary-navigation-button:hover, .primary-navigation-links > li .primary-navigation-button:focus {
    color: #e21c11; }
  .primary-navigation-links > li .primary-navigation-link-icon {
    display: none; }

.primary-navigation-link {
  font-weight: normal; }

.application-navigation {
  border-top: 1px solid #ddd;
  padding: 0 25px;
  position: relative;
  width: 100%; }
  .application-navigation::before, .application-navigation::after {
    border-top: 1px solid #ddd;
    content: '';
    left: -5rem;
    position: absolute;
    top: -1px;
    width: 5rem; }
  .application-navigation::after {
    left: auto;
    right: 0; }
  .application-navigation > li .primary-navigation-link {
    padding: 10px; }
  .application-navigation .primary-navigation-button {
    height: auto;
    margin: 4px 0;
    padding: 10px; }
  .application-navigation .primary-navigation-drop-down-menu.active .primary-navigation-drop-down-container {
    margin-top: 24px; }

.drop-down-links {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px 0 #bbb;
  column-count: 2;
  padding: 20px 15px; }
  .drop-down-links a {
    display: inline-block;
    height: 100%;
    line-height: 28px;
    padding: 5px;
    width: 100%; }
    .drop-down-links a:hover, .drop-down-links a:focus {
      text-decoration: underline; }

.drop-down-header {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  box-shadow: 2px 2px 2px 0 #bbb; }
  .drop-down-header img {
    margin-right: 20px;
    max-width: 200px;
    min-width: 200px;
    vertical-align: middle;
    width: auto; }
    @media (max-width: 74rem) {
      .drop-down-header img {
        display: block; } }
  .drop-down-header a {
    color: #e21c11;
    display: inline-block;
    padding: 25px 10px;
    vertical-align: middle; }
    .drop-down-header a:focus span {
      text-decoration: underline; }
    .drop-down-header a:hover {
      text-decoration: underline; }
      .drop-down-header a:hover span {
        text-decoration: underline; }
  .drop-down-header .subtitle {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }

.ecommerce-container {
  padding: 0 15px 0 0;
  position: absolute;
  right: calc(((100% - 90rem) / 2) + 220px + 20px);
  text-align: right;
  top: 60px; }
  .ecommerce-container .shopping-cart-link {
    position: relative; }
    .ecommerce-container .shopping-cart-link .number-of-items {
      background: #e2231a;
      border-radius: 100px;
      color: #fff;
      font: bold 10px/17px var(--font-family), sans-serif;
      padding: 3px 9px;
      position: absolute;
      right: -8px;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
      top: -5px; }
      .ecommerce-container .shopping-cart-link .number-of-items:empty {
        display: none; }

.icons-menu-adjustment {
  padding: 0;
  right: calc(((100% - 90rem) / 2)); }

.shopping-list-link,
.shopping-cart-link {
  display: inline-block;
  line-height: 0;
  padding: 5px 10px 0; }
  .shopping-list-link:focus, .shopping-list-link:active,
  .shopping-cart-link:focus,
  .shopping-cart-link:active {
    border-radius: 4px;
    box-shadow: inset #707070 0 0 0 2px; }

.search-container {
  height: 0; }

.navigation-container-nav {
  width: 160px; }
  .navigation-container-nav .home-link {
    border-left: 1px solid #ddd;
    bottom: 0;
    display: none;
    font-size: 12px;
    font-weight: 300;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px; }
    .navigation-container-nav .home-link span {
      vertical-align: top; }
    .navigation-container-nav .home-link .icon {
      display: inline-block;
      margin-right: 10px; }

@media (max-width: 90rem) {
  .hyvee-header .navigation-container {
    width: 100%; }
  .hyvee-header .secondary-navigation-links-container {
    width: 50%; }
  .hyvee-header .user-navigation-container {
    width: 50%; } }

@media (min-width: 74rem) {
  .hyvee-header .angle-right {
    margin: 0 0 0 5px;
    position: relative;
    right: 0;
    top: 0; } }

.navigation-container-close-button,
.mobile-header-navigation-container-open-button,
.search-container .secondary-navigation-links,
.mobile-header-navigation-container-open-button + .hy-vee-logo-link,
.mobile-menu-search-toggle {
  display: none; }

@media (max-width: 90rem) {
  .hyvee-header .search-form {
    right: 20px; }
    .hyvee-header .search-form.maximize .search-query-input {
      width: calc(100vw - 275px); }
  .ecommerce-container {
    right: calc(((100% - 100vw) / 2) + 220px + 20px); }
  .icons-menu-adjustment {
    padding-right: 15px;
    right: calc(((100% - 100vw) / 2)); } }

@media (max-width: 73.13rem) {
  .hyvee-header .navigation-container {
    width: 100%; }
  .hyvee-header .search-form {
    right: 20px; }
    .hyvee-header .search-form.maximize .search-query-input {
      width: calc(100vw - 275px); } }

@media (max-width: 74rem) {
  .submit-button {
    /* stylelint-disable  declaration-no-important */
    display: none !important;
    /* stylelint-enable */ }
  .hyvee-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 60px;
    position: static; }
    .hyvee-header .navigation-container {
      max-width: 285px;
      width: 90vw; }
    .hyvee-header::after {
      display: none; }
    .hyvee-header .mobile-menu-nav {
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      display: flex;
      height: 60px;
      width: 100vw; }
      .hyvee-header .mobile-menu-nav .mobile-header-navigation-container-open-button {
        color: #443c3c;
        display: block;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 5px;
        margin-right: 0;
        margin-top: 5px;
        padding: 10px 0 10px 40px;
        text-align: left;
        text-transform: capitalize;
        width: 80px;
        z-index: 1; }
        .hyvee-header .mobile-menu-nav .mobile-header-navigation-container-open-button::before {
          border-bottom: 2px solid #443c3c;
          border-top: 2px solid #443c3c;
          content: ' ';
          height: 17px;
          left: 10px;
          position: absolute;
          top: 20px;
          width: 20px; }
        .hyvee-header .mobile-menu-nav .mobile-header-navigation-container-open-button::after {
          background-color: #443c3c;
          content: ' ';
          height: 2px;
          left: 10px;
          position: absolute;
          top: 27px;
          width: 20px; }
        .hyvee-header .mobile-menu-nav .mobile-header-navigation-container-open-button:focus, .hyvee-header .mobile-menu-nav .mobile-header-navigation-container-open-button:active {
          border-radius: 4px;
          box-shadow: inset #707070 0 0 0 2px; }
      .hyvee-header .mobile-menu-nav .hy-vee-logo-link {
        display: block;
        margin-bottom: 5px;
        margin-left: calc(50% - 75px - 80px);
        margin-top: 0;
        position: static;
        text-align: center; }
        .hyvee-header .mobile-menu-nav .hy-vee-logo-link .hy-vee-logo {
          fill: #e21c11;
          width: 75px; }
    .hyvee-header .ecommerce-container {
      right: calc(40px + 10px);
      top: 0; }
      .hyvee-header .ecommerce-container .number-of-items {
        padding: 1px 6px;
        right: -3px;
        top: 7px; }
    .hyvee-header .icons-menu-adjustment {
      right: 0; }
    .hyvee-header .shopping-list-link,
    .hyvee-header .shopping-cart-link {
      padding: 15px 0;
      text-align: center;
      width: 40px; }
      .hyvee-header .shopping-list-link svg,
      .hyvee-header .shopping-list-link svg.icon,
      .hyvee-header .shopping-cart-link svg,
      .hyvee-header .shopping-cart-link svg.icon {
        height: 25px;
        width: 25px; }
    .hyvee-header .shopping-cart-link {
      margin-right: 5px; }
    .hyvee-header .user-navigation-container {
      flex-direction: column;
      padding: 0;
      width: 100%; }
    .hyvee-header .search-container .mobile-menu-search-toggle {
      display: block;
      height: 55px;
      padding: 15px 0;
      position: absolute;
      right: 10px;
      text-align: center;
      top: 0;
      width: 40px; }
      .hyvee-header .search-container .mobile-menu-search-toggle .search-glass {
        height: 25px;
        width: 25px; }
      .hyvee-header .search-container .mobile-menu-search-toggle:focus, .hyvee-header .search-container .mobile-menu-search-toggle:active {
        border-radius: 4px;
        box-shadow: inset #707070 0 0 0 2px; }
    .hyvee-header .search-container .store-and-account-container {
      display: none; }
    .hyvee-header .search-form-menu-closed .search-form {
      max-height: 0;
      transition: max-height .24s, visibility 0ms ease .24s;
      visibility: hidden; }
    .hyvee-header .search-form-menu-open .search-form {
      border-bottom: 1px solid #ddd;
      box-shadow: 2px 2px 2px 0 #ccc;
      height: auto;
      max-height: 100%;
      transition: max-height .25s; }
      .hyvee-header .search-form-menu-open .search-form .search-glass {
        margin-left: 8px; }
    .hyvee-header .search-form-menu-open .mobile-menu-search-toggle {
      background-color: #f5f5f5;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .hyvee-header .search-form-menu-open .mobile-menu-search-toggle::before, .hyvee-header .search-form-menu-open .mobile-menu-search-toggle::after {
        background-color: #000;
        content: ' ';
        height: 2px;
        left: 10px;
        position: absolute;
        top: 28px;
        transform: rotate(-45deg);
        width: 17px; }
      .hyvee-header .search-form-menu-open .mobile-menu-search-toggle::after {
        transform: rotate(45deg); }
    .hyvee-header .search-form-menu-open button svg {
      display: none; }
    .hyvee-header .search-form {
      background-color: #f5f5f5;
      border: 0;
      display: flex;
      height: auto;
      left: 0;
      max-height: 0;
      overflow: hidden;
      padding: 0 10px;
      position: absolute;
      right: 0;
      top: 60px;
      width: 100%;
      z-index: 1; }
      .hyvee-header .search-form.maximize {
        width: 100%; }
        .hyvee-header .search-form.maximize .search-query-input {
          width: 100%;
          /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
          /* stylelint-enable */ }
          .hyvee-header .search-form.maximize .search-query-input.not-empty + .submit-button {
            display: none; }
      .hyvee-header .search-form .search-query-input {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 14px;
        height: 50px;
        margin: 10px 0;
        padding: 10px;
        transition: none;
        width: 100%;
        /* stylelint-disable selector-max-compound-selectors */
        /* stylelint-enable */ }
        .hyvee-header .search-form .search-query-input:focus {
          border-color: #ccc;
          outline: 0; }
        .hyvee-header .search-form .search-query-input + .submit-button {
          display: none; }
      .hyvee-header .search-form .secondary-navigation-links {
        background: none;
        border: 0;
        display: flex;
        flex-direction: row;
        height: 40px;
        margin-top: 10px;
        padding: 0 0 0 10px; }
        .hyvee-header .search-form .secondary-navigation-links li {
          display: none;
          font-size: 12px;
          padding: 0; }
          .hyvee-header .search-form .secondary-navigation-links li:first-child {
            display: block;
            /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
            /* stylelint-enable */ }
            .hyvee-header .search-form .secondary-navigation-links li:first-child a::after {
              color: #ddd;
              content: '|';
              margin-left: 10px; }
          .hyvee-header .search-form .secondary-navigation-links li:nth-child(3) {
            display: block; }
        .hyvee-header .search-form .secondary-navigation-links a {
          color: #e21c11;
          display: block;
          font-weight: 800;
          padding: 10px; }
          .hyvee-header .search-form .secondary-navigation-links a:first-child {
            padding-left: 0; }
  .open-navigation-container .navigation-container {
    transform: translate(0, 0);
    transition: transform 250ms;
    visibility: visible; }
  .open-navigation-container .overlay {
    background-color: rgba(77, 69, 69, 0.5);
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .navigation-container {
    align-content: flex-start;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: visible;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate(-285px, 0);
    transition: transform 250ms, visibility 0ms ease 250ms;
    visibility: hidden;
    z-index: 2; }
    .navigation-container .navigation-container-nav {
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      display: flex;
      height: 60px;
      width: 100%; }
      .navigation-container .navigation-container-nav .hy-vee-logo-link {
        display: none; }
    .navigation-container .navigation-container-close-button {
      color: #443c3c;
      display: block;
      font-size: 12px;
      font-weight: 300;
      height: 60px;
      left: 0;
      padding: 10px 35px;
      position: relative;
      text-align: left;
      text-transform: capitalize;
      width: calc(100% - 109px); }
      .navigation-container .navigation-container-close-button::before, .navigation-container .navigation-container-close-button::after {
        background-color: #bbb;
        content: ' ';
        height: 1px;
        left: 10px;
        position: absolute;
        top: 29px;
        transform: rotate(-45deg);
        width: 17px; }
      .navigation-container .navigation-container-close-button::after {
        transform: rotate(45deg); }
    .navigation-container .hy-vee-logo-link {
      margin: 0 0 0 calc(50% - 85px);
      padding: 5px 10px 0 0;
      position: static;
      text-align: right; }
      .navigation-container .hy-vee-logo-link .hy-vee-logo {
        fill: #e21c11;
        height: 35px;
        width: 75px; }
    .navigation-container .home-link {
      display: block;
      height: 60px; }
    .navigation-container .secondary-navigation-links-container {
      width: 100%; }
    .navigation-container .secondary-navigation-links {
      background: none;
      border: none;
      display: block;
      padding: 15px 0;
      width: 100%; }
      .navigation-container .secondary-navigation-links a {
        display: inline-block;
        padding: 15px;
        width: 100%; }
    .navigation-container .account-menu {
      border-bottom: 1px solid #ddd;
      justify-content: flex-start;
      padding-right: 0;
      width: 100%; }
      .navigation-container .account-menu .account-menu-drop-down {
        display: block;
        width: 100%; }
      .navigation-container .account-menu .account-menu-button {
        align-items: left;
        display: block;
        height: auto;
        padding: 15px;
        position: relative;
        text-align: left;
        width: 100%; }
      .navigation-container .account-menu .account-menu-drop-down-container {
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0; }
        .navigation-container .account-menu .account-menu-drop-down-container::before, .navigation-container .account-menu .account-menu-drop-down-container::after {
          display: none; }
        .navigation-container .account-menu .account-menu-drop-down-container .account-menu-drop-down-links {
          border-bottom: 0;
          /* stylelint-disable  max-nesting-depth, selector-max-compound-selectors */
          /* stylelint-enable */ }
          .navigation-container .account-menu .account-menu-drop-down-container .account-menu-drop-down-links li {
            width: 100%; }
            .navigation-container .account-menu .account-menu-drop-down-container .account-menu-drop-down-links li a:hover {
              background: none;
              border-left-color: transparent; }
      .navigation-container .account-menu .login-button {
        background-color: transparent;
        border: none;
        font-size: 14px;
        margin: 0;
        padding: 10px;
        transition: border 0ms;
        width: 100%; }
        .navigation-container .account-menu .login-button:hover, .navigation-container .account-menu .login-button:focus {
          border-radius: 4px;
          box-shadow: inset #707070 0 0 0 2px;
          background-color: transparent;
          color: #e2231a;
          text-decoration: underline;
          transition: border 0ms; }
        .navigation-container .account-menu .login-button:focus {
          border-radius: 4px;
          box-shadow: inset #707070 0 0 0 2px; }
    .navigation-container .store-quick-select {
      border-bottom: 1px solid #ddd;
      flex-direction: column;
      padding: 15px;
      width: 100%; }
      .navigation-container .store-quick-select span {
        font-size: 14px;
        height: auto;
        width: 100%; }
      .navigation-container .store-quick-select .store-quick-select-link {
        font-weight: normal;
        height: auto;
        padding: 0;
        width: 100%; }
    .navigation-container .primary-navigation-links {
      background-color: #f2f2f2;
      display: block;
      margin: 0;
      position: static;
      width: 100%;
      /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
      /* stylelint-enable */ }
      .navigation-container .primary-navigation-links.application-navigation {
        padding: 0; }
      .navigation-container .primary-navigation-links li {
        display: block;
        margin: 0; }
      .navigation-container .primary-navigation-links .primary-navigation-link-icon {
        display: inline-block;
        height: 20px;
        margin-right: 10px;
        vertical-align: top;
        width: 20px; }
      .navigation-container .primary-navigation-links .primary-navigation-button,
      .navigation-container .primary-navigation-links .primary-navigation-link {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        color: #000;
        display: block;
        font-weight: normal;
        height: inherit;
        margin: 0;
        padding: 15px;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: auto; }
      .navigation-container .primary-navigation-links .primary-navigation-button {
        position: relative; }
      .navigation-container .primary-navigation-links .drop-down-header {
        background: none;
        border: 0;
        box-shadow: none;
        padding: 0; }
        .navigation-container .primary-navigation-links .drop-down-header a {
          font-weight: 500; }
          .navigation-container .primary-navigation-links .drop-down-header a:first-child {
            display: block; }
      .navigation-container .primary-navigation-links .primary-navigation-drop-down-container {
        background-color: #fff;
        display: block;
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: static;
        z-index: initial; }
        .navigation-container .primary-navigation-links .primary-navigation-drop-down-container a {
          border-bottom: 1px solid #ddd;
          border-right: 1px solid #ddd;
          color: #333;
          display: block;
          font-size: 14px;
          padding: 10px 20px; }
          .navigation-container .primary-navigation-links .primary-navigation-drop-down-container a:hover {
            text-decoration: none; }
        .navigation-container .primary-navigation-links .primary-navigation-drop-down-container .icon {
          display: none; }
        .navigation-container .primary-navigation-links .primary-navigation-drop-down-container::before, .navigation-container .primary-navigation-links .primary-navigation-drop-down-container::after {
          display: none; }
        .navigation-container .primary-navigation-links .primary-navigation-drop-down-container .drop-down-links {
          background: none;
          border: none;
          box-shadow: none;
          column-count: auto;
          padding: 0; }
      .navigation-container .primary-navigation-links .primary-navigation-drop-down-menu.active .primary-navigation-drop-down-container {
        height: auto; } }

@keyframes show {
  0% {
    display: none;
    max-height: 0; }
  100% {
    max-height: 250px; } }

/* stylelint-disable number-max-precision */
/* stylelint-enable */
/* stylelint-disable number-max-precision */
/* stylelint-enable */
/* stylelint-disable declaration-no-important */
/* stylelint-enable */
body::before {
  /* stylelint-disable-line selector-no-type */
  content: 'base';
  display: none; }
  @media (max-width: 74rem) {
    body::before {
      content: 'medium'; } }

.fulfillment-width-container {
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: column; }

.hy-vee-fulfillment-header {
  background-color: #fff;
  font-size: 11px;
  height: 80px;
  line-height: 37px; }
  .hy-vee-fulfillment-header .header-top-navigation {
    display: none; }
  .hy-vee-fulfillment-header .brand-masthead {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 80px;
    width: 100%; }
  .hy-vee-fulfillment-header .hy-vee-logo-link {
    margin: 0 auto;
    padding: 10px 0 0;
    position: static;
    text-align: right; }
    .hy-vee-fulfillment-header .hy-vee-logo-link .hy-vee-logo {
      fill: #e21c11;
      height: 35px;
      width: 80px; }

@media (min-width: 992px) {
  .hy-vee-fulfillment-header {
    height: 112px; }
    .hy-vee-fulfillment-header .header-top-navigation {
      align-items: center;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      display: flex;
      height: 37px;
      justify-content: flex-start;
      padding-left: 50px;
      padding-right: 50px;
      width: 100%; }
      .hy-vee-fulfillment-header .header-top-navigation > span {
        padding-right: 4px; }
      .hy-vee-fulfillment-header .header-top-navigation > a {
        font-weight: normal;
        margin-left: 2px; }
      .hy-vee-fulfillment-header .header-top-navigation button {
        color: #3f3f3f; }
    .hy-vee-fulfillment-header .go-to-navigation ul,
    .hy-vee-fulfillment-header .profile-navigation ul {
      display: block;
      opacity: 0;
      position: absolute;
      top: 30px;
      transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
      visibility: hidden;
      z-index: 120; }
    .hy-vee-fulfillment-header .go-to-navigation.active ul,
    .hy-vee-fulfillment-header .profile-navigation.active ul {
      opacity: 1;
      transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
      visibility: visible; }
    .hy-vee-fulfillment-header .go-to-navigation button::after,
    .hy-vee-fulfillment-header .profile-navigation button::after {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #000;
      content: '';
      height: 0;
      position: relative;
      top: 9px;
      width: 0;
      margin-left: 5px; }
    .hy-vee-fulfillment-header .go-to-navigation ul {
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 5px 10px 0 #bbb;
      height: 63px;
      left: 50px;
      width: 150px; }
      .hy-vee-fulfillment-header .go-to-navigation ul a {
        display: flex;
        font-weight: normal;
        line-height: 21px;
        padding: 0 5px 0 17px; }
        .hy-vee-fulfillment-header .go-to-navigation ul a:hover, .hy-vee-fulfillment-header .go-to-navigation ul a:focus {
          background-color: #f2f2f2;
          transition: background-color 250ms; }
    .hy-vee-fulfillment-header .go-to-navigation button {
      color: #e2231a; }
    .hy-vee-fulfillment-header .profile-navigation {
      margin-left: auto; }
      .hy-vee-fulfillment-header .profile-navigation ul {
        background-color: #f6f6f6;
        border-top: 3px solid #e21c11;
        box-shadow: 0 0 10px 0 #878787;
        font-size: 18px;
        height: 163px;
        margin-top: 1px;
        right: 50px;
        width: 200px; }
        .hy-vee-fulfillment-header .profile-navigation ul a {
          align-items: center;
          display: flex;
          height: 40px;
          justify-content: center;
          line-height: 23px;
          padding: 8px 0; }
          .hy-vee-fulfillment-header .profile-navigation ul a:hover, .hy-vee-fulfillment-header .profile-navigation ul a:focus {
            background-color: #c8c8c8;
            transition: background-color 250ms; }
    .hy-vee-fulfillment-header .navigation-separator {
      font-size: 11px;
      padding: 0 10px; } }

@media (min-width: 1025px) {
  .hy-vee-fulfillment-header .header-top-navigation {
    max-width: 1440px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    width: 100%; }
  .hy-vee-fulfillment-header .brand-masthead {
    height: 75px;
    max-width: 1440px;
    position: relative;
    width: 100%; }
  .hy-vee-fulfillment-header .hy-vee-logo-link {
    height: inherit;
    margin: 0;
    padding: 0 0 0 70px;
    width: 100px; }
    .hy-vee-fulfillment-header .hy-vee-logo-link .hy-vee-logo {
      fill: #e21c11;
      height: inherit;
      width: inherit; }
  .hy-vee-fulfillment-header .profile-navigation ul {
    right: 70px; }
  .hy-vee-fulfillment-header .go-to-navigation ul {
    left: 70px; } }

/* stylelint-disable selector-class-pattern */
/* stylelint-disable order/properties-alphabetical-order */
body::before {
  /* stylelint-disable-line selector-no-type */
  content: 'base';
  display: none; }
  @media (max-width: 74rem) {
    body::before {
      content: 'medium'; } }

.react-autosuggest__container {
  position: relative;
  width: 100%;
  border: 1px solid #ccc; }

.react-autosuggest__input {
  height: 30px;
  padding: 8px 16px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.react-autosuggest__input--focused {
  outline: none; }

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  display: none;
  min-width: 400px; }

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2; }

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 0 10px #999; }

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.react-autosuggest__suggestion--highlighted {
  background-color: #e8e8e8; }

/* stylelint-enable order/properties-alphabetical-order */
/* stylelint-enable selector-class-pattern */
/* stylelint-disable number-max-precision */
/* stylelint-enable */
/* stylelint-disable number-max-precision */
/* stylelint-enable */
.hyvee-footer {
  background-color: #373131;
  color: #fff;
  text-align: center; }
  .hyvee-footer .disclaimer {
    background-color: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    color: #3d3736;
    font-style: italic;
    padding: 20px; }
  .hyvee-footer .disclaimer-link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: dotted;
    transition: color 250ms;
    white-space: nowrap; }
    .hyvee-footer .disclaimer-link:focus, .hyvee-footer .disclaimer-link:hover {
      color: #7c0000; }
  .hyvee-footer .newsletter {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    color: #3d3736;
    padding: 20px; }
  .hyvee-footer .newsletter-header {
    font-weight: normal;
    margin-right: 7px; }
  .hyvee-footer .newsletter-link {
    color: #e21c11;
    font-weight: 500;
    margin-left: 7px;
    transition: color 250ms;
    white-space: nowrap; }
    .hyvee-footer .newsletter-link:focus, .hyvee-footer .newsletter-link:hover {
      border-radius: 4px;
      box-shadow: #707070 0 0 0 2px;
      color: #a21;
      text-decoration: underline; }
      .hyvee-footer .newsletter-link:focus .angle-right path, .hyvee-footer .newsletter-link:hover .angle-right path {
        fill: #a21; }
    .hyvee-footer .newsletter-link .angle-right {
      margin-left: .25em; }
    .hyvee-footer .newsletter-link .angle-right path {
      fill: #e21c11;
      transition: fill 250ms; }
  .hyvee-footer .resources {
    background-color: #3d3736;
    padding: 40px 0;
    width: 100%; }
    .hyvee-footer .resources .resource-link :focus {
      border-radius: 4px;
      box-shadow: #ddd 0 0 0 2px; }
    .hyvee-footer .resources .resource-list {
      display: inline-block;
      margin: 0 auto;
      padding: 0 25px;
      text-align: left;
      vertical-align: top; }
      .hyvee-footer .resources .resource-list .resource-list-heading {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
        text-transform: capitalize; }
      .hyvee-footer .resources .resource-list ul {
        margin: 0;
        padding: 0; }
      .hyvee-footer .resources .resource-list .resource-link {
        list-style: none;
        margin-bottom: 10px;
        text-align: left; }
        .hyvee-footer .resources .resource-list .resource-link > a {
          color: #ddd;
          font-size: 14px;
          font-weight: 200;
          text-decoration: none; }
          .hyvee-footer .resources .resource-list .resource-link > a:hover {
            color: #fff; }
          .hyvee-footer .resources .resource-list .resource-link > a:focus {
            text-decoration: underline; }
  .hyvee-footer .branding {
    padding: 40px 0 20px;
    text-align: center; }
    .hyvee-footer .branding .footer-link :focus {
      border-radius: 4px;
      box-shadow: #ddd 0 0 0 2px; }
    .hyvee-footer .branding .footer-links {
      list-style: none; }
      .hyvee-footer .branding .footer-links .footer-link {
        display: inline-block;
        margin-right: 20px;
        text-transform: capitalize; }
        .hyvee-footer .branding .footer-links .footer-link > a {
          color: #ddd;
          font-size: 13px;
          font-weight: 400;
          text-decoration: none; }
          .hyvee-footer .branding .footer-links .footer-link > a:hover {
            color: #fff; }
          .hyvee-footer .branding .footer-links .footer-link > a:focus {
            text-decoration: underline; }
    .hyvee-footer .branding .hy-vee-logo-link {
      font-size: 0; }
      .hyvee-footer .branding .hy-vee-logo-link:focus svg {
        border-radius: 4px;
        box-shadow: #ddd 0 0 0 2px; }
    .hyvee-footer .branding .hy-vee-logo {
      display: block;
      margin: 40px auto 10px; }
    .hyvee-footer .branding .copyright {
      color: #aaa;
      font-size: 12px;
      font-weight: 300; }
    .hyvee-footer .branding .social-links {
      padding: 0 0 40px; }
      .hyvee-footer .branding .social-links > li {
        display: inline-block;
        margin: 0 15px;
        /* stylelint-disable selector-max-compound-selectors */
        /* stylelint-enable */ }
        .hyvee-footer .branding .social-links > li > a:focus svg {
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.42);
          transition: all 250ms; }
  @media (max-width: 59.9375rem) {
    .hyvee-footer .newsletter .subscribe-email-input .disclaimer {
      width: 250px; }
    .hyvee-footer .resources {
      padding: 10px 0; }
      .hyvee-footer .resources .resource-list {
        margin: 10px 0;
        text-align: center;
        width: 100%; }
        .hyvee-footer .resources .resource-list .resource-link {
          text-align: center; } }
  @media (max-width: 47.9375rem) {
    .hyvee-footer .newsletter .subscribe-email-input {
      margin: 5px 0 10px;
      width: 100%; }
    .hyvee-footer .branding .footer-links {
      padding: 0; }
      .hyvee-footer .branding .footer-links .footer-link {
        display: block;
        margin: 10px 0; } }
