header .over {
    background: rgba(13, 15, 16, 0.95) !important;
    backdrop-filter: blur(4px);
    border-image-slice: 1;
    border-radius: 20px;
    position: relative !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
}

#search-wrapper .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#search-wrapper .list a {
    color: #b0b0b0;
    background: rgba(32, 37, 37, 0.55);
    border-radius: 10px;
    padding: 5px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#search-wrapper .list a:hover {
    color: #8d2d66;
    background: rgba(32, 37, 37, 0.75);
}

#search-wrapper .input-group {
    height: 50px;
}

#search-wrapper .input-group-text {
    color: #fff;
    background-color: rgba(32, 37, 37, 0.75);
    border-radius: 16px 0 0 16px;
    border: none;
}

#search-wrapper .form-control {
    color: #8d2d66 !important;
    background-color: hsla(0,0%,100%,.05);
    border-radius: 0 16px 16px 0;
    border: none;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
}

#search-wrapper .form-control:focus {
    background: hsla(0,0%,100%,.05);
    border: none;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: rgba(161, 186, 254, 0.25) !important;
}

#search-wrapper .blur2 .products .items:hover,
#search-wrapper .blur2 .categories .items:hover {
    background: hsla(0,0%,100%,.05);
}

#search-wrapper .blur2 .products .item a img,
#search-wrapper .blur2 .categories .item a img {
    border-radius: 50%;
    min-width: 70px !important;
    width: 70px !important;
    min-height: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-top: 3px solid #8d2d66;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.25);
}

#search-wrapper .blur2 .products .item a:hover,
#search-wrapper .blur2 .categories .item a:hover {
    color: #8d2d66;
}

#search-wrapper .blur2 .products .item .status {
    /*padding: 5px 8px;*/
    border-radius: 10px;
    border: none !important;
    background: transparent !important;
}

@media screen and (max-width: 580px) {
    #search-wrapper .blur2 .products .price {
        display: none !important;
    }
    #search-wrapper .blur2 .products .item .status {
        display: none !important;
    }
}