.hd-card-action .hd-grid-purchase { width:100%; display:flex; flex-direction:column; gap:10px; }
.hd-card-action .hd-grid-quantity:not([hidden]) { display:flex; align-items:center; justify-content:center; align-self:center; width:140px; max-width:100%; border:1px solid #dce5de; border-radius:7px; overflow:hidden; background:#fff; }
.hd-card-action .hd-grid-quantity[hidden] { display:none; }
.hd-card-action .hd-grid-quantity button { display:flex; align-items:center; justify-content:center; flex:0 0 44px; width:44px; min-height:44px; padding:0; border:0; border-radius:0; background:#f3f5f2; color:#26362b; font-family:inherit; font-size:21px; line-height:1; cursor:pointer; }
.hd-card-action .hd-grid-quantity button:disabled { opacity:.35; cursor:default; }
.hd-card-action .hd-grid-quantity .quantity { margin:0; flex:1; min-width:0; width:auto; border:0; }
.hd-card-action .hd-grid-quantity .quantity > .action { display:none; }
.hd-card-action .hd-grid-quantity .quantity .qty { width:100%; min-width:0; height:44px; min-height:44px; padding:0; border:0; border-radius:0; text-align:center; background:#fff; color:#26362b; font-family:inherit; font-size:16px; font-weight:600; appearance:textfield; -moz-appearance:textfield; }
.hd-card-action .hd-grid-quantity .qty::-webkit-inner-spin-button,
.hd-card-action .hd-grid-quantity .qty::-webkit-outer-spin-button { -webkit-appearance:none; margin:0; }
.hd-card-action .hd-grid-quantity button:focus-visible,
.hd-card-action .hd-grid-quantity input:focus-visible { outline:2px solid #007f35; outline-offset:-3px; }
.hd-card-action a.added_to_cart.wc-forward { display:flex; align-items:center; justify-content:center; width:100%; min-height:44px; margin-top:10px; padding:12px 10px; border:1px solid #26362b; border-radius:6px; background:#26362b; color:#fff; font:inherit; font-weight:700; font-size:14px; line-height:1.3; text-align:center; text-decoration:none; }
.hd-card-action .hd-grid-purchase a.added_to_cart.wc-forward { margin-top:0; }
.hd-card-action a.added_to_cart.wc-forward:hover { background:#101d15; color:#fff; }
.hd-card-action a.added_to_cart.wc-forward:focus-visible { outline:2px solid #26362b; outline-offset:3px; }
