.YamatsuProductCodeSearch {
    width: min(100%, 420px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 6px;
}

.YamatsuProductCodeSearchField {
    min-width: 0;
}

.YamatsuProductCodeSearchLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.YamatsuProductCodeSearchInput {
    width: 100%;
    min-width: 0;
    height: 43px;
}

.YamatsuProductCodeSearchSubmit {
    min-height: 40px;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .YamatsuProductCodeSearch {
        width: 100%;
    }
}
