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

.webshop-product-search fieldset {
    position: relative;
    margin-top: 1rem;
}

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

.webshop-product-search #searchText {
    width: 100%;
    margin-bottom: 0;
}

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

    .webshop-product-search #searchText {
        width: calc(100% - 10rem);
    }
}
