#products {}

#products .page-title {
    background-image: url(../images/page-title/products.jpg);
}


#products .category-title {
    background-color: #000;
    color: #fff;
}

#products .description {
    color: #aaa;
}

#products .filters {
    text-transform: uppercase;
    color: #aaa;
    font-weight: 300;
}

#products .filters a {
    display: inline-block;
    min-width: 150px;
    color: inherit;
}

#products .filters a:hover,
#products .filters a:focus,
#products .filters a.active {
    color: #000;
}

#products .item {
    opacity: 0.75;
}

#products .item:hover {
    opacity: 1;
}

#products .item .img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#products .item .name {
    text-transform: uppercase;
}

#products .item .brand {
    /* text-transform: uppercase; */
    min-height: 46px;
}
