.elementor-181 .elementor-element.elementor-element-bbebd26{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-47e815b */.afk-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(20, 20, 22, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.afk-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.afk-left {
  flex: 0 0 auto;
}

.afk-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.afk-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 8px rgba(200,165,106,0.25));
}

.afk-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.afk-title {
  font-size: 18px;
  font-weight: 600;
  color: #f5f2ec;
  letter-spacing: 0.4px;
}

.afk-subtitle {
  margin-top: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.45);
}

.afk-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1 1 auto;
  justify-content: center;
}

.afk-nav a {
  text-decoration: none;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.afk-nav a:hover {
  color: #ffffff;
}

.afk-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.afk-phone {
  text-decoration: none;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.afk-phone:hover {
  color: #ffffff;
}

.afk-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.afk-icon-btn,
.afk-cart {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  transition: all 0.25s ease;
}

.afk-icon-btn:hover,
.afk-cart:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(200,165,106,0.35);
  transform: translateY(-1px);
}

.afk-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.afk-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 12px;
  background: #c8a56a;
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.afk-buy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(200,165,106,0.35);
  background: #d4b277;
}

@media (max-width: 1100px) {
  .afk-phone {
    display: none;
  }

  .afk-nav {
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .afk-container {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
  }

  .afk-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    padding-top: 4px;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .afk-container {
    padding: 14px 16px;
  }

  .afk-logo {
    width: 32px;
    height: 32px;
  }

  .afk-title {
    font-size: 16px;
  }

  .afk-subtitle {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .afk-socials {
    display: none;
  }

  .afk-buy-btn {
    padding: 0 16px;
    min-height: 38px;
    font-size: 13px;
  }

  .afk-icon-btn,
  .afk-cart {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
}/* End custom CSS */