/* Minification failed. Returning unminified contents.
(6,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(8,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(10,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
(16,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
 */
#shop .search-box {
    padding: 80px 0;
}
#shop .title {
    align-items: center;
    color: var(--black-title);
    display: flex;
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-weight: var(--font-regular);
    height: 50px;
    justify-content: flex-start;
    margin: 0;
}
#shop select.form-control {
    background-color: var(--gray-background);
    border: none;
    height: 50px;
}
