.elementor-4245 .elementor-element.elementor-element-6fa9af3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-72b9ccc */.b4aih-header,
.b4aih-header * {
  box-sizing: border-box;
}

.b4aih-header {
  position: fixed;
  top: 22px;
  left: 0;
  width: 100%;
  z-index: 999999;
  pointer-events: none;
}

.b4aih-toggle {
  display: none !important;
}

.b4aih-bar {
  width: min(1220px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  padding: 10px 14px 10px 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255,122,22,.16), transparent 30%),
    linear-gradient(135deg, rgba(7,7,7,.98), rgba(24,24,24,.94));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: auto;
}

.b4aih-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.b4aih-logo {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.b4aih-logo img {
  width: 126px;
  height: auto;
  display: block;
}

.b4aih-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
}

.b4aih-nav-link {
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  transition: .22s ease;
}

.b4aih-nav-link:hover {
  color: #ff7a16 !important;
}

.b4aih-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.b4aih-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ff7a16;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255,122,22,.28);
  transition: .22s ease;
  cursor: pointer;
  white-space: nowrap;
}

.b4aih-btn:hover {
  background: #fff;
  color: #070707 !important;
  transform: translateY(-2px);
}

.b4aih-btn-muted {
  background: rgba(255,255,255,.08);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: none;
}

.b4aih-btn-muted:hover {
  background: #ff7a16;
  color: #fff !important;
  border-color: #ff7a16;
}

.b4aih-cart {
  position: relative;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 999px;
  border: 2px solid #ff7a16;
  background: rgba(255,255,255,.03);
  color: #ff7a16 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: .22s ease;
}

.b4aih-cart:hover {
  background: #ff7a16;
  color: #fff !important;
  transform: translateY(-2px);
}

.b4aih-cart-icon {
  font-size: 18px;
  line-height: 1;
}

.b4aih-burger {
  display: none;
}

.b4aih-mobile-panel {
  position: fixed;
  top: 112px;
  right: 24px;
  width: min(360px, calc(100% - 48px));
  padding: 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,122,22,.18), transparent 34%),
    linear-gradient(145deg, rgba(8,8,8,.98), rgba(30,30,30,.96));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  display: grid;
  gap: 8px;
  opacity: 0;
  transform: translateY(-12px) scale(.98);
  pointer-events: none;
  transition: .22s ease;
}

#b4aih-menu-guest:checked ~ .b4aih-mobile-panel,
#b4aih-menu-logged:checked ~ .b4aih-mobile-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.b4aih-mobile-panel-top {
  min-height: 44px;
  padding: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b4aih-mobile-panel-top span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b4aih-mobile-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: .18s ease;
}

.b4aih-mobile-close:hover {
  background: #ff7a16;
  color: #fff;
}

.b4aih-mobile-nav {
  display: grid;
  gap: 8px;
}

.b4aih-mobile-item,
.b4aih-mobile-login,
.b4aih-mobile-logout {
  min-height: 48px;
  border-radius: 17px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: .18s ease;
}

.b4aih-mobile-item:hover,
.b4aih-mobile-login:hover,
.b4aih-mobile-logout:hover {
  background: #ff7a16;
  border-color: #ff7a16;
  color: #fff !important;
}

.b4aih-mobile-actions {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.b4aih-mobile-login {
  background: #ff7a16 !important;
  border-color: #ff7a16 !important;
  color: #fff !important;
}

.b4aih-mobile-login:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #070707 !important;
}

.b4aih-login-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}

#b4aih-login-guest:checked ~ .b4aih-login-overlay {
  opacity: 1;
  pointer-events: auto;
}

.b4aih-login-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
}

.b4aih-login-card {
  position: absolute;
  top: 50%;
  right: 5vw;
  width: min(500px, calc(100% - 32px));
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 5%, rgba(255,122,22,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.88));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 40px 110px rgba(0,0,0,.36);
  transform: translateY(-50%) translateX(42px);
  transition: .25s ease;
  pointer-events: auto;
}

#b4aih-login-guest:checked ~ .b4aih-login-overlay .b4aih-login-card {
  transform: translateY(-50%) translateX(0);
}

.b4aih-login-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: .18s ease;
}

.b4aih-login-close:hover {
  color: #ff7a16;
}

.b4aih-login-head span {
  display: inline-flex;
  color: #e85f00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.b4aih-login-head h3 {
  color: #151515;
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.b4aih-login-head p {
  color: #666;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
}

.b4aih-login-shortcode {
  position: relative;
  z-index: 2;
}

.b4aih-login-card .login-username,
.b4aih-login-card .login-password,
.b4aih-login-card .login-submit {
  margin: 0 !important;
}

.b4aih-login-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 !important;
}

.b4aih-login-card form p {
  margin: 0 !important;
}

.b4aih-login-card form label {
  display: block;
  font-size: 13px;
  font-weight: 750;
  color: #444;
  margin-bottom: 6px;
}

.b4aih-login-card form input.input {
  width: 100%;
  height: 52px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  padding: 0 14px;
  color: #111;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.b4aih-login-card form input.input:focus {
  border-color: #ff7a16;
  box-shadow: 0 0 0 3px rgba(255,122,22,.15);
}

.b4aih-login-card form .button {
  width: 100%;
  min-height: 56px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff7a16 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 16px 34px rgba(255,122,22,.25);
  transition: .22s ease;
}

.b4aih-login-card form .button:hover {
  background: #070707 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.b4ai-forgot,
.b4aih-lost {
  display: block;
  margin-top: 16px;
  color: #666 !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 750;
}

.b4ai-forgot:hover,
.b4aih-lost:hover {
  color: #111 !important;
}

.b4ai-logged-box {
  position: relative;
  z-index: 2;
}

.b4ai-logged-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,122,22,.1);
  color: #e85f00;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.b4ai-logged-box h3 {
  margin: 0 0 8px;
  color: #151515;
  font-size: 30px;
  line-height: 1.05;
}

.b4ai-logged-box p {
  margin: 0 0 22px;
  color: #666;
}

.b4ai-login-submit {
  min-height: 56px;
  border-radius: 999px;
  background: #ff7a16;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(255,122,22,.25);
  transition: .22s ease;
}

.b4ai-login-submit:hover {
  background: #070707;
  color: #fff !important;
  transform: translateY(-2px);
}

.b4ai-logged-button {
  width: 100%;
}

/* TABLET */

@media (max-width: 980px) {
  .b4aih-header {
    top: 14px;
  }

  .b4aih-bar {
    width: calc(100% - 28px);
    min-height: 68px;
    padding: 12px 14px;
    border-radius: 28px;
  }

  .b4aih-logo img {
    width: 106px;
  }

  .b4aih-nav {
    display: none;
  }

  .b4aih-btn {
    display: none;
  }

  .b4aih-burger {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .22s ease;
  }

  .b4aih-burger:hover {
    background: #ff7a16;
  }

  .b4aih-burger span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: .22s ease;
  }

  .b4aih-mobile-panel {
    z-index: 1000001;
  }

  .b4aih-login-overlay {
    z-index: 1000002;
  }
}

/* MOBILE */

@media (max-width: 560px) {
  .b4aih-header {
    top: 10px;
  }

  .b4aih-bar {
    width: calc(100% - 22px);
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 24px;
  }

  .b4aih-logo img {
    width: 92px;
  }

  .b4aih-actions {
    gap: 8px;
  }

  .b4aih-cart {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .b4aih-cart-icon {
    font-size: 16px;
  }

  .b4aih-burger {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .b4aih-mobile-panel {
    top: 86px;
    right: 11px;
    width: calc(100% - 22px);
    border-radius: 24px;
    padding: 12px;
  }

  .b4aih-mobile-item,
  .b4aih-mobile-login,
  .b4aih-mobile-logout {
    min-height: 46px;
    border-radius: 15px;
    font-size: 14px;
  }

  .b4aih-login-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    width: auto;
    padding: 24px;
    border-radius: 26px;
    transform: translateY(42px);
  }

  #b4aih-login-guest:checked ~ .b4aih-login-overlay .b4aih-login-card {
    transform: translateY(0);
  }

  .b4aih-login-head h3 {
    font-size: 28px;
  }

  .b4aih-login-head p {
    font-size: 14px;
  }

  .b4aih-login-card form input.input {
    height: 52px;
    font-size: 16px;
  }

  .b4aih-login-card form .button {
    min-height: 54px;
  }
}

/* === B4AI HEADER MOBILE FIX === */

@media (max-width: 980px) {

  .b4aih-header {
    pointer-events: none !important;
  }

  .b4aih-bar,
  .b4aih-mobile-panel,
  .b4aih-login-overlay,
  .b4aih-login-card {
    pointer-events: auto !important;
  }

  .b4aih-mobile-panel {
    display: grid !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none !important;
    transform: translateY(-12px) scale(.98);
  }

  #b4aih-menu-guest:checked ~ .b4aih-mobile-panel,
  #b4aih-menu-logged:checked ~ .b4aih-mobile-panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto !important;
    transform: translateY(0) scale(1);
  }

  .b4aih-mobile-item,
  .b4aih-mobile-login,
  .b4aih-mobile-logout,
  .b4aih-mobile-close {
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  .b4aih-login-overlay {
    visibility: hidden;
    opacity: 0;
    pointer-events: none !important;
  }

  #b4aih-login-guest:checked ~ .b4aih-login-overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto !important;
  }

  .b4aih-login-card {
    z-index: 1000003 !important;
  }

}

/* FIX: niewidoczny popup logowania nie może łapać kliknięć */

.b4aih-login-overlay {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.b4aih-login-overlay * {
  pointer-events: none !important;
}

#b4aih-login-guest:checked ~ .b4aih-login-overlay {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#b4aih-login-guest:checked ~ .b4aih-login-overlay * {
  pointer-events: auto !important;
}

/* =========================================================
   B4AI CART DOT
========================================================= */

.b4aih-cart {
  position: relative !important;
}

.b4aih-cart::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff7a16;
  box-shadow: 0 0 0 3px #111;
  opacity: 0;
  transform: scale(.65);
  transition: .2s ease;
  pointer-events: none;
}

.b4aih-cart.b4aih-cart-has-items::after {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 560px) {
  .b4aih-cart::after {
    top: 4px;
    right: 4px;
    width: 9px;
    height: 9px;
  }
}/* End custom CSS */