@charset "utf-8";

#layout_body {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.peopet-main-index .banner_margin {
  margin-top: 80px;
}

.peopet-main-index .peopet-main-top-banner {
  margin: 0 auto;
  max-width: 1260px;
}

.peopet-main-index .peopet-mini-banner-section {
  max-width: 1260px;
  margin: 12px auto 0;
  overflow: hidden;
}

.peopet-main-index .peopet-mini-banner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.peopet-main-index .peopet-mini-banner-item {
  min-width: 0;
}

.peopet-main-index .peopet-mini-banner-link {
  display: block;
  overflow: hidden;
}

.peopet-main-index .peopet-mini-banner-link img {
  display: block;
  width: 100%;
  height: auto;
}

.peopet-main-index .peopet-main-recommend-tabs {
  max-width: 1260px;
  margin: 42px auto 0;
}

.peopet-main-index .peopet-main-recommend-tabs__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.peopet-main-index .peopet-main-recommend-tabs__title-wrap {
  min-width: 0;
}

.peopet-main-index .peopet-main-recommend-tabs .peopet-main-section__title > span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.peopet-main-index .peopet-main-recommend-tabs__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.peopet-main-index .peopet-main-recommend-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 38px;
  padding: 0 20px;
  border: 2px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.peopet-main-index .peopet-main-recommend-tabs__tab.is-active {
  border-color: #20a8f4;
  background: #cfeef6;
}

.peopet-main-index .peopet-main-recommend-tabs__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin-top: 84px;
  color: #777;
  font-size: 16px;
  font-weight: 600;
}

.peopet-main-index .peopet-main-recommend-tabs__more:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.peopet-main-index .peopet-main-recommend-tabs__panel {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.peopet-main-index .peopet-main-recommend-tabs__panel.is-active {
  height: auto;
  overflow: visible;
  visibility: visible;
  pointer-events: auto;
}

.peopet-main-index .peopet-main-recommend-tabs .goodsDisplayImageWrap,
.peopet-main-index .peopet-main-recommend-tabs .gli_image {
  position: relative;
  display: block;
}

.peopet-main-index .peopet-main-recommend-tabs .peopet-best-rank-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid #20a8f4;
  border-radius: 999px;
  background: #cfeef6;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.peopet-main-index .peopet-main-recommend-tabs .goods_icon_area,
.peopet-main-index .peopet-main-recommend-tabs .goods_status_icon_area,
.peopet-main-index .peopet-main-recommend-tabs .goodsDisplayImageIcon,
.peopet-main-index .peopet-main-recommend-tabs .goodsDisplayImageIconWrap,
.peopet-main-index .peopet-main-recommend-tabs .goodsDisplayImageIconText,
.peopet-main-index .peopet-main-recommend-tabs .respGoodsIcon {
  display: none !important;
}

.peopet-main-index .peopet-main-product-badge-section .goodsDisplayImageWrap,
.peopet-main-index .peopet-main-product-badge-section .gli_image {
  position: relative;
  display: block;
}

.peopet-main-index .peopet-main-product-badge-section .goods_icon_area,
.peopet-main-index .peopet-main-product-badge-section .goods_status_icon_area,
.peopet-main-index .peopet-main-product-badge-section .goodsDisplayImageIcon,
.peopet-main-index .peopet-main-product-badge-section .goodsDisplayImageIconWrap,
.peopet-main-index .peopet-main-product-badge-section .goodsDisplayImageIconText,
.peopet-main-index .peopet-main-product-badge-section .respGoodsIcon {
  display: none !important;
}

.peopet-main-index .peopet-main-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid #20a8f4;
  border-radius: 999px;
  background: #cfeef6;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  box-sizing: border-box;
}

.peopet-main-index .more_text {
  display: flex;
  align-items: center;
}

.peopet-main-index .peopet-main-section {
  margin-top: 80px;
}

.peopet-main-index .peopet-main-section:first-of-type {
  margin-top: 48px;
}

.peopet-main-index .peopet-main-section__header {
  margin-bottom: 18px;
}

.peopet-main-index .peopet-main-section__title {
  align-items: center;
  gap: 16px;
  min-height: 32px;
}

.peopet-main-index .peopet-main-section__title > span,
.peopet-main-index .peopet-main-section__title > a:first-child {
  min-width: 0;
}

.peopet-main-index .peopet-main-section__more {
  flex: 0 0 auto;
  color: inherit;
}

.peopet-main-index .peopet-main-section__more svg {
  display: block;
}

.peopet-main-index .peopet-main-section--keyword .peopet-main-section__body,
.peopet-main-index .peopet-main-section--center-banner .peopet-main-section__body {
  overflow: hidden;
}

.peopet-main-index .peopet-main-section--product .gli_image {
  position: relative;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 4;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimArea {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage.hide {
  display: none !important;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage.active {
  opacity: 1;
}

.peopet-main-index .peopet-main-section--md-pick {
  position: relative;
  max-width: 1260px;
  margin: 80px auto 0;
  padding: 42px 28px 36px;
  background: linear-gradient(90deg, #8cc6eb 0%, #a9d5ee 50%, #c3e1f0 100%);
  box-sizing: border-box;
}

.peopet-main-index .peopet-md-pick__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.peopet-main-index .peopet-md-pick__headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  min-width: 0;
}

.peopet-main-index .peopet-md-pick__title {
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.peopet-main-index .peopet-md-pick__countdown {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.peopet-main-index .peopet-md-pick__timebox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  background: #050505;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.peopet-main-index .peopet-md-pick__unit {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
}

.peopet-main-index .peopet-md-pick__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: #777;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.peopet-main-index .peopet-md-pick__more svg {
  flex: 0 0 auto;
}

.peopet-main-index .peopet-md-pick__subtitle {
  margin: 30px 0 18px;
  color: #111;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.peopet-main-index .peopet-md-pick__subtitle strong {
  font-weight: 800;
}

.peopet-main-index .peopet-md-pick__subtitle-break {
  display: none;
}

.peopet-main-index .peopet-md-pick__display {
  overflow: hidden;
}

.peopet-main-index .peopet-md-pick__display .display_slide_class .swiper-wrapper {
  align-items: stretch;
}

.peopet-main-index .peopet-md-pick__display .display_slide_class .goods_list.swiper-slide {
  display: flex;
  height: auto;
  margin-right: 8px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-sizing: border-box;
}

.peopet-main-index .peopet-md-pick__display .display_slide_class .goods_list.swiper-slide > .gl_item,
.peopet-main-index .peopet-md-pick__display .goods_list > .gl_item {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
  box-sizing: border-box;
}

.peopet-main-index .peopet-md-pick__display .gl_inner_item_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
}

.peopet-main-index .peopet-md-pick__display .gli_image,
.peopet-main-index .peopet-md-pick__display .goodsDisplayImageWrap {
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: #fff;
}

.peopet-main-index .peopet-md-pick__display .goodsDisplayImageWrap img,
.peopet-main-index .peopet-md-pick__display .gli_image img {
  display: block;
  width: 100%;
  height: auto;
}

.peopet-main-index .peopet-md-pick-discount-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 12px;
  background: #8dc6eb;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.peopet-main-index .peopet-md-pick-discount-bar__rate {
  color: inherit;
}

.peopet-main-index .peopet-md-pick-discount-bar__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #35d6d0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.peopet-main-index .peopet-md-pick__display .resp_display_goods_info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 18px 24px;
  box-sizing: border-box;
}

.peopet-main-index .peopet-md-pick__display .displaY_goods_name {
  margin-bottom: 12px;
}

.peopet-main-index .peopet-md-pick__display .displaY_goods_name .areA,
.peopet-main-index .peopet-md-pick__display .displaY_goods_name a {
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.peopet-main-index .peopet-md-pick__display .displaY_sales_price .displaY_sales_percent,
.peopet-main-index .peopet-md-pick__display .displaY_sales_price .displaY_sales_percent .areA,
.peopet-main-index .peopet-md-pick__display .displaY_sales_price .displaY_sales_percent .nuM,
.peopet-main-index .peopet-md-pick__display .displaY_sales_price .priceTest,
.peopet-main-index .peopet-md-pick__display .displaY_sales_price .percentTest,
.peopet-main-index .peopet-md-pick__display .displaY_sales_price .discount_rate .num {
  color: red;
}

.peopet-main-index .peopet-main-expiring-rank,
.peopet-main-index .peopet-main-section.peopet-main-expiring-rank {
  max-width: 1680px;
  margin: 80px auto 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.peopet-main-index .peopet-main-expiring-rank__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(40px, 10vw, 168px);
  align-items: center;
}

.peopet-main-index .peopet-main-expiring-rank__banner {
  min-width: 0;
  align-self: center;
}

.peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon,
.peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon > ul,
.peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon > ul > li,
.peopet-main-index .peopet-main-expiring-rank__banner a {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon > ul > li {
  float: none !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.peopet-main-index .peopet-main-expiring-rank__banner a,
.peopet-main-index .peopet-main-expiring-rank__banner img {
  display: block;
  width: 100%;
}

.peopet-main-index .peopet-main-expiring-rank__banner img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  object-fit: contain;
  object-position: center center;
}

.peopet-main-index .peopet-main-expiring-rank__banner .desc {
  display: none;
}

.peopet-main-index .peopet-main-expiring-rank__ranking {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.peopet-main-index .peopet-main-expiring-rank__title {
  margin: 0 0 clamp(14px, 2.1vw, 34px);
  color: #111;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 800;
  line-height: 1.35;
}

.peopet-main-index .peopet-main-expiring-rank__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(clamp(48px, 3.6vw, 56px), 1fr));
  gap: clamp(10px, 2vw, 32px) clamp(10px, 2.1vw, 34px);
  flex: 1 1 auto;
}

.peopet-main-index .peopet-main-expiring-rank__item {
  display: grid;
  grid-template-columns: clamp(24px, 2vw, 34px) minmax(0, 1fr) clamp(34px, 3vw, 50px);
  align-items: center;
  min-height: clamp(48px, 3.6vw, 56px);
  padding: 0 clamp(12px, 1.7vw, 28px);
  border-radius: 999px;
  background: #f7f7f7;
  color: #111;
  text-decoration: none;
  box-sizing: border-box;
}

.peopet-main-index .peopet-main-expiring-rank__item.is-highlight {
  background: #cae5f1;
}

.peopet-main-index .peopet-main-expiring-rank__rank {
  color: #111;
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 800;
  line-height: 1;
}

.peopet-main-index .peopet-main-expiring-rank__keyword {
  min-width: 0;
  overflow: hidden;
  color: #111;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.peopet-main-index .peopet-main-expiring-rank__trend {
  color: #111;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 800;
  line-height: 1;
  text-align: right;
}

.peopet-main-index .peopet-main-expiring-rank__trend.is-hot,
.peopet-main-index .peopet-main-expiring-rank__trend.is-new {
  color: #5aabe6;
}

.peopet-main-index .desc {
  text-align: left;
  margin-top: 8px;
  color: #000;
}

.peopet-main-index .headline {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.peopet-main-index .headline .ellipsis {
  max-width: 83%;
  padding-right: 4px;
  vertical-align: middle;
}

.peopet-main-index .ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.peopet-main-index .subcopy {
  overflow: hidden;
  height: 20px;
  padding-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
}

.peopet-main-index .color-red {
  color: #ff3131 !important;
}

.peopet-main-index .custom_title {
  display: flex;
  justify-content: space-between;
}

.peopet-main-index .peopet-main-section--reviews {
  max-width: 1260px;
  margin: 72px auto 0;
}

.peopet-main-index .peopet-main-review-more {
  gap: 4px;
  color: #777;
  font-size: 16px;
  font-weight: 600;
}

.peopet-main-index .peopet-main-review-more svg {
  flex: 0 0 auto;
}

.peopet-main-index .peopet-main-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.peopet-main-index .peopet-main-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.peopet-main-index .peopet-main-review-card__image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d9d9d9;
}

.peopet-main-index .peopet-main-review-card__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.peopet-main-index .peopet-main-review-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 124px;
  padding: 12px 14px 14px;
}

.peopet-main-index .peopet-main-review-card__stars {
  color: #f6b800;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
}

.peopet-main-index .peopet-main-review-card__content {
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.peopet-main-index .peopet-main-review-card__writer {
  margin-top: auto;
  color: #777;
  font-size: 12px;
  line-height: 1.3;
}

@media only screen and (min-width: 640px) {
  .peopet-main-index .peopet-main-recommend-tabs .display_slide_class .goods_list.swiper-slide {
    width: calc((100% - 96px) / 5) !important;
    max-width: none;
    margin-right: 24px;
  }

  .peopet-main-index .peopet-main-recommend-tabs .display_slide_class .goods_list.swiper-slide > .gl_item {
    width: 100% !important;
  }

  .peopet-main-index .peopet-md-pick__display .display_slide_class .goods_list.swiper-slide {
    width: calc((100% - 32px) / 5) !important;
    max-width: none;
  }

  .peopet-main-index .peopet-md-pick__display .display_slide_class .goods_list.swiper-slide > .gl_item {
    width: 100% !important;
  }
}

@media only screen and (max-width: 639px) {
  .peopet-main-index .subcopy {
    margin-bottom: 40px;
  }

  .peopet-main-index .banner_margin {
    margin-top: 60px;
  }

  .peopet-main-index .peopet-main-expiring-rank,
  .peopet-main-index .peopet-main-section.peopet-main-expiring-rank {
    max-width: none;
    margin: 60px 10px 0;
    padding: 0;
  }

  .peopet-main-index .peopet-main-expiring-rank__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 22px;
  }

  .peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon,
  .peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon > ul,
  .peopet-main-index .peopet-main-expiring-rank__banner .respBnrGon > ul > li,
  .peopet-main-index .peopet-main-expiring-rank__banner a {
    height: auto;
  }

  .peopet-main-index .peopet-main-expiring-rank__banner img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    object-fit: contain;
    object-position: center center;
  }

  .peopet-main-index .peopet-main-expiring-rank__ranking {
    height: auto;
  }

  .peopet-main-index .peopet-main-expiring-rank__title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .peopet-main-index .peopet-main-expiring-rank__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 10px;
  }

  .peopet-main-index .peopet-main-expiring-rank__item {
    grid-template-columns: 24px minmax(0, 1fr) 40px;
    min-height: 48px;
    padding: 0 12px;
  }

  .peopet-main-index .peopet-main-expiring-rank__rank {
    font-size: 16px;
  }

  .peopet-main-index .peopet-main-expiring-rank__keyword,
  .peopet-main-index .peopet-main-expiring-rank__trend {
    font-size: 14px;
  }

  .peopet-main-index .peopet-main-section {
    margin-top: 56px;
  }

  .peopet-main-index .peopet-main-section:first-of-type {
    margin-top: 36px;
  }

  .peopet-main-index .peopet-mini-banner-section {
    max-width: none;
    margin: 8px calc(50% - 50vw) 0;
    padding: 0 0 8px;
  }

  .peopet-main-index .peopet-mini-banner-list {
    position: relative;
    display: block;
    height: calc(82vw * 456 / 836);
    max-height: 210px;
    min-height: 156px;
    touch-action: pan-y;
  }

  .peopet-main-index .peopet-mini-banner-item {
    position: absolute;
    top: 0;
    left: 50%;
    width: 82vw;
    max-width: 360px;
    aspect-ratio: 836 / 456;
    opacity: 0;
    transform: translateX(-50%) scale(0.86);
    transition: transform 220ms ease, opacity 220ms ease;
    pointer-events: none;
  }

  .peopet-main-index .peopet-mini-banner-item.is-active,
  .peopet-main-index .peopet-mini-banner-item.is-left,
  .peopet-main-index .peopet-mini-banner-item.is-right {
    opacity: 1;
    pointer-events: auto;
  }

  .peopet-main-index .peopet-mini-banner-item.is-active {
    z-index: 3;
    transform: translateX(-50%) scale(1);
  }

  .peopet-main-index .peopet-mini-banner-item.is-left {
    z-index: 2;
    transform: translateX(calc(-50% - 58vw)) scale(0.88);
  }

  .peopet-main-index .peopet-mini-banner-item.is-right {
    z-index: 2;
    transform: translateX(calc(-50% + 58vw)) scale(0.88);
  }

  .peopet-main-index .peopet-mini-banner-link,
  .peopet-main-index .peopet-mini-banner-link img {
    height: 100%;
  }

  .peopet-main-index .peopet-mini-banner-link img {
    object-fit: cover;
  }

  .peopet-main-index .peopet-main-recommend-tabs {
    margin-top: 34px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .peopet-main-index .peopet-main-recommend-tabs__header {
    display: block;
    position: relative;
    margin-bottom: 16px;
    padding-right: 32px;
  }

  .peopet-main-index .peopet-main-recommend-tabs .peopet-main-section__title > span {
    font-size: 20px;
    letter-spacing: -1px;
  }

  .peopet-main-index .peopet-main-recommend-tabs__tabs {
    flex-wrap: nowrap;
    gap: 7px;
    margin: 14px -10px 0;
    padding: 0 10px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .peopet-main-index .peopet-main-recommend-tabs__tabs::-webkit-scrollbar {
    display: none;
  }

  .peopet-main-index .peopet-main-recommend-tabs__tab {
    min-width: 78px;
    min-height: 32px;
    padding: 0 14px;
    border-width: 2px;
    font-size: 13px;
  }

  .peopet-main-index .peopet-main-recommend-tabs__more {
    position: absolute;
    top: 2px;
    right: 0;
    width: 24px;
    height: 28px;
    margin-top: 0;
    font-size: 0;
    justify-content: center;
  }

  .peopet-main-index .peopet-main-recommend-tabs .peopet-best-rank-badge {
    top: 8px;
    left: 8px;
    min-width: 48px;
    min-height: 19px;
    padding: 0 6px;
    font-size: 10px;
    border-width: 1px;
  }

  .peopet-main-index .peopet-main-product-badge {
    top: 8px;
    left: 8px;
    min-width: 48px;
    min-height: 19px;
    padding: 0 6px;
    font-size: 10px;
    border-width: 1px;
  }

  .peopet-main-index .peopet-main-section__header {
    margin-bottom: 14px;
  }

  .peopet-main-index .peopet-main-section__title {
    gap: 10px;
  }

  .peopet-main-index .peopet-main-section__title > span,
  .peopet-main-index .peopet-main-section__title > a:first-child {
    line-height: 1.35;
  }

  .peopet-main-index .peopet-main-section__more {
    min-width: 28px;
    min-height: 28px;
    justify-content: flex-end;
  }

  .peopet-main-index .peopet-main-section--reviews {
    margin-top: 52px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .peopet-main-index .peopet-main-section--reviews .peopet-main-section__header {
    margin-bottom: 14px;
  }

  .peopet-main-index .peopet-main-review-more span {
    display: none;
  }

  .peopet-main-index .peopet-main-review-grid {
    display: flex;
    gap: 12px;
    margin: 0 -10px;
    padding: 0 10px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .peopet-main-index .peopet-main-review-grid::-webkit-scrollbar {
    display: none;
  }

  .peopet-main-index .peopet-main-review-card {
    flex: 0 0 76vw;
    max-width: 320px;
  }

  .peopet-main-index .peopet-main-review-card__body {
    min-height: 116px;
    padding: 11px 12px 13px;
  }

  .peopet-main-index .peopet-main-review-card__stars {
    font-size: 16px;
  }

  .peopet-main-index .peopet-main-review-card__content {
    font-size: 13px;
  }

  .peopet-main-index .peopet-main-section--product .respGoodsZzim {
    top: 8px;
    right: 8px;
  }

  .peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimArea {
    width: 38px;
    height: 38px;
  }

  .peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage {
    width: 38px;
    height: 38px;
  }

  .peopet-main-index .peopet-main-section--md-pick {
    max-width: none;
    margin: 52px calc(50% - 50vw) 0;
    padding: 26px 14px 28px;
  }

  .peopet-main-index .peopet-md-pick__header {
    display: block;
  }

  .peopet-main-index .peopet-md-pick__headline {
    display: block;
  }

  .peopet-main-index .peopet-md-pick__title {
    font-size: 18px;
    line-height: 1.35;
  }

  .peopet-main-index .peopet-md-pick__countdown {
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
  }

  .peopet-main-index .peopet-md-pick__timebox {
    min-width: 40px;
    height: 40px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 18px;
  }

  .peopet-main-index .peopet-md-pick__unit {
    min-height: 40px;
  }

  .peopet-main-index .peopet-md-pick__more {
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: 2;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: 0;
    font-size: 0;
    line-height: 0;
  }

  .peopet-main-index .peopet-md-pick__more span {
    display: none;
  }

  .peopet-main-index .peopet-md-pick__more svg {
    width: 24px;
    height: 24px;
  }

  .peopet-main-index .peopet-md-pick__subtitle {
    margin: 18px 0 14px;
    font-size: 13px;
  }

  .peopet-main-index .peopet-md-pick__subtitle-break {
    display: block;
  }

  .peopet-main-index .peopet-md-pick__display {
    margin: 0 -14px;
    padding: 0 14px;
  }

  .peopet-main-index .peopet-md-pick__display .display_slide_class {
    overflow: visible;
  }

  .peopet-main-index .peopet-md-pick__display .display_slide_class .goods_list.swiper-slide {
    display: flex;
    align-self: stretch;
    width: 58vw !important;
    max-width: 236px;
    margin-right: 8px !important;
  }

  .peopet-main-index .peopet-md-pick__display .display_slide_class .goods_list.swiper-slide > .gl_item,
  .peopet-main-index .peopet-md-pick__display .goods_list > .gl_item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .peopet-main-index .peopet-md-pick__display .gl_inner_item_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
  }

  .peopet-main-index .peopet-md-pick__display .gli_image,
  .peopet-main-index .peopet-md-pick__display .goodsDisplayImageWrap {
    border-radius: 20px 20px 0 0;
  }

  .peopet-main-index .peopet-md-pick-discount-bar {
    min-height: 38px;
    font-size: 15px;
  }

  .peopet-main-index .peopet-md-pick__display .resp_display_goods_info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px 14px 18px;
  }

  .peopet-main-index .peopet-md-pick__display .displaY_goods_name,
  .peopet-main-index .peopet-md-pick__display .displaY_goods_name .areA,
  .peopet-main-index .peopet-md-pick__display .displaY_goods_name a {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }

  .peopet-main-index .peopet-md-pick__display .displaY_goods_name .areA,
  .peopet-main-index .peopet-md-pick__display .displaY_goods_name a {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    word-break: keep-all;
  }

  .peopet-main-index .headline {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }

  .peopet-main-index .custom_title {
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .peopet-main-index .peopet-main-recommend-tabs {
    margin-top: 34px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .peopet-main-index .peopet-main-recommend-tabs__header {
    display: block;
    position: relative;
    margin-bottom: 16px;
    padding-right: 32px;
  }

  .peopet-main-index .peopet-main-recommend-tabs__tabs {
    flex-wrap: nowrap;
    gap: 7px;
    margin: 14px -10px 0;
    padding: 0 10px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .peopet-main-index .peopet-main-recommend-tabs__tabs::-webkit-scrollbar {
    display: none;
  }

  .peopet-main-index .peopet-main-recommend-tabs__tab {
    min-width: 78px;
    min-height: 32px;
    padding: 0 14px;
    border-width: 2px;
    font-size: 13px;
  }

  .peopet-main-index .peopet-main-recommend-tabs__more {
    position: absolute;
    top: 2px;
    right: 0;
    width: 24px;
    height: 28px;
    margin-top: 0;
    font-size: 0;
    justify-content: center;
  }

  .peopet-main-index .peopet-main-recommend-tabs .display_slide_class .goods_list.swiper-slide {
    width: 40% !important;
    max-width: none;
    margin-right: 0;
  }

  .peopet-main-index .peopet-main-recommend-tabs .display_slide_class .goods_list.swiper-slide > .gl_item {
    width: 100% !important;
  }

  .peopet-main-index .peopet-main-recommend-tabs .peopet-best-rank-badge {
    top: 8px;
    left: 8px;
    min-width: 48px;
    min-height: 19px;
    padding: 0 6px;
    font-size: 10px;
    border-width: 1px;
  }

  .peopet-main-index .peopet-main-product-badge {
    top: 8px;
    left: 8px;
    min-width: 48px;
    min-height: 19px;
    padding: 0 6px;
    font-size: 10px;
    border-width: 1px;
  }

  .peopet-main-index .peopet-main-section--reviews {
    margin-top: 52px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
