@media screen and (min-width: 440px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0);
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background-color: #f5f5f5;
  }
  :hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 102, 0, 0.8);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 102, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(255, 102, 0, 0.3);
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}
.pagewidth {
  overflow: hidden;
}
.pagecontainer tr[height="15"] {
  display: none;
}
.store-head,
.store-body {
  height: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .store-body {
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .store-body {
    margin-top: 1rem;
  }
} /*# sourceMappingURL=./global.css.map */
