/* Start custom CSS */.clip-24 {
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%, 0 10%);
}
input.jet-search__field {
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%, 0 50%);
}
button.jet-search__submit {
    position: absolute;
    right: 0;
    margin: 0;
}
input.jet-search__field::placeholder {
    color: #fff;
}
@media only screen and (max-width: 414px) {
    .clip-24 {
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%, 0 6%);
    }
}/* End custom CSS */