.elementor-1024 .elementor-element.elementor-element-0cfe31b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* =========================================================
   UNIVERSAL BIOLABS GLOBAL HEADER + ANNOUNCEMENT BAR
========================================================= */

.ubl-site-header,
.ubl-site-header * {
  box-sizing: border-box;
}

.ubl-site-header {
  position: relative;
  z-index: 9999;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #ffffff;
  font-family: Inter, Arial, sans-serif;
  overflow: visible;
}

/* Force Elementor header wrapper to stop adding side padding */

.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
  max-width: none !important;
  width: 100% !important;
}

/* -----------------------------
   BLUE ANNOUNCEMENT BAR
----------------------------- */

.ubl-announcement-bar {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 51px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #304f98;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ubl-announcement-inner {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: none;
  line-height: 1;
  text-align: center;
}

.ubl-announcement-icon {
  font-size: 19px;
  line-height: 1;
  color: #ffffff;
}

.ubl-announcement-text {
  color: #ffffff;
}

/* -----------------------------
   ROUNDED NAV BAR
----------------------------- */

.ubl-global-nav {
  width: calc(100% - 60px);
  min-height: 102px;
  margin: 20px auto 28px;
  border: 4px solid #56c7f2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  box-shadow: 0 8px 30px rgba(30, 70, 110, 0.05);
}

/* LOGO */

.ubl-nav-logo-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.ubl-nav-logo-wrap a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ubl-nav-logo {
  display: block;
  width: 295px;
  max-width: 100%;
  height: auto;
}

/* CENTER NAV LINKS */

.ubl-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-right: auto;
  margin-left: 48px;
}

.ubl-nav-links a {
  color: #080808 !important;
  text-decoration: none !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.2s ease;
}

.ubl-nav-links a:hover {
  color: #294887 !important;
}

/* RIGHT ACTIONS */

.ubl-nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}

.ubl-nav-login {
  color: #080808 !important;
  text-decoration: none !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: color 0.2s ease;
}

.ubl-nav-login:hover {
  color: #294887 !important;
}

.ubl-nav-circle {
  position: relative;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(16, 31, 48, 0.85);
  border-radius: 999px;
  color: #101f30 !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  line-height: 1;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ubl-nav-search {
  font-size: 34px;
  appearance: none;
  -webkit-appearance: none;
}

.ubl-nav-cart {
  font-size: 26px;
}

.ubl-nav-circle:hover {
  background: #ffffff;
  color: #294887 !important;
  border-color: #294887;
  transform: translateY(-1px);
}

.ubl-cart-count {
  position: absolute;
  top: -9px;
  right: -4px;
  width: 28px;
  height: 28px;
  background: #a5d9ef;
  color: #24426a;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -----------------------------
   TABLET
----------------------------- */

@media (max-width: 1200px) {
  .ubl-announcement-bar {
    min-height: 46px;
  }

  .ubl-announcement-inner {
    width: min(100%, calc(100% - 32px));
    font-size: 13px;
  }

  .ubl-global-nav {
    width: calc(100% - 44px);
    min-height: 88px;
    margin: 18px auto 24px;
    padding: 0 28px;
  }

  .ubl-nav-logo {
    width: 235px;
  }

  .ubl-nav-links {
    gap: 22px;
    margin-left: 30px;
  }

  .ubl-nav-links a,
  .ubl-nav-login {
    font-size: 20px;
  }

  .ubl-nav-actions {
    gap: 16px;
  }

  .ubl-nav-circle {
    width: 52px;
    height: 52px;
  }
}

/* -----------------------------
   MOBILE
----------------------------- */

@media (max-width: 767px) {
  .ubl-announcement-bar {
    min-height: 42px;
    padding: 0;
  }

  .ubl-announcement-inner {
    width: calc(100% - 28px);
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .ubl-announcement-icon {
    font-size: 16px;
  }

  .ubl-global-nav {
    width: calc(100% - 28px);
    min-height: 72px;
    margin: 16px auto 22px;
    padding: 0 18px;
    border-width: 3px;
  }

  .ubl-nav-logo {
    width: 190px;
  }

  .ubl-nav-links,
  .ubl-nav-login {
    display: none;
  }

  .ubl-nav-actions {
    gap: 10px;
  }

  .ubl-nav-circle {
    width: 44px;
    height: 44px;
  }

  .ubl-nav-search {
    font-size: 25px;
  }

  .ubl-nav-cart {
    font-size: 20px;
  }

  .ubl-cart-count {
    width: 22px;
    height: 22px;
    font-size: 13px;
    top: -7px;
    right: -3px;
  }
}

/* -----------------------------
   SMALL MOBILE
----------------------------- */

@media (max-width: 430px) {
  .ubl-announcement-inner {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .ubl-nav-logo {
    width: 165px;
  }

  .ubl-nav-circle {
    width: 40px;
    height: 40px;
  }
}

/* -----------------------------
   OPTIONAL STICKY HEADER
   Uncomment this only if you want sticky nav later.
----------------------------- */

/*
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 99999;
}
*//* End custom CSS */