/* One default selling price. Hide purchased (1st number) + offered (3rd number). */
.product-form .signe-price-hide,
.product-form form .dply-felx.inputs > .input-wrapper:nth-child(1):has(input[type="number"]),
.product-form form .dply-felx.inputs > .input-wrapper:nth-child(3):has(input[type="number"]) {
  display: none !important;
}

.product-form form .dply-felx.inputs > .input-wrapper:nth-child(2):has(input[type="number"]),
.product-form .signe-price-keep {
  flex: 1 1 auto !important;
  max-width: 360px !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-form .signe-status-top,
.product-form .signe-status-row,
.product-form .input-wrapper.signe-status-keep {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.product-form .signe-status-top {
  margin: 0 0 16px !important;
  padding: 12px 14px;
  border: 1px solid #e6dcc8;
  background: #faf6ee;
  border-radius: 10px;
}

.product-form .signe-status-top > label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-form .signe-price-keep input[type="number"] {
  pointer-events: auto !important;
  opacity: 1 !important;
  background: #fff !important;
}

.product-form .inventory-wrap input[type="number"][disabled] {
  opacity: 1;
  pointer-events: auto;
  background: inherit;
}
