.l__detail-imgs {
  padding: 0 60px;
  min-height: 0;
  min-width: 0;

  * {
    min-height: 0;
    min-width: 0;
  }
}

.l__detail-option {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #222;
}

.l__detail-option-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;

  select {
    flex: 1;
    text-align: center;
  }
}

.l__detail-option-item   select{
  
    flex: 1;
    text-align: center;
  
}

.p-product-form-stock__input {
  flex: 1;
}

.p-product-form-stock__input input{
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 0;
  width: 100%;
} 