.product-card__info>.product-card__cta,.product-card__info>.product-card__cta-form{margin-top:auto;}
.product-card__cta-form{position:relative;z-index:4;width:100%;margin:0;}
.product-card__cta{position:relative;z-index:4;display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:11px 12px;border:1px solid var(--blue);border-radius:4px;background:#0d0d0d;color:var(--blue);font:700 16px/1.15 Arial,sans-serif;letter-spacing:.01em;text-align:center;text-transform:uppercase;}
.product-card__cta:not(.product-card__cta--sold-out):hover,.product-card__cta:not(.product-card__cta--sold-out):focus-visible,.product-card__cta:not(.product-card__cta--sold-out):active{background:var(--blue);border-color:var(--blue);color:#fff;}
.product-card__cta:focus-visible{outline:2px solid #fff;outline-offset:-4px;}
.product-card__cta--sold-out{background:#262626;border-color:#555;color:var(--muted);cursor:not-allowed;}
