html {
  background-color: #f7f7f7;
}
html::-webkit-scrollbar {
  display: none;
}
html body {
  height: auto;
}
html body::-webkit-scrollbar {
  display: none;
}
html h1,
html h2,
html h3,
html p {
  margin: 0;
}
.shop-index {
  font-size: 15px;
  width: 100vw;
  padding-bottom: 60px;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
.page {
  height: 100vh;
  min-width: 1200px;
}
a {
  text-decoration: none;
  color: inherit;
}
html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
    Roboto, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, SimSun,
    sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html * {
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 transparent;
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
.disabled,
button:disabled,
input:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}
h3,
p {
  margin: 0;
  padding: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
