/* Product-card cart quantity controls — 2.7.0 */
.mhf-card-qty{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;border:1px solid rgba(10,51,38,.18);border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(6,42,31,.08);overflow:hidden;transition:width .18s ease,box-shadow .18s ease,border-color .18s ease}
.mhf-card-qty[data-current-qty]:not([data-current-qty="0"]){min-width:118px}
.mhf-card-qty-button{appearance:none;border:0;background:transparent;color:#0b3427;width:42px;height:44px;display:grid;place-items:center;font:700 24px/1 Poppins,sans-serif;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}
.mhf-card-qty-button:hover,.mhf-card-qty-button:focus-visible{background:#0b3427;color:#fff;outline:none}
.mhf-card-qty-button:active{transform:scale(.94)}
.mhf-card-qty-button.is-add{width:46px;height:46px}
.mhf-card-qty-value{min-width:32px;text-align:center;font:700 14px/1 Poppins,sans-serif;color:#0b3427;font-variant-numeric:tabular-nums}
.mhf-card-qty.is-loading{opacity:.62;pointer-events:none}
@media(max-width:640px){.mhf-card-qty{height:42px;min-width:42px}.mhf-card-qty-button{width:38px;height:40px;font-size:22px}.mhf-card-qty-button.is-add{width:42px;height:42px}.mhf-card-qty[data-current-qty]:not([data-current-qty="0"]){min-width:106px}}

/* WooCommerce quantity steppers + variable-product card state — 2.7.0 */
.quantity.mhf-has-stepper{display:inline-grid!important;grid-template-columns:42px minmax(54px,70px) 42px!important;align-items:center!important;width:auto!important;max-width:100%!important;border:1px solid rgba(10,51,38,.18)!important;border-radius:999px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 20px rgba(6,42,31,.06)!important}
.quantity.mhf-has-stepper input.qty{grid-column:2!important;width:100%!important;min-width:0!important;height:50px!important;min-height:50px!important;padding:0 4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important;font:700 14px/1 Poppins,sans-serif!important;color:#0b3427!important;-moz-appearance:textfield}
.quantity.mhf-has-stepper input.qty::-webkit-outer-spin-button,.quantity.mhf-has-stepper input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.mhf-quantity-step{appearance:none;border:0!important;background:transparent!important;color:#0b3427!important;width:42px!important;height:50px!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important;font:700 22px/1 Poppins,sans-serif!important;cursor:pointer!important;transition:background .15s ease,color .15s ease,opacity .15s ease!important}
.mhf-quantity-step:hover:not(:disabled),.mhf-quantity-step:focus-visible:not(:disabled){background:#0b3427!important;color:#fff!important;outline:none!important}
.mhf-quantity-step:disabled{opacity:.3!important;cursor:not-allowed!important}
.product-purchase-card .quantity.mhf-has-stepper{margin:0!important}
.product-purchase-card .woocommerce-variation-add-to-cart.variations_button{align-items:stretch!important}
.mhf-card-variable-state{display:flex;align-items:center;gap:7px;max-width:100%}
.mhf-card-options-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 9px;border-radius:999px;color:#55685f;font:700 10px/1 Poppins,sans-serif;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;background:#f4f1e9;border:1px solid rgba(10,51,38,.12)}
.mhf-card-options-link:hover,.mhf-card-options-link:focus-visible{color:#0b3427;border-color:rgba(10,51,38,.28);outline:none}
.mhf-card-cart-state{display:inline-flex;align-items:center;gap:7px;min-height:46px;padding:0 12px;border:1px solid rgba(10,51,38,.18);border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(6,42,31,.08);color:#0b3427;text-decoration:none;white-space:nowrap}
.mhf-card-cart-state-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#0b3427;color:#fff;font:700 12px/1 Poppins,sans-serif}
.mhf-card-cart-state-label{font:700 10px/1.1 Poppins,sans-serif;text-transform:uppercase;letter-spacing:.035em}
.mhf-card-cart-state:hover,.mhf-card-cart-state:focus-visible{border-color:#0b3427;outline:none}
@media(max-width:640px){.quantity.mhf-has-stepper{grid-template-columns:40px minmax(48px,1fr) 40px!important;width:100%!important}.mhf-quantity-step{width:40px!important;height:48px!important}.quantity.mhf-has-stepper input.qty{height:48px!important;min-height:48px!important}.mhf-card-variable-state{gap:5px}.mhf-card-options-link{padding:0 8px}.mhf-card-cart-state{min-height:42px;padding:0 10px}}
.mhf-quantity-step[hidden]{display:none!important}
