/* Product site chrome: matches the approved /about header and navy footer. */
body[data-am-product-detail] > nav.nav,
body[data-am-product-detail] > header.site-header,
body[data-am-product-detail] > footer.footer,
body[data-am-product-detail] > footer.foot,
body[data-am-product-detail] > footer.site-footer,
body[data-am-product-detail] > .ahv1 > .ahv1-topnav,
body[data-am-product-detail] > .ahv1 > .ahv1-foot,
body[data-am-product-detail] .inception-sales-page-module__vx6UaG__nav,
body[data-am-product-detail] .inception-sales-page-module__vx6UaG__footer {
  display: none !important;
}

.am-site-header,
.am-site-header *,
.am-breadcrumb,
.am-breadcrumb *,
.am-site-footer,
.am-site-footer * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.am-site-header,
body[data-am-product-catalogue] .ahv1-topnav {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 clamp(16px, 4vw, 40px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  background: #ffffff !important;
  color: #0b1020 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(20, 31, 75, 0.1) !important;
  box-shadow: none !important;
  font-family: "Prompt", "Sukhumvit Set", sans-serif !important;
}

.am-site-header .am-site-brand,
body[data-am-product-catalogue] .ahv1-topnav .brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  padding: 10px 0 !important;
  color: #00145b !important;
  background: transparent !important;
  text-decoration: none !important;
}

.am-site-header .am-site-brand img,
body[data-am-product-catalogue] .ahv1-topnav .brand img {
  display: block !important;
  width: auto !important;
  height: 24px !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.am-site-header .am-site-menu,
body[data-am-product-catalogue] .ahv1-topnav nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.am-site-header .am-site-menu a,
body[data-am-product-catalogue] .ahv1-topnav nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #56607a !important;
  box-shadow: none !important;
  font-family: "Prompt", "Sukhumvit Set", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.am-site-header .am-site-menu a:hover,
.am-site-header .am-site-menu a:focus-visible,
body[data-am-product-catalogue] .ahv1-topnav nav a:hover,
body[data-am-product-catalogue] .ahv1-topnav nav a:focus-visible {
  background: #f2f2f2 !important;
  color: #00145b !important;
  outline: 2px solid transparent !important;
}

.am-site-header .am-site-menu a[aria-current="page"],
body[data-am-product-catalogue] .ahv1-topnav nav a.on {
  background: #eaeefb !important;
  color: #00145b !important;
  font-weight: 600 !important;
}

.am-breadcrumb {
  position: relative !important;
  z-index: 20 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: #56607a !important;
  border: 0 !important;
  border-bottom: 1px solid #e6e7e8 !important;
  box-shadow: none !important;
  font-family: "Prompt", "Sukhumvit Set", sans-serif !important;
}

.am-breadcrumb-inner {
  width: min(100%, 1320px) !important;
  min-height: 42px !important;
  margin: 0 auto !important;
  padding: 8px clamp(16px, 4vw, 40px) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.am-breadcrumb a,
.am-breadcrumb span {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #56607a !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.am-breadcrumb a:hover,
.am-breadcrumb a:focus-visible {
  color: #00145b !important;
  text-decoration: underline !important;
}

.am-breadcrumb .am-breadcrumb-separator {
  flex: 0 0 auto !important;
  color: #aab1c0 !important;
}

.am-breadcrumb [aria-current="page"] {
  min-width: 0 !important;
  overflow: hidden !important;
  color: #00145b !important;
  font-weight: 500 !important;
  text-overflow: ellipsis !important;
}

.am-site-footer,
body[data-am-product-catalogue] .ahv1-foot {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px clamp(16px, 7vw, 96px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px 18px !important;
  flex-wrap: wrap !important;
  background: #141f4b !important;
  color: #aeb6d4 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Prompt", "Sukhumvit Set", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.am-site-footer a,
body[data-am-product-catalogue] .ahv1-foot a {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  font: inherit !important;
  text-decoration: none !important;
}

.am-site-footer a:hover,
.am-site-footer a:focus-visible,
body[data-am-product-catalogue] .ahv1-foot a:hover,
body[data-am-product-catalogue] .ahv1-foot a:focus-visible {
  text-decoration: underline !important;
}

@media (max-width: 760px) {
  .am-site-header,
  body[data-am-product-catalogue] .ahv1-topnav {
    padding: 0 14px !important;
    gap: 0 !important;
  }

  .am-site-header .am-site-brand,
  body[data-am-product-catalogue] .ahv1-topnav .brand {
    min-height: 52px !important;
  }

  .am-site-header .am-site-brand img,
  body[data-am-product-catalogue] .ahv1-topnav .brand img {
    height: 20px !important;
  }

  .am-site-header .am-site-menu,
  body[data-am-product-catalogue] .ahv1-topnav nav {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4px !important;
    overflow: visible !important;
  }

  .am-site-header .am-site-menu a,
  body[data-am-product-catalogue] .ahv1-topnav nav a {
    min-height: 36px !important;
    justify-content: center !important;
    padding: 6px 4px !important;
    font-size: 12.5px !important;
  }

  .am-breadcrumb-inner {
    min-height: 40px !important;
    padding: 7px 14px !important;
  }

  .am-site-footer,
  body[data-am-product-catalogue] .ahv1-foot {
    flex-direction: column !important;
    gap: 5px !important;
    padding: 20px 14px !important;
    font-size: 12px !important;
  }
}
