#tipoBuscaMobile {
            border-radius: 4px 0 0 4px;
            padding: 8px 5px;
            font-size: 14px;
            background-color: #fff;
            color: #333;
            outline: none;
            cursor: pointer;
            transition: all 0.2s ease;
            border: 0px;
        }

        .sugestoes-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #e1e1e1;
            border-top: none;
            border-radius: 0 0 4px 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            max-height: 500px;
            overflow-y: auto;
            z-index: 1000;
            margin-top: -1px;
        }

        .sugestoes-loading {
            padding: 20px;
            text-align: center;
            color: #666;
        }

        .sugestoes-loading i {
            margin-right: 8px;
        }

        .sugestoes-empty {
            padding: 20px;
            text-align: center;
            color: #999;
        }

        .sugestoes-secao {
            border-bottom: 1px solid #f0f0f0;
        }

        .sugestoes-secao:last-child {
            border-bottom: none;
        }

        .sugestoes-titulo {
            padding: 10px 15px;
            background: #f8f9fa;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            color: #666;
            letter-spacing: 0.5px;
        }

        .sugestao-item {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            text-decoration: none;
            color: #333;
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f5f5f5;
        }

        .sugestao-item:last-child {
            border-bottom: none;
        }

        .sugestao-item:hover,
        .sugestao-item.active {
            background-color: #f8f9fa;
        }

        .sugestao-foto {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 4px;
            margin-right: 12px;
            border: 1px solid #e1e1e1;
            flex-shrink: 0;
        }

        .sugestao-info {
            flex: 1;
            min-width: 0; 
        }

        .sugestao-nome {
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333;
        }

        .sugestao-detalhes {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 12px;
            color: #666;
        }

        .sugestao-loja {
            color: #888;
        }

        .sugestao-preco {
            font-weight: 600;
            color: #2ecc71;
        }

        .sugestao-ano,
        .sugestao-cor {
            padding: 2px 8px;
            background: #f0f0f0;
            border-radius: 3px;
            font-size: 11px;
        }

        .ps-form--quick-search {
            position: relative;
        }
        .sugestoes-dropdown::-webkit-scrollbar {
            width: 8px;
        }
        .sugestoes-dropdown::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        .sugestoes-dropdown::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 4px;
        }
        .sugestoes-dropdown::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

        @media (max-width: 768px) {
            .sugestoes-dropdown {
                max-height: 300px;
            }

            .sugestao-foto {
                width: 50px;
                height: 50px;
            }
    
            .sugestao-nome {
                font-size: 13px;
            }
    
            .sugestao-detalhes {
                font-size: 11px;
            }
        }

        #tipoBusca {
            border-radius: 4px 0 0 4px;
            padding: 8px 5px;
            font-size: 14px;
            background-color: #fff;
            color: #333;
            outline: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .header--standard.header--sticky .ps-logo{
            display: block !important;
        }
         @media (max-width: 479px) {
            .navigation__right {
                display: none !important;
            }
            .header--mobile .navigation--mobile {
                padding-left: 20px !important;
            }
            .ps-logo img{
                width: 70% !important;
            }
            .ps-logo{
                text-align: left;
            }
            
        }
        @media (max-width: 1200px) {
            .ps-product .ps-product__content.hover {          
                top: 89% !important;
                padding: 0 10px 20px !important;
            }
        }
        @media (min-width: 769px) {
            #back2top.active {
                bottom: 115px !important;
                visibility: visible;
                opacity: 1;
            }
        }
        .ps-product .ps-product__vendor {
            overflow: hidden;
            --max-lines: 1;
        }

        .ps-block--shop-features{
            margin-bottom: 14px !important;
        }

        .header--standard .ps-form--quick-search button{
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }