/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/footer/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Footer Block - Frontend Styles
 */
/**
 * Papa John's Landing Page - SCSS Mixins
 * Reusable mixins for the theme
 */
/**
 * Papa John's Landing Page - SCSS Mixins
 * Reusable mixins for the theme
 */
/**
 * Footer Block - Editor Styles
 */
.footer {
  background-color: rgba(255, 253, 246, 0.9);
  margin-top: 100px;
}
.footer__top {
  width: 100%;
}
@media (min-width: 640px) {
  .footer__top {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .footer__top {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .footer__top {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .footer__top {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .footer__top {
    max-width: 1536px;
  }
}
.footer__top {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .footer__top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: rgba(255, 253, 246, 0.9);
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.footer__scroll-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0.75rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
  text-decoration: none;
  white-space: nowrap;
  background-color: #044C39;
  color: #fff;
}
.footer__scroll-top:hover {
  background-color: #137057;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  color: #fff;
}
.footer__scroll-top {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.25rem;
  padding: 0px;
}
.footer__scroll-top svg {
  margin-top: 0.375rem;
  height: 1.5rem;
  width: 3rem;
}
@media (max-width: 767px) {
  .footer__scroll-top {
    display: none;
  }
}
.footer__logo {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo img {
  height: auto;
  max-height: 5rem;
  width: auto;
}
.footer__logo-placeholder {
  display: flex;
  height: 5rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / 0.1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.5);
}
.footer__nav {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav-title {
  font-size: 1.25rem;
  line-height: 1.44;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__nav-title {
    display: none;
  }
}
.footer__nav-list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .footer__nav-list {
    flex-direction: column;
  }
}
.footer__nav-item {
  margin: 0px;
}
.footer__nav-item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.footer__nav-item a:hover, .footer__nav-item a:focus {
  --tw-text-opacity: 1;
  color: rgb(0 168 98 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.footer__nav-item a.no-link {
  cursor: default;
}
.footer__nav-item a.no-link:hover, .footer__nav-item a.no-link:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
@media (max-width: 767px) {
  .footer__nav-item:has(a.no-link) {
    display: none;
  }
}
.footer__nav-separator {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {
  .footer__nav-separator {
    display: none;
  }
}
.footer__nav-mobile {
  margin-bottom: 1.5rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}
.footer__nav-mobile-title {
  font-size: 1.25rem;
  line-height: 1.44;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.footer__nav-mobile-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.footer__nav-mobile-item {
  margin: 0px;
}
.footer__nav-mobile-item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.footer__nav-mobile-item a:hover, .footer__nav-mobile-item a:focus {
  --tw-text-opacity: 1;
  color: rgb(0 168 98 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.footer__nav-mobile-item a.no-link {
  cursor: default;
}
.footer__nav-mobile-item a.no-link:hover, .footer__nav-mobile-item a.no-link:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
@media (min-width: 1024px) {
  .footer__nav-mobile {
    display: none;
  }
}
.footer__separator {
  width: 100%;
}
@media (min-width: 640px) {
  .footer__separator {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .footer__separator {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .footer__separator {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .footer__separator {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .footer__separator {
    max-width: 1536px;
  }
}
.footer__separator {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .footer__separator {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__separator {
  width: 100%;
}
@media (max-width: 767px) {
  .footer__separator {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.footer__separator-line {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
@media (max-width: 767px) {
  .footer__separator-line {
    --tw-bg-opacity: 1;
    background-color: rgb(227 220 194 / var(--tw-bg-opacity, 1));
  }
}
.footer__secure-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: block;
}
@media (min-width: 1024px) {
  .footer__secure-icon {
    display: none;
  }
}
.footer__bottom {
  width: 100%;
}
@media (min-width: 640px) {
  .footer__bottom {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .footer__bottom {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .footer__bottom {
    max-width: 1536px;
  }
}
.footer__bottom {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.footer__bottom--right {
  justify-content: flex-end;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: start;
}
@media (max-width: 767px) {
  .footer__bottom--right {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(113 103 67 / var(--tw-text-opacity, 1));
  }
}
.footer__bottom--left {
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: end;
}
.footer__bottom--left p {
  margin: 0px;
}
@media (max-width: 767px) {
  .footer__bottom--left {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
  }
}
.footer__bottom .footer__amazing {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.footer__bottom .footer__amazing img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style-index.css.map*/