.sr-search-form-mini {
	padding: 0.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 1.5rem;
	border-radius: var(--border-radius-12);
	border: 0.1rem solid var(--border);
}

/* .sr-search-form__box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
} */

.sr-search-form__group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.sr-search-form__group input {
	font-size: 2rem;
}

.sr-search-form__group.sr-search-form__group--text input {
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	text-align: start;
}

.sr-search-form__group.sr-search-form__group--text:not([data-active="Y"]) .sr-btn--clear {
	display: none;
}

.sr-search-form__group.sr-search-form__group--count {
	max-width: 14rem;
}

.sr-search-form__btn {
	width: 6.2rem;
	height: 6.2rem;
	/* max-width: fit-content; */
}

.sr-search-form__group input {
	font-size: 2rem;
}

.sr-search-form__group.sr-search-form__group--text {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: inherit;
	gap: 1rem;
	position: relative;
	background-color: var(--color-white);
	box-shadow: var(--shadow-black-sm) inset;
	/* border: 0.1rem solid inherit; */
}

.sr-search-form__group.sr-search-form__group--text input {
	width: 100%;
	height: auto;
	border: none;
	outline: none;
	background-color: transparent;
}

.sr-search-form__group .sr-btn--clear {
	/* width: 3.8rem;
	height: 3.8rem; */
	/* position: absolute; */
	/* top: 50%; */
	/* bottom: 1.2rem;
	right: 1.5rem; */
	/* transform: translateY(-50%); */
}

.sr-search-form__group.sr-search-form__group--text:not([data-active="Y"]) .sr-btn--clear {
	display: none;
}

.sr-search-form__group.sr-search-form__group--count {
	max-width: 14rem;
}

.sr-search-form-mini .sr-search-form-mini__btn {
	width: 4rem;
	min-width: 4rem;
	height: 4rem;
	/* border-radius: 0.5rem; */
}

.sr-search-form__btn.sr-btn--black:hover path {
	stroke: var(--color-black);
	fill: var(--color-black);
}

@media (max-width: 992px) {
	/* .sr-search-form__group.sr-search-form__group--text {
		flex-direction: column;
	} */
}

@media (max-width: 900px) {
	/* .sr-search-form__group.sr-search-form__group--text {
		grid-template-columns: 30rem 1fr 10rem;
	} */
}

@media (max-width: 640px) {
	.sr-search-content {
		padding: 2rem;
		gap: 2rem;
	}
}
@media (max-width: 480px) {
	.sr-search-form-mini .sr-search-form-mini__search {
		width: 3rem;
		height: 3rem;
	}
}
