/* Label Des Sens — trạng thái mua hàng bị vô hiệu hoá khi sản phẩm hết hàng. */
.single-product .product-info .stock.out-of-stock{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lds-out-of-stock-actions{
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin: 1.35rem 0 1.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--lds-line);
}

.lds-out-of-stock-qty{
  display: grid;
  grid-template-columns: 42px 48px 42px;
  height: 48px;
  overflow: hidden;
  border-radius: 999px;
  background: #f3f2ef;
  opacity: .72;
}
.lds-out-of-stock-qty button,
.lds-out-of-stock-qty input{
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #827b8c !important;
  text-align: center;
  font-family: var(--lds-sans) !important;
  font-size: 1rem;
  line-height: 48px;
  cursor: not-allowed !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #827b8c;
}
.lds-out-of-stock-qty input{ font-weight: 600; }

.lds-out-of-stock-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  height: 48px;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #ded8e8 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--lds-sans) !important;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .45px;
  text-transform: none;
  cursor: not-allowed !important;
  opacity: 1 !important;
  pointer-events: none;
}
.lds-out-of-stock-button i{ font-size: 1rem; opacity: .9; }

@media (max-width: 549px){
  .lds-out-of-stock-actions{ gap: 9px; }
  .lds-out-of-stock-qty{ grid-template-columns: 34px 40px 34px; }
  .lds-out-of-stock-button{ flex: 1 1 auto; min-width: 0; padding: 0 16px !important; }
}

