/** Shopify CDN: Minification failed

Line 142:14 Unexpected "{"

**/
/*
 *  1.0. Mixins
*/

/*
Christmas footer backgrounds are changed in
.footer-top - line 18
*/

.main-footer {
  margin-top: var(--container-vertical-space);
  border-top: 1px solid var(--color-borders-footer);
  color: var(--color-text-footer);
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .main-footer {
    margin-top: calc(var(--container-vertical-space) * 0.7);
  }
}

/* XMAS FOOTER
.footer-top {
  background-image: url(https://cdn.shopify.com/s/files/1/0363/3650/0875/files/ipantry_xmas_footer_BG.gif?v=1700779784);
}
*/

/* ORIGINAL FOOTER  */
.footer-top {
  background: var(--color-background-footer);
}

.main-footer a {
  color: var(--color-text-footer);
  white-space: nowrap;
  transition: all 100ms linear;
}
.no-touchevents .main-footer a:hover {
  color: var(--color-accent-footer);
}
.footer-item__title {
  color: var(--color-accent-footer);
  font-size: 16px;
}
.main-footer .social-icons svg * {
  fill: var(--color-text-footer);
  transition: all 100ms linear;
}
.main-footer .social-icons {
  margin-top: 40px;
}
.no-touchevents .main-footer .social-icons a:hover svg * {
  fill: var(--color-accent-footer);
}
.main-footer .localization-form__item-text {
  color: var(--color-text-footer);
}
.main-footer .localization-form__item-symbol svg path {
  fill: var(--color-text-footer);
}
.main-footer .footer-item__menu span {
  display: block;
  margin-bottom: 15px;
}

.shop-login-button {
  display: block;
}

.footer-bottom {
  font-size: 12px;
  background-color: #053261;

}

.footer-bottom > div {
  display: flex;
  justify-content: space-between;
}

.footer-bottom .divider {
  padding: 0 5px;
}

@media (max-width: 420px) {
  .footer-bottom .divider:first-of-type {
    display: none;
  }
}

.footer-item__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .footer-bottom > div {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .footer-bottom > div .localization-form {
    margin-inline-start: -0.9375rem;
    margin-top: 0.625rem;
  }
  .main-footer .toggle__content {
    display: none;
    margin-top: 20px;
  }
  .main-footer toggle-tab {
    max-width: 250px;
    margin: 0 auto;
    text-align: center !important;
  }
  .footer-item__menu .grid {
    display: block;
  }
  .main-footer toggle-tab .footer-item__title {
    display: flex !important;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer-item {
    text-align: center;
  }
  .main-footer .social-icons {
    justify-content: center;
  }
  .footer-item__icons {
    justify-content: center;
  }
}
.footer-top + {
  border-top: 1px solid var(--color-borders-footer);
}

.footer-item__newsletter input {
  padding-inline-end: 127px;
  border-radius: 40px;
}

.footer-item__newsletter .klaviyo-form input[type="email"] {
  border-radius: 40px 0 0 40px !important;
}

.footer-item__newsletter .klaviyo-form button {
  border-radius: 0 40px 40px 0 !important;
}

.footer-item__newsletter button[type=submit] {
  top: var(--gutter-small);
  position: absolute;
  height: calc(100% - var(--gutter-small));
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 40px 40px 0;
}
html[dir=rtl] .footer-item__newsletter button[type=submit] {
  left: 0;
}
html[dir=ltr] .footer-item__newsletter button[type=submit] {
  right: 0;
}
.no-touchevents .footer-item__newsletter button[type=submit]:hover svg {
  opacity: 1;
}
.footer-item__newsletter button[type=submit] svg {
  width: 65%;
  height: 65%;
  opacity: 0.66;
  transition: all 100ms linear;
}
.footer-item__newsletter button[type=submit] svg path {
  stroke: var(--color-text-footer);
}

.footer-telephone {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}
.main-footer toggle-tab {
  border: none !important;
}

@media only screen and (min-width: 768px) {
  .footer-item__title {
    pointer-events: none;
  }
  .footer-item__title .toggle__icon {
    display: none;
  }
  .footer-telephone {
    justify-content: flex-start;
  }
}