.elementor-101 .elementor-element.elementor-element-52d603f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-35f168d *//* =========================================
   HEADER — Shop mega dropdown (official style)
   Brand: IBM Plex Sans + Barlow · navy / teal
========================================= */

.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-container {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: visible !important;
}

.ap-header {
  --ap-navy: #00205b;
  --ap-navy-deep: #001845;
  --ap-teal: #03838c;
  --ap-blue: #1155cb;
  --ap-gold: #e07b00;
  --ap-muted: #5a6b82;
  --ap-white: #ffffff;

  position: sticky;
  top: 0;
  z-index: 9990;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  color: var(--ap-navy);
  background: var(--ap-white);
  border-bottom: 1px solid rgba(0, 32, 91, 0.12);
  box-shadow: 0 2px 14px rgba(5, 21, 77, 0.06);
  -webkit-font-smoothing: antialiased;
}

.ap-header *,
.ap-header *::before,
.ap-header *::after {
  box-sizing: border-box;
}

.ap-header a {
  text-decoration: none;
}

.ap-header__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: visible;
}

.ap-header__logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  color: var(--ap-navy);
}

.ap-header__logo-text {
  font-family: "Barlow", "IBM Plex Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ap-header__logo-text sup {
  font-size: 0.5em;
  top: -0.45em;
}

.ap-header__logo-sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ap-teal);
}

.ap-header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  overflow: visible;
}

.ap-header__item {
  position: relative;
  overflow: visible;
}

.ap-header__link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ap-navy) !important;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.ap-header__item.is-open > .ap-header__link,
.ap-header__link:hover {
  color: var(--ap-teal) !important;
  background: rgba(3, 131, 140, 0.08);
}

.ap-header__link svg {
  width: 11px;
  height: 11px;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ap-header__item.is-open > .ap-header__link svg {
  transform: rotate(180deg);
  opacity: 1;
}

.ap-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--ap-blue);
  color: var(--ap-white) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.ap-header__cta:hover {
  background: #0e4ab3;
}

/* —— Shop mega —— */
.ap-mega {
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.ap-mega::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -80px;
  right: -80px;
  height: 20px;
}

.ap-header__item.is-open .ap-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ap-mega__panel {
  width: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr 190px;
  padding: 18px 20px;
  border-radius: 4px;
  border: 1px solid rgba(3, 131, 140, 0.28);
  background: linear-gradient(180deg, #00285a, #001845);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.ap-mega__col {
  padding: 0 18px;
  border-right: 1px solid rgba(169, 222, 237, 0.12);
}

.ap-mega__col:first-child {
  padding-left: 0;
}

.ap-mega__col:last-child {
  border-right: none;
  padding-right: 0;
}

.ap-mega__heading {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(3, 131, 140, 0.28);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #a9deed;
}

.ap-mega__product {
  display: grid;
  grid-template-columns: 1fr 48px;
  grid-template-rows: auto auto;
  gap: 3px 12px;
  min-height: 50px;
  margin-bottom: 2px;
  padding: 9px 10px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.18s ease;
}

.ap-mega__product:hover {
  background: rgba(3, 131, 140, 0.18);
}

.ap-mega__name {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
}

.ap-mega__desc {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.ap-mega__meta {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-family: "Barlow", "IBM Plex Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #a9deed;
  text-align: right;
}

.ap-mega__featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 14px 12px;
  border-radius: 4px;
  border: 1px solid rgba(3, 131, 140, 0.28);
  background: rgba(3, 131, 140, 0.12);
  text-align: center;
}

.ap-mega__featured img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.ap-mega__featured p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.ap-mega__featured a {
  display: block;
  width: 100%;
  padding: 9px;
  border-radius: 4px;
  background: var(--ap-teal);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.ap-mega__featured a:hover {
  background: #026a72;
}

/* —— Burger / mobile —— */
.ap-header__burger {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d5dde8;
  background: #f3f6f8;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ap-header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--ap-navy);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ap-header__burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ap-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}

.ap-header__burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ap-mobile {
  display: none;
  background: #ffffff;
  border-top: 1px solid #e4eaf2;
}

.ap-mobile__link,
.ap-mobile__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-bottom: 1px solid #eef2f7;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--ap-navy) !important;
  text-align: left;
  cursor: pointer;
  text-decoration: none !important;
}

.ap-mobile__group.is-open .ap-mobile__toggle {
  color: var(--ap-teal) !important;
  background: rgba(3, 131, 140, 0.06);
}

.ap-mobile__sub {
  padding: 4px 20px 14px;
  background: #f7f9fb;
}

.ap-mobile__sub a {
  display: block;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--ap-muted) !important;
  text-decoration: none !important;
}

.ap-mobile__sub a:hover {
  color: var(--ap-teal) !important;
}

.ap-mobile__cta {
  padding: 16px 20px;
}

.ap-mobile__cta a {
  display: block;
  padding: 13px;
  border-radius: 6px;
  background: var(--ap-blue);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 960px) {
  .ap-header__nav {
    display: none;
  }

  .ap-header__burger {
    display: flex;
  }

  .ap-mobile:not([hidden]) {
    display: block;
  }

  .ap-header__inner {
    height: 64px;
  }

  .ap-mega {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .ap-header__logo-text {
    font-size: 19px;
  }
}/* End custom CSS */