.webshop-product-search label {
    position: absolute;
    top: -999em;
    left: -999em;
}

.webshop-product-search fieldset {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    margin-top: 1rem;
}

.webshop-product-search #searchText {
    flex: 1 100%;
    width: auto !important;
    margin-bottom: 0;
}

.webshop-product-search button {
    margin: 0;
}

.webshop-product-search h2 + .product-list {
    margin-top: 1.5rem;
}

@media (min-width: 400px) {
    .webshop-product-search fieldset {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}


