﻿.bodyVit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vitrinaBlock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background: transparent;
    height: 100px;
}
.card{

}
.filterblock{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.noradiusVit{
    border-radius: 0;
}
.dotonimg {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 100px;
    width: 33px;
    height: 33px;
    background: #AD9494;
    cursor: pointer;
}
.dotonimg:hover {
    background-color: #937070;
}

.card-body {
    color: #FFFFFF;
    font-size: 12px;
}
.cardVitrina {
    border-radius: 0;
    border: 0px;
    background: #A7A7A7;
}
.btnVitrina {
    border-radius: 91px;
    background: #EFEFEF;
    border: 0;
    color: #535353;
    padding: 2px 2px;
    font-size: 10px;
    min-width: 89px;
}
.btnFilter {
    align-items: center;
    height: 26px;
    padding: 5px 5px;
    background: #AD9494;
    color: #EFEFEF;
    font-size: 12px;
    border-radius: 0;
    width: 100%;
    vertical-align: unset;
}
.user-container {
    width: 25%;
    padding: 0.25rem;
}
.card-img-container {
    max-width: 322px;
    max-height: 246px;
}
    .card-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*    /////////////////////////////////////////////    NEW VITRINA       /////////////////////////////////////     */

.SearchMenu{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.SearchBar {
    display: flex;
    width: 100%;
    justify-content: start;
    gap: 7px;
    padding: 8px;
    height: 42px;
    background-color: #FFFFFF;
    font-size: 16px;
    border-radius: 8px;
    color: #26595D;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.SearchInput {
    color: #26595D;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    width: 100%;
}

    .SearchInput::placeholder {
        color: #BDBDBD;
    }

/* Сохраняем существующие стили */
.ChooseCity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    color: #E96C4B;
    border: 1px solid #E96C4B;
    background-color: transparent;
    border-radius: 8px;
    height: 42px;
    cursor: pointer;
    width: 100%; /* Добавляем для правильного отображения */
}

/* Дополнительные стили для выпадающего меню */
.city-dropdown {
    position: relative;
    width: 100%;
    height: 42px;
}
.city-autocomplete{
    height: 100%;
}
.city-input {
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #E96C4B;
    background-color: transparent;
    color: #E96C4B;
    font-size: 12px;
}
    .city-input::placeholder {
        color: #BD5A40;
    }
    .city-dropdown__toggle {
        /* Все стили уже заданы в .ChooseCity */
    }

.city-dropdown__caret {
    margin-left: 8px;
    transition: transform 0.2s;
}

.city-dropdown__menu {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
}

    .city-dropdown__menu.show {
        display: block;
    }

.city-dropdown__item {
    display: block;
    padding: 6px 6px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 12px;
}

    .city-dropdown__item:hover {
        background-color: #f5f5f5;
    }

/* Анимация для стрелки */
.city-dropdown__toggle.active .city-dropdown__caret {
    transform: rotate(180deg);
}
#selectedTagsContainer {
    display: flex;
    align-items: center;
    gap: 8px;
}
.tag-chip {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 4px;
    white-space: nowrap;
    background-color: #40BFC8;
    border-radius: 50px;
    padding: 3px 5px;
    color: #fff;
    font-weight: 600;
}
    .tag-chip button {
        display: flex;
        align-items: center;
        color: #fff;
        border: 0;
        padding: 0;
        font-size: 16px;
        background-color: transparent;
    }
.VitrinaPage-h1{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}
.VitrinaPage {
    width: 720px;
}
@media (max-width: 767px) {
    .VitrinaPage{
        width: 100%;
        min-height: 50vh;
    }
    .VitrinaBlock{
        padding: 0;
    }
    .SearchMenu{
        width: 100%;
        align-self: center;

    }
    .VitrinaMobileFIX{
        width: 100%;
    }
    .VitrinaPage-h1{
        font-size: 22px; 
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .VitrinaPage {
        width: 900px;
    }

    .city-input {
        font-size: 14px;
    }

}
@media (min-width: 1380px) {
    .VitrinaPage {
        width: 1069px;
    }
}

@media (min-width: 1920px) {
    .VitrinaPage {
        width: 1540px;
    }

    .city-input {
        font-size: 16px;
    }

    .city-dropdown__item {
        padding: 10px 10px;
        font-size: 16px;
    }

    .VitrinaPage-h1 {
        font-size: 72px;
    }
}