
/* Qty — border ececed, rounded-6, px-12 py-10, gap-16 between items */
.cc_vt72n7bb_cart_page .kombos-pd__qty, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty, .cc_vt72n7bb_navbar .kombos-pd__qty {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  padding: 0.5625rem 0.6875rem;
}

.cc_vt72n7bb_cart_page .kombos-pd__qty-btn, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty-btn, .cc_vt72n7bb_navbar .kombos-pd__qty-btn {
  min-width: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  color: var(--kombos-gray-900);
  padding: 0;
  margin: -0.75rem;
  padding: 0.75rem;
}

/* The control itself stays compact; this invisible layer lifts the tap target
 * to 44px without moving anything on the page. */
.cc_vt72n7bb_cart_page .kombos-pd__qty-btn, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty-btn, .cc_vt72n7bb_navbar .kombos-pd__qty-btn {
  position: relative;
}

.cc_vt72n7bb_cart_page .kombos-pd__qty-btn::after, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty-btn::after, .cc_vt72n7bb_navbar .kombos-pd__qty-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transform: translate(-50%, -50%);
}

.cc_vt72n7bb_cart_page .kombos-pd__qty-btn:hover:not(:disabled), .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty-btn:hover:not(:disabled), .cc_vt72n7bb_navbar .kombos-pd__qty-btn:hover:not(:disabled) {
  color: var(--kombos-gray-700);
}

.cc_vt72n7bb_cart_page .kombos-pd__qty-btn:disabled, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty-btn:disabled, .cc_vt72n7bb_navbar .kombos-pd__qty-btn:disabled {
  color: var(--kombos-gray-300);
  cursor: not-allowed;
}

.cc_vt72n7bb_cart_page .kombos-pd__qty-value, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty-value, .cc_vt72n7bb_navbar .kombos-pd__qty-value {
  min-width: 1.5rem;
  text-align: center;
  color: var(--kombos-gray-900);
}

/* Small size variant */
.cc_vt72n7bb_cart_page .kombos-pd__qty--sm, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty--sm, .cc_vt72n7bb_navbar .kombos-pd__qty--sm {
  gap: 0.75rem;
  padding: 0.4375rem 0.6875rem;
}

/* 1.5rem glyph + 0.625rem of padding on each side = a 44px touch target.
 * The negative margin cancels the padding again for layout, so the control
 * keeps its compact look while the tappable area meets the floor. */
.cc_vt72n7bb_cart_page .kombos-pd__qty--sm .kombos-pd__qty-btn, .cc_vt72n7bb_product_detail_add_to_cart .kombos-pd__qty--sm .kombos-pd__qty-btn, .cc_vt72n7bb_navbar .kombos-pd__qty--sm .kombos-pd__qty-btn {
  margin: -0.625rem;
  padding: 0.625rem;
}
