.products li.product.minimal .product-image-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product .product-wrap img, .woocommerce-page ul.products li.product .product-wrap img {
    width:auto;
    height:200px;
    display:block;
    margin: 0 auto;
}

.woocommerce div.product div.images img {
    width:auto;
    height:300px;
    display:block;
    margin: 0 auto;
}

.cat-item-92 > a, .cat-item-92 > .count {
    display:none !important;
}

.product-categories > .cat-item > ul.children {
    margin-left:0 !important;
}


.bird .tooltip {
        position: absolute;
        background-color: rgba(46, 60, 72, 0.95);
        color: white;
        padding: 10px 14px;
        border-radius: 6px;
        font-size: 0.8rem;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-8px);
        /*opacity: 0;
        visibility: hidden;
        */
        transition: all 0.2s ease;
        pointer-events: none;
        width: max-content;
        max-width: 200px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        line-break: auto;
        line-height: initial;
        pointer-events: none
}




.bird .tooltip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -6px;
            border-width: 6px;
            border-style: solid;
            border-color: rgba(46, 60, 72, 0.95) transparent transparent transparent;
}