.single-product .ars-custom-dropdown {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 1.35rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.single-product #ars-custom-ring-sizes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	min-height: 40px;
	padding: 0.9rem 1.25rem;
	color: var(--adena-text, #222);
	font: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: left;
	border: 1px solid #dfe3e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: border-color 180ms ease;
}

.single-product #ars-custom-ring-sizes:hover,
.single-product #ars-custom-ring-sizes:focus-visible {
	border-color: #dfe3e8;
	background: #fff;
	box-shadow: none;
	outline: 0;
}

.single-product #ars-custom-ring-sizes.has-value {
	border-color: #dfe3e8;
}

.single-product div.product.is-missing-size #ars-custom-ring-sizes {
	border-color: #dfe3e8;
	background: #fff;
	box-shadow: none;
}

.single-product .dropdown-trigger-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
}

.single-product .dropdown-arrow {
	flex: 0 0 auto;
	color: var(--adena-muted, #707070);
	font-size: 0.8rem;
	line-height: 1;
	transition: transform 180ms ease;
}

.single-product .dropdown-trigger[aria-expanded="true"] .dropdown-arrow {
	transform: rotate(180deg);
}

.single-product .ars-dropdown-options {
	position: absolute;
	z-index: 40;
	top: calc(100% + 0.55rem);
	left: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dfe3e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(34, 34, 34, 0.12);
}

.single-product .ars-hidden {
	display: none !important;
}

.single-product .ars-dropdown-options ul {
	margin: 0;
	padding: 0.45rem;
	list-style: none;
}

.single-product .ars-ring-size-list {
	max-height: 250px;
	overflow-y: auto;
	border-bottom: 1px solid #eef0f2;
}

.single-product .ars-dropdown-options li {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0.65rem 0.9rem;
	color: var(--adena-text, #222);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.25;
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 160ms ease;
}

.single-product .ars-dropdown-options li:hover,
.single-product .ars-dropdown-options li:focus,
.single-product .ars-dropdown-options li.is-selected {
	color: var(--adena-text, #222);
	background: #fff;
}

.single-product .sticky-option {
	background: #fff;
}

.single-product .sticky-option li {
	color: var(--adena-accent, #a98972);
	font-weight: 400;
}

.single-product #info-box {
	margin: 0.75rem 0 0;
	padding: 0.9rem 1rem;
	color: var(--adena-muted, #707070);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.45;
	border: 1px solid #eadfd6;
	border-radius: 14px;
	background: #fff;
}

.single-product .error-msg {
	margin: 0.65rem 0 0;
	color: #9f3a2f;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.single-product .dropdown-trigger {
		min-height: 56px;
		border-radius: 16px;
	}

	.single-product .ars-dropdown-options {
		border-radius: 16px;
	}
}
