/* Remove the obsolete fixed-header body offset after the mobile header moved into document flow. */
@media (max-width: 900px) {
  body {
    padding-top: 0 !important;
  }
}

/* 20260809 mobile homepage shelf density guard: retain complete category/list results. */
@media (max-width: 767px) {
  .xiazai-5v55-site-theme .xiazai-5v55-site-home .xiazai5v55-card-grid > li:nth-child(n + 7) {
    display: none !important;
  }
}
