.ehituseabc-sync-hidden {
  display: none !important;
}

.ehituseabc-sync-transparent {
  opacity: 0 !important;
  pointer-events: none !important;
}

.ehituseabc-sync-skeleton {
  display: inline-block;
  vertical-align: middle;
  border-radius: 7px;
  background: linear-gradient(100deg, #d5dbe3 20%, #f8fafc 38%, #d5dbe3 58%);
  background-size: 260% 100%;
  animation: ehituseabc-sync-shimmer 0.9s linear infinite;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.ehituseabc-sync-skeleton--price {
  width: 190px;
  max-width: 70%;
  height: 38px;
  margin: 4px 0 8px;
}

.ehituseabc-sync-skeleton--old-price {
  width: 125px;
  height: 20px;
  margin: 3px 0 7px;
}

.ehituseabc-sync-skeleton--tax-price {
  width: 145px;
  height: 18px;
  margin: 3px 0 7px;
}

.ehituseabc-sync-skeleton--stock {
  width: 118px;
  height: 24px;
  margin: 5px 0;
  border-radius: 12px;
}

.ehituseabc-sync-skeleton--button {
  width: 100%;
  height: 44px;
  min-height: 38px;
  border-radius: 8px;
  display: block;
  margin: 8px 0;
  background: linear-gradient(100deg, #cbd5e1 20%, #ffffff 38%, #cbd5e1 58%) !important;
  background-size: 260% 100% !important;
  animation: ehituseabc-sync-shimmer 0.9s linear infinite !important;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.24) !important;
}

@keyframes ehituseabc-sync-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.ehituseabc-stock-table-wrap {
  max-width: 520px;
}

.ehituseabc-stock-table td {
  vertical-align: middle;
}

.ehituseabc-stock-total td {
  background: #f8fafc;
}
