/* Sasha Weldcut Product Archive Search */

.swpas-product-archive-search {
	width: 100%;
	margin: 0 0 22px;
}

.swpas-product-search-form {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 50px;
}

.swpas-product-search-form input[type="search"] {
	flex: 1;
	width: 100%;
	min-width: 0;
	height: 50px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #dcdcdc;
	border-right: 0;
	border-radius: 0;
	background: #fff;
	color: #222;
	font-size: 15px;
	line-height: 1;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}

.swpas-product-search-form input[type="search"]:focus {
	border-color: #35c5d8;
	box-shadow: inset 0 0 0 1px #35c5d8;
}

.swpas-product-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 130px;
	height: 50px;
	margin: 0;
	padding: 0 22px;
	border: 1px solid #35c5d8;
	border-radius: 0;
	background: #35c5d8;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
}

.swpas-product-search-form button:hover,
.swpas-product-search-form button:focus {
	border-color: #202020;
	background: #202020;
	color: #fff;
}

.swpas-search-icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.swpas-search-icon::after {
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 6px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.swpas-product-search-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #ddd;
	border-left: 0;
	background: #f7f7f7;
	color: #555;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.swpas-product-search-clear:hover,
.swpas-product-search-clear:focus {
	background: #ececec;
	color: #222;
	text-decoration: none;
}

@media (max-width: 600px) {
	.swpas-product-search-form {
		flex-wrap: wrap;
	}

	.swpas-product-search-form input[type="search"] {
		flex-basis: calc(100% - 105px);
	}

	.swpas-product-search-form button {
		min-width: 105px;
		padding: 0 12px;
	}

	.swpas-product-search-clear {
		width: 100%;
		height: 40px;
		border-top: 0;
		border-left: 1px solid #ddd;
	}
}
