.saunawoodseu-product-category-card{
    width:100%;
    height:300px;
    background-size: cover;
    background-position: center center;
    border-radius:4px;
}

.saunawoodseu-product-category-title{
    width:100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.saunawoodseu-product-category-title-link {
    text-decoration: none; /* Убираем подчеркивание */
    color: white; /* Устанавливаем белый цвет текста */
}

.saunawoodseu-product-category-title-link:hover {
    color: rgb(0, 153, 229); /* При наведении меняем цвет на голубой */
    text-decoration: underline; /* Подчеркиваем текст */
}