/* Style the WooCommerce Product featured image thumbnail */
#postimagediv img.attachment-post-thumbnail.size-post-thumbnail {
    width: 160px;
    height: 160px;
    object-fit: cover;
    display: block;
    max-width: 100%;
    border-radius: 6px;
}

/* Keep the box tall enough */
#postimagediv .inside {
    min-height: 200px;
}


.taxonomy-product_cat .term-thumbnail-wrap{
    display: none;
}