@import url("site-header.css");
@import url("premium-footer.css");

html body .main-wrapper .f8-site-header-component.header.w-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
  width: 100% !important;
  min-height: 86px !important;
  overflow: visible !important;
  background: rgba(3, 3, 3, .90) !important;
  border-bottom: 1px solid rgba(254, 231, 5, .14) !important;
  box-shadow: 0 18px 64px rgba(0, 0, 0, .40) !important;
  backdrop-filter: blur(18px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(125%) !important;
}

html body.admin-bar .main-wrapper .f8-site-header-component.header.w-nav {
  top: 32px !important;
}

@media (max-width: 782px) {
  html body.admin-bar .main-wrapper .f8-site-header-component.header.w-nav {
    top: 46px !important;
  }
}

html body .main-wrapper .f8-site-header-component .nav-container {
  width: min(100% - 40px, 1360px) !important;
  height: 86px !important;
  min-height: 86px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

html body .main-wrapper .f8-site-header-component .logo-url,
html body .main-wrapper .f8-site-header-component .w-nav-brand {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 230px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

html body .main-wrapper .f8-site-header-component .logoimg,
html body .main-wrapper .f8-site-header-component .logo-url img {
  display: block !important;
  width: auto !important;
  max-width: 210px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

html body .main-wrapper .f8-site-header-component #langSelect {
  min-height: 48px !important;
  min-width: 176px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 13px !important;
  background: rgba(0, 0, 0, .34) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  color: #fff !important;
  box-shadow: none !important;
}

html body .main-wrapper.f8-checkout-page .f8-site-header-component .actions-wrapper > .custom-select.w-embed,
html body .main-wrapper.f8-cart-page .f8-site-header-component .actions-wrapper > .custom-select.w-embed,
html body .main-wrapper .f8-site-header-component .actions-wrapper > .custom-select.w-embed {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body .main-wrapper.f8-checkout-page .f8-site-header-component #langSelect,
html body .main-wrapper.f8-cart-page .f8-site-header-component #langSelect {
  min-height: 48px !important;
  min-width: 176px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 13px !important;
  background: rgba(0, 0, 0, .34) !important;
  box-shadow: none !important;
}

html body .main-wrapper .footer-component.f8-premium-footer {
  position: relative !important;
  margin: 0 !important;
  padding: clamp(36px, 4.5vw, 62px) clamp(18px, 4vw, 54px) 34px !important;
  background: radial-gradient(ellipse at 8% 0%, rgba(254, 231, 5, .115), transparent 38%), radial-gradient(ellipse at 92% 12%, rgba(254, 231, 5, .075), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .32) 46%, rgba(0, 0, 0, .62) 100%) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  color: #fff !important;
}

html body .main-wrapper .footer-component.f8-premium-footer *,
html body .main-wrapper .f8-site-header-component * {
  font-synthesis: none !important;
}

@media (max-width: 1180px) {
  html body .main-wrapper .f8-site-header-component .nav-container {
    width: min(100% - 28px, 1180px) !important;
    gap: 16px !important;
  }

  html body .main-wrapper .f8-site-header-component .logo-url,
  html body .main-wrapper .f8-site-header-component .w-nav-brand {
    max-width: 190px !important;
  }

  html body .main-wrapper .f8-site-header-component .logoimg,
  html body .main-wrapper .f8-site-header-component .logo-url img {
    max-width: 180px !important;
    max-height: 50px !important;
  }
}

@media (max-width: 991px) {
  html body .main-wrapper .f8-site-header-component.header.w-nav {
    min-height: 82px !important;
  }

  html body .main-wrapper .f8-site-header-component .nav-container {
    height: 82px !important;
    min-height: 82px !important;
    width: calc(100% - 28px) !important;
  }

  html body .main-wrapper .f8-site-header-component .logo-url,
  html body .main-wrapper .f8-site-header-component .w-nav-brand {
    max-width: 168px !important;
  }

  html body .main-wrapper .f8-site-header-component .logoimg,
  html body .main-wrapper .f8-site-header-component .logo-url img {
    max-width: 158px !important;
    max-height: 48px !important;
  }
}
