@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.theme-header-1 {
  position: relative;
  margin-bottom: -84px;
  z-index: 150;
}
.theme-header-1__top-navbar {
  width: 100%;
  min-width: 100vw;
  height: 114px;
  position: relative;
  background: transparent !important;
}
.theme-header-1__top-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.12) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.12) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.08) 0%, transparent 50%), linear-gradient(135deg, rgba(88, 86, 214, 0.85) 0%, rgba(139, 92, 246, 0.82) 50%, rgba(88, 86, 214, 0.85) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(139, 92, 246, 0.2);
  pointer-events: none;
  z-index: 0;
}
.theme-header-1__top-navbar > * {
  position: relative;
  z-index: 51;
}
.theme-header-1__top-navbar-search {
  width: 100%;
  height: 48px;
}
.theme-header-1__top-navbar-search input {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--white);
  padding-left: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.theme-header-1__top-navbar-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.theme-header-1__top-navbar-search input::placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.theme-header-1__top-navbar-search input:focus, .theme-header-1__top-navbar-search input:checked, .theme-header-1__top-navbar-search input:active {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}
.theme-header-1__top-navbar-search .search-icon {
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 16px;
  transition: transform 0.3s ease;
}
.theme-header-1__top-navbar-search .search-icon:hover {
  transform: scale(1.1);
}
.theme-header-1__top-navbar-cart-counter {
  position: absolute;
  top: -4px;
  right: -4px;
  background: linear-gradient(135deg, #ff4757, #ff6348);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);
}
.theme-header-1__top-navbar .bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.theme-header-1__top-navbar .bg-white-10:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.theme-header-1__top-navbar .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  background: transparent;
}
.theme-header-1__top-navbar .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.theme-header-1__top-navbar .btn-light {
  background: var(--white);
  color: var(--primary);
  border: none;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.theme-header-1__top-navbar .btn-light:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.theme-header-1__top-navbar .size-40 {
  width: 40px;
  height: 40px;
}
.theme-header-1__top-navbar .size-32 {
  width: 32px;
  height: 32px;
}
.theme-header-1__top-navbar .bg-white-10 {
  background-color: rgba(255, 255, 255, 0.12);
}
.theme-header-1__top-navbar .bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-header-1__top-navbar .rounded-10 {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .theme-header-1__top-navbar {
    height: auto;
  }
}
.theme-header-1__dropdown span {
  font-size: 16px;
}
.theme-header-1__dropdown-user-verify-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.theme-header-1__dropdown:not(:hover) > .header-1-dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}
.theme-header-1__dropdown .header-1-dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 260px;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
  z-index: 46;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu {
  left: auto;
  right: 0;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu {
  width: 280px;
  top: 40px;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item {
  transition: all 0.3s ease;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item a, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item .icons {
  color: var(--gray-500);
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item .count-badge {
  min-width: 16px;
  height: 16px;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover {
  background-color: var(--gray-100);
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover > a {
  transform: translateX(8px);
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover a, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover .icons {
  color: var(--primary);
}
@media (max-width: 991px) {
  .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu {
    right: 8px;
    left: auto;
  }
  .rtl .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu {
    left: 8px;
    right: auto;
  }
}
.theme-header-1__dropdown .header-1-dropdown-menu__item {
  color: var(--gray-500);
  border-left: 2px solid transparent;
}
.theme-header-1__dropdown .header-1-dropdown-menu__item > div {
  transition: all 0.3s ease;
}
.theme-header-1__dropdown .header-1-dropdown-menu__item.active {
  border-left: 2px solid var(--primary);
  font-weight: bold;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__item {
  border-left: none;
  border-right: 2px solid transparent;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__item.active {
  border-left: none;
  border-right: 2px solid var(--primary);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover {
  background-color: var(--gray-100);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover > div {
  transform: translateX(8px);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover .header-1-dropdown-menu__item-sign-box {
  background-color: var(--gray-200);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover .header-1-dropdown-menu__sub-menu {
  opacity: 1;
  visibility: visible;
  left: calc(100% + 4px);
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__item:hover .header-1-dropdown-menu__sub-menu {
  left: auto;
  right: calc(100% + 4px);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item-sign-box {
  min-width: 32px;
  height: 32px;
  background-color: var(--gray-100);
  color: var(--gray-500);
  font-weight: normal !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu {
  position: absolute;
  top: -8px;
  left: 96%;
  width: 280px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__sub-menu {
  left: auto;
  right: 96%;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li {
  transition: all 0.3s ease;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li, .theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li * {
  color: var(--gray-500) !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li:hover * {
  color: var(--primary) !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li:hover > a {
  transform: translateX(8px) !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__flag {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.theme-header-1__dropdown .header-1-dropdown-menu__flag, .theme-header-1__dropdown .header-1-dropdown-menu__flag img {
  border-radius: 8px;
}
.theme-header-1__main {
  position: relative;
  height: 84px;
  top: -42px;
  margin-bottom: -42px;
}
.theme-header-1__main.sticky {
  position: fixed;
  top: 20px;
  width: 100%;
  animation: slideDown 0.5s ease forwards;
}
.theme-header-1__main-mask {
  position: absolute;
  top: 8px;
  left: 16px;
  right: 16px;
  bottom: -8px;
  border-radius: 24px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
@media (max-width: 991px) {
  .theme-header-1__main {
    height: auto;
  }
}
.theme-header-1__main .z-index-2.bg-white {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
body.dark-mode .theme-header-1__main .z-index-2.bg-white {
  background: rgba(30, 30, 30, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-mode .theme-header-1__main .z-index-2.bg-white a.text-dark,
body.dark-mode .theme-header-1__main .z-index-2.bg-white .text-gray-500,
body.dark-mode .theme-header-1__main .z-index-2.bg-white .icons,
body.dark-mode .theme-header-1__main .z-index-2.bg-white span,
body.dark-mode .theme-header-1__main .z-index-2.bg-white div,
body.dark-mode .theme-header-1__main .z-index-2.bg-white a,
body.dark-mode .theme-header-1__main .z-index-2.bg-white * {
  color: #ffffff !important;
}
body.dark-mode .theme-header-1__main .z-index-2.bg-white svg,
body.dark-mode .theme-header-1__main .z-index-2.bg-white svg path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
body.dark-mode .theme-header-1__main .z-index-2.bg-white .bg-gray-100 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-mode .theme-header-1__main .z-index-2.bg-white a.text-dark:hover {
  color: var(--primary) !important;
}
.theme-header-1__main a.text-dark {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}
.theme-header-1__main a.text-dark::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--primary);
  transition: width 0.3s ease;
  border-radius: 2px;
}
.theme-header-1__main a.text-dark:hover {
  color: var(--primary) !important;
}
.theme-header-1__main a.text-dark:hover::after {
  width: 100%;
}
.theme-header-1__main .btn-primary {
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
  transition: all 0.3s ease;
}
.theme-header-1__main .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.4);
}
.theme-header-1__logo {
  height: 44px;
}
.theme-header-1__logo img {
  height: 100%;
}
.theme-header-1__categories .cat-dropdown-menu-icon {
  width: 24px;
  max-width: 24px;
  min-width: 24px;
}
