body.ecosapa-cruise-scope .scrollup,
body.ecosapa-cruise-scope .scroll-top,
body.ecosapa-cruise-scope .back-to-top,
body.ecosapa-cruise-scope #back-to-top,
body.ecosapa-cruise-scope .cd-top,
body.ecosapa-cruise-scope .wte-back-to-top,
body.ecosapa-cruise-scope .travel-monster-scroll-top,
body.ecosapa-cruise-scope .site-scroll-top,
body.ecosapa-cruise-scope .sticky-scroll-top {
  display:none !important;
}

.ecosapa-top-ship {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 90px;
  height: 90px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, #ed1c24 0%, #c9141b 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 18px 40px rgba(0,0,0,.22), 0 6px 14px rgba(237,28,36,.25);
  cursor: pointer;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.95);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease, box-shadow .25s ease;
}

.ecosapa-top-ship.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.ecosapa-top-ship:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 46px rgba(0,0,0,.26), 0 10px 18px rgba(237,28,36,.3);
}

.ecosapa-top-ship:focus-visible {
  outline: 3px solid rgba(255,255,255,.8);
  outline-offset: 3px;
}

.ecosapa-top-ship__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ecosapa-top-ship__icon svg {
  width: 46px;
  height: 46px;
  display: block;
}

.ecosapa-top-ship__text {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .ecosapa-top-ship {
    width: 78px;
    height: 78px;
    right: 16px;
    bottom: 16px;
    border-radius: 18px;
  }
  .ecosapa-top-ship__icon,
  .ecosapa-top-ship__icon svg {
    width: 40px;
    height: 40px;
  }
  .ecosapa-top-ship__text {
    font-size: 11px;
  }
}
