#product .product-information .stocktrafficlight-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  background: #FAFAFA;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  gap: 2px;
  padding: 0 4px 0 2px;
  font-size: 12px;
  color: #52525B;
  line-height: 18px;
}
#product .product-information .stocktrafficlight-label > div {
  margin: 0 4px;
  border: 1px solid #18181B1F;
}
.circle-stocktrafficlight {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #000000;
  border-radius: 0.5rem;
}
.square-stocktrafficlight {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #000000;
}
.label-stocktrafficlight {
  display: inline-block;
  width: 8px;
  height: 8px;
}

.product-prices div.label-stocktrafficlight {
  margin-bottom: 0;
}

.pro_outer_box .stocktrafficlight-label .stocktrafficlight-label-txt,
#product .product-information .stocktrafficlight-label .stocktrafficlight-label-units {
  display: none;
}