.products-header {
    /* padding-top: 20px; */
}

#autoComplete_list_2 {
    display: none !important;
}

.text-gray-600 {
    color: var(--gray-600) !important;
}

.fc-helpful .msg_click{
    display: block;
}
[v-cloak]{
    display: none;
}
.fc-helpful .form-bad {
    display: block;
}
.main-search-head .content-search .brand-search img {
    width: 100%;
}

.wrapper-details-article p img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.products__grid .product__item .title {
    border-top: 1px solid var(--gray-200);
    padding-top: 16px;
    margin-top: 16px
}

.products__grid .product__item .title h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    margin: 0
}