.cat-design-center .wd-cat-content {
    position: absolute;
    top: 50%;
    inset-inline: 0;
    z-index: 3;
    padding: 15px;
    transition: transform .3s ease
}
.cat-design-center.without-product-count .wd-cat-content {
    transform: translateY(-50%) translateZ(0)
}
