/* Small public UI changes. Account and commerce configuration is unchanged. */
.cart-item-actions {display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-block:12px;}
.cart-remove {display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:44px;min-height:44px;padding:10px 14px;border:1px solid #657477;border-radius:6px;background:#152023;color:#fff;font:inherit;cursor:pointer;}
.cart-remove img {width:20px;height:20px;flex:none;}
.cart-remove:hover {background:#293a3e;}
.cart-remove:disabled {opacity:.55;cursor:wait;}
.cart-item .cart-remove {grid-column:1/-1;justify-self:start;}
.product-card__category a {text-decoration:underline;text-underline-offset:3px;}
.product-card__body h3 a,.product-card__body h4 a,.featured-heading h3 a {color:inherit;}
.product-card__image > a {display:block;width:100%;height:100%;}
a.brand-pill,a.hero__stat {color:inherit;}
a.brand-pill:hover,a.feature-card:hover {border-color:#48ff16;}
.hero__stat:hover strong,.featured-heading h3 a:hover {text-decoration:underline;text-underline-offset:4px;}
