.mana-customer-ticker,
.mana-service-rail {
  position: fixed;
  z-index: 2147483000;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 16px 40px rgba(15, 31, 47, 0.16);
}

.mana-service-rail {
  top: 50%;
  right: 0;
  display: grid;
  gap: 3px;
  transform: translateY(-50%);
  box-shadow: none;
  pointer-events: none;
}

.mana-service-rail__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 104px;
  padding: 10px 0;
  border: 0;
  border-radius: 7px 0 0 7px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  pointer-events: auto;
  text-align: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  box-shadow: 0 12px 28px rgba(15, 31, 47, 0.18);
}

.mana-service-rail__close {
  display: none;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.mana-service-rail__tab--shopping {
  background: #247456;
}

.mana-service-rail__tab--logistics {
  background: #102033;
}

.mana-service-rail__tab:hover {
  filter: brightness(1.06);
}

.mana-customer-ticker {
  inset-inline: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: min(720px, calc(100vw - 2rem));
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.mana-customer-ticker__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: manaTickerScroll 24s linear infinite;
}

.mana-customer-ticker__text {
  flex: 0 0 auto;
  padding: 0.72rem 3.25rem 0.72rem 1.15rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.mana-customer-ticker__close,
.mana-product-notice__close {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.mana-customer-ticker__close {
  top: 50%;
  right: 0.45rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.mana-product-notice {
  left: 1rem;
  bottom: 1rem;
  max-width: min(420px, calc(100vw - 2rem));
  padding: 0.78rem 2.8rem 0.78rem 1rem;
  border: 1px solid #d9e8e2;
  border-radius: 0.75rem;
  background: #f5fbf8;
  color: #102033;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.mana-product-notice,
.mana-customer-ticker {
  pointer-events: auto;
}

.mana-cookie-banner-visible .mana-customer-ticker,
.mana-cookie-banner-visible .mana-product-notice {
  display: none !important;
}

.mana-hidden-unavailable-review {
  display: none !important;
}

.mana-home-services {
  position: relative;
  z-index: 5;
  width: min(1200px, calc(100vw - 2rem));
  margin: 3rem auto 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.mana-home-services__inner {
  padding: 1.25rem;
  border: 1px solid #e3ece8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 31, 47, 0.08);
}

.mana-home-services__header {
  max-width: 760px;
  margin-bottom: 1.1rem;
}

.mana-home-services__header p {
  margin: 0 0 0.35rem;
  color: #0f6f5c;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mana-home-services__header h2 {
  margin: 0 0 0.45rem;
  color: #0f274f;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  line-height: 1.15;
}

.mana-home-services__header span {
  color: #65748a;
  font-size: 0.98rem;
  line-height: 1.45;
}

.mana-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.mana-home-services__card {
  min-height: 12rem;
  padding: 1rem;
  border: 1px solid #e5eeea;
  border-radius: 0.8rem;
  background: #f8fbfa;
}

.mana-home-services__card h3 {
  margin: 0 0 0.5rem;
  color: #102033;
  font-size: 1rem;
}

.mana-home-services__card p {
  min-height: 4.2rem;
  margin: 0 0 0.8rem;
  color: #5f6f83;
  font-size: 0.86rem;
  line-height: 1.45;
}

.mana-home-services__card a,
.mana-image-search-panel__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border-radius: 0.55rem;
  background: #247456;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
}

.mana-image-search-panel {
  position: relative;
  z-index: 10;
  width: min(760px, calc(100vw - 2rem));
  margin: 1rem auto 2rem;
  padding: 1.1rem;
  border: 1px solid #d9e8e2;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 31, 47, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}

.mana-image-search-panel h2 {
  margin: 0 2rem 0.45rem 0;
  color: #0f274f;
  font-size: 1.25rem;
}

.mana-image-search-panel p,
.mana-image-search-panel small {
  color: #65748a;
}

.mana-image-search-panel__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.9rem;
  height: 1.9rem;
  border: 0;
  border-radius: 50%;
  background: #e9f5f1;
  color: #0f6f5c;
  cursor: pointer;
  font-weight: 800;
}

.mana-image-search-panel__input {
  width: 100%;
  padding: 0.8rem;
  border: 1px dashed #b8d6cb;
  border-radius: 0.7rem;
  background: #f8fbfa;
}

.mana-image-search-panel__preview img {
  display: block;
  width: min(260px, 100%);
  margin: 0.8rem 0;
  border-radius: 0.7rem;
}

.mana-nav-services-menu {
  position: fixed;
  z-index: 2147483000;
  display: none;
  width: 310px;
  max-width: calc(100vw - 24px);
  padding: 0.45rem;
  border: 1px solid #d9e8e2;
  border-radius: 0.65rem;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 31, 47, 0.14);
  font-family: Arial, Helvetica, sans-serif;
}

.mana-nav-services-menu.is-open {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.mana-nav-services-menu a,
.mana-nav-services-menu button {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 3.05rem;
  padding: 0.55rem 0.62rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #102033;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font: inherit;
}

.mana-nav-services-menu a:hover,
.mana-nav-services-menu button:hover {
  background: #e9f5f1;
}

.mana-nav-services-menu__icon {
  display: inline-grid;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 0.45rem;
  background: #e9f5f1;
  color: #247456;
  font-size: 0.82rem;
  font-weight: 900;
}

.mana-nav-services-menu strong {
  display: block;
  color: #0f274f;
  font-size: 0.84rem;
  font-weight: 800;
}

.mana-nav-services-menu small {
  display: block;
  margin-top: 0.08rem;
  color: #65748a;
  font-size: 0.68rem;
  line-height: 1.18;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mana-nav-services-overlay {
  position: fixed;
  z-index: 2147483002;
  padding: 0;
  border: 0;
  border-radius: 0.4rem;
  background: transparent;
  cursor: pointer;
}

.mana-nav-services-overlay:focus-visible {
  outline: 2px solid #247456;
  outline-offset: 2px;
}

.mana-services-dropdown-extension {
  position: fixed;
  z-index: 2147483003;
  display: grid;
  gap: 0.18rem;
  padding: 0.28rem 0.55rem 0.62rem;
  border: 1px solid #edf2f0;
  border-top: 0;
  border-radius: 0 0 0.75rem 0.75rem;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 31, 47, 0.14);
  font-family: Arial, Helvetica, sans-serif;
}

.mana-services-dropdown-extension a,
.mana-services-dropdown-extension button {
  display: grid;
  gap: 0.1rem;
  width: 100%;
  padding: 0.62rem 0.68rem;
  border: 0;
  border-radius: 0.55rem;
  background: transparent;
  color: #102033;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.mana-services-dropdown-extension a:hover,
.mana-services-dropdown-extension button:hover {
  background: #e9f5f1;
}

.mana-services-dropdown-extension strong {
  color: #0f274f;
  font-size: 0.86rem;
  font-weight: 800;
}

.mana-services-dropdown-extension small {
  color: #65748a;
  font-size: 0.7rem;
  line-height: 1.25;
}

@media (max-width: 860px) {
  .mana-service-rail {
    top: 58%;
    right: 0;
    bottom: auto;
    display: grid;
    align-items: end;
    gap: 4px;
    transform: translateY(-50%);
    z-index: 2147482900;
    pointer-events: none;
  }

  .mana-service-rail__tab {
    width: 34px;
    height: 116px;
    min-height: 0;
    padding: 9px 0;
    border-radius: 8px 0 0 8px;
    font-size: 11px;
    line-height: 1.08;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    box-shadow: 0 10px 22px rgba(15, 31, 47, 0.16);
    white-space: normal;
    pointer-events: auto;
  }

  .mana-service-rail__tab--logistics {
    height: 108px;
  }

  .mana-service-rail__close {
    display: none;
  }

}

@media (max-width: 380px) {
  .mana-service-rail {
    top: 60%;
  }

  .mana-service-rail__tab {
    width: 32px;
    height: 108px;
    padding: 8px 0;
    font-size: 10px;
  }

  .mana-service-rail__tab--logistics {
    height: 102px;
  }
}

.mana-product-notice strong {
  color: #0f6f5c;
}

.mana-product-notice__close {
  top: 0.55rem;
  right: 0.55rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #e4f1ed;
  color: #0f6f5c;
}

@keyframes manaTickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .mana-customer-ticker__track {
    animation: none;
  }
}

@media (max-width: 640px) {
  .mana-home-services {
    width: calc(100vw - 1.5rem);
    margin: 1.25rem auto 0.75rem;
  }

  .mana-home-services__inner {
    padding: 0.9rem;
    border-radius: 0.85rem;
  }

  .mana-home-services__grid {
    grid-template-columns: 1fr;
  }

  .mana-home-services__card {
    min-height: auto;
  }

  .mana-home-services__card p {
    min-height: auto;
  }

  .mana-nav-services-menu {
    left: 0.75rem !important;
    right: 0.75rem;
    width: auto;
  }

  .mana-customer-ticker {
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 0.75rem;
    width: calc(100vw - 1.5rem);
  }

  .mana-customer-ticker__text {
    font-size: 0.78rem;
    padding: 0.56rem 2.8rem 0.56rem 0.85rem;
  }

  .mana-product-notice {
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
    max-width: none;
    min-height: 2.55rem;
    max-height: 3.4rem;
    padding: 0.58rem 2.35rem 0.58rem 0.8rem;
    border-radius: 0.85rem;
    font-size: 0.72rem;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(15, 31, 47, 0.14);
    overflow: hidden;
  }

  .mana-product-notice__close {
    top: 50%;
    right: 0.38rem;
    width: 1.7rem;
    height: 1.7rem;
    transform: translateY(-50%);
  }
}

@media (max-width: 380px) {
  .mana-product-notice {
    left: 0.55rem;
    right: 0.55rem;
    font-size: 0.68rem;
  }
}


.mana-product-notice {
  position: fixed;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: min(390px, calc(100vw - 24px));
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(28, 111, 86, 0.18);
  border-radius: 14px;
  background: #f0fbf6;
  color: #10233f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 14px 34px rgba(15, 31, 47, 0.14);
  pointer-events: none;
}

.mana-product-notice--anchored {
  bottom: auto;
}

.mana-product-notice__close {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(28, 111, 86, 0.12);
  color: #1f6f55;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  pointer-events: auto;
}

.mana-customer-ticker--below-banner {
  border-radius: 999px;
  min-height: 2.45rem;
}

.mn-main-home-ticker {
  background: #eef8f3 !important;
  color: #17694f !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mn-main-home-ticker__text:before {
  content: '' !important;
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 9px !important;
  border-radius: 50% !important;
  background: #17694f !important;
  vertical-align: 1px !important;
  box-shadow: 0 0 0 4px rgba(23, 105, 79, 0.1) !important;
}

@media (max-width: 700px) {
  .mana-customer-ticker,
  .mn-main-home-ticker {
    display: none !important;
  }

  .mana-product-notice {
    max-width: calc(100vw - 24px);
    padding: 0.65rem 0.7rem;
    font-size: 0.72rem;
  }

  .mn-main-home-ticker {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-height: 34px !important;
    height: auto !important;
    transform: none !important;
    overflow: hidden !important;
    align-items: center !important;
    padding: 0 !important;
  }

  .mn-main-home-ticker__track {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: none !important;
    animation: none !important;
  }

  .mn-main-home-ticker__text {
    width: 100% !important;
    max-width: 100% !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    white-space: normal !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }
}

@media (max-width: 700px) {
  .mana-customer-ticker,
  .mn-main-home-ticker,
  section.mn-main-home-ticker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
