

body.ec-site {
	--ec-select-py: 14px;
	--ec-select-px: 18px;
	--ec-select-min-height: calc(var(--ec-select-py) * 2 + 1.25em);
}

body.ec-site .woocommerce-checkout,
body.ec-site .woocommerce-account .woocommerce-address-fields,
body.ec-site .woocommerce-cart {
	--ec-select-py: var(--ec-checkout-py, 14px);
	--ec-select-px: var(--ec-checkout-px, 18px);
	--ec-select-min-height: var(--ec-checkout-input-min-height, calc(var(--ec-select-py) * 2 + 1.25em));
}

body.ec-site .select2-container {
	font-family: var(--ec-font);
	max-width: 100%;
}

body.ec-site .select2-container--default .select2-selection--single {
	height: auto !important;
	min-height: var(--ec-select-min-height);
	border: 1px solid var(--ec-sand) !important;
	border-radius: 12px !important;
	background: #fff !important;
	transition: border-color 0.2s ease;
}

body.ec-site .select2-container--default.select2-container--open .select2-selection--single,
body.ec-site .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: var(--ec-green) !important;
}

body.ec-site .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: var(--ec-select-py) 46px var(--ec-select-py) var(--ec-select-px) !important;
	line-height: 1.35 !important;
	color: var(--ec-ink);
	font-size: 14px;
	box-sizing: border-box;
}

body.ec-site .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(56, 61, 71, 0.55);
}

body.ec-site .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 40px;
	height: 100%;
	top: 0;
	right: 4px;
	transform: none;
}

body.ec-site .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

body.ec-site .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: translate(-50%, -50%);
	background-color: var(--ec-green-dark);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	transition: transform 0.2s ease;
}

body.ec-site .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
	transform: translate(-50%, -50%) rotate(180deg);
}

body.ec-site .woocommerce-ordering .select2-container--default .select2-selection--single,
body.ec-site .variations .select2-container--default .select2-selection--single,
body.ec-site .select2-container--default.ec-select2--pill .select2-selection--single {
	border-radius: 999px !important;
}

body.ec-site .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: var(--ec-control-py) 46px var(--ec-control-py) var(--ec-control-px) !important;
	font-size: 13px;
}

body.ec-site .select2-container--default .select2-dropdown,
body.ec-site .select2-dropdown.ec-select2-dropdown {
	border: 1px solid var(--ec-sand) !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 14px 36px rgba(24, 26, 31, 0.12) !important;
	overflow: hidden;
	padding: 8px;
	margin-top: 6px;
}

body.ec-site .select2-container--default .select2-search--dropdown {
	padding: 0 4px 8px;
}

body.ec-site .select2-container--default .select2-search--dropdown .select2-search__field {
	width: 100% !important;
	border: 1px solid var(--ec-sand) !important;
	border-radius: 12px !important;
	padding: 10px 14px !important;
	font-family: var(--ec-font) !important;
	font-size: 14px !important;
	color: var(--ec-ink) !important;
	background: #fff !important;
	box-shadow: none !important;
	outline: none !important;
}

body.ec-site .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: var(--ec-green) !important;
}

body.ec-site .select2-container--default .select2-results > .select2-results__options {
	max-height: 280px;
	padding: 4px;
}

body.ec-site .select2-container--default .select2-results__options::-webkit-scrollbar {
	width: 8px;
}

body.ec-site .select2-container--default .select2-results__options::-webkit-scrollbar-track {
	background: transparent;
}

body.ec-site .select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
	background: color-mix(in srgb, var(--ec-sand) 55%, var(--ec-ink) 12%);
	border-radius: 999px;
}

body.ec-site .select2-container--default .select2-results__option {
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.35;
	color: var(--ec-ink);
}

body.ec-site .select2-container--default .select2-results__option[aria-selected="true"] {
	background: var(--ec-sand-soft) !important;
	color: var(--ec-green-dark) !important;
	font-weight: 500;
}

body.ec-site .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--ec-green) !important;
	color: #fff !important;
}

body.ec-site .select2-container--default .select2-results__message {
	padding: 10px 14px;
	font-size: 14px;
	color: rgba(56, 61, 71, 0.62);
}

body.ec-site .select2-container--default .select2-results__option--loading {
	color: rgba(56, 61, 71, 0.55);
}

body.ec-site .woocommerce-checkout .select2-container,
body.ec-site .woocommerce-account .woocommerce-address-fields .select2-container,
body.ec-site .woocommerce-cart .select2-container {
	width: 100% !important;
}
