.product-card-copy{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:12px!important;align-items:start}
.product-card-copy>div{min-width:0}
.product-card-copy form{margin:0}
.product-card-copy button{display:inline-flex;gap:8px;align-items:center;padding:9px 11px;border:1px solid var(--line);color:var(--ink);background:#fff;font-size:.55rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;cursor:pointer}
.product-card-copy button:hover,.product-card-copy button:focus-visible{color:#fff;background:var(--ink);outline:none}
.product-card-copy button:disabled{color:var(--muted);background:#f6f6f2;cursor:not-allowed}
.product-card-copy button span{font-size:.9rem;line-height:.7}
@media(max-width:650px){.product-card-copy{grid-template-columns:1fr}.product-card-copy button{width:100%;justify-content:space-between;margin-top:3px}}
