/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 07:42:47 */
	/* Hilangkan field kategori search */
.header-search-select,
.header-cat-search-form .d-inline-block {
    display: none !important;
}

/* Biar input search memenuhi ruang */
.header-cat-search-form form {
    display: flex;
    width: 100%;
}

.header-cat-search-form .header-search-input {
    flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
}
	