/**
 * Haute Optique — popup de recherche desktop (widget XStore theme-etheme_ajax_search_popup).
 * Masque le sélecteur de catégories (catalogue démo hors-sujet pour un opticien)
 * et restyle le champ + bouton selon le design system (pilules, radius 999px).
 */

.etheme-search-input-form-wrapper {
	display: flex !important;
	align-items: center !important;
	gap: 12px;
	border: none !important;
}

/* Sélecteur de catégories — masqué */
#product_cat.etheme-search-form-select {
	display: none !important;
}

/* Champ de recherche — pilule, cohérent avec les inputs du panier/checkout */
.etheme-search-input-wrapper {
	flex: 1 1 auto;
	min-width: 0;
}

.etheme-search-form-input {
	width: 100%;
	border-radius: 999px !important;
	border: 1px solid #E8E8E8 !important;
	padding: 14px 20px !important;
	font-size: 15px;
}

.etheme-search-form-input:focus {
	border-color: #1A1A1A !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
	outline: none;
}

/* Bouton de recherche — pilule noire (CTA du design system) */
.etheme-search-form-button-wrapper {
	flex: none;
}

.etheme-search-form-submit {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	background: #1A1A1A !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 13px 22px !important;
	height: auto !important;
	line-height: 1;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.etheme-search-form-submit:hover {
	background: #000 !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.etheme-search-form-submit .et-icon,
.etheme-search-form-submit .button-text {
	color: #fff;
}
