/* .app-width {
    background-color: var(--color-light);
} */
.product-list.our-product {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.our-product .product-item {
  width: 50% !important;
  padding: 10px;
}

.price .discount {
  font-size: var(--typo-sm);
  text-decoration: line-through;
  color: var(--color-gray-100);
}

.pac-container {
  z-index: 9999999 !important;
}

.text-disable {
  color: #ccc !important;
}

.form-search .control-label>span {
  font-size: 1.75em;
}

.display-none {
  display: none;
}

/* Custom datepicker colors for stock availability */
.ui-state-highlight-green,
.ui-widget-content .ui-state-highlight-green {
  background-color: #4caf50 !important;
  /* สีเขียว = stock เพียงพอ / preorder */
  border-color: #388e3c !important;
  color: #fff !important;
  font-weight: bold;
}

.ui-state-highlight-orange,
.ui-widget-content .ui-state-highlight-orange {
  background-color: #ff9800 !important;
  /* สีส้ม = stock ไม่เพียงพอ */
  border-color: #f57c00 !important;
  color: #fff !important;
  font-weight: bold;
}