
.summary-content {
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-price-content {
  margin-top: 14px;
  margin-bottom: 14px;
}

.goods-spec-wrap .product-info-item {
  margin-bottom: 10px;
}
.goods-spec-wrap .spec-info {
  line-height: 34px;
}


.goods-spec-wrap .spec-info.down {
  display: flex;
  height: 34px;
  flex-wrap: wrap;
  align-items: center;
}

.goods-spec-wrap .spec-info .down-item {
  display: flex;
  flex-wrap: wrap;
}

.goods-spec-wrap .spec-info .down-item a img {
  width: 24px;
}

.goods-spec-wrap .spec-info strong {
  color: var(--title-text-color);
  margin-right: 8px;
}

.product-form__variants {
  margin-bottom: 10px;
}

.product-variable-label {
  font-weight: 600;
  color: var(--title-text-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-variable-label .variant_current {
  color: var(--text-color);
}

.product-form__variants .spec-block-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-form__variants .variant-spec-item {
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-text-color);
  cursor: pointer;
  transition: all .2s;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-form__variants .variant-spec-item:hover {
  border-color: var(--title-text-color);
}

.product-form__variants .variant-spec-item.img {
  height: 40px;
  line-height: 38px;
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.product-form__variants .variant-spec-item.img span {
  margin-left: 4px;
  font-size: 14px;
}

.product-form__variants .variant-spec-item.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

fieldset input[type=radio] {
  display: none;
}

fieldset input[type=radio]+label {
  /* text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-text-color);
  cursor: pointer;
  transition: all .2s;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 2px; */
}

fieldset input[type=radio]:checked+label {
  border-color: var(--title-text-color);
}