/* Brand-red primary actions and accessible green LINE actions. */
:root body .site-cta.site-cta{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:0;min-height:48px;max-width:100%;padding:13px 20px;border:1px solid transparent;border-radius:9px;font:inherit;font-size:16px;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:anywhere;cursor:pointer;box-shadow:0 4px 12px #14263e12;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}
:root body .site-cta.site-cta-primary{background:#cf1822;color:#fff;border-color:#cf1822}
:root body .site-cta.site-cta-line{background:#00843a;color:#fff;border-color:#00843a}
.site-cta-line::before{content:'';display:block;flex:0 0 23px;width:23px;height:23px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4.5h16v11H9l-5 4v-15Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8 10h.01M12 10h.01M16 10h.01' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat}
.site-cta-arrow::after{content:'→';font-size:20px;line-height:1;flex:none;transition:transform .18s ease}
:root body .site-cta.site-cta[hidden]{display:none}
:root body .site-cta.site-cta:focus-visible{outline:3px solid #14263e;outline-offset:4px}
@media(hover:hover) and (pointer:fine){:root body .site-cta.site-cta:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 7px 18px #14263e26}:root body .site-cta.site-cta-primary:not(:disabled):hover{background:#b0111a;border-color:#b0111a}:root body .site-cta.site-cta-line:not(:disabled):hover{background:#006e30;border-color:#006e30}.site-cta-arrow:not(:disabled):hover::after{transform:translateX(4px)}}
:root body .site-cta.site-cta:active{transform:translateY(0);box-shadow:0 2px 6px #14263e18}
.product-links .site-cta{margin-top:4px}
@media(max-width:640px){:root body header .site-cta.site-cta{font-size:14px;padding:11px 13px}:root body .product-links .site-cta.site-cta{font-size:14px;padding:10px 12px;gap:7px}.product-links .site-cta-line::before{flex-basis:20px;width:20px;height:20px}}
@media(prefers-reduced-motion:reduce){:root body .site-cta.site-cta,.site-cta-arrow::after{transition:none}:root body .site-cta.site-cta:hover,.site-cta-arrow:hover::after{transform:none}}

/* Give every catalog card the same bottom-aligned action rows. */
.product-grid>.product{display:flex;flex-direction:column;min-width:0}
.product-grid>.product>h3{min-height:3.4em;line-height:1.7;overflow-wrap:anywhere}
.product-grid>.product>.product-state{align-self:flex-start}
.product-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px;margin-top:auto;padding-top:4px}
.product-card-actions>.product-links{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px}
.product-card-actions>.product-links>a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:48px;text-align:center}
.product-card-actions>.favorite-toggle,.product-card-actions>.inquiry-add{width:100%;min-width:0;min-height:48px;margin:0;padding:10px 12px;overflow-wrap:anywhere}
:root body .product-card-actions .site-cta.site-cta{width:100%;margin:0;padding:10px 12px;font-size:14px;gap:7px}
.product-card-actions .site-cta-line::before{flex-basis:20px;width:20px;height:20px}
@media(min-width:641px) and (max-width:1000px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
 .product-card-actions,.product-card-actions>.product-links{grid-template-columns:minmax(0,1fr);gap:8px}
 .product-card-actions>.product-links>a:first-child{min-height:40px}
}
