/* Hide Choose options / Add to cart buttons until card hover */
.card-wrapper .quick-add,
.card-wrapper .card__inner + .quick-add {
opacity: 0;
transition: opacity 0.2s ease;
pointer-events: none;
}
.card-wrapper:hover .quick-add,
.card-wrapper:focus-within .quick-add {
opacity: 1;
pointer-events: auto;
}
/* Keyboard accessibility — show when tabbed to */
.card-wrapper .quick-add button:focus-visible {
opacity: 1;
}
/* Mobile: always show (no hover on touch) */
@media screen and (max-width: 749px) {
.card-wrapper .quick-add {
opacity: 1;
pointer-events: auto;
}
}
Join the Coveted Forge Community
Licensed designs from the world's top independent sculptors, printed and shipped to hobbyists in 38 countries. 12,000+ orders, 4,200+ five-star reviews.
New collections added every month.
Choosing a selection results in a full page refresh.