.w1-site-shell-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  width: 100%;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 253, 246, 0.94);
  border-bottom: 2px solid rgba(33, 24, 23, 0.16);
  backdrop-filter: blur(16px);
}

.w1-site-shell-header .w1-site-shell-brand {
  display: inline-flex;
  align-items: center;
  width: 150px;
  line-height: 0;
}

.w1-site-shell-header .w1-site-shell-brand img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.w1-site-shell-header .w1-site-shell-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 1vw, 14px);
  min-width: 0;
  font-size: 0.94rem;
}

.w1-site-shell-header .w1-site-shell-desktop-nav a,
.w1-site-shell-header .w1-site-shell-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  color: inherit;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  border-radius: 999px;
  box-shadow: none;
}

.w1-site-shell-header .w1-site-shell-desktop-nav a:hover,
.w1-site-shell-header .w1-site-shell-desktop-nav a:focus-visible {
  background: #fff9c9;
  border-color: #211817;
  box-shadow: 2px 3px 0 #211817;
  outline: none;
}

.w1-site-shell-header .w1-site-shell-desktop-nav a[aria-current="page"] {
  background: #f7e94b;
  border-color: #211817;
  box-shadow: 4px 5px 0 #211817;
  outline: none;
}

.w1-site-shell-header .w1-site-shell-contact {
  background: #f7e94b;
  border-color: #211817;
  box-shadow: 4px 5px 0 #211817;
}

.w1-site-shell-header .w1-site-shell-contact:hover {
  background: #fff9c9;
}

.w1-site-shell-header .w1-site-shell-contact:focus-visible {
  background: #fff9c9;
  outline: 3px solid #211817;
  outline-offset: 3px;
}

.w1-site-shell-header .w1-site-shell-contact[aria-current="page"] {
  background: #f7e94b;
}

.w1-site-shell-header .w1-site-shell-contact[aria-current="page"]:hover,
.w1-site-shell-header .w1-site-shell-contact[aria-current="page"]:focus-visible {
  background: #fff9c9;
}

.w1-site-shell-header .w1-site-shell-mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.w1-site-shell-header .w1-site-shell-mobile-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 44px;
  padding: 10px 16px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
  background: #f7e94b;
  border: 2px solid #211817;
  border-radius: 999px;
  box-shadow: 4px 5px 0 #211817;
}

.w1-site-shell-header .w1-site-shell-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.w1-site-shell-header .w1-site-shell-mobile-menu summary::after {
  content: "+";
  margin-left: 8px;
  color: #211817;
  font-size: 1.2rem;
  line-height: 1;
}

.w1-site-shell-header .w1-site-shell-mobile-menu[open] summary::after {
  content: "−";
}

.w1-site-shell-header .w1-site-shell-mobile-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(320px, calc(100vw - 28px));
  padding: 12px;
  background: #fffdf6;
  border: 2px solid #211817;
  border-radius: 22px;
  box-shadow: 8px 10px 0 #211817;
}

.w1-site-shell-header .w1-site-shell-mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 14px;
}

.w1-site-shell-header .w1-site-shell-mobile-panel a:hover,
.w1-site-shell-header .w1-site-shell-mobile-panel a:focus-visible {
  background: #fff9c9;
  border-color: #211817;
  outline: none;
}

.w1-site-shell-header .w1-site-shell-mobile-panel a[aria-current="page"] {
  background: #f7e94b;
  border-color: #211817;
  box-shadow: 3px 4px 0 #211817;
  outline: none;
}

.w1-site-shell-commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.w1-site-shell-commerce-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.w1-semantic-anchor {
  scroll-margin-top: 112px;
}

.w1-flavor-world-fresh-grid,
.w1-packs-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.w1-packs-format-card img {
  display: block;
  width: 100%;
  max-height: 360px;
  margin-top: 22px;
  object-fit: contain;
}

.w1-site-shell-footer {
  color: #fff;
  background: #171111;
  border-top: 4px solid #211817;
  padding: 56px clamp(18px, 5vw, 72px) 24px;
}

.w1-site-shell-footer a {
  color: #fff;
}

.w1-site-shell-footer .w1-site-shell-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(110px, 0.7fr)) minmax(210px, 1.2fr);
  gap: clamp(22px, 2.2vw, 36px);
  align-items: start;
}

.w1-site-shell-footer .w1-site-shell-footer-logo {
  display: block;
  width: 170px;
  height: auto;
}

.w1-site-shell-footer h2 {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.w1-site-shell-footer .w1-site-shell-footer-lede {
  max-width: 290px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.5;
}

.w1-site-shell-footer .w1-site-shell-footer-links {
  display: grid;
  gap: 4px;
}

.w1-site-shell-footer .w1-site-shell-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: fit-content;
  font-size: 0.94rem;
  text-underline-offset: 3px;
}

.w1-site-shell-footer .w1-site-shell-newsletter {
  display: grid;
  gap: 10px;
}

.w1-site-shell-footer .w1-site-shell-newsletter label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.w1-site-shell-footer .w1-site-shell-newsletter input {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  color: #211817;
  font: inherit;
  background: #fff;
  border: 2px solid #211817;
  border-radius: 15px;
}

.w1-site-shell-footer .w1-site-shell-newsletter button {
  min-height: 44px;
  width: 100%;
}

.w1-site-shell-footer .w1-site-shell-copyright {
  margin: 34px 0 0;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1180px) {
  .w1-site-shell-header .w1-site-shell-desktop-nav {
    gap: 2px;
    font-size: 0.86rem;
  }

  .w1-site-shell-header .w1-site-shell-desktop-nav a {
    padding-inline: 9px;
  }

  .w1-site-shell-footer .w1-site-shell-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .w1-site-shell-header {
    position: sticky;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    justify-items: stretch !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 76px;
    padding: 12px 16px !important;
    text-align: left !important;
  }

  .w1-site-shell-header .w1-site-shell-brand {
    width: 142px;
  }

  .w1-site-shell-header .w1-site-shell-brand img {
    width: 142px !important;
    max-width: 142px !important;
  }

  .w1-site-shell-header .w1-site-shell-desktop-nav,
  .w1-site-shell-header .w1-site-shell-contact {
    display: none !important;
  }

  .w1-site-shell-header .w1-site-shell-mobile-menu {
    display: block;
  }

  .w1-site-shell-header .w1-site-shell-mobile-panel {
    display: grid !important;
    flex-wrap: nowrap !important;
    justify-content: stretch !important;
    gap: 2px !important;
    font-size: 1rem !important;
  }

  .w1-site-shell-header .w1-site-shell-mobile-panel a {
    display: flex !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
    padding: 11px 12px !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  .w1-site-shell-header .w1-site-shell-mobile-panel a:hover,
  .w1-site-shell-header .w1-site-shell-mobile-panel a:focus-visible {
    background: #fff9c9 !important;
    border-color: #211817 !important;
  }

  .w1-site-shell-header .w1-site-shell-mobile-panel a[aria-current="page"] {
    background: #f7e94b !important;
    border-color: #211817 !important;
    box-shadow: 3px 4px 0 #211817 !important;
  }
}

@media (max-width: 680px) {
  .w1-flavor-world-fresh-grid,
  .w1-packs-format-grid {
    grid-template-columns: 1fr;
  }

  .w1-site-shell-footer {
    padding: 44px 18px 22px !important;
  }

  .w1-site-shell-footer .w1-site-shell-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .w1-site-shell-footer .w1-site-shell-footer-links a {
    min-height: 44px;
  }

  .w1-site-shell-commerce-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .w1-site-shell-commerce-actions .btn {
    width: 100%;
  }
}
