/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/header/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Header Block - Frontend Styles
 */
/**
 * Papa John's Landing Page - SCSS Mixins
 * Reusable mixins for the theme
 */
/**
 * Header Block
 */
.header {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  background-color: rgba(255, 253, 246, 0.9);
  font-size: 15px;
}
.header__container {
  width: 100%;
}
@media (min-width: 640px) {
  .header__container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .header__container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .header__container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .header__container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .header__container {
    max-width: 1536px;
  }
}
.header__container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .header__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header__container_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  position: relative;
  padding: 1rem;
}
@media (max-width: 767px) {
  .header__container_inner {
    padding: 0px;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  height: 2.5rem;
  width: auto;
}
.header__logo-placeholder {
  display: flex;
  height: 2.5rem;
  width: 7rem;
  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);
}
.header__nav {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  gap: 1.25rem;
}
.header__nav-item {
  margin: 0px;
}
.header__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.header__message strong {
  --tw-text-opacity: 1;
  color: rgb(19 112 87 / var(--tw-text-opacity, 1));
}

.header {
  position: sticky;
  top: 0px;
  z-index: 40;
  border-style: none;
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.header__menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  .header__menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
    order: -1;
  }
}
.header__menu-icon {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 20px;
  height: 2px;
  margin: 3px 10px 3px 0;
  border-radius: 2px;
}
.header__menu-icon:nth-child(1) {
  width: 18px;
}
.header__menu-icon:nth-child(3) {
  width: 16px;
}
.header.header--menu-open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 246 / var(--tw-bg-opacity, 1));
}
.header.header--menu-open .header__menu-toggle .header__menu-icon:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  width: 20px;
}
.header.header--menu-open .header__menu-toggle .header__menu-icon:nth-child(2) {
  opacity: 0;
}
.header.header--menu-open .header__menu-toggle .header__menu-icon:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  width: 20px;
}
.header__phone-btn {
  display: none;
}
@media (max-width: 767px) {
  .header__phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    text-decoration-line: none;
    order: 3;
  }
  .header__nav--desktop {
    display: none;
  }
}
.header__nav-list {
  margin: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 2rem;
  padding: 0px;
}
.header__nav-link {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header__nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(19 112 87 / var(--tw-text-opacity, 1));
}
.header__nav-link:focus {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #137057;
}
@media (max-width: 767px) {
  .header__message--desktop {
    display: none;
  }
}
.header__mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .header__mobile-menu {
    display: block;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 253 246 / var(--tw-bg-opacity, 1));
    max-height: 0;
    transition: max-height 0.3s ease-out;
  }
  .header.header--menu-open .header__mobile-menu {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
  }
}
.header__mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-bottom: 3rem;
}
.header__mobile-nav-title {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5A615F;
  padding-bottom: 0.75rem;
}
.header__mobile-nav-list {
  margin: 0px;
  margin-bottom: 1.5rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
}
.header__mobile-nav-item {
  margin: 0px;
}
.header__mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: start;
  font-size: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.header__mobile-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(19 112 87 / var(--tw-text-opacity, 1));
}
.header__contact-btn {
  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;
}
.header__contact-btn:hover {
  background-color: #137057;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  color: #fff;
}
.header__contact-btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .header__container {
    gap: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .header__logo {
    order: 2;
  }
}

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