/* =========================================================
   Zielony Klub - Header, Top Bar, Newsletter, Footer
   ========================================================= */

.zk-topbar,
.zk-site-header,
.zk-mobile-header,
.zk-site-footer {
  box-sizing: border-box;
}

body .footer-widgets,
body #footer-widgets {
  display: none !important;
}

.zk-topbar *,
.zk-site-header *,
.zk-mobile-header *,
.zk-site-footer * {
  box-sizing: inherit;
}

.zk-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.zk-topbar {
  background: var(--zk-green-900);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.zk-topbar ul,
.zk-topbar ol,
.zk-topbar li,
.zk-topbar p {
  margin: 0;
  padding: 0;
}

.zk-topbar ul,
.zk-topbar ol {
  list-style: none;
}

.zk-topbar li::marker,
.zk-topbar *::marker {
  content: "";
}

.zk-topbar a {
  color: #fff;
  text-decoration: none;
}

.zk-topbar a:hover {
  color: var(--zk-amber-100);
}

.zk-topbar__inner {
  width: min(100% - 32px, var(--zk-container));
  min-height: 36px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.zk-topbar__items {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  overflow: hidden;
}

.zk-topbar__item,
.zk-topbar__link {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.zk-topbar__item {
  font-family: var(--zk-font-technical);
  font-size: 12px;
  line-height: 1.2;
}

.zk-topbar__item + .zk-topbar__item {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding-left: 18px;
}

.zk-topbar__link {
  flex: 0 0 auto;
  min-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--zk-radius-pill);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}

.zk-site-header {
  position: relative;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--zk-line);
}

.zk-header-main {
  width: min(100% - 32px, var(--zk-container));
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.zk-header-brand,
.zk-footer-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zk-green-900);
  text-decoration: none;
}

.zk-header-brand:hover,
.zk-footer-brand:hover {
  color: var(--zk-green-700);
}

.zk-header-brand__mark {
  width: 40px;
  height: 50px;
  border-radius: 0;
  background: transparent;
  color: var(--zk-green-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.zk-header-brand__mark--fallback {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--zk-green-100);
}

.zk-header-brand__mark .zk-icon {
  width: 19px;
  height: 19px;
}

.zk-header-brand__mark-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zk-header-brand__text {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.zk-header-logo {
  color: inherit;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.zk-header-tagline {
  color: var(--zk-muted);
  font-family: var(--zk-font-technical);
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zk-header-search {
  width: 100%;
  min-width: 0;
}

.zk-fibosearch,
.zk-header-search .dgwt-wcas-search-wrapp,
.zk-mobile-search-panel .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: none;
}

.zk-header-search .dgwt-wcas-search-input,
.zk-mobile-search-panel .dgwt-wcas-search-input,
.zk-header-search input[type="search"],
.zk-header-search input[type="text"],
.zk-mobile-search-panel input[type="search"],
.zk-mobile-search-panel input[type="text"] {
  min-height: 48px;
  border-color: var(--zk-line);
  border-radius: var(--zk-radius-pill);
  background: var(--zk-white);
  color: var(--zk-text);
}

.zk-search-form {
  width: 100%;
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--zk-line);
  border-radius: var(--zk-radius-pill);
  background: var(--zk-white);
}

.zk-search-field {
  min-width: 0;
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--zk-text);
  padding: 0 14px;
  outline: 0;
}

.zk-search-submit {
  min-width: 44px;
  min-height: 40px;
  border: 0;
  border-radius: var(--zk-radius-pill);
  background: var(--zk-green-700);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  line-height: 1;
  padding: 0 16px;
  cursor: pointer;
}

.zk-search-submit:hover {
  background: var(--zk-green-900);
}

.zk-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.zk-header-action,
.zk-cart-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--zk-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.zk-header-action:hover,
.zk-cart-link:hover {
  color: var(--zk-green-700);
}

.zk-cart-count {
  min-width: 20px;
  height: 20px;
  padding-inline: 6px;
  border-radius: var(--zk-radius-pill);
  background: var(--zk-amber-600);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.zk-header-nav {
  border-top: 1px solid var(--zk-line);
  background: rgba(248, 246, 240, 0.9);
  position: relative;
  z-index: 40;
}

.zk-header-nav__inner {
  width: min(100% - 32px, var(--zk-container));
  min-height: 52px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.zk-header-nav-list,
.zk-mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zk-header-nav-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1.35vw, 20px);
}

.zk-nav-item {
  flex: 0 0 auto;
}

.zk-nav-link,
.zk-mobile-nav-list .zk-nav-link {
  color: var(--zk-text);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.zk-header-nav-list .zk-nav-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding-inline: 6px;
  white-space: nowrap;
  transition: color 0.14s ease, background-color 0.14s ease, border-color 0.14s ease;
}

.zk-header-nav-list .zk-nav-link:hover,
.zk-mobile-nav-list a:hover {
  color: var(--zk-green-700);
}

.zk-header-nav-list .zk-nav-link:hover,
.zk-nav-item--has-children:hover > .zk-nav-link,
.zk-nav-item--has-children:focus-within > .zk-nav-link {
  border-bottom-color: var(--zk-amber-600);
  background: rgba(47, 107, 73, 0.06);
  color: var(--zk-green-700);
}

.zk-nav-caret {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.8;
}

.zk-nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.31fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--zk-line);
  border-top: 3px solid var(--zk-amber-600);
  border-radius: 0 0 var(--zk-radius-sm) var(--zk-radius-sm);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.995), rgba(255, 255, 255, 0.975));
  box-shadow: 0 22px 42px rgba(24, 63, 49, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
}

.zk-nav-item--has-children:hover > .zk-nav-panel,
.zk-nav-item--has-children:focus-within > .zk-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.zk-nav-panel__intro {
  min-height: 100%;
  display: grid;
  align-content: start;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: var(--zk-radius-sm);
  background:
    linear-gradient(180deg, rgba(248, 246, 240, 0.96), rgba(248, 246, 240, 0.82)),
    var(--zk-cream-50);
  border-left: 3px solid var(--zk-amber-600);
  color: var(--zk-text);
  transition: border-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease;
}

.zk-nav-panel__intro:hover,
.zk-nav-panel__intro:focus {
  border-left-color: var(--zk-green-700);
  box-shadow: 0 12px 24px rgba(24, 63, 49, 0.08);
  transform: translateY(-1px);
}

.zk-nav-panel__intro span {
  display: block;
  margin-bottom: 7px;
  color: var(--zk-green-700);
  font-family: var(--zk-font-technical);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zk-nav-panel__intro strong {
  display: block;
  color: var(--zk-green-900);
  font-size: 18px;
  line-height: 1.2;
}

.zk-nav-panel__intro p {
  margin: 8px 0 0;
  color: var(--zk-muted);
  font-size: 13px;
  line-height: 1.45;
}

.zk-nav-panel__intro em {
  width: fit-content;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  color: var(--zk-green-700);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
}

.zk-nav-panel__intro em::after {
  content: " →";
}

.zk-nav-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.zk-nav-panel__list a {
  min-height: 64px;
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 11px 34px 11px 13px;
  border: 1px solid var(--zk-line);
  border-radius: var(--zk-radius-sm);
  background: var(--zk-white);
  color: var(--zk-text);
  text-decoration: none;
  transition: border-color 0.14s ease, background-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease;
}

.zk-nav-panel__list a:hover,
.zk-nav-panel__list a:focus {
  border-color: rgba(47, 107, 73, 0.55);
  background: #fbfdf9;
  color: var(--zk-green-800);
  box-shadow: 0 10px 22px rgba(24, 63, 49, 0.075);
  transform: translateY(-1px);
}

.zk-nav-panel__list a::after {
  content: "→";
  position: absolute;
  right: 13px;
  top: 50%;
  color: var(--zk-green-700);
  font-size: 14px;
  font-weight: 850;
  opacity: 0.62;
  transform: translateY(-50%);
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.zk-nav-panel__list a:hover::after,
.zk-nav-panel__list a:focus::after {
  opacity: 1;
  transform: translate(2px, -50%);
}

.zk-nav-panel__item--primary a {
  border-color: rgba(47, 107, 73, 0.32);
  background: #f8fbf8;
}

.zk-nav-panel__list span {
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.2;
}

.zk-nav-panel__list small {
  color: var(--zk-muted);
  font-size: 12px;
  line-height: 1.25;
}

.zk-mobile-header {
  display: none;
  position: relative;
  z-index: 50;
  background: var(--zk-white);
  border-bottom: 1px solid var(--zk-line);
}

.zk-mobile-header__inner {
  width: min(100% - 24px, var(--zk-container));
  min-height: 66px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px 42px;
  align-items: center;
  gap: 10px;
}

.zk-mobile-icon,
.zk-mobile-cart {
  width: 42px;
  height: 42px;
  border: 1px solid var(--zk-line);
  border-radius: var(--zk-radius-pill);
  background: var(--zk-white);
  color: var(--zk-green-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.zk-mobile-icon:hover,
.zk-mobile-cart:hover {
  border-color: var(--zk-green-700);
  color: var(--zk-green-700);
}

.zk-mobile-cart {
  gap: 0;
}

.zk-mobile-cart .zk-cart-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.zk-mobile-cart .zk-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding-inline: 5px;
  font-size: 10px;
}

.zk-mobile-panel {
  width: min(100% - 24px, var(--zk-container));
  margin-inline: auto;
  padding: 14px 0 18px;
  background: var(--zk-white);
  border-top: 1px solid var(--zk-line);
}

.zk-mobile-panel[hidden] {
  display: none;
}

.zk-mobile-search-panel {
  padding-top: 12px;
}

.zk-mobile-nav-list {
  display: grid;
  gap: 10px;
}

.zk-mobile-nav-list .zk-nav-item {
  border: 1px solid var(--zk-line);
  border-radius: var(--zk-radius-sm);
  background: var(--zk-white);
  overflow: hidden;
}

.zk-mobile-nav-list a {
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.zk-mobile-nav-list .zk-nav-link {
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid var(--zk-line);
}

.zk-mobile-nav-list .zk-nav-caret {
  transform: rotate(45deg);
}

.zk-mobile-nav-list .zk-nav-panel {
  position: static;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.zk-mobile-nav-list .zk-nav-panel__intro {
  display: none;
}

.zk-mobile-nav-list .zk-nav-panel__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.zk-mobile-nav-list .zk-nav-panel__list a {
  min-height: 42px;
  padding: 9px 34px 9px 24px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--zk-line);
  background: var(--zk-cream-50);
}

.zk-mobile-nav-list .zk-nav-panel__list li:last-child a {
  border-bottom: 0;
}

.zk-mobile-nav-list .zk-nav-panel__list span {
  font-size: 13px;
}

.zk-mobile-nav-list .zk-nav-panel__list small {
  display: none;
}

.zk-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 14px;
}

.zk-mobile-actions .zk-header-action {
  justify-content: center;
  border: 1px solid var(--zk-line);
  border-radius: var(--zk-radius-sm);
  background: var(--zk-cream-50);
}

.zk-mobile-panel-open {
  overflow: hidden;
}

.zk-footer-newsletter {
  width: min(100% - 32px, var(--zk-container));
  margin: 42px auto 0;
  border-radius: var(--zk-radius-sm);
  background: var(--zk-green-900);
  color: #fff;
  overflow: hidden;
}

.zk-footer-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 520px);
  gap: 32px;
  align-items: center;
  padding: 32px;
  border-top: 4px solid var(--zk-amber-600);
}

.zk-footer-newsletter h2,
.zk-footer-newsletter p {
  color: #fff;
}

.zk-footer-newsletter h2 {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0;
}

.zk-footer-newsletter p {
  margin-bottom: 0;
}

.zk-footer-newsletter__copy > p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.zk-footer-eyebrow {
  margin-bottom: 8px;
  color: var(--zk-amber-100);
  font-family: var(--zk-font-technical);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zk-newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.zk-newsletter-message {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--zk-radius-sm);
  padding: 10px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.zk-newsletter-message--success,
.zk-newsletter-message--info {
  background: rgba(255, 255, 255, 0.12);
}

.zk-newsletter-message--error {
  background: rgba(201, 139, 44, 0.22);
}

.zk-newsletter-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.zk-newsletter-form input[type="email"] {
  min-width: 0;
  min-height: 48px;
  border: 0;
  border-radius: var(--zk-radius-pill);
  background: #fff;
  color: var(--zk-text);
  padding-inline: 18px;
}

.zk-newsletter-form button,
.zk-newsletter-form input[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: var(--zk-radius-pill);
  background: var(--zk-amber-600);
  color: #fff;
  font-weight: 800;
  padding-inline: 22px;
  cursor: pointer;
}

.zk-newsletter-form button:hover,
.zk-newsletter-form input[type="submit"]:hover {
  background: #a86f1c;
}

.zk-newsletter-consent {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.zk-newsletter-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--zk-amber-600);
}

.zk-newsletter-consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zk-newsletter-embed form {
  margin: 0;
}

.zk-site-footer {
  background: var(--zk-cream-50);
  color: var(--zk-text);
  padding: 0 0 24px;
}

.zk-footer-main {
  width: min(100% - 32px, var(--zk-container));
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.05fr);
  gap: 42px;
  align-items: start;
}

.zk-footer-brand {
  margin-bottom: 16px;
}

.zk-footer-brand .zk-header-brand__mark {
  width: 44px;
  height: 55px;
}

.zk-footer-brand .zk-header-brand__mark--fallback {
  width: 34px;
  height: 34px;
}

.zk-footer-about p {
  max-width: 430px;
  margin-bottom: 12px;
  color: var(--zk-muted);
  font-size: 15px;
  line-height: 1.55;
}

.zk-footer-note {
  padding: 10px 12px;
  border-left: 3px solid var(--zk-amber-600);
  background: var(--zk-info-100);
  color: var(--zk-green-900);
  font-family: var(--zk-font-technical);
  font-size: 12px;
}

.zk-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.zk-footer-column h3 {
  margin: 0 0 12px;
  color: var(--zk-green-900);
  font-size: 15px;
  letter-spacing: 0;
}

.zk-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zk-footer-column li + li {
  margin-top: 8px;
}

.zk-footer-column a {
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.zk-footer-column a:hover {
  color: var(--zk-green-700);
}

.zk-footer-bottom {
  width: min(100% - 32px, var(--zk-container));
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--zk-line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--zk-muted);
  font-size: 13px;
}

.zk-footer-bottom p {
  margin: 0;
}

@media (max-width: 1180px) {
  .zk-header-main {
    grid-template-columns: minmax(190px, 220px) minmax(280px, 1fr) auto;
    gap: 20px;
  }

  .zk-header-actions {
    gap: 12px;
  }

  .zk-header-nav-list {
    gap: 12px;
  }

  .zk-header-nav-list .zk-nav-link {
    font-size: 13px;
  }

  .zk-nav-panel__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zk-footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .zk-header-nav-list {
    gap: 9px;
  }

  .zk-header-nav-list .zk-nav-link {
    font-size: 12px;
  }

  .zk-header-action-label,
  .zk-header-actions .zk-cart-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 860px) {
  .zk-topbar__inner {
    min-height: 34px;
    justify-content: center;
  }

  .zk-topbar__items {
    justify-content: center;
    gap: 14px;
  }

  .zk-topbar__item + .zk-topbar__item {
    padding-left: 14px;
  }

  .zk-topbar__link {
    display: none;
  }

  .zk-site-header {
    display: none;
  }

  .zk-mobile-header {
    display: block;
  }

  .zk-mobile-header .zk-header-brand__mark {
    width: 34px;
    height: 43px;
  }

  .zk-mobile-header .zk-header-brand__mark--fallback {
    height: 34px;
  }

  .zk-header-logo {
    font-size: 23px;
  }

  .zk-footer-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .zk-newsletter-form {
    grid-template-columns: 1fr;
  }

  .zk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zk-footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .zk-topbar {
    font-size: 12px;
  }

  .zk-topbar__items {
    gap: 10px;
  }

  .zk-topbar__item + .zk-topbar__item {
    padding-left: 10px;
  }

  .zk-topbar__item:nth-child(n+3) {
    display: none;
  }

  .zk-mobile-header__inner {
    grid-template-columns: minmax(0, 1fr) 40px 40px 40px;
    gap: 8px;
  }

  .zk-mobile-icon,
  .zk-mobile-cart {
    width: 40px;
    height: 40px;
  }

  .zk-header-logo {
    font-size: 21px;
  }

  .zk-header-tagline {
    font-size: 10px;
  }

  .zk-footer-newsletter {
    width: min(100% - 24px, var(--zk-container));
    margin-top: 28px;
  }

  .zk-footer-newsletter h2 {
    font-size: 24px;
  }

  .zk-footer-main,
  .zk-footer-bottom {
    width: min(100% - 24px, var(--zk-container));
  }

  .zk-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 380px) {
  .zk-header-tagline {
    display: none;
  }

  .zk-header-brand,
  .zk-footer-brand {
    gap: 8px;
  }

  .zk-header-brand__mark {
    width: 30px;
    height: 38px;
  }

  .zk-header-brand__mark--fallback {
    height: 30px;
  }
}
