.glocks-search-container-a223763f {
	width: 100%;
	max-width: 600px;
	margin: 15px auto;
}

.glocks-search-form-a223763f {
	width: 100%;
}

.glocks-search-wrapper-a223763f {
	position: relative;
	display: flex;
	align-items: center;
	background: #1a1a1a;
	border: 2px solid #333;
	border-radius: 8px;
	padding: 4px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.glocks-search-wrapper-a223763f:focus-within {
	border-color: #d11a2a; /* GLOCKS thematic accent red */
	box-shadow: 0 0 0 3px rgba(209, 26, 42, 0.2);
}

.glocks-search-icon-a223763f {
	position: absolute;
	left: 15px;
	width: 20px;
	height: 20px;
	color: #888;
	pointer-events: none;
}

.glocks-search-input-a223763f {
	width: 100%;
	height: 48px;
	background: transparent;
	border: none !important;
	outline: none !important;
	padding: 0 15px 0 45px !important;
	color: #fff !important;
	font-size: 16px;
	font-family: inherit;
}

.glocks-search-input-a223763f::placeholder {
	color: #666;
}

.glocks-search-submit-a223763f {
	background: #d11a2a;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 0 24px;
	height: 40px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.glocks-search-submit-a223763f:hover {
	background: #b01421;
}

.glocks-search-submit-a223763f:active {
	background: #90101a;
}
