/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5.use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./src/scss/pc/product/common.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 猜你喜欢 */
.kfm-content {
  width: 1300px;
  margin: 0 auto;
  padding: 0 50px 60px;
  box-sizing: border-box;
  position: relative;
}

.content-page {
  font-weight: 400;
  font-size: 12px;
  color: #0D0D0D;
  height: 42px;
  display: flex;
  align-items: center;
}

.content-page__icon {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.breadcrumb-currency {
  font-weight: bold;
  color: #FF7F00;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.guess-like {
  position: relative;
  margin-top: 40px;
}

.guess-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.goods-item {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 180px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.goods-item .goods-image {
  width: 100%;
  height: 180px;
  display: block;
}
.goods-item .goods-favorite {
  border: none;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #3E3E3E;
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 136px;
}
.goods-item .goods-favorite:hover {
  border: 1px solid #FF8429;
}
.goods-item .is-active {
  border: 1px solid #FF8429;
}
.goods-item .goods-favorite img {
  width: 20px;
  height: 20px;
}
.goods-item .goods-details {
  padding: 8px 4px;
}
.goods-item .goods-name {
  font-weight: 400;
  font-size: 12px;
  color: #3E3E3E;
  line-height: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.goods-item .goods-price {
  font-weight: bold;
  font-size: 16px;
  color: #EC2336;
}
.goods-item .goods-old-price {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.goods-item .goods-info {
  font-size: 13px;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 5px;
}
.goods-item .goods-info .goods-info-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.goods-item .goods-info .goods-info-left .star {
  color: #FFCD28;
  font-weight: 600;
}
.goods-item .goods-info .goods-add {
  background: none;
  border: none;
  cursor: pointer;
  width: 46px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-item .goods-info .goods-add img {
  width: 24px;
  height: 24px;
}
.goods-item .goods-info .goods-add:hover {
  border: 1px solid #FF8429;
}
.goods-item .goods-tag-group {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  gap: 6px;
  z-index: 2;
}
.goods-item .goods-tag-group .goods-tag {
  width: 28px;
  height: 56px;
}
.goods-item .goods-tag-group .goods-discount {
  background: #FFE6D4;
  color: #FF8429;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  height: 16px;
  display: flex;
  align-items: center;
}
.goods-item.category {
  background: linear-gradient(180deg, #FFFFFF 17%, #FFEBD5 100%);
  justify-content: center;
}
.goods-item.category .goods-category {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.goods-item.category .goods-category .category-name {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.goods-item.category .goods-category .goods-category-btn {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #D0934F;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 16px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.2s;
}
.goods-item.category .goods-category .goods-category-btn:hover {
  background: #ff9c4d;
}
.goods-item.category .goods-category .goods-category-btn .arrow-icon {
  width: 12px;
  transform: rotate(-90deg);
  margin-left: 4px;
}
.goods-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
}
.goods-item:hover .goods-favorite {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .site-main {
    padding: 156px 20px 0;
  }
}

/*# sourceMappingURL=common.css.map*/