/* ── Quantity counter fix — visible on cream theme ── */
.woocommerce-cart .quantity .qty,
.woocommerce-checkout .quantity .qty,
.woocommerce.single-product .quantity .qty,
.woocommerce-page .quantity .qty {
  background: #fff !important;
  color: #3a3a3a !important;
  border: 1px solid #E0D0C0 !important;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 12px;
  font-size: 1rem;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.woocommerce-checkout .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  background: #fff !important;
  color: #3a3a3a !important;
  border-color: #E0D0C0 !important;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.woocommerce-checkout .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: #D2691E !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px;
}