.search-overlay__product-content {
    flex-direction: column;
    gap: 5px;

    padding-right: 40px;
}

.search-overlay__product-price {
    width: 100%;
    margin: 0;
}

.search-overlay__product-title {
    order: -2;
}

.search-overlay__product-additional {
    order: -1;
}

.search-overlay__product-code {
    font-weight: 700;
    color: #000;
}

.search-overlay__product-code span {
    font-weight: 400;
}

.search-overlay__product-price-withoutVat {
    order: -1;
}

.revelor-ready.id--11 .content-wrapper-in, .revelor-ready.id--11 .breadcrumbs {
    display: none;
}

.search-results-product-code {
    margin-top: 0;

    font-size: var(--size-smaller);
    font-weight: 700;
    color: #000;
}

.search-results-product-code span {
    font-weight: 400;
}

.search-overlay__product-price-withoutVat {
    font-size: 13px;
}

#search-results-load-more button {
    color: #fff;
}

@media (min-width: 1600px) {
    #search-products-container {
        grid-template-columns: repeat(5, 1fr);
    }
}