
/* ===== BundleQuantityBox — Wraith ===== */
.cc_uNDcCLHPMB_product_detail_bundle_product .kombos-bundle-qty, .cc_uNDcCLHPMB_product_detail_bundle_furniture .kombos-bundle-qty {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 0;
  background: var(--paper);
}

.cc_uNDcCLHPMB_product_detail_bundle_product .kombos-bundle-qty__btn, .cc_uNDcCLHPMB_product_detail_bundle_furniture .kombos-bundle-qty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--steel);
  font-size: 0.875rem;
  border-radius: 0;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.cc_uNDcCLHPMB_product_detail_bundle_product .kombos-bundle-qty__btn:hover:not(:disabled), .cc_uNDcCLHPMB_product_detail_bundle_furniture .kombos-bundle-qty__btn:hover:not(:disabled) {
  background-color: var(--slab);
}

.cc_uNDcCLHPMB_product_detail_bundle_product .kombos-bundle-qty__btn:disabled, .cc_uNDcCLHPMB_product_detail_bundle_furniture .kombos-bundle-qty__btn:disabled {
  color: var(--stroke);
  cursor: not-allowed;
}

.cc_uNDcCLHPMB_product_detail_bundle_product .kombos-bundle-qty__value, .cc_uNDcCLHPMB_product_detail_bundle_furniture .kombos-bundle-qty__value {
  min-width: 2.25rem;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  color: var(--steel);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.cc_uNDcCLHPMB_product_detail_bundle_product .kombos-bundle-qty__static, .cc_uNDcCLHPMB_product_detail_bundle_furniture .kombos-bundle-qty__static {
  color: var(--steel);
  padding: 0rem;
  font-variant-numeric: tabular-nums;
}
