/* --- Searchbar custom YCW --- */

/* general */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none;
    padding: 10px;
    border-radius: 10px;
}

/* input color */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 0px;
    font-size: 14px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Inter, sans-serif;
    background-color: #ffffff;
}