/* WooCommerce cart-specific controls. */
.cart-form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}
.cart-quantity{width:max-content;min-height:34px;display:inline-flex;align-items:center;gap:0;padding:2px;border:1px solid var(--line);border-radius:99px;background:#fff}
.cart-quantity .quantity-button{width:29px;height:29px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;color:var(--forest);background:transparent;font:500 1.08rem/1 var(--font-ui);cursor:pointer;appearance:none;-webkit-appearance:none}
.cart-quantity .quantity-button:hover,.cart-quantity .quantity-button:focus-visible{color:#fff;background:var(--forest)}
.cart-quantity .quantity-button:focus-visible{outline:2px solid var(--champagne);outline-offset:2px}
.cart-quantity .quantity-button:disabled{opacity:.35;cursor:not-allowed}
.cart-quantity input{width:38px;height:28px;padding:0;border:0;outline:0;color:var(--forest);background:transparent;font-size:.8rem;text-align:center;appearance:textfield;-moz-appearance:textfield}
.cart-quantity input::-webkit-inner-spin-button,.cart-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.cart-line-image-placeholder{width:84px;height:94px;display:grid;place-items:center;border-radius:11px;color:var(--forest);background:var(--warm)}
.cart-line>a:first-child{display:block;line-height:0}
.cart-line>a:first-child img{width:84px;height:94px;object-fit:cover;border-radius:11px;background:var(--warm)}
.cart-line>.cart-line-image-placeholder{display:grid}
@media(max-width:590px){.cart-form-actions{justify-content:stretch}.cart-form-actions .btn{width:100%}.cart-line-image-placeholder,.cart-line>a:first-child img{width:62px;height:70px}}
