/*
Theme Name: Neotek Child
Theme URI: http://neotek.novaworks.net
Description: This is a child theme for Neotek Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: neotek
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.sku-item {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}
/* Título */
.product-search-heading {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

/* Grid */
.product-search-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/* Card */
.product-search-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.product-search-link:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* Imagem */
.product-search-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.product-search-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-search-title {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin: 0;
}

.product-search-sku {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

/* Ver todos */
.view-all {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
}

.view-all:hover {
    background: #333;
}

/* Sem resultado */
.search-no-suggestions {
    padding: 10px;
    color: #777;
}





/****************************************************************/
/****************************************************************/
/****************************************************************/
