/* Miniatures */
body#category .product-miniature #store-name{
    display: none;
}
body#search .product-miniature #store-name{
    background-color: #049D2D;
    color: white;
    padding: 5px 20px;
    position: absolute;
    top: 25px;
    font-weight: 600;
    box-shadow: 2px 2px 10px -3px gray;
}