.dl-header-shell {
  position: relative !important;
  z-index: 5000 !important;
}

.dl-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: 0 10px 30px rgba(30, 16, 54, 0.08) !important;
  transform: translateY(0) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  border-bottom: 1px solid rgba(84, 38, 108, 0.08) !important;
  will-change: transform !important;
}

.dl-header.is-hidden {
  transform: translateY(-100%) !important;
}

.dl-header__top {
  background: #fff !important;
  transition: padding 0.22s ease, background 0.22s ease !important;
}

.dl-header__top-inner {
  display: grid !important;
  grid-template-columns: 214px minmax(300px, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 70px !important;
  transition: min-height 0.22s ease, gap 0.22s ease !important;
}

.dl-header__brand {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

.dl-header__brand-logo {
  width: 176px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  transition: width 0.22s ease !important;
}

.dl-header__search {
  width: 100% !important;
  margin: 0 !important;
}

.dl-header__search-wrap {
  display: flex !important;
  align-items: center !important;
  min-height: 46px !important;
  border: 1px solid rgba(84, 38, 108, 0.12) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  padding: 4px 4px 4px 12px !important;
  box-shadow: 0 10px 22px rgba(70, 28, 93, 0.05) !important;
  position: relative !important;
  overflow: visible !important;
  transition: min-height 0.22s ease, padding 0.22s ease, border-radius 0.22s ease, box-shadow 0.22s ease !important;
}

.dl-header__search-input {
  flex: 1 1 auto !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #2f163f !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  min-width: 0 !important;
  transition: font-size 0.22s ease !important;
}

.dl-header__search-input::placeholder {
  color: #8d7a99 !important;
  opacity: 1 !important;
}

.dl-header__search-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #5d1f72 0%, #8e2aa8 100%) !important;
  color: #fff !important;
  padding: 0 !important;
  box-shadow: 0 10px 18px rgba(115, 32, 145, 0.18) !important;
  transition: width 0.22s ease, min-width 0.22s ease, height 0.22s ease, border-radius 0.22s ease, box-shadow 0.22s ease !important;
}

.dl-header__submit-icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 auto !important;
  flex: 0 0 18px !important;
  transition: width 0.22s ease, height 0.22s ease !important;
}

.dl-header__search-datalist {
  display: none !important;
  position: absolute !important;
  left: 0 !important;
  right: 56px !important;
  top: calc(100% + 8px) !important;
  z-index: 30 !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  border: 1px solid rgba(84, 38, 108, 0.12) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 36px rgba(41, 18, 61, 0.12) !important;
}

.dl-header__search-datalist.show {
  display: block !important;
}

.dl-header__search-datalist .list-group-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(84, 38, 108, 0.08) !important;
  padding: 12px 16px !important;
}

.dl-header__search-datalist .list-group-item:last-child {
  border-bottom: 0 !important;
}

.dl-header__search-datalist .under {
  display: block !important;
  margin-top: 4px !important;
  color: #8b7499 !important;
  font-size: 12px !important;
}

.dl-header__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  transition: gap 0.22s ease !important;
}

.dl-header__ghost-btn,
.dl-header__cta-btn,
.dl-header__wallet-charge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: min-height 0.22s ease, padding 0.22s ease, border-radius 0.22s ease, font-size 0.22s ease !important;
}

.dl-header__ghost-btn {
  padding: 0 16px !important;
  border: 1px solid rgba(84, 38, 108, 0.16) !important;
  color: #4c1960 !important;
  background: #fff !important;
}

.dl-header__cta-btn {
  padding: 0 18px !important;
  background: #ff8f10 !important;
  color: #fff !important;
  box-shadow: 0 10px 18px rgba(255, 143, 16, 0.2) !important;
}

.dl-header__userbox {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 12px !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  background: #f7f1fa !important;
  transition: min-height 0.22s ease, padding 0.22s ease, border-radius 0.22s ease !important;
}

.dl-header__user-name,
.dl-header__user-logout {
  text-decoration: none !important;
  color: #4a185f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.dl-header__user-logout {
  opacity: 0.72 !important;
}

.dl-header__wallet {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
  background: #fff6df !important;
  border: 1px solid rgba(255, 180, 50, 0.25) !important;
  text-decoration: none !important;
  transition: min-height 0.22s ease, padding 0.22s ease, border-radius 0.22s ease !important;
}

.dl-header__wallet-label {
  color: #7a540d !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

.dl-header__wallet-balance {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #633b00 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.dl-header__wallet-icon {
  color: #ff9800 !important;
}

.dl-header__wallet-charge {
  min-height: 38px !important;
  padding: 0 14px !important;
  background: #4f1d64 !important;
  color: #fff !important;
}

.dl-header__nav {
  width: 100% !important;
  background: linear-gradient(90deg, #3b143f 0%, #58206f 35%, #6f2586 100%) !important;
  max-height: 64px !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  overflow: hidden !important;
  will-change: max-height, opacity, transform !important;
  transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.2s ease !important;
}

.dl-header__nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  min-height: 42px !important;
  flex-wrap: nowrap !important;
}

.dl-header__nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.dl-header__nav-links::-webkit-scrollbar {
  display: none !important;
}

.dl-header__nav-actions {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.dl-header__nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

.dl-header__nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

.dl-header__nav-cta:hover,
.dl-header__nav-cta.is-active {
  background: rgba(255, 255, 255, 0.22) !important;
}

.dl-header__nav-link.is-active,
.dl-header__nav-link:hover,
.dl-header__nav-link:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

.dl-header.is-sticky .dl-header__nav {
  opacity: 0 !important;
  transform: translateY(-8px) !important;
  pointer-events: none !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 992px) {
  .dl-header.is-sticky {
    box-shadow: 0 16px 36px rgba(30, 16, 54, 0.1) !important;
  }
}

.dl-header__mobile-bar {
  display: grid !important;
  grid-template-columns: 48px 1fr 48px !important;
  align-items: center !important;
  min-height: 60px !important;
  padding: 0 12px !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

.dl-header__mobile-toggle,
.dl-header__mobile-search-btn {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #f6eef9 !important;
  color: #4f1d64 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

.dl-header__mobile-icon {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.dl-header__mobile-brand {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  min-width: 0 !important;
}

.dl-header__mobile-logo {
  width: 132px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

.dl-header__offcanvas {
  background: #fff !important;
  z-index: 7000 !important;
}

.dl-header__offcanvas-head {
  border-bottom: 1px solid rgba(84, 38, 108, 0.1) !important;
  padding: 18px 20px !important;
}

.dl-header__offcanvas-body {
  padding: 20px !important;
}

.dl-header__mobile-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
}

.dl-header__mobile-link,
.dl-header__mobile-cta,
.dl-header__mobile-charge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.dl-header__mobile-link {
  justify-content: flex-start !important;
  padding: 0 16px !important;
  background: #f7f1fa !important;
  color: #4f1d64 !important;
}

.dl-header__mobile-link--primary {
  justify-content: center !important;
  min-height: 52px !important;
  background: linear-gradient(135deg, #5d1f72 0%, #8e2aa8 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(115, 32, 145, 0.20) !important;
}

.dl-header__mobile-link.is-active {
  background: #4f1d64 !important;
  color: #fff !important;
}

.dl-header__mobile-cta {
  min-height: 52px !important;
  background: #ff8f10 !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(255, 143, 16, 0.18) !important;
}

.dl-header__mobile-user {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #341046 !important;
}

.dl-header__mobile-wallet {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  background: #fff6df !important;
  color: #633b00 !important;
  font-weight: 800 !important;
}

.dl-header__mobile-search-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.dl-header__mobile-search-field {
  position: relative !important;
  overflow: visible !important;
}

.dl-header__mobile-search-input {
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid rgba(84, 38, 108, 0.14) !important;
  border-radius: 16px !important;
  background: #fff !important;
  padding: 0 16px !important;
  color: #341046 !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.dl-header__mobile-search-datalist {
  display: none !important;
  top: calc(100% + 8px) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(84, 38, 108, 0.12) !important;
  box-shadow: 0 18px 36px rgba(41, 18, 61, 0.12) !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  z-index: 20 !important;
}

.dl-header__mobile-search-datalist.show {
  display: block !important;
}

.dl-header__mobile-search-datalist .list-group-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(84, 38, 108, 0.08) !important;
  padding: 12px 16px !important;
}

.dl-header__mobile-search-datalist .list-group-item:last-child {
  border-bottom: 0 !important;
}

.dl-header__mobile-search-datalist .under {
  display: block !important;
  margin-top: 4px !important;
  color: #8b7499 !important;
  font-size: 12px !important;
}

.dl-header__mobile-search-submit {
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #5d1f72 0%, #8e2aa8 100%) !important;
  color: #fff !important;
  font-weight: 800 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

body {
  --dl-header-offset: var(--dl-header-desktop-offset, 128px);
  padding-top: var(--dl-header-offset) !important;
  transition: padding-top 0.28s ease !important;
}

@media (min-width: 992px) {
  body:not(.admin-body):not(.body-no-header-offset) {
    --dl-header-offset: var(--dl-header-desktop-offset, 128px);
  }

  body.body-header-sticky:not(.admin-body):not(.body-no-header-offset) {
    --dl-header-offset: var(--dl-header-desktop-sticky-offset, 72px);
  }
}

body.admin-body,
body.body-no-header-offset {
  --dl-header-offset: 0px;
  padding-top: 0 !important;
}

@media (max-width: 991.98px) {
  body {
    --dl-header-offset: var(--dl-header-mobile-offset, 60px);
  }

  .dl-breadcrumbs-wrap {
    margin-top: 16px !important;
  }
}
