/* Home category – full icon only, no label text, no golden active box */
.category-showcase-card[data-v-760762f4],
.category-showcase-tail.category-showcase-card[data-v-760762f4] {
    position: relative !important;
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.category-showcase-card[data-v-760762f4]:active,
.category-showcase-card.active[data-v-760762f4] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.category-showcase-card.active[data-v-760762f4]:before,
.category-showcase-card.active[data-v-760762f4]:after {
    display: none !important;
}

.category-showcase-card span[data-v-760762f4],
.category-showcase-card.active span[data-v-760762f4] {
    display: none !important;
}

.category-showcase-card img[data-v-760762f4] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    filter: none !important;
}
