/* Shared purchase presentation for the homepage and native WooCommerce cards. */
.gear-card .gear-info{display:flex;flex-direction:column;flex:1}
.gear-card:has(.ft-card-purchase){display:flex;flex-direction:column}
.gear-card:has(.ft-card-purchase) .gear-bottom{margin-top:auto}
.gear-card .price,
.woocommerce ul.products li.product .price{color:var(--orange);font-size:22px;font-weight:700;line-height:1.35}
.gear-card .price del,
.woocommerce ul.products li.product .price del{color:var(--muted);font-size:.75em;font-weight:400;opacity:1;margin-right:6px}
.gear-card .price ins,
.woocommerce ul.products li.product .price ins{color:var(--orange);background:transparent;text-decoration:none;font-weight:700}
.gear-card .price small,
.woocommerce ul.products li.product .price small{font-size:12px;font-weight:400}
.ft-card-purchase{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}
.ft-card-purchase .button,.woocommerce ul.products li.product .ft-card-purchase .button{display:inline-flex;flex:1 1 140px;align-items:center;justify-content:center;min-height:46px;gap:8px;margin:0;padding:12px 16px;background:var(--orange);color:#111;border:1px solid var(--orange);font-size:15px;line-height:1.35;font-weight:600;text-align:center}
.ft-card-purchase .button:hover{background:var(--orange-hover);color:#111;transform:translateY(-2px)}
.ft-card-purchase .button.loading{opacity:.65;cursor:progress}
.ft-card-purchase .button.added:after,.woocommerce ul.products li.product .ft-card-purchase .button.added:after{content:'\2713';font-family:inherit;font-weight:700;margin:0}
.ft-card-purchase .added_to_cart,.woocommerce ul.products li.product .ft-card-purchase .added_to_cart{display:inline-flex;flex:1 1 110px;align-items:center;justify-content:center;min-height:46px;margin:0;padding:12px 16px;border:1px solid var(--orange);border-radius:2px;background:transparent;color:var(--orange);font-size:15px;line-height:1.35;font-weight:600;text-align:center;text-decoration:none;white-space:normal}
.ft-card-purchase .added_to_cart:hover{background:var(--orange);color:#111}
.woocommerce ul.products li.product .price{margin-top:10px;margin-bottom:14px}
.woocommerce div.product p.price,
.woocommerce div.product span.price{color:var(--orange);font-size:28px;font-weight:700}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{font-size:.75em;color:var(--muted);font-weight:400;opacity:1}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{text-decoration:none;color:var(--orange)}
@media(max-width:760px){
    .gear-card .price,.woocommerce ul.products li.product .price{font-size:20px}
    .ft-card-purchase{margin-top:12px;gap:6px}
    .ft-card-purchase .button,.woocommerce ul.products li.product .ft-card-purchase .button,
    .ft-card-purchase .added_to_cart,.woocommerce ul.products li.product .ft-card-purchase .added_to_cart{min-height:44px;width:100%;padding:11px 10px;font-size:14px}
}
@media(prefers-reduced-motion:reduce){.ft-card-purchase .button:hover{transform:none}}
