/* =========================================================
   ITT MOBILE MENU — Plugin separado
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   ITT MENÚ MÓVIL CLEAN — Elementor Widget
========================================================= */

.itt-mobile-clean-header {
  display: none;
}

@media (max-width: 767px) {
  .itt-mobile-clean-header {
    display: block;
  }
}

.itt-mobile-clean-header {
  --itt-blue: #0A3D91;
  --itt-blue-dark: #072E73;
  --itt-green: #10863F;
  --itt-border: #E4EBF5;
  --itt-soft: #F7FAFE;
  --itt-text: #101828;
  --itt-muted: #667085;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  z-index: 999999;
}

.itt-mobile-clean-header,
.itt-mobile-clean-header * {
  box-sizing: border-box;
}

.itt-mobile-clean-header a {
  text-decoration: none !important;
}

.itt-mc-topbar {
  height: 66px;
  background: #ffffff;
  border-bottom: 1px solid rgba(10, 61, 145, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

.itt-mc-logo,
.itt-mc-panel-logo {
  display: inline-flex;
  align-items: center;
}

.itt-mc-logo img {
  width: 164px;
  height: auto;
  display: block;
}

.itt-mc-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.itt-mc-cart {
  width: 34px;
  height: 34px;
  color: var(--itt-blue) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.itt-mc-cart svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.itt-mc-cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #EF4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.itt-mc-open {
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.itt-mc-open span {
  width: 23px;
  height: 2.6px;
  border-radius: 999px;
  background: #111111;
  display: block;
}

.itt-mc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 23, .46);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .24s ease;
  z-index: 999998;
}

.itt-mc-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(86vw, 335px);
  height: 100vh;
  background: #ffffff;
  border-radius: 0 18px 18px 0;
  box-shadow: 18px 0 45px rgba(2, 8, 23, .20);
  transform: translateX(-105%);
  transition: .28s ease;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.itt-mobile-clean-header.is-open .itt-mc-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.itt-mobile-clean-header.is-open .itt-mc-panel {
  transform: translateX(0);
}

.itt-mc-panel-head {
  flex: 0 0 auto;
  padding: 15px 15px 11px;
  border-bottom: 1px solid #EEF2F7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itt-mc-panel-logo img {
  width: 154px;
  height: auto;
  display: block;
}

.itt-mc-close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: var(--itt-blue);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itt-mc-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 13px 14px 16px;
}

.itt-mc-search-area {
  position: relative;
  margin-bottom: 11px;
}

.itt-mc-search {
  width: 100%;
  height: 43px;
  border: 1px solid var(--itt-border);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(10, 61, 145, .06);
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 7px;
}

.itt-mc-search-icon {
  width: 31px;
  min-width: 31px;
  height: 31px;
  border-radius: 999px;
  background: var(--itt-blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itt-mc-search-icon svg {
  width: 14px !important;
  height: 14px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.itt-mc-search input {
  flex: 1;
  min-width: 0;
  height: 32px;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--itt-text);
  font-size: 12.5px;
  font-weight: 600;
  font-family: inherit;
  padding: 0 !important;
}

.itt-mc-search input::placeholder {
  color: var(--itt-muted);
}

.itt-mc-search button {
  height: 33px;
  min-width: 72px;
  border: none;
  border-radius: 999px;
  background: var(--itt-blue);
  color: #ffffff;
  font-size: 11.8px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: none;
}

.itt-mc-results {
  display: none;
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid var(--itt-border);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(10, 61, 145, .12);
  overflow: hidden;
}

.itt-mc-results.is-active {
  display: block;
}

.itt-mc-result {
  width: 100%;
  border: none;
  border-bottom: 1px solid #EEF2F7;
  background: #ffffff;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 9px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.itt-mc-result:last-child {
  border-bottom: none;
}

.itt-mc-result-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: var(--itt-soft);
  color: var(--itt-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.itt-mc-result strong {
  display: block;
  color: var(--itt-blue);
  font-size: 12.8px;
  font-weight: 900;
  line-height: 1.1;
}

.itt-mc-result small {
  display: block;
  margin-top: 2px;
  color: var(--itt-muted);
  font-size: 10.6px;
  font-weight: 600;
}

.itt-mc-main-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-bottom: 12px;
}

.itt-mc-whatsapp,
.itt-mc-language {
  height: 39px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itt-mc-whatsapp {
  background: #EEF9F1;
  border: 1px solid rgba(16, 134, 63, .14);
  color: var(--itt-green) !important;
  font-size: 12.8px;
  font-weight: 900;
}

.itt-mc-language {
  border: 1px solid var(--itt-border);
  background: var(--itt-soft);
  padding: 0 10px;
  overflow: hidden;
}

.itt-mc-language select,
.itt-mc-language .gt_selector {
  width: 100% !important;
  height: 35px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  color: var(--itt-blue) !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.itt-mc-language .gt_switcher,
.itt-mc-language .gt_selected,
.itt-mc-language .gt_selected a {
  width: 100% !important;
  height: 35px !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--itt-blue) !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
}

.itt-mc-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #EEF2F7;
  margin-bottom: 14px;
}

.itt-mc-menu a {
  min-height: 47px;
  border-bottom: 1px solid #EEF2F7;
  color: var(--itt-text) !important;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  align-items: center;
  padding: 6px 0;
}

.itt-mc-menu a::after {
  content: "›";
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--itt-blue);
  font-size: 21px;
  font-weight: 800;
}

.itt-mc-menu span {
  font-size: 14.3px;
  font-weight: 900;
  line-height: 1.15;
}

.itt-mc-menu small {
  margin-top: 2px;
  color: var(--itt-muted);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.15;
}

.itt-mc-login {
  width: 100%;
  height: 43px;
  border-radius: 999px;
  background: var(--itt-blue);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 390px) {
  .itt-mc-topbar {
    height: 62px;
    padding: 0 12px;
  }

  .itt-mc-logo img {
    width: 148px;
  }

  .itt-mc-panel {
    width: 88vw;
    max-width: 322px;
  }

  .itt-mc-panel-logo img {
    width: 142px;
  }

  .itt-mc-close {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .itt-mc-scroll {
    padding: 12px 13px 15px;
  }

  .itt-mc-search {
    height: 41px;
  }

  .itt-mc-search-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .itt-mc-search input {
    font-size: 12px;
  }

  .itt-mc-search button {
    min-width: 68px;
    height: 31px;
    font-size: 11.4px;
  }

  .itt-mc-menu a {
    min-height: 45px;
  }

  .itt-mc-menu span {
    font-size: 13.7px;
  }

  .itt-mc-menu small {
    font-size: 10px;
  }
}
