.woo-cat-collapsed {
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

/* Remove any previous shadow/fade */
.woo-cat-collapsed::after {
    display: none;
    content: none;
}



/* Text link */
.woo-cat-toggle-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.woo-cat-toggle-link:hover {
    text-decoration: none;
}
