* {
  font-family: "Noto Sans TC", sans-serif; }

.air_start {
  margin-top: 199px; }

#subheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 10; }

main {
  padding: 164px 24px 32px 24px; 
  margin-top: -100px;
}
  main h5 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 36px;
    color: #1a1a1a;
    margin-bottom: 16px; }
  main .product_description {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    color: #1a1a1a;
    margin: 0; }

.wire {
  margin: 0 24px; }

.wire2 {
  margin: 0 16px;
  height: 1px;
  background-image: linear-gradient(to right, #bebebe 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative; }

a {
  text-decoration: none; }

.store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 24px; }
  .store h5 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    color: #434343;
    margin-bottom: 12px; }
  .store span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    color: #434343; }
  .store .product-image {
    position: relative; }
    .store .product-image img {
      width: 88px;
      height: 88px;
      object-fit: cover;
      border-radius: 2px; }
    .store .product-image .plus {
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -8px;
      right: -8px;
      border: 0;
      padding: 0;
      background-color: #2c4d65;
      color: #f7f7f7;
      border-radius: 2px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .store .product-image .noimg_plus {
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -8px;
      right: -8px;
      border: 1px solid #2c4d65;
      padding: 0;
      background: #fafafa;
      color: #2c4d65;
      border-radius: 2px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 1.6px;
      line-height: 18px; }
  .store .noimg_number {
    width: 56px;
    height: 56px;
    background: none;
    color: #2c4d65;
    border-radius: 2px;
    border: 1px solid #2c4d65;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 18px; }
  .store .noimg {
    width: 56px;
    height: 56px;
    background-color: #2c4d65;
    color: #f7f7f7;
    border: 0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center; }

.air {
  margin-bottom: 120px; }

.air2 {
  margin-bottom: 50px; }

.Checkout {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 101px;
  background-color: #ffffff;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .Checkout div:nth-of-type(1) {
    margin: 0 24px 0 24px; }
    .Checkout div:nth-of-type(1) h6 {
      font-weight: 400;
      letter-spacing: 1.4px;
      line-height: 28px;
      font-size: 14px;
      color: #434343;
      margin-bottom: 4px; }
    .Checkout div:nth-of-type(1) h4 {
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 35px;
      font-size: 20px;
      color: #434343;
      margin: 0; }
  .Checkout div:nth-of-type(2) {
    margin: 0 24px 0 24px; }
    .Checkout div:nth-of-type(2) a {
      padding: 16px 31px;
      border-radius: 32px;
      text-align: center;
      background-color: #2c4d65;
      color: #fafafa;
      text-decoration: none;
      font-weight: 500;
      letter-spacing: 1.6px;
      line-height: 24px;
      font-size: 16px; }

#loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000; }

.waitloader {
  position: fixed;
  top: 50%;
  left: 50%;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #a1a1a1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite; }

  @keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  .prompt {
    position: sticky;
    top: 70px;
    overflow-y: auto;
    display: flex;
    white-space: nowrap;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000000D;
    z-index: 10; }
    .prompt .category {
      cursor: pointer;
      padding: 16px 16px 12px;
      color: #707070;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1.4px;
      line-height: 28px; }
  .prompt::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */ }
  .category[aria-selected="true"] {
    border-bottom: 4px solid #2C4D65;
    color: #1A1A1A;
    margin: 0 24px;
    border-radius: 1px; }
  :target {
    padding-top: 70px; }
  .category {
    text-decoration: none; }
  .active {
    text-decoration: underline; }

/*# sourceMappingURL=store.css.map */
