.shop-pref-ui-02,
.shop-pref-ui-02 * {
	box-sizing: border-box;
}

.shop-pref-ui-02 {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	gap: 14px;
	color: #2E2E2E;
}

.shop-pref-field-02 {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	gap: 6px;
}

.shop-pref-label-02 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #2E2E2E;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}



.shop-pref-dropdown-02 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}


.shop-pref-trigger-02 {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	height: 46px !important;
	min-width: 0 !important;
	min-height: 46px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 13px !important;
	gap: 10px !important;
	border: 1px solid rgba(46, 46, 46, 0.18) !important;
	border-radius: 8px !important;
	outline: none !important;
	background: #FFFFFF !important;
	color: #2E2E2E !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer !important;
	opacity: 1 !important;
	transform: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease !important;
}

.shop-pref-trigger-02:hover {
	border-color: rgba(216, 42, 65, 0.58) !important;
	background: #FFFFFF !important;
	color: #2E2E2E !important;
}

.shop-pref-trigger-02:focus,
.shop-pref-trigger-02[aria-expanded="true"] {
	border-color: #D82A41 !important;
	background: #FFFFFF !important;
	color: #2E2E2E !important;
	box-shadow:
		0 0 0 3px rgba(216, 42, 65, 0.10) !important;
}


.shop-pref-trigger-content-02 {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	gap: 9px;
}

.shop-pref-flag-02,
.shop-pref-option-flag-02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	width: 22px;
	min-width: 22px;
	height: 18px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.shop-pref-flag-image-02 {
	display: block;
	width: 22px;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	object-fit: cover;
}

.shop-pref-flag-emoji-02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 18px;
	font-size: 17px;
	line-height: 1;
}

.shop-pref-current-text-02 {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #2E2E2E !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-pref-chevron-02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	color: #D82A41;
	transition: transform 180ms ease;
}

.shop-pref-chevron-02 svg {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.shop-pref-trigger-02[aria-expanded="true"]
.shop-pref-chevron-02 {
	transform: rotate(180deg);
}


.shop-pref-menu-02 {
	position: absolute !important;
	top: calc(100% + 7px) !important;
	right: 0 !important;
	left: 0 !important;
	z-index: 999999 !important;
	display: none !important;
	width: 100% !important;
	max-height: 220px !important;
	margin: 0 !important;
	padding: 6px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	border: 1px solid rgba(46, 46, 46, 0.14) !important;
	border-radius: 9px !important;
	background: #FFFFFF !important;
	box-shadow:
		0 16px 35px rgba(0, 0, 0, 0.14) !important;
}

.shop-pref-dropdown-02.is-open
.shop-pref-menu-02 {
	display: block !important;
}

.shop-pref-dropdown-02.opens-up
.shop-pref-menu-02 {
	top: auto !important;
	bottom: calc(100% + 7px) !important;
}




.shop-pref-menu-02::-webkit-scrollbar {
	width: 6px;
}

.shop-pref-menu-02::-webkit-scrollbar-track {
	background: #F6F6F6;
	border-radius: 999px;
}

.shop-pref-menu-02::-webkit-scrollbar-thumb {
	background: rgba(46, 46, 46, 0.30);
	border-radius: 999px;
}

.shop-pref-option-02 {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 40px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 9px 10px !important;
	gap: 9px !important;
	border: 0 !important;
	border-radius: 7px !important;
	outline: none !important;
	background: #FFFFFF !important;
	color: #2E2E2E !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer !important;
	opacity: 1 !important;
	transform: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition:
		background-color 160ms ease,
		color 160ms ease !important;
}

.shop-pref-option-02 + .shop-pref-option-02 {
	margin-top: 2px !important;
}

.shop-pref-option-02:hover {
	background: rgba(216, 42, 65, 0.07) !important;
	color: #2E2E2E !important;
	box-shadow: none !important;
	transform: none !important;
}

.shop-pref-option-02.is-active {
	background: rgba(216, 42, 65, 0.11) !important;
	color: #2E2E2E !important;
}

.shop-pref-option-text-02 {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #2E2E2E !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	white-space: normal;
}


.shop-pref-ui-02 input[type="hidden"] {
	display: none !important;
}

.elementor-popup-modal:has(.shop-pref-ui-02)
.dialog-widget-content,

.elementor-popup-modal:has(.shop-pref-ui-02)
.dialog-message {
	overflow: visible !important;
}


@media (max-width: 767px) {

	.shop-pref-ui-02 {
		gap: 12px;
	}

	.shop-pref-trigger-02 {
		height: 44px !important;
		min-height: 44px !important;
		padding-right: 11px !important;
		padding-left: 11px !important;
	}

	.shop-pref-current-text-02,
	.shop-pref-option-text-02 {
		font-size: 12px;
	}

	.shop-pref-option-02 {
		min-height: 38px !important;
		padding: 8px 9px !important;
	}
}
