body.itoi-item-list-body {
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #17191d;
}

body.itoi-item-list-body,
body.itoi-item-list-body * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.itoi-item-list-page,
.itoi-item-list-page .shopex-inner-wrap,
.itoi-item-list-page .container {
  height: 100%;
  background: #fff;
}

.itoi-item-list-page .shopex-bar.shopex-bar-nav {
  height: 5.5rem;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: #fff;
}

.itoi-item-list-page .itoi-list-search-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  padding: 0.25rem 0.65rem 0.35rem;
  background: #fff;
}

.itoi-item-list-page .itoi-list-search-form {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  height: 2.1rem;
  margin: 0;
  border: 0.0625rem solid #e4e4e4;
  border-radius: 0.35rem;
  background: #f7f7f7;
}

.itoi-item-list-page .itoi-list-search-form > .bbc-icon-search {
  flex: 0 0 2rem;
  width: 2rem;
  color: #999;
  font-size: 0.9rem;
  text-align: center;
}

.itoi-item-list-page .itoi-list-search-form input {
  flex: 1;
  min-width: 0;
  height: 2rem;
  margin: 0;
  padding: 0 0.35rem 0 0;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 0.78rem;
  line-height: 2rem;
}

.itoi-item-list-page .itoi-list-search-form input:focus {
  outline: 0;
}

.itoi-item-list-page .itoi-list-search-form > button {
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 0.3rem 0.3rem 0;
  background: #ff7139;
  color: #fff;
  font-size: 0.72rem;
  line-height: 2rem;
}

.itoi-item-list-page .itoi-list-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  padding: 0;
  background: #fff;
}

.itoi-item-list-page .itoi-list-header h1 {
  margin: 0;
  color: #080808;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: 0;
}

.itoi-item-list-page .itoi-list-header-menu,
.itoi-item-list-page .itoi-list-header-filter {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.itoi-item-list-page .itoi-list-header-menu {
  left: 0;
}

.itoi-item-list-page .itoi-list-header-filter {
  right: 0;
}

.itoi-item-list-page .itoi-list-header-menu img,
.itoi-item-list-page .itoi-list-header-filter img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.itoi-item-list-page .goods-filters,
.itoi-item-list-page .goods-filters.top-position,
.itoi-item-list-page .inhide .goods-filters {
  position: fixed;
  top: 5.5rem !important;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.7rem;
  height: 3.25rem;
  margin: 0;
  padding: 1.1rem 1.05rem 0.65rem;
  border: 0;
  border-bottom: 0.0625rem solid #ededed;
  background: #fff;
  box-shadow: none;
  transform: none !important;
}

.itoi-item-list-page .goods-filters-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.5rem;
  padding: 0 0.62rem;
  border: 0.0625rem solid #e4e4e4;
  border-radius: 0.9rem;
  background: #fff;
  color: #222;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.itoi-item-list-page .goods-filters-item.active {
  border-color: #ff7139;
  color: #ff7139;
}

.itoi-item-list-page .goods-filters-order {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.75rem;
  margin-left: 0.2rem;
  transform: none;
}

.itoi-item-list-page .goods-filters-order::before,
.itoi-item-list-page .goods-filters-order::after {
  position: absolute;
  left: 0.08rem;
  width: 0;
  height: 0;
  border-right: 0.17rem solid transparent;
  border-left: 0.17rem solid transparent;
  content: "";
}

.itoi-item-list-page .goods-filters-order::before {
  top: 0.08rem;
  border-bottom: 0.22rem solid #8c8f94;
}

.itoi-item-list-page .goods-filters-order::after {
  bottom: 0.08rem;
  border-top: 0.22rem solid #8c8f94;
}

.itoi-item-list-page .goods-filters-item.active .goods-filters-order.order-asc::before {
  border-bottom-color: #ff7139;
}

.itoi-item-list-page .goods-filters-item.active .goods-filters-order.order-desc::after {
  border-top-color: #ff7139;
}

.itoi-item-list-page .goods-show-style {
  display: flex;
  flex: 0 0 2.25rem;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.1rem;
  margin: 0 0 0 0.45rem;
  padding: 0;
  border: 0.0625rem solid #e4e4e4;
  border-radius: 0.35rem;
  background: #fff;
  color: #333;
  font-size: 1.05rem;
}

.itoi-item-list-page #offCanvasContentScroll,
.itoi-item-list-page #offCanvasContentScroll.top-position,
.itoi-item-list-page .inhide #offCanvasContentScroll {
  top: 8.75rem !important;
  bottom: 3.65rem !important;
  padding-top: 0 !important;
  background: #fff;
  transform: none !important;
}

.itoi-item-list-page #offCanvasContentScroll > .shopex-scroll {
  background: #fff;
}

.itoi-item-list-page .goods-list.pro-list-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1.2rem;
  width: 100%;
  margin: 0;
  padding: 1rem 1.05rem 1.5rem !important;
  border: 0;
  background: #fff;
}

.itoi-item-list-page .goods-list.pro-list-normal {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0.8rem 1.2rem !important;
  border: 0;
  background: #fff;
}

.itoi-item-list-page .goods-list::before,
.itoi-item-list-page .goods-list::after {
  display: none;
}

.itoi-item-list-page .goods-list > li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}

.itoi-item-list-page .goods-list.pro-list-normal > li {
  padding: 0.65rem 0 !important;
  border-bottom: 0.0625rem solid #f0f0f0 !important;
}

.itoi-item-list-page .goods-list .thumbnail {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.itoi-item-list-page .goods-list.pro-list-normal .thumbnail {
  display: flex !important;
  align-items: stretch;
}

.itoi-item-list-page .goods-list .thumb-img {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #f1eeee;
  margin: 0 !important;
}

.itoi-item-list-page .goods-list.pro-list-normal .thumb-img {
  flex: 0 0 6.25rem;
  width: 6.25rem !important;
  height: 6.25rem !important;
  aspect-ratio: auto;
  border-radius: 0.35rem;
}

.itoi-item-list-page .goods-list .thumb-img::after {
  display: none !important;
  content: none !important;
}

.itoi-item-list-page .goods-list .thumb-img a {
  position: absolute;
  inset: 0;
  display: block;
}

.itoi-item-list-page .goods-list .thumb-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.itoi-item-list-page .goods-list .caption {
  display: block !important;
  position: static !important;
  float: none !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 0.7rem 0 0 !important;
  text-align: center;
}

.itoi-item-list-page .goods-list.pro-list-normal .caption {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 6.25rem !important;
  padding: 0.15rem 0 0.1rem 0.75rem !important;
  text-align: left;
}

.itoi-item-list-page .goods-list .goods-title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  color: #17191d;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.05rem;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-item-list-page .goods-list.pro-list-normal .goods-title {
  display: -webkit-box;
  max-height: 2.4rem;
  color: #222;
  font-size: 0.82rem;
  line-height: 1.2rem;
  text-align: left;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.itoi-item-list-page .goods-list .goods-title .tag,
.itoi-item-list-page .goods-list .tags-group,
.itoi-item-list-page .goods-list .purchased {
  display: none;
}

.itoi-item-list-page .goods-list .price {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.35rem 0 0;
  padding: 0;
  text-align: center;
}

.itoi-item-list-page .goods-list.pro-list-normal .price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  text-align: left;
}

.itoi-item-list-page .goods-list.pro-list-normal .caption .price {
  margin-right: 0 !important;
}

.itoi-item-list-page .goods-list .price .amount {
  float: none;
  display: block;
  color: #18358d;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.1rem;
  letter-spacing: 0;
  text-align: center;
}

.itoi-item-list-page .goods-list.pro-list-normal .price .amount {
  color: #f0442e;
  font-size: 0.9rem;
  text-align: left;
}

.itoi-item-list-page .goods-list.pro-list-normal .purchased {
  display: block;
  color: #aaa;
  font-size: 0.58rem;
}

.itoi-item-list-page .search-shop {
  display: none;
}

.itoi-item-list-page #offCanvasSide {
  position: fixed !important;
  top: 8.75rem !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 61;
  width: 100% !important;
  height: calc(100% - 8.75rem) !important;
  min-height: 0 !important;
  max-height: calc(100% - 8.75rem) !important;
  overflow: hidden;
  visibility: hidden;
  border-radius: 0.45rem 0.45rem 0 0;
  background: #fff;
  opacity: 0;
  transform: translate3d(0, 100%, 0) !important;
  transition: transform 0.25s ease, opacity 0.2s ease, visibility 0.25s;
}

.itoi-item-list-page.itoi-filter-open #offCanvasSide {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

.itoi-item-list-page.itoi-filter-open {
  z-index: 40;
}

.itoi-item-list-page .itoi-filter-mask {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.itoi-item-list-page.itoi-filter-open .itoi-filter-mask {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.itoi-item-list-page #offCanvasSide .filters-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}

.itoi-item-list-page #offCanvasSide .filters-header h2 {
  position: absolute;
  top: 1rem;
  margin: 0;
  color: #111;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.itoi-item-list-page .itoi-filter-close {
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #161616;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.itoi-item-list-page .itoi-filter-nav {
  position: absolute;
  top: 3.55rem;
  bottom: 3rem;
  left: 0;
  z-index: 2;
  width: 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f4f4f4;
}

.itoi-item-list-page .itoi-filter-nav button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.35rem;
  margin: 0;
  padding: 0.45rem 0.85rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #252525;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.1rem;
  text-align: left;
}

.itoi-item-list-page .itoi-filter-nav button.active {
  background: #fff;
  color: #ff7139;
}

.itoi-item-list-page .itoi-filter-nav button.active::before {
  position: absolute;
  top: 50%;
  left: 0.42rem;
  width: 0.08rem;
  height: 1.15rem;
  background: #ff7139;
  content: "";
  transform: translateY(-50%);
}

.itoi-item-list-page #offCanvasSideScroll {
  position: absolute !important;
  top: 2.85rem !important;
  right: 0;
  bottom: 3rem !important;
  left: 5rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}

.itoi-item-list-page #offCanvasSideScroll > .shopex-scroll {
  width: 100%;
  padding: 0 0 1rem;
  background: #fff;
}

.itoi-item-list-page #offCanvasSide .filters-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: 100%;
  height: auto !important;
  margin: 0;
  padding: 0.25rem 0.8rem 1rem 0.58rem;
  overflow: visible;
  border: 0;
  background: #fff;
}

.itoi-item-list-page #offCanvasSide .itoi-filter-group-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 1.2rem;
  color: #181818;
  font-size: 0.88rem;
  line-height: 1.2rem;
}

.itoi-item-list-page #offCanvasSide .itoi-filter-group-title > span {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  line-height: inherit;
}

.itoi-item-list-page #offCanvasSide .options-choose {
  display: none;
}

.itoi-item-list-page #offCanvasSide .filters-options > span {
  display: flex;
  float: none;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: auto !important;
  min-height: 2.2rem;
  margin: 0;
  padding: 0.4rem 0.3rem;
  overflow: visible;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  background: #f5f5f5;
  color: #222;
  font-size: 0.76rem;
  line-height: 1rem;
  text-align: center;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}

.itoi-item-list-page #offCanvasSide .filters-options > span.checked {
  border-color: #ff7139;
  background: rgba(255, 127, 50,0.1);
  color: #ff7139;
}

.itoi-item-list-page .itoi-filter-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  height: 3rem;
  padding: 0.55rem 1.4rem 0.35rem;
  border-top: 0.0625rem solid #ededed;
  background: #fff;
}

.itoi-item-list-page .itoi-filter-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.1rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
}

.itoi-item-list-page .itoi-filter-actions .reset-filters-options {
  background: linear-gradient(90deg, #ff9135 0%, #ffc45b 100%);
}

.itoi-item-list-page .itoi-filter-actions #offCanvasHide {
  background: linear-gradient(90deg, #ff2d2d 0%, #ff5148 100%);
  font-weight: 600;
}

.itoi-item-list-page .shopex-off-canvas-backdrop {
  display: none !important;
  pointer-events: none;
}

.itoi-item-list-navigation {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  height: 3.65rem;
  background: #fff;
}

.itoi-item-list-page.itoi-filter-open ~ .itoi-item-list-navigation,
.itoi-item-list-navigation.itoi-navigation-click-guard {
  pointer-events: none;
}

.itoi-item-list-navigation .nav-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 3.65rem;
  margin: 0;
  padding: 0.32rem 0 0.24rem;
  border-top: 0.0625rem solid #eeeeef;
  background: #fff;
}

.itoi-item-list-navigation .nav-group li {
  flex: 1 1 25%;
  min-width: 0;
  color: #25324a;
  line-height: 1;
  text-align: center;
}

.itoi-item-list-navigation .nav-group li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  min-height: 3rem;
  color: inherit;
}

.itoi-item-list-navigation .nav-group li.active,
.itoi-item-list-navigation .nav-group li.active a {
  color: #ff7139 !important;
}

.itoi-item-list-navigation .bbc-icon {
  display: block;
  height: 1.55rem;
  font-size: 1.48rem;
  line-height: 1.55rem;
}

.itoi-item-list-navigation span {
  display: block;
  overflow: hidden;
  font-size: 0.66rem;
  line-height: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 22rem) {
  .itoi-item-list-page .goods-filters {
    gap: 0.45rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .itoi-item-list-page .goods-filters-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.76rem;
  }

  .itoi-item-list-page .goods-list {
    column-gap: 0.9rem;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
