.pcs-meta__brand {
  margin: 0;
  color: #8a9484;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pcs-meta__subtitle {
  margin: 0;
  color: #6d7a68;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.pcs-meta__rating {
  display: flex;
  gap: 6px;
  align-items: center;
}

.pcs-meta__stars {
  color: #e2a23a;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
}

.pcs-meta__rating-num {
  color: #6d7a68;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.pcs-footer {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  margin-top: 2px;
}

.pcs-footer__tags {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.pcs-footer__tag {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  color: var(--pcs-tag-color, #6d7a68);
  font-size: var(--pcs-tag-size, 11px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  background: var(--pcs-tag-bg, #fff);
  border: 1px solid var(--pcs-tag-border, #d7ddd2);
  border-radius: var(--pcs-tag-radius, 999px);
  box-sizing: border-box;
}

/* 右侧只占图标宽度，展开时绝对定位向左滑出，不挤压 tag */
.pcs-footer__cart-slot {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.pcs-footer__cart-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.pcs-footer__cart {
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  max-width: 36px;
  padding: 0;
  overflow: hidden;
  color: #214f2f !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #214f2f;
  border-radius: 999px;
  box-shadow: none;
  box-sizing: border-box;
  transition:
    max-width 0.22s ease,
    width 0.22s ease,
    padding 0.22s ease,
    gap 0.22s ease,
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.pcs-footer__cart-label {
  display: inline-block;
  max-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition:
    max-width 0.22s ease,
    opacity 0.16s ease,
    margin 0.22s ease;
}

.pcs-footer__cart-icon,
.pcs-footer__cart svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.pcs-footer__cart-wrap:hover .pcs-footer__cart,
.pcs-footer__cart:hover,
.pcs-footer__cart:focus-visible {
  gap: 8px;
  width: auto;
  max-width: 220px;
  padding: 0 14px;
  color: #fff !important;
  background: #214f2f;
  border-color: #214f2f;
  box-shadow: 0 8px 18px rgba(33, 79, 47, 0.22);
}

.pcs-footer__cart-wrap:hover .pcs-footer__cart-label,
.pcs-footer__cart:hover .pcs-footer__cart-label,
.pcs-footer__cart:focus-visible .pcs-footer__cart-label {
  max-width: 140px;
  margin-right: 0;
  opacity: 1;
}

.pcs-footer__cart .icon-loading {
  display: none;
}

.pcs-footer__cart.loading .pcs-footer__cart-label,
.pcs-footer__cart.loading .pcs-footer__cart-icon {
  display: none;
}

.pcs-footer__cart.loading .icon-loading {
  display: block;
  width: 14px;
  height: 14px;
}
