.products-ovflow {
    margin-top: 44px;
    min-height: 329px;
}

.border-ovflow {
    padding-bottom: 44px;
    border-bottom: 3px solid #D9D9D9;
}

.products-ovflow-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 329px;
}

.products-img-width {
    width: 329px;
    height: 329px;
}

.products-title {
    font-weight: 700;
    font-size: 14px;
    padding-top: 14px;
}

.category-title {
    font-weight: 700;
    font-size: 26px;
}

.products-menu {
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #AFAFAF;
    margin-bottom: 24px;
    margin-left: 12px;
}

.products-hero {
    align-items: start;
    height: 400px;
}

.products-hero .active-menu {
    font-size: 26px;
    color: #2D345E;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
}

.gallery-title {
    font-weight: 700;
    font-size: 26px;
    color: #2D345E;
}

/* Mobile */
.products-tobrands {
    align-items: initial;
}

.products-tobrands .active-menu {
    color: #2D345E;
    border-bottom: 2px solid #000;
}
