.custom-page .page-title,
.main-page .page-title {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .custom-page .page-title,
  .main-page .page-title {
    margin-bottom: 30px;
  }
}

.custom-page .placeholder {
  display: inline-block;
  height: 335px;
  width: 100%;
  background-color: rgba(var(--color-text), 0.05);
}

@media screen and (min-width: 960px) {
  .custom-page .placeholder {
    width: 100%;
    height: 525px;
  }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
/* 临时兼容 Flash_Sale 页面 s */
body .index-module_sorter_2bce686 {
  justify-content: end;
}
body .index-module_sorter_2bce686 span {
  display: none;
}
body .index-module_selectCon_ed848c3 {
  border: 0 none;
}
body .index-module_sorter_2bce686 .index-module_select_07eff22 {
  font-weight: 300;
  font-size: 16px;
  font-family: var(--body-font);
}
body .index-module_save_ca1138a {
  display: none;
}
body .index-module_quickView_5a8b851 {
  display: none;
}
body .index-module_products_4989472 {
  gap: 14px;
  --grid-horizontal-space: 0;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
@media (max-width: 750px) {
    body .index-module_products_4989472 {
        grid-template-columns: repeat(2, 1fr);
    }
}
body .index-module_product_3181417 .index-module_info_4a4c191 {
  margin-top: 0;
  gap: 3px;
}
body .index-module_product_3181417 .index-module_info_4a4c191 .index-module_title_b8d9a64 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  padding-right: 4px;
  font-family: 'inter', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .index-module_product_3181417 .index-module_info_4a4c191 .index-module_price_0b99537 {
  color: rgb(var(--color-sale));
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
}
.index-module_products_4989472 .product-card-wrapper {
  width: 100%;
  overflow: hidden;
}
.index-module_info_f074bec .index-module_title_20f9a91 {
  --body3-font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  font-family: var(--title-font);
  font-size: var(--body3-font-size);
  text-align: left;
  max-width: calc(var(--page-width, 1500px) + var(--page-padding, 0px) * 2);
  padding: 0 var(--padding);
  margin: auto;
}

.index-module_imageCon_c01a811.index-module_fix_34c4190 {
    padding-bottom: 135% !important;
}
/* 临时兼容 Flash_Sale 页面 end */

