.woo-cat-grid-956aeceb {
    display: grid;
    width: 100%;
}

.woo-cat-item-956aeceb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    background-color: #fafafa;
}

.woo-cat-bg-956aeceb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: 1;
}

.woo-cat-item-956aeceb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background-color 0.4s ease;
}

.woo-cat-item-956aeceb:hover .woo-cat-bg-956aeceb {
    transform: scale(1.08);
}

.woo-cat-title-956aeceb {
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
