/* 列表页面样式表 */

.app-container {
  width: 100%;
  background-color: #fff;
}

.container-wrap {
  display: flex;
  margin: auto;
  max-width: 144rem;
  width: 100%;
}

.product-list-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.product-list-top p {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #121212;
  margin: 0 1.6rem 1.6rem 1.6rem;
}

.kib-breadcrumbs {
  margin: 0 0.8rem;
}

.kib-breadcrumbs-title {
  margin: 0 2.4rem 1.8rem 2.4rem !important;
}

.kib-breadcrumbs__list {
  display: flex;
  align-items: center;
  margin: 0 1.6rem;
}

.kib-breadcrumbs__item {
  display: flex;
  align-items: center;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -.03em;
  height: 3.6rem;
  color: #666;
}

.category_title {
  margin: 0;
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.category_banner {
  padding: 1.6rem 0;
  margin: 1.6rem 0;
  width: 100%;
}

.category_banner img {
  width: 100%;
}

.kib-grid__item {
  display: flex;
  justify-content: space-between;
}

.list-page-top-banner {
  margin: auto;
}

.list-page-top_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.kib-banner__image {
  width: 100%;
}

.image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-card img {
  width: 100%;
  border-radius: 50%;
}

.image-card_text {
  text-align: center;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
  margin-top: 1.6rem;
  color: #121212;
}

.image-card_text2 {
  text-align: center;
  color: #121212;
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: .01em;
}

.image-card_text3 {
  text-align: center;
  color: #121212;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.image-card_small {
  width: calc((100% - 11.2rem)/8);
}

.image-card_middle {
  width: calc((100% - 8rem)/6);
}

.image-card_large {
  width: calc((100% - 3.2rem)/3);
}

.bottom-divider {
  margin-bottom: 2.8rem;
  padding-bottom: 4.8rem !important;
  border-bottom: 0.1rem solid #eee;
}


/* 列表侧边栏 */

.side-nav {
  margin: 2.4rem 0 1.6rem 0;
  padding-left: 2.4rem;
  width: 25.2rem;
}

/* .js-tracked-facet {
    position: sticky;
    top: 8rem;
} */

.main-content {
  flex: 1;
  /* padding: 2rem 2rem 0 2rem; */
  padding: 2rem 0;
  width: 100%;
  /* max-width: 112rem; */
}

.kib-container--full {
  padding-left: 0;
  padding-right: 0;
}

.kib-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}

.kib-typography-section2 {
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: .01em;
  /* padding-top: 2rem; */
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #333;
  border: none;
}

.kib-typography-paragraph2 {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.SupportingText_title {
  margin-top: 5.8rem;
  color: #666 !important;
}

.SupportingText_content {
  margin: 5rem 0 3.8rem;
  padding-top: 0.8rem;
  color: #666;
  /* height: 16rem; */
  overflow: hidden;
}

.rich_text-show {
  display: none;
  text-align: center;
  color: #1c49c2;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
  text-decoration: underline;
  cursor: pointer;
}

/* .SupportingText_content p img {
    width: 100%;
} */

.categoryEntry {
  display: grid;
  grid-template-columns: 17rem 5rem;
  margin-bottom: 1.2rem;
}

.categoryEntry:last-child {
  margin-bottom: 0;
}

.categoryEntry_label {
  color: #1c49c2;
  display: inline;
  padding: 0;
  border: 0;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.categoryEntry_count {
  color: #666;
  justify-self: end;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.kib-divider {
  margin: 2.4rem 0;
  width: 22rem;
  background-color: #eee;
  color: #eee;
  height: 0.1rem;
  border: 0;
}

.facetEntry_checkboxContainer {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.kib-checkbox__field {
  display: flex;
  align-items: center;
}

.kib-checkbox__field_autoship {
  height: 2rem;
}

.kib-checkbox__label {
  color: #121212;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
  margin-left: 0.8rem;
  cursor: pointer;
}

.FacetEntry_facetLabel {
  display: inline;
  padding: 0;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #121212;
}

.FacetEntry_facetLabel:hover,
.FacetEntries_seeMore:hover {
  color: #09267A;
  text-decoration: underline;
}

.FacetEntries_seeMore {
  color: #1c49c2;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.Autoship_caption {
  margin: 0 0 0 2.6rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #666;
}

.categoryEntry_checkbox {
  display: grid;
  grid-template-columns: 15rem 5rem;
}


/* 商品列表顶部旋转木马Start */

.subCatNav_kibCarousel {
  position: relative;
  width: 100%;
  margin-bottom: 2.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.subCatNav_kibCarousel_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  width: 10.3rem;
  min-width: 10.3rem;
}

.subCatNav_kibCarousel_item:hover .subCatNav_kibCarousel_item_text,
.kib-product-message:hover,
.categoryEntry_label:hover,
.list-exploremore__item:hover span,
.image-card:hover .image-card_text,
.image-card:hover .image-card_text2,
.image-card:hover .image-card_text3,
.underline {
  text-decoration: underline;
}

#swiper>.swiper-wrapper>.swiper-slide {
  width: 10.3rem;
}

.subCatNav_kibCarousel_item_img {
  height: 8rem;
  width: 8rem;
}

.subCatNav_kibCarousel_item_text {
  text-align: center;
  color: #4d4d4d;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
}


/* 商品列表顶部旋转木马End */

.kib-typography-paragraph1 {
  display: inline-block;
  color: #666;
  align-self: center;
  font-weight: 400;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}


/* 商品列表Start */

.productList_container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  column-gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.productList_container .kib-product-card {
  height: auto;
}

.product-card-image {
  height: 25.5rem;
  width: 25.5rem;
}

.kib-product-message {
  margin: 0 auto 1.2rem auto;
  color: #666;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.original-price {
  margin-left: 0.4rem;
  color: #666;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
}


/* 商品列表End */

.list-exploremore {
  display: flex;
  justify-content: space-between;
}

.list-exploremore a {
  display: block;
  max-width: 12.25rem;
}

.list-exploremore__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.25rem;
}

.list-exploremore__item img {
  width: 100%;
}

.list-exploremore__item span {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 1.6rem;
  color: #121212;
}

.mobile-category-wrapper {
  padding: 0 0.8rem;
}

.mobile-category-list_limit {
  height: 15.3rem;
  overflow: hidden;
}

.show-cat {
  display: block;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #09267a;
  text-decoration: underline;
  cursor: pointer;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.mobile-pagination_btn-group {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0.1rem;
  margin-bottom: 0.8rem;
}

.SubCatNav_divider {
  margin: 0 0.8rem 1.6rem 0.8rem;
  height: 0.4rem;
  background-color: #eee;
  color: #eee;
  border: 0;
}

.mobile-sortfilter {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.mobile-sortfilter_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(50% - 3rem);
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
  cursor: pointer;
  color: #121212;
  background-color: #eee;
  border-radius: 2.4rem;
  border: 0;
  padding: 0.8rem 1.2rem;
  white-space: nowrap;
}

.mobile-sortfilter_item:hover {
  background-color: #ccc;
}

.kib-input-select {
  margin-bottom: 1.6rem;
  padding-top: 0.8rem;
  width: 25%;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.kib-input-select__field {
  position: relative;
  display: flex;
  align-items: center;
  /* padding-right: 1.6rem; */
  font-family: inherit;
  border: 0.1rem solid #666;
  border-radius: 0.8rem;
}

.kib-input-select-control {
  padding-right: 4.8rem;
  padding-left: 1.6rem;
  position: relative;
  height: 5.6rem;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 0.8rem;
  box-shadow: none;
  color: #121212;
  font-family: inherit;
  font-size: inherit;
  line-height: 2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.kib-input-select-control option {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.kib-input-select__field i {
  margin-right: 4px;
}

.kib-input-select__field .current-sort {
  height: 56px;
  flex: 1;
  line-height: 56px;
}

.kib-input-select__field .sort-options {
  top: 57px;
}

.kib-input-select__icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.kib-input-select__label {
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
  padding: 0 0.4rem;
  color: #666;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.kib-product-card__canvas {
  max-width: unset;
}

.kib-product-card__canvas a {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}

.product-card-image, .product-card-hover-image {
  position: absolute;
  height: 100%;
  width: 100%;
}


/* Sort/Filter侧边栏 Start */

.MobileSheet_iconContainer {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #1c49c2;
}

.kib-sheet__container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  z-index: 10001;
}

.kib-sheet__panel {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background-color: #eee;
  transition: 0.3s;
}

.kib-sheet__header {
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #eee;
  background-color: #fff;
}

.kib-sheet__title {
  padding: 0;
  color: #333;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: .01em;
  margin: 0 auto 0 0;
}

.kib-sheet__closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  border: 0.2rem solid #eee;
  box-sizing: border-box;
}

.kib-sheet__closeBtn:hover {
  background-color: #eee;
}

.kib-sheet__closeBtn i {
  font-size: 1.2rem;
}

.kib-sheet__content {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  flex: 1 1;
  height: calc(100% - 17.9rem);
}

.sortContent {
  padding: 2.4rem;
  background-color: #fff;
}

.filterContent {
  padding: 1.6rem 1.6rem 0 1.6rem;
  position: relative;
  border-bottom: 0.2rem solid #eee;
  background-color: #fff;
}

.filterContent:last-child {
  border-bottom: 0;
}

.kib-radio {
  margin-bottom: 1.6rem;
}

.kib-radio-field {
  display: flex;
  align-items: center;
}

.kib-radio__native {
  margin: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.kib-radio__label {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
  margin-left: 0.8rem;
  cursor: pointer;
}

.kib-sheet__sticky-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 10.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 16px rgb(0 0 0 / 16%);
  /* margin-left: -1.6rem;
    margin-right: -1.6rem; */
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  box-sizing: border-box;
}

.sheet-container_resultsCount {
  color: #666;
  margin-bottom: 1.2rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -.03em;
}

.kib-sheet__footer-control {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 1.6rem;
  width: 100%;
}

.kib-sheet__footer-control-clear {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 4.8rem;
  border: 0.2rem solid #1c49c2;
  width: calc(50% - 0.4rem);
}

.kib-sheet__footer-control-apply {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 4.8rem;
  border: 0.2rem solid #1c49c2;
  color: #fff;
  background-color: #1c49c2;
  width: calc(50% - 0.4rem);
}

.kib-sheet__button-disabled {
  opacity: 0.5;
}

.filterContent__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.kib-according-item__title {
  margin-bottom: 1.6rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #121212;
}

.kib-according-item__btn {
  margin-bottom: 1.2rem;
  height: 1.6rem;
  width: 1.6rem;
}

.filterContent__wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* transition: 0.1s; */
}

.categoryEntry_slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  flex: 1;
}

.categoryEntry_checkbox_slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.categoryEntry_slide:first-child,
.filterContent__wrapper>.facetEntry_checkboxContainer:first {
  margin-top: 0.8rem;
}

.categoryEntry_slide:last-child {
  margin-bottom: 1.6rem;
}

.expand {
  height: 100%;
}

.fold {
  height: 0;
}

.kib-product__message {
  font-size: 1.3rem;
}

.category-layout .prod-box {
  padding-left: 0;
  width: 100%;
}

.collection-card .product-card-hover-image {
  display: none;
}

.f-showless {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Sort/Filter侧边栏 End */

@media screen and (max-width: 768px) {
  .product-list-top p {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    color: #121212;
  }

  .kib-breadcrumbs-title {
    margin-bottom: 1.6rem;
  }

  .list-page-top_wrapper {
    flex-wrap: wrap;
  }

  .kib-banner__image {
    /* width: 100%; */
    height: 29.6rem;
    object-fit: cover;
  }

  .image-card {
    margin-top: 1.6rem;
    width: calc(33% - 1.6rem);
  }

  .list-page-top_wrapper::after {
    content: '';
    width: 10.21rem;
  }

  .image-card_large {
    width: 100%;
  }

  .image-card_large:first-child {
    margin-top: 0;
  }

  .bottom-divider {
    padding-bottom: 3.2rem !important;
  }

  .mobile-no-paddingtop {
    padding-top: 0;
  }

  .side-nav,
  .kib-container--full,
  .desk-show {
    display: none;
  }

  .mobile-show,
  .mobile-pagination_btn-group {
    display: block;
  }

  .kib-typography-paragraph1 {
    font-size: 1.3rem;
    margin: 0.8rem 0 1.6rem 0;
  }

  .productList_container {
    width: 100%;
    row-gap: 0;
  }

  .productList_container .kib-product-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: unset;
    margin-top: 1.6rem;
  }

  .kib-product-card__canvas {
    flex-direction: column;
    justify-content: center;
    width: 14rem;
  }

  .collection-card .kib-product-card__canvas {
    min-width: unset;
  }

  .kib-product-message {
    padding: 0.8rem 0.8rem 0;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
  }

  .product-card-image, .product-card-hover-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1;
  }

  .list-exploremore {
    flex-wrap: wrap;
  }

  .list-exploremore a {
    margin: 1.6rem 0 0 1.6rem;
    width: calc(33% - 1.6rem);
  }

  .list-exploremore__item span {
    overflow: wrap;
  }

  .kib-product__content {
    padding: 1.2rem;
    justify-content: space-between;
    width: calc(100% - 12.5rem);
  }

  .main-content {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    box-sizing: border-box;
  }

  .SubCatNav_divider {
    margin: 0 0 1.6rem 0;
  }

  .category-layout .prod-box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .desk-show {
    display: block;
  }

  .mobile-show,
  .mobile-pagination_btn-group {
    display: none !important;
  }

  .kib-product-card__canvas a:hover .product-card-image {
    display: none;
  }

  .kib-product-card__canvas a:hover .product-card-hover-image {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .productList_container .kib-product-card {
    width: calc(25% - 0.6rem);
  }
  .category-layout .productList_container .kib-product-card {
    width: calc(20% - 0.64rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .productList_container .kib-product-card {
    width: calc(33.3333% - 1.2rem);
  }
  .category-layout .productList_container .kib-product-card {
    width: calc(25% - 0.6rem);
  }
}