/* assets/css/ije-header-footer.css */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.ije-header,
.ije-main-cta {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Header */
.ije-header {
  position: relative;
  z-index: 1020;
  color: var(--ije-white);
  background:
    radial-gradient(circle at top left, rgba(0,168,232,.28), transparent 32%),
    linear-gradient(135deg, var(--ije-dark) 0%, var(--ije-dark-2) 62%, #03111f 100%);
  box-shadow: var(--ije-shadow);
}

.ije-header-trustbar {
  background: rgba(0,0,0,.22);
  border-bottom: 1px solid var(--ije-border);
  font-size: .76rem;
}

.ije-trust-scroll {
  gap: 1rem;
}

.header-ije-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: var(--ije-soft-white);
  font-weight: 700;
  white-space: nowrap;
}

.header-ije-trust-item i {
  color: var(--ije-yellow);
  font-size: .98rem;
}

.ije-header-support {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: var(--ije-white);
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.ije-header-support:hover {
  color: var(--ije-yellow);
}

.ije-header-support i {
  color: #25d366;
  font-size: 1.05rem;
}

.ije-header-main {
  background: rgba(7, 24, 39, .72);
  backdrop-filter: blur(14px);
}

.ije-header .navbar {
  min-height: 78px;
}

.ije-header .navbar-brand {
  color: var(--ije-white);
  font-weight: 700;
  letter-spacing: -.02em;
  max-width: 240px;
}

.ije-header .custom-logo {
  /*max-height: 60px;
  width: auto;*/
  display: block;
  width: auto;
  height: auto;
  max-height: 70px;
  filter: drop-shadow(0 0 1px rgba(255, 180, 0, 0.8)) drop-shadow(0 0 3px rgba(255, 180, 0, 0.8)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.navbar .custom-logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.ije-header .navbar-toggler {
  border-color: rgba(255,255,255,.28);
  box-shadow: none;
}

.ije-header .navbar-toggler:focus {
  box-shadow: 0 0 0 .15rem rgba(255,201,40,.3);
}

.ije-nav-link {
  color: rgba(255,255,255,.92) !important;
  font-weight: 700;
  font-size: .95rem;
  padding: .65rem .8rem !important;
  border-radius: 999px;
  transition: all .18s ease;
}

.ije-nav-link:hover,
.ije-nav-link:focus,
.current-menu-item > .ije-nav-link,
.current-menu-ancestor > .ije-nav-link {
  color: var(--ije-dark) !important;
  background: var(--ije-yellow);
}

.ije-dropdown-menu {
  border: 0;
  border-radius: 18px;
  padding: .65rem;
  min-width: 275px;
  box-shadow: 0 18px 45px rgba(7,24,39,.18);
}

.ije-dropdown-menu .dropdown-header {
  color: var(--ije-blue-dark) !important;
  letter-spacing: .04em;
  padding: .55rem .75rem .35rem;
}

.ije-dropdown-item {
  border-radius: 12px;
  padding: .68rem .78rem;
  font-weight: 700;
  color: var(--ije-dark);
}

.ije-dropdown-item:hover,
.ije-dropdown-item:focus {
  background: rgba(0,168,232,.1);
  color: var(--ije-blue-dark);
}

.ije-header-actions {
  gap: .65rem;
}

.ije-search-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
}

.ije-header-icon-link {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--ije-white) !important;
  transition: all .18s ease;
}

.ije-header-icon-link:hover {
  background: rgba(0,168,232,.24);
  color: var(--ije-white) !important;
  transform: translateY(-1px);
}

.ije-wishlist-link:hover i {
  color: var(--ije-yellow);
}

.ije-header-count-badge {
  background: var(--ije-yellow);
  color: var(--ije-dark);
  font-size: .68rem;
  font-weight: 900;
  border: 2px solid var(--ije-dark);
}

.ije-wishlist-badge.is-empty {
  display: none;
}

.ije-main-cta {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ije-yellow), var(--ije-orange));
  color: var(--ije-dark) !important;
  font-weight: 800;
  padding: .72rem 1.08rem;
  box-shadow: 0 12px 24px rgba(255,201,40,.24);
  white-space: nowrap;
}

.ije-main-cta:hover {
  color: var(--ije-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(255,201,40,.32);
}

.ije-secondary-cta {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  color: var(--ije-white) !important;
  font-weight: 700;
  padding: .68rem .95rem;
  white-space: nowrap;
}

.ije-secondary-cta:hover {
  background: rgba(0,168,232,.22);
  color: var(--ije-white) !important;
}

/* Scroll CTA */
.ije-scroll-cta {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1040;
  background: rgba(7, 24, 39, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 30px rgba(7,24,39,.18);
  transform: translateY(-110%);
  transition: transform .22s ease;
}

.ije-scroll-cta.is-visible {
  transform: translateY(0);
}

.admin-bar .ije-scroll-cta {
  top: 32px;
}

.ije-scroll-cta-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ije-scroll-cta-title {
  color: #fff;
  font-weight: 800;
  font-family: 'Poppins', system-ui, sans-serif;
  line-height: 1.15;
}

.ije-scroll-cta-sub {
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  font-weight: 600;
}

.ije-scroll-cta-badges {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.82);
  font-size: .84rem;
  font-weight: 700;
}

.ije-scroll-cta-badges span {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  white-space: nowrap;
}

.ije-scroll-cta-badges i {
  color: var(--ije-yellow);
}

.ije-scroll-cta-btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ije-yellow), var(--ije-orange));
  color: var(--ije-dark) !important;
  font-weight: 900;
  padding: .65rem 1rem;
  white-space: nowrap;
  font-family: 'Poppins', system-ui, sans-serif;
}

.ije-scroll-cta-btn:hover {
  color: var(--ije-dark) !important;
  transform: translateY(-1px);
}

/* Footer */
.ije-footer-clean {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 201, 40, .20), transparent 22%),
    radial-gradient(circle at 92% 82%, rgba(0, 168, 232, .10), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, var(--ije-sand-2) 48%, var(--ije-sand) 100%);
  color: var(--ije-text);
  border-top: 1px solid rgba(7, 24, 39, .08);
}

.ije-footer-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
}

.ije-footer-clean > * {
  position: relative;
  z-index: 1;
}

.ije-footer-trust {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(7, 24, 39, .08);
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ije-footer-trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
}

.ije-footer-trust-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 66px;
  padding: .8rem .9rem;
  border: 1px solid rgba(7, 24, 39, .07);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(7, 24, 39, .045);
  font-weight: 800;
  color: var(--ije-text);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ije-footer-trust-item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 232, .18);
  box-shadow: 0 14px 30px rgba(7, 24, 39, .075);
}

.ije-footer-trust-item i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ije-yellow), var(--ije-orange));
  color: var(--ije-navy);
  font-size: 1.05rem;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(255, 180, 0, .20);
}

.ije-footer-main {
  padding: 4.4rem 0 3.8rem;
}

.ije-footer-main .row {
  row-gap: 2.4rem;
}

.ije-footer-main [class*="col-"] {
  position: relative;
}

.ije-footer-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: .5rem;
}

.ije-footer-about {
  color: var(--ije-muted);
  line-height: 1.8;
  max-width: 430px;
  margin-bottom: 1.5rem;
  font-size: .98rem;
}

.ije-footer-help {
  display: flex;
  flex-direction: column;
  gap: .72rem;
  max-width: 390px;
}

.ije-footer-help a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  width: fit-content;
  color: var(--ije-text);
  text-decoration: none;
  font-weight: 800;
  transition: color .16s ease, transform .16s ease;
}

.ije-footer-help a:hover {
  color: var(--ije-blue-dark);
  transform: translateX(2px);
}

.ije-footer-help i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 180, 0, .13);
  color: var(--ije-orange);
  font-size: 1rem;
}

.ije-footer-clean h5 {
  position: relative;
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--ije-navy);
  margin-bottom: 1.15rem;
  padding-bottom: .72rem;
  letter-spacing: -.015em;
}

.ije-footer-clean h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--ije-yellow), var(--ije-orange));
  border-radius: 999px;
}

.ije-footer-clean ul {
  margin: 0;
  padding: 0;
}

.ije-footer-clean li {
  list-style: none;
  margin-bottom: .72rem;
}

.ije-footer-clean li a,
.ije-footer-clean .menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--ije-muted);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.45;
  transition: color .16s ease, transform .16s ease;
}

.ije-footer-clean li a::before,
.ije-footer-clean .menu a::before {
  content: "";
  width: 0;
  height: 1px;
  margin-right: 0;
  background: var(--ije-blue);
  transition: width .16s ease, margin-right .16s ease;
}

.ije-footer-clean li a:hover,
.ije-footer-clean .menu a:hover {
  color: var(--ije-blue-dark);
  transform: translateX(2px);
}

.ije-footer-clean li a:hover::before,
.ije-footer-clean .menu a:hover::before {
  width: 10px;
  margin-right: .42rem;
}

.ije-footer-connect-block {
  max-width: 280px;
}

.ije-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 0 0 1.25rem;
}

.ije-footer-social a {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7, 24, 39, .08);
  color: var(--ije-navy);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(7,24,39,.05);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.ije-footer-social a:hover {
  background: var(--ije-navy);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(7,24,39,.16);
}

.ije-footer-social img {
  max-width: 22px;
  max-height: 22px;
}

.ije-footer-payment {
  display: inline-flex;
  align-items: center;
  padding: .7rem .85rem;
  border: 1px solid rgba(7, 24, 39, .08);
  border-radius: 15px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 8px 20px rgba(7,24,39,.04);
}

.ije-footer-payment img {
  max-width: 205px;
  height: auto;
}

.ije-footer-bottom {
  background:
    linear-gradient(135deg, rgba(0,168,232,.08), transparent 35%),
    var(--ije-navy);
  color: rgba(255,255,255,.76);
  padding: .75rem 0;
  font-size: .9rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.ije-footer-bottom a {
  color: rgba(255,255,255,.94);
  text-decoration: none;
  font-weight: 700;
}

.ije-footer-bottom a:hover {
  color: var(--ije-yellow);
}


/* Footer modal + back to top */
.ije-policy-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}

.ije-policy-modal .modal-header {
  background: var(--ije-navy);
  color: #fff;
  border-bottom: 0;
}

.ije-policy-modal .modal-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 800;
}

.ije-policy-modal .btn-close {
  filter: invert(1);
}

#ijeBackToTop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1045;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--ije-navy);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 24, 39, .25);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

#ijeBackToTop:hover {
  background: var(--ije-blue);
}

#ijeBackToTop.is-visible {
  display: inline-flex;
}


/* =========================================================
   DESKTOP HEADER BALANCE
   Logo left / menu centered / actions right
   ========================================================= */

@media (min-width: 1200px) {

  .ije-header .navbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 1rem;
  }

  .ije-header .navbar .custom-logo-link,
  .ije-header .navbar > .navbar-brand {
    grid-column: 1;
    justify-self: start;
    margin: 0;
    min-width: 0;
  }

  .ije-header .navbar-collapse {
    display: contents !important;
  }

  .ije-header-menu {
    grid-column: 2;
    justify-self: center;
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
    white-space: nowrap;
  }

  .ije-header-actions {
    grid-column: 3;
    justify-self: end;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .65rem;
    margin: 0 !important;
    padding: 0;
  }
}

/* Responsive */
@media (max-width: 1199.98px) {
  .admin-bar .ije-scroll-cta {
    top: 46px;
  }

  .ije-scroll-cta-badges {
    display: none;
  }

  .ije-scroll-cta-inner {
    min-height: 62px;
  }

  .ije-scroll-cta-title {
    font-size: .92rem;
  }

  .ije-scroll-cta-sub {
    font-size: .76rem;
  }

  .ije-scroll-cta-btn {
    padding: .62rem .9rem;
    font-size: .86rem;
  }

  .ije-header-trustbar {
    font-size: .78rem;
  }

  .ije-trust-scroll {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    scrollbar-width: none;
    padding-bottom: .05rem;
  }

  .ije-trust-scroll::-webkit-scrollbar {
    display: none;
  }

  .ije-header .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(3, 17, 31, .98);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
  }

  .ije-nav-link {
    border-radius: 14px;
    padding: .82rem .85rem !important;
  }

  .ije-dropdown-menu {
    background: rgba(255,255,255,.98);
    margin: .35rem 0 .7rem;
  }

  .ije-header-actions {
    align-items: stretch !important;
    margin-top: .9rem;
  }

  .ije-search-wrap,
  .ije-header-icon-link,
  .ije-main-cta,
  .ije-secondary-cta {
    width: 100%;
  }

  .ije-header-icon-link {
    justify-content: center;
  }

  .ije-header-support {
    display: none;
  }

  .ije-footer-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .ije-footer-main {
    padding: 2.75rem 0 2.5rem;
  }

  .ije-footer-connect-block {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ije-scroll-cta {
    top: auto;
    bottom: 0;
    transform: translateY(110%);
    border-bottom: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .admin-bar .ije-scroll-cta {
    top: auto;
  }

  .ije-scroll-cta.is-visible {
    transform: translateY(0);
  }

  .ije-scroll-cta-inner {
    min-height: 68px;
  }

  .ije-footer-trust-inner {
    grid-template-columns: 1fr;
  }

  .ije-footer-main {
    padding: 2.35rem 0 2.2rem;
  }

  .ije-footer-bottom {
    padding-bottom: 4.5rem;
    text-align: center;
  }

  #ijeBackToTop {
    right: 16px;
    bottom: 86px;
  }
}

/* Custom Bootstrap Icons fallback: bi-ship */
.bi.bi-ship::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 2.5h7.5a.5.5 0 0 1 .5.5v3h1.6a1 1 0 0 1 .92.61l1.35 3.2a1 1 0 0 1-.06.9l-1.2 2A2.5 2.5 0 0 1 11.46 14H4.54a2.5 2.5 0 0 1-2.15-1.29l-1.2-2a1 1 0 0 1-.06-.9l1.35-3.2A1 1 0 0 1 3.4 6H5V4H3a.5.5 0 0 1 0-1h2v-.5A.5.5 0 0 1 5.5 2h4a.5.5 0 0 1 0 1H6v3h4V3.5H3zM3.4 7l-1.23 2.92.98 1.63A1.5 1.5 0 0 0 4.54 13h6.92a1.5 1.5 0 0 0 1.39-.74l.98-1.63L12.6 7H3.4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 2.5h7.5a.5.5 0 0 1 .5.5v3h1.6a1 1 0 0 1 .92.61l1.35 3.2a1 1 0 0 1-.06.9l-1.2 2A2.5 2.5 0 0 1 11.46 14H4.54a2.5 2.5 0 0 1-2.15-1.29l-1.2-2a1 1 0 0 1-.06-.9l1.35-3.2A1 1 0 0 1 3.4 6H5V4H3a.5.5 0 0 1 0-1h2v-.5A.5.5 0 0 1 5.5 2h4a.5.5 0 0 1 0 1H6v3h4V3.5H3zM3.4 7l-1.23 2.92.98 1.63A1.5 1.5 0 0 0 4.54 13h6.92a1.5 1.5 0 0 0 1.39-.74l.98-1.63L12.6 7H3.4z'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}


/* =========================================================
   IJE GLOBAL LOADING INDICATOR
   ========================================================= */

#ije-loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease;
}

#ije-loading-indicator.is-active {
  opacity: 1;
  visibility: visible;
}

.ije-loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(
    90deg,
    var(--ije-yellow),
    var(--ije-orange),
    var(--ije-blue)
  );
  box-shadow: 0 0 12px rgba(255, 180, 0, .35);
  animation: ijeLoadingBar 1.05s ease-in-out infinite;
}

@keyframes ijeLoadingBar {
  0% {
    transform: translateX(-110%);
    width: 28%;
  }

  50% {
    width: 45%;
  }

  100% {
    transform: translateX(360%);
    width: 28%;
  }
}

.admin-bar #ije-loading-indicator {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar #ije-loading-indicator {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ije-loading-bar {
    animation-duration: 2s;
  }
}



/* =========================================================
   IJE MOBILE HEADER + SCROLL CTA WIDTH FIX
   ========================================================= */

@media (max-width: 1199.98px) {

  /* ---------------------------------------------------------
     Header trust bar
     --------------------------------------------------------- */

  .ije-header-trustbar {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .ije-header-trustbar > .container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .ije-trust-scroll {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    flex-wrap: nowrap !important;
    justify-content: flex-start !important;

    gap: .85rem;
    padding-bottom: .05rem;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .ije-trust-scroll::-webkit-scrollbar {
    display: none;
  }

  .header-ije-trust-item {
    flex: 0 0 auto;
  }
  
    .ije-header .navbar-toggler {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .ije-header .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
  }


  /* ---------------------------------------------------------
     Scroll CTA
     --------------------------------------------------------- */

  .ije-scroll-cta,
  .ije-scroll-cta .container {
    width: 100%;
    max-width: 100%;
  }

  .ije-scroll-cta .container {
    min-width: 0;
    overflow: hidden;
  }

  .ije-scroll-cta-inner {
    width: 100%;
    min-width: 0;
  }

  .ije-scroll-cta-inner > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .ije-scroll-cta-title,
  .ije-scroll-cta-sub {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .ije-scroll-cta-btn {
    flex: 0 0 auto;
  }
}


@media (max-width: 575.98px) {

  /* ---------------------------------------------------------
     Compact mobile trust bar
     --------------------------------------------------------- */

  .ije-header-trustbar {
    font-size: .74rem;
  }

  .ije-header-trustbar > .container {
    padding-left: .85rem;
    padding-right: .85rem;
  }

  .ije-trust-scroll {
    gap: .8rem;
  }

  .header-ije-trust-item {
    gap: .32rem;
  }

  .header-ije-trust-item i {
    font-size: .88rem;
  }


  /* ---------------------------------------------------------
     Compact mobile scroll CTA
     --------------------------------------------------------- */

  .ije-scroll-cta .container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .ije-scroll-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .65rem;
    min-height: 64px;
  }

  .ije-scroll-cta-title {
    font-size: .84rem;
    line-height: 1.2;
  }

  .ije-scroll-cta-sub {
    margin-top: .12rem;
    font-size: .7rem;
    line-height: 1.25;
  }

  .ije-scroll-cta-btn {
    padding: .58rem .78rem;
    font-size: .8rem;
    line-height: 1.1;
  }
}


@media (max-width: 374.98px) {

  .ije-scroll-cta-sub {
    display: none;
  }

  .ije-scroll-cta-inner {
    min-height: 60px;
  }

  .ije-scroll-cta-title {
    font-size: .8rem;
  }

  .ije-scroll-cta-btn {
    padding: .55rem .7rem;
    font-size: .76rem;
  }
}