.product-contact{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}
.product-contact a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;box-sizing:border-box}
.product-contact .product-contact-wa{background:#087a3c;color:#fff}
.product-contact .product-contact-call{background:#fff;color:#12344c;border:1px solid #12344c}
.product-contact a:focus-visible{outline:3px solid #147ab0;outline-offset:3px}
.product-card>.product-contact{padding:0 16px 12px;margin-bottom:0}
.storefront-surface .product-card{display:flex;flex-direction:column}
.storefront-surface .product-card>a{height:auto;flex:1}
.product-contact-note{font-size:14px;color:#42566b}
@media(max-width:600px){.product-contact a{flex:1 1 130px}}
