.serenite-shop-sort {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 0.85rem;
	justify-content: flex-end;
	margin: 0 0 1.25rem;
	width: 100%;
}

.serenite-shop-sort__label {
	color: inherit;
	font-size: 0.95em;
	font-weight: 600;
	margin: 0;
	white-space: nowrap;
}

.serenite-shop-sort__select {
	appearance: none;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: 1.2;
	max-width: 100%;
	min-height: 2.5rem;
	min-width: min(100%, 15rem);
	padding: 0.45rem 2rem 0.45rem 1rem;
}

.serenite-shop-sort__select:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.serenite-shop-sort {
		justify-content: stretch;
	}

	.serenite-shop-sort__select {
		flex: 1 1 100%;
		min-width: 100%;
	}
}
