/* KAZIO HEADER PRO V2C - visual cleanup after v2/v2b */
:root {
  --kz-hp-green: #009b5a;
  --kz-hp-green-dark: #007a45;
  --kz-hp-ink: #122033;
  --kz-hp-muted: #6b7280;
  --kz-hp-border: #e5eef1;
  --kz-hp-container: min(1320px, calc(100vw - 120px));
}

#top.kz-pro2-topbar {
  background: #fff !important;
  border-bottom: 1px solid var(--kz-hp-border) !important;
  min-height: 56px !important;
}

.kz-pro2-topbar-inner {
  min-height: 56px !important;
  direction: rtl !important;
}

.kz-pro2-top-actions,
.kz-pro2-top-meta {
  direction: rtl !important;
}

.kz-pro2-header {
  padding: 30px 0 28px !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(0,155,90,.06), transparent 36%),
    linear-gradient(180deg, #fff, #fbfdfc) !important;
}

.kz-header-pro-v2b-container,
.kz-pro-menu-wrap {
  width: var(--kz-hp-container) !important;
  max-width: var(--kz-hp-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.kz-pro2-header-grid {
  display: grid !important;
  grid-template-columns: 280px minmax(380px, 1fr) 280px !important;
  align-items: center !important;
  gap: 34px !important;
  direction: rtl !important;
}

.kz-pro2-brand {
  justify-content: flex-start !important;
}

.kz-pro2-brand:before,
.kz-pro2-brand:after,
.kz-pro2-brand .kz-brand-text,
.kz-pro2-brand-text {
  display: none !important;
  content: none !important;
}

.kz-pro2-brand img {
  max-height: 76px !important;
  max-width: 250px !important;
  object-fit: contain !important;
}

.kz-pro-search-form {
  height: 58px !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  border: 1px solid #dfe9ed !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 46, 34, .055) !important;
}

.kz-pro-search-form input {
  height: 56px !important;
  font-weight: 700 !important;
  color: var(--kz-hp-ink) !important;
}

#cart.kz-pro2-cart,
.kz-pro2-cart {
  width: 280px !important;
  justify-self: start !important;
}

#cart.kz-pro2-cart .kz-pro-cart-dropdown,
.kz-pro2-cart .kz-pro-cart-dropdown {
  width: 100% !important;
}

#cart.kz-pro2-cart .btn.kz-pro-cart-button,
#cart .btn.kz-pro-cart-button,
.kz-pro-cart-button,
button.kz-pro-cart-button {
  width: 100% !important;
  min-height: 78px !important;
  border: 1px solid #dfe9ed !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  background-image: none !important;
  color: var(--kz-hp-ink) !important;
  box-shadow: 0 18px 42px rgba(15, 46, 34, .10) !important;
  padding: 12px 14px !important;
  display: grid !important;
  grid-template-columns: 58px 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  text-align: right !important;
  direction: rtl !important;
  opacity: 1 !important;
}

#cart .kz-pro-cart-button:hover,
#cart .kz-pro-cart-button:focus {
  background: #fff !important;
  color: var(--kz-hp-ink) !important;
  border-color: rgba(0,155,90,.22) !important;
}

#cart .kz-pro-cart-button:after {
  display: none !important;
}

#cart .kz-pro-cart-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
  display: grid !important;
  place-items: center !important;
  background: linear-gradient(135deg, var(--kz-hp-green), var(--kz-hp-green-dark)) !important;
  color: #fff !important;
  position: relative !important;
  box-shadow: 0 12px 26px rgba(0,155,90,.26) !important;
}

#cart .kz-pro-cart-icon i {
  color: #fff !important;
  font-size: 23px !important;
}

#cart .kz-pro-cart-count {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  min-width: 26px !important;
  height: 26px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--kz-hp-green-dark) !important;
  border: 2px solid #e9fff4 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  display: grid !important;
  place-items: center !important;
}

#cart .kz-pro-cart-copy strong {
  display: block !important;
  margin: 0 0 5px !important;
  color: var(--kz-hp-ink) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.4 !important;
}

#cart .kz-pro-cart-copy span {
  display: block !important;
  color: var(--kz-hp-muted) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
}

.kz-pro2-menu-band {
  padding: 0 0 24px !important;
}

.kz-pro-mega-menu {
  width: 100% !important;
  min-height: 68px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #00a966, #00874f) !important;
  box-shadow: 0 18px 42px rgba(0,135,79,.20) !important;
}

.kz-pro-mega-menu .nav-link {
  min-height: 66px !important;
  padding: 0 18px !important;
  color: #fff !important;
  font-weight: 950 !important;
}

@media (max-width: 1200px) {
  :root { --kz-hp-container: min(1120px, calc(100vw - 48px)); }
  .kz-pro2-header-grid {
    grid-template-columns: 240px minmax(320px, 1fr) 240px !important;
    gap: 22px !important;
  }
  #cart.kz-pro2-cart,
  .kz-pro2-cart { width: 240px !important; }
}

@media (max-width: 992px) {
  :root { --kz-hp-container: calc(100vw - 32px); }
  .kz-pro2-header-grid {
    grid-template-columns: 1fr !important;
  }
  #cart.kz-pro2-cart,
  .kz-pro2-cart {
    width: min(360px, 100%) !important;
    justify-self: center !important;
  }
}