/* .custom-product-searchbar-wrapper {
    border: 1px solid #171717;
    border-radius: 100px;
}

button#custom-search-button {
    background: none;
    border: none;
}

@media screen and (min-width: 1025px) {
    #custom-search-results .products.elementror-grid {
		display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px;
    }
}

#custom-search-results ul.products::before {
	display: none;
}

.product-li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

li.product-li a:first-child {
    width: 100%;
}

.attachment-woocommerce_thumbnail {
    width: 100%;
    min-width: 100%;
}

.search-product-content {
    background: #FAFAFA;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0px 40px;
    gap: 8px;
}

.product-titlee {
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 400 !important;
    color: #171717;
    text-align: center;
}

span.woocommerce-Price-amount.amount:first-child bdi {
    text-decoration: line-through !important;
}

span.woocommerce-Price-amount.amount {
        color: #171717;
        font-weight: 400 !important;
        font-size: 16px;
        font-family: Inter;
} */