
body.pixiedust .amsearch-item-container:not(.recent_searches) .amsearch-highlight{
    color: #500028;
}

body.pixiedust .amsearch-item-container.page a.item-name{
    color: #500028;
}

body.pixiedust .amsearch-products .amsearch-highlight{
    background-color: #500028;
}

.amsearch-item .product-item-description, .amsearch-item .item-description{
    display:none
}

@media(min-width: 768px) {
    body.pixiedust .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-wrapper-inner {
        flex-wrap: nowrap !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    body.pixiedust .amsearch-form-container.-large .amsearch-wrapper-content .tocart {
        padding: 8px 9px;
        font-size: 12px;
        width: 100%;
        height: auto;
        padding: 10px 20px;
        line-height: normal;
        display: inline-block;
    }
}